From: <ia...@cu...> - 2001-02-07 14:38:21
|
Matthew, Thanks for your help. I have tried that and as far as I can see it is not mounting the drive properly. Is there a boot log I can look at to see what it does (it just flashes past at boot)? When booting I get the message: Network package loading was enabled PKGSRC: Network I assume it is both Network and Fixed enabled and not just network? If I mount the drive manually mount -t ntfs /dev/hda1 /fixed I can access it fine (read only anyway). I am assuming the packages are not being added because all I see in /usr/bin is sendip (would expect to see all the packages available here). Does the pkglist file need to contain only the packages I have on my hard disk, or will it skip ones it can't find? Also, one last thing, the first time I booted it asked if I would like to load packages from a floppy, I said no, now it does not ask me anymore. Can I enable this option again? Thanks, Ian On Tue, 06 February 2001, Matthew Franz wrote: > > > I have just started using Trinux and am having trouble controlling > > which packages it loads. > > I'm not sure if I've updated the documentation yet (this and getting samba > working are about the only thing holding up the final 0.80 release) > > > > > When using version 0.80 I am unable to load any packages from either > > fixed disk or floppy. I have the IDE and NTFS drivers (Its an NTFS > > hard drive) but cannot find out how to force Trinux to look on the > > drives for packages. I have added the packages to pkglist but this > > does not seem to help. > > create a /trinux folder on the root of the hard drive (preferably your > first drive/partition, although it should matter) -- you should see > trinux going through all filesystems it finds (and can mount) looking for > a trinux directory and a specific package > > from linuxrc: > > for i in `cat /etc/tux/config/fstab` > do > cd / > part=`echo $i | cut -d: -f1` > fstype=`echo $i | cut -d: -f2` > > echo "Checking $part ($fstype) for Trinux packages" > > if mount -o ro -t $fstype /dev/$part $part > then > cd $part > > if [ -f trinux/baselib.tgz ] > then > echo "Packages found on $part: loading..." > > > > > When using versionb 0.70 I can load packages from floppy OK, but again > > not from the hard disk. I have tried adding fixed to the tux/options > > directory, but this does not seem to work. This version does not have > > a pkglist at all (but loads packages from floppy fine). > > > > Do both versions work the same way? I assume it is best to use version 0.80 if possible. > > > > No, use .80 > > > > Thanks, Ian > > > > Let me know if you have any more problems. > > -mdf > > ------------------------------------- > Matthew Franz mf...@ci... > Security Research Engineer > Security Technologies Assessment Team > > > > _______________________________________________ > Trinux-talk mailing list > Tri...@li... > http://lists.sourceforge.net/lists/listinfo/trinux-talk |