Opened 23 years ago

Closed 23 years ago

Last modified 23 years ago

#38 closed defect (fixed)

Missing creation of symbolic link to stop ethnet.

Reported by: highos@… Owned by: gerard@…
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 highos@…, 23 years ago

op_sys: Linux

uh.. make that (doh!)

cd ../rc2.d && ln -s ../init.d/ethnet K200ethnet

comment:2 by gerard@…, 23 years ago

Owner: changed from lfs-book@… to gerard@…
Status: newassigned

comment:3 by gerard@…, 23 years ago

Resolution: fixed
Status: assignedclosed

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 gerard@…, 23 years ago

By the way, I have not tested these links. I trust they work. If not, fix them

Note: See TracTickets for help on using tickets.