Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
10-24-2009, 03:17 PM
|
#1
|
Member
Registered: Oct 2009
Posts: 31
Rep:
|
Cups/lpr returns "Request Entity Too Large"
I just solved the problem on my OpenSuSE 11.1.
lpr was giving me "Request Entity Too Large", with no other indication, what could be wrong. Not even in syslog I found something.
When I straced cupsd I found out, that for some reason, all of my spool directories had been mounted read-only after the last reboot. After remounting them rw printing works again. Hope that helps to somebody with the same problem.
Regards,
didiw
|
|
|
12-15-2013, 09:46 PM
|
#2
|
LQ Newbie
Registered: Dec 2013
Posts: 1
Rep: 
|
Cups/lpr returns "Request Entity Too Large"
This can happen when there is no disk space available for /var
Please run the command
$ df -h
and see if the partition containing /var is not full
Ajayakumar.B.S
|
|
|
12-16-2013, 06:29 AM
|
#3
|
LQ 5k Club
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842
Rep: 
|
Hi
pls mark this post as solved so others doing a search can find it useful
|
|
|
12-16-2013, 06:34 AM
|
#4
|
Moderator
Registered: Aug 2002
Posts: 26,807
|
aus9, FYI this is a 4 year old thread where the OP last activity was 2 years ago.
|
|
|
12-16-2013, 04:14 PM
|
#5
|
LQ 5k Club
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842
Rep: 
|
ahh maybe someone did not see the warning that it was an old post?
thanks for checking
|
|
|
12-09-2021, 08:26 AM
|
#6
|
LQ Newbie
Registered: Dec 2021
Posts: 1
Rep: 
|
Guys,
Recently, I had the same issue.
I executed next 3 steps:
1.- inodes in /var: #df -i /var; inodes in /var were 100% used.
2.- Locate path where inodes are the most: #find . -xdev -type f | cut -d "/" -f 2 | sort | uniq -c | sort -n
3.- #find /var/"path_finded_with_most_inodes_used" d -type f -mtime +7 -exec rm {} \;
NOTE: in my case, I deleted files with 7 or more days of modification time. You can put another value.
NOTE2: /var/"path_finded_with_most_inodes_used" is the output of step 2.
Also, checking in /var/log/cups/error_log is possible see messages like this:
Unable to create "/var/spool/cups/c2880723.N": No space left on device
|
|
|
12-09-2021, 03:17 PM
|
#7
|
Senior Member
Registered: Aug 2016
Posts: 3,345
|
Quote:
Originally Posted by lrneira
Guys,
Recently, I had the same issue.
|
Please be kind to yourself and others. If you have a new problem do not reopen a thread that was originally started 12 years ago and has been deceased for the past 8 years.
It is much better for you to start your own thread since the software has changed dramatically over time.
|
|
|
All times are GMT -5. The time now is 05:00 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|