#38 closed defect (fixed)
Missing creation of symbolic link to stop ethnet.
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Book | Version: | 2.4.4 |
Severity: | normal | Keywords: | |
Cc: |
Description
cd ../rc0.d && ln -s ../init.d/ethnet K200ethnet && cd ../rc6.d && ln -s ../init.d/ethnet K200ethnet && <keep going with what is allready done> cd ../rc1.d && ln -s ../init.d/ethnet K200ethnet && cd ../rc2.d && ln -s ../init.d/ethnet S200ethnet &&
Change History (4)
comment:1 by , 24 years ago
op_sys: | → Linux |
---|
comment:2 by , 24 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 24 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Instead of K200 symlinks, I created K800 links. Reasoning: you want to stop things in reverse as you started them because the order may matter. So the first thing to start (S100sysklogd) is the last thing to kill (K900sysklogd). The second thing to start (S200) is the second last to kill (K800) and so forth. That way all (network) daemons would be killed first, before the network interface is terminated.
comment:4 by , 24 years ago
By the way, I have not tested these links. I trust they work. If not, fix them
uh.. make that (doh!)
cd ../rc2.d && ln -s ../init.d/ethnet K200ethnet