/tmp: filesystem full

2007-12-12 Thread Cesar Amaya
Hello list. I have a question related to sendmail mail.local and /tmp filesystem. The issue came out when I started to receive a lot of messages in /var/log/messages about /tmp filesystem is full. This is the log from system messages: # tail /var/log/messages Dec 12 05:48:41 napstats kernel:

Re: /tmp: filesystem full

2007-12-12 Thread Cesar Amaya
Paul Schmehl wrote: --On Wednesday, December 12, 2007 11:55:23 -0600 Cesar Amaya [EMAIL PROTECTED] wrote: But when I run a df -hi it says 0% of capacity is used on /tmp filesystem. napstats# df -hi Filesystem SizeUsed Avail Capacity iusedifree %iused Mounted on /dev/ad4s1a

Re: /tmp: filesystem full

2007-12-12 Thread Cesar Amaya
Robert Huff wrote: Cesar Amaya writes: napstats# fstat | grep /tmp www httpd 1739 15 /tmp 4 -rw--- 0 rw Can you afford to shut down the web server (Apache ?)? Robert Huff Nothing is shown if I shut down

Re: /tmp: filesystem full

2007-12-12 Thread Cesar Amaya
Looks like something, maybe your mail program has a large file open - maybe trying to receive a huge file. Killing the process could get that file closed and either it would be gone or would finally show how much space it is holding. jerry I even restarted the server but the

Re: /tmp: filesystem full

2007-12-12 Thread Cesar Amaya
Apparently someone out there keeps trying to resend that awful huge mail file, so whenever you restart, it gets stuck in that same condition. If you can track down the source of the file, either nuke it or block it. jerry ___

Re: /tmp: filesystem full

2007-12-13 Thread Cesar Amaya
You should add something like this to your sendmail.mc config: define(`confMAX_MESSAGE_SIZE', `2100')dnl ...which will set a maximum message size that your SMTP server is willing to accept. The recommended max size in the RFCs was something like 10 MB, but season to taste. Do I have

Re: /tmp: filesystem full

2007-12-13 Thread Cesar Amaya
I think you want to put it in sendmail.mc and then run the make in /ec/sendmail rather than modify sendmail.cf directly. Do I create the sendmail.mc file from scratch because I don´t have any? I just have a freebsd.mc file. ___

Re: /tmp: filesystem full

2007-12-13 Thread Cesar Amaya
Huh??? Where else would you put it? In /etc/mail/sendmail.cf ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: /tmp: filesystem full

2007-12-13 Thread Cesar Amaya
Be sure to make a backup of /etc/mail/sendmail.cf. Then, should be able to add the line to /etc/mail/freebsd.mc, run make, and copy /ett/mail/freebsd.cf to /etc/mail/sendmail.cf. o.k. it seems it worked, hope don´t get that messages anymore. thank you very much. regards!!!

RAM not recognized

2008-03-03 Thread Cesar Amaya
Hello every one, I have installed FreeBSD-7.0_RELEASE on Dell Power Edge 1950 Quad Core and 4GB of RAM. The problem is that FreeBSD does not recognize all of the RAM. This is part of the dmesg. # dmesg CPU: Intel(R) Xeon(R) CPU E5420 @ 2.50GHz (2496.28-MHz 686-class CPU) Origin =

Re: 16GB AMD Opteron-machine - AMD64 or PAE?

2008-03-14 Thread Cesar Amaya
Ewald Jenisch wrote: Hi, For one of my machines (HP C-class Blade, 2 * AMD Opteron, 16GB RAM) should I go for the i386 or the amd64 Version of FreeBSD 7.0? As far as I've seen kernel and system isn't a problem with the amd64 version, but how about ports? To be specific here's what I'd like to