Displaying 2 results from an estimated 2 matches for "smeagol".
Did you mean:
seago
2003 Apr 22
1
make installworld Error code 64
...pgrade my
system from FreeBSD RELEASE 4.7 to "STABLE"
This is my first post to this list so please be gentle : )
I followed
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html
But when I get to "21.4.9 Install the New System Binaries" This happens:
root@smeagol /usr/src # make installworld
mkdir -p /tmp/install.16560
for prog in [ awk cap_mkdb cat chflags chmod chown date echo egrep find
grep ln make makewhatis mkdir mtree mv perl pwd_mkdb rm sed sh sysctl test
true uname wc zic; do cp `which $prog` /tmp/install.16560; done
usage: cp [-R [-H | -L | -...
2004 Dec 29
0
[Fwd: mounting as a regular user]
Thank you for the reply Joe.
Which smb.conf files would you want to see? I am trying to mount shares
from 2 FreeBSD, 1 RH9 (linux) and 2 Windows servers to a directory
structure on my system. To give an idea my mount script is as follows
(with some info removed):
# Smeagol (FreeBSD Domain Controler/Profile Server)
#
mount -t smbfs -o username=$user,password=$pass,ro //smeagol/home-dir$
/backup/smb-mounts/smeagol/home-dir
mount -t smbfs -o username=$user,password=$pass,ro
//smeagol/samba-shares$ /backup/smb-mounts/smeagol/samba-shares
#
# Aragorn (FreeBSD Dev Server...