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: Paul E. <eri...@gm...> - 2011-06-07 00:24:00
|
Here's what I did: Used only the command line tool. Removed the current tap driver, Rebooted Windows Ran regedit and searched for all TAP-Win32 entries and removed them all. Rebooted Windows again. Logged in as "Administrator" and ran the cmd.exe with "Run as ... Admin". Then installed the tap-win32 from command line with: tapcontrol.exe install OemWin2k.inf TAP0801co Received: "Device node created. Install is complete when drivers are updated... Updating drivers for TAP0801co from c:\Program Files\coLinux\netdriver\OemWin2k.inf. Drivers updated successfully." "Remember, that you should see a Warning about "not signed" driver."--Got this warning, chose to install anyway. and checked the driver with: tapcontrol.exe hwids TAP0801co Received: "ROOT\NET\0000 Name: TAP-Win32 Adapter V8 (coLinux) Hardware ID's: TAP0801co 1 matching device(s) found." ipconfig shows: Windows IP Configuration Ethernet adapter Local Area Connection 2: Media State . . . . . . . . . . . : Media disconnected Connection-specific DNS Suffix . : Ethernet adapter Local Area Connection: Connection-specific DNS Suffix . : Link-local IPv6 Address . . . . . : fe80::709b:bb83:30ff:759a%9 IPv4 Address. . . . . . . . . . . : 10.0.40.3 Subnet Mask . . . . . . . . . . . : 255.255.0.0 Default Gateway . . . . . . . . . : 10.0.0.1 Tunnel adapter Local Area Connection*: Media State . . . . . . . . . . . : Media disconnected Connection-specific DNS Suffix . : Tunnel adapter Local Area Connection* 9: Media State . . . . . . . . . . . : Media disconnected Connection-specific DNS Suffix . : Tunnel adapter Local Area Connection* 11: Media State . . . . . . . . . . . : Media disconnected Connection-specific DNS Suffix . : Here is what's in example.conf: # Slirp for internet connection (outgoing) # Inside running coLinux configure eth0 with this static settings: # ipaddress 10.0.2.15 broadcast 10.0.2.255 netmask 255.255.255.0 # gateway 10.0.2.2 nameserver 10.0.2.3 #eth0=slirp # Tuntap as private network between guest and host on second linux device eth0=tuntap # Setup for serial device #ttys0=COM1,"BAUD=115200 PARITY=n DATA=8 STOP=1 dtr=on rts=on" # Run an application on colinux start (Sample Xming, a Xserver) #exec0=C:\Programs\Xming\Xming.exe,":0 -clipboard -multiwindow -ac" These settings have worked in the past. CoLinux is limited, on purpose, to only being able to connect to the host running it. I don't need, or want, coLinux to connect past it's host. "Don't worry about connection state."--Tried starting coLinux with "Local Area Connection 2" as "Media disconnect". coLinux says: "Setting up networking.... Configuring network interfaces...SIOCSIFADDR: No such device eth0: ERROR while getting interface flags: No such device SIOCSIFNETMASK: No such device eth0: ERROR while getting interface flags: No such device Failed to bring up eth0. done. " Went ahead and changed the driver config Advanced->Media Status to "Always Connected". This triggers "Identifying..." under Network Connections control panel. Eventually it shows my domain and a status of "Limited Connectivity" I assign an IP address of 192.168.0.1 and start coLinux again, but get the same result as above for eth0. Also tried turning on MS's Internet Connection Sharing on Local Area Connection 2 (as I had in the older version) and start coLinux again, but get the same result. Is there someplace other than example.com that coLinux is suppose to get net config data? Perhaps there is something different in Windows Server 2008 that needs to be configured? Bridging? (Not technically new as 2003 had it) -Paul |
From: Henry N. <hen...@ar...> - 2011-06-06 19:19:20
|
Hello Paul, plese use only the command line tool. Remove the current tap driver, Reboot windows Run the regedit and search for all TAP-Win32 entries and remove them all. Reboot Windows again. Than install the tap-win32 from command line via tapcontrol.exe install OemWin2k.inf TAP0801co and check the driver with tapcontrol.exe hwids TAP0801co Be shure, that you are Administrator for this step. A member of Admin-Group is not enouth. Run the cmd.exe with "Run as ... Admin". Don't warry about connection state. Remember, that you should see a Warning about "not signed" driver. If not, then you have maybe disable to install any non signed drivers? Henry On 04.06.2011 19:31, Paul Ericson wrote: > Henry, > > Thanks for the tip. > > It looks like when I upgraded from Server 2K3 and 2K8 that the upgrade > process just destroyed my TAP-Win32 adapter. > > First I tried installing the TAP-Win32 driver manually using the > device manager. This created the TAP-Win32 adapter in Windows, but > said it was "disconnected" in the network control panel. I tried > setting the "Media Status" to "Always Connected", which changed the > status to "Limited Connectivity", but I don't think this is the same > thing as "Host-only" operation. > > I then tried turning on MS's Internet Connection Sharing (ICS), but it > failed with no useful error message. I think the problem is that I'm > not able to get the TAP-Win32 adapter into Host-only mode and Windows > doesn't think the interface is properly connected to anything. > > I removed that TAP-Win32 interface with the device manager. > > Then I downloaded the latest stable coLinux installer and ran that, > but it never asked me about networking--just told me that I need > Winpcap for bridged networking--which I don't need. > > I then tried turning on MS's Internet Connection Sharing (ICS), but it > failed with no useful error message. I think the problem is that I'm > not able to get the TAP-Win32 adapter into Host-only mode. > > Any thoughts? > > Thanks, > > Paul > > On Fri, Jun 3, 2011 at 6:53 PM, Henry Nestler wrote: > > Hello Paul, > > On 04.06.2011 01:39, Paul Ericson wrote: > > Anyone seen this? > > > > What's the best solution? > > > > I figure its either a hidden adapter and could be unhidden or > I've got > > to re-install the TAP adapter. > > > > This is 32-bit BTW. > > Try the command line tool in directory "netdriver". > > A good help will find in the Wiki: > http://colinux.wikia.com/wiki/TAP-Win32_driver > > -- > Henry N. > |
From: Paul E. <eri...@gm...> - 2011-06-04 17:31:18
|
Henry, Thanks for the tip. It looks like when I upgraded from Server 2K3 and 2K8 that the upgrade process just destroyed my TAP-Win32 adapter. First I tried installing the TAP-Win32 driver manually using the device manager. This created the TAP-Win32 adapter in Windows, but said it was "disconnected" in the network control panel. I tried setting the "Media Status" to "Always Connected", which changed the status to "Limited Connectivity", but I don't think this is the same thing as "Host-only" operation. I then tried turning on MS's Internet Connection Sharing (ICS), but it failed with no useful error message. I think the problem is that I'm not able to get the TAP-Win32 adapter into Host-only mode and Windows doesn't think the interface is properly connected to anything. I removed that TAP-Win32 interface with the device manager. Then I downloaded the latest stable coLinux installer and ran that, but it never asked me about networking--just told me that I need Winpcap for bridged networking--which I don't need. I then tried turning on MS's Internet Connection Sharing (ICS), but it failed with no useful error message. I think the problem is that I'm not able to get the TAP-Win32 adapter into Host-only mode. Any thoughts? Thanks, Paul On Fri, Jun 3, 2011 at 6:53 PM, Henry Nestler <hen...@ar...> wrote: > Hello Paul, > > On 04.06.2011 01:39, Paul Ericson wrote: > > Anyone seen this? > > > > What's the best solution? > > > > I figure its either a hidden adapter and could be unhidden or I've got > > to re-install the TAP adapter. > > > > This is 32-bit BTW. > > Try the command line tool in directory "netdriver". > > A good help will find in the Wiki: > http://colinux.wikia.com/wiki/TAP-Win32_driver > > -- > Henry N. > > |
From: Henry N. <hen...@ar...> - 2011-06-03 23:53:56
|
Hello Paul, On 04.06.2011 01:39, Paul Ericson wrote: > Anyone seen this? > > What's the best solution? > > I figure its either a hidden adapter and could be unhidden or I've got > to re-install the TAP adapter. > > This is 32-bit BTW. Try the command line tool in directory "netdriver". A good help will find in the Wiki: http://colinux.wikia.com/wiki/TAP-Win32_driver -- Henry N. |
From: Paul E. <eri...@gm...> - 2011-06-03 23:39:22
|
Anyone seen this? What's the best solution? I figure its either a hidden adapter and could be unhidden or I've got to re-install the TAP adapter. This is 32-bit BTW. Thanks, Paul |
From: mattias <mj...@mj...> - 2011-05-21 20:13:47
|
anyone no about a precreated asterisk image with centos? |
From: mattias <mj...@mj...> - 2011-05-16 17:28:26
|
are it possible to run clearos in colinux? |
From: mattias <mj...@mj...> - 2011-05-12 15:55:08
|
If i use ms loopback adapter on one vm Must i create a new one for a second? |
From: Clemens E. <lin...@gm...> - 2011-05-07 08:38:13
|
Sure it is possible - but it is nothing specific to coLinux. - Clemens 2011/5/3 Nabi K.A.Z. <na...@gm...>: > I needed to a customer web panel for reboot (restart) VPS and see traffic > monthly and web space about that VPS. Is this possible? > > > On Tue, May 3, 2011 at 1:42 AM, Henry Nestler <hen...@ar...> wrote: >> >> Am 02.05.2011 21:00, schrieb Nabi K.A.Z.: >> > Can I provide reboot port for CoLinux? >> >> What do you mean with "reboot"? >> "reboot" on the Linux command line and in the FLTK console the >> "File"-menu the "Reboot" works too. >> >> -- >> Henry N. >> > > > ------------------------------------------------------------------------------ > WhatsUp Gold - Download Free Network Management Software > The most intuitive, comprehensive, and cost-effective network > management toolset available today. Delivers lowest initial > acquisition cost and overall TCO of any competing solution. > http://p.sf.net/sfu/whatsupgold-sd > _______________________________________________ > coLinux-users mailing list > coL...@li... > https://lists.sourceforge.net/lists/listinfo/colinux-users > > |
From: zeljko b. <zb...@gm...> - 2011-05-02 23:45:18
|
Henry Nestler <henry.ne@...> writes: > Hello Zeljko, > > Questions are better here in the User list, as in the forum with the > title about Debian image. OK > On 02.05.2011 21:18, SourceForge.net: > > Lock at http://colinux.wikia.com/wiki/Network#Slirp and configure to use > SLiRP. > SLiRP is the only way to use with WiFI. > I mostly use SLiRP with static networt address (see > http://colinux.wikia.com/wiki/Network#SLiRP_with_Static_IP_Address), but > dhcp also works. > > Simple add "eth0=slirp" to your coLinux config, and configure the > network in the file /etc/network/interfaces > Hm... these kind of instructions are too complex for me to execute or comprehend without getting much deeper into understanding the logic of networking setups:-( Guess I will have to delay my use of coLinux. Best wishes Zeljko |
From: Nabi K.A.Z. <na...@gm...> - 2011-05-02 22:40:11
|
I needed to a customer web panel for reboot (restart) VPS and see traffic monthly and web space about that VPS. Is this possible? On Tue, May 3, 2011 at 1:42 AM, Henry Nestler <hen...@ar...> wrote: > Am 02.05.2011 21:00, schrieb Nabi K.A.Z.: > > Can I provide reboot port for CoLinux? > > What do you mean with "reboot"? > "reboot" on the Linux command line and in the FLTK console the > "File"-menu the "Reboot" works too. > > -- > Henry N. > > |
From: Henry N. <hen...@ar...> - 2011-05-02 21:12:34
|
Am 02.05.2011 21:00, schrieb Nabi K.A.Z.: > Can I provide reboot port for CoLinux? What do you mean with "reboot"? "reboot" on the Linux command line and in the FLTK console the "File"-menu the "Reboot" works too. -- Henry N. |
From: Henry N. <hen...@ar...> - 2011-05-02 21:11:45
|
Hello Zeljko, Questions are better here in the User list, as in the forum with the title about Debian image. On 02.05.2011 21:18, SourceForge.net: > Read and respond to this message at: > https://sourceforge.net/projects/colinux/forums/forum/342354/topic/4099047 > By: studos > > Hi! > I just installed co-Linux-0.7.9 on my WinXP laptop with WiFi connection (but > without downloading the image). > Then I started it in c://coLinux/ with your files and it works! > ...well sort of... > i am in room command line and wanted to apt-get few things, > but I do not have network running automatically :-( > Where should I look for info on how to set it up? > > Best Zeljko Lock at http://colinux.wikia.com/wiki/Network#Slirp and configure to use SLiRP. SLiRP is the only way to use with WiFI. I mostly use SLiRP with static networt address (see http://colinux.wikia.com/wiki/Network#SLiRP_with_Static_IP_Address), but dhcp also works. Simple add "eth0=slirp" to your coLinux config, and configure the network in the file /etc/network/interfaces -- Henry N. |
From: Nabi K.A.Z. <na...@gm...> - 2011-05-02 19:00:40
|
Can I provide reboot port for CoLinux? |
From: željko b. <zb...@gm...> - 2011-05-02 18:21:14
|
Hi to ALL! I just wanted to introduce myself as I join the forums and lists... I am a non-programmer, but web developer, almost an 'expert' multi-OS user and FLOSS enthusiast. Former BeOS evangelist and as of recently enthusiastic over coLinux of which I knew since few years as great idea, but only now have need. I wanna have same web environment on laptop, desktop and vServer. I am stuck with WinXP on laptop that is rapidly ageing. On Desktop side I run Windows 2000 on my SGI 320 workstation but as wonderful piece of (historic) design hardware it is... today it is also technological dead-end as it is proprietary hardware, running proprietary firmware/bios http://en.wikipedia.org/wiki/SGI_Visual_Workstation#Operating_system coLinux sounds like good option, until I retire SGI 320 to computer museum :-) Best wishes - Zeljko |
From: Henry N. <hen...@ar...> - 2011-04-26 21:25:40
|
Hello Fabrice, installing the module is not a problem: debian:~# insmod kprobe_example.ko Planted kprobe at c1018be0 But, a follow "lsmod" crashes the kernel. The text from pre_handler is seen. The bug is in top of the do_fork function. I assume, that kprobe does some magic to redirect the function call. I can not say why, because I don't know how it works. Address 01200011 is truely a fault. All virtual addresses should be grater than 0xc0000000. By the while, this is an interesting kernel module for debugging. ;-) >>> start syslog >>> pre_handler: p->addr = 0xc1018be0, ip = c1018be1, flags = 0x246 BUG: unable to handle kernel paging request at 01200011 IP: [<c1018be0>] do_fork+0x0/0x2d0 *pde = 00000000 Oops: 0000 [#1] PREEMPT last sysfs file: /sys/devices/virtual/net/lo/operstate Modules linked in: kprobe_example Pid: 2384, comm: bash Not tainted 2.6.33.7-co-0.7.9-r1582 #3 / EIP: 0060:[<c1018be0>] EFLAGS: 00010246 CPU: 0 EIP is at do_fork+0x0/0x2d0 EAX: 01200011 EBX: 00000000 ECX: c79c3fb4 EDX: bfc64c8c ESI: bfc64c8c EDI: 01200011 EBP: c79c3f84 ESP: c79c3f3c DS: 007b ES: 007b FS: 0000 GS: 0033 SS: 0068 Process bash (pid: 2384, ti=c79c2000 task=c7ba73f0 task.ti=c79c2000) Stack: b75af708 c79c3fa0 c1272789 00000000 c79c3fb4 bfc64c8c b75af708 b75af708 <0> c79c3fa0 01200011 0120007b c7ad007b c79c0000 00000000 ffffffff 00000000 <0> b75af708 b75af708 c79c3fa0 c1005d9f 00000000 00000000 b75af708 01200011 Call Trace: [<c1272789>] ? debug_stack_correct+0x29/0x30 [<c1005d9f>] ? sys_clone+0x2f/0x40 [<c1002ce5>] ? ptregs_clone+0x15/0x30 [<c1272485>] ? syscall_call+0x7/0xb Code: 00 00 89 83 ec 02 00 00 e9 a2 f8 ff ff 8b 83 94 02 00 00 8b 40 10 e8 60 b8 0a 00 85 c0 89 c6 0f 89 5b f7 ff ff eb a0 8d 74 26 00 <cc> 89 e5 57 89 c7 56 89 d6 53 83 ec 3c a9 00 00 00 10 0f 85 98 EIP: [<c1018be0>] do_fork+0x0/0x2d0 SS:ESP 0068:c79c3f3c CR2: 0000000001200011 <<< end syslog <<< -- Henry On 26.04.2011 11:01, Fabrice Clement wrote: > Hi > > I'm using colinux 0.7.9 and I want to use kprobe, so I activated > the "Build kprobes examples -- loadable modules only" (and > the things for kprobe to work) but when I do insmod krpobe_example.ko > in the samples directory of the kernel, the system crashes. > > Has someone succeed in using kprobe with colinux ? > > Thanks ! > -- > Fabrice Clement |
From: mattias <mj...@mj...> - 2011-04-21 20:39:45
|
I have get ics running on a colinux guest But i can only ping the internal network not external Must I add a route from windows to the guest? |
From: mattias <mj...@mj...> - 2011-04-21 15:21:50
|
I try to convert a qemu image with dd Dd if=centos.qcow of=c.img skip=63 But colinux only says missing filesystem and kraches The image are from stacklet.com The file itself have a 10 gb filesystem on it Maybe I do something wrong? |
From: mattias <mj...@mj...> - 2011-04-21 11:24:29
|
The problem is how to use nat without slirp I no how to use nat on windows to colinux maybe -----Original Message----- From: Miller, Shao [mailto:sha...@yr...] Sent: Thursday, April 21, 2011 1:23 AM To: mattias; col...@li... Subject: RE: [coLinux-users] Colinux network So you must create a route from coLinux. What is the problem? What does "But windows no no" mean? - Shao Miller -----Original Message----- From: mattias [mailto:mj...@mj...] Sent: Wednesday, April 20, 2011 19:02 To: col...@li... Subject: Re: [coLinux-users] Colinux network If I will use the second ip I must create a route from colinux Or from windows But windows no no -----Original Message----- From: Miller, Shao [mailto:sha...@yr...] Sent: Thursday, April 21, 2011 12:55 AM To: mattias; col...@li... Subject: RE: [coLinux-users] Colinux network Why must you use NAT on coLinux? - Shao "C:\Program Files\coLinux\colinux-daemon.exe" --run-service coLinux kernel=vmlinux cobd0=c:\Progra~1\coLinux\Ubuntu_4GB.ext3 root=/dev/cobd0 eth0=pcap-bridge,Wired,00:0b:27:bb:d3:8d,promisc -----Original Message----- From: mattias [mailto:mj...@mj...] Sent: Wednesday, April 20, 2011 18:12 To: col...@li... Subject: [coLinux-users] Colinux network I have a swedish vpn provider wich give my 6 ips I will use one ip in colinux and one on the host But I must use nat on colinux and slirp are not a alternative Any idea? ------------------------------------------------------------------------ ------ Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce costs, simplify management, and improve application availability and disaster protection. Learn more about boosting the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev _______________________________________________ coLinux-users mailing list coL...@li... https://lists.sourceforge.net/lists/listinfo/colinux-users ------------------------------------------------------------------------ ------ Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce costs, simplify management, and improve application availability and disaster protection. Learn more about boosting the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev _______________________________________________ coLinux-users mailing list coL...@li... https://lists.sourceforge.net/lists/listinfo/colinux-users |
From: Miller, S. <sha...@yr...> - 2011-04-21 00:01:59
|
Why must you use NAT on coLinux? - Shao "C:\Program Files\coLinux\colinux-daemon.exe" --run-service coLinux kernel=vmlinux cobd0=c:\Progra~1\coLinux\Ubuntu_4GB.ext3 root=/dev/cobd0 eth0=pcap-bridge,Wired,00:0b:27:bb:d3:8d,promisc -----Original Message----- From: mattias [mailto:mj...@mj...] Sent: Wednesday, April 20, 2011 18:12 To: col...@li... Subject: [coLinux-users] Colinux network I have a swedish vpn provider wich give my 6 ips I will use one ip in colinux and one on the host But I must use nat on colinux and slirp are not a alternative Any idea? ------------------------------------------------------------------------ ------ Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce costs, simplify management, and improve application availability and disaster protection. Learn more about boosting the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev _______________________________________________ coLinux-users mailing list coL...@li... https://lists.sourceforge.net/lists/listinfo/colinux-users |
From: Miller, S. <sha...@yr...> - 2011-04-20 23:23:15
|
So you must create a route from coLinux. What is the problem? What does "But windows no no" mean? - Shao Miller -----Original Message----- From: mattias [mailto:mj...@mj...] Sent: Wednesday, April 20, 2011 19:02 To: col...@li... Subject: Re: [coLinux-users] Colinux network If I will use the second ip I must create a route from colinux Or from windows But windows no no -----Original Message----- From: Miller, Shao [mailto:sha...@yr...] Sent: Thursday, April 21, 2011 12:55 AM To: mattias; col...@li... Subject: RE: [coLinux-users] Colinux network Why must you use NAT on coLinux? - Shao "C:\Program Files\coLinux\colinux-daemon.exe" --run-service coLinux kernel=vmlinux cobd0=c:\Progra~1\coLinux\Ubuntu_4GB.ext3 root=/dev/cobd0 eth0=pcap-bridge,Wired,00:0b:27:bb:d3:8d,promisc -----Original Message----- From: mattias [mailto:mj...@mj...] Sent: Wednesday, April 20, 2011 18:12 To: col...@li... Subject: [coLinux-users] Colinux network I have a swedish vpn provider wich give my 6 ips I will use one ip in colinux and one on the host But I must use nat on colinux and slirp are not a alternative Any idea? ------------------------------------------------------------------------ ------ Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce costs, simplify management, and improve application availability and disaster protection. Learn more about boosting the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev _______________________________________________ coLinux-users mailing list coL...@li... https://lists.sourceforge.net/lists/listinfo/colinux-users ------------------------------------------------------------------------ ------ Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce costs, simplify management, and improve application availability and disaster protection. Learn more about boosting the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev _______________________________________________ coLinux-users mailing list coL...@li... https://lists.sourceforge.net/lists/listinfo/colinux-users |
From: mattias <mj...@mj...> - 2011-04-20 23:01:44
|
If I will use the second ip I must create a route from colinux Or from windows But windows no no -----Original Message----- From: Miller, Shao [mailto:sha...@yr...] Sent: Thursday, April 21, 2011 12:55 AM To: mattias; col...@li... Subject: RE: [coLinux-users] Colinux network Why must you use NAT on coLinux? - Shao "C:\Program Files\coLinux\colinux-daemon.exe" --run-service coLinux kernel=vmlinux cobd0=c:\Progra~1\coLinux\Ubuntu_4GB.ext3 root=/dev/cobd0 eth0=pcap-bridge,Wired,00:0b:27:bb:d3:8d,promisc -----Original Message----- From: mattias [mailto:mj...@mj...] Sent: Wednesday, April 20, 2011 18:12 To: col...@li... Subject: [coLinux-users] Colinux network I have a swedish vpn provider wich give my 6 ips I will use one ip in colinux and one on the host But I must use nat on colinux and slirp are not a alternative Any idea? ------------------------------------------------------------------------ ------ Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce costs, simplify management, and improve application availability and disaster protection. Learn more about boosting the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev _______________________________________________ coLinux-users mailing list coL...@li... https://lists.sourceforge.net/lists/listinfo/colinux-users |
From: mattias <mj...@mj...> - 2011-04-20 22:11:43
|
I have a swedish vpn provider wich give my 6 ips I will use one ip in colinux and one on the host But I must use nat on colinux and slirp are not a alternative Any idea? |
From: Henry N. <hen...@ar...> - 2011-04-09 22:27:29
|
Release: 0.7.9 Kernel: 2.6.33.7 Build: 9 April 2011 This version contains small kernel upgrade, bugfixies, mainly the negative timestamp glitches and has enabled more Linux kernel modules. Please check the project file release and wiki for information, updates and progress. Downloads: http://sourceforge.net/projects/colinux/files/ ChangeLog: http://www.colinux.org/?section=status Snapshots: http://www.colinux.org/snapshots/ Wiki: http://colinux.wikia.com -- Henry N. |
From: Henry N. <hen...@ar...> - 2011-04-09 20:53:15
|
On 09.04.2011 19:52, Clemens Eisserer wrote: >> Finally you can add this patch to coLinux directly by appending the file >> make-3.82-mkmakefile.patch at end of the file patch/base-2.6.33.diff. A >> simple cat would do it: >> >> cd YourCoLinuxHomePath >> cat make-3.82-mkmakefile.patch >> patch/base-2.6.33.diff > Thanks a lot, after this patch the build worked like charm. Ok, patch submitted to SVN as revision 1578. -- Henry N. |