Yep, no free swap space on ur .ext3 file of coLinux....
Credit to: apachez
If colinux starts; shutdown
Command Prompt of Windows(make4GB)
Code:
fsutil file createnew colinux_new.img 8589934592
Colinux conf edit
Code:
cobd2="c:\path\to\colinux_new.img"
colinux start
Code:
dd if=/dev/cobd0 of=/dev/cobd2
Code:
e2fsck -f /dev/cobd2
Code:
resize2fs -p /dev/cobd2
Colinux conf edit
Code:
cobd0="C:\coLinux\PWServer.ext3"
to
Code:
cobd0="C:\coLinux\colinux_new.img"
And look this links too:
Code:
http://colinux.wikia.com/wiki/ExpandingRoot
Code:
http://colinux.wikia.com/wiki/HowtoCreateSwapFile
And combine commands, i think u got low in swap space, and a little bit on .ext3

And dont fogeret to add those path in config file of pwserver (colinux\pwserver etc..)