Results 1 to 6 of 6

Thread: New app does not launch during boot.

  1. #1
    Join Date
    May 2007
    Location
    /earth/na/usa/ca/visalia
    Beans
    275

    New app does not launch during boot.

    I installed miredo for IPv6 functionality, but it does not launch during boot (it's in the init folders, though) It works fine if I launch it manually.

  2. #2
    Join Date
    Jul 2008
    Location
    Oklahoma
    Beans
    32
    Distro
    Kubuntu 8.04 Hardy Heron

    Re: New app does not launch during boot.

    Code:
    System > Preferences > Sessions
    Then under the 'Startup Programs' tab, add 'miredo'.

    Let me know how this works!
    M$ free since 2003. Linux since '96.
    Make the switch.

    "It's free, as in freedom. You know, the thing we spent so long securing?"

  3. #3
    Join Date
    May 2007
    Location
    /earth/na/usa/ca/visalia
    Beans
    275

    Re: New app does not launch during boot.

    It needs to be launched as root, and should be launched as part of init/upstart/whatever
    Last edited by sci-fi guy; December 29th, 2008 at 07:03 PM.

  4. #4
    Join Date
    Jul 2008
    Location
    Netherlands
    Beans
    Hidden!
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: New app does not launch during boot.

    Quote Originally Posted by sci-fi guy View Post
    I installed miredo for IPv6 functionality, but it does not launch during boot (it's in the init folders, though) It works fine if I launch it manually.
    The order of launching it could be wrong.
    You can look at this :
    Code:
    ls -la /etc/rc2.d/
    To see when miredo wants to start.

    Assuming that Ubuntu, even though upstart supposedly doesn't do runlevels anymorem, still "emulates" using runlevel 2 for normal start up.

  5. #5
    Join Date
    May 2007
    Location
    /earth/na/usa/ca/visalia
    Beans
    275

    Re: New app does not launch during boot.

    miredo wants to start in rc3. Should I copy the link to rc2?

  6. #6
    Join Date
    Mar 2006
    Location
    Williams Lake
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: New app does not launch during boot.

    You could also use update-rc.d to install the script, type in a terminal

    Code:
    sudo update-rc.d <basename> defaults
    Where <basenmae> = the program you want to start automagically on boot.

    Jim

Bookmarks

Posting Permissions

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