Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: Hoay Fern on September 12, 2001, 11:38:05 AM
-
Hi,
i have save the file pam_auth.tar.gz into my 1.44MB diskette
then i go to my E-Smith server and type the command :
mount /dev/fd0 -t vfat /mnt/floppy
then i try
ls /mnt/floppy
but the error:
ls : floppy : No such file or directory
cdrom floppy
after that i try the command:
tar /zxvf pam_auth.tar.gz
i got the another error:
tar (child) : pam_auth.tar.gz cannot open : no such file/directory
tar(child) : Error is not recoverable:existing now
tar(child) : returned status 2
tar(child) : Error exist delayed from previous errors
i cant untar it to directory /usr/local/pam_auth
pls assists
hoay fern
-
Hi,
I assume pam_auth.tar.gz can be downloaded on the internet.
So just create a temp dir (like /temp)
mkdir temp
cd temp
wget http://blablabla/pam_auth.tar.gz
tar -xzvf pam_auth.tar.gz
Hope this helps !
-
Hello,
When i want to mount floppy on e-smith server i just do that...:
mount /mnt/floppy
cp /mnt/floppy/X /tmp/ ( where X is the name of the file and /tmp/ the path of the directory where i want to copy the file
tar -xvzf *****.tar.gz ( just to untar and ungzip the file and after i feel as if you know what you whant to do).
It work on my e-smith server then i feel it will work on your server too.
NeL
-
hi WXP and Nel.
thanks for your help
can i ask whether did both of u ever setup user autentication for the SQUID proxy in E-Smith b4 ?
pls assist
thanks
hoay fern
-
I didnt but a guy i know made a contrib which does it very well
just give it a shot.
http://perso.wanadoo.fr/mcas/fetchmail.html
And there you can find
Squid Configurator with ipchains to block NAT
Hope this is what you want. Dont forget to thanx this guy if it worked !
See you
-
hi WXP,
thanks for your recommenadtion
thanks
hoay fern
-
no problemo
-
hi,
thanks again
hoay fern