hi,

Yep
[root@pimpstation /]# rpcinfo -p
   program vers proto   port
    100000    2   tcp    111  portmapper
    100000    2   udp    111  portmapper
    391002    1   tcp  33192  sgi_fam
    391002    2   tcp  33192  sgi_fam

Keith Conger
On 16 Jun 2001 21:17:55 +0200, Sebastian Dransfeld wrote:
> And you are running portmap?
> 
> root@s186b:~# rpcinfo -p
>    program vers proto   port
>     100000    2   tcp    111  portmapper
>     100000    2   udp    111  portmapper
>     391002    1   tcp   1024  sgi_fam
>     391002    2   tcp   1024  sgi_fam
> 
> seb
> 
> On 16 Jun 2001, Keith Conger wrote:
> 
> > Hi,
> >
> > Thanks for the help but unfortunetly it didn't fix it. The socket is now
> > created in /tmp but I still get the errors when running nautilus:
> >
> > Jun 16 14:58:46 pimpstation fam[9405]: failed to accept new client:
> > Invalid argument
> > Jun 16 14:59:16 pimpstation last message repeated 857779 times
> >
> > Thanks,
> > Keith Conger
> >
> > On 16 Jun 2001 20:26:33 +0200, Sebastian Dransfeld wrote:
> > > xinetd runs with /root/tmp as TMPDIR. fam creates a socket in /root/tmp
> > > which users can't connect to.
> > >
> > > Try this patch on /etc/init.d/xinetd
> > >
> > > seb
> > >
> > > --- xinetd.old  Sat Jun 16 20:25:56 2001
> > > +++ xinetd      Sat Jun 16 04:28:21 2001
> > > @@ -27,7 +27,7 @@
> > >
> > >  start(){
> > >      echo -n "Starting xinetd: "
> > > -    daemon xinetd -reuse -pidfile /var/run/xinetd.pid
> > > +    TMPDIR="/tmp" daemon xinetd -reuse -pidfile /var/run/xinetd.pid
> > >      RETVAL=$?
> > >      echo
> > >      touch /var/lock/subsys/xinetd
> > >
> > >
> > >
> > > On 16 Jun 2001, Keith Conger wrote:
> > >
> > > > Hi,
> > > >
> > > > After to upgrading nautilus and installing fam(2mdk), Nautilus freezes
> > > > becuase it can't connect to fam. This is whats in /var/log/messages:
> > > > Jun 16 14:07:55 pimpstation fam[4558]: failed to accept new client:
> > > > Invalid argument
> > > > Jun 16 14:07:55 pimpstation last message repeated 440 times
> > > >
> > > > Any ideas?
> > > >
> > > > Thanks,
> > > > Keith Conger
> > > > On 15 Jun 2001 17:30:42 +0200, Frederic Crozat wrote:
> > > > > --=-=-=
> > > > > Name        : nautilus                     Relocations: (not relocateable)
> > > > > Version     : 1.0.3                             Vendor: MandrakeSoft
> > > > > Release     : 4mdk                          Build Date: Fri Jun 15 17:12:58 
>2001
> > > > > Install date: (not installed)               Build Host: bi.mandrakesoft.com
> > > > > Group       : File tools                    Source RPM: (none)
> > > > > Size        : 9126937                          License: GPL
> > > > > Packager    : Frederic Crozat <[EMAIL PROTECTED]>
> > > > > Summary     : Nautilus is a file manager for the GNOME desktop environment.
> > > > > Description :
> > > > > Nautilus is an excellent file manager for the GNOME desktop environment.
> > > > >
> > > > > --=-=-=
> > > > >
> > > > > * Fri Jun 15 2001 Frederic Crozat <[EMAIL PROTECTED]> 1.0.3-4mdk
> > > > >
> > > > > - Build with fam
> > > > >
> > > > > --
> > > > > http://www.linux-mandrake.com/en/cookerdevel.php3
> > > > >
> > > >
> > > >
> > >
> > >
> > >
> >
> >
> 
> 
> 


Reply via email to