Re: Preemptive kernel...

2005-03-10 Thread Marcus Brinkmann
At Thu, 10 Mar 2005 20:39:10 +, Jose Luis Alarcon Sanchez [EMAIL PROTECTED] wrote: Hi guys. I want to ask you if Mach is a preemptive kernel. No, it isn't. Thanks, Marcus ___ Help-hurd mailing list Help-hurd@gnu.org

Re: console not finding plugins

2005-02-09 Thread Marcus Brinkmann
Hi, if you don't get a reply on this, you maybe should try debian-hurd, as the issues you have may all be Debian related. Thanks! Marcus ___ Help-hurd mailing list Help-hurd@gnu.org http://lists.gnu.org/mailman/listinfo/help-hurd

Re: hurd installation

2005-02-02 Thread Marcus Brinkmann
Why is this on both lists? At Tue, 01 Feb 2005 15:33:51 +0100, [EMAIL PROTECTED] ( ) wrote: Still, if it complained (not necessarily halted, a warning might be enough: you wouldn't be annoyed by a warning indicating that you're running your GNU/Linux system off a Hurd ext2 filesystem, would

Re: io_select question

2004-09-30 Thread Marcus Brinkmann
At Sat, 24 Jul 2004 21:27:50 +0200, Marco Gerards wrote: While I was implementing io_select for my netfs translator I noticed something really strange. The io_select definition for libtrivfs and that for other translators (like libnetfs) are different. An example: error_t

Re: passive translator timeout

2004-09-30 Thread Marcus Brinkmann
At Sun, 15 Aug 2004 16:45:27 -0700 (PDT), Yaakov [EMAIL PROTECTED] wrote: Is there a way to set a translator to time-out or unload itself when Yes. In fact, the code is already there. The problem is, it doesn't work, for several reasons. The relevant interface is

Re: Repeater for the console client

2004-07-21 Thread Marcus Brinkmann
At Wed, 21 Jul 2004 16:34:23 +0200, marco_g wrote: Marcus Brinkmann [EMAIL PROTECTED] writes: Other that that, I just like having everything in a single directory like /dev/console which is entirely virtual. As I said, I think you can use trivfs to that effect. I did not know

Re: A question

2004-06-17 Thread Marcus Brinkmann
At Thu, 17 Jun 2004 14:29:10 +0400 (MSD), Anton Nikishaev wrote: I've asked this, but nobody has replied. But someone knows the answer ;) So, whether should /servers/exec be settrans'ed to /hurd/exec to load Hurd??? Or this's a wrong way? It's not necessary. /servers/exec only must

Re: Port leaks

2004-02-24 Thread Marcus Brinkmann
At Tue, 24 Feb 2004 02:22:12 +0100, marco_g wrote: Is this expected behavior or is this some portleak? It's only a serious leak (first grade leak if you want :) if it grows without bounds on repeated operations. IE, if you do the same operation N times, and the number of ports is increased by

Re: should help-hurd be listed as the primary mail list for hurd hacking help?

2004-02-20 Thread Marcus Brinkmann
At Sun, 6 May 2001 07:11:19 -0700, Jim Franklin wrote: Hi folks, Should help-hurd be emphasized as the primary hurd hacking help (say that three times fast!) mailing list at the hurd.gnu.org website? It seems that bug-hurd is acting in that capacity at this time. Either approach is

Re: If QNX is successful, why NOT GNU Microkernels

2004-01-27 Thread Marcus Brinkmann
, please say it out loud. Thanks, Marcus -- `Rhubarb is no Egyptian god.' GNU http://www.gnu.org[EMAIL PROTECTED] Marcus Brinkmann The Hurd http://www.gnu.org/software/hurd/ [EMAIL PROTECTED] http://www.marcus-brinkmann.de/ ___ Help

Re: If QNX is successful, why NOT GNU Microkernels

2004-01-23 Thread Marcus Brinkmann
On Thu, Jan 22, 2004 at 05:23:20AM +0100, Olivier Galibert wrote: On Thu, Jan 22, 2004 at 01:10:43AM +0100, Marcus Brinkmann wrote: You have to put it into the perspective of OS design history. The success of Mach is to show that splitting up a kernel in a generic core part and a specific

Re: If QNX is successful, why NOT GNU Microkernels

2004-01-22 Thread Marcus Brinkmann
you to read hour hurd-l4 design docs and tell us in which area we will have intrinsic disadvantages in areas that matter compared with monolithical kernels. Thanks, Marcus -- `Rhubarb is no Egyptian god.' GNU http://www.gnu.org[EMAIL PROTECTED] Marcus Brinkmann The Hurd

Re: If QNX is successful, why NOT GNU Microkernels

2004-01-22 Thread Marcus Brinkmann
, Marcus -- `Rhubarb is no Egyptian god.' GNU http://www.gnu.org[EMAIL PROTECTED] Marcus Brinkmann The Hurd http://www.gnu.org/software/hurd/ [EMAIL PROTECTED] http://www.marcus-brinkmann.de/ ___ Help-hurd mailing list [EMAIL

Re: [OT] help-hurd latency?

2003-09-09 Thread Marcus Brinkmann
is probably still suffering from all that virus scanner spam. Thanks, Marcus -- `Rhubarb is no Egyptian god.' GNU http://www.gnu.org[EMAIL PROTECTED] Marcus Brinkmann The Hurd http://www.gnu.org/software/hurd/ [EMAIL PROTECTED] http://www.marcus-brinkmann.de

Re: remote debugging stubs (neighbourhurds)

2003-09-09 Thread Marcus Brinkmann
On Tue, Sep 09, 2003 at 07:34:11PM +0200, Marco Gerards wrote: Marcus Brinkmann [EMAIL PROTECTED] writes: On Mon, Sep 08, 2003 at 11:10:35PM +0200, Marco Gerards wrote: /hurd/iso9660fs.statis --multi-boot-command yada,yada,yada /hurd/ld.so.1 /hurd/exec bye This is weird

Re: remote debugging stubs

2003-09-08 Thread Marcus Brinkmann
to the first one. Then you can attach gdb to the processes inside the second Hurd. Thanks, Marcus -- `Rhubarb is no Egyptian god.' GNU http://www.gnu.org[EMAIL PROTECTED] Marcus Brinkmann The Hurd http://www.gnu.org/software/hurd/ [EMAIL PROTECTED] http://www.marcus-brinkmann.de

Re: Virtual file systems

2003-09-05 Thread Marcus Brinkmann
, secure, cooler!) and the detailed ones (currently a 40 page document which is still far from being complete), there is no documentation yet, sorry. Thanks, Marcus -- `Rhubarb is no Egyptian god.' GNU http://www.gnu.org[EMAIL PROTECTED] Marcus Brinkmann The Hurd http

Re: static linking and isofs9660

2003-08-31 Thread Marcus Brinkmann
to iso9660fs some time ago I think. Try 'make iso9660fs.static' instead. (what ams suggested) isofs got renamed to iso9660fs. I just made an obvious mistake. Thanks, Marcus -- `Rhubarb is no Egyptian god.' GNU http://www.gnu.org[EMAIL PROTECTED] Marcus Brinkmann The Hurd http

Re: static linking and iso9660fs

2003-08-31 Thread Marcus Brinkmann
-08-31 Marcus Brinkmann [EMAIL PROTECTED] * main.c (diskfs_readonly, diskfs_hard_readonly): Removed. (main): Set diskfs_readonly and diskfs_hard_readonly to one. --- isofs/main.c.~1.7.~ 1970-01-01 01:00:01.0 +0100 +++ isofs/main.c2003-08-31 03:51:22.0 +0200

Re: static linking and isofs9660

2003-08-30 Thread Marcus Brinkmann
, Marcus -- `Rhubarb is no Egyptian god.' GNU http://www.gnu.org[EMAIL PROTECTED] Marcus Brinkmann The Hurd http://www.gnu.org/software/hurd/ [EMAIL PROTECTED] http://www.marcus-brinkmann.de/ ___ Help-hurd mailing list [EMAIL

Re: distribution question

2003-08-23 Thread Marcus Brinkmann
://www.gnu.org[EMAIL PROTECTED] Marcus Brinkmann The Hurd http://www.gnu.org/software/hurd/ [EMAIL PROTECTED] http://www.marcus-brinkmann.de/ ___ Help-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-hurd

Re: first steps in the Hurd code

2003-08-22 Thread Marcus Brinkmann
PROTECTED] Marcus Brinkmann The Hurd http://www.gnu.org/software/hurd/ [EMAIL PROTECTED] http://www.marcus-brinkmann.de/ ___ Help-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-hurd

