Linux NILFS development
 help / color / mirror / Atom feed
From: Andrew Benton <b3nton-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: users-JrjvKiOkagjYtjvyW6yDsg@public.gmane.org
Subject: nilfs_cleanerd won't run on root
Date: Thu, 05 Nov 2009 17:41:00 +0000	[thread overview]
Message-ID: <4AF30E2C.1030104@gmail.com> (raw)

Hello world,
I've installed linux on a 10gb nilfs2 root partition /dev/sda2. When I
boot into it nilfs_cleanerd won't run

root:/home/andy# ps aux | grep nilfs_cleanerd
root      1497  0.0  0.0   5456   592 pts/0    S+   17:18   0:00 grep nilfs_cleanerd

If I start nilfs_cleanerd with a command it quits with no error message
at the command prompt but it leaves this in the system log

Nov  5 17:18:05 eccles nilfs_cleanerd[1495]: start
Nov  5 17:18:05 eccles nilfs_cleanerd[1495]: cannot open nilfs on (null): No such file or directory
Nov  5 17:18:05 eccles nilfs_cleanerd[1495]: cannot create cleanerd on (null): No such file or directory
Nov  5 17:18:05 eccles nilfs_cleanerd[1495]: shutdown

If I pass it different options the only thing that changes is the error it dumps in the system log

root:/home/andy# nilfs_cleanerd /

Nov  5 17:19:02 eccles nilfs_cleanerd[1503]: start
Nov  5 17:19:02 eccles nilfs_cleanerd[1503]: cannot open nilfs on /: Inappropriate ioctl for device
Nov  5 17:19:02 eccles nilfs_cleanerd[1503]: cannot create cleanerd on /: Inappropriate ioctl for device
Nov  5 17:19:02 eccles nilfs_cleanerd[1503]: shutdown

root:/home/andy# nilfs_cleanerd /dev/sda2

Nov  5 17:19:26 eccles nilfs_cleanerd[1505]: start
Nov  5 17:19:26 eccles nilfs_cleanerd[1505]: cannot open nilfs on /dev/sda2: No such file or directory
Nov  5 17:19:26 eccles nilfs_cleanerd[1505]: cannot create cleanerd on /dev/sda2: No such file or directory
Nov  5 17:19:26 eccles nilfs_cleanerd[1505]: shutdown

root:/home/andy# cat /etc/mtab
/dev/sda2 / nilfs2 rw,gcpid=1292 0 0
proc /proc proc rw 0 0
sysfs /sys sysfs rw 0 0
devpts /dev/pts devpts rw,gid=4,mode=620 0 0
shm /dev/shm tmpfs rw 0 0
/dev/sda1 /mnt/windows ntfs rw,umask=0 0 0
/dev/sda7 /home reiserfs rw 0 0
/dev/sda3 /mnt/lfs btrfs rw 0 0

The only way I can get garbage collection to run is if I reboot into
a different partition and mount it from there.

Andrew Benton

             reply	other threads:[~2009-11-05 17:41 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-05 17:41 Andrew Benton [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-06-21 19:10 nilfs_cleanerd shutdown sh1v4_0h-/E1597aS9LQAvxtiuMwx3w
     [not found] ` <280074.80083.qm-klR48C3JjEDrNpU5RS+xBlZ8N9CAUha/QQ4Iyu8u01E@public.gmane.org>
     [not found]   ` <20090622.030037.34127637.ryusuke-sG5X7nlA6pw@public.gmane.org>
2009-06-22  1:01     ` Jiro SEKIBA
2009-06-22  1:09     ` nilfs_cleanerd on root partition Jiro SEKIBA
2009-06-20 21:19 James Erickson
     [not found] ` <20090620211939.GA5937-SsamVeerapxB2jdCq39ADS3k8SM3+oTIrE5yTffgRl4@public.gmane.org>
2009-06-21  9:39   ` Ryusuke Konishi
     [not found]     ` <20090621.183937.71761103.ryusuke-sG5X7nlA6pw@public.gmane.org>
2009-06-21 13:44       ` Sami Liedes
     [not found]         ` <20090621134418.GA4836-7bsdmvTMBDzHOG6cAo2yLw@public.gmane.org>
2009-06-21 14:02           ` Sami Liedes
     [not found]             ` <20090621140234.GB4836-7bsdmvTMBDzHOG6cAo2yLw@public.gmane.org>
2009-06-21 14:37               ` Sami Liedes
     [not found]                 ` <20090621143708.GC4836-7bsdmvTMBDzHOG6cAo2yLw@public.gmane.org>
2009-06-21 16:05                   ` Ryusuke Konishi
     [not found]                     ` <20090622.010510.133415216.ryusuke-sG5X7nlA6pw@public.gmane.org>
2009-06-21 18:00                       ` Ryusuke Konishi
2009-11-06  5:41                   ` nilfs_cleanerd won't run on root Jiro SEKIBA
     [not found]                     ` <87639oqkfb.wl%jir-27yqGEOhnJbQT0dZR+AlfA@public.gmane.org>
2009-11-06 11:43                       ` Andrew Benton
2009-11-06 12:17                       ` Andrew Benton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4AF30E2C.1030104@gmail.com \
    --to=b3nton-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=users-JrjvKiOkagjYtjvyW6yDsg@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox