Results 1 to 8 of 8

Thread: LSB headers for dependency based boot

  1. #1
    Senior Member registered user
    Join Date
    Feb 2010
    Posts
    198

    LSB headers for dependency based boot

    I just made an attempt to convert to dependency based boot and it turned out that most of the knoppix scripts are missing their LSB headers which are needed for the new dependency based boot. Did anyone ever tried dpkg-reconfigure insserv sysv-rc
    I am getting a message listing almost all knoppix scripts are missing their LSB headers.
    May be I should have posted this in hardware&booting. Sorry about this

  2. #2
    Senior Member registered user
    Join Date
    Feb 2010
    Posts
    198
    Here is how the LSB header looks like for the smail process.

    ### BEGIN INIT INFO
    # Provides: smail
    # Required-Start: $remote_fs $syslog
    # Required-Stop: $remote_fs $syslog
    # Default-Start: 2 3 4 5
    # Default-Stop: 0 1 6
    # Short-Description: simple script to start and stop smail as daemon
    ### END INIT INFO

    Without this LSB header there can not be concurrent process loading at boot up.
    The init.d scripts that are missing this headers in knoppix 6.2 are:
    knoppix-autoconfig, adriane-screenreader, firewall, knoppix-halt, knoppix-startx, knoppix-terminalserver, sbl

    All of those are proprietary knoppix scripts. Can someone using knoppix 6.2.1 or 6.3 check their init.d and see if any of this scripts has the LSB TAG. It should look like the one above for smail and is at the beginning just after #! /bin/sh

  3. #3
    Senior Member registered user
    Join Date
    Feb 2010
    Posts
    198
    OK I figured it out. In 6.2 knoppix-autoconfig is solely responsible for loading daemons. You can add or remove daemons which are loaded at boot by modifying it. And I guess no concurrency is possible as knoppix follows this boot script. I am not sure if things are the same way in 6.2.1
    I think in 6.2.1 and probably 6.3 knoppix scripts only do the hardware detection and load udev. So may be it will be possible to have concurrent loading of processes in those versions

  4. #4
    Moderator Moderator
    Join Date
    Jan 2010
    Location
    Asheville, NC, USA
    Posts
    528
    Quote Originally Posted by mecho View Post
    OK I figured it out. In 6.2 knoppix-autoconfig is solely responsible for loading daemons. You can add or remove daemons which are loaded at boot by modifying it. And I guess no concurrency is possible as knoppix follows this boot script. I am not sure if things are the same way in 6.2.1
    I think in 6.2.1 and probably 6.3 knoppix scripts only do the hardware detection and load udev. So may be it will be possible to have concurrent loading of processes in those versions
    AFAIK there is great deal of concurrency in Knoppix 6; see the Microknoppix summary of features. "Accellerated boot procedure: Independently from the usual SysV bootscripts, multiple tasks of system initialization are run in parallel, so that interactive desktops are reached very fast."

    What do you want to accomplish, exactly, in tweaking the boot process? In this case, perhaps we need to widen the focus to get more in tune with your goals.

    Cheers!
    Krishna

  5. #5
    Senior Member registered user
    Join Date
    Feb 2010
    Posts
    198
    I think that Accelerated boot procedure is exactly what is new to 6.2.1 and is lacking in 6.2.
    I think the boot scripts are not run in parallel in 6.2 and knoppix-autoconfig is entirely responsible of loading them. Scripts which are in init.d are not run by their S symlinks in the RC folders - they are loaded by knoppix-autoconfig and not executed in parallel for faster system start. Apart of the faster start if I need to have a process run at boot I have to manually enter it in autoconfig to get it started at boot. Cron for example is not in autoconfig by default and is off by default when the system is up. If you need it you have to manually start it. I hope I am expressing myself well enough in english. I wrote this because it would probably be informational for some people wondering why an installed process is not running when it should be if it's in init.d and has the starting symlinks.
    And it would be very usefull if there is a descussion about the way knoppix starts. It might be helpfull for a lot of new users like me
    Last edited by mecho; 06-12-2010 at 01:04 AM.

  6. #6
    Moderator Moderator
    Join Date
    Jan 2010
    Location
    Asheville, NC, USA
    Posts
    528
    Quote Originally Posted by mecho View Post
    I think that Accelerated boot procedure is exactly what is new to 6.2.1 and is lacking in 6.2.
    Nope, I don't think so - see the 6.0 release notes, which have the same language about accelerating boot. Might be fruitful to download that version and play with it, see what differences it exhibits.
    I think the boot scripts are not run in parallel in 6.2 and knoppix-autoconfig is entirely responsible of loading them. Scripts which are in init.d are not run by their S symlinks in the RC folders - they are loaded by knoppix-autoconfig and not executed in parallel for faster system start. Apart of the faster start if I need to have a process run at boot I have to manually enter it in autoconfig to get it started at boot.
    That's a useful observation!
    Cron for example is not in autoconfig by default and is off by default when the system is up. If you need it you have to manually start it. I hope I am expressing myself well enough in english. I wrote this because it would probably be informational for some people wondering why an installed process is not running when it should be if it's in init.d and has the starting symlinks.
    And it would be very usefull if there is a descussion about the way knoppix starts. It might be helpfull for a lot of new users like me
    I agree, and I applaud your efforts, especially since English is not your mother-tongue (and not easy, either.) And I find your English is "good enough", FWIW - while there are some occasional faux pas, it doesn't take a lot of effort to get what your meaning is. Thanks for taking the time and energy to contribute!

    Cheers!
    Krishna

  7. #7
    Senior Member registered user
    Join Date
    Feb 2010
    Posts
    198
    Thanks Krishna,
    I am relatively new linux user and went through a few live distros before I found Knoppix. I don't think I will opt for another distro any time soon as Knoppix fits all my expectations. It's relatively easy to learn and gives you just enough troubles to make you learn. I am running my laptop from a USB Knoppix stick 99% of the time

  8. #8
    Junior Member registered user
    Join Date
    Aug 2007
    Posts
    16
    Wow, i am just now looking into this myself. Kinda torn. I need to load services only after a successful connection to my router. Wicd is very nice for this as it will not prompt for your keyring password to connect (ie, can be done in the background). I am on 6.4.4 now about to move to 7.0 soon. to do this first:
    Code:
    apt-get install wicd
    , then

    Code:
    cd /etc/xdg/autostart && mv nm-applet.desktop
    .. # move out of autostart and now rely on wicd-tray.desktop newly located here from installation of wicd, Then
    Code:
    cd /etc/init.d && mv network-manager network-manager.disabled
    # you will want to reverse these steps in the future so hold on to your network-manager!
    Code:
    cd /etc/default && sed -p 's/DEFAULT=.*$/DEFAULT=yes/' wicd
    # you can edit this file manually if you prefer, the install may make this start automajically
    now you can restart or (pkill your nm-applet and stop network-manager manually)

    you can now put in a network related connection script in /etc/wicd/scripts/postconnect/up:
    for service in "ntp apache2";
    Code:
    do /etc/init.d/$service start; done
    You can configure wicd to auto-connect lan and any wireless - of which it will remember your PSA keys.
    However, wicd 1.7.0 will not connect to some of your older routers so you need to restore network-manager (and manually type your keyring each time like now).

    And i do agree, even knoppix 6.4.4 has /etc/init.d/.legacy-bootordering and it seems all the startups are done in sequence vs parallel in /etc/init.d/knoppix-autoconfig but there is many thats run ultimatley with trailing & so a good portion of them are done in parallel. I am wondering if using the insserv style headers will cause more problems than help at this point. Right now im all for leaving it alone.

    Anyways, I am shocked this seems to be the only thread on this because I have found this
    Last edited by Werner P. Schulz; 04-02-2012 at 12:29 PM. Reason: formatted by moderator

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


