Posts by GDPR-7

    May i ask what the reserved space is good for?

    from man mkfs.ext4:

    -m reserved-blocks-percentage

    Specify the percentage of the filesystem blocks reserved for the super-user. This avoids fragmentation, and allows root-owned daemons, such

    as syslogd(8), to continue to function correctly after non-privileged processes are prevented from writing to the filesystem. The default

    percentage is 5%.

    I wonder why/where the initial 36 GB reserved space came from ?

    How do you copy the 4TB back to the HD ?

    from what OS ?

    over samba share ?

    I guess you meant Mbyte/sec ?

    AFAIK a RasPi has a 1 Gbit LAN, so network speed should be 100-112 MByte/s

    my WesternDigital WD-Black-P10 5TB could write 142 MB/s via USB connection

    therefore you should see higher speed !

    otherwise I guess with your disk is something fundamental wrong ?

    and if so I would start over and delete all partitions from he disk.

    I found a user friendly write up:

    be aware: unmount the disk before !

    on your PI (with NO external disk attached !):

    - connect the external disk

    - key in "mount" to find out what's the disk device name is; usually /dev/sdbX

    assuming /flash is mounted on /dev/sda1 and /storage is mounted on /dev/sda2, then the next free device name is /dev/sdb (your external disk, usually mounted under /var/media (?!)

    (I got no PI here, so please correct me if I'm wrong !)

    - unmount it:

    either "unmount /var/media" or "unmount /dev/sdb1", but remember the device name, e.g. /dev/sdb

    - recheck if it's unmounted with an subseq. "mount"

    - after that read under the above linked page:

    - how to print the current disk layout

    - how to delete a partition

    - how to create a new partition table

    - how to create a new primary partition

    - how to format that new partition with ext4

    be aware:

    to work on the correct disk (the above mentioned "device name" (/dev/sdb)

    [ where "sdb" is the whole disk and "sdb1" is the first partition on that disk]

    1. start parted with the correct unmounted device name:

    parted /dev/sdb (it starts a sort of subshell indicated by a prefix "(parted)" and operates on the device /dev/sdb"

    2. key in "print" to make sure you're on the correct disk

    if so

    3. rm <the partition number goes here> [see chap. 6 in the linked page]

    and if the disk contains more then one partition: repeat until the disk has no partition anymore !

    4. now we create a new partition table GPT and a primary partition [see chap. 4 in the linked page]

    - adjust "mklabel msdos" to "mklabel gpt" !

    - key in "mkpart"

    - key in "primary" !

    - ext2 is okay (we change it later; btw.: ext4 is an ~enhanced~ ext2)

    - Start? is 1 (if parted suggests 2: the disk still contains partitions => goto 3.)

    - End? is what parted suggests justed confirmed with enter key

    - key in "print"

    now the disk should have:

    - Partition table: gpt

    - one partition => Number is 1 !

    - size is 5 TB

    - type: primary

    - FS: ext2

    - flag: don't know

    is so ???

    5. key in "quit"

    you're now out of the parted subshell; the command prompt starts with "LibreELEC:"

    6. I'm unsure if parted informs the kernel over the new partition, but it want hurt to key in "partprobe"

    7. format the shiny new partition with

    mkfs.ext4 /dev/sdb1

    or with an disk label:

    mkfs.ext4 -L <my-external-disk-label> /dev/sdb1

    8. reboot the box and check

    - new disk is mounted under /var/media

    - has the complete disk size (5TB minus 5%)

    - has sufficing speed:

    a) change to /var/media (cd /var/media)

    b) run for write speed:

    dd if=/dev/zero of=tempfile bs=1MB count=10240

    c) run for read speed:

    dd if=tempfile of=/dev/zero bs=1MB count=10240

    d) cleanup

    rm tempfile

    comments/rotten fruits ? :saint:

    backup doc's (parted):

    Parted User’s Manual

    Hiren seems to have option to add custom drivers, but the problem with NUC is that most of these drivers are in a form of exe file which just need to be executed on the device. Ughh.

    HDMI flash tool started with admin rights ???

    correct HDMI flash tool downloaded (the linked thread deals with a NUC8) ?

    I would recommand not to flash HDMI without at least chipset and GPU driver (from the Intel website !) installed in windows !

    otherwise you risk to damage-flash the HDMI and then you got a shiny new paperweight

    it's some time back when I successful flashed HDMI under HirenPE.

    the driver installed fine -IIRC- they were *.exe too.

    and I need the VC runtimes (in the link thread: comment #22)

    But you are always on the saver side to native install windows on the nuc.

    cause HirenPE, etc. lives in RAM, a additional risk on top of power blackout.

    - more work, I know -

    And if it fixes your problem, is another question.

    but even in the case it doesn't, when later problems regarding HDMI might come up, you surely could exclude it's a uncurrent HDMI-FW !

    Any Guru here to point me into some direction with this?

    maybe this thread could help:

    Thomas_AR
    March 10, 2021 at 5:46 PM

    you need adjust the links for your NUC, though.

    P.S.

    "Guru" or "Gooroo"

    Music Band "Spliff" (formerly Nina Hagen Band)

    Album "The Spliff Radio Show" (1980)

    song "Gooroo"

    cit.: "...hadihadijama I never wear pyjama" ... "...I eat no Schweinefleisch, I'm doing what I know..." :S

    youtube is your friend

    other song "Stoned Airline" :saint:

    Both wireless and wired connection are active, so it isn't that.

    the black popup says "no route to host"

    -to me - it seem, to be something on your network side

    switch LAN or wifi off and try again

    if the error occurs try to ping the address:

    behind the black popup window I can see something about an address. is it the one from the remote host ?

    but today the select version options won't move. I cannot select which version I wish to install.

    I guess you mean LE USB-SD Creator from here:

    Downloads - LibreELEC

    you need to start it as root (sudo)

    if you can't select the version: just download it with your webbrowser, run the creator with sudo and point to the downloaded image.

    you need to move up the filesystem tree to /home/<username>/Downloads when you start with sudo ...

    Hallo

    days ago I realized that the scan table for Satellite Astra 19.2 on my DigiBit R1 with last firmware was outdated.

    so I checked the original scan table (named: 13.tlist) with what I could find on the INet (http://www.lyngsat.com ,de.kingofsat.net) and created a current scan table (~35 changes, date 10.03.2022) :

    see:

    External Content pastebin.com
    Content embedded from external sources will not be displayed without your consent.
    Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy.

    Please create a backup of your original 13.tlist before by:

    - login to your DigiBit

    - go to "Channel Search"

    - choose Astra 19.2 in pulldown list named "Transponder database update" => "Transponder list file:"

    - click on the blue hyperlink (?, named: "...Astra 1L ..."), tagged with "View current database entry"

    it will (under linux) open a file browser and wants to save the scan table named 13.tlist

    (this what's currently on your DigiBit; I guess it comes with the last DigiBit firmware)

    - save the original 13.tlist as your backup !

    - copy from the above pastebin link the content to a file and name it, lets say "New_13.tlist"

    - now click the button "Browse" and point to your prev. created "New_13.tlist"

    - the name in the pulldown box now changed to "19.2° Astra 1KR/1L/1M/1N Date: 2020-03-10" (what is btw.: the first line in the scan table)

    - re-scan your channels with/for Astra 19.2

    be aware

    As said I checked the entries against the INet and double checked it, but could have made mistakes, so the new scan table comes without any warranty.

    It works here (nearly on all Transponder a win of signal quality between to 0-26 %, but also a loss of ~5 % on one TP)

    [Channel search mode: Advanced channel search; Ref. Transponder: <each single TP set> ]

    P.S.

    exchanging the scan table on the DigiBit does not change or influence how TvH scans channels.

    TvH uses it's own (hopefully current) scan tables !

    comments/thoughts/rotten fruits ? ;)

    CvH

    no idea, I'm running nightly only (can't compare)

    all I can say the above IF error (comment #1) is fixed.

    And I do see the URLError NOT the first time [1]

    ===

    anyway:

    nslookup releases.libreelec.tv

    Server: 192.168.100.1

    Address 1: 192.168.100.1 fritz.box

    Name: releases.libreelec.tv

    Address 1: 164.92.230.217

    dito for test.libreelec.tv

    so I guess :/ it's not on my site here

    cause when I open

    https://164.92.230.217/releases.json

    I see the content of releases.json

    but when I do it with

    http://164.92.230.217/releases.json

    then I get "404 Not Found"

    - no webserver expert here -

    but don't they do redirect http requests to https at their own (somehow) ?


    btw:

    in releases.json there are hardcoded http://...

    is this correct ?

    [1]

    even more :

    I see them ~all~ the time :rolleyes: , also - IIRC - when I was using LE release.

    The eldest report I could find (24.01.2021) - with nightly, though -

    http://ix.io/2Nea

    LibreELEC nightly-20220304-70c3c5d on an NUC (see signature)

    crash log:

    External Content pastebin.com
    Content embedded from external sources will not be displayed without your consent.
    Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy.

    what I've done:

    was reading video text and need to go to a page 30 pages further.

    was lazy to key in the specific page number and tapped the further key (page up) really fast.

    Urrrggghh :huh: : kodi crashed and restarted (not a reboot)

    was able to reproduced it 2 times more doing as described but not by continuous holding the page up key