Results 1 to 8 of 8

Thread: SIOCDELRT: No such process ?

  1. #1
    Join Date
    Nov 2008
    Location
    Boykin, SC
    Beans
    159
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Question SIOCDELRT: No such process ?

    I just edited /etc/network/interfaces to give myself a static IP and then I did
    Code:
    sudo /etc/init.d/networking restart
    and i received the following error:
    Code:
    SIOCDELRT: No such process
    What am I doing wrong?
    Last edited by darksideforge; November 8th, 2009 at 02:53 AM. Reason: replace quote tag with code tag
    Toshiba Satellite L45-S4687
    1GB RAM 80GB HDD
    DVD-RW 2GB Flash

  2. #2
    Join Date
    Nov 2008
    Location
    Boykin, SC
    Beans
    159
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: SIOCDELRT: No such process ?

    I still don't know where the error came from, but my static IP is up and running. I won't mark this as "SOLVED" for another day or so to see if anyone has any answers on what a SIOCDELRT is.
    Toshiba Satellite L45-S4687
    1GB RAM 80GB HDD
    DVD-RW 2GB Flash

  3. #3
    Join Date
    Jan 2006
    Location
    Not heaven... Iowa
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: SIOCDELRT: No such process ?

    Sounds like "delete route". Here is a similar problem - it also seemed to work, despite the error messages.
    Linux User #415691 Ubuntu User #8629
    Iowa Team (LoCo): [Wiki] [Launchpad]
    IRC channel: #ubuntu-us-ia on irc.freenode.net

  4. #4
    Join Date
    Nov 2008
    Location
    Boykin, SC
    Beans
    159
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: SIOCDELRT: No such process ?

    Quote Originally Posted by Iowan View Post
    Sounds like "delete route". Here is a similar problem - it also seemed to work, despite the error messages.
    Thanks!!
    Toshiba Satellite L45-S4687
    1GB RAM 80GB HDD
    DVD-RW 2GB Flash

  5. #5
    Join Date
    Oct 2007
    Beans
    44

    Re: SIOCDELRT: No such process ?

    I am having a similar issue. I setup static IPs in /etc/network/interfaces and then when I restart it, I get that error. The static IPs work for the most part, but every once in a while I will run an ifconfig and they switch to DHCP. Then I restart the networking, get that error, then they go back to static.

    Any ideas on how to keep them static all the time?

  6. #6
    Join Date
    Jan 2010
    Beans
    40

    Re: SIOCDELRT: No such process ?

    Bump for help...

  7. #7
    Join Date
    Apr 2010
    Location
    Bottom of the hole
    Beans
    3
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: SIOCDELRT: No such process ?

    Quote Originally Posted by darksideforge View Post
    I just edited /etc/network/interfaces to give myself a static IP and then I did
    Code:
    sudo /etc/init.d/networking restart
    and i received the following error:
    Code:
    SIOCDELRT: No such process
    What am I doing wrong?

    first off you need to edit your /etc/hosts file * use vi, nano, gedit * what ever flavor txt editor you like
    Code:
    sudo nano -w /etc/hosts
    add your ip address and your name at line three

    Code:
    127.0.0.1    localhost    linux
    #127.0.1.1    linux.WorkGroup    linux
    192.168.20.20    linux.mydomain.com linux # <------ add your ip and name 
    
    
    # The following lines are desirable for IPv6 capable hosts
    ::1     ip6-localhost ip6-loopback
    fe00::0 ip6-localnet
    ff00::0 ip6-mcastprefix
    ff02::1 ip6-allnodes
    ff02::2 ip6-allrouters
    ff02::3 ip6-allhosts
    then restart your network and the error is fixed, the edited /etc/host file is also need for the static changes you made

  8. #8
    Join Date
    Jan 2009
    Beans
    Hidden!

    Re: SIOCDELRT: No such process ?

    TY oldschoolDebian
    :

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
  •