first steps in the Hurd code

2003-08-21 Thread Marcus Brinkmann
] Marcus Brinkmann The Hurd http://www.gnu.org/software/hurd/ [EMAIL PROTECTED] http://www.marcus-brinkmann.de/ ___ Help-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-hurd

Improving the (web) content (was: Re: Hurd advocacy?

2003-08-21 Thread Marcus Brinkmann
http://www.gnu.org[EMAIL PROTECTED] Marcus Brinkmann The Hurd http://www.gnu.org/software/hurd/ [EMAIL PROTECTED] http://www.marcus-brinkmann.de/ ___ Help-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo

ReRe: Improving the (web) content

2003-08-21 Thread Marcus Brinkmann
Writing down the problems that you are experiencing yourself is certainly one of the best ways to get started. Thanks, Marcus -- `Rhubarb is no Egyptian god.' GNU http://www.gnu.org[EMAIL PROTECTED] Marcus Brinkmann The Hurd http://www.gnu.org/software/hurd/ [EMAIL PROTECTED

Re: console weirdness

2003-08-03 Thread Marcus Brinkmann
depending on the clients attached. Thanks, Marcus -- `Rhubarb is no Egyptian god.' GNU http://www.gnu.org[EMAIL PROTECTED] Marcus Brinkmann The Hurd http://www.gnu.org/software/hurd/ [EMAIL PROTECTED] http://www.marcus-brinkmann.de

Re: a simple dmesg

2003-08-03 Thread Marcus Brinkmann
On Sun, Aug 03, 2003 at 02:36:52PM +0100, Bob Ham wrote: On Sun, 2003-08-03 at 09:17, Marcus Brinkmann wrote: On Fri, Aug 01, 2003 at 03:44:17PM +0100, Bob Ham wrote: dmesgd sits on /dev/klog and stores up its output. it also listens to an AF_UNIX socket, /tmp/dmesg-socket. dmesg clients

Re: Why is ENOTSUP == ECANCELED?

2003-06-24 Thread Marcus Brinkmann
collides with the numbers 1 - 118 above. Thanks, Marcus -- `Rhubarb is no Egyptian god.' GNU http://www.gnu.org[EMAIL PROTECTED] Marcus Brinkmann The Hurd http://www.gnu.org/software/hurd/ [EMAIL PROTECTED] http://www.marcus-brinkmann.de

Re: Why is ENOTSUP == ECANCELED?

2003-06-23 Thread Marcus Brinkmann
://www.gnu.org[EMAIL PROTECTED] Marcus Brinkmann The Hurd http://www.gnu.org/software/hurd/ [EMAIL PROTECTED] http://www.marcus-brinkmann.de/ ___ Help-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-hurd

Re: l4 porting

2003-06-22 Thread Marcus Brinkmann
to say much about this yet. Just stick with what other Hurd servers do, and you will be fine. Thanks, Marcus -- `Rhubarb is no Egyptian god.' GNU http://www.gnu.org[EMAIL PROTECTED] Marcus Brinkmann The Hurd http://www.gnu.org/software/hurd/ [EMAIL PROTECTED] http://www.marcus

Re: memory limit and swap

2003-06-21 Thread Marcus Brinkmann
, to my question: Does this limit also apply to swap? No. it's only for physical memory. I am not aware of any limit for swap, so 2gb should be fine. Thanks, Marcus -- `Rhubarb is no Egyptian god.' GNU http://www.gnu.org[EMAIL PROTECTED] Marcus Brinkmann The Hurd http

Re: Grep --directories option

2003-06-01 Thread Marcus Brinkmann
if this diagnostic is generated. That would be good, I think. Thanks, Marcus -- `Rhubarb is no Egyptian god.' GNU http://www.gnu.org[EMAIL PROTECTED] Marcus Brinkmann The Hurd http://www.gnu.org/software/hurd/ [EMAIL PROTECTED] http://www.marcus-brinkmann.de

Re: Grep --directories option

2003-06-01 Thread Marcus Brinkmann
.' GNU http://www.gnu.org[EMAIL PROTECTED] Marcus Brinkmann The Hurd http://www.gnu.org/software/hurd/ [EMAIL PROTECTED] http://www.marcus-brinkmann.de/ ___ Help-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo

Re: Grep --directories option

2003-05-30 Thread Marcus Brinkmann
don't know, maybe a mkdir foo; cat foo? Or just using host_os Thanks, Marcus -- `Rhubarb is no Egyptian god.' GNU http://www.gnu.org[EMAIL PROTECTED] Marcus Brinkmann The Hurd http://www.gnu.org/software/hurd/ [EMAIL PROTECTED] http://www.marcus-brinkmann.de

Re: Grep --directories option

2003-05-30 Thread Marcus Brinkmann
-- `Rhubarb is no Egyptian god.' GNU http://www.gnu.org[EMAIL PROTECTED] Marcus Brinkmann The Hurd http://www.gnu.org/software/hurd/ [EMAIL PROTECTED] http://www.marcus-brinkmann.de/ ___ Help-hurd mailing list [EMAIL PROTECTED] http

Re: Running custom base servers

2003-04-02 Thread Marcus Brinkmann
. As I said, you must be a bit careful in implementing it to stay secure, but I would say have a go at it. Thanks, Marcus -- `Rhubarb is no Egyptian god.' GNU http://www.gnu.org[EMAIL PROTECTED] Marcus Brinkmann The Hurd http://www.gnu.org/software/hurd/ [EMAIL PROTECTED] http

Re: Running custom base servers

2003-04-02 Thread Marcus Brinkmann
-- `Rhubarb is no Egyptian god.' GNU http://www.gnu.org[EMAIL PROTECTED] Marcus Brinkmann The Hurd http://www.gnu.org/software/hurd/ [EMAIL PROTECTED] http://www.marcus-brinkmann.de/ ___ Help-hurd mailing list [EMAIL PROTECTED

Re: Development donations

2003-04-02 Thread Marcus Brinkmann
. Thanks, Marcus -- `Rhubarb is no Egyptian god.' GNU http://www.gnu.org[EMAIL PROTECTED] Marcus Brinkmann The Hurd http://www.gnu.org/software/hurd/ [EMAIL PROTECTED] http://www.marcus-brinkmann.de/ ___ Help-hurd mailing list

Re: Debian-Gentoo collaboration on GNU/Hurd ports

2003-03-27 Thread Marcus Brinkmann
in my head (and even there only vaguely). So just start filing reports, and then we can see. Thanks, Marcus -- `Rhubarb is no Egyptian god.' GNU http://www.gnu.org[EMAIL PROTECTED] Marcus Brinkmann The Hurd http://www.gnu.org/software/hurd/ [EMAIL PROTECTED] http://www.marcus

Re: Debian-Gentoo collaboration on GNU/Hurd ports

2003-03-27 Thread Marcus Brinkmann
is no Egyptian god.' GNU http://www.gnu.org[EMAIL PROTECTED] Marcus Brinkmann The Hurd http://www.gnu.org/software/hurd/ [EMAIL PROTECTED] http://www.marcus-brinkmann.de/ ___ Help-hurd mailing list [EMAIL PROTECTED] http

Re: Debian-Gentoo collaboration on GNU/Hurd ports

2003-03-27 Thread Marcus Brinkmann
port of glibc is not modified in the Debian version IIRC (at least not the Hurd specific parts of it). Thanks, Marcus -- `Rhubarb is no Egyptian god.' GNU http://www.gnu.org[EMAIL PROTECTED] Marcus Brinkmann The Hurd http://www.gnu.org/software/hurd/ [EMAIL PROTECTED] http

Re: Debian-Gentoo collaboration on GNU/Hurd ports

2003-03-26 Thread Marcus Brinkmann
should copy and forward them to the Savannah BTS? Savannah is the primary place for bug reports, patches and task items as far as the Hurd is concerned. Thanks, Marcus -- `Rhubarb is no Egyptian god.' GNU http://www.gnu.org[EMAIL PROTECTED] Marcus Brinkmann The Hurd http

Re: Translated Hurd-Install-Guide

2003-03-02 Thread Marcus Brinkmann
. It's often harmless. Thanks, Marcus -- `Rhubarb is no Egyptian god.' GNU http://www.gnu.org[EMAIL PROTECTED] Marcus Brinkmann The Hurd http://www.gnu.org/software/hurd/ [EMAIL PROTECTED] http://www.marcus-brinkmann.de/ ___ Help

Re: Translated Hurd-Install-Guide

2003-02-27 Thread Marcus Brinkmann
://www.gnu.org[EMAIL PROTECTED] Marcus Brinkmann The Hurd http://www.gnu.org/software/hurd/ [EMAIL PROTECTED] http://www.marcus-brinkmann.de/ ___ Help-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-hurd

Re: creating a segfault in a translator (on purpose)

2003-02-05 Thread Marcus Brinkmann
, Marcus -- `Rhubarb is no Egyptian god.' GNU http://www.gnu.org[EMAIL PROTECTED] Marcus Brinkmann The Hurd http://www.gnu.org/software/hurd/ [EMAIL PROTECTED] http://www.marcus-brinkmann.de/ ___ Help-hurd mailing list [EMAIL

Re: creating a segfault in a translator (on purpose)

2003-02-05 Thread Marcus Brinkmann
). Shouldn't native-install refrain from setting 'crash --dump-core' then? I'm looking at native-install from gnu-20020816. Rather, core dumping should be fixed. Thanks, Marcus -- `Rhubarb is no Egyptian god.' GNU http://www.gnu.org[EMAIL PROTECTED] Marcus Brinkmann The Hurd

Re: GNU/Hurd User's Guide

2003-01-30 Thread Marcus Brinkmann
that all the major problems are sorted out already. Thanks, Marcus -- `Rhubarb is no Egyptian god.' GNU http://www.gnu.org[EMAIL PROTECTED] Marcus Brinkmann The Hurd http://www.gnu.org/software/hurd/ [EMAIL PROTECTED] http://www.marcus-brinkmann.de

Re: diskfs_catch_exception

2002-12-09 Thread Marcus Brinkmann
accessing them. Thanks, Marcus -- `Rhubarb is no Egyptian god.' GNU http://www.gnu.org[EMAIL PROTECTED] Marcus Brinkmann The Hurd http://www.gnu.org/software/hurd/ [EMAIL PROTECTED] http://www.marcus-brinkmann.de/ ___ Help-hurd

Re: diskfs_catch_exception

2002-12-09 Thread Marcus Brinkmann
://www.gnu.org[EMAIL PROTECTED] Marcus Brinkmann The Hurd http://www.gnu.org/software/hurd/ [EMAIL PROTECTED] http://www.marcus-brinkmann.de/ ___ Help-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-hurd

Re: About CDROM and floppy

2002-12-06 Thread Marcus Brinkmann
://www.gnu.org[EMAIL PROTECTED] Marcus Brinkmann The Hurd http://www.gnu.org/software/hurd/ [EMAIL PROTECTED] http://www.marcus-brinkmann.de/ ___ Help-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-hurd

Re: Syncfs node locking

2002-12-04 Thread Marcus Brinkmann
On Wed, Dec 04, 2002 at 04:24:17PM +0100, Ludovic Courtès wrote: On Tue, Nov 19, 2002 at 06:16:54PM +0100, Marcus Brinkmann wrote: The problem is that, as specified by the comments in netfs.h for netfs_attempt_lookup (), on successful lookups, the node found must be locked. Therefore

Re: Security question

2002-11-30 Thread Marcus Brinkmann
On Fri, Nov 29, 2002 at 06:14:36PM -0800, Rad wrote: I was wondering where I can find articles concerning the security aspect of GNU Mach? Could you please advise. What aspect do you mean? Marcus -- `Rhubarb is no Egyptian god.' GNU http://www.gnu.org[EMAIL PROTECTED] Marcus

Re: First-time install problems

2002-11-25 Thread Marcus Brinkmann
that right at that time, just file a bug report on savannah. Thanks, Marcus -- `Rhubarb is no Egyptian god.' GNU http://www.gnu.org[EMAIL PROTECTED] Marcus Brinkmann The Hurd http://www.gnu.org/software/hurd/ [EMAIL PROTECTED] http://www.marcus-brinkmann.de

Re: Hurd Hard disk size limits?

2002-11-22 Thread Marcus Brinkmann
. No need to. Everything you can make to work should be ok (ie, everything up to 2 gb). Thanks, Marcus -- `Rhubarb is no Egyptian god.' GNU http://www.gnu.org[EMAIL PROTECTED] Marcus Brinkmann The Hurd http://www.gnu.org/software/hurd/ [EMAIL PROTECTED] http://www.marcus

Re: Syncfs node locking

2002-11-19 Thread Marcus Brinkmann
filesystems, no existing filesystems requires syncing, AFAIK. Thanks, Marcus -- `Rhubarb is no Egyptian god.' GNU http://www.gnu.org[EMAIL PROTECTED] Marcus Brinkmann The Hurd http://www.gnu.org/software/hurd/ [EMAIL PROTECTED] http://www.marcus-brinkmann.de

Re: Memory-mapped files

2002-11-12 Thread Marcus Brinkmann
On Tue, Nov 12, 2002 at 06:21:04PM +0100, Ludovic Courtès wrote: On Tue, Nov 12, 2002 at 01:41:47PM +0100, Marcus Brinkmann wrote: They should fall back to normal read/write if mmap fails. Gcc does not actually fall back to normal read/write. Should we ask them to fix that? I think

Re: Some X libraries have dropped off the radar

2002-11-03 Thread Marcus Brinkmann
, Marcus -- `Rhubarb is no Egyptian god.' GNU http://www.gnu.org[EMAIL PROTECTED] Marcus Brinkmann The Hurd http://www.gnu.org/software/hurd/ [EMAIL PROTECTED] http://www.marcus-brinkmann.de/ ___ Help-hurd mailing list [EMAIL

Re: /servers/socket/2 -- why only one inet socket?

2002-10-14 Thread Marcus Brinkmann
is # settrans -fgap /servers/socket/2 /hurd/pfinet -i eth0 -a ... -i eth1 -a ... Marcus -- `Rhubarb is no Egyptian god.' GNU http://www.gnu.org[EMAIL PROTECTED] Marcus Brinkmann The Hurd http://www.gnu.org/software/hurd/ [EMAIL PROTECTED] http://www.marcus-brinkmann.de

Re: /servers/socket/2 -- why only one inet socket?

2002-10-12 Thread Marcus Brinkmann
On Fri, Oct 11, 2002 at 10:57:22AM +0200, Niels Möller wrote: Marcus Brinkmann [EMAIL PROTECTED] writes: For this, you could probably use a virtual root filesystem that redirects all access to /servers/socket/2 to ~/servers/socket/2 (such tricks can be done [soon?] with shadowfs

Re: Newbies questions

2002-10-11 Thread Marcus Brinkmann
] Marcus Brinkmann The Hurd http://www.gnu.org/software/hurd/ [EMAIL PROTECTED] http://www.marcus-brinkmann.de/ ___ Help-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-hurd

Re: concerning installation of hurd;request from Norway

2002-10-11 Thread Marcus Brinkmann
the Hurd, glibc, and a couple of other programs (gdb, start-stop-daemon in dpkg) are affected. It is just quite cumbersome to update glibc and the Hurd at the same time in this situation. Thanks, Marcus -- `Rhubarb is no Egyptian god.' GNU http://www.gnu.org[EMAIL PROTECTED] Marcus Brinkmann

Re: Success with /dev/{u}random and openssh.

2002-10-11 Thread Marcus Brinkmann
://www.gnu.org[EMAIL PROTECTED] Marcus Brinkmann The Hurd http://www.gnu.org/software/hurd/ [EMAIL PROTECTED] http://www.marcus-brinkmann.de/ ___ Help-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-hurd

Re: Can um-pppd be made to work?

2002-10-10 Thread Marcus Brinkmann
On Thu, Oct 10, 2002 at 06:39:51PM -0400, Clemmitt Sigler wrote: Hi Marcus et al, On Fri, 11 Oct 2002, Marcus Brinkmann wrote: YOu have not tried higher speeds :) At some point you will find out that anything over 480baud doesn't work because the com driver in GNU Mach sucks big time

Re: How best to contribute to the Hurd?

2002-10-10 Thread Marcus Brinkmann
god.' GNU http://www.gnu.org[EMAIL PROTECTED] Marcus Brinkmann The Hurd http://www.gnu.org/software/hurd/ [EMAIL PROTECTED] http://www.marcus-brinkmann.de/ ___ Help-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman

Re: DHCP w/ tarball installs

2002-10-09 Thread Marcus Brinkmann
that ( and in fact I was in single-user mode ). Next time the -cn option will be very useful. Or you could just try to find out why the hell it doesn't work in single user mode and if we can fix that... ;) Marcus -- `Rhubarb is no Egyptian god.' GNU http://www.gnu.org[EMAIL PROTECTED] Marcus

Re: DHCP w/ tarball installs

2002-10-09 Thread Marcus Brinkmann
On Wed, Oct 09, 2002 at 05:13:04AM -0700, Jeff Bailey wrote: On Wed, Oct 09, 2002 at 12:02:04PM +0200, Marcus Brinkmann wrote: Thank for both advices. In fact I've noticed my problems with ping two days ago, when installing the Hurd on a new machine; I set up the network at the same

Re: gnumach aha152x SCSI controller detection.

2002-10-08 Thread Marcus Brinkmann
. Maybe the driver in Mach is just way too old, and it will only work for you with OSKit in GNU Mach 2. Thanks, Marcus -- `Rhubarb is no Egyptian god.' GNU http://www.gnu.org[EMAIL PROTECTED] Marcus Brinkmann The Hurd http://www.gnu.org/software/hurd/ [EMAIL PROTECTED] http

dir_index filesystem feature? (was: Re: installation error

2002-10-07 Thread Marcus Brinkmann
://www.gnu.org[EMAIL PROTECTED] Marcus Brinkmann The Hurd http://www.gnu.org/software/hurd/ [EMAIL PROTECTED] http://www.marcus-brinkmann.de/ ___ Help-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-hurd

Re: dir_index filesystem feature? (was: Re: installation error

2002-10-07 Thread Marcus Brinkmann
are not bitten by this. Thanks, Marcus -- `Rhubarb is no Egyptian god.' GNU http://www.gnu.org[EMAIL PROTECTED] Marcus Brinkmann The Hurd http://www.gnu.org/software/hurd/ [EMAIL PROTECTED] http://www.marcus-brinkmann.de/ ___ Help-hurd

Re: store_set_size (patch)

2002-10-01 Thread Marcus Brinkmann
is no Egyptian god.' GNU http://www.gnu.org[EMAIL PROTECTED] Marcus Brinkmann The Hurd http://www.gnu.org/software/hurd/ [EMAIL PROTECTED] http://www.marcus-brinkmann.de/ ___ Help-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman

Re: store_set_size (patch)

2002-09-28 Thread Marcus Brinkmann
it in. Thanks, Marcus -- `Rhubarb is no Egyptian god.' GNU http://www.gnu.org[EMAIL PROTECTED] Marcus Brinkmann The Hurd http://www.gnu.org/software/hurd/ [EMAIL PROTECTED] http://www.marcus-brinkmann.de/ ___ Help-hurd mailing list [EMAIL

Re: VGA console

2002-09-18 Thread Marcus Brinkmann
the header of the file and the first couple of character bitmaps to avoid copyright issues. I will then take a look at it and decide what to do next. Thanks, Marcus -- `Rhubarb is no Egyptian god.' GNU http://www.gnu.org[EMAIL PROTECTED] Marcus Brinkmann The Hurd http

Re: mboxfs, the mailbox filesystem

2002-06-24 Thread Marcus Brinkmann
I would be surprised if it will give good results. Thanks, Marcus -- `Rhubarb is no Egyptian god.' Debian http://www.debian.org [EMAIL PROTECTED] Marcus Brinkmann GNUhttp://www.gnu.org[EMAIL PROTECTED] [EMAIL PROTECTED] http://www.marcus-brinkmann.de

Re: EPS Hurd logo

2002-06-21 Thread Marcus Brinkmann
, Marcus -- `Rhubarb is no Egyptian god.' Debian http://www.debian.org [EMAIL PROTECTED] Marcus Brinkmann GNUhttp://www.gnu.org[EMAIL PROTECTED] [EMAIL PROTECTED] http://www.marcus-brinkmann.de ___ Help-hurd mailing list [EMAIL

Re: find doesn't work

2002-06-14 Thread Marcus Brinkmann
On Fri, Jun 14, 2002 at 08:15:28PM +0200, Ludovic Courtès wrote: On Fri, Jun 14, 2002 at 08:11:10PM +0200, Marcus Brinkmann wrote: The inode number is not a reliable unique identifier for a file in the system. It should use the st_ino + st_dev field. Only both together uniquely identify

Re: Creating new interfaces for specific servers

2002-06-12 Thread Marcus Brinkmann
[EMAIL PROTECTED] Marcus Brinkmann GNUhttp://www.gnu.org[EMAIL PROTECTED] [EMAIL PROTECTED] http://www.marcus-brinkmann.de ___ Help-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-hurd

Re: io_read() semantics

2002-06-11 Thread Marcus Brinkmann
-- `Rhubarb is no Egyptian god.' Debian http://www.debian.org [EMAIL PROTECTED] Marcus Brinkmann GNUhttp://www.gnu.org[EMAIL PROTECTED] [EMAIL PROTECTED] http://www.marcus-brinkmann.de ___ Help-hurd mailing list [EMAIL PROTECTED

Re: io_read() semantics

2002-06-10 Thread Marcus Brinkmann
. Thanks, Marcus -- `Rhubarb is no Egyptian god.' Debian http://www.debian.org [EMAIL PROTECTED] Marcus Brinkmann GNUhttp://www.gnu.org[EMAIL PROTECTED] [EMAIL PROTECTED] http://www.marcus-brinkmann.de ___ Help-hurd mailing list [EMAIL

Re: find doesn't work

2002-06-10 Thread Marcus Brinkmann
us know what problem you had. doesn't work is not at all illuminating. What did you see? What did you expect to see? I guess find didn't print a message like I don't work on sundays or so :) Thanks, Marcus -- `Rhubarb is no Egyptian god.' Debian http://www.debian.org [EMAIL PROTECTED] Marcus

Re: netfs part of a console server with server-client model

2002-06-02 Thread Marcus Brinkmann
On Sun, Jun 02, 2002 at 01:12:41PM +0200, Wolfgang J?hrling wrote: error_t netfs_attempt_lookup (struct iouser *user, struct node *dir, char *name, struct node **node) { [...] if (strcmp (name, ..) == 0) { /* Parent directory -- if this is the root

Re: netfs part of a console server with server-client model

2002-06-02 Thread Marcus Brinkmann
On Sun, Jun 02, 2002 at 12:54:13PM -0700, Thomas Bushnell, BSG wrote: Marcus Brinkmann [EMAIL PROTECTED] writes: There are several such places where an error is returned instead failing with an assertion. Mmmh. It doesn't matter too much either way. EAGAIN here is not an error at all

Re: Running several instances of an fs server...

2002-05-25 Thread Marcus Brinkmann
the same, but note that this will not guarantee that the read-only filesystem won't be confused about the changes it sees in the underlying store (as it doesn't expect it to change). Thanks, Marcus -- `Rhubarb is no Egyptian god.' Debian http://www.debian.org [EMAIL PROTECTED] Marcus Brinkmann

Re: Running several instances of an fs server...

2002-05-25 Thread Marcus Brinkmann
] Marcus Brinkmann GNUhttp://www.gnu.org[EMAIL PROTECTED] [EMAIL PROTECTED] http://www.marcus-brinkmann.de ___ Help-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-hurd

Re: mail problem

2002-05-24 Thread Marcus Brinkmann
on the spam problem, and hopefull in a few weeks the problem will not occur anymore. Thanks, Marcus -- `Rhubarb is no Egyptian god.' Debian http://www.debian.org [EMAIL PROTECTED] Marcus Brinkmann GNUhttp://www.gnu.org[EMAIL PROTECTED] [EMAIL PROTECTED] http://www.marcus

Re: Hurd FS hierarchy (was Re: LD_LIBRARY_PATH troubles)

2002-05-23 Thread Marcus Brinkmann
On Thu, May 23, 2002 at 09:24:57AM -0700, Thomas Bushnell, BSG wrote: Jeroen Dekkers [EMAIL PROTECTED] writes: Could you point me to an article or interview in which RMS says the GNU/Hurd system instead of the GNU system? He has himself said that both are perfectly appropriate. Marcus

Re: The Hurd Users Guide

2002-05-22 Thread Marcus Brinkmann
On Wed, May 22, 2002 at 11:45:19AM -0400, Matthew Grant wrote: Hi folks, I have started a draft of the Hurd's Users guide. I have gathered alot of info and have been using the Hurd since the F releases(not very long). I am really excited about writing this. Cool, that sounds like a great

Re: Hurd FS hierarchy (was Re: LD_LIBRARY_PATH troubles)

2002-05-21 Thread Marcus Brinkmann
or take) likes best is the right way to go. I think we should just say GNU/Hurd, for political reasons if none other. I think it will make it easier to get the document adopted. I agree. Marcus -- `Rhubarb is no Egyptian god.' Debian http://www.debian.org [EMAIL PROTECTED] Marcus

Re: Hurd FS hierarchy (was Re: LD_LIBRARY_PATH troubles)

2002-05-21 Thread Marcus Brinkmann
On Tue, May 21, 2002 at 06:16:40PM +0200, Alfred M. Szmidt wrote: Then if some nice person can commit this it will be done. Done. Am I nice now? 8-) Thanks, Marcus -- `Rhubarb is no Egyptian god.' Debian http://www.debian.org [EMAIL PROTECTED] Marcus Brinkmann GNUhttp

Re: preferred order of owner, group, author in GNU/Hurd ls -l output?

2002-05-19 Thread Marcus Brinkmann
it makes sense to put the info in a particular order. I hope I was of help. Maybe Thomas can fill in any missing details about the author field. Thanks, Marcus -- `Rhubarb is no Egyptian god.' Debian http://www.debian.org [EMAIL PROTECTED] Marcus Brinkmann GNUhttp://www.gnu.org

Re: /dev/klog for oskit-mach?

2002-05-18 Thread Marcus Brinkmann
is going on by compiling cat with debugging symbols and then run gdb to see what is actually happening. You might need some libraries with debugging symbols to. Are you sure it should work with oskit-mach? Marcus -- `Rhubarb is no Egyptian god.' Debian http://www.debian.org [EMAIL PROTECTED] Marcus

Re: MiG intran/destructor functions

2002-05-14 Thread Marcus Brinkmann
Marcus -- `Rhubarb is no Egyptian god.' Debian http://www.debian.org [EMAIL PROTECTED] Marcus Brinkmann GNUhttp://www.gnu.org[EMAIL PROTECTED] [EMAIL PROTECTED] http://www.marcus-brinkmann.de ___ Help-hurd mailing list [EMAIL

Re: reboot/halt fails to unmount /stop filesystem translators?

2002-05-12 Thread Marcus Brinkmann
mode, login, reboot. If it was clean and then becomes untidy, there is a bug. Thanks, Marcus -- `Rhubarb is no Egyptian god.' Debian http://www.debian.org [EMAIL PROTECTED] Marcus Brinkmann GNUhttp://www.gnu.org[EMAIL PROTECTED] [EMAIL PROTECTED] http://www.marcus-brinkmann.de

Re: Hurd FS hierarchy (was Re: LD_LIBRARY_PATH troubles)

2002-05-12 Thread Marcus Brinkmann
the only server ports used are: CRASH, EXEC, PASSWORD, SOCKET/PF_LOCAL, SOCKET_PFINET If we specify this in the standard, I hope we get to adapt this to the reality when Hurd development changes. Thanks, Marcus -- `Rhubarb is no Egyptian god.' Debian http://www.debian.org [EMAIL PROTECTED] Marcus

Re: Hurd FS hierarchy (was Re: LD_LIBRARY_PATH troubles)

2002-05-12 Thread Marcus Brinkmann
PROTECTED] Marcus Brinkmann GNUhttp://www.gnu.org[EMAIL PROTECTED] [EMAIL PROTECTED] http://www.marcus-brinkmann.de ___ Help-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-hurd

Re: Hard Disk Problem

2002-04-28 Thread Marcus Brinkmann
On Sat, Apr 27, 2002 at 10:49:28AM -0700, Marc Gr?goire wrote: start /hurd/ext2fs.static: hd04: bad access: block=28, count=2, blockend=30, nr_sects2 end_request: I/O error, dev 03:04, sector 28 I assume that it still boots and works fine? Most of us should see this message from gnumach, it

Re: Interrupt processing, drivers, processes?

2002-04-23 Thread Marcus Brinkmann
of you hoping that could be taken literally :-)? Well, yes, that is the whole point of having the drivers in user space :) Thanks, Marcus -- `Rhubarb is no Egyptian god.' Debian http://www.debian.org [EMAIL PROTECTED] Marcus Brinkmann GNUhttp://www.gnu.org[EMAIL PROTECTED

Re: More background doc

2002-04-23 Thread Marcus Brinkmann
and my talk that is sitting there and explains some of the design concepts in the Hurd, then you should read them now. Thanks, Marcus -- `Rhubarb is no Egyptian god.' Debian http://www.debian.org [EMAIL PROTECTED] Marcus Brinkmann GNUhttp://www.gnu.org[EMAIL PROTECTED] [EMAIL

Re: Problems with the pager of fatfs

2002-04-23 Thread Marcus Brinkmann
On Tue, Apr 23, 2002 at 06:38:44PM +0200, Ludovic Courtès wrote: On Mon, Apr 22, 2002 at 12:59:47PM +0200, Marcus Brinkmann wrote: On Mon, Apr 22, 2002 at 10:30:30AM +0200, Ludovic Courtès wrote: I got the same kind of problem. First of all, I think you should not compile

Re: Improving Hurd

2002-04-22 Thread Marcus Brinkmann
On Mon, Apr 22, 2002 at 12:16:19PM +0200, Jan Atle Ramsli wrote: Marcus Brinkmann wrote: On Sun, Apr 21, 2002 at 04:31:15PM +0200, Jan Atle Ramsli wrote: I do not want to hijack the Hurd for my own dark purposes. I am 42 years old, I am not looking impress the girls. Hey

Re: mach kernel boot messages pfinet configuration

2002-04-22 Thread Marcus Brinkmann
On Mon, Apr 22, 2002 at 04:17:29AM -0700, Grant Bowman wrote: I'm also having a problem -getting- the text of the kernel dmesg cat /dev/klog /tmp/file and press ^C after a couple of seconds. Marcus -- `Rhubarb is no Egyptian god.' Debian http://www.debian.org [EMAIL PROTECTED] Marcus

  1   2   3   >