Find the answer to your Linux question:
Results 1 to 2 of 2
in order to set network config i am giving setup command but no any network options on centos 5.3 how can i restore it or what should i do ? ...
  1. #1
    Just Joined!
    Join Date
    Jan 2007
    Posts
    27

    no network setting in setup

    in order to set network config i am giving setup command but no any network options on centos 5.3

    how can i restore it or what should i do ?

    (see image on link)

    http://divran.com/script/upload/images/setup.gif

  2. #2
    Just Joined!
    Join Date
    Aug 2007
    Posts
    1
    First check the exe origin:

    [rel@orinoco ~]$ whereis setup
    setup: /usr/bin/setup /usr/sbin/setup /usr/share/man/man2/setup.2.gz

    Lets check from which package it from:

    [rel@orinoco ~]$ rpm -qf /usr/bin/setup
    setuptool-1.19.2-1.el5.centos

    Lets find which file responsible for network config:

    [rel@orinoco ~]$ rpm -ql setuptool-1.19.2-1.el5.centos|grep network
    /etc/setuptool.d/99system-config-network-tui

    Whats this file contains?

    [rel@orinoco ~]$ cat /etc/setuptool.d/99system-config-network-tui
    /usr/sbin/system-config-network-tui|Network configuration

    If its missing, i would try to create it manually, or copy it from another centos 5.3 machine.
    Alternative solutin will be to remove setuptool-1.19.2-1.el5.centos package and re-install it

    rpm -e setuptool-1.19.2-1.el5.centos
    yum install setuptool-1.19.2-1.el5.centos

Posting Permissions

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