Re: PyHurd 0.0.0a3

2008-09-01 Thread Anatoly A. Kazantsev
On Mon, 1 Sep 2008 19:57:42 +0200 Arne Babenhauserheide <[EMAIL PROTECTED]> wrote: > Am Freitag 29 August 2008 19:28:41 schrieb Anatoly A. Kazantsev: > > Just like my examples :-) > > Does it fit, now? > > http://freehg.org/u/ArneBab/pyhurd Yes, it's OK. -- Anatoly A. Kazantsev Protect you

Re: Xen Hurd: Error: Device 768 (vbd) could not be connected

2008-09-01 Thread Shakthi Kannan
Hi, --- On Mon, Sep 1, 2008 at 9:04 PM, Samuel Thibault <[EMAIL PROTECTED]> wrote: | If you could read the xen doc that could help :) \-- Yes, will do. --- | disk = ['phy:hda1,hda,w'] | | means /dev/hda1 in the host system, hda in the guest system. \-- I have / in /dev/sda1 in my host system. S

Re: New Newsitem for Savannah

2008-09-01 Thread Michael Banck
Hi, On Mon, Sep 01, 2008 at 10:18:58PM +0200, Arne Babenhauserheide wrote: > The newsitem just says: "News are on the main website (link) and in the wiki > (link). > > Should I activate it myself? That doesn't sound urgent, so we can wait till Thomas Schwinge has time I guess, he's doing most

Re: New Newsitem for Savannah

2008-09-01 Thread Arne Babenhauserheide
The newsitem just says: "News are on the main website (link) and in the wiki (link). Should I activate it myself? Best wishes, Arne Am Freitag 29 August 2008 10:37:29 schrieb Arne Babenhauserheide: > Hi, > > I just sent in a news item for savannah, which requires activation by a > news manag

Re: PyHurd 0.0.0a3

2008-09-01 Thread Arne Babenhauserheide
Am Freitag 29 August 2008 19:28:41 schrieb Anatoly A. Kazantsev: > Just like my examples :-) Does it fit, now? http://freehg.org/u/ArneBab/pyhurd Best wishes, Arne -- -- My stuff: http://draketo.de - stories, songs, poems, programs and stuff :) -- Infinite Hands: http://infinite-hands.draketo

in my program mach_msg() hangs after it is called many times

2008-09-01 Thread Da Zheng
Hello, I wrote a program called eth-multiplexer. It creates several virtual network interfaces. When it gets the packet from one interface, it will broadcast the packet to all interfaces, to all clients that connect to the interfaces. There is a BPF filter for each client, so the packet shoul

Re: Xen Hurd: Error: Device 768 (vbd) could not be connected

2008-09-01 Thread Samuel Thibault
Shakthi Kannan, le Mon 01 Sep 2008 14:10:27 +0530, a écrit : > --- On Mon, Sep 1, 2008 at 1:34 AM, Samuel Thibault > <[EMAIL PROTECTED]> wrote: > | hda1 is not mounted in dom0, right? > \-- > > There is no hda1 on the system, only sda1 (/), sda2 (/home), sda3 > (swap). Then specify sda1... > Do

Re: Xen Hurd: Error: Device 768 (vbd) could not be connected

2008-09-01 Thread Shakthi Kannan
Hi, --- On Mon, Sep 1, 2008 at 1:34 AM, Samuel Thibault <[EMAIL PROTECTED]> wrote: | hda1 is not mounted in dom0, right? \-- There is no hda1 on the system, only sda1 (/), sda2 (/home), sda3 (swap). Do we need to specify a mounted partition or what does this disk signify in /etc/xen/hurd? SK --