Posts by dipol0

    I can get working remote boot LE92 (i have old nettop) write IP addres in NFS config. Without IP a get error about not connected remote NFS resource.

    Make in NFS config (/etc/exports)

    Code
    /mnt/media/storage      192.168.0.2/255.255.255.0(no_root_squash,rw,async,no_subtree_check)
    /mnt/tftpboot           192.168.0.2/255.255.255.0(no_root_squash,rw,async,no_subtree_check)

    where "192.168.0.2" change to IP-address you remote machine (where LE be work).

    PS. My remote PC get static IP from DHCP server.

    PPS May be you try share and connect to you share analog? Create new (3rd) NFS shre with IP. And try connect over Kodi UI.

    pls be aware that iSCSI is likely dropped after LE10, better use the more modern setup with NFS instead of iSCSI

    Iam back aftr long time )) Yep. This manual useful.I use network boot LE92 on my old nettop with Atom D520+integrated Nvidia ION2. If i rememner this last relese with drivers suport my old video card. Now all work good. But HVEC is slow ))) HW limits. But all other. Thanks for all.

    1. Download VM image from (OVA) https://libreelec.tv/downloads/generic/

    2. (not requiered) tar -tf LibreELEC-Generic.x86_64-9.2.6.ova (for view inside)

    Code
    tar xvf LibreELEC-Generic.x86_64-9.2.6.ova

    u get 2 files

    LibreELEC-Generic.x86_64-9.2.6.ovf

    LibreELEC-Generic.x86_64-9.2.6.vmdk

    4. Convert VMDK to QCOW2:

    Code
    qemu-img convert -f vmdk -O qcow2 LibreELEC-Generic.x86_64-9.2.6.vmdk LibreELEC-Generic.x86_64-9.2.6.qcow2

    5. Run VM (i use Intel GVT-g video "-device vfio-pci,sysfsdev=/sys/bus/pci/devices/0000:00:02.0/9d8b3997-7a9e-44dc-9fed-463015a993a5,display=on")

    Code
    /usr/bin/kvm -enable-kvm -m 8134 -machine q35,accel=kvm -cpu host,kvm=on -smp cores=1,threads=2 -rtc clock=host,base=localtime \
    -boot menu=on,order=cd \
    -vga none \
    -device vfio-pci,sysfsdev=/sys/bus/pci/devices/0000:00:02.0/9d8b3997-7a9e-44dc-9fed-463015a993a5,display=on \
    -display gtk,gl=on \
    -device ich9-intel-hda,bus=pcie.0,addr=0x1b \
    -device hda-micro,audiodev=hda \
    -audiodev pa,id=hda,server=unix:/run/user/1000/pulse/native \
    -drive file=/media/data/vm/LibreELEC-Generic.x86_64-9.2.6.qcow2,if=virtio,index=0,media=disk,cache=none,format=qcow2,aio=threads,discard=unmap \
    -net bridge,br=br0 -net nic,model=virtio,macaddr=52:54:00:09:3d:36

    I follow this instruction

    LibreELEC booted, but no any network adapter. Then start show :

    Remote communication server / failed to start

    In menu i dont can find anything about network. Only SSH and SMB. its looks like NO NETWORK ADAPER in system/

    i try 9.2.6 / 9.2.4 / 9.2.1

    how i can "get back" network adapter in LibreELEC after network boot. ????

    I setup network config manually over SSH but after reboot ssettings clear.

    Use - LibreELEC 9.2.6 for X86_64

    I want boot diskless LibreELEC station from remote iscsi-target. I follow this instruction but loading fails with message: "Error in mount_flash: iscsistart: Unable to connect to ISCSI target"). How i can check my config? and etc... ?

    My be problem in quotes boot=ISCSI in extlinux.conf ???

    My extlinux.config:

    Code
    DEFAULT linux
    PROMPT 0
    
    
    LABEL linux
    KERNEL /KERNEL
    APPEND ip=192.168.0.195 boot=ISCSI='''iscsi_initiator=iqn.client,iscsi_target_name=iqn.2021-01.domain.ru:libreelec,iscsi_target_ip=192.168.0.2,iscai_target_port=3260''',LABEL=System disk=LABEL=Storage quiet

    I try only single quotes,

    Code
    boot=ISCSI='iscsi_initiator=iqn.client,iscsi_target_name=iqn.2021-01.domain.ru:libreelec,iscsi_target_ip=192.168.0.2,iscai_target_port=3260'

    but not heve effect.

    iscaiadm discovering and connetting to taget normally:

    Code
    root@domain:/mnt/disk# iscsiadm -m discovery -t st -p 192.168.0.2
    192.168.0.2:3260,1 iqn.2021-01.domain.ru:libreelec
    
    root@domain:/mnt/disk# sudo iscsiadm -m node -T iqn.2021-01.domain.ru:libreelec -p 192.168.0.2:3260 -l
    Logging in to [iface: default, target: iqn.2021-01.domain.ru:libreelec, portal: 192.168.0.2,3260] (multiple)
    Login to [iface: default, target: iqn.2021-01.domain.ru:libreelec, portal: 192.168.0.2,3260] successful.

    This method work fine (boot over NFS), but i have reason use remote block device over ISCSI/

    run:

    #make --trace -V=9

    In Samba4 source dir samba-4.12.7/source3/modules/nfs41acl.x when processing ld and script - wscript_build

    in scriplt_build:

    I directly try:

    #rpcgen -h nfs41acl.x > nfs41acl.h

    /usr/local/bin/ld:nfs41acl.x: file format not recognized; treating as linker script/usr/local/bin/ld:nfs41acl.x:1: syntax error

    collect2: error: ld returned 1 exit statusrpcgen: препроцессор Си завершился не успешно с выходным кодом 1

    nfs41ack.x:

    I thnink trouble in ld / rpcgen.

    Use:

    rpcgen (Ubuntu GLIBC 2.27-3ubuntu1.2) 2.27

    GNU ld (GNU Binutils) 2.35

    I'm no developer, but to me the error happens at line 8 and you got a hint of it at line 10

    => "See `config.log' for more details"

    I dont can find this log file.

    PS after update make to v 4.3 build process continue, but now fails when build SAMBA4:

    more log on PASTEBIN

    I try build samba 4.12 and 4.13 directly from source but have same error.

    Hi. Sorry for my english ))

    I try compile standart generic x86_64 LibreELEC (git master) on Ubuntu 18. Compile process stop on 80..81 step from 331 - glibc.


    >>> glibc:target seq 81 >>>

    [080/331] [FAIL] install glibc:target

    The following log for this failure is available:

    /media/data/src/http://LibreELEC.tv/build.LibreELEC-Generic.x86_64-9.80-devel/.threads/logs/81.log

    I search log (81.log) but dont understand what wrong.

    Full log file - 81.log / Облако Mail.ru