Oscam 6145 ziet config niet meer
Re: Oscam 6145 ziet config niet meer #21
Re: Oscam 6145 ziet config niet meer #22
Posted 27 December 2011 - 20:04
#!/bin/sh case "$1" in start) ulimit -s 512 exec start-stop-daemon -S -x /usr/bin/oscam-experimental -- -b -r 2 -c /etc/tuxbox/config/oscam-experimental ;; stop) exec start-stop-daemon -K -R 2 -x /usr/bin/oscam-experimental & sleep 2 killall -9 oscam-experimental 2>/dev/null sleep 2 rm -rf /tmp/.oscam ;; restart|reload) $0 stop sleep 1 $0 start ;; version) echo "1.20" ;; info) echo "oscam-experimental" ;; *) echo "Usage: $0 start|stop|restart" exit 1 ;; esac exit 0dm800:/etc/init.d ls softcam -la lrwxrwxrwx 1 root root 26 Dec 26 12:22 softcam -> softcam.oscam-experimental
root@dm500hd:/etc/init.d# ls -al softcam lrwxrwxrwx 1 root root 26 Dec 27 19:31 softcam -> softcam.oscam-experimental root@dm500hd:/etc/init.d#
Dat is dus hetzelfde
root@dm500hd:/etc/init.d# cat softcam #!/bin/sh case "$1" in start) ulimit -s 512 exec start-stop-daemon -S -x /usr/bin/oscam-experimental -- -b -r 2 -c /etc/tuxbox/config/oscam-experimental ;; stop) exec start-stop-daemon -K -R 2 -x /usr/bin/oscam-experimental & sleep 2 killall -9 oscam-experimental 2>/dev/null sleep 2 rm -rf /tmp/.oscam ;; restart|reload) $0 stop sleep 1 $0 start ;; version) echo "1.20" ;; info) echo "oscam-experimental" ;; *) echo "Usage: $0 start|stop|restart" exit 1 ;; esac exit 0 root@dm500hd:/etc/init.d#
zie ik ook even geen fout in
MiKa
Re: Oscam 6145 ziet config niet meer #23
Re: Oscam 6145 ziet config niet meer #24
Posted 27 December 2011 - 20:11
ls softcam.oscam-experimental -la
-rwxr-xr-x 1 root root 491 Oct 16 02:21 softcam.oscam-experimental
@Camping: ZGemma H.2S, Technisat Multytenne 4-in-1 @Home: Edision Mini 4K, Wave Frontier T55, EMP Centauri EMP DiSEqC 8/1 switch, 4x Inverto Ultra Black single LNB
Re: Oscam 6145 ziet config niet meer #25
Re: Oscam 6145 ziet config niet meer #26
Posted 27 December 2011 - 20:14
Yep , zie 1 bericht boven de jouween dit ook zelfde?
ls softcam.oscam-experimental -la
-rwxr-xr-x 1 root root 491 Oct 16 02:21 softcam.oscam-experimental
maar dit werkt ook:
root@dm500hd:/etc/init.d# sh softcam stop
stopped /usr/bin/oscam-experimental (pid 500 499)
root@dm500hd:/etc/init.d# sh softcam start
root@dm500hd:/etc/init.d#
en met start start hij dus ook echt.
Alleen met booten niet . dmesg geeft ook niks volgens mij.
kan ik de init waarin hij moet opstarten zelf laten lopen en loggen ? of heb ik daar nog geen internet
Re: Oscam 6145 ziet config niet meer #27
Re: Oscam 6145 ziet config niet meer #28
Posted 27 December 2011 - 20:22
mooi (y)
Het was niet verkeerd bedoelt hoor. Ben blij met jullie hulp
Hoop ook dat ik het probleem kan vinden en er wat van kan leren.
Nieuwe image flashen kan altijd nog
die mooi was niet negatief bedoelt hoor (y) in MSN is duimpje omhoog
ik dacht hierdoor 'dus config dir probleem is nu opgelost.' dat je al klaar was
mvrgr
2 x DM600 OpenPli latest
Visiosat Big Bisat 28.2 23.5 19.2 13 9 4.8
Re: Oscam 6145 ziet config niet meer #29
Posted 27 December 2011 - 20:37
mooi (y)
Het was niet verkeerd bedoelt hoor. Ben blij met jullie hulp
Hoop ook dat ik het probleem kan vinden en er wat van kan leren.
Nieuwe image flashen kan altijd nog
die mooi was niet negatief bedoelt hoor (y) in MSN is duimpje omhoog
ik dacht hierdoor 'dus config dir probleem is nu opgelost.' dat je al klaar was
mvrgr
Ok . Ben geen msn mens
nog even wat verder gekeken maar ik kan in de root dir / niet "softcam start" uitvoeren.
ook in init.d/ niet alleen met sh ervoor in de /etc/init.d dir
Is dat bij jullie ook zo ?
MiKa
Edited by mika-nl, 27 December 2011 - 20:37.
Re: Oscam 6145 ziet config niet meer #30
Posted 27 December 2011 - 21:19
volgens mij staat /etc/init.d niet in het path en is softcam niet te vinden als je in / staat 't enige wat je dan kunt doen is het volledige pad geven /etc/init.d/softcam
het leuke is dat je dan geen sh resp ./ hoeft te gebruiken
2 x DM600 OpenPli latest
Visiosat Big Bisat 28.2 23.5 19.2 13 9 4.8
Re: Oscam 6145 ziet config niet meer #31
Re: Oscam 6145 ziet config niet meer #32
Posted 27 December 2011 - 21:41
geef eens weer, wat je in /etc/rcS.d hebt staan met een ls -al /etc/rcS.d
./softcam werkt wel
Hier de output
root@dm500hd:/etc/init.d# ls -al /etc/rcS.d drwxr-xr-x 2 root root 0 Jan 1 2000 . drwxr-xr-x 33 root root 0 Dec 27 20:32 .. lrwxrwxrwx 1 root root 16 Jan 1 1970 S02banner -> ../init.d/banner lrwxrwxrwx 1 root root 18 Jan 1 1970 S03sysfs -> ../init.d/sysfs.sh lrwxrwxrwx 1 root root 14 Jan 1 1970 S04mdev -> ../init.d/mdev lrwxrwxrwx 1 root root 17 Jan 1 1970 S05devices -> ../init.d/devices lrwxrwxrwx 1 root root 18 Jan 1 1970 S06progress -> ../init.d/progress lrwxrwxrwx 1 root root 19 Jan 1 1970 S10checkroot -> ../init.d/checkroot lrwxrwxrwx 1 root root 18 Jan 1 1970 S10progress -> ../init.d/progress lrwxrwxrwx 1 root root 21 Jan 1 1970 S20modutils.sh -> ../init.d/modutils.sh lrwxrwxrwx 1 root root 18 Jan 1 1970 S20progress -> ../init.d/progress lrwxrwxrwx 1 root root 18 Jan 1 1970 S21bootlogo -> ../init.d/bootlogo lrwxrwxrwx 1 root root 14 Jan 1 1970 S22tpmd -> ../init.d/tpmd lrwxrwxrwx 1 root root 18 Jan 1 1970 S30progress -> ../init.d/progress lrwxrwxrwx 1 root root 17 Jan 1 1970 S30ramdisk -> ../init.d/ramdisk lrwxrwxrwx 1 root root 21 Jan 1 1970 S35mountall.sh -> ../init.d/mountall.sh lrwxrwxrwx 1 root root 30 Jan 1 1970 S37populate-volatile.sh -> ../init.d/populate-volatile.sh lrwxrwxrwx 1 root root 19 Jan 1 1970 S38devpts.sh -> ../init.d/devpts.sh lrwxrwxrwx 1 root root 20 Jan 1 1970 S39alsa-state -> ../init.d/alsa-state lrwxrwxrwx 1 root root 21 Jan 1 1970 S39hostname.sh -> ../init.d/hostname.sh lrwxrwxrwx 1 root root 18 Jan 1 1970 S40progress -> ../init.d/progress lrwxrwxrwx 1 root root 20 Jan 1 1970 S41networking -> ../init.d/networking lrwxrwxrwx 1 root root 17 Jan 1 1970 S43portmap -> ../init.d/portmap lrwxrwxrwx 1 root root 21 Jan 1 1970 S45mountnfs.sh -> ../init.d/mountnfs.sh lrwxrwxrwx 1 root root 18 Jan 1 1970 S50progress -> ../init.d/progress lrwxrwxrwx 1 root root 21 Jan 1 1970 S55bootmisc.sh -> ../init.d/bootmisc.sh lrwxrwxrwx 1 root root 18 Jan 1 1970 S60progress -> ../init.d/progress lrwxrwxrwx 1 root root 18 Jan 1 1970 S70progress -> ../init.d/progress lrwxrwxrwx 1 root root 19 Jan 1 1970 S99finish.sh -> ../init.d/finish.sh root@dm500hd:/etc/init.d# ./softcam softcam softcam.oscam-experimental softcam.None root@dm500hd:/etc/init.d# ./softcam
Re: Oscam 6145 ziet config niet meer #33
Posted 28 December 2011 - 07:31
doet dat het niet, dan zou ik de oscam config's eens veiligstellen en oscam verwijderen + opnieuw installeren
2 x DM600 OpenPli latest
Visiosat Big Bisat 28.2 23.5 19.2 13 9 4.8
Re: Oscam 6145 ziet config niet meer #34
Re: Oscam 6145 ziet config niet meer #35
Re: Oscam 6145 ziet config niet meer #36
8 user(s) are reading this topic
0 members, 8 guests, 0 anonymous users