Koozali.org: home of the SME Server

mount diskette

Hoay Fern

mount diskette
« 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

WXP

Re: mount diskette
« Reply #1 on: September 12, 2001, 05:25:32 PM »
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 !

NeL

Re: mount diskette
« Reply #2 on: September 12, 2001, 05:42:24 PM »
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

Hoay Fern

Re: mount diskette
« Reply #3 on: September 13, 2001, 06:25:41 AM »
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

WXP

Re: mount diskette
« Reply #4 on: September 13, 2001, 10:56:03 PM »
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

Hoay Fern

Re: mount diskette
« Reply #5 on: September 14, 2001, 06:42:32 AM »
hi WXP,

thanks for your recommenadtion

thanks

hoay fern

WXP

Re: mount diskette
« Reply #6 on: September 14, 2001, 10:04:54 AM »
no problemo

Hoay Fern

Re: mount diskette
« Reply #7 on: September 15, 2001, 07:16:03 AM »
hi,

thanks again

hoay fern