Results 1 to 5 of 5

Thread: Removing ebox from loading on a headless server

  1. #1
    Join Date
    Sep 2006
    Location
    Maryland, USA
    Beans
    260
    Distro
    Ubuntu 12.04 Precise Pangolin

    Removing ebox from loading on a headless server

    Okay - I've done something and I can't get it back.

    I upgraded my Ubuntu 8.04 LTS server to 10.04 LTS - rebooted and things ran good. I knew I had a few problems, but DHCP and DNS were booting up and working fine for me.

    I went to take a look at Webmin, but apparently that's been removed from support for Ubuntu 10.04 - so I thought, I'll use eBox. I realized that Ebox didn't have the network module turned on, so I tried to turn it on. I found out the installation was missing scriptaculous, so I got that and installed that and then turned on the network module.

    I then rebooted the machine - and now nothing. It hangs when I get to the load for Apache.

    I would like to disable the network module for eBox, but can't find documentation for how to do that from the command line - which I have to use because the damn box won't boot and I'm running from a Live CD.

    ARRRRRRRR! Someone please help!

    In the meantime, I'm going to try renaming the network module conf name in /etc/ebox and see if that does anything....
    Impari Systems, Inc
    http://www.imparisystems.com

  2. #2
    Join Date
    Jan 2008
    Beans
    28

    Re: Removing ebox from loading on a headless server

    hi,
    eBox for 10.04 is still beta, though for home/basic usage might be fine.
    anyway, to disable an eBox module, issue:
    Code:
    #sudo /etc/init.d/ebox 'module_name' stop
    which is in your case:
    Code:
    #sudo /etc/init.d/ebox network stop
    maybe you should take a look @ the logs in /var/log/ebox.. & try to understand what's causing the problem



    nael
    Last edited by naelq; July 18th, 2010 at 04:42 PM. Reason: typo!

  3. #3
    Join Date
    Sep 2006
    Location
    Maryland, USA
    Beans
    260
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Removing ebox from loading on a headless server

    Thanks - but my problem is that it won't even boot all the way. Right now, I'm accessing the box with a Live CD, so I need to be able to prevent ebox from loading at all.

    How would I do that?
    Impari Systems, Inc
    http://www.imparisystems.com

  4. #4
    Join Date
    Jan 2008
    Beans
    28

    Re: Removing ebox from loading on a headless server

    ohh!!

    option 1:
    nuke it!
    > chroot into system
    > remove it from the system:
    Code:
    #sudo apt-get -V purge ebox
    option 2:
    > chroot into system
    > use the following to prevent it from auto start:
    Code:
    #sudo update-rc.d -f ebox remove


    nael
    Last edited by naelq; July 18th, 2010 at 07:18 PM. Reason: typos, typos, typos!!

  5. #5
    Join Date
    Sep 2006
    Location
    Maryland, USA
    Beans
    260
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Removing ebox from loading on a headless server

    Did that! Thanks - but I went one step too far.

    apt-get was complaining that I had all these other programs, and I should run apt-get autoremove - well that removed WAAAY too much stuff.

    I would like to slap the ebox people silly....
    Impari Systems, Inc
    http://www.imparisystems.com

Tags for this Thread

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
  •