PLEASE HELP ME (2) !!! [ENG LANG] Problem mit start...
-
- Interessierter
- Beiträge: 27
- Registriert: Samstag 9. Februar 2002, 11:26
PLEASE HELP ME (2) !!! [ENG LANG] Problem mit start...
Hi Guys!!!
After 4 months I reapired my beautiful DBOX !!! Finally I'm ready to flash my toy...
I putted it in DEBUG MODE, loaded YADD, and FLASHED with alexW2xBaseimageV1.5.img.
When my dbox start after some seconds it turn off automatically... ...this happen if I choose NEUTRINO and ENIGMA at startUP.
If I choose Maintenace everything is OK... ...I'm able to connect in telnet.
In telnet I gone in /var/tuxbox ...
~/tuxbox > free
total used free shared buffers
Mem: 30984 8684 22300 0 1932
Swap: 0 0 0
Total: 30984 8684 22300
~/tuxbox > ll
drwxr-xr-x 4 root root 0 Jan 1 1970 .
drwxr-xr-x 7 root root 0 Jan 1 1970 ..
drwxrwxrwx 4 root root 0 Dec 31 15:11 config
-rwxr-xr-x 1 root root 42 Jan 1 1970 start_enigma
-rwxr-xr-x 1 root root 110 Jan 1 1970 start_main
-rwxr-xr-x 1 root root 163 Jan 1 1970 start_neutrino
drwxrwxrwx 2 root root 0 Jan 1 1970 ucodes
Analyzing the start_neutrino...
~/tuxbox > cat start_neutrino
#!/bin/sh
/sbin/ifconfig eth0 192.168.0.42
/bin/lcdd
/bin/timerd
/bin/sectionsd
/bin/zapit
/bin/controld
/bin/nhttpd
/bin/neutrino -flash -su
/sbin/halt
exit 0
The start_neutrino is different from start_main so I tryed to start manually the script from maintenance MODE and happen this:
~/tuxbox > /bin/lcdd
Network LCD-Driver $Id: lcdd.cpp,v 1.48 2002/05/15 23:32:12 McClean Exp $
[lcdd] load config
[FONT] initializing core...
[FONT] adding font /share/fonts/micron.ttf...OK (Micron/Regular)
[FONT] Intializing font cache...
[FONT] FTC_Face_Requester (Micron/Regular)
EVERYTHING LOOKS OK !!! AFTER...
~/tuxbox > /bin/timerd
EVERYTHING LOOKS OK !!! AFTER...
~/tuxbox > /bin/sectionsd
$Id: sectionsd.cpp,v 1.126 2002/05/15 10:00:55 dirch Exp $
caching 504 hours
events are old 60min after their end time
~/tuxbox > [sectionsd] DMX: /dev/ost/demux0: No such file or directory
[sectionsd] DMX: /dev/ost/demux0: No such file or directory
[sectionsd] DMX: /dev/ost/demux0: No such file or directory
[sectionsd] DMX: DMX_STOP: Bad file descriptor
[sectionsd] DMX: /dev/ost/demux0: No such file or directory
[sectionsd] DMX: /dev/ost/demux0: No such file or directory
[sectionsd] DMX: /dev/ost/demux0: No such file or directory
[sectionsd] DMX: /dev/ost/demux0: No such file or directory
[sectionsd] DMX: /dev/ost/demux0: No such file or directory
[sectionsd] DMX: /dev/ost/demux0: No such file or directory
[sectionsd] DMX: /dev/ost/demux0: No such file or directory
[sectionsd] DMX: /dev/ost/demux0: No such file or directory
[sectionsd] DMX: /dev/ost/demux0: No such file or directory
THE ONLY SOLUTION TO STOP THIS IS... ...kill -9 "PID of sectionsd"
!!!!!!!!!!!!!!!!!!!!!!!!! This is not OK !!!!!!!!!!!!!!!!!!!!!!!!!!!!!
CONTINUING...
~/tuxbox > /bin/zapit
$Id: zapit.cpp,v 1.171 2002/05/04 15:25:25 McClean Exp $
/var/tuxbox/config/zapit/zapit.conf: No such file or directory
/dev/ost/frontend0: No such file or directory
[zapit] unable to open frontend devices. bye.
Segmentation fault
!!!!!!!!!!!!!!!!!!!!!!!!! This is not OK !!!!!!!!!!!!!!!!!!!!!!!!!!!!!
CONTINUING...
~/tuxbox > /bin/controld
Controld $Id: controld.cpp,v 1.58 2002/05/08 16:21:43 McClean Exp $
[controld] error while loading settings: /var/tuxbox/config/controld.conf
[controld] using defaults
[controld] Boxtype detected: (01, 1, 1, Nokia)
EVERYTHING LOOKS OK !!! AFTER...
~/tuxbox > /bin/nhttpd
[nhttpd] Neutrino HTTP-Server starting..
zapitclient: connect: No such file or directory
zapitclient: connect: No such file or directory
THIS IS NORMAL BECAUSE ZAPIT IS FAULT...
...CONTINUING...
~/tuxbox > /bin/neutrino -flash -su
[neutrino] NeutrinoNG $Id: neutrino.cpp,v 1.275 2002/05/17 13:06:50 woglinde Exp $
[neutrino] frameBuffer Instance created
/dev/fb/0: No such file or directory
framebuffer not available.
[neutrino] Error while setting framebuffer mode
!!!!!!!!!!!!!!!!!!!!!!!!! This is not OK !!!!!!!!!!!!!!!!!!!!!!!!!!!!!
in /dev there is :
drwxr-xr-x 1 root root 0 Jan 1 1970 fb
lr-xr-xr-x 1 root root 4 Dec 31 15:10 fb0 -> fb/0
the SymLink fb0 to fb/0 is FAKE beacause /dev/fb is empty
/dev/fb > ll
drwxr-xr-x 1 root root 0 Jan 1 1970 .
drwxr-xr-x 1 root root 0 Jan 1 1970 ..
/dev/fb >
I don't Known where is my problem... ...Can someone help me ???!!!
TNX to Everything and a special TNX to THOMAS, DENNIS AND LION... ...Remember me in february ( http://tuxbox.berlios.de/forum/viewtopi ... highlight= ) ??????????
After 4 months I reapired my beautiful DBOX !!! Finally I'm ready to flash my toy...
I putted it in DEBUG MODE, loaded YADD, and FLASHED with alexW2xBaseimageV1.5.img.
When my dbox start after some seconds it turn off automatically... ...this happen if I choose NEUTRINO and ENIGMA at startUP.
If I choose Maintenace everything is OK... ...I'm able to connect in telnet.
In telnet I gone in /var/tuxbox ...
~/tuxbox > free
total used free shared buffers
Mem: 30984 8684 22300 0 1932
Swap: 0 0 0
Total: 30984 8684 22300
~/tuxbox > ll
drwxr-xr-x 4 root root 0 Jan 1 1970 .
drwxr-xr-x 7 root root 0 Jan 1 1970 ..
drwxrwxrwx 4 root root 0 Dec 31 15:11 config
-rwxr-xr-x 1 root root 42 Jan 1 1970 start_enigma
-rwxr-xr-x 1 root root 110 Jan 1 1970 start_main
-rwxr-xr-x 1 root root 163 Jan 1 1970 start_neutrino
drwxrwxrwx 2 root root 0 Jan 1 1970 ucodes
Analyzing the start_neutrino...
~/tuxbox > cat start_neutrino
#!/bin/sh
/sbin/ifconfig eth0 192.168.0.42
/bin/lcdd
/bin/timerd
/bin/sectionsd
/bin/zapit
/bin/controld
/bin/nhttpd
/bin/neutrino -flash -su
/sbin/halt
exit 0
The start_neutrino is different from start_main so I tryed to start manually the script from maintenance MODE and happen this:
~/tuxbox > /bin/lcdd
Network LCD-Driver $Id: lcdd.cpp,v 1.48 2002/05/15 23:32:12 McClean Exp $
[lcdd] load config
[FONT] initializing core...
[FONT] adding font /share/fonts/micron.ttf...OK (Micron/Regular)
[FONT] Intializing font cache...
[FONT] FTC_Face_Requester (Micron/Regular)
EVERYTHING LOOKS OK !!! AFTER...
~/tuxbox > /bin/timerd
EVERYTHING LOOKS OK !!! AFTER...
~/tuxbox > /bin/sectionsd
$Id: sectionsd.cpp,v 1.126 2002/05/15 10:00:55 dirch Exp $
caching 504 hours
events are old 60min after their end time
~/tuxbox > [sectionsd] DMX: /dev/ost/demux0: No such file or directory
[sectionsd] DMX: /dev/ost/demux0: No such file or directory
[sectionsd] DMX: /dev/ost/demux0: No such file or directory
[sectionsd] DMX: DMX_STOP: Bad file descriptor
[sectionsd] DMX: /dev/ost/demux0: No such file or directory
[sectionsd] DMX: /dev/ost/demux0: No such file or directory
[sectionsd] DMX: /dev/ost/demux0: No such file or directory
[sectionsd] DMX: /dev/ost/demux0: No such file or directory
[sectionsd] DMX: /dev/ost/demux0: No such file or directory
[sectionsd] DMX: /dev/ost/demux0: No such file or directory
[sectionsd] DMX: /dev/ost/demux0: No such file or directory
[sectionsd] DMX: /dev/ost/demux0: No such file or directory
[sectionsd] DMX: /dev/ost/demux0: No such file or directory
THE ONLY SOLUTION TO STOP THIS IS... ...kill -9 "PID of sectionsd"
!!!!!!!!!!!!!!!!!!!!!!!!! This is not OK !!!!!!!!!!!!!!!!!!!!!!!!!!!!!
CONTINUING...
~/tuxbox > /bin/zapit
$Id: zapit.cpp,v 1.171 2002/05/04 15:25:25 McClean Exp $
/var/tuxbox/config/zapit/zapit.conf: No such file or directory
/dev/ost/frontend0: No such file or directory
[zapit] unable to open frontend devices. bye.
Segmentation fault
!!!!!!!!!!!!!!!!!!!!!!!!! This is not OK !!!!!!!!!!!!!!!!!!!!!!!!!!!!!
CONTINUING...
~/tuxbox > /bin/controld
Controld $Id: controld.cpp,v 1.58 2002/05/08 16:21:43 McClean Exp $
[controld] error while loading settings: /var/tuxbox/config/controld.conf
[controld] using defaults
[controld] Boxtype detected: (01, 1, 1, Nokia)
EVERYTHING LOOKS OK !!! AFTER...
~/tuxbox > /bin/nhttpd
[nhttpd] Neutrino HTTP-Server starting..
zapitclient: connect: No such file or directory
zapitclient: connect: No such file or directory
THIS IS NORMAL BECAUSE ZAPIT IS FAULT...
...CONTINUING...
~/tuxbox > /bin/neutrino -flash -su
[neutrino] NeutrinoNG $Id: neutrino.cpp,v 1.275 2002/05/17 13:06:50 woglinde Exp $
[neutrino] frameBuffer Instance created
/dev/fb/0: No such file or directory
framebuffer not available.
[neutrino] Error while setting framebuffer mode
!!!!!!!!!!!!!!!!!!!!!!!!! This is not OK !!!!!!!!!!!!!!!!!!!!!!!!!!!!!
in /dev there is :
drwxr-xr-x 1 root root 0 Jan 1 1970 fb
lr-xr-xr-x 1 root root 4 Dec 31 15:10 fb0 -> fb/0
the SymLink fb0 to fb/0 is FAKE beacause /dev/fb is empty
/dev/fb > ll
drwxr-xr-x 1 root root 0 Jan 1 1970 .
drwxr-xr-x 1 root root 0 Jan 1 1970 ..
/dev/fb >
I don't Known where is my problem... ...Can someone help me ???!!!
TNX to Everything and a special TNX to THOMAS, DENNIS AND LION... ...Remember me in february ( http://tuxbox.berlios.de/forum/viewtopi ... highlight= ) ??????????
-
- Einsteiger
- Beiträge: 363
- Registriert: Dienstag 4. Juni 2002, 17:30
Please flash again.
Use AlexW BaseImage 1.5 (http://dboxupdate.berlios.de/),
set IP,
copy cramfs (ftp).
It es the same problem? Use Image 1.4.
Use AlexW BaseImage 1.5 (http://dboxupdate.berlios.de/),
set IP,
copy cramfs (ftp).
It es the same problem? Use Image 1.4.
-
- Erleuchteter
- Beiträge: 521
- Registriert: Dienstag 21. Mai 2002, 12:53
-
- Interessierter
- Beiträge: 27
- Registriert: Samstag 9. Februar 2002, 11:26
-
- Erleuchteter
- Beiträge: 521
- Registriert: Dienstag 21. Mai 2002, 12:53
-
- Interessierter
- Beiträge: 27
- Registriert: Samstag 9. Februar 2002, 11:26
-
- Erleuchteter
- Beiträge: 521
- Registriert: Dienstag 21. Mai 2002, 12:53
-
- Senior Member
- Beiträge: 1278
- Registriert: Mittwoch 5. September 2001, 00:00
-
- Interessierter
- Beiträge: 27
- Registriert: Samstag 9. Februar 2002, 11:26