Ergebnis 1 bis 10 von 523

Baum-Darstellung

  1. #11
    Erfahrener Benutzer Avatar von turulbird
    Registriert seit
    01.09.2012
    Beiträge
    136
    Thanks
    65
    Thanked 2 Times in 2 Posts
    Thanks update.


    Code:
    echo; \
    echo "Adding PLi-HD skin"; \
    HEAD="master"; \
    REPO="https://github.com/littlesat/skin-PLiHD.git"; \
    [ -d /home/b/Archive/PLi-HD_skin.git ] && \
        (echo "Pulling archived PLi-HD skin git..."; cd /home/b/Archive/PLi-HD_skin.git; git pull -q; git checkout -q $HEAD; cd "/home/b/StartHere/cdk";); \
    [ -d /home/b/Archive/PLi-HD_skin.git ] || \
        (echo "Cloning PLi-HD skin git..."; git clone -q -b $HEAD $REPO /home/b/Archive/PLi-HD_skin.git;);
    
    Adding PLi-HD skin
    Cloning PLi-HD skin git...
    cp -ra /home/b/Archive/PLi-HD_skin.git/usr/share/enigma2/* /home/b/StartHere/tufsbox/cdkroot/usr/local/share/enigma2; \
    cd /home/b/StartHere/tufsbox/cdkroot/usr/local/share/enigma2 && patch -p1 < "../../../../../../cdk/Patches/PLi-HD_skin.patch"
    patching file PLi-HD/skin.xml
    touch .deps/enigma2-pli-nightly
    false || mkdir -p /home/b/Archive && ( \
    git clone https://github.com/OpenPLi/enigma2-plugins.git /home/b/Archive/enigma2-openpli-plugins-enigma2.git || \
    false )
    Cloning into '/home/b/Archive/enigma2-openpli-plugins-enigma2.git'...
    remote: Counting objects: 34044, done.
    remote: Compressing objects: 100% (43/43), done.
    remote: Total 34044 (delta 19), reused 0 (delta 0), pack-reused 34001
    Receiving objects: 100% (34044/34044), 22.21 MiB | 5.29 MiB/s, done.
    Resolving deltas: 100% (22970/22970), done.
    /home/b/StartHere/flash ufs910 || true
    -rw-r--r-- 1 33 jún 3 13:16 ufs910_enigma2_USB_CDK-rev958.md5
    -rw-r--r-- 1 45M jún 3 13:16 ufs910_enigma2_USB_CDK-rev958.tar.gz

    -- Finished -----------------------------------------------------------



    (I hope that it is running properly...)

    Already I was wrong again; booting, Welcome.. loading enigma2... error... in vfd.

    Code:
    Starting portmap daemon....
    Starting FTP server: vsftpd.
    Thu Jan  1 12:00:00 CET 2009
    LOADING Enigma2
    starting Enigma2 ->
    /etc/init.d/rcS: line 167: /usr/bin/enigma2: not found
    enigma2 ended <- RTV:  127
    *
    ERROR
    INIT: Sending processes the TERM signalstarting Enigma2 ->
    
    Sending all processes the TERM signal...lircd-0.9.0[1359]: caught signal
    done.
    Sending all processes the KILL signal...done.
    Deactivating swap...umount: tmpfs busy - remounted read-only
    swapoff: can't stat 'LABEL=SWAPPART': No such file or directory
    done.
    Unmounting local filesystems...umount: tmpfs busy - remounted read-only
    done.
    Rebooting...
    Geändert von turulbird (03.06.2016 um 14:22 Uhr)


Berechtigungen

  • Neue Themen erstellen: Ja
  • Themen beantworten: Ja
  • Anhänge hochladen: Ja
  • Beiträge bearbeiten: Ja
  •