Results 1 to 4 of 4

Thread: "calling a sysvinit script on a system using upstart isn't supported"

  1. #1
    Join Date
    Jan 2014
    Beans
    3

    Unhappy "calling a sysvinit script on a system using upstart isn't supported"

    I've installed the server no problems but when it comes to setting up the networking side of things i.e. when I type in vi /etc/network/interfaces I fill in the following
    (space) Address 192.168.0.250
    (space) Netmask 255.255.255.0
    (space) Network 192.168.0.0
    (space) Broadcast 192.168.0.255
    (space) Gateway 192.168.0.1
    I then type in :qw

    Then finally I type in /etc/init.d/networking restart Now here is my problem I get the following message:

    calling a sysvinit script on a system using upstart isn't supported please us the "service command instead"

    I'm now stuck on how to use the service command can anyone help?

    I have been watching the following VT http://www.youtube.com/watch?v=ndAYZ0DJ-U4

    Any help will be great!
    Last edited by paul.stead.main; January 10th, 2014 at 03:12 PM.

  2. #2
    Join Date
    Sep 2013
    Beans
    Hidden!
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: I am installing Ubuntu Server 13.10 however:

    I don't know if this will help, but when you edit most files out of your /home directory, use sudo. So:
    Code:
    sudo vi /etc/network/interfaces
    And I believe you should use :wq not :qw

    The syntax to restart any service in Ubuntu is:
    Code:
    sudo service servicename restart
    So for your instance:
    Code:
    sudo service networking restart
    Good Luck,
    Chris
    "Ignorance is short-lived, and knowledge is forever."


  3. #3
    Join Date
    Jan 2014
    Beans
    3

    Re: I am installing Ubuntu Server 13.10 however:

    Chris
    Many thanks for that it now works a treat.

    Would you know how to add an extra HDD to the server as my PC has one installed? Is it a simple exercise or not?

    Paul

  4. #4
    Join Date
    Sep 2013
    Beans
    Hidden!
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: "calling a sysvinit script on a system using upstart isn't supported"

    It's not hard. I'm using Ubuntu Server 13.10 with two HDD and an external HDD, but I have a simple set up. All you do is install the HDD, use fdisk or parted to make sure that the HDD is present, format it (If needed), and mount it! You also would want to edit the /etc/fstab file so it will mount at boot. But that's pretty much it, at least that is working fantastic for me.

    Chris
    "Ignorance is short-lived, and knowledge is forever."


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
  •