The PPP Saga Continues

2001-05-26 Thread Daniel E Baumann
nothing_done = 0; } if (descriptor_IsSet(&bundle->desc, &wfds)) if (!descriptor_Write(&bundle->desc, bundle, &wfds) && nothing_done) { /* * This is disasterous. The OS has told us that something is * writable, and all our write()s ha

PPP: uu_lock()

2001-05-06 Thread Daniel E Baumann
t;name.full, uu_lockerr(res)); return 0; } return 1; } I think it is returning UU_LOCK_CREAT_ERR, why would it not be able to create the lock file? I was running it as root. Dan -- Daniel E Baumann [EMAIL PROTECTED] Web location: http://www.msoe.

PPP port status

2001-04-23 Thread Daniel E Baumann
even though the proper headers are included. I just recently repartitioned a little and installed the lastest tarball. So any extra guidance and/or help would be much appreciated. Dan -- Daniel E Baumann [EMAIL PROTECTED] Web location: http://www.msoe.edu/~baumannd And if cynics r

Re: PPP Port: Cannot set gateway address

2001-03-06 Thread Daniel E Baumann
On Mon, Mar 05, 2001 at 04:40:48AM +0100, Marcus Brinkmann wrote: > On Sun, Mar 04, 2001 at 08:00:37PM -0600, Daniel E Baumann wrote: > > Well if I try to set it with fsysopts the first time it will tell me: > > > > ./fsysopts: /servers/socket/2: Network is unreachable

Re: PPP Port: Cannot set gateway address

2001-03-04 Thread Daniel E Baumann
On Sun, Mar 04, 2001 at 07:20:42PM -0600, Daniel E Baumann wrote: > On Sun, Mar 04, 2001 at 04:55:02PM -0500, Roland McGrath wrote: > > > Woops. Here is the message from the error () call: > > > > > > ./ppp: /servers/socket/2: --gateway=10.0.0.2: (ipc/mig) server

Re: PPP Port: Cannot set gateway address

2001-03-04 Thread Daniel E Baumann
rno)); and I get: errno = Function not implemented You still want me to try the same thing? Dan -- Daniel E Baumann [EMAIL PROTECTED] Web location: http://www.msoe.edu/~baumannd "Life would be so much easier if we could just look at the source code." -- Dave Olsen A

Re: PPP Port: Cannot set gateway address

2001-03-04 Thread Daniel E Baumann
d Dan -- Daniel E Baumann [EMAIL PROTECTED] Web location: http://www.msoe.edu/~baumannd "Life would be so much easier if we could just look at the source code." -- Dave Olsen And if cynics ridicule freedom, ridicule community...if ``hard nosed realists'' say tha

PPP Port: Cannot set gateway address

2001-03-03 Thread Daniel E Baumann
opt, node_name); error(5, err, "%s: %s", node_name, opt); } I get Error: HURD: Failed to set option --gateway=10.0.0.2 for node /servers/socket/2. It pulls that IP from the config file. Shouldn't ths work? Shouldn't I be able to set the gateway?

PPP port available via SourceForge CVS

2001-01-12 Thread Daniel E Baumann
various socket() ioctl() calls, which Marcus tells me "now it's really done". So soon we will have a working PPP port ;), then I will make a debian package and hopefully HURD life will be a little better for some :). Dan -- Daniel E Baumann [EMAIL PROTECTED] Web location

Re: FreeDevelopers.net needs your help!

2000-12-10 Thread Daniel E Baumann
On Sunday 10 December 2000 14:31, Daniel E Baumann wrote: > Hello all. As some of you may have seen on GNU project home page there is > another project that the FSF has given it's seal of approval to and it's > FreeDevelopers.net (http://www.freedevelopers.net). Here is a litt

FreeDevelopers.net needs your help!

2000-12-10 Thread Daniel E Baumann
gly commited to Free software, the GNU project, and the GPL, I hope that you would consider joining us. We are trying to build a global company and change the software paradigm forever. -- Daniel E Baumann [EMAIL PROTECTED] Web location: http://www.msoe.edu/~baumannd "Life wou

Re: PPP port: setproctitle()?

2000-12-09 Thread Daniel E Baumann
x27;ll > > look in the glibc manual and see if I can figure somehtin' out. > > All setproctitle does is diddle the contents of argv. > The same will work on the Hurd. So basically setproctitle() changes the contents of the name of the program which is the first element in argv.

PPP port: setproctitle()?

2000-12-06 Thread Daniel E Baumann
#x27; out. Dan --------- Daniel E. Baumann E-mail: [EMAIL PROTECTED] (preferred) [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] (caution: dynamic DNS) Web location: http://www.msoe.edu/~baumannd http://www.linuxfrea

Re: PPP port: iface_Create

2000-12-02 Thread Daniel E Baumann
On Saturday 02 December 2000 13:52, Marcus Brinkmann wrote: > On Sat, Dec 02, 2000 at 12:31:27PM -0600, Daniel E Baumann wrote: > > I have writen the function to create an iface startuct in PPP using > > several SIOC* ioctl glibc calls. This is the first time I've used this so

PPP port: iface_Create

2000-12-02 Thread Daniel E Baumann
->ifr_dstaddr)->sin_addr; if (ioctl (s, SIOCGIFNETMASK, &ifr) < 0) addr->mask.s_addr = INADDR_ANY; else addr->mask = ((struct sockaddr_in *)&ifr->ifr_netmask)->sin_addr; addr->bits = bitsinmask(addr->mask); free (ifr); close (s);

PPP port: Code for setting gateway

2000-11-24 Thread Daniel E Baumann
set to %x\n", (unsigned)gateway.s_addr); return result; #else ... Dan Daniel E. Baumann E-mail: [EMAIL PROTECTED] (preferred) [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTE

PPP port: Quick question about file_name_lookup function

2000-11-24 Thread Daniel E Baumann
that it is a tunnel interface also. Dan ------------ Daniel E. Baumann E-mail: [EMAIL PROTECTED] (preferred) [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] (caution: dynamic DNS) Web location: http://www

PPP port: Routing

2000-11-22 Thread Daniel E Baumann
am just wondering exactly how to do that. I know I can use fsysopts, but do I exec a fsysopts command or are there some functions that I can use. Dan Daniel E. Baumann E-mail: [EMAIL PROTECTED] (preferred

Re: cross compilation problems

2000-10-26 Thread Daniel E . Baumann
d.org/pub/people/neal/hurd/minicom.tar.bz2 Thanks I'll have to grab that one :). -------- Daniel E. Baumann E-mail: [EMAIL PROTECTED] (preferred) [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] (caution: dynamic DNS) Web location:

Re: cross compilation problems

2000-10-25 Thread Daniel E . Baumann
Well I tried this: mkdir build; cd build MIG=i386-gnu-mig CC=i386-gnu-gcc LD=i386-gnu-ld ../configure \ --build=i686-pc-linux-gnu --host=i386-pc-gnu --target=i386-pc-gnu \ --prefix=/gnu and I still get problems with /usr/i386-gnu/lib/libutil.so needing libc.so.6 and errors about symbol redefin

Re: cross compilation problems

2000-10-24 Thread Daniel E . Baumann
> It is perfectly fine to cross-compile the hurd, and it should work fine. > It looks like his cross-compiler was not set up right. I just installed the debian package. What else needs to be done? ---- Daniel E. Bau

Re: cross compilation problems

2000-10-24 Thread Daniel E . Baumann
compile all these natively since it should be easier. Thanks, Dan ------------ Daniel E. Baumann E-mail: [EMAIL PROTECTED] (preferred) [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] (caution: dynamic DNS) Web location: http://www.msoe.edu/~baumannd

cross compilation problems

2000-10-24 Thread Daniel E . Baumann
under Linux (Debian of course :) ). Dan ------------ Daniel E. Baumann E-mail: [EMAIL PROTECTED] (preferred) [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] (caution: dynamic DNS) Web l

out-of-line-data clarification

2000-10-10 Thread Daniel E . Baumann
Does out-of-line data refer to the passing of a pointer to some data that is not in the RPC call? Sorry, but I am probably going to be bombarding you guys with tons of questions. Dan Daniel E. Baumann E-mail: [EMAIL

Re: hurd_types.defs help

2000-10-10 Thread Daniel E . Baumann
. Dan ---- Daniel E. Baumann E-mail: [EMAIL PROTECTED] (preferred) [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] (caution: dynamic DNS) Web location: http://www.msoe.edu/~baumannd http://www.linuxfreak.com/~ba

hurd_types.defs help

2000-10-10 Thread Daniel E . Baumann
. Is this the appropriate list for asking programming questions? Dan Daniel E. Baumann E-mail: [EMAIL PROTECTED] (preferred) [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] (caution: dynamic DNS

Re: first shot at tunnel interface for pfinet

2000-10-03 Thread Daniel E. Baumann
nt-Description: Is this the correct way in which PPP will be implemented in the HURD then (that is to say for good)? Or would the libchannel stuff that Roland and others discussed previously be the ideal solution? Should I go with this and add t