We get it - no one likes a content blocker. Take one extra minute and find out why we block content.
Not exactly the question you had in mind?
Sign up for an EE membership and get your own personalized solution. With an EE membership, you can ask unlimited troubleshooting, research, or opinion questions.
Under which user's credentials does the application in question run i.e. are you talking about a web server (apache) mysql (mysql) etc.?
woolmilkporc
>> error is not a disk space issue actually <<
Maybe disk quotas? Issue "quota" to check.
seaquesttr
ASKER
Disk quotas are not enabled.
Error is system wide. I see the error during installination of a rpm as root, during squid operation as squid and tomcat-apache operation as apache.
# ulimit -a
core file size (blocks, -c) 0
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 0
file size (blocks, -f) unlimited
pending signals (-i) 137215
max locked memory (kbytes, -l) 32
max memory size (kbytes, -m) unlimited
open files (-n) 1024
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
real-time priority (-r) 0
stack size (kbytes, -s) 10240
cpu time (seconds, -t) unlimited
max user processes (-u) 137215
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited
Where can I see current used values of each of the ulimit value? (the ones with some limits)
This is the best money I have ever spent. I cannot not tell you how many times these folks have saved my bacon. I learn so much from the contributors.
rwheeler23
arnold
do you have any other error messages in /var/log/squid/access.log store.log /var/log/messages /var/log/audit/audit.log?
lsof -u <username> | wc -l
will produce a count of all open files by username (note pipes, etc are counted as files)
remove the -u <username> and you'll get a system wide total.
Which applications do you run as root when you get these messages?
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.
Not exactly the question you had in mind?
Sign up for an EE membership and get your own personalized solution. With an EE membership, you can ask unlimited troubleshooting, research, or opinion questions.