Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(100) |
Jun
(134) |
Jul
(149) |
Aug
(123) |
Sep
(185) |
Oct
(122) |
Nov
(59) |
Dec
(127) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(128) |
Feb
(233) |
Mar
(210) |
Apr
(196) |
May
(85) |
Jun
(96) |
Jul
(76) |
Aug
(149) |
Sep
(65) |
Oct
(78) |
Nov
(121) |
Dec
(82) |
2006 |
Jan
(249) |
Feb
(181) |
Mar
(176) |
Apr
(156) |
May
(128) |
Jun
(102) |
Jul
(157) |
Aug
(80) |
Sep
(42) |
Oct
(49) |
Nov
(36) |
Dec
(42) |
2007 |
Jan
(64) |
Feb
(38) |
Mar
(45) |
Apr
(74) |
May
(26) |
Jun
(20) |
Jul
(17) |
Aug
(12) |
Sep
(40) |
Oct
(7) |
Nov
(14) |
Dec
(16) |
2008 |
Jan
(52) |
Feb
(49) |
Mar
(90) |
Apr
(80) |
May
(78) |
Jun
(82) |
Jul
(25) |
Aug
(8) |
Sep
(10) |
Oct
(11) |
Nov
(3) |
Dec
(17) |
2009 |
Jan
(12) |
Feb
(16) |
Mar
(20) |
Apr
(14) |
May
(17) |
Jun
(10) |
Jul
(13) |
Aug
(12) |
Sep
(21) |
Oct
(10) |
Nov
(30) |
Dec
(1) |
2010 |
Jan
(2) |
Feb
(7) |
Mar
(22) |
Apr
(6) |
May
(33) |
Jun
(5) |
Jul
(4) |
Aug
(38) |
Sep
(46) |
Oct
(23) |
Nov
(9) |
Dec
(5) |
2011 |
Jan
(21) |
Feb
(27) |
Mar
(1) |
Apr
(18) |
May
(12) |
Jun
(12) |
Jul
(10) |
Aug
(30) |
Sep
(4) |
Oct
|
Nov
(9) |
Dec
(19) |
2012 |
Jan
(26) |
Feb
(6) |
Mar
(8) |
Apr
(7) |
May
(3) |
Jun
|
Jul
(10) |
Aug
(1) |
Sep
(18) |
Oct
(5) |
Nov
|
Dec
(1) |
2013 |
Jan
(27) |
Feb
|
Mar
(11) |
Apr
(14) |
May
|
Jun
(1) |
Jul
|
Aug
(7) |
Sep
|
Oct
(1) |
Nov
(2) |
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
(25) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
(1) |
Aug
|
Sep
(1) |
Oct
|
Nov
(2) |
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
|
1
|
2
|
3
|
4
|
5
|
6
(2) |
7
(3) |
8
(1) |
9
(1) |
10
(1) |
11
|
12
(1) |
13
|
14
|
15
|
16
|
17
(1) |
18
|
19
(2) |
20
(10) |
21
(1) |
22
|
23
|
24
(3) |
25
(9) |
26
(8) |
27
(3) |
28
(1) |
29
(2) |
|
From: Henry Nestler <Henry.Ne@Arcor.de> - 2008-02-29 21:22:20
|
Wael Nasreddine wrote: > This One Time, at Band Camp, Henry Nestler <Henry.Ne@...> said, On Thu, Feb 28, 2008 at 09:41:11PM +0100: >> Wael Nasreddine wrote: >>> I currently dual or actually tripple boot Windows XP with Gentoo linux >>> and Arch Linux, my hard disk is partitioned as following: > >>> /dev/sda1 10G Fat32 Windows XP >>> /dev/sda2 100M ext2 /boot partition >>> /dev/sda3 110G DM-CRYPT > >>> the /dev/sda3 is an encrypted partition ( LUKS Encrypted.. ), over it >>> I have an LVM array with 12 LVs 2 of them are gentoo and arch roots, I >>> have home, 2 swap etc... > >>> is there a way I can boot Gentoo or Arch from the LVM array ( that is >>> over DM-CRYPT ) with coLinux.... it would be excellent if I could boot >>> it because I'm really annoyed that I can't access any of LVMed >>> partition from windows, I have to reboot If I want one file... I also >>> miss Mutt... > >> Yes, this should go. Some user have a raid setup running. So your LVM is >> similar. > >> You need colinux with LVM and DM-Crypt supprt (as module or kernel build >> in). I not know, what modules you need. Please check the kernel config >> [1]. "CONFIG_DM_CRYPT=m" I can see there. But not know what else you need. > >> You need manualy change the initrd for this. Basic steps are: >> - unpack (gunzip and cpio) the boot/initrd from your native Gentoo boot >> - View into th file linuxrc, and check how an what modules are >> installed. (modprobe or insmod) >> - Locate the modules path inside the initrd (lib/modules/...) >> - Remove all non coLinux modules. Replace/Add all modules you need with >> coLinux version. >> - create the gzipped cpio initrd from the tree now. >> - Use the new initrd as "initrd=..." for colinux boot. >> - For the first start should run with non graphical runlevel, add "init >> 2" into the colinux config as kernel command line. > >> The partition should configure as alias in coLinux config, for example: >> sda3=\Device\Harddisk0\Partition3 > >> [1] >> http://colinux.svn.sourceforge.net/svnroot/colinux/branches/devel/conf/linux-2.6.22.18-config > > Okay I see what I should do, but What if I used the Gentoo > kernel/initrd I have in gentoo for coLinux, would it work?? I'm going > to try it but tonight when I'll be home, I'll try it and report back > the results.... The coLinux initrd has only one script to copy modules into a root filesystem. But your rootfs is encrypted. So, the simple "mount" would no work in your case. The Gentoo initrd must have some more programs to load modules and activate the LVM and encryption. I think and hope. But Gentoo initrd would have wrong module version (from non coLinux kernel). That's why modules should have to replace. And, don't try to use the Gentoo kernel. That would alltimes crash with BSOD. -- Henry N. |
From: Wael Nasreddine <wael@na...> - 2008-02-29 15:39:33
|
This One Time, at Band Camp, Henry Nestler <Henry.Ne@...> said, On Thu, Feb 28, 2008 at 09:41:11PM +0100: > Wael Nasreddine wrote: > > I currently dual or actually tripple boot Windows XP with Gentoo linux > > and Arch Linux, my hard disk is partitioned as following: > > /dev/sda1 10G Fat32 Windows XP > > /dev/sda2 100M ext2 /boot partition > > /dev/sda3 110G DM-CRYPT > > the /dev/sda3 is an encrypted partition ( LUKS Encrypted.. ), over it > > I have an LVM array with 12 LVs 2 of them are gentoo and arch roots, I > > have home, 2 swap etc... > > is there a way I can boot Gentoo or Arch from the LVM array ( that is > > over DM-CRYPT ) with coLinux.... it would be excellent if I could boot > > it because I'm really annoyed that I can't access any of LVMed > > partition from windows, I have to reboot If I want one file... I also > > miss Mutt... > Yes, this should go. Some user have a raid setup running. So your LVM is > similar. > You need colinux with LVM and DM-Crypt supprt (as module or kernel build > in). I not know, what modules you need. Please check the kernel config > [1]. "CONFIG_DM_CRYPT=m" I can see there. But not know what else you need. > You need manualy change the initrd for this. Basic steps are: > - unpack (gunzip and cpio) the boot/initrd from your native Gentoo boot > - View into th file linuxrc, and check how an what modules are > installed. (modprobe or insmod) > - Locate the modules path inside the initrd (lib/modules/...) > - Remove all non coLinux modules. Replace/Add all modules you need with > coLinux version. > - create the gzipped cpio initrd from the tree now. > - Use the new initrd as "initrd=..." for colinux boot. > - For the first start should run with non graphical runlevel, add "init > 2" into the colinux config as kernel command line. > The partition should configure as alias in coLinux config, for example: > sda3=\Device\Harddisk0\Partition3 > [1] > http://colinux.svn.sourceforge.net/svnroot/colinux/branches/devel/conf/linux-2.6.22.18-config Okay I see what I should do, but What if I used the Gentoo kernel/initrd I have in gentoo for coLinux, would it work?? I'm going to try it but tonight when I'll be home, I'll try it and report back the results.... Thanks -- Wael Nasreddine http://wael.nasreddine.com PGP: 1024D/C8DD18A2 06F6 1622 4BC8 4CEB D724 DE12 5565 3945 C8DD 18A2 .: An infinite number of monkeys typing into GNU emacs, would never make a good program. (L. Torvalds 1995) :. |
From: Henry Nestler <Henry.Ne@Arcor.de> - 2008-02-28 20:38:41
|
Wael Nasreddine wrote: > I currently dual or actually tripple boot Windows XP with Gentoo linux > and Arch Linux, my hard disk is partitioned as following: > > /dev/sda1 10G Fat32 Windows XP > /dev/sda2 100M ext2 /boot partition > /dev/sda3 110G DM-CRYPT > > the /dev/sda3 is an encrypted partition ( LUKS Encrypted.. ), over it > I have an LVM array with 12 LVs 2 of them are gentoo and arch roots, I > have home, 2 swap etc... > > is there a way I can boot Gentoo or Arch from the LVM array ( that is > over DM-CRYPT ) with coLinux.... it would be excellent if I could boot > it because I'm really annoyed that I can't access any of LVMed > partition from windows, I have to reboot If I want one file... I also > miss Mutt... Yes, this should go. Some user have a raid setup running. So your LVM is similar. You need colinux with LVM and DM-Crypt supprt (as module or kernel build in). I not know, what modules you need. Please check the kernel config [1]. "CONFIG_DM_CRYPT=m" I can see there. But not know what else you need. You need manualy change the initrd for this. Basic steps are: - unpack (gunzip and cpio) the boot/initrd from your native Gentoo boot - View into th file linuxrc, and check how an what modules are installed. (modprobe or insmod) - Locate the modules path inside the initrd (lib/modules/...) - Remove all non coLinux modules. Replace/Add all modules you need with coLinux version. - create the gzipped cpio initrd from the tree now. - Use the new initrd as "initrd=..." for colinux boot. - For the first start should run with non graphical runlevel, add "init 2" into the colinux config as kernel command line. The partition should configure as alias in coLinux config, for example: sda3=\Device\Harddisk0\Partition3 [1] http://colinux.svn.sourceforge.net/svnroot/colinux/branches/devel/conf/linux-2.6.22.18-config -- Henry N. |
From: Henry Nestler <Henry.Ne@Arcor.de> - 2008-02-27 23:39:38
|
Hello Baldyeti, baldyeti wrote: > PS: I have also observed the following error message: > (besides the original CO_RC_ERROR_ERROR) > > Linux version 2.6.22-co-0.7.2 (hn@...) (gcc version 4.1.2) > #1 PREEMPT Fri Jan 18 21:44:04 UTC 2008 > 160MB LOWMEM available. > Entering add_active_range(0, 0, 40960) 0 entries of 256 used > Zone PFN ranges: > DMA 0 -> 0 > Normal 0 -> 40960 > early_node_map[1] active PFN ranges > 0: 0 -> 40960 > On node 0 totalpages: 40960 > colinux: Linux VM terminated > colinux: BUG at > ...p/stable-0.7.2-snapshot/linux-2.6.22-source/mm/bootmem.c:151 static void __init free_bootmem_core(bootmem_data_t *bdata, unsigned ... BUG_ON(PFN_DOWN(addr + size) > bdata->node_low_pfn); <=== trap Full code: http://lxr.linux.no/linux/mm/bootmem.c#L150 The other was > daemon: exit code 89a09401 > daemon: error - CO_RC_ERROR_ERROR, line 37, file > src/colinux/kernel/pages.c (77) 23: co_rc_t co_manager_get_page(struct co_manager *manager, co_pfn_t ... 31: if (*pfn >= manager->hostmem_pages) { <=== trap 32: /* Surprise! We have a bug! */ 34: co_debug_error("PFN too high! %ld >= %ld", 35: *pfn, manager->hostmem_pages); 37: return CO_RC(ERROR); Full code: http://colinux.svn.sourceforge.net/viewvc/colinux/tags/0.7.2/src/colinux/kernel/pages.c?view=markup 1. On this step the linux side was never run. We only are in the windows driver. This helps a liddle more, where we need to search: Not in linux kernel. It is inside the windows kernel driver. 2. Both errors says, that some will access a page behind the limit (160MB in your case). The limit checkers traps into the error. 3. Both errors fails with an access to pfn and max pfn. Was a variable overwritten? Why memory are changed? Or why the requested pfn number are not in range of max pfn? Don't know. I'm a liddle out of ideas. Memory you have tested with memtest. So, the chips are ok. What physicaly memory recource used your graphics card? Have you other devices, that used memory regions over 2GB? Limit the memory size to 1GB, /maxmem=1024 in C:\boot.ini. Better? Interesting question: Is PAE currently enabled? Press keys LeftWin + Pause. On System properties a text "Physical Adress Extension" is seen or not? Disable PAE in boot.ini. Or if PAE is enabled, enable it. Better? The output from line 34 would be interesting. Fails it with constant or random values? Is it one count over the range, or totaly badly? Start colinux-debug-daemon.exe -p -d -s prints=31,misc=31 -f debug.xml Than start colinux. If the error comes again, grep for the text "PFN too high" and lets see values here. You not need to start linux completely, please trimm down parameters for all test as follow: colinux-daemon kernel=vmlinux initrd=initrd.gz root=/dev/ram0 mem=160 -- Henry N. |
From: baldyeti <e_fax_t@ho...> - 2008-02-27 21:33:44
|
> Try one of my ideas step by step: > Check the memory with memtest86. Done, for over 24h with no error detected. > Change the memory speed slower in bios settings. > Can you change the memory or CPU cache settings inside the bios? > Try to disable the cache. Sorry, I didn't want to mess with the default settings given that the machine has been so stable otherwise. I couldn't find a way to disable caching either. > Can you temporaly disable one core? Done, crashed all the same. Dunno what to try next... --bald PS: I have also observed the following error message: (besides the original CO_RC_ERROR_ERROR) Linux version 2.6.22-co-0.7.2 (hn@...) (gcc version 4.1.2) #1 PREEMPT Fri Jan 18 21:44:04 UTC 2008 160MB LOWMEM available. Entering add_active_range(0, 0, 40960) 0 entries of 256 used Zone PFN ranges: DMA 0 -> 0 Normal 0 -> 40960 early_node_map[1] active PFN ranges 0: 0 -> 40960 On node 0 totalpages: 40960 colinux: Linux VM terminated colinux: BUG at ...p/stable-0.7.2-snapshot/linux-2.6.22-source/mm/bootmem.c:151 |
From: Henry Nestler <Henry.Ne@Arcor.de> - 2008-02-27 07:48:06
|
If you can not ping external sites, I'm afraid, you have a hard configured firewall from your departments LAN.IT. This let me assume, you can only surf via proxy? If you know that you use proxy with your webserver, than must setup proxy also in coLinux. Type this on linux prompt, with your personal settings shurely: export http_proxy=http://username:password@...:port/ export ftp_proxy=http://username:password@.../ After this proxy setup, "wget google.com" and apt-get should work. More hints about apt-get setup: http://lena.franken.de/linux/debian_and_vserver/commands_to_install.html#HTTP-Proxy -- Henry N. Abhrajit Datta wrote: > Hi, > I cannot ping external sites from windows command prompt.i can ping other > machines on LAN.IT is saying request timed out if i try to ping google.com > etc.I have disabled my windows firewall.my ipconfig is as follows:do i need > to change anything in this? > > Windows IP Configuration > Host Name . . . . . . . . . . . . : A2MD01956 > Primary Dns Suffix . . . . . . . : mindtree.com > Node Type . . . . . . . . . . . . : Hybrid > IP Routing Enabled. . . . . . . . : No > WINS Proxy Enabled. . . . . . . . : No > DNS Suffix Search List. . . . . . : mindtree.com > Ethernet adapter Local Area Connection: > Connection-specific DNS Suffix . : > Description . . . . . . . . . . . : 3Com 3C920B-EMB Integrated Fast Ethernet > Controller > Physical Address. . . . . . . . . : 00-0A-5E-30-79-8E > Dhcp Enabled. . . . . . . . . . . : Yes > Autoconfiguration Enabled . . . . : Yes > IP Address. . . . . . . . . . . . : 172.22.1.128 > Subnet Mask . . . . . . . . . . . : 255.255.252.0 > Default Gateway . . . . . . . . . : 172.22.0.1 > DHCP Server . . . . . . . . . . . : 172.22.192.2 > DNS Servers . . . . . . . . . . . : 172.22.192.2 > 172.22.192.25 > Primary WINS Server . . . . . . . : 172.22.192.2 > Secondary WINS Server . . . . . . : 172.22.192.25 > Lease Obtained. . . . . . . . . . : Tuesday, February 26, 2008 5:19:35 PM > Lease Expires . . . . . . . . . . : Wednesday, March 05, 2008 5:19:35 PM > > ________________________________ > > From: Henry Nestler [mailto:Henry.Ne@...] > Sent: Wed 2/27/2008 1:22 AM > To: Abhrajit Datta > Cc: Cooperative Linux Users > Subject: Re: [coLinux-users] Problem with TAP win 32 adapter > > > > Check your network step by step. > - Is network usable from windows? > Open a command prompt and type "ping sf.net" > - Start coLinux. Is network still usable on windows side? > Try "ping sf.net" on windows again. > - Check eth0 parameters inside the running Linux. > Type "ifconfig", you should see the settings for eth0: > inet addr:10.0.2.15 Bcast:10.0.2.255 Mask:255.255.255.0 > Other values would not run. Typicaly mistake would be the broadcast. > - Check the route inside Linux, type "route -n" > The last line must be: > 0.0.0.0 10.0.2.2 ... eth0 > - Try to get a web page with such simple command: > "wget google.com" > You should see > HTTP request sent, awaiting response... 200 OK > and finaly got the index.html file. > > - Last, I hope you we talk about "Debian 4.0" here? > Mirrors for Debian 3.x must change to get updates. Please remove all > lines from "/etc/apt/sources.list" and replace with: > > deb http://archive.debian.org/debian-archive woody main > deb-src http://archive.debian.org/debian-archive woody main > > > Abhrajit Datta wrote: >> Now the error is different.It says connection timed out.What is the > possible >> cause,please tell. >> Abhri >> >> ________________________________ >> >> From: Henry Nestler [mailto:Henry.Ne@...] >> Sent: Tue 2/26/2008 1:35 PM >> To: Abhrajit Datta >> Cc: colinux-users@... >> Subject: Re: [coLinux-users] Problem with TAP win 32 adapter >> >> >> >> Abhrajit Datta wrote: >>> Hi, >>> >>> I was trying to connect to internet via colinux.I installed the TAP win >>> 32 adapter.During booting it shows that TAP is enabled and I can see the >>> connection icon in connected state.But when I try to run the command >>> apt-get update it gives the error "something wicked happened while >>> resolving ...http://debian.org <http://debian.org/> <http://debian.org/> > etc... >>> It gives a series of these errors and so I am unable to install any >>> packages.I am a new colinux user so if someone knows the issue please > help. >> SLiRP is better for your first use. Let TAP installed, you can use it >> later as eth1 and fast host only access. >> >> Please use "eth0=slirp" in coLinux config. >> Setup network eth0 inside running linux as described in wiki: >> > http://colinux.wikia.com/wiki/Network#Reconfigure_Network_Interface_On_the_Fl > y >> ifconfig eth0 10.0.2.15 netmask 255.255.255.0 broadcast 10.0.2.255 >> route add default gw 10.0.2.2 >> echo "nameserver 10.0.2.3" > /etc/resolv.conf >> >> For permanently store, setup SLiRP in Debians config file, see >> http://colinux.wikia.com/wiki/Network#Debian >> >> # file: /etc/network/interfaces >> auto eth0 >> iface eth0 inet static >> address 10.0.2.15 >> network 10.0.2.0 >> broadcast 10.0.2.255 >> netmask 255.255.255.0 >> gateway 10.0.2.2 >> >> -- >> Henry N. > > -- > Henry N. > > > abhri > > > > DISCLAIMER: > This message (including attachment if any) is confidential and may be privileged. If you have received this message by mistake please notify the sender by return e-mail and delete this message from your system. Any unauthorized use or dissemination of this message in whole or in part is strictly prohibited. > E-mail may contain viruses. Before opening attachments please check them for viruses and defects. While MindTree Consulting Limited (MindTree) has put in place checks to minimize the risks, MindTree will not be responsible for any viruses or defects or any forwarded attachments emanating either from within MindTree or outside. > Please note that e-mails are susceptible to change and MindTree shall not be liable for any improper, untimely or incomplete transmission. > MindTree reserves the right to monitor and review the content of all messages sent to or from MindTree e-mail address. Messages sent to or from this e-mail address may be stored on the MindTree e-mail system or else where. > -- Henry N. |
From: Henry Nestler <Henry.Ne@Arcor.de> - 2008-02-26 19:50:00
|
Check your network step by step. - Is network usable from windows? Open a command prompt and type "ping sf.net" - Start coLinux. Is network still usable on windows side? Try "ping sf.net" on windows again. - Check eth0 parameters inside the running Linux. Type "ifconfig", you should see the settings for eth0: inet addr:10.0.2.15 Bcast:10.0.2.255 Mask:255.255.255.0 Other values would not run. Typicaly mistake would be the broadcast. - Check the route inside Linux, type "route -n" The last line must be: 0.0.0.0 10.0.2.2 ... eth0 - Try to get a web page with such simple command: "wget google.com" You should see HTTP request sent, awaiting response... 200 OK and finaly got the index.html file. - Last, I hope you we talk about "Debian 4.0" here? Mirrors for Debian 3.x must change to get updates. Please remove all lines from "/etc/apt/sources.list" and replace with: deb http://archive.debian.org/debian-archive woody main deb-src http://archive.debian.org/debian-archive woody main Abhrajit Datta wrote: > Now the error is different.It says connection timed out.What is the possible > cause,please tell. > Abhri > > ________________________________ > > From: Henry Nestler [mailto:Henry.Ne@...] > Sent: Tue 2/26/2008 1:35 PM > To: Abhrajit Datta > Cc: colinux-users@... > Subject: Re: [coLinux-users] Problem with TAP win 32 adapter > > > > Abhrajit Datta wrote: >> Hi, >> >> I was trying to connect to internet via colinux.I installed the TAP win >> 32 adapter.During booting it shows that TAP is enabled and I can see the >> connection icon in connected state.But when I try to run the command >> apt-get update it gives the error "something wicked happened while >> resolving ...http://debian.org <http://debian.org/> etc... >> >> It gives a series of these errors and so I am unable to install any >> packages.I am a new colinux user so if someone knows the issue please help. > > SLiRP is better for your first use. Let TAP installed, you can use it > later as eth1 and fast host only access. > > Please use "eth0=slirp" in coLinux config. > Setup network eth0 inside running linux as described in wiki: > http://colinux.wikia.com/wiki/Network#Reconfigure_Network_Interface_On_the_Fly > > ifconfig eth0 10.0.2.15 netmask 255.255.255.0 broadcast 10.0.2.255 > route add default gw 10.0.2.2 > echo "nameserver 10.0.2.3" > /etc/resolv.conf > > For permanently store, setup SLiRP in Debians config file, see > http://colinux.wikia.com/wiki/Network#Debian > > # file: /etc/network/interfaces > auto eth0 > iface eth0 inet static > address 10.0.2.15 > network 10.0.2.0 > broadcast 10.0.2.255 > netmask 255.255.255.0 > gateway 10.0.2.2 > > -- > Henry N. -- Henry N. |
From: Andrew Roth <andrewroth@gm...> - 2008-02-26 14:43:53
|
> > SLiRP is better for your first use. Let TAP installed, you can use it > later as eth1 and fast host only access. > I also found SLiRP to work where TAP failed (in getting internet working -- I still use TAP to access the host). You should be able to use dhcp on SLiRP, that works perfectly for me. Are you connected to any VPNs? Try resolving a host in windows, then pinging it in colinux with the ip. Does that work? -Andrew |
From: Wael Nasreddine <mla@na...> - 2008-02-26 11:46:19
|
Hello, I currently dual or actually tripple boot Windows XP with Gentoo linux and Arch Linux, my hard disk is partitioned as following: /dev/sda1 10G Fat32 Windows XP /dev/sda2 100M ext2 /boot partition /dev/sda3 110G DM-CRYPT the /dev/sda3 is an encrypted partition ( LUKS Encrypted.. ), over it I have an LVM array with 12 LVs 2 of them are gentoo and arch roots, I have home, 2 swap etc... is there a way I can boot Gentoo or Arch from the LVM array ( that is over DM-CRYPT ) with coLinux.... it would be excellent if I could boot it because I'm really annoyed that I can't access any of LVMed partition from windows, I have to reboot If I want one file... I also miss Mutt... Thank you... -- Wael Nasreddine http://wael.nasreddine.com PGP: 1024D/C8DD18A2 06F6 1622 4BC8 4CEB D724 DE12 5565 3945 C8DD 18A2 .: An infinite number of monkeys typing into GNU emacs, would never make a good program. (L. Torvalds 1995) :. |
From: ecomVia <your_service@wo...> - 2008-02-26 11:45:44
|
Start getting new customers & trade leads! Sir / Madam, As we have been attracted to your site "Cooperative Linux" and according to its description "Port of the Linux kernel that allows it to run cooperatively alongside another operating system on a single machine.", we believe, that the cooperation with us could bring you many new trade leads and opportunities. Promote your company and your products in very efficient form using the ecomVia Global System (eGS). Don't miss out the chance to <strong>register and use all of the services at no cost</strong> and create free profile for your company and set up presentations for your products. Find and share up-to-date business information about worldwide manufacturers and products suppliers, differ your company from the competition and become successful worldwide. Make your company being found easily with ecomVia Global Finder at http://www.ecomvia.net/v2 Become an Eminent supplier in your country or become a Global supplier and start promoting your company using another 42 B2B portals of ecomVia Global System. Build new contacts and enjoy the power of the system to get better ranks in major search-engines. Take up with us using following link: http://www.worldwide-products.eu/v2 Get higher ranks in search-engines with efficient backlinks for free! Explore our link exchange program and choose the site to exchange links with at http://www.ecomvia.net/links/portal-exchange Thanks and best regards, ecomVia Inc. Team In case of any questions or queries, please don't hesitate to contact us by simple replying to this e-mail, or sending a new message to support@... |
From: Abhrajit Datta <Abhrajit_Datta@mi...> - 2008-02-26 08:56:44
|
I have set slirp now as instructed. But still the "something wicked happened" errors are showing when I type apt-get update. abhri -----Original Message----- From: Henry Nestler [mailto:Henry.Ne@...] Sent: Tuesday, February 26, 2008 1:35 PM To: Abhrajit Datta Cc: colinux-users@... Subject: Re: [coLinux-users] Problem with TAP win 32 adapter Abhrajit Datta wrote: > Hi, > > I was trying to connect to internet via colinux.I installed the TAP win > 32 adapter.During booting it shows that TAP is enabled and I can see the > connection icon in connected state.But when I try to run the command > apt-get update it gives the error "something wicked happened while > resolving ...http://debian.org etc... > > It gives a series of these errors and so I am unable to install any > packages.I am a new colinux user so if someone knows the issue please help. SLiRP is better for your first use. Let TAP installed, you can use it later as eth1 and fast host only access. Please use "eth0=slirp" in coLinux config. Setup network eth0 inside running linux as described in wiki: http://colinux.wikia.com/wiki/Network#Reconfigure_Network_Interface_On_the_Fl y ifconfig eth0 10.0.2.15 netmask 255.255.255.0 broadcast 10.0.2.255 route add default gw 10.0.2.2 echo "nameserver 10.0.2.3" > /etc/resolv.conf For permanently store, setup SLiRP in Debians config file, see http://colinux.wikia.com/wiki/Network#Debian # file: /etc/network/interfaces auto eth0 iface eth0 inet static address 10.0.2.15 network 10.0.2.0 broadcast 10.0.2.255 netmask 255.255.255.0 gateway 10.0.2.2 -- Henry N. DISCLAIMER: This message (including attachment if any) is confidential and may be privileged. If you have received this message by mistake please notify the sender by return e-mail and delete this message from your system. Any unauthorized use or dissemination of this message in whole or in part is strictly prohibited. E-mail may contain viruses. Before opening attachments please check them for viruses and defects. While MindTree Consulting Limited (MindTree) has put in place checks to minimize the risks, MindTree will not be responsible for any viruses or defects or any forwarded attachments emanating either from within MindTree or outside. Please note that e-mails are susceptible to change and MindTree shall not be liable for any improper, untimely or incomplete transmission. MindTree reserves the right to monitor and review the content of all messages sent to or from MindTree e-mail address. Messages sent to or from this e-mail address may be stored on the MindTree e-mail system or else where. |
From: Henry Nestler <Henry.Ne@Arcor.de> - 2008-02-26 08:02:54
|
Abhrajit Datta wrote: > Hi, > > I was trying to connect to internet via colinux.I installed the TAP win > 32 adapter.During booting it shows that TAP is enabled and I can see the > connection icon in connected state.But when I try to run the command > apt-get update it gives the error “something wicked happened while > resolving …http://debian.org etc… > > It gives a series of these errors and so I am unable to install any > packages.I am a new colinux user so if someone knows the issue please help. SLiRP is better for your first use. Let TAP installed, you can use it later as eth1 and fast host only access. Please use "eth0=slirp" in coLinux config. Setup network eth0 inside running linux as described in wiki: http://colinux.wikia.com/wiki/Network#Reconfigure_Network_Interface_On_the_Fly ifconfig eth0 10.0.2.15 netmask 255.255.255.0 broadcast 10.0.2.255 route add default gw 10.0.2.2 echo "nameserver 10.0.2.3" > /etc/resolv.conf For permanently store, setup SLiRP in Debians config file, see http://colinux.wikia.com/wiki/Network#Debian # file: /etc/network/interfaces auto eth0 iface eth0 inet static address 10.0.2.15 network 10.0.2.0 broadcast 10.0.2.255 netmask 255.255.255.0 gateway 10.0.2.2 -- Henry N. |
From: Abhrajit Datta <Abhrajit_Datta@mi...> - 2008-02-26 05:53:51
|
Hi, I was trying to connect to internet via colinux.I installed the TAP win 32 adapter.During booting it shows that TAP is enabled and I can see the connection icon in connected state.But when I try to run the command apt-get update it gives the error "something wicked happened while resolving ...http://debian.org etc... It gives a series of these errors and so I am unable to install any packages.I am a new colinux user so if someone knows the issue please help. Regards Abhri DISCLAIMER: This message (including attachment if any) is confidential and may be privileged. If you have received this message by mistake please notify the sender by return e-mail and delete this message from your system. Any unauthorized use or dissemination of this message in whole or in part is strictly prohibited. E-mail may contain viruses. Before opening attachments please check them for viruses and defects. While MindTree Consulting Limited (MindTree) has put in place checks to minimize the risks, MindTree will not be responsible for any viruses or defects or any forwarded attachments emanating either from within MindTree or outside. Please note that e-mails are susceptible to change and MindTree shall not be liable for any improper, untimely or incomplete transmission. MindTree reserves the right to monitor and review the content of all messages sent to or from MindTree e-mail address. Messages sent to or from this e-mail address may be stored on the MindTree e-mail system or else where. |
From: <richardvoigt@gm...> - 2008-02-26 01:21:45
|
On Mon, Feb 25, 2008 at 5:44 PM, Agustin Pizarro <aguspiza@...> wrote: > You are right Xen needs special care and may be the main reason, but that > software is useful on Vmware and VirtualBox too. I think it is on colinux > too. > > From my experience getting non accelerated OpenGL (MesaGL) from colinux is > not an easy task. Getting HW accelerated OpenGL even with commercial > (expensive!) X-servers has been impossible at least for me. Even > Cygwin/Xserver still has lots of problems with clipboard copy-pasting > between host and guest (client-server). So I have been forced to use VNC > most of the time (still losing special chars copy-pasting though). I found that the key to making GL work over TCP/IP (e.g. with colinux) was passing the -Y option to ssh to enable trusting (insecure) X11 extensions. You may also need to set an option in your ~/.ssh/sshd_config or /etc/sshd_config to allow incoming connections to run insecure extensions. > > Now it seems that we could be able to get Xgl accelerated desktops with VNC > and some (most?) framebuffer applications can be made to work windowed on > X-Windows so I see a lot of apps running a nearly native speeds without the > need to develop framebuffer. > > I think moving from old VNC to HW OpenGL _easily_ is a good thing. Of > course, there may be some apps, mainly games and installers, that would need > framebuffer support anyway because they work with framebuffer (fullscreen) > only. I think so too, but it doesn't do anything to help distro installers and other framebuffer apps, framebuffer support will still be a very good thing. > > To make this work we do not need to touch colinux kernel, we just need to > help porting that VNC-GL client to Windows, currently it only work on linux > host, on our own benefit. True. Sadly I can't run colinux anymore since I've moved to Vista 64-bit. OTOH, GL-over-RFB doesn't seem to me to be a very good idea, they are completely different approaches. Remote GL is a natural extension to XWindows, while to make it work with RFB you have to build VNC into a full client/server API with as many intricacies and difficulties as XWindows. > > "richardvoigt@..." <richardvoigt@...> escribió: > There already is OpenGL support provided in several Win32 X servers, > both free and commercial. > > The framebuffer support in colinux has never been intended for > X-Windows AFAIK, although it is serendipitously working with > X-Windows. There is however demand for small linux guests with the > ability to run framebuffer applications without all the overhead of > X-Windows. Also a lot of Linux installers need framebuffer support. > > At any rate, OpenGL support in X or vnc doesn't require any kernel > support, so I'm not sure how this is related to colinux or why there > needs to be a special solution for virtual machines hosted on a full > OS vs LAN. > > The project mentioned looks to be more concerned with the problems > presented by Xen, which has a separate hypervisor, not reusing a > kernel with existing hw accel support. > > On Sat, Feb 23, 2008 at 4:19 PM, Henry Nestler wrote: > > aguspiza@... wrote: > > > Hi all, > > > > > > I would like to let you know about this project: > > > http://www.cs.toronto.edu/~andreslc/xen-gl/ > > > > > > This project enables to use 3D hardware through Xvnc on most VM's. > > > > > > Right now it only works on linux guest and linux host, but I think we > just > > > need to port linux host code to Windows to be able to use it on Colinux. > > > > > > If we work on this we may be able to skip framebuffer development at > all. > > > > > > Thank you > > > > > > Regards > > > > Thanks, and forwarded to devel list to. > > > > -- > > Henry N. > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ > > coLinux-devel mailing list > > coLinux-devel@... > > https://lists.sourceforge.net/lists/listinfo/colinux-devel > > > > > > ________________________________ > > ¿Con Mascota por primera vez? - Sé un mejor Amigo > Entra en Yahoo! Respuestas. > |
From: Henry Nestler <Henry.Ne@Arcor.de> - 2008-02-25 22:55:05
|
Henry Nestler wrote: > baldyeti wrote: >>> What is exactly the cpu model? "cat /proc/cpuinfo" >> processor : 0 >> vendor_id : GenuineIntel >> cpu family : 6 >> model : 15 >> model name : Intel(R) Pentium(R) Dual CPU E2180 @ 2.00GHz >> stepping : 13 >> cpu MHz : 2000.000 >> cache size : 1024 KB >> fdiv_bug : no >> hlt_bug : no >> f00f_bug : no >> coma_bug : no >> fpu : yes >> fpu_exception : yes >> cpuid level : 10 >> wp : yes >> flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca >> cmov pat >> pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc >> pni mon >> itor ds_cpl est tm2 ssse3 cx16 xtpr lahf_lm >> bogomips : 4731.69 >> clflush size : 64 >> >> There is no overclocking applied, all default BIOS settings. >> The machine has been very stable so far under XP. > > Yes, of curse. But, perhaps windows does some special workarrounts to > fix the buggy cache on your cpu? > > Intel P4 and Xeon was old candidate for problems with caching long time > ago. Has Intel a new buggy chipset now? An idea only. > > I found inside Linux kernel: > arch/i386/kernel/cpu/intel.c:31 > void __cpuinit early_intel_workaround(struct cpuinfo_x86 *c) > { > if (c->x86_vendor != X86_VENDOR_INTEL) > return; > /* Netburst reports 64 bytes clflush size, but does IO in 128 > bytes */ > if (c->x86 == 15 && c->x86_cache_alignment == 64) > c->x86_cache_alignment = 128; > } > > This is exactly your CPU, I'm afraid. You have model: 15 and clflush > size 64. But, I not know how it is interesting for coLinux. Sorry, you have not that cpu. Yours is cpu family : 6 <=== c->x86 model : 15 <=== c->x86_model stepping : 13 <=== c->x86_mask Inside the current kernel 2.6.25-rc3 found this arch/i386/kernel/cpu/intel.c:33 void __cpuinit early_init_intel(struct cpuinfo_x86 *c) { /* Netburst reports 64 bytes clflush size, but does IO in 128 bytes */ if (c->x86 == 15 && c->x86_cache_alignment == 64) c->x86_cache_alignment = 128; if ((c->x86 == 0xf && c->x86_model >= 0x03) || (c->x86 == 0x6 && c->x86_model >= 0x0e)) set_cpu_cap(c, X86_FEATURE_CONSTANT_TSC); } If I read this, only TSC will be change for your cpu. But should no depend on the memory bug you found. -- Henry N. |
From: baldyeti <e_fax_t@ho...> - 2008-02-25 22:18:53
|
> Intel P4 and Xeon was old candidate for problems with caching long time > ago. Has Intel a new buggy chipset now? An idea only. I don't know. This is not an "old" CPU (it will quickly become one !-) but essentially a cheap core duo with a smaller cache. > This is exactly your CPU, I'm afraid. You have model: 15 and clflush > size 64. But, I not know how it is interesting for coLinux. So... the code you found would mean that linux also has this case covered and a workaround in place, wouldn't it? Anyway, I'll try your other suggestions before I post back. Might not be before a week or so, though. BTW, thanks a lot for your dedication in releasing and supporting colinux, Henry. |
From: Henry Nestler <Henry.Ne@Arcor.de> - 2008-02-25 18:58:17
|
baldyeti wrote: >> What is exactly the cpu model? "cat /proc/cpuinfo" > > processor : 0 > vendor_id : GenuineIntel > cpu family : 6 > model : 15 > model name : Intel(R) Pentium(R) Dual CPU E2180 @ 2.00GHz > stepping : 13 > cpu MHz : 2000.000 > cache size : 1024 KB > fdiv_bug : no > hlt_bug : no > f00f_bug : no > coma_bug : no > fpu : yes > fpu_exception : yes > cpuid level : 10 > wp : yes > flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca > cmov pat > pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc > pni mon > itor ds_cpl est tm2 ssse3 cx16 xtpr lahf_lm > bogomips : 4731.69 > clflush size : 64 > > There is no overclocking applied, all default BIOS settings. > The machine has been very stable so far under XP. Yes, of curse. But, perhaps windows does some special workarrounts to fix the buggy cache on your cpu? Intel P4 and Xeon was old candidate for problems with caching long time ago. Has Intel a new buggy chipset now? An idea only. I found inside Linux kernel: arch/i386/kernel/cpu/intel.c:31 void __cpuinit early_intel_workaround(struct cpuinfo_x86 *c) { if (c->x86_vendor != X86_VENDOR_INTEL) return; /* Netburst reports 64 bytes clflush size, but does IO in 128 bytes */ if (c->x86 == 15 && c->x86_cache_alignment == 64) c->x86_cache_alignment = 128; } This is exactly your CPU, I'm afraid. You have model: 15 and clflush size 64. But, I not know how it is interesting for coLinux. -- Henry N. |
From: Henry Nestler <Henry.Ne@Arcor.de> - 2008-02-25 18:31:47
|
alex wallis wrote: > I've looked at the notes, but i'm not sure how do i create the batch file it > says i need to make? and where should this file be put? The file can store somethere you wish. You should know name and location to find it later ;-) I assume, you have installed coLinux under C:\colinux. If not, replace the C:\colinux with your installation directory. Open a Windows command prompt, and type cd c:\colinux notepad colinux.bat Than type the two lines into the new opened text editor, for example cd c:\coLinux colinux-daemon.exe -t nt kernel=vmlinux cobd0=ubuntu.img root=/dev/cobd0 eth0=slirp eth1=tuntap Close and save the file "colinux.bat". In the same Windows command prompt you can than start this batch by typing colinux.bat The batch you should create, to save all the settings some. That is better, as typing this command line every time you wish to boot coLinux again and again. > also what does this step mean? > "5. Setup your keyboard with "dpkg-reconfigure console-data" After Linux is booted, you have an english keyboard layout. The step 5 helps you to select your keyboard type. > I no this is a long shot, but is there anyone on this list who is blind? as > i'm blind and and because of this My first need after trying to get > everything set up will be to get some kind of screen reader working such as > linux-speakup or orca. > I've heard that getting a linux screen reader working in this kind of > situation can be hard so just wondering has anyone had experience of this? Yes, someone was blind here. But was long time, heared from him. The importend you needs to know is the parameter -t nt This opend coLinux as text only mode, named NT-console. Without this paramter coLinux starts with a graphical FLTK console, screenreader can not read/speak such. -- Henry N. |
From: alex wallis <alexwallis646@go...> - 2008-02-25 17:51:13
|
Hi. Thanks for replying to my message. I've looked at the notes, but i'm not sure how do i create the batch file it says i need to make? and where should this file be put? also what does this step mean? "5. Setup your keyboard with "dpkg-reconfigure console-data" I no this is a long shot, but is there anyone on this list who is blind? as i'm blind and and because of this My first need after trying to get everything set up will be to get some kind of screen reader working such as linux-speakup or orca. I've heard that getting a linux screen reader working in this kind of situation can be hard so just wondering has anyone had experience of this? ----- Original Message ----- From: "Henry Nestler" <Henry.Ne@...> To: "alex wallis" <alexwallis646@... mail.com> Cc: <colinux-users@...> Sent: Monday, February 25, 2008 5:31 PM Subject: Re: [coLinux-users] newbie trying to get started with colinux > alex wallis wrote: >> Hi. >> ` My name is Alex. I recently found out about colinux on another >> mailing list. >> Am I right in thinking that colinux takes up a lot less resources than >> say >> running vmware? >> I'm writing because I have installed colinux, I have downloaded one of >> the >> distribution options given in the installer, but now i'm not really sure >> where to start with getting everything working. >> I have successfully extracted the image that the installer downloaded. >> I was also wondering in the ubuntu image I have downloaded is that just a >> basic file system? or does it include packages such as orca. >> Sorry for all the questions. >> I did try to check the wiki but the site seems to be down at the moment. > > Yust in the moment, the wiki is online. > > The image files in installer are perhaps a liddle outdated. So, it is > very goot, you have downloaded a more recent image from sf.net. > > If you have downloaded and unpacked the Ubuntu image, than should follow > the notes from > http:/ /sourceforge.net/project/shownotes.php?release_id=544248&group_id=98788 > That contains all you need to run the Ubuntu. In the end you have a > minimal Linux system, that is usable to install more packages in same > way, as you installed Ubuntu nativly. The packages are not in the > filesystem. Ubuntu use an online repository. > > The difference between VMware and coLinux is mainly, that coLinux does > no needs to emulate any hardware, and coLinux is very fair with memory > usage. You can run coLinux with 128MB for simple text consoles. And if > Linux give free some memory, than coLinux give that free to toe host. > > Here is one of my fast booted coLinux > http://www.henrynestler.com/colinux/screenshoots/bootchart-async-38sec.png, > that is a SuSE9.0 standard installation on a partition, used as dual > boot and coLinux. VMware would not good run on this machine (256MB total > RAM). More faster boots are Debian 3.0 or latest ArchLinux. > > -- > Henry N. |
From: Agustin Pizarro <aguspiza@ya...> - 2008-02-25 17:44:38
|
You are right Xen needs special care and may be the main reason, but that software is useful on Vmware and VirtualBox too. I think it is on colinux too. >From my experience getting non accelerated OpenGL (MesaGL) from colinux is not an easy task. Getting HW accelerated OpenGL even with commercial (expensive!) X-servers has been impossible at least for me. Even Cygwin/Xserver still has lots of problems with clipboard copy-pasting between host and guest (client-server). So I have been forced to use VNC most of the time (still losing special chars copy-pasting though). Now it seems that we could be able to get Xgl accelerated desktops with VNC and some (most?) framebuffer applications can be made to work windowed on X-Windows so I see a lot of apps running a nearly native speeds without the need to develop framebuffer. I think moving from old VNC to HW OpenGL _easily_ is a good thing. Of course, there may be some apps, mainly games and installers, that would need framebuffer support anyway because they work with framebuffer (fullscreen) only. To make this work we do not need to touch colinux kernel, we just need to help porting that VNC-GL client to Windows, currently it only work on linux host, on our own benefit. "richardvoigt@..." <richardvoigt@...> escribió: There already is OpenGL support provided in several Win32 X servers, both free and commercial. The framebuffer support in colinux has never been intended for X-Windows AFAIK, although it is serendipitously working with X-Windows. There is however demand for small linux guests with the ability to run framebuffer applications without all the overhead of X-Windows. Also a lot of Linux installers need framebuffer support. At any rate, OpenGL support in X or vnc doesn't require any kernel support, so I'm not sure how this is related to colinux or why there needs to be a special solution for virtual machines hosted on a full OS vs LAN. The project mentioned looks to be more concerned with the problems presented by Xen, which has a separate hypervisor, not reusing a kernel with existing hw accel support. On Sat, Feb 23, 2008 at 4:19 PM, Henry Nestler wrote: > aguspiza@... wrote: > > Hi all, > > > > I would like to let you know about this project: > > http://www.cs.toronto.edu/~andreslc/xen-gl/ > > > > This project enables to use 3D hardware through Xvnc on most VM's. > > > > Right now it only works on linux guest and linux host, but I think we just > > need to port linux host code to Windows to be able to use it on Colinux. > > > > If we work on this we may be able to skip framebuffer development at all. > > > > Thank you > > > > Regards > > Thanks, and forwarded to devel list to. > > -- > Henry N. > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > coLinux-devel mailing list > coLinux-devel@... > https://lists.sourceforge.net/lists/listinfo/colinux-devel > --------------------------------- ¿Con Mascota por primera vez? - Sé un mejor Amigo Entra en Yahoo! Respuestas. |
From: Henry Nestler <Henry.Ne@Arcor.de> - 2008-02-25 17:29:33
|
alex wallis wrote: > Hi. > My name is Alex. I recently found out about colinux on another mailing list. > Am I right in thinking that colinux takes up a lot less resources than say > running vmware? > I'm writing because I have installed colinux, I have downloaded one of the > distribution options given in the installer, but now i'm not really sure > where to start with getting everything working. > I have successfully extracted the image that the installer downloaded. > I was also wondering in the ubuntu image I have downloaded is that just a > basic file system? or does it include packages such as orca. > Sorry for all the questions. > I did try to check the wiki but the site seems to be down at the moment. Yust in the moment, the wiki is online. The image files in installer are perhaps a liddle outdated. So, it is very goot, you have downloaded a more recent image from sf.net. If you have downloaded and unpacked the Ubuntu image, than should follow the notes from http://sourceforge.net/project/shownotes.php?release_id=544248&group_id=98788 That contains all you need to run the Ubuntu. In the end you have a minimal Linux system, that is usable to install more packages in same way, as you installed Ubuntu nativly. The packages are not in the filesystem. Ubuntu use an online repository. The difference between VMware and coLinux is mainly, that coLinux does no needs to emulate any hardware, and coLinux is very fair with memory usage. You can run coLinux with 128MB for simple text consoles. And if Linux give free some memory, than coLinux give that free to toe host. Here is one of my fast booted coLinux http://www.henrynestler.com/colinux/screenshoots/bootchart-async-38sec.png, that is a SuSE9.0 standard installation on a partition, used as dual boot and coLinux. VMware would not good run on this machine (256MB total RAM). More faster boots are Debian 3.0 or latest ArchLinux. -- Henry N. |
From: alex wallis <alexwallis646@go...> - 2008-02-25 16:06:04
|
Hi. My name is Alex. I recently found out about colinux on another mailing list. Am I right in thinking that colinux takes up a lot less resources than say running vmware? I'm writing because I have installed colinux, I have downloaded one of the distribution options given in the installer, but now i'm not really sure where to start with getting everything working. I have successfully extracted the image that the installer downloaded. I was also wondering in the ubuntu image I have downloaded is that just a basic file system? or does it include packages such as orca. Sorry for all the questions. I did try to check the wiki but the site seems to be down at the moment. Thanks very much for any help. Alex. |
From: baldyeti <e_fax_t@ho...> - 2008-02-25 02:58:35
|
Thanks Henry > How many RAM do you have? Have you shared memory for graphic card? Ones > heared from buggy graphic driver. 2Gb total. The IGP (nvidia 7100) has 128 Mb allocated. > What is exactly the cpu model? "cat /proc/cpuinfo" processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 15 model name : Intel(R) Pentium(R) Dual CPU E2180 @ 2.00GHz stepping : 13 cpu MHz : 2000.000 cache size : 1024 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 10 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc pni mon itor ds_cpl est tm2 ssse3 cx16 xtpr lahf_lm bogomips : 4731.69 clflush size : 64 There is no overclocking applied, all default BIOS settings. The machine has been very stable so far under XP. I'll try your other suggestions and report back. |
From: Henry Nestler <Henry.Ne@Arcor.de> - 2008-02-24 23:34:35
|
baldyeti wrote: > Hello, > > I am not sure this is the place to post bug reports, > bu anyway here's my story. I've been using colinux > for the past 2-3 years. I had very good (stable) > results when my system was an aging (5yrs) Athlon > system (0.6.x then 0.7.1 starting an installed debian) > > ABout 3 months ago I built myself a new pentium > dual-core based system, and I am sorry to report that > colinux started to misbehave. I initially used 0.7.1 > to start an etch installation, but things haven't > improved with 0.7.2 (0.7.3 untested yet) > > What I am seeing is that if I start colinux early > after i log into XP Pro, it generally will work fine > (like it pretty much always did on the older single > core system). If I try starting colinux later, it > will often fail, displaying the error message copied below. > On occasions, it will completely crash the systm - I > don't even get the BSOD - just a straight reboot! > This may have nothing to do with the processor change, > please let me know what systematic tests might help. > > Thanks for your attention, > > --bald > > ---------> error message below <--------- > C:\Apps\coLinux>C:\Apps\coLinux\colinux-daemon.exe kernel=vmlinux > mem=160 sda4=\Device\Harddisk0\Partition3 > sda7=\Device\Harddisk0\Partition6 sda8=\Device\Harddisk0\Partition7 > sda9=\Device\Harddisk0\Partition8 root=/dev/sda4 eth0=tuntap > cofs0=C:\ cofs1=D:\ > > Cooperative Linux Daemon, 0.7.2 > Compiled on Jan 18 2008 21:47:09 > > error loading image > daemon: exit code 89a09401 > daemon: error - CO_RC_ERROR_ERROR, line 37, file > src/colinux/kernel/pages.c (77) This error let me think, the memory (RAM) is unstable. Or any driver or coLinux driver self changed the area of coLinux variables. Try one of my ideas step by step: Check the memory with memtest86. Change the memory speed slower in bios settings. Can you change the memory or CPU cache settings inside the bios? Try to disable the cache. Can you temporaly disable one core? Diable the Online-Virus-Scanner, if you have. How many RAM do you have? Have you shared memory for graphic card? Ones heared from buggy graphic driver. What is exactly the cpu model? "cat /proc/cpuinfo" Ask Google for memory/chache problems on such cpu models. For debugging, follow http://colinux.svn.sourceforge.net/svnroot/colinux/branches/devel/doc/debugging -- Henry N. |
From: baldyeti <e_fax_t@ho...> - 2008-02-24 20:25:04
|
Hello, I am not sure this is the place to post bug reports, bu anyway here's my story. I've been using colinux for the past 2-3 years. I had very good (stable) results when my system was an aging (5yrs) Athlon system (0.6.x then 0.7.1 starting an installed debian) ABout 3 months ago I built myself a new pentium dual-core based system, and I am sorry to report that colinux started to misbehave. I initially used 0.7.1 to start an etch installation, but things haven't improved with 0.7.2 (0.7.3 untested yet) What I am seeing is that if I start colinux early after i log into XP Pro, it generally will work fine (like it pretty much always did on the older single core system). If I try starting colinux later, it will often fail, displaying the error message copied below. On occasions, it will completely crash the systm - I don't even get the BSOD - just a straight reboot! This may have nothing to do with the processor change, please let me know what systematic tests might help. Thanks for your attention, --bald ---------> error message below <--------- C:\Apps\coLinux>C:\Apps\coLinux\colinux-daemon.exe kernel=vmlinux mem=160 sda4=\Device\Harddisk0\Partition3 sda7=\Device\Harddisk0\Partition6 sda8=\Device\Harddisk0\Partition7 sda9=\Device\Harddisk0\Partition8 root=/dev/sda4 eth0=tuntap cofs0=C:\ cofs1=D:\ Cooperative Linux Daemon, 0.7.2 Compiled on Jan 18 2008 21:47:09 error loading image daemon: exit code 89a09401 daemon: error - CO_RC_ERROR_ERROR, line 37, file src/colinux/kernel/pages.c (77) |