Ahh... It appears that you are booting off of the CD. I am not that lucky. There are different directions for booting of of the CD. Check out the read me file on the CD. Here is the relevant part of the read me. ---------- <snip> but if you're booting from CD, you can't change the syslinux.cfg file. To over-ride the PKGPATH setting from the CD's syslinux.cfg, add the file 'pkgpath.cfg' to your floppy disk. The contents of this file are EXACTLY what you would put after the PKGPATH= line of syslinux.cfg ie: device[:filesystem][,device[:filesystem]]- <snip> ---------------- As I am not doing this, I am not sure if you have to recreate the entire PKGPATH in this file including root and etc..... or you can just add the one package. I suspect you have to add them all.
Hope this helps, Robert >Thanks for your help. There isn't a syslinux.cfg file on my floppy so I >must have missed a step. I'm going to try and create one to see what >happens. Is everything from "default linux append=..." to "debug" on the >same line? Or are the line breaks after "root.lrp", "/dev/ram0", and >"iso9660" correct? > >-Scott > >----- Original Message ----- >From: "Robert Williams" <[EMAIL PROTECTED]> >To: "Scott" <[EMAIL PROTECTED]> >Sent: Thursday, November 08, 2001 4:53 PM >Subject: Re: [Leaf-user] newb help > > >> Hi, You need to be sure that sshd-1 is in your PKGPATH. Mount your floppy. >> >> mount -t msdos /dev/fd0 /mnt for a 14.4 disk >> and edit syslinux.cfg >> >> The PKGPATH is a coma seperated list on *one* line. Just add sshd-1 >> to the end of the list. My syslinux.cfg looks like this (whithout the >> line breaks imposed by email). >> --------------------------------- >> >> display syslinux.dpy >> timeout 0 >> default linux append=load_ramdisk=1 initrd=root.lrp >> initrd_archive=minix ramdisk_size=12288 root=/dev/ram0 >> boot=/dev/fd0,msdos PKGPATH=/dev/hdb:iso9660 >> >LRP=etc,ramlog,local,lynx,nmap,sshd-1,lncurses,libpcap,tcpdump,weblet,vim,mo >dules,dnscache,debug >> ------------------------------------ >> >> Good Luck, Robert >> >> >> >> >> >Thanks for the quick reply. Let me make myself more clear on point 1: >> > >> >I install the sshd and keygen package: >> > mount -t iso9660 /dev/hda /mnt >> > cd /mnt >> > lrpkg -i sshd1 >> > lrpkg -i ssh1-key >> > mkhostkey;cd/;umount /mnt >> >Files and dirs which were created: >> > /etc/ssh/sshd_config, ssh_host_key, ssh_host_key.pub >> > /etc/init.d/ssh >> >In lrcfg when I go to (3)packages or (b)backup I now have: >> > (10)sshd-1, (11)ssh1-key >> >In /var/lib/lrpkg/ sshd-1.* and ssh1-key.* are all there >> > >> >I can back them up with no errors. BUT when I reboot the firewall it's >as >> >if nothing happened. On the floppy there are the backup packages >sshd-1.lrp >> >and ssh1-key.lrp, but they aren't loading. I'm sure I overlooked >something >> >simple, but I haven't found it in the docs yet. Is there a file in which >I >> >must specify to load additional packages from the floppy? Thanks. >> > >> >-Scott >> > >> >----- Original Message ----- >> >From: "Patrick Benson" <[EMAIL PROTECTED]> >> >To: <[EMAIL PROTECTED]> >> >Sent: Thursday, November 08, 2001 1:42 PM >> >Subject: Re: [Leaf-user] newb help >> > >> > >> >> > Scott wrote: >> >> > >> >> > I'm having trouble getting the dachstein CD rc3 to work on my >> >> > network. Everything boots fine but I run into some problems: >> >> > >> >> > 1. I install the sshd1 and ssh1-key packages to allow remote access, >> >> > uncomment the line in inetd.conf, but can't connect after reboot. >> >> > This is because /etc/ssh isn't backed up, nor is /usr/sbin/sshd. >> >> > They're also gone from the backup menu list. What am I missing >here? >> >> >> >> >> >>http://leaf.sourceforge.net/pub/doc/guide/install-eigerstein/eiger-cfg-sshd >. >> >html >> >> >> >> If you issue a "ps ax" command at the prompt look for a line: >> >> >> >> # ps ax >> >> PID Uid Gid State Command >> >> >> >> 1049 root root S /usr/sbin/sshd > > >> >> >> which means that the sshd server is running. At the bottom of this >page >> >> you will find how to use ssh from the CD-ROM: >> >> >> >> >> >>http://leaf.sourceforge.net/devel/cstein/files/LRP-CD/LRP-CD-20001109/LRP-C >D >> >-Readme.txt >> >> >> >> > I appologize in advance if this has been covered in this list, but I >> >> > couldn't find anything searching the archive. In fact, doing a >search >> >> > with just "ssh" at the leaf-users archives only brought up 1 >document, >> >> > unrelated to ssh. >> >> >> >> http://wpkgate.kc.com.my.cpwright.com/lrp/ssh-1.help >> >> http://wpkgate.kc.com.my.cpwright.com/lrp/sshd-1.help >> >> >> >> >> >> -- >> >> Patrick Benson >> >> Stockholm, Sweden >> >> >> >> _______________________________________________ >> >> Leaf-user mailing list >> >> [EMAIL PROTECTED] >> >> https://lists.sourceforge.net/lists/listinfo/leaf-user >> >> >> > >> > >> >_______________________________________________ >> >Leaf-user mailing list >> >[EMAIL PROTECTED] >> >https://lists.sourceforge.net/lists/listinfo/leaf-user >> _______________________________________________ Leaf-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user
