Re: Trying to compile Epic

2000-09-30 Thread Frederico S. Muñoz
"Adam J. Farrell" <[EMAIL PROTECTED]> writes: > Igor created a patch for Epic4-2000 a while back for myself. I believe the > patch is available at ftp://ftp.unixpower.org/pub/hurd and > ftp://ftp.stampede.org/incoming/skate111. I don't know, but if it is not > email > me back, and i'll email

Re: Trying to compile Epic

2000-09-30 Thread Frederico S. Muñoz
Igor Khavkine <[EMAIL PROTECTED]> writes: > On Sat, Sep 30, 2000 at 08:40:53PM +, Frederico S. Muñoz wrote: > > > > Hello all, > > > > I'm trying to compile Epic (partly because I think that GNU/Hurd would > > benefict from having an IRC client, and I'm partial to Epic - instead > > of Bitch

Re: Trying to compile Epic

2000-09-30 Thread Adam J. Farrell
Igor Khavkine wrote: > On Sat, Sep 30, 2000 at 08:40:53PM +, Frederico S. Muñoz wrote: > > > > Hello all, > > > > I'm trying to compile Epic (partly because I think that GNU/Hurd would > > benefict from having an IRC client, and I'm partial to Epic - instead > > of BitchX, for example, altough

Re: Trying to compile Epic

2000-09-30 Thread Igor Khavkine
On Sat, Sep 30, 2000 at 08:40:53PM +, Frederico S. Muñoz wrote: > > Hello all, > > I'm trying to compile Epic (partly because I think that GNU/Hurd would > benefict from having an IRC client, and I'm partial to Epic - instead > of BitchX, for example, altough I would really like to have a non

Re: I've got it! (Re: oskit-mach)

2000-09-30 Thread Igor Khavkine
On Sat, Sep 30, 2000 at 09:41:55PM -0400, Roland McGrath wrote: > > The reboot comes from a `panic' call from the `free_for_oskit' routine > > in [gnumach]/oskit/osenv_mem.c. Here's that piece of code: > > Interesting. Can you show me the stack trace? The oskit panic routine > should print out a

Re: modems should work now (who was going to work on ppp?)

2000-09-30 Thread Steve Bowman
On Sat, Sep 30, 2000 at 06:51:37PM -0700, Steve Bowman wrote: > On Sun, Oct 01, 2000 at 03:42:55AM +0200, Marcus Brinkmann wrote: > > [snip] > > > > This was all discussed awhile ago on this list in various threads, and > > several people made summaries. > > Whenabouts in the archive should I loo

Re: Support for 2 network interfaces, please test!

2000-09-30 Thread Me
--- Marcus Brinkmann <[EMAIL PROTECTED]> wrote: This is kewl, i'll try it. what would be required to use the HURD as a router? James Morrison > Hi, > > I hacked together support for two network > interfaces. Please test it, if you > can. If you have two network cards recognized by GNU > Mach, t

Re: modems should work now (who was going to work on ppp?)

2000-09-30 Thread Steve Bowman
On Sun, Oct 01, 2000 at 03:42:55AM +0200, Marcus Brinkmann wrote: > Hi, > > I hate do write this mail, because I have to discourage someone who actually > sat down and made some code! Not so much yet, I just started looking at it yesterday morning. > > On Sat, Sep 30, 2000 at 06:24:49PM -0700,

Re: modems should work now (who was going to work on ppp?)

2000-09-30 Thread Marcus Brinkmann
Doh. On Sun, Oct 01, 2000 at 03:42:55AM +0200, Marcus Brinkmann wrote: > > So far, I've got the ppp network interface device mostly wired into > > gnumach (slip, too). I've got a few critical pieces ifdef'd out so I > > can see if I've got the build flags and dependencies mostly worked out > > wh

Trying to compile Epic

2000-09-30 Thread Frederico S. Muñoz
Hello all, I'm trying to compile Epic (partly because I think that GNU/Hurd would benefict from having an IRC client, and I'm partial to Epic - instead of BitchX, for example, altough I would really like to have a non-X IRC client that was GPLed). Two issues arised: 1: The MAXPATHLEN/PATHMAX iss

Trying to compile epic

