balamacab wrote: > open a console, and run > cd /var > du > > ...it will show you the disk use of all the files in the var directo > > Nathan Neben wrote: >> Greetings, >> >> I am running an Endian FW release 1.1rc8 and was using OpenVPN >> successfully >> for many months. >> >> Just recently clients attempting to connect to the VPN are being denied >> access due to authentication errors. >> >> The specific error in the OpenVPN log is: >> >> <username>/66.177.212.59:2893 TLS Auth Error: could not write >> username/password to file: openvpn_2775_1860.tmp >> >> So I went to find out why a file could not be written. Assuming that I >> must >> be out of HDD space somewhere I checked out the Disk Usage report and see >> that: >> >> /dev/hda4 mounted on /var is 100% used. It has 987M of space. >
"du" will provide information in blocks, most Windows users are used to seeing things in megabytes which can be achieved by typing "df -h". When you type either du or df -h you will see a listing of all partitions on the hard drive. To see just the "var" you would do it like this cd /var df -h . notice the "." that tells the define file command to read that paticular file system. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Efw-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/efw-user
