Re: debian squeeze tmp directory no space left

2010-03-01 Thread nico
Thanks for the answer, i've found the problem, i use eclipse and every
time i build a mobile application using mtj it compiles on tmp dir and
it was never delete, after i delete it i have 1% usage of indodes, i
supose that  when the files are too small inodes gets full and blocks no.
how can i know why /tmp/_mtj.tmpnico is not delete on every reboot
Xavier Petit de Meurville escribió:
 Hello, try with command df -i

 -i, --inodes
   list inode information instead of block usage


 On Fri, Feb 26, 2010 at 6:04 PM, nico nicolasardiss...@yahoo.com.ar
 mailto:nicolasardiss...@yahoo.com.ar wrote:

 i constantly get the error no space left on device when the user
 try to
 write on tmp directory, and there is space on the directory also root
 can still write on it.
 Maybe there is some configuration issue that don't know about squeeze
 Any help will be apreciate.


 --
 To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
 mailto:debian-user-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact
 listmas...@lists.debian.org mailto:listmas...@lists.debian.org
 Archive: http://lists.debian.org/4b883753.7080...@yahoo.com.ar





SOLVE:Re: debian squeeze tmp directory no space left

2010-03-01 Thread nico
Sorry, i found the problem, it was eclipse that full the disk compiling
every project i have, sorry  but i need to know df -i to solve it
because i think that knowing the blocks was enought
nico escribió:
 Thanks for the answer, i've found the problem, i use eclipse and every
 time i build a mobile application using mtj it compiles on tmp dir and
 it was never delete, after i delete it i have 1% usage of indodes, i
 supose that  when the files are too small inodes gets full and blocks no.
 how can i know why /tmp/_mtj.tmpnico is not delete on every reboot
 Xavier Petit de Meurville escribió:
 Hello, try with command df -i

 -i, --inodes
   list inode information instead of block usage


 On Fri, Feb 26, 2010 at 6:04 PM, nico nicolasardiss...@yahoo.com.ar
 mailto:nicolasardiss...@yahoo.com.ar wrote:

 i constantly get the error no space left on device when the user
 try to
 write on tmp directory, and there is space on the directory also root
 can still write on it.
 Maybe there is some configuration issue that don't know about squeeze
 Any help will be apreciate.


 --
 To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
 mailto:debian-user-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact
 listmas...@lists.debian.org mailto:listmas...@lists.debian.org
 Archive: http://lists.debian.org/4b883753.7080...@yahoo.com.ar






Re: debian squeeze tmp directory no space left

2010-02-27 Thread Stan Hoeppner
Johan Grönqvist put forth on 2/27/2010 1:05 AM:

  I believe the installer allows and recommends reserving some space for
 the root user on partitions. The intention is that a user should not be
 able to make the system unbootable by filling the disk.

It's not the installer that dose this.  It's the default operating mode of
mke2fs.  When creating an ext2/3 filesystem, the default space reserved for
the super user is 5% of the filesystem blocks.  It can be overridden with
the -m switch:

-m reserved-blocks-percentage

Specify the percentage of the filesystem blocks reserved for  the
super-user.   This  avoids  fragmentation,  and allows  root-owned daemons,
 such as syslogd(8), to continue to function correctly after non-privileged
processes are prevented from writing to the filesystem.  The default
percentage is 5%.

This is why the OP is able to write as root but not as a regular user.

 Your symptoms are what I would expect if the device has filled the
 non-reserved space, and only the root-reserved space is left.

This does sound like the problem.  However, attempting to identify the
remaining filesystem space available to the super user is pointless.  This
is painfully obvious.

The solution to this problem, as I stated in my first response to this
thread, is to identify what application/daemon/bug/etc is filling this
filesystem to capacity in the first place.

No offense intended, but it sounds like some basic sysadmin skills are
lacking.  Unneeded old log files should be deleted, as well as any junk left
in /tmp.  User home directories should be pruned of unneeded excess files.
Acting as a PTP service node can fill up a partition pretty quickly, no?

-- 
Stan


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4b88d13c.8030...@hardwarefreak.com



Re: debian squeeze tmp directory no space left

2010-02-27 Thread Alex Samad
On Sat, Feb 27, 2010 at 02:01:00AM -0600, Stan Hoeppner wrote:
 Johan Grönqvist put forth on 2/27/2010 1:05 AM:
 

[snip]

 
 No offense intended, but it sounds like some basic sysadmin skills are
 lacking.  Unneeded old log files should be deleted, as well as any junk left
 in /tmp.  User home directories should be pruned of unneeded excess files.
 Acting as a PTP service node can fill up a partition pretty quickly, no?

this is why i recommend putting /tmp /var/log on their own partitions

 

-- 
Listen, Al Gore is a very tough opponent. He is the incumbent. He represents 
the incumbency. And a challenger is somebody who generally comes from the pack 
and wins, if you're going to win. And that's where I'm coming from.

- George W. Bush
09/07/2000
Detroit, MI


signature.asc
Description: Digital signature


debian squeeze tmp directory no space left

2010-02-26 Thread nico
i constantly get the error no space left on device when the user try to
write on tmp directory, and there is space on the directory also root
can still write on it.
Maybe there is some configuration issue that don't know about squeeze
Any help will be apreciate.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4b883753.7080...@yahoo.com.ar



Re: debian squeeze tmp directory no space left

2010-02-26 Thread Xavier Petit de Meurville
Hello, try with command df -i

-i, --inodes
  list inode information instead of block usage


On Fri, Feb 26, 2010 at 6:04 PM, nico nicolasardiss...@yahoo.com.ar wrote:

 i constantly get the error no space left on device when the user try to
 write on tmp directory, and there is space on the directory also root
 can still write on it.
 Maybe there is some configuration issue that don't know about squeeze
 Any help will be apreciate.


 --
 To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact
 listmas...@lists.debian.org
 Archive: http://lists.debian.org/4b883753.7080...@yahoo.com.ar




Re: debian squeeze tmp directory no space left

2010-02-26 Thread Johan Grönqvist

nico skrev:

i constantly get the error no space left on device when the user try to
write on tmp directory, and there is space on the directory also root
can still write on it.
Maybe there is some configuration issue that don't know about squeeze
Any help will be apreciate.


 I believe the installer allows and recommends reserving some space for 
the root user on partitions. The intention is that a user should not be 
able to make the system unbootable by filling the disk.


Your symptoms are what I would expect if the device has filled the 
non-reserved space, and only the root-reserved space is left.


I do not know how to find info about the reserved space, nor how to 
change it.



/ johan


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/hmag6u$u...@dough.gmane.org