2000-09-30 Thread Frederico S. Muñoz
Hello all, I'm trying to compile Epic (partly because I think that GNU/Hurd would benefict from having an IRC client, and I'm partial to Epic - instead of BitchX, for example, altough I would really like to have a non-X IRC client that was GPLed). Two issues arised: 1: The MAXPATHLEN/PATHMAX i

Re: modems should work now (who was going to work on ppp?)

2000-09-30 Thread Steve Bowman
On Sat, Sep 30, 2000 at 09:27:19PM -0400, Roland McGrath wrote: > > So far, I've got the ppp network interface device mostly wired into > > gnumach (slip, too). > > This is an entirely wrong approach that is just not likely to get you very > far towards something useful for the Hurd. There is n

Re: modems should work now (who was going to work on ppp?)

2000-09-30 Thread Marcus Brinkmann
Hi, I hate do write this mail, because I have to discourage someone who actually sat down and made some code! On Sat, Sep 30, 2000 at 06:24:49PM -0700, Steve Bowman wrote: > Well, I'm not sure about volunteering to take the lead on this, but I > have started working on it. It's going to take awh

Re: I've got it! (Re: oskit-mach)

2000-09-30 Thread Roland McGrath
> The reboot comes from a `panic' call from the `free_for_oskit' routine > in [gnumach]/oskit/osenv_mem.c. Here's that piece of code: Interesting. Can you show me the stack trace? The oskit panic routine should print out a stack trace. You can feed the addresses to addr2line to get the function

Support for 2 network interfaces, please test!

2000-09-30 Thread Marcus Brinkmann
Hi, I hacked together support for two network interfaces. Please test it, if you can. If you have two network cards recognized by GNU Mach, try this out and let me know if you can set addresses for both cards, and ping to and fro both networks. Please try also with and without default gateway )and

Re: modems should work now (who was going to work on ppp?)

2000-09-30 Thread Roland McGrath
> So far, I've got the ppp network interface device mostly wired into > gnumach (slip, too). This is an entirely wrong approach that is just not likely to get you very far towards something useful for the Hurd. There is nothing the kernel should have to do with it.

Re: modems should work now (who was going to work on ppp?)

2000-09-30 Thread Steve Bowman
On Fri, Sep 29, 2000 at 08:14:48PM +0200, Marcus Brinkmann wrote: > > [snip] > > So, who was going to work on PPP? Well, I'm not sure about volunteering to take the lead on this, but I have started working on it. It's going to take awhile so be patient. I may come back to the list a few times f

I've got it! (Re: oskit-mach)

2000-09-30 Thread Igor Khavkine
Finally, I've been able to find the source of my mysterious reboots when booting oskit-mach. The reboot comes from a `panic' call from the `free_for_oskit' routine in [gnumach]/oskit/osenv_mem.c. Here's that piece of code: --- snip --- if (in_oskit_interrupt) { /* oy */

file permissions in latest tarball

2000-09-30 Thread Tom Cato Amundsen
Marcus, earlier this week I downloaded the latest tarball and lots of files and directories have the group id set to 1000, so forexample /info and 5-7 other toplevel directories has that group. Also X did complain about stange file owners. (yes, I did unpack using the --same-owner and zxvpf options

Re: hurd upgrade

2000-09-30 Thread Marcus Brinkmann
On Sat, Sep 30, 2000 at 06:51:48PM +0200, Magnus Holmgren wrote: > Hi I installed the apt package from alpha.gnu.org. > And ran 'apt-get update' and 'apt-get upgrade' > When it's about to install the hurd package (000921) > I get an conflict error: > "shellutils conflicts with login (<< 19990827-1)

hurd upgrade

2000-09-30 Thread Magnus Holmgren
Hi I installed the apt package from alpha.gnu.org. And ran 'apt-get update' and 'apt-get upgrade' When it's about to install the hurd package (000921) I get an conflict error: "shellutils conflicts with login (<< 19990827-1)" "hurd provides login and is to be installed" "conflicting packages - not

Fwd: Re: modems should work now (who was going to work on ppp?)

2000-09-30 Thread Daniel E. Baumann
I am resending this message as I am not sure that it made it to the list because I had exim using a different smart host when I was on the campus network and then I dialed up from home and I needed to use my ISPs SMTP server. Dan -- Forwarded Message -- Subject: Re: modems should