[9fans] PCMCIA Ethernet

2008-09-16 Thread Brian L. Stuart
Is anyone currently successfully using a pcmcia ethernet card? The last time I tried to do this, I came to the conclusion that I would need to sacrifice a chicken to get it to work, and I ended up moving on to something else. But I'm back to trying this. I've tried with several versions of the 3

[9fans] Hotel at athens airport for 11/1

2008-09-16 Thread Noah Evans
Is anybody taking an early flight out of Athens on the morning of 11/2? If so, would you be interested in splitting a hotel at athens airport(160 euros for two single beds) for the night of the 1st? Noah

Re: [9fans] feeding factotum on boot

2008-09-16 Thread Robert Raschke
On Tue, Sep 16, 2008 at 2:54 PM, Yaroslav <[EMAIL PROTECTED]> wrote: > A question: how to feed a private (SSH host) key(s) to eve's factotum > during the boot? > The first what comes up to my mind is to save the key somewhere on > fileserver, then to feed it to factotum from cpurc. > Feel there sho

Re: [9fans] feeding factotum on boot

2008-09-16 Thread erik quanstrom
> A question: how to feed a private (SSH host) key(s) to eve's factotum > during the boot? > The first what comes up to my mind is to save the key somewhere on > fileserver, then to feed it to factotum from cpurc. > Feel there should be other way... > > P.S. Cpu, auth, fs and secstore are all the

[9fans] feeding factotum on boot

2008-09-16 Thread Yaroslav
A question: how to feed a private (SSH host) key(s) to eve's factotum during the boot? The first what comes up to my mind is to save the key somewhere on fileserver, then to feed it to factotum from cpurc. Feel there should be other way... P.S. Cpu, auth, fs and secstore are all the same machine.

Re: [9fans] compiling u9fs on IBM AIX

2008-09-16 Thread Yaroslav
2008/9/16 C H Forsyth <[EMAIL PROTECTED]>: > how does u9fs depend on that option? > that seems odd to me. It just doesn't compile... It doesn't like enum of 9P message types in fcall.h: $ make cc -g -I. -c authnone.c "./fcall.h", line 122.17: 1506-243 (S) Value of enumeration constant mus

Re: [9fans] compiling u9fs on IBM AIX

2008-09-16 Thread C H Forsyth
how does u9fs depend on that option? that seems odd to me.--- Begin Message --- Just to save on the list: to compile u9fs on IBM AIX add "-qenum=small" to CFLAGS in the makefile. It's of their compiler. More info at http://www.navo.hpc.mil/usersupport/IBM/XLC/compiler/ref/ruoptenu.htm . Yarek.--- 

[9fans] compiling u9fs on IBM AIX

2008-09-16 Thread Yaroslav
Just to save on the list: to compile u9fs on IBM AIX add "-qenum=small" to CFLAGS in the makefile. It's of their compiler. More info at http://www.navo.hpc.mil/usersupport/IBM/XLC/compiler/ref/ruoptenu.htm . Yarek.