On Thu, 28 Aug 2008 09:26:32 +0200
Arne Babenhauserheide <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I just dived into pyHurd again (switched to wmii for that, so a qemu crash
> wouldn't take my open KDE config files again...) and wrote a simple file
> object for pyhurd (as example).
>
> - http://f
On Thu, 2008-08-28 at 23:48 +0200, Da Zheng wrote:
> If the non-user can access /dev/hda1, it means he can operate the hda1
> device directly without the help of the file system.
> Is the user really allowed to do it? In Linux or other Unix, this kind
> of operation is forbidden, I think.
It dep
Da Zheng, le Thu 28 Aug 2008 23:48:13 +0200, a écrit :
> Thomas Bushnell BSG wrote:
> >On Thu, 2008-08-28 at 08:42 +0200, Neal H. Walfield wrote:
> >
> >>At Wed, 27 Aug 2008 15:05:59 -0700,
> >>Thomas Bushnell BSG wrote:
> >>
> >>>On Wed, 2008-08-27 at 23:32 +0200, Da Zheng wrote:
> >>>
Thomas Bushnell BSG wrote:
On Thu, 2008-08-28 at 08:42 +0200, Neal H. Walfield wrote:
At Wed, 27 Aug 2008 15:05:59 -0700,
Thomas Bushnell BSG wrote:
On Wed, 2008-08-27 at 23:32 +0200, Da Zheng wrote:
I know boot fails and gets EPERM when it calls store_parsed_open, but I
need to
On Thu, 2008-08-28 at 08:42 +0200, Neal H. Walfield wrote:
> At Wed, 27 Aug 2008 15:05:59 -0700,
> Thomas Bushnell BSG wrote:
> >
> > On Wed, 2008-08-27 at 23:32 +0200, Da Zheng wrote:
> > > I know boot fails and gets EPERM when it calls store_parsed_open, but I
> > > need to know what operations
Madhusudan C.S, le Thu 28 Aug 2008 17:54:37 +0530, a écrit :
> IIRC it's a know error. hurd=20080607-4 will fix it, you can fetch its
> debian/ directory from
> svn://svn.debian.org/svn/pkg-hurd/hurd/trunk/debian
>
>
> Should I have to change the names of files and directories to -4 o
On Thu, Aug 28, 2008 at 4:31 AM, Samuel Thibault <
[EMAIL PROTECTED]> wrote:
> Madhusudan C.S, le Thu 28 Aug 2008 00:23:36 +0530, a écrit :
> > On Mon, Aug 25, 2008 at 3:54 AM, Samuel Thibault <
> [EMAIL PROTECTED]>
> > wrote:
> >
> > IIRC you need to recompile glibc too, to have the RPC funct
Da Zheng, le Thu 28 Aug 2008 13:47:43 +0200, a écrit :
> Samuel Thibault wrote:
> >Da Zheng, le Thu 28 Aug 2008 00:33:47 +0200, a écrit :
> >
> >>It's so weird. I could build glibc in the same way last time.
> >>Did I miss some patches? How do I fix it?
> >>
> >
> >Again, that's a bug in the
Samuel Thibault wrote:
Da Zheng, le Thu 28 Aug 2008 00:33:47 +0200, a écrit :
It's so weird. I could build glibc in the same way last time.
Did I miss some patches? How do I fix it?
Again, that's a bug in the hurd package, -4 will fix it, you can fetch a
snapshot from svn://svn.debian.
Hi,
I just dived into pyHurd again (switched to wmii for that, so a qemu crash
wouldn't take my open KDE config files again...) and wrote a simple file
object for pyhurd (as example).
- http://freehg.org/u/ArneBab/pyhurd
Usage:
f = file.file(path)
# read
f.read()
# write
f.write(date)
#
10 matches
Mail list logo