From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-95928-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1M9hny-0006Ba-8b
	for garchives@archives.gentoo.org; Thu, 28 May 2009 15:46:06 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id BF23AE042C;
	Thu, 28 May 2009 15:46:03 +0000 (UTC)
Received: from yw-out-1718.google.com (yw-out-1718.google.com [74.125.46.157])
	by pigeon.gentoo.org (Postfix) with ESMTP id A155EE042C
	for <gentoo-user@lists.gentoo.org>; Thu, 28 May 2009 15:46:03 +0000 (UTC)
Received: by yw-out-1718.google.com with SMTP id 5so19544419ywm.46
        for <gentoo-user@lists.gentoo.org>; Thu, 28 May 2009 08:46:03 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:mime-version:received:date:message-id:subject
         :from:to:content-type:content-transfer-encoding;
        bh=hlZMEekwxFMhsVpX8RDOMI5K5kFwphiHTx3voE9Nuug=;
        b=Jz6ENP8p4SKMuYxeOK5u82BkY8GeHQ2nZOdtXp9WGZpMGtd/Y8ibaqvyv2bPGy/E6K
         9LTwNtsskQNzwI1bitXzJAp1vIgeq1S/YLU/kqWoirR1XrkunZ6NVnoTM6a5/HFFNGKI
         COz/oSnhPRXZ74HXL1N71dn2vMMFuS8w4AHTk=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=mime-version:date:message-id:subject:from:to:content-type
         :content-transfer-encoding;
        b=RUAxxMNVsC2Rm0K29FRsI2J0yGwY0dx3dra4I5HCoBjQtQcRm/Vo0YjG4rvfaIcf+x
         sv2N4c3nuflH83cwmXMzp9Fx/FN28rpWbBK5/oaFRt7UwmgtY0ebrNagNx73XgRlrdIA
         L256IOJCfLvsBPyeQcDVCrz9jnZhDyCg1oDTU=
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Received: by 10.100.105.15 with SMTP id d15mr2408363anc.140.1243525563266; 
	Thu, 28 May 2009 08:46:03 -0700 (PDT)
Date: Thu, 28 May 2009 09:46:03 -0600
Message-ID: <a0811460905280846md3cd361u40a0b659287ad37c@mail.gmail.com>
Subject: [gentoo-user] [ot] no more inodes
From: Maxim Wexler <maxim.wexler@gmail.com>
To: gentoo-user@lists.gentoo.org
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Archives-Salt: 25bf5f17-2f01-4508-ac2b-856eb45f8a5b
X-Archives-Hash: 491dc06e643c2060382194aa3e18325d

Hi group,

For a netbook 4G SSD. Attempting to install mozilla-firefox. jdk
fails: No space left on device.

df -i reveals no more inodes. I reboot thinking this will help. Wrong.
Lots of 'No space left on device messages'  with reference to
/var/lib/iinit.d/* in the boot console. And this gem: '*ERROR: local
is already starting'. And: '*ERROR: netmount is already starting'.

df -i

Filesytem    Inodes       Iused         IFree      IUse%      Mounted on
/dev/sda2   244320      244301          19       100%       /
udev           128448           612   127836            1%       /dev
/dev/sda1       8032             39       7993            1%       /boot
tmpfs           128448              3  1 28445            1%       /tmp

FYI sda2 is formatted ext3.

I know 4G is pretty small by today's standards but apart from xorg and
firefox everything else on this unit is command-line type utilities
and such. That can't account for 4G already.

Maxim