SanDisk 1TB SSD Plus, Internal Solid State Drive - SDSSDA-1T00-G26 picture

SanDisk 1TB SSD Plus, Internal Solid State Drive - SDSSDA-1T00-G26

$74.99



Western Digital 1TB WD Gold Enterprise Class SATA Internal HDD - WD1005FBYZ picture

Western Digital 1TB WD Gold Enterprise Class SATA Internal HDD - WD1005FBYZ

$84.99



Western Digital 1TB WD Blue PC Desktop 3.5'' Internal CMR Hard Drive - WD10EARZ picture

Western Digital 1TB WD Blue PC Desktop 3.5'' Internal CMR Hard Drive - WD10EARZ

$44.99



Western Digital 1TB WD Purple Surveillance HDD, Internal Hard Drive - WD11PURZ picture

Western Digital 1TB WD Purple Surveillance HDD, Internal Hard Drive - WD11PURZ

$52.99



Netac 1TB 2TB 512GB Internal SSD 2.5'' SATA III 6Gb/s Solid State Drive lot picture

Netac 1TB 2TB 512GB Internal SSD 2.5'' SATA III 6Gb/s Solid State Drive lot

$23.99



Patriot P210 128GB 256GB 512GB 1TB 2TB 2.5

Patriot P210 128GB 256GB 512GB 1TB 2TB 2.5" SATA 3 6GB/s Internal SSD PC/MAC Lot

$14.99



1TB HDD/SSD 2.5

1TB HDD/SSD 2.5" SATA Hard Drive for Laptop with Win 10/Win 11 Pro Pre-installed

$29.55



Seagate Barracuda ST1000DM003 1 TB SATA III 3.5 in Desktop Hard Drive picture

Seagate Barracuda ST1000DM003 1 TB SATA III 3.5 in Desktop Hard Drive

$14.99



1TB/2TB USB 3.0 Flash Drive Thumb U Disk Memory Stick Pen PC Laptop Storage US picture

1TB/2TB USB 3.0 Flash Drive Thumb U Disk Memory Stick Pen PC Laptop Storage US

$26.39



Lenovo IdeaPad Pro 5i, 16″, i5-13500H, 16 GB, 1 TB SSD, RTX 3050, 120Hz, Laptop picture

Lenovo IdeaPad Pro 5i, 16″, i5-13500H, 16 GB, 1 TB SSD, RTX 3050, 120Hz, Laptop

$709.99