From: Larry C. <lc...@di...> - 2007-08-09 05:12:46
|
Hello, I did a search of the archives at sourceforge. Apparantly, search is not working since searching for terms (such as debian or colinux) known to be in the subject or body of messages returns 0 results. My install of Colinux has been working very well for several weeks. Along the way I increased the disk image to 4 GB and have installed several packages using dselect. Now I'm getting an error on startup. There does not seem to be a way to trouble-shoot the problem since the problem is in the disk image and the disk image will not load. Am I forced to start from scratch? I hope someone has encountered this before and can help me fix this. Here is the boot sequence: E:\CoLinux>colinux-daemon.exe -c config.xml Cooperative Linux Daemon, 0.6.4 Compiled on Mon May 29 22:19:09 2006 mapping cobd0 to \DosDevices\E:\CoLinux\d.4gb mapping cobd1 to \DosDevices\E:\CoLinux\swapfile error initializing daemon: exit code 84814401 daemon: error - CO_RC_ERROR_ERROR, line 81, file colinux/os/current/user/manager.o (36) Here is my xml file (comments removed): <?xml version="1.0" encoding="UTF-8"?> <colinux> <block_device index="0" path="\DosDevices\E:\CoLinux\d.4gb" enabled="true" /> <block_device index="1" path="\DosDevices\E:\CoLinux\swapfile" enabled="true" /> <bootparams>root=/dev/cobd0</bootparams> <initrd path="initrd.gz" /> <image path="vmlinux" /> <memory size="96" /> <network index="0" type="bridged" name="Physical" mac="34:56:78:9A:BC:DE" /> </colinux> -- Larry Crouch lc...@di... |
From: MarkBykerkKauffman <Mar...@ya...> - 2007-09-09 16:25:02
|
I believe I'm seeing the exact same error and would like to know the fix too. Here is what I see.. D:\coLinux>colinux-daemon.exe -t nt -c D:\coLinux\default.colinux.xml Cooperative Linux Daemon, 0.6.4 Compiled on Mon May 29 22:19:09 2006 mapping cobd0 to \DosDevices\D:\coLinux\Debian-3.0r2.ext3-mit-backports.1gb mapping cobd1 to \DosDevices\D:\coLinux\swap_1024Mb error initializing daemon: exit code 84814401 daemon: error - CO_RC_ERROR_ERROR, line 81, file colinux/os/current/user/manager.o (36) I started getting this after I defragmented the D: drive. Here is Larry's Larry Crouch-3 wrote: > > > Here is the boot sequence: > E:\CoLinux>colinux-daemon.exe -c config.xml > Cooperative Linux Daemon, 0.6.4 > Compiled on Mon May 29 22:19:09 2006 > > mapping cobd0 to \DosDevices\E:\CoLinux\d.4gb > mapping cobd1 to \DosDevices\E:\CoLinux\swapfile > error initializing > daemon: exit code 84814401 > daemon: error - CO_RC_ERROR_ERROR, line 81, file > colinux/os/current/user/manager.o (36) > > > Here is my xml file (comments removed): > <?xml version="1.0" encoding="UTF-8"?> > <colinux> > <block_device index="0" path="\DosDevices\E:\CoLinux\d.4gb" > enabled="true" /> > <block_device index="1" path="\DosDevices\E:\CoLinux\swapfile" > enabled="true" /> > <bootparams>root=/dev/cobd0</bootparams> > <initrd path="initrd.gz" /> > <image path="vmlinux" /> > <memory size="96" /> > <network index="0" type="bridged" name="Physical" > mac="34:56:78:9A:BC:DE" /> > </colinux> > -- > Larry Crouch > lc...@di... > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > coLinux-users mailing list > coL...@li... > https://lists.sourceforge.net/lists/listinfo/colinux-users > > -- View this message in context: http://www.nabble.com/CoLinux-not-booting-%28exit-code-84814401%29-tf4240639.html#a12580420 Sent from the colinux-users mailing list archive at Nabble.com. |
From: Henry N. <Hen...@Ar...> - 2007-09-09 21:07:56
|
The error says, that the driver linux.sys returns an error. Please check, that the coLinux driver is properly installed: colinu-daemon --status-driver Try follow steps to reenable the driver: colinu-daemon --remove-driver colinu-daemon --install-driver Under some situatuations needs to reboot Windows between remove and install. -- Henry MarkBykerkKauffman wrote: > I believe I'm seeing the exact same error and would like to know the fix too. > Here is what I see.. > D:\coLinux>colinux-daemon.exe -t nt -c D:\coLinux\default.colinux.xml > Cooperative Linux Daemon, 0.6.4 > Compiled on Mon May 29 22:19:09 2006 > > mapping cobd0 to \DosDevices\D:\coLinux\Debian-3.0r2.ext3-mit-backports.1gb > mapping cobd1 to \DosDevices\D:\coLinux\swap_1024Mb > error initializing > daemon: exit code 84814401 > daemon: error - CO_RC_ERROR_ERROR, line 81, file > colinux/os/current/user/manager.o (36) > > I started getting this after I defragmented the D: drive. > > Here is Larry's > > Larry Crouch-3 wrote: >> >> Here is the boot sequence: >> E:\CoLinux>colinux-daemon.exe -c config.xml >> Cooperative Linux Daemon, 0.6.4 >> Compiled on Mon May 29 22:19:09 2006 >> >> mapping cobd0 to \DosDevices\E:\CoLinux\d.4gb >> mapping cobd1 to \DosDevices\E:\CoLinux\swapfile >> error initializing >> daemon: exit code 84814401 >> daemon: error - CO_RC_ERROR_ERROR, line 81, file >> colinux/os/current/user/manager.o (36) >> |
From: MarkBykerkKauffman <Mar...@ya...> - 2007-09-09 19:29:07
|
Rebooting the host OS, the one made up in Redmond, fixed the problem. After the reboot, colinux started again with no issues. -- View this message in context: http://www.nabble.com/CoLinux-not-booting-%28exit-code-84814401%29-tf4240639.html#a12582145 Sent from the colinux-users mailing list archive at Nabble.com. |