From: Mark B. <mb...@ca...> - 2013-02-06 22:28:52
|
Thank-you for SCST! It's fast and I've had a lot of fun learning how to implement it. Lots of great resources in the mailing lists too. I'm using SCST to serve up iSCSI only. I've managed to have a relatively stable configuration with the only challenges being hardware. My question is regarding the init.d script. When I run update-rc.d scst defaults I get the following warning about the start and stop runlevel arguments not matching the LSB Default-Start values: update-rc.d: warning: scst start runlevel arguments (2 3 4 5) do not match LSB Default-Start values (3 5) update-rc.d: warning: scst stop runlevel arguments (0 1 6) do not match LSB Default-Stop values (0 1 2 4 6) If I change the "Default-Start" and "Default-Stop" values in the script to match the suggestions I get no errors, but I don't fully understand the implications. I also notice that if I don't change the values it seems that scst doesn't load my config file upon boot (which kinda makes sense to me). If I put the suggested values in it does load on boot. Do the run values vary between flavors of Linux? What are the implications of my changes? Also, in the init.d/scst script it makes a "See also:" reference to refspecs.freestandards.org. I found that the actual addres is http://refspecs.linuxbase.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic/iniscrptact.html Thanks, Mark |