On Fri, Mar 26, 2010 at 09:52:29PM -0600, Raphael Geissert wrote:
* Non-comment contents of /lib/init/rw/readahead

MOUNTED_USR=false
MOUNTED_VAR=false

* ls -l /etc/readahead.d

-rw-r--r-- 1 root root  8760 2010-03-26 12:45 custom.early
-rw-r--r-- 1 root root 10266 2010-03-27 07:43 early.sorted

(there was a later.sorted yesterday, but I deleted it at some point to see if that would make a difference. Ran profile boot a half dozen times, deleted the file about halfway through. At the point I deleted it, it was 0 bytes with an mtime of Oct 2009 or so.)

* sh -x /etc/cron.daily/readahead

+ TYPES='early later'
+ READAHEAD_CMD=/sbin/readahead
+ READAHEAD_BASE=/etc/readahead.d
+ MERGE_LISTS=false
+ '[' -x /sbin/readahead ']'
+ '[' -z '' ']'
+ export RENICED=yes
+ RENICED=yes
+ exec /sbin/start-stop-daemon --start -N +19 -I idle --exec /sbin/readahead --startas /etc/cron.daily/readahead

* ls -l /etc/readahead.d (after running the cron script by hand)

-rw-r--r-- 1 root root  8760 2010-03-26 12:45 custom.early
-rw-r--r-- 1 root root 10266 2010-03-27 09:33 early.sorted

* ls -l /etc/rc*.d/*readahead*

lrwxrwxrwx 1 root root 31 2010-03-26 12:08 /etc/rc0.d/K01stop-readahead-fedora -> ../init.d/stop-readahead-fedora* lrwxrwxrwx 1 root root 31 2010-03-26 12:08 /etc/rc1.d/K01stop-readahead-fedora -> ../init.d/stop-readahead-fedora* lrwxrwxrwx 1 root root 31 2010-03-26 10:03 /etc/rc2.d/S23stop-readahead-fedora -> ../init.d/stop-readahead-fedora* lrwxrwxrwx 1 root root 31 2010-03-26 10:03 /etc/rc3.d/S23stop-readahead-fedora -> ../init.d/stop-readahead-fedora* lrwxrwxrwx 1 root root 31 2010-03-26 10:03 /etc/rc4.d/S23stop-readahead-fedora -> ../init.d/stop-readahead-fedora* lrwxrwxrwx 1 root root 31 2010-03-26 10:03 /etc/rc5.d/S23stop-readahead-fedora -> ../init.d/stop-readahead-fedora* lrwxrwxrwx 1 root root 31 2010-03-26 12:08 /etc/rc6.d/K01stop-readahead-fedora -> ../init.d/stop-readahead-fedora* lrwxrwxrwx 1 root root 25 2009-10-25 15:26 /etc/rcS.d/S02early-readahead -> ../init.d/early-readahead* lrwxrwxrwx 1 root root 25 2010-03-26 10:03 /etc/rcS.d/S26later-readahead -> ../init.d/later-readahead*

* cat /proc/mounts

It's pretty long, here's the top (all the normal fs's)

rootfs / rootfs rw 0 0
none /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
none /proc proc rw,nosuid,nodev,noexec,relatime 0 0
udev /dev tmpfs rw,relatime,size=10240k,mode=755 0 0
/dev/disk/by-uuid/f27c45c6-187d-4bc8-a7b6-3c20315992a4 / xfs rw,relatime,noquota 0 0
tmpfs /lib/init/rw tmpfs rw,nosuid,relatime,mode=755 0 0
tmpfs /dev/shm tmpfs rw,nosuid,nodev,relatime 0 0
devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
tmpfs /tmp tmpfs rw,relatime 0 0
/dev/mapper/vg1-usr /usr xfs rw,relatime,attr2,logbufs=8,noquota 0 0
/dev/mapper/vg1-var /var xfs rw,relatime,logbufs=8,noquota 0 0

Mike Stone



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

Reply via email to