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
|
2024 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2025 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <Use...@zo...> - 2008-02-20 18:37:59
|
and...@gm...(Andrew Roth) 19.02.08 22:24 >> >> I'm also a bit confused by the workaround of adding a new mac >> address per device. I thought you would want to force each new tap >> device to use the same mac address, to trick linux into thinking >> they're new devices? >> >I figured this out now. I was quite confused. I see now you want >each device to have a unique, but consistent mac address, to make >linux recognize them on each boot. When you don't specify a mac >address in the colinux conf, it assigns one at random, and udev then >thinks they're new devices and assigns them a new eth#. Pay attention to which MAC Addresse you choose! There ist one reserved bit with must be "0"! Once Suggestion for a MAC Start value was given: 0A:C0:11:__:__:__ 0A:C0:71:__:__:__ AC071 = "A COLI"nux in "hex modified l33t"(tm) See thread "No network anmore?" "colinux-Bugs-1861876 20071203-Snapshot -- ifconfig reports no networking" for more. |
From: coliny <co...@ln...> - 2008-02-20 06:34:25
|
yhuijj |
From: Andrew R. <and...@gm...> - 2008-02-20 03:24:24
|
> > I'm also a bit confused by the workaround of adding a new mac address per > device. I thought you would want to force each new tap device to use the > same mac address, to trick linux into thinking they're new devices? > I figured this out now. I was quite confused. I see now you want each device to have a unique, but consistent mac address, to make linux recognize them on each boot. When you don't specify a mac address in the colinux conf, it assigns one at random, and udev then thinks they're new devices and assigns them a new eth#. -Andrew > On Feb 19, 2008 8:09 PM, Henry Nestler <Hen...@ar...> wrote: > > > Andrew Roth wrote: > > > I've been playing around with different colinux versions and installed > > > new virtual devices, and it seems with each one, linux added a new > > eth# > > > device. So now I'm at eth14. Needless to say it's a bit annoying for > > > my config files. It seems to be storing these device numbers in the > > > linux distribution somewhere, but I can't find where. Does anyone > > know > > > how I can clear out the old devices and start at eth0 again? > > > > Follow http://www.colinux.org/snapshots/devel-RUNNING: > > > > -- Some dev distries increase eth1, eth2, eth3, ... on every boot. > > Typicaly have no network, but can see it with "cat /proc/net/dev". > > As workarrount set an unique MAC address for all network interfaces > > in config file. Or disable udev. > > Debian: Remove all entries from > > /etc/udev/rules.d/z25_persistent-net.rules > > > > -- > > Henry N. > > > > |
From: Andrew R. <and...@gm...> - 2008-02-20 03:10:57
|
Ah, thanks! A few questions as I try to understand this. Isn't the purpose of udev to keep the devices the *same*? It seems pretty bizarre to increase devices on every boot -- that's a lot of new devices. Ubuntu (which I'm using) doesn't seem to add devices on boot, only on actually new tap devices (maybe this is what you mean?). I'm also a bit confused by the workaround of adding a new mac address per device. I thought you would want to force each new tap device to use the same mac address, to trick linux into thinking they're new devices? -Andrew On Feb 19, 2008 8:09 PM, Henry Nestler <Hen...@ar...> wrote: > Andrew Roth wrote: > > I've been playing around with different colinux versions and installed > > new virtual devices, and it seems with each one, linux added a new eth# > > device. So now I'm at eth14. Needless to say it's a bit annoying for > > my config files. It seems to be storing these device numbers in the > > linux distribution somewhere, but I can't find where. Does anyone know > > how I can clear out the old devices and start at eth0 again? > > Follow http://www.colinux.org/snapshots/devel-RUNNING: > > -- Some dev distries increase eth1, eth2, eth3, ... on every boot. > Typicaly have no network, but can see it with "cat /proc/net/dev". > As workarrount set an unique MAC address for all network interfaces > in config file. Or disable udev. > Debian: Remove all entries from > /etc/udev/rules.d/z25_persistent-net.rules > > -- > Henry N. > |
From: El T. <ca...@gm...> - 2008-02-20 02:07:19
|
Hi Henry, Big thanks for your prompt update, you are the best! I will get the patch when I get home tonight. Cheers, cameos 2008/2/19, Henry Nestler <Hen...@ar...>: > El Topo wrote: > > I just installed 0.7.2 release, and found that it uses 2.6.22, > > unfortunately it has the big issue of local root exploit. > > > > for more info, see > > http://it.slashdot.org/article.pl?sid=08/02/10/2011257 > > Yes. That is true big. But only for untrusted users and opened ssh > shells. No problems for localy working users, and if You are the only > one user on your coLinux. ;-) > > Thanks for your watching. > > > I urge that a new patch release as soon as possible. > > Here is a kernel replacement: > http://www.henrynestler.com/colinux/releases/0.7.2/hotfix/ > > file: vmlinux-2.6.22-co-0.7.2-20080219.zip > You can simply replace the installed file "vmlinux" with that binary. > > A full coLinux update with installer will follow. > > -- > Henry N. > |
From: Luco <luc...@gm...> - 2008-02-20 01:30:14
|
Hi, I actually posted this on the dev list, but this may be a better location. Although it is a tough one ;) I have installed andLinux and enabled connection sharing on the physical ethernet. The tap adaptor is currently on DHCP. Applications try but fail to connect to 192.168.11.150:81. The ethernet is currently static at 180.* I've tried every possible combination of adjustments to my network settings for both adaptors, and disabled the firewall altogether but still no luck. Of course this is on 2000. On XP everything works immediately and perfectly. After the first installation attempt, I received the following message on subsequent attempts: "Unable to execute file: sc ShellExecuteEx failed; code 2 The system cannot find the file specified" Running a linux ap, such as Thunar produces the error: "could not launch 'Thunar': could not connect to 192.168.11.150:81" I've read most of the list archives, wiki, and website, and there isn't much more I can think of to do. Interestingly (in the bad way), if I set the Tap adapter to DHCP, disable it, diable ICS on the ethernet, enable the tap, enable ICS on the ethernet, the tap will be set a static IP. Is this the cause of the problem? Thanks |
From: Henry N. <Hen...@Ar...> - 2008-02-20 01:07:02
|
Andrew Roth wrote: > I've been playing around with different colinux versions and installed > new virtual devices, and it seems with each one, linux added a new eth# > device. So now I'm at eth14. Needless to say it's a bit annoying for > my config files. It seems to be storing these device numbers in the > linux distribution somewhere, but I can't find where. Does anyone know > how I can clear out the old devices and start at eth0 again? Follow http://www.colinux.org/snapshots/devel-RUNNING: -- Some dev distries increase eth1, eth2, eth3, ... on every boot. Typicaly have no network, but can see it with "cat /proc/net/dev". As workarrount set an unique MAC address for all network interfaces in config file. Or disable udev. Debian: Remove all entries from /etc/udev/rules.d/z25_persistent-net.rules -- Henry N. |
From: Andrew R. <and...@gm...> - 2008-02-20 00:37:59
|
Hi all, I've been playing around with different colinux versions and installed new virtual devices, and it seems with each one, linux added a new eth# device. So now I'm at eth14. Needless to say it's a bit annoying for my config files. It seems to be storing these device numbers in the linux distribution somewhere, but I can't find where. Does anyone know how I can clear out the old devices and start at eth0 again? thanks -Andrew Roth |
From: Henry N. <Hen...@Ar...> - 2008-02-20 00:03:25
|
El Topo wrote: > I just installed 0.7.2 release, and found that it uses 2.6.22, > unfortunately it has the big issue of local root exploit. > > for more info, see > http://it.slashdot.org/article.pl?sid=08/02/10/2011257 Yes. That is true big. But only for untrusted users and opened ssh shells. No problems for localy working users, and if You are the only one user on your coLinux. ;-) Thanks for your watching. > I urge that a new patch release as soon as possible. Here is a kernel replacement: http://www.henrynestler.com/colinux/releases/0.7.2/hotfix/ file: vmlinux-2.6.22-co-0.7.2-20080219.zip You can simply replace the installed file "vmlinux" with that binary. A full coLinux update with installer will follow. -- Henry N. |
From: Jim M. <jm...@te...> - 2008-02-19 22:19:09
|
Hello: Does anyone out there know how to actually configure and start up linux using Colinux on 32 bit Vista Home Premium? I installed the Debian 4.0 option! Jim McRitchie Edmonton, Canada |
From: El T. <ca...@gm...> - 2008-02-19 08:53:22
|
Hi, I just installed 0.7.2 release, and found that it uses 2.6.22, unfortunately it has the big issue of local root exploit. for more info, see http://it.slashdot.org/article.pl?sid=08/02/10/2011257 I urge that a new patch release as soon as possible. Cheers, cameos |
From: Henry N. <Hen...@Ar...> - 2008-02-17 10:57:30
|
Cooperative Linux version 0.7.2 is released now. There are no changes between rc5 and release version, we released the binary from builddate 18-Jan-2008. Users of this snapshot don't need update. This is an upgrade with new kernel and lots of fixed bugs. Download: http://sourceforge.net/projects/colinux/files Notes: http://sourceforge.net/project/shownotes.php?group_id=98788&release_id=577168 Changelog: http://www.colinux.org/snapshots/stable-ChangeLog Wiki: http://colinux.wikia.com/ NEWS of Version 0.7.2 Bugfixes: * #1324092: cofs rename replace existing file. * #1791993: Ship modules with root as owner and group. * #1853578: memory usage limit: 0 MB on machines with 4 GB RAM. * Fix cofs chdir with wildcards on existing upper/lower directory. * Don't drop last char from config, if last line no ends with CRLF. Console and daemons: * New menu entries in FLTK console Power off: Fast power down coLinux kernel. Without file sync! Reboot: Sends ctrl-alt-del, init process goes into runlevel 6 Shutdown: Calls "/sbin/shutdown -h now" with fallback to "/sbin/halt" Shutdown will automatic call from stopping as service, or if user clicks close on the colinux-daemon. * New: "colinux-daemon -p pidFile" stores ID of coLinux in file pidFile. "colinux-console-fltk|nt -p pidFile" attach the monitor from stored ID. With this mechanism can open a /named/ console without knowing the current ID (Process ID). pidFile will removed on normal shutdown. * Network daemons TAP, Bridged and Slirp runs with process priority high. * Added a nice colinux 3D logo image to the "About" box (Nlucas) * Stop with error, if double defined device (cobd,cofs,eth,exec) * Optimized workaround for DEP/noexecute problems (flush tlb). Kernel: * Kernel has been updated to 2.6.22 (Thanks to Anders Eriksson for 2.6.13, 2.6.14, 2.6.15) * Holds multiple kernel versions in patch series files (2.6.12, 2.6.13, 2.6.14, 2.6.15, 2.6.17, 2.6.22) * cloop updated to 2.06 (compressed loop blockdevice from Knoppix) * Hotplug enabled, udev usable Installer: * Text was to big for description box in installer. [Bugs item #1819219] * Add Ubuntu 6.06.1 to images page. Update image Fedore 7. Add web link to Notes for each image. Link to 'other images on SF' clickable now. * Un-/Installer checks a running coLinux before overwrite or remove old files. [Bugs item #1396459, #1549148] * Uninstall old colinux with old exefile, path from registry uninstaller [Support Requests-1553923] * Update tapinstall.exe (alias devcon) from DDK 3790.1830 (Mar 24 2005) * Block installing on 64 bit systems. Buildsystem: * Linux as host: Restructed build of colinux.ko, use kbuild system from host. Host with regparm=3 is usable (tested host 2.6.22). * Linux Kernel and daemons can build with differ gcc versions now. ABI is runtime checked. Usable gcc for kernel: 3.4.x, 4.0.x, 4.1.x, 4.2.x up to 4.3.0 * Warnings from gcc 4.x fixed. Debugging: * New: Debugging.txt with hints for debugging colinux start problems. * Option "-v level" enable verbose messages and debug prints on console. * colinux-debug-daemon: Only connect to driver, if args -s settings. * Leveled debug output to Dbgview.exe (www.sysinternals.com). Needs to enable facility/level with colinux-debug-daemon before. Updated libraries and tools: * gcc 4.1.2 (unpatched now, not from mingw) * binutils 2.17.50 * mingw 3.11 * w32api 3.9 * WinPcap 4.0.1 -- Henry Nestler |
From: James H. <Jam...@ro...> - 2008-02-12 17:46:07
|
On Saturday 09 February 2008 21:12, James Hirschorn wrote: > I haven't been using colinux for awhile, and just started again. > > I upgraded from 0.6.4 to colinux stable (0.7.1). Now I am having a problem > I have never seen before. I use Xming in fullscreen mode. Every 5 minutes > or so, I end up back in Windows XP with the Xming window minimized. I found the culprit: EMC Retrospect. James > It does > not seem to be related to any user actions. > > If anyone else has observed this please let me know. > > Thanks, > James > > ------------------------------------------------------------------------- > 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-users mailing list > coL...@li... > https://lists.sourceforge.net/lists/listinfo/colinux-users |
From: James H. <Jam...@ro...> - 2008-02-10 02:12:30
|
I haven't been using colinux for awhile, and just started again. I upgraded from 0.6.4 to colinux stable (0.7.1). Now I am having a problem I have never seen before. I use Xming in fullscreen mode. Every 5 minutes or so, I end up back in Windows XP with the Xming window minimized. It does not seem to be related to any user actions. If anyone else has observed this please let me know. Thanks, James |
From: Jun O. <ok...@di...> - 2008-02-09 15:47:45
|
Seamlessly integrate XP into Linux with SeamlessRDP http://www.linux.com/feature/124908 --- Okajima, Jun. Tokyo, Japan. |
From: Henry N. <Hen...@Ar...> - 2008-02-08 08:24:55
|
Jitesh Shah wrote: > Hi, > I was going through the address space layout of guest. (all the #defines > for SELF_MAP, PASSAGE_PAGE, etc....) > I don't understand how the guest kernel knows that these virtual > addresses are reserved??... What if I #define, say, another page below > the SELF_MAP?? You means Address space layout in include/asm-i386/cooperative.h in coLinux kernel source? (http://colinux.svn.sourceforge.net/svnroot/colinux/branches/devel/patch/base-2.6.22.diff) /* * Address space layout: */ #define CO_VPTR_BASE (0xffc00000) #define CO_VPTR_PHYSICAL_TO_PSEUDO_PFN_MAP (CO_VPTR_BASE - 0x1000000) #define CO_VPTR_PSEUDO_RAM_PAGE_TABLES (CO_VPTR_BASE - 0x1100000) #define CO_VPTR_PASSAGE_PAGE (CO_VPTR_BASE - 0x1101000) #define CO_VPTR_IO_AREA_SIZE (0x10000) #define CO_VPTR_IO_AREA_START (CO_VPTR_BASE - 0x1200000) #define CO_VPTR_SELF_MAP (CO_VPTR_BASE - 0x1400000) These addresses are reserved, because they are not defined as free virtual address pool for memory mapping. The addresses are fixed virtual addresses. It is no coLinux specific. In the Linux kernel exist some more fixed addresses, for example the kernel code starts at 0xc0000000. Internal details about working coLinux exist under "Publications" on http://www.colinux.org/, the text "2004 paper" and page 10 in "2004 slides" are well good for understanding. -- Henry N. |
From: Jitesh S. <jit...@gm...> - 2008-02-07 23:14:34
|
Hi, I was going through the address space layout of guest. (all the #defines for SELF_MAP, PASSAGE_PAGE, etc....) I don't understand how the guest kernel knows that these virtual addresses are reserved??... What if I #define, say, another page below the SELF_MAP?? |
From: colipa <co...@co...> - 2008-02-07 20:29:46
|
bupaacn."|"qysnlxr |
From: Andrew R. <and...@gm...> - 2008-02-07 17:31:02
|
Thanks for the ideas. I used dd to verify that the device was mapped to what I expected in windows. I also tried the direct hard drive access format you suggested, unfortunately with the same results. The problem occurred actually when I upgraded from ubuntu edgy 6.10 to gutsy 7.10. I noticed when I boot up in gutsy, instead of /dev/hda devices I have /dev/sda. Sometimes when I try to mount an external usb drive (when booted natively, not through colinux) I get /dev/..: Device or resource busy, same as I get with the swap. Unplugging and replugging the usb drive fixes it, obviously can't do that with an internal swap device. Anyways I'm not sure why it's suddenly doing that, but it might be related. In any case, I use a file swap 'device' and that's enabled me to use the more memory intensive programs again. -Andrew On Jan 26, 2008 5:25 AM, Henry Nestler <Hen...@ar...> wrote: > Andrew Roth wrote: > > Hi all, > > > > I used to be able to mount my swap partition in colinux, but it seems to > > be failing silently now. > > > > [...] > > --(23:47)-- $ sudo mkswap /dev/hda5 > > /dev/hda5: Device or resource busy > > --(/home/andrewr)-----------------------------------( > andrewr@andrewr-laptop:1)-- > > --(23:47)-- $ > > > > My config is pretty simple: > > [...] > > # File systems > > hda5=\Device\HarddiskVolume4 # swap > > hda6=\Device\HarddiskVolume5 # ubuntu > > Doubble check, that you used the right Volume number 4. > From http://www.chrysocome.net/dd run > dd --list > and check that the name HarddiskVolume4 is linked to your Partition. > > I'm preffer more the style in form > hda5=\Device\Harddisk0\Partition4 # swap > hda6=\Device\Harddisk0\Partition5 # ubuntu > There the names are coded by hardware, and not from windows internal > counts of "HarddiskVolume*". > > Other idea is to use a swapfile in the mounted hda6 filesystem. > > -- > Henry N. > |
From: Henry N. <Hen...@Ar...> - 2008-02-06 20:30:03
|
Harald Weidner wrote: > Hello, > > Is it possible to access a serial or USB port from a colinux guest? Yes it is. USB, buildin serial port or "Winmodems" are usable. > I would like to set up a colinux guest as a "firewall" for a Windows XP > machine. An analog modem, which is connected to the serial port (directly or > through serial-USB adapter), should be managed by pppd within the colinux > guest. The Windows host should be able to access the Internet only through a > HTTP proxy, SMTP gateway, and DNS forwarder running in colinux. > > Can this scenario be realized? The serial port has only data transfer, no metadata. That means, you have a fixed baudrate and no control signals (DTR,RTS,DCD). I don't know how hard would be the setup with such limitations. -- Henry N. |
From: Harald W. <hwe...@gm...> - 2008-02-06 09:14:46
|
Hello, Is it possible to access a serial or USB port from a colinux guest? I would like to set up a colinux guest as a "firewall" for a Windows XP machine. An analog modem, which is connected to the serial port (directly or through serial-USB adapter), should be managed by pppd within the colinux guest. The Windows host should be able to access the Internet only through a HTTP proxy, SMTP gateway, and DNS forwarder running in colinux. Can this scenario be realized? Regards, Harald |
From: Henry N. <Hen...@Ar...> - 2008-01-31 08:46:37
|
First you need to know the partition name seen from windows side in the form "\Device\Harddisk0\Partition4". Remember, that Windows skip the extended Partion, so hda4 can be \Device\Harddisk0\Partition4 or \Device\Harddisk0\Partition3. Use the dd.exe --list, see: http://colinux.wikia.com/wiki/Partitions I suggest to use the new device names as alias. Than not need to change the /etc/fstab in dual boot. For example: hda4=\Device\Harddisk0\Partition4 hda5=c:\coLinux\swap-file.img root=/dev/hda4 I have SuSE started with runlevel 4 for colinux. In the colinux config a line with "init 4" does this. Runlevel 4 is for free use under Suse, and I have started not all the daemons there. In the end I have a text login from coLinux and my graphical login in native boot with unchanged runlevel 5. The /boot partition you not need under coLinux. You *must* use the coLinux kernel file "vmlinux". A native kernel can not boot under coLinux. Some boot scripts have modifired for error clean boot. For example the access to 'hwclock' have scipped with an "if". see: "Fixup error mesage from hwclock" in http://colinux.wikia.com/wiki/FedoraHowTo Non working scripts have removed from runlevel 4. But some scripts have dependencies to others, but can or would not start under coLinux. They I have exied in top of script with the example from http://colinux.wikia.com/wiki/Dual_boot_system#Skipping_some_scripts_under_coLinux_boot Nambi J U wrote: > Hi Prakash, > > Yes this is possible, please go to the colinux wiki and search for dual > boot and you would get some good documents to do this. > > I have done this and it works fine for me. Let me know if you require > more information. > > Regards, > Nambi > > On 1/31/08, *Prakash Saivasan* <pra...@gm... > <mailto:pra...@gm...>> wrote: > > Hi All, > Does coLinux help in a situation where i want to boot a already > installed linux (in my case a SUSE) from windows ? I have a dual > boot setup where linux resides on a seperate partition (partition 4) > of my hard disk. I understand from FAQ that this is possible. > However some mention about coLinux requiring a modified linux kernel > really confuses me. I tried to boot an existing suse kernel (on a > reiserFS filesystem) but was not very successful. Before i try my > hands on this, I would like to know from experts around if such a > kind of setup is possible at all. Also please do let me know if > there are any documents that describe this in more detail. > > > Thanking you > Prakash S > > ------------------------------------------------------------------------- > 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-users mailing list > coL...@li... > <mailto:coL...@li...> > https://lists.sourceforge.net/lists/listinfo/colinux-users > > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > 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-users mailing list > coL...@li... > https://lists.sourceforge.net/lists/listinfo/colinux-users -- Henry N. |
From: Nambi J U <ju...@gm...> - 2008-01-31 05:19:03
|
Hi Prakash, Yes this is possible, please go to the colinux wiki and search for dual boot and you would get some good documents to do this. I have done this and it works fine for me. Let me know if you require more information. Regards, Nambi On 1/31/08, Prakash Saivasan <pra...@gm...> wrote: > > Hi All, > Does coLinux help in a situation where i want to boot a already > installed linux (in my case a SUSE) from windows ? I have a dual boot setup > where linux resides on a seperate partition (partition 4) of my hard disk. > I understand from FAQ that this is possible. However some mention about > coLinux requiring a modified linux kernel really confuses me. I tried to > boot an existing suse kernel (on a reiserFS filesystem) but was not very > successful. Before i try my hands on this, I would like to know from experts > around if such a kind of setup is possible at all. Also please do let me > know if there are any documents that describe this in more detail. > > > Thanking you > Prakash S > > ------------------------------------------------------------------------- > 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-users mailing list > coL...@li... > https://lists.sourceforge.net/lists/listinfo/colinux-users > > |
From: Prakash S. <pra...@gm...> - 2008-01-31 04:55:21
|
Hi All, Does coLinux help in a situation where i want to boot a already installed linux (in my case a SUSE) from windows ? I have a dual boot setup where linux resides on a seperate partition (partition 4) of my hard disk. I understand from FAQ that this is possible. However some mention about coLinux requiring a modified linux kernel really confuses me. I tried to boot an existing suse kernel (on a reiserFS filesystem) but was not very successful. Before i try my hands on this, I would like to know from experts around if such a kind of setup is possible at all. Also please do let me know if there are any documents that describe this in more detail. Thanking you Prakash S |
From: Wufu C. <cc...@gm...> - 2008-01-29 08:59:49
|
Hi I try to build the cd with colinux (with guest : live debian[1]). I get the ideal while I read article[2]. step#1: now , I can auto-run colinux with guest live debian. all in one folder(codebian) in windows codebian colinux-daemon.exe linux.sys ... xming netdrivers autolaunch.bat live-debian.iso ... step#2 :and , I copy all the file of codebian directory into usb driver also it works. step#3 : but while I try to build the ISO with the files in codebian directory the coliux runs OK, and the initrd also run , but failed while try to mount the cobd0 (live-debian.iso) after some investigation, I find the live-debian.iso readonly attribute cause it failed. I have verified this with step1a : I set the live-debian.iso readonly in the codebian directory in windows. the colinux/initrd failed while mount the cobd0(live-debian.iso) I'not sure where is the problem : a)problem in live-debian 's initrd image I try to mount the cobd0 with readonly option while the colinux failback to mini shell with busybox mount -r /dev/cobd0 /mnt but the mount is OK after I set the live-debian.iso to read-write in codebian directory in step#1a b)problem in colinux / windows access right conflict. Best Regards Wufu Chen [1] provide Colinux on the live cd to run Ubuntu directly inside Windows http://ubuntuforums.org/showthread.php?t=221273 [2] live debian http://live.debian.net/ |