Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: rc.d start order



On Mon, 4 Mar 2024, Paul Goyette wrote:

Hmmm, you're right (as usual) regarding the sequence-control keywords,
as verified by rcorder.  There must've been something else going on.

I'll have to check again after I resolve a few other issues.

Ah, OK, I think I understand the problem now.

The sequence of calls is correct, ccd is called befeore fsck.  The
ccd is created correctly.  The resulting device, however, is a gpt
device (with one wedge named ``Builds'').  There is an entry for
ccd0 in /etc/fstab, but there is no /dev/ccd0 so get the following
failure logged in /var/run/rc.log

Can't stat `ccd0' (No such file or directory)Can't stat ccd0: No such file or directory
CAN'T CHECK FILE SYSTEM.
ccd0: UNEXPECTED INCONSISTENCY; RUN fsck_ffs MANUALLY.

I _think_ it will work correctly if I modify fstab to refer to
NAME=Builds instead of ccd0.  I will update here after I confirm.


+---------------------+--------------------------+----------------------+
| Paul Goyette (.sig) | PGP Key fingerprint:     | E-mail addresses:    |
| (Retired)           | 1B11 1849 721C 56C8 F63A | paul%whooppee.com@localhost    |
| Software Developer  | 6E2E 05FD 15CE 9F2D 5102 | pgoyette%netbsd.org@localhost  |
| & Network Engineer  |                          | pgoyette99%gmail.com@localhost |
+---------------------+--------------------------+----------------------+


Home | Main Index | Thread Index | Old Index