LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 03-20-2010, 11:11 AM   #1
netpumber
Member
 
Registered: Sep 2007
Location: In My Box
Distribution: Arch Linux
Posts: 423

Rep: Reputation: 33
Call to lnusertemp failed


Hi guys! some minutes later i tried to open my pc and this error poped up saying
Quote:
"Call to lnusertemp failed
(temporary directioies full?) Check your installation"
after startx command.

after this i delete /tmp folder but nothing changed..

So...i logged in as root and run the command df -k and this is the result

Code:
Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/sda2              3937252   3800672         0 100% /
/dev/mapper/slackvg-usr
                      10321208   6536732   3260188  67% /usr
/dev/mapper/slackvg-home
                     288388448  71453112 202285992  27% /home
/dev/sdb1            480719056 250070660 206229196  55% /media/disk
tmpfs                   741916         0    741916   0% /dev/shm
Hmm the / dir is full ... as you can see . What you suggest me to do?

Thanks..
 
Old 03-20-2010, 11:40 AM   #2
smoker
Senior Member
 
Registered: Oct 2004
Distribution: Fedora Core 4, 12, 13, 14, 15, 17
Posts: 2,279

Rep: Reputation: 250Reputation: 250Reputation: 250
as root

Code:
du -ach /var/log
 
Old 03-20-2010, 11:47 AM   #3
netpumber
Member
 
Registered: Sep 2007
Location: In My Box
Distribution: Arch Linux
Posts: 423

Original Poster
Rep: Reputation: 33
Quote:
2.1G total
What you say ? are too much ?
 
Old 03-20-2010, 11:51 AM   #4
smoker
Senior Member
 
Registered: Oct 2004
Distribution: Fedora Core 4, 12, 13, 14, 15, 17
Posts: 2,279

Rep: Reputation: 250Reputation: 250Reputation: 250
So which files were the biggest ? We already know "it's too much"
My total is 9.3 MB

Are you sure /var is on sda2 ?

df -k /var

Last edited by smoker; 03-20-2010 at 11:59 AM.
 
Old 03-20-2010, 12:02 PM   #5
netpumber
Member
 
Registered: Sep 2007
Location: In My Box
Distribution: Arch Linux
Posts: 423

Original Poster
Rep: Reputation: 33
Here are the biggest files
Quote:
1.6M /var/log/packages/kernel-source-2.6.27.31_smp-noarch-2
18M /var/log/packages
1.6M /var/log/removed_packages/kernel-source-2.6.27.7_smp-noarch-1-upgraded-2010-01-25,16:45:57
2.5M /var/log/removed_packages
4.9M /var/log/messages
1.6M /var/log/debug
4.6M /var/log/scripts
1.8M /var/log/httpd/access_log
1.3M /var/log/httpd/error_log
3.0M /var/log/httpd
3.3M /var/log/tor/tor.log
3.3M /var/log/tor
2.1G /var/log/syslog
 
Old 03-20-2010, 12:16 PM   #6
smoker
Senior Member
 
Registered: Oct 2004
Distribution: Fedora Core 4, 12, 13, 14, 15, 17
Posts: 2,279

Rep: Reputation: 250Reputation: 250Reputation: 250
I suggest you

Code:
tail /var/log/syslog
and see why it's so big.

When you know whats causing it, check the permissions of /var/log/syslog and then delete it.
Create a new one with
Code:
touch /var/log/syslog
and make sure it has the same permissions as it had before.
 
Old 03-20-2010, 12:27 PM   #7
netpumber
Member
 
Registered: Sep 2007
Location: In My Box
Distribution: Arch Linux
Posts: 423

Original Poster
Rep: Reputation: 33
the tail command returns this :

Quote:
Mar 20 13:23:19 slax kernel: usb 1-1: usbfs: process 3754 (hp) did not claim interface 1 before use
Mar 20 13:23:19 slax Photosmart_2570_series?serial=MY69Q213JJ04DY: io/hpmud/musb.c 1022: bulk_write failed buf=0xbfabbeec size=3584 len=-16: Device or resource busy
Mar 20 13:23:19 slax Photosmart_2570_series?serial=MY69Q213JJ04DY: io/hpmud/musb.c 1384: unable to write data hp:/usb/Photosmart_2570_series?serial=MY69Q213JJ04DY: Device or resource busy
Mar 20 13:23:19 slax Photosmart_2570_series?serial=MY69Q213JJ04DY: io/hpmud/musb.c 725: invalid deviceid wIndex=1, retrying wIndex=100: Device or resource busy
Mar 20 13:23:19 slax kernel: usb 1-1: usbfs: process 1215 (hp) did not claim interface 1 before use
Mar 20 13:23:19 slax kernel: usb 1-1: usbfs: process 3754 (hp) did not claim interface 1 before use
Mar 20 13:23:19 slax Photosmart_2570_series?serial=MY69Q213JJ04DY: io/hpmud/musb.c 1022: bulk_write failed buf=0xbfabbeec size=3584 len=-16: Device or resource busy
Mar 20 13:23:19 slax Photosmart_2570_series?serial=MY69Q213JJ04DY: io/hpmud/musb.c 1384: unable to write data hp:/usb/Photosmart_2570_series?serial=MY69Q213JJ04DY: Device or resource busy
Mar 20 13:23:19 slax Photosmart_2570_series?serial=MY69Q213JJ04DY: io/hpmud/musb.c 725: invalid deviceid wIndex=1, retrying wIndex=100: Device or resource busy
Mar 20 13:23:19 slax kernel: usb 1-1: usbfs: process 1216 (hp) did not claim interfa
then i make a cat /var/log/syslog

and this file is full with errors like this :S

ALL about the printer :S
 
Old 03-20-2010, 12:50 PM   #8
netpumber
Member
 
Registered: Sep 2007
Location: In My Box
Distribution: Arch Linux
Posts: 423

Original Poster
Rep: Reputation: 33
Ok i delete the syslog file and create a new one . Thanks a lot my friend..
 
Old 03-20-2010, 01:29 PM   #9
smoker
Senior Member
 
Registered: Oct 2004
Distribution: Fedora Core 4, 12, 13, 14, 15, 17
Posts: 2,279

Rep: Reputation: 250Reputation: 250Reputation: 250
No problem.

You have to sort that printer out though or it will happen again.
I've been looking for a way to exclude those messages from /var/log/syslog but I'm not sure what category it falls under, usb or lpt.
http://openskill.info/infobox.php?ID=1102

It's probably better to fix the printer issue anyway.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
"call to lnusertemp failed" after adding new user keithk2 Linux - Software 3 07-20-2009 08:32 AM
lnusertemp Failed ? tamtam Slackware 2 10-05-2008 02:59 PM
Call to lnusertemp failed {temporary directories full?}. Check your installation ? dolphans1 Mandriva 3 01-12-2008 12:16 PM
skype call failed SofNine Linux - Software 2 07-04-2006 08:40 PM
call to bind() getting failed kranti Linux - Software 4 01-18-2006 08:55 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 02:19 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration