Hi,
I have remove the ip in the root path but that's not better. Here is
exactely what i read on my workstation :

IP-Config: Complete:
  if=eth0, addr=172.30.0.2,mask=255.255.0.0,gw=172.30.0.1,
  host=jack, domain=,nis-domain=(none),
  bootserver=172.30.0.1, rootserver=172.30.0.1, rootpath=
Looking up port of RPC 10003/2 on 172.30.0.1
Looking up port of RPC 10005/1 on 172.30.0.1
nfs: server 172.30.0.1 is not responding.

is it normal that the rootpath is empty ?? Or i have supplied it when using
mknbi-linux.
And it is also in my dhcpd.conf on the server (included below)
I also have ltsp2.09pre4

So where am I wrong ?
-bitlov

rpcinfo -p
   program vers proto   port
    100000    2   tcp    111  portmapper
    100000    2   udp    111  portmapper
    100024    1   udp   1025  status
    100024    1   tcp   1024  status
    100021    1   udp   1027  nlockmgr
    100021    3   udp   1027  nlockmgr
    100003    2   udp   2049  nfs
    100003    2   tcp   2049  nfs
    100005    1   udp    840  mountd
    100005    2   udp    840  mountd
    100005    1   tcp    843  mountd
    100005    2   tcp    843  mountd

dhcpd.conf :
default-lease-time 43200;
max-lease-time 259200;
option broadcast-address      172.30.0.255;
option routers                172.30.0.1;
option domain-name-servers    172.30.0.1;
option domain-name            "sixtrolls.org";
option subnet-mask            255.255.0.0;
shared-network sixtrolls.org {
  subnet 172.30.0.0 netmask 255.255.0.0 {
    range 172.30.0.10 172.30.0.100;
    option broadcast-address 172.30.0.255;
    option routers 172.30.0.1;
  }
}
group   {
  use-host-decl-names       on;
  option log-servers        172.30.0.1;
  option root-path          "/opt/ltsp/i386";
  host jack {
    hardware ethernet     00:D0:09:D2:1E:B8;
    fixed-address         172.30.0.2;
    filename              "/tftpboot/lts/vmlinuz.sis900";
  }
}

----- Original Message -----
> > Bitlov,
> > in your '--rootdir=' option, you can't put the IP address.  the kernel
> > will ignore that.
> >
> > If you need to specify a server different from the dhcp/tftp server,
> > then you need to do
> > it in the 'rootpath' option in dhcpd.conf.
> >
> > And, you need to be using ltsp 2.09pre4 for that to work properly.
> >
> > Jim McQuillan
> > [EMAIL PROTECTED]
> >
> >
> > Bitlov wrote:
> >
> > >Hi,
> > >
> > >My client boot but stucks at the mount of nfs.
> > >It says that it looks at 100003/2 and 100005/1 and then "nfs server not
> > >available".
> > >Or when I look on the server, there is nfsd and mountd on thoose
numbers.
> > >
> > >I have compiled myself the kernel and I made :
> > >mknbi-linux --output=/tftpboot/lts/vmlinuz.sis900 --ipaddres=rom
> > >--rootdir=172.30.0.1:/opt/ltsp/i386 --append="ramdisk_size=1024"
> > >/usr/src/linux/arch/i386/boot/bzImage
> > >
> > >I have installed the last version of ltsp.
> > >
> > >Where is my error ?
> > >
> > >-bitlov
>

 
______________________________________________________________________________
ifrance.com, l'email gratuit le plus complet de l'Internet !
vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP...
http://www.ifrance.com/_reloc/email.emailif



_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.openprojects.net

Reply via email to