|
From: Eric S. J. <es...@ha...> - 2004-10-01 19:14:59
Attachments:
default.colinux.xml
|
uninstalled 20040910 from c:/Program Files/colinux and reinstalled in c:/colinux files: esj@speaker /cygdrive/c/colinux $ ls Gentoo-2.6.7-colinux-0.6.2 colinux-daemon.exe initrd.gz README colinux-debug-daemon.exe linux.sys Uninstall.exe colinux-net-daemon.exe netdriver colinux-bridged-net-daemon.exe default.colinux.xml swap_768Mb colinux-console-fltk.exe default.colinux.xml.old vmlinux colinux-console-nt.exe default.colinux.xml~ run gives: esj@speaker /cygdrive/c/colinux $ ./colinux-daemon.exe -c default.colinux.xml Cooperative Linux Daemon, 0.6.2-pre1 Compiled on Fri Sep 10 17:03:35 2004 daemon: exit code 80008401 daemon: error - CO_RC_ERROR_ERROR, line 33, file id 0 esj@speaker /cygdrive/c/colinux what am I doing wrong. --- eric |
|
From: Nuno L. <lu...@nl...> - 2004-10-02 07:00:30
|
Eric S. Johansson, dando pulos de alegria, escreveu : > daemon: exit code 80008401 > daemon: error - CO_RC_ERROR_ERROR, line 33, file id 0 > esj@speaker /cygdrive/c/colinux > > what am I doing wrong. This error is related with not being able to open some file. [...] > <initrd path="\DosDevices\c:\coLinux\initrd.gz" /> [...] > <image path="\DosDevices\c:\coLinux\vmlinux" /> [...] Replace this with just: <initrd path="initrd.gz" /> <image path="vmlinux" /> The "\DosDevices\" prefix is only used for kernel code that needs to load some file, but I don't think it can be used with user code. The block devices are loaded in the driver (kernel mode), but the initrd.gz and vmlinux are loaded in user mode (by the daemon). You can still use an absolute in the initrd and image config, but no need (and I think is your problem) for the "\DosDevices\" prefix. If it gives a different error after this change, try to replace <bootparams>root=/dev/cobd0</bootparams> by <bootparams>root=/dev/cobd/0</bootparams> This is just a guess, so if it works let us know. Regards, ~Nuno Lucas |
|
From: Eric S. J. <es...@ha...> - 2004-10-04 19:21:15
|
a long overdue follow-up Nuno Lucas wrote: > Eric S. Johansson, dando pulos de alegria, escreveu : > >> daemon: exit code 80008401 >> daemon: error - CO_RC_ERROR_ERROR, line 33, file id 0 >> esj@speaker /cygdrive/c/colinux >> >> what am I doing wrong. > > Replace this with just: > > <initrd path="initrd.gz" /> > <image path="vmlinux" /> > woohoo!! it worked! we had ethernet problems which I solved by using bridged mode and winpcap then fixing speech recognition errors in the configuration file. now it's mostly working right. upgraded gentoo and with over 120 etc-update files, I just -5ed all the updates and have been cleaning them up slowly. Unfortunately, something is wrong with the modules and since I have no back scroll (or cut and paste) with the console window (fltk) I can't figure out exactly what's happening since it isn't logged. colinux rocks! ---eric |
|
From: Nuno L. <lu...@nl...> - 2004-10-05 01:13:39
|
Eric S. Johansson, dando pulos de alegria, escreveu : <...> > now it's mostly working right. upgraded gentoo and with over 120 > etc-update files, I just -5ed all the updates and have been cleaning > them up slowly. Unfortunately, something is wrong with the modules and > since I have no back scroll (or cut and paste) with the console window > (fltk) I can't figure out exactly what's happening since it isn't logged. "dmesg | less" ? Regards, ~Nuno Lucas |
|
From: Eric S. J. <es...@ha...> - 2004-10-05 19:46:49
|
Nuno Lucas wrote: > Eric S. Johansson, dando pulos de alegria, escreveu : > <...> > >> now it's mostly working right. upgraded gentoo and with over 120 >> etc-update files, I just -5ed all the updates and have been cleaning >> them up slowly. Unfortunately, something is wrong with the modules >> and since I have no back scroll (or cut and paste) with the console >> window (fltk) I can't figure out exactly what's happening since it >> isn't logged. > > > "dmesg | less" ? one would think. Unfortunately, it is not. So the only way to figure out what's wrong will come with a console window that has a few hundred lines of scroll back. I know the developers have more important things on their minds so I can wait. its working well enough for me now. ---eric |
|
From: Henry N. <Hen...@Ar...> - 2004-10-03 14:21:49
|
Eric S. Johansson wrote: > uninstalled 20040910 from c:/Program Files/colinux and reinstalled in > c:/colinux > > files: > > esj@speaker /cygdrive/c/colinux > $ ls > Gentoo-2.6.7-colinux-0.6.2 colinux-daemon.exe initrd.gz > README colinux-debug-daemon.exe linux.sys > Uninstall.exe colinux-net-daemon.exe netdriver > colinux-bridged-net-daemon.exe default.colinux.xml swap_768Mb > colinux-console-fltk.exe default.colinux.xml.old vmlinux > colinux-console-nt.exe default.colinux.xml~ > > run gives: > > esj@speaker /cygdrive/c/colinux > $ ./colinux-daemon.exe -c default.colinux.xml > Cooperative Linux Daemon, 0.6.2-pre1 > Compiled on Fri Sep 10 17:03:35 2004 > > daemon: exit code 80008401 > daemon: error - CO_RC_ERROR_ERROR, line 33, file id 0 > esj@speaker /cygdrive/c/colinux > > > what am I doing wrong. Why do you runs in Cygwin? Sinple open a Windows Command prompt and run the daemon. C: cd \coLinux colinux-daemon.exe -c default.colinux.xml -- Henry Nestler |