Re: PyHurd 0.0.0a3

2008-08-29 Thread Arne Babenhauserheide
Am Freitag 29 August 2008 07:07:42 schrieb Anatoly A. Kazantsev: > > It is simply an adapted version of your copy and dump examples, but might > > be useful. > > Can you form it as example file? You mean with commandline argument parsing? Sure! > > I just did the same in reverse, so if you add

New Newsitem for Savannah

2008-08-29 Thread Arne Babenhauserheide
Hi, I just sent in a news item for savannah, which requires activation by a news manager. I could activate it myself, but I wanted to ask first, if news for the Hurd are done in four eyes principle, and if yes, if someone else would activate it. - https://savannah.gnu.org/news/approve.php?

Re: PyHurd 0.0.0a3

2008-08-29 Thread Anatoly A. Kazantsev
On Fri, 29 Aug 2008 10:27:58 +0200 Arne Babenhauserheide <[EMAIL PROTECTED]> wrote: > Am Freitag 29 August 2008 07:07:42 schrieb Anatoly A. Kazantsev: > > > It is simply an adapted version of your copy and dump examples, but might > > > be useful. > > > > Can you form it as example file? > > You

Re: PyHurd 0.0.0a3

2008-08-29 Thread Arne Babenhauserheide
Am Freitag 29 August 2008 10:58:16 schrieb Anatoly A. Kazantsev: > > You mean with commandline argument parsing? > > > > Sure! > > OK. As you wish :-) I tried to understand what you wish :) It is an example of how to create a file class - but it can be called as module in Python, replacing the

[patch #6618] Enable boot to use the device file created by devnode.

2008-08-29 Thread Zheng Da
URL: Summary: Enable boot to use the device file created by devnode. Project: The GNU Hurd Submitted by: zhengda Submitted on: Fri 29 Aug 2008 01:54:25 PM GMT Category: other Hurd

[patch #6619] pfinet uses the virtual interface

2008-08-29 Thread Zheng Da
URL: Summary: pfinet uses the virtual interface Project: The GNU Hurd Submitted by: zhengda Submitted on: Fri 29 Aug 2008 01:56:52 PM GMT Category: other Hurd Priority

[patch #6620] pfinet changes its filter rules with its IP address

2008-08-29 Thread Zheng Da
URL: Summary: pfinet changes its filter rules with its IP address Project: The GNU Hurd Submitted by: zhengda Submitted on: Fri 29 Aug 2008 01:59:02 PM GMT Category: other Hurd

[patch #6621] pfinet sets the mach device into the promiscuous mode.

2008-08-29 Thread Zheng Da
URL: Summary: pfinet sets the mach device into the promiscuous mode. Project: The GNU Hurd Submitted by: zhengda Submitted on: Fri 29 Aug 2008 02:03:26 PM GMT Category: other Hurd

Re: PyHurd 0.0.0a3

2008-08-29 Thread Anatoly A. Kazantsev
On Fri, 29 Aug 2008 12:10:06 +0200 Arne Babenhauserheide <[EMAIL PROTECTED]> wrote: > Am Freitag 29 August 2008 10:58:16 schrieb Anatoly A. Kazantsev: > > > You mean with commandline argument parsing? > > > > > > Sure! > > > > OK. As you wish :-) > > I tried to understand what you wish :) > > I

[patch #6622] pfinet uses the BPF filter

2008-08-29 Thread Zheng Da
URL: Summary: pfinet uses the BPF filter Project: The GNU Hurd Submitted by: zhengda Submitted on: Fri 29 Aug 2008 11:51:31 PM GMT Category: other Hurd Priority: 5 - N

kvm and gnumach

2008-08-29 Thread Anatoly A. Kazantsev
Hello! I have next situation: Debian GNU/Linux testing, linux-image-2.6.25-2-686: gnumach boots fine in kvm Debian GNU/Linux testing, linux-image-2.6.26-1-686: gnumach hangs ay hte start. Near line "Enabling FXSR" In both cases kvm utility version is 71+dfsg-1. Under pure qemu all works f

Re: What operations in store_parsed_open() need the privilege?

2008-08-29 Thread olafBuddenhagen
Hi, On Thu, Aug 28, 2008 at 11:48:13PM +0200, Da Zheng wrote: > Thomas Bushnell BSG wrote: >> On Thu, 2008-08-28 at 08:42 +0200, Neal H. Walfield wrote: >>> I don't understand why boot should somehow override the user in this >>> regard. It is perfectly legitimate, I think, to give a non-root >>

Re: An idea for versiont racking using translators

2008-08-29 Thread olafBuddenhagen
Hi, On Tue, Aug 26, 2008 at 01:15:51PM +0200, Arne Babenhauserheide wrote: > With translators it would be easily possible to hide version tracking > activity by just stacking a version tracking translator over some > directory. [...] It would certainly be possible -- but what's the use? Version

Re: PyHurd 0.0.0a3

2008-08-29 Thread olafBuddenhagen
Hi, > I just submitted the registration (and did and pushed some > modifications in the code required for that - i.e. including the > licenses (gpl-2.0 and gpl-3.0, since we didn't yet decide) This code is probably tied rather tightly to the Hurd libraries, and thus bound by their license... Whic

Re: An idea for versiont racking using translators

2008-08-29 Thread olafBuddenhagen
Hi, On Tue, Aug 26, 2008 at 07:14:10PM +0200, Carl Fredrik Hammar wrote: > It would be very nice if you could set up a translator that showed > every revision in a seperate directory. Making it almost trivial to > browse a projects history and compare different revisions. Perhaps > even allowin