You can subscribe to this list here.
2004 |
Jan
(64) |
Feb
(530) |
Mar
(266) |
Apr
(580) |
May
(360) |
Jun
(161) |
Jul
(185) |
Aug
(164) |
Sep
(123) |
Oct
(160) |
Nov
(59) |
Dec
(84) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(156) |
Feb
(95) |
Mar
(124) |
Apr
(81) |
May
(79) |
Jun
(179) |
Jul
(35) |
Aug
(64) |
Sep
(56) |
Oct
(57) |
Nov
(18) |
Dec
(41) |
2006 |
Jan
(65) |
Feb
(37) |
Mar
(59) |
Apr
(73) |
May
(65) |
Jun
(27) |
Jul
(54) |
Aug
(76) |
Sep
(103) |
Oct
(23) |
Nov
(45) |
Dec
(29) |
2007 |
Jan
(41) |
Feb
(47) |
Mar
(61) |
Apr
(24) |
May
(14) |
Jun
(6) |
Jul
(23) |
Aug
(30) |
Sep
(16) |
Oct
(9) |
Nov
(53) |
Dec
(36) |
2008 |
Jan
(19) |
Feb
(49) |
Mar
(74) |
Apr
(21) |
May
(24) |
Jun
(5) |
Jul
(9) |
Aug
(53) |
Sep
(26) |
Oct
(23) |
Nov
(32) |
Dec
(19) |
2009 |
Jan
(47) |
Feb
(49) |
Mar
(39) |
Apr
(61) |
May
(28) |
Jun
(19) |
Jul
(12) |
Aug
(10) |
Sep
(31) |
Oct
(16) |
Nov
(60) |
Dec
(26) |
2010 |
Jan
(17) |
Feb
(9) |
Mar
(32) |
Apr
(11) |
May
(24) |
Jun
(33) |
Jul
(5) |
Aug
(2) |
Sep
(7) |
Oct
(8) |
Nov
(17) |
Dec
(7) |
2011 |
Jan
(12) |
Feb
(16) |
Mar
(2) |
Apr
(12) |
May
(5) |
Jun
(10) |
Jul
(3) |
Aug
(3) |
Sep
(2) |
Oct
(1) |
Nov
(17) |
Dec
(1) |
2012 |
Jan
(9) |
Feb
(9) |
Mar
(8) |
Apr
(4) |
May
(2) |
Jun
(1) |
Jul
(4) |
Aug
(8) |
Sep
(11) |
Oct
(1) |
Nov
(2) |
Dec
(2) |
2013 |
Jan
|
Feb
(7) |
Mar
(4) |
Apr
(10) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(5) |
Dec
(3) |
2016 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2023 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
From: Norman E. <nor...@ho...> - 2004-01-27 11:20:12
|
Dear All, where can I get a binary build from? TIA -- Craig Emery, Cambridge, UK Personal replies to colinux-devel-NO-SPAM@REMOVE-ME-cemery.org.uk with the -NO-SPAM and REMOVE-ME- removed. All email to my hotmail account is deleted as unread SPAM. |
From: Dan A. <da...@gm...> - 2004-01-27 05:46:51
|
On Tue, Jan 27, 2004 at 12:28:29PM +1100, Andrew Tierney wrote: > Hi, > > Whats required to bootstrap an existing distro to use CoLinux ?? > Ie.. Knoppix English or Mandrake 9.2 ?? > I love the idea of running Linux on my XP box without VMWare..! > Any info much appreciated. Primarily, the requirement is creating a root block file system (using the loopback block device), while changing the disto to use newly added devices nodes /dev (cobd0, cobd1, etc...) instead of the /dev/hd* nodes. The closest examples for this now are the file system images distributed with User Mode Linux. However, these images sometimes miss the /dev/console node which causes the init process to fail (this also happens with the regular non-UML Linux kernel). Creating that node fixes the problem. Yesterday I was under the impression that the binaries are stable enough to be released. I hope to release some example binaries soon, so you and the others can experiment with it. -- Dan Aloni da...@gm... |
From: Digital I. Inc. <ok...@di...> - 2004-01-26 22:11:39
|
Hello everybody. Let's start a decent discussion. There are several virtual OSes. 1. coLinux 2. XEN 3. Virtuozzo 4. UMLWin32 5. UML 6. LilyVM 7. Others which I dont know. What is the difference? What is good point? What is bad point? FYI, I set up the page about this. http://www.colinux.net/compare.html ID=okajima PASS=okajima --- Okajima. |
From: Ian L. <Ian...@mq...> - 2004-01-26 22:05:46
|
Hello, I contact this list as there is no relevant FAQ, Forum notes, User mailling list, mailling list archives or CVS files -- that I can see. I am one of three maintainers for the CHAOS live linux CD. CHAOS specialises in being "the supercomputer for your wallet", booting openMosix from a business-card sized disc. I would very much like CHAOS to run as an application under Windows2K/XP .. as would the openMosix community. I have downloaded the only source code that is publically listed (at sourceforge). It patches roughly with kernel 2.4.24 and the beta openMosix 2.4.24 patch -- I've cleaned up the edges, it all looks pretty good. However, the patch file "linux" from the colinux package adds an include reference to linux/include/asm-i386/io.h for the file linux/colinux.h ... but the patch file (nor any of the supplied source code) includes linux/colinux.h Can someone with CVS access please supply me with the colinux.h file -- or -- could the public source bundle please be updated to include this file (or remove the reference). Thanks, <snippet of "linux" patch> --- linux/include/asm-i386/io.h 2004-01-05 05:39:23.000000000 +0200 +++ linux/include/asm-i386/io.h 2003-12-26 18:28:26.000000000 +0200 @@ -2,6 +2,7 @@ #define _ASM_IO_H #include <linux/config.h> +#include <linux/cooperative.h> /* * This file contains the definitions for the x86 IO instructions @@ -46,6 +47,10 @@ #include <linux/vmalloc.h> +#ifdef CONFIG_COOPERATIVE +#include <linux/colinux.h> +#endif + </snippet> <compile error> /usr/src/linux-2.4.24/include/asm/io.h:51:27: linux/colinux.h: No such file or directory make: *** [init/main.o] Error 1 </compile> -- Ian Latter Internet and Networking Security Officer Macquarie University Meet me at the Australian Unix and open systems User Group (AUUG) Security Symposium; 2004 http://www.auug.org.au/events/2004/security/ |
From: Digital I. Inc. <ok...@di...> - 2004-01-26 21:57:13
|
The first! --- Okajima. |
From: Dan A. <da...@gm...> - 2004-01-26 21:45:26
|
Hello, As some of you noticed, the first public release of the coLinux sources was missing some files. This will be fixed in the next tarball. I must say that I am overwhelmed by the amount of E-Mails that I have received concerning this project and the numerous people who have volunteered to help. Your attention is very appreciated. I will also release my notes about how to set up a build enviroment for coLinux. Also, please note that the currently unreleased binaries are composed of several parts in order to work: 1. A vmlinux file. 2. The Windows linux.sys driver. 3. A root file system 4. Two programs (colinux-daemon.exe and colinux-console.exe) 5. The Win32TAP driver from the OpenVPN project, which is currently must be installed for the daemon to work. It provides the coLinux system with the virtual network link. Thank you for your patience. -- Dan Aloni da...@gm... |
From: Szalai F. <sz...@ei...> - 2004-01-26 17:32:43
|
Hi Guys, I was very happy when I heard about this project because this is exactly what I need. So I downloaded the last source release from sourceforge (colinux-20040119.tar.gz) I followed the instuctions in doc/building. First I realized that the release doesn't contain any 'pre-maid' Linux kernel config in conf/ directory. Never mind I maid it. The second problem was more hard to solve. When I tried to compile the kernel using =B4make vmlinux=B4 I got the following message: gcc -D__KERNEL__ -I/usr/src/colinux/linux/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=3D2 -march=3Di686 =20 -DKBUILD_BASENAME=3Dmain -c -o init/main.o init/main.c In file included from /usr/src/colinux/linux/include/linux/blkdev.h:11, from /usr/src/colinux/linux/include/linux/blk.h:4, from init/main.c:25: /usr/src/colinux/linux/include/asm/io.h:51:27: linux/colinux.h: No such file or directory make: *** [init/main.o] Error 1 I checked that the kernel patch really doesn't contain anything about colinux.h. So where can I find it? I hope I can help in development with testing. --=20 Regards, Feri |