Ticket #77: bug77.txt

File bug77.txt, 0 bytes (added by Nahor <nahor.j+openrc@gmail.com>, 2 years ago)

Log from the broken run

Line 
1fsck              | * Manually resetting fsck to stopped state
2fsck              |+ _conf_d=/etc/init.d/../conf.d
3fsck              |+ _c=fsck
4fsck              |+ '[' -n fsck -a fsck '!=' fsck ']'
5fsck              |+ unset _c
6fsck              |+ '[' -e /etc/init.d/../conf.d/fsck.default ']'
7fsck              |+ '[' -e /etc/init.d/../conf.d/fsck ']'
8fsck              |+ . /etc/init.d/../conf.d/fsck
9fsck              |++ fsck_passno='=1 =2'
10fsck              |++ fsck_shutdown=NO
11fsck              |+ unset _conf_d
12fsck              |+ '[' -e /etc/rc.conf ']'
13fsck              |+ . /etc/rc.conf
14fsck              |++ rc_parallel=YES
15fsck              |++ rc_interactive=YES
16fsck              |++ rc_depend_strict=YES
17fsck              |++ rc_hotplug=YES
18fsck              |++ rc_coldplug=YES
19fsck              |++ rc_plug_services=
20fsck              |++ rc_logger=YES
21fsck              |++ unicode=YES
22fsck              |++ net_fs_list='afs cifs coda davfs fuse gfs ncpfs nfs nfs4 ocfs2 shfs smbfs'
23fsck              |++ rc_tty_number=12
24fsck              |++ rc_device_tarball=NO
25fsck              |++ dmesg_level=1
26fsck              |+ '[' -n '' ']'
27fsck              |+ . /etc/init.d/fsck
28fsck              |++ description='Check and repair filesystems according to /etc/fstab'
29fsck              |++ _ISF='
30fsck              |'
31fsck              |+ unset _d
32fsck              |+ unset _f
33fsck              |+ '[' -n start ']'
34fsck              |+ for _cmd in describe start stop '${extra_commands:-${opts}}' '${extra_started_commands}'
35fsck              |+ '[' describe = start ']'
36fsck              |+ for _cmd in describe start stop '${extra_commands:-${opts}}' '${extra_started_commands}'
37fsck              |+ '[' start = start ']'
38fsck              |++ command -v start
39fsck              |+ '[' start = start ']'
40fsck              |+ yesno
41fsck              |+ '[' -z '' ']'
42fsck              |+ return 1
43fsck              |+ unset _cmd
44fsck              |++ command -v start_pre
45fsck              |+ '[' '' = start_pre ']'
46fsck              |+ start
47fsck              |+ local reboot_opts= fsck_opts= p= check_extra=
48fsck              |+ '[' -e /fastboot ']'
49fsck              |+ '[' -e /forcefsck ']'
50fsck              |+ '[' -n '=1 =2' ']'
51fsck              |+ check_extra='[passno =1 =2] '
52fsck              |+ ebegin 'Checking local filesystems [passno =1 =2] '
53fsck              | * Checking local filesystems [passno =1 =2]  ...
54fsck              |+ for p in '${fsck_passno}'
55fsck              |+ local IFS=
56fsck              |+ case "${p}" in
57fsck              |++ fstabinfo --passno =1
58fsck              |+ set -- /
59fsck              |+ unset IFS
60fsck              |+ for p in '${fsck_passno}'
61fsck              |+ local IFS=
62fsck              |+ case "${p}" in
63fsck              |++ fstabinfo --passno =2
64fsck              |+ set -- / ''
65fsck              |+ unset IFS
66fsck              |+ '[' Linux = Linux ']'
67fsck              |+ fsck_opts=' -C0 -T'
68fsck              |+ '[' -z '=1 =2' ']'
69fsck              |+ reboot_opts=-f
70fsck              |+ trap : QUIT
71fsck              |+ fsck -p -C0 -T / ''
72fsck              |Usage: fsck.reiserfs [mode] [options]  device
73fsck              |
74fsck              |Modes:
75fsck              |  --check                    consistency checking (default)
76fsck              |  --fix-fixable                      fix corruptions which can be fixed without
77fsck              |                             --rebuild-tree
78fsck              |  --rebuild-sb                       super block checking and rebuilding if needed
79fsck              |                             (may require --rebuild-tree afterwards)
80fsck              |  --rebuild-tree             force fsck to rebuild filesystem from scratch
81fsck              |                             (takes a long time)
82fsck              |  --clean-attributes         clean garbage in reserved fields in StatDatas
83fsck              |Options:
84fsck              |  -j | --journal device              specify journal if relocated
85fsck              |  -B | --badblocks file              file with list of all bad blocks on the fs
86fsck              |  -l | --logfile file                make fsck to complain to specifed file
87fsck              |  -n | --nolog                       make fsck to not complain
88fsck              |  -z | --adjust-size         fix file sizes to real size
89fsck              |  -q | --quiet                       no speed info
90fsck              |  -y | --yes                 no confirmations
91fsck              |  -V                         prints version and exits
92fsck              |  -a and -p                  some light-weight auto checks for bootup
93fsck              |  -f and -r                  ignored
94fsck              |Expert options:
95fsck              |  --no-journal-available     do not open nor replay journal
96fsck              |  -S | --scan-whole-partition        build tree of all blocks of the device
97fsck              |
98fsck              |+ case $? in
99fsck              |+ eend 0                                                                       [ ok ]
100fsck              |+ return 0
101fsck              |++ command -v start_post
102fsck              |+ '[' '' = start_post ']'
103fsck              |+ shift
104fsck              |+ continue 2
105fsck              |+ '[' -n '' ']'