Empty /etc/rc.conf? I got lost.

Hello,
I'm following the Beginners Guide provided in the wiki, the steps have been carefully written until the final step: the configuration. It seems that many things changed since that guide was written.
The file /etc/rc.conf is empty. Should I leave it that way? The guide is saying that many lines there need to be edited by me, but nothing is there. Is it a matter of adding them myself?
I've uncommented languages I need (ar and en), anything yet to be configured?
Regards,
Laser

You should try again, I guess.
There has been some bug report about this recently, maybe you should report there:
http://bugs.archlinux.org/task/8898
When I encountered this problem I hadn't select all needed packages the first time... since I wanted to do two separated installs of pacman and the filesystem package.... this didn't work however, after I did a new install it went fine again... not sure what it is exactly but hopefully next time you try it just works (use some magic ), else you should really report your problems and configuration to above bugtask.

Similar Messages

  • /etc/logadm.conf gets rewritten bug

    I think I found a race condition in logadm that makes can corrupt the conf file. Firstly, let me say that any utility that expects to update a timestamp in a running conf file is asking for trouble. The utility should be "selfhealing" and the conf file should be untouchable with a separate status/timestamp file.
    So I have a system running :
    SunOS XXXXXX 5.9 Generic_118558-27 sun4u sparc SUNW,Sun-Fire
    At the same cron time, it calls:
    0 3 * * * /usr/sbin/logadm
    and
    0,5,10,15,20,25,30,35,40,45,50,55 * * * * /bin/rm /var/adm/pacct.[0-9]*;/usr/lib/acct/turnacct switch
    At 3 am, both would be called. "turnacct switch" calls "logadm -p now /var/adm/pacct".
    There must be insufficient locking or no locking because the result on my system is only the pacct record in /etc/logadm.conf; the previous standard entries are all lost in /etc/logadm.conf.
    Result in /etc/logadm.conf:
    /var/adm/pacct -P 'Fri Jul 6 15:50:00 2007'
    The fix is to offset the running of logadm by a minute or two in cron. The real fix would be to rewrite with correct file locking.
    eugene tsuno

    bruce wrote:does your nameserver work when you use nslookup? eg `nslookup google.com 192.168.1.1`?
    also, could i suggest adding entries for opendns to your /etc/resolv.conf.tail after your local one?
    domain myhome.westell.com
    nameserver 192.168.1.1
    nameserver 208.67.222.222 #opendns
    nameserver 208.67.220.220 #opendns
    works nicely as a backup if your somewhere with a dodgy dns etc
    Yep, I just tried and it works fine when I use nslookup but web browser and ping still dont work. I can use googles ip 74.125.53.100 and everything works, but not the domain name.  As for opendns Id really just like to get my standard dns to work for now, I know it should work because I use it on all the other computers plus it works with dhcp. After I figure out what Im doing and whats going wrong Im probably going to setup my router to use opendns.
    [tj@arch ~]$ nslookup google.com 192.168.1.1
    Server: 192.168.1.1
    Address: 192.168.1.1#53
    Non-authoritative answer:
    Name: google.com
    Address: 74.125.53.100
    Name: google.com
    Address: 74.125.67.100
    Name: google.com
    Address: 74.125.45.100
    [tj@arch ~]$
    I still havn't got around to seeing if I can get it to work with netcfg, it was late last night and I fell asleep. Ill try it now and post back with the results.

  • I bought a new laptop because my old laptop got lost,how can i get my iphone to synch on it.

    I bought a new laptop because my old laptop got lost,how can i get my iphone to synchronize with my new laptop?

    Have you transferred your iTunes library from your computer's backup to your new computer along with all other important data such as documents, photos, etc.?

  • No need for /etc/asound.conf ~/.asoundrc for mixing anymore?

    Hullo!
    I just installed the new version of MPD and was at the first time trying to do ALSA all the mixing of multiple audio streams on its own and found it working without any problems.
    Sure, this is surely nothing new an might be the case since a year or something like that, but to improve the Archwiki article on this, I'd like to hear some more experiences with this setup from people who use other programs than me...
    Ok, here's how I've done it.
    You need a correctly set up ALSA as well as 'libao' installed.
    To use libao, create either /etc/libao.conf(for system-wide setup) or ~/.libao and write only this line into it:
    default_driver=alsa09
    There are (at least to my knowlegde) 3 types of programs:
    1. The ones that directly support alsa output
    2. Programs that use libao for audio output
    3. Programs supporting only oss output.
    It is possible to mix the output of all these programs simultaneously to your card. it works!
    mpd: (supports direct alsa output)
    does not need any sound specific settings in the conf file. It chooses a usable audio output itself.
    NOTE:I only have alsa as output device installed. I don't know, who mpd behaves when it finds artsd, esd, jack or whatever. Specifying a certain output may be necessary to have everything working.
    mplayer, mpg321, gaim (libao)
    these programs use libao to pipe their audio streams to whereever libao sends them, so setting default_driver to alsa09 solves all problems with these programs
    opera (as example for the oss fraction)
    Has to be started through "aoss opera" to enjoy sound mixing with flash movies and mp3s in the browser. To avoid having to load aoss before starting any oss-app, shaurz has posted a solution in the forums. Nice thing!
    That are all the programs I've tried so far and I have no problems with scratching sounds or reduced sound quality (as the wiki says) but maybe I just can't hear any difference with my disco-damaged ears..
    What I would like to hear now: Whar are your experiencas with the alsa software mixing systeme aka dmix in 'vanilla setup'? Did you find any programs that need an own asound-configuration or is this setup commonly-usable without any disadvantages so an update to the concerning wiki-page could be finally done?
    greets,
    jakob

    I noticed something strange (cool) aswell. I've got an onboard Realtek somethingsomething sound"card" (using the snd-intel8x0 module). It didn't support mixing out of the box on Linux using ALSA. I had to fiddle aroudn with dmix after which it would work great.
    I'm running a pretty recent installation and I hadn't come around to do the mixing part of my sound yet, but yesterday it seemed to work by itself! Before, I could only have one source using ALSA (e.g. one mplayer). But now, it all works together!
    I don't know what I did that made this happen. Maybe just a simple pacman -Syu. Or maybe I got wasted and fixed it after I blacked out, another viable possibility.

  • [solved]Delay mySQL startup by 30 secs in /etc/rc.conf

    Basically I use wpa_supplicant and it takes a a bit to connect, by the time /etc/rc.conf gets to the mysql startup service, mySQL cannot bind to my servers address,
    This is because wpa_supplicant probably hasn't got an IP address yet, so mySQL fails to start at bootup every time, however right after the boot I can log in and manually boot it just fine.
    Any Ideas?  Maybe delay the mysql by 30-40 seconds at boot? Anyone know how?
    Last edited by kr1zmo (2010-07-05 23:57:10)

    itsbrad212 wrote:
    You could put:
    /etc/rc.d/mysqld start
    in /etc/rc.local
    Thanks for the reply but I solved this by removing the @ before netprofiles, so that wpa_supplicant doesnt startup in the background, therefor everything else waits until wpa_supplicant is connected before it boots.
    Last edited by kr1zmo (2010-07-05 23:59:58)

  • DATAGRID FOCUS ISSUE: Focus got lost, while moving from one cell to another cell using tab key.

    Problem: Focus got lost, while moving from one cell to another cell using tab key.
    Example: In an AdvanceDataGrid, there are three columns having custom ItemRenderer with Spark TextInput control (editable=true & focusEnabled=true).
    When I try to move the focus in with in 2nd, 3rd & 4th column using tab key, focus got lost. Most of the time it’s working, but some time it doesn’t work. There’s no clue as to how may rows/columns the focus has jumped to; or whether the focus has gone out of the data grid altogether.
    Observations: I am not sure whether this problem is because of custom component implementation or it is because of some issue related to Flex Component.
    It only occurs when we perform some actions like some server call, some complex logic execution etc. at the focus out event of itemrenderer.
    There is one property of datagrid i.e. editedItemPosition which contains row & column index of datagrid. On the focus out event, it gets null when focus got lost. We tried to set it, but it didn’t work.
    Steps Performed:-
    1. Currently focus is in 2nd column i.e. Apply to #.
    2. Once I press tab key from 2nd column, it goes to 3rd column which is correct.
    3. Now if I press tab key from 2nd column i.e. Payment #, focus should go to 3rd column, but it goes out of data grid and set the focus of button which is outside data grid.

    http://search.java.sun.com/search/java/index.jsp?qp=&nh=10&qt=%2Bjtable+%2Btab+%2B%22enter+key%22&col=javaforums

  • Cannot set locale (ignored from /etc/locale.conf)

    I just installed Arch on my new machine and I wrote:
    ==> /etc/locale.conf
    LANG=es_CL.utf-8
    # LANG=es_CL.UTF-8 (I've tried with both).
    after uncommenting it on /etc/locale.gen and running # locale-gen
    (I basically followed every step in the wiki).
    No matter what I do when I start any terminal, I found the locale commands output:
    $ ~ locale
    LANG=
    LC_CTYPE="POSIX
    LC_NUMERIC="POSIX"
    LC_TIME="POSIX"
    LC_COLLATE="POSIX"
    LC_MONETARY="POSIX"
    LC_MESSAGES="POSIX"
    LC_PAPER="POSIX"
    LC_NAME="POSIX"
    LC_ADDRESS="POSIX"
    LC_TELEPHONE="POSIX"
    LC_MEASUREMENT="POSIX"
    LC_IDENTIFICATION="POSIX"
    LC_ALL=
    I found that if I open a tty, the /etc/profile.d/locale.sh is ran so, the locales are correct and locale shows the correct output.
    The weirdest thing is that my old machine doesn't load locale.sh, and still the locale it's right.
    I've search a lot through the wiki and bbs and even when there are couple of articles, none of them help me to solve this issue :(.
    I'm running my session through systemd --user (in case it means anything).
    EDIT: Add more info.
    EDIT2: Fix typo
    Last edited by pablox (2013-03-25 13:19:42)

    WorMzy wrote:
    Looks like it is, I removed it from my .zshrc and nothing changed.
    Could you check whether es_CL.UTF-8 is actually listed as an available locale?
    localectl list-locales
    And if so, whether it's correctly set
    localectl status
    $ localectl list-locales
    en_US.utf8
    es_CL.utf8
    $ localectl status
    System Locale: LANG=es_CL.UTF-8
    LC_COLLATE=C
    LC_MESSAGES=C
    VC Keymap: la-latin1
    X11 Layout: n/a
    $ locale
    LANG=
    LC_CTYPE="POSIX"
    LC_NUMERIC="POSIX"
    LC_TIME="POSIX"
    LC_COLLATE="POSIX"
    LC_MONETARY="POSIX"
    LC_MESSAGES="POSIX"
    LC_PAPER="POSIX"
    LC_NAME="POSIX"
    LC_ADDRESS="POSIX"
    LC_TELEPHONE="POSIX"
    LC_MEASUREMENT="POSIX"
    LC_IDENTIFICATION="POSIX"
    LC_ALL=
    $
    Ô_o
    I have removed an empty ~/.zprofile just in case but the issue persist. Running an empty zsh shell (with zsh -f) doesn't work either.
    Last edited by pablox (2013-03-26 23:59:45)

  • Hp elitebook 8730w specific /etc/sensors3.conf

    Been googling for the past 45 min for a specific /etc/sensors3.conf for my elitebook 8730w but came up empty handed.  Anyone know of some good resources?
    http://www.lm-sensors.org/wiki/Configurations has nothing relevant.
    $ sensors
    acpitz-virtual-0
    Adapter: Virtual device
    temp1: +50.0°C (crit = +115.0°C)
    temp2: +36.0°C (crit = +105.0°C)
    temp3: +28.5°C (crit = +110.0°C)
    temp4: +46.0°C (crit = +110.0°C)
    temp5: +40.0°C (crit = +85.0°C)
    temp6: +16.0°C (crit = +105.0°C)
    coretemp-isa-0000
    Adapter: ISA adapter
    Core 0: +38.0°C (high = +105.0°C, crit = +105.0°C)
    Core 1: +36.0°C (high = +105.0°C, crit = +105.0°C)
    Basically, I'd like to name temp{1-6} with the correct sensors.
    Thanks!

    s'il vous plaît m'aider à récupérer le mot de passe BIOS
    ordinateur portable de modèle: HP Probook 6560b
    Numéro de produit: LE550AV
    numéro de série: [Edited for Personal Information]
    UUID: D92C0D5F1772E1119D664390E502E0FC
    Numéro d'inventaire: 00/00/0000
    ID de configuration du système: A0001D02
    carte système ID: 1619
    Carte système CT: PCBTTB97V2GD77
    BIOS révision: 68SCE ver. F.22
    Après avoir appuyé sur entrer 3 fois en essayant d'entrer dans le bios je reçois le keybord à l'écran mais pas de codes
    Plz help me 
    thanks

  • Hi accidentally overwrote new pacman.conf with /etc/pacman.conf.pacnew

    Hi
    I accidentally overwrote etc/pacman.conf with the old /etc/pacman.conf.pacnew.
    Pacman now appears to work but disregards the signing of packages.
    Is there an copy of the pacman.conf from the upgrade around so I can merge
    the two files. perhaps pacman.conf~, but no I think this is overwritten too.
    Regardz
    El Zorro

    Hi Trilby,
                  it may be the mouldy oldy one as there is no reference to "SigLevel = Never"  it does not seem to exist only "Architecture = auto"
    Here is the current /etc/pacman.conf
    # /etc/pacman.conf
    # See the pacman.conf(5) manpage for option and repository directives
    # GENERAL OPTIONS
    [options]
    # The following paths are commented out with their default values listed.
    # If you wish to use different paths, uncomment and update the paths.
    #RootDir = /
    #DBPath = /var/lib/pacman/
    #CacheDir = /var/cache/pacman/pkg/
    #LogFile = /var/log/pacman.log
    HoldPkg = pacman glibc
    # If upgrades are available for these packages they will be asked for first
    SyncFirst = pacman
    #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
    #XferCommand = /usr/bin/curl -C - -f %u > %o
    #CleanMethod = KeepInstalled
    Architecture = auto
    # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
    #IgnorePkg =
    #IgnoreGroup =
    #NoUpgrade =
    #NoExtract =
    # Misc options (all disabled by default)
    #UseSyslog
    #ShowSize
    #UseDelta
    #TotalDownload
    #CheckSpace
    # REPOSITORIES
    # - can be defined here or included from another file
    # - pacman will search repositories in the order defined here
    # - local/custom mirrors can be added here or in separate files
    # - repositories listed first will take precedence when packages
    # have identical names, regardless of version number
    # - URLs will have $repo replaced by the name of the current repo
    # - URLs will have $arch replaced by the name of the architecture
    # Repository entries are of the format:
    # [repo-name]
    # Server = ServerName
    # Include = IncludePath
    # The header [repo-name] is crucial - it must be present and
    # uncommented to enable the repo.
    # The testing repositories are disabled by default. To enable, uncomment the
    # repo name header and Include lines. You can add preferred servers immediately
    # after the header, and they will be used before the default mirrors.
    #[testing]
    #Include = /etc/pacman.d/mirrorlist
    [core]
    Include = /etc/pacman.d/mirrorlist
    [extra]
    Include = /etc/pacman.d/mirrorlist
    #[community-testing]
    #Include = /etc/pacman.d/mirrorlist
    [community]
    Include = /etc/pacman.d/mirrorlist
    # An example of a custom package repository. See the pacman manpage for
    # tips on creating your own repositories.
    #[custom]
    #Server = file:///home/custompkgs
    Trilby wrote:
    The pacnew version includes everything for package signing.  All you will have lost is any personal changes you have made.
    The package signing lines are, however, commented out except for the "SigLevel = Never" line.  Just read the instructions within the comments and uncomment the appropriate SigLevel line (and comment the "Never" line).
    Last edited by elzorro (2012-01-21 06:31:50)

  • Pacman not reading /etc/pacman.conf???

    All right, I'm sorta new to linux and VERY new to Arch. Love what I see so far, but I've got a little problem.
    I've uncommented out and added some repositories in /etc/pacman.conf, but when I run pacman -Syu it only sync's up with the core and extra's database. I have uncommented out testing, and added the kdemod repos... What am I doing wrong???
    pacman -Syu
    ::Synchronizing package databases...
    core is up to date
    extra is up to date
    local database is up to date
    Argh!

    Yep, should've done that. Sorry!
    # /etc/pacman.conf
    # See the pacman manpage for option directives
    # GENERAL OPTIONS
    [options]
    LogFile     = /var/log/pacman.log
    HoldPkg     = pacman glibc
    #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
    # REPOSITORIES
    #   - can be defined here or included from another file
    #   - pacman will search repositories in the order defined here
    #   - local/custom mirrors can be added here or in separate files
    #   - repositories listed first will take precedence when packages
    #     have identical names, regardless of version number
    #[testing]
    #Include = /etc/pacman.d/testing
    [core]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/core
    [extra]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/extra
    #[community]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/community
    #[unstable]
    # Add your preferred servers here, they will be used first
    #Include = /etc/pacman.d/unstable
    # An example of a custom package repository.  See the pacman manpage for
    # tips on creating your own repositories.
    #[custom]
    #Server = file:///home/custompkgs
    #[kdemod]
    Server = http://kdemod.ath.cx/repo/current/x86_64

  • Sudo can't open /etc/sysinfo.conf mac os x lion

    I have been trying to get locate to work for ages now (well not really, only since I upgraded to lion).
    And I'm having no joy. I keep getting an su error when /usr/libexec/locate.updatedb is being called.
    Terminal just throws this cool error "su: Sorry".
    Console (syslog) shows this error
    (pam_acct_mgmt: error in service module)
    Which apparently means an error occured in a PAM module
    I decided to run dtrace opensnoop to find out what files were being opened and what was going wrong.
    Mind you that I am not versed in Dtrace, this is one of my first uses.
    This is what I get when I run "sudo /usr/libexec/locate.updatedb" whilst running "sudo opensnoop -x -n sudo -e":
    UID
    PID
    COMM
    FD
    ERR
    PATH
    0
    54853
    sudo
    -1
    2
    /etc/sysinfo.conf
    0
    54854
    sudo
    -1
    2
    /proc/self/fd
    0
    54858
    su
    -1
    2
    /etc/sysinfo.conf
    /etc/sysinfo.conf does not exist on my system.
    This might be the cullprit, but I'm not sure.
    I have been getting the very "helpfull" tip to just use mdfind.
    Not being able to use locate isn't the end of the world for me, it just bugs the **** out of me that it doesn't work anymore.
    I can't shake the feeling that I don't know what else is broken.

    I fixed the issue by doing a clean install of Lion.
    Now locate works as expected.
    Incidentally, when I installed Xcode on my upgraded version of Lion I had the same problem that many other people had which was that the installer window (the one with the progress bar) got stuck at 99% even though Xcode finished installing.
    I did not have this issue with the clean install Lion... hmm go figure.

  • Who writes /etc/resolv.conf?

    Someone is writing the "domain" configuration directive to /etc/resolv.conf on boot. I suspected DHCP, so cleared the domain field at the DHCP server that serves the Solaris 10 computer in question, but /etc/resolv.conf is still picking up the domain name from somewhere. Who does this and where does the information come from?
    Alan Feldstein
    Cosmic Horizon
    http://www.alanfeldstein.com/

    Observed that ".alanfeldstein.com" was being appended to each inquiry (as suggested by result) of the following form:
    getent hosts yahoo.comThis is incorrect. alanfeldstein.com is hosted by a service provider, not here. That is, it's not on the path from here to DNS. If a domain must be appended to a name lookup handled by DNS, that of my ISP (earthlink.net), or none at all, would be more appropriate. So I removed
    domain alanfeldstein.comfrom /etc/resolv.conf. However, it reappeared after reboot. I theorized that /etc/resolv.conf was written with data from my DHCP server, so I emptied the domain field there.
    Still, /etc/resolv.conf was being automatically written with the same date at boot time. This question can remain open (with reduced Dukes) because I'm still curious about where that data was coming from after being cleared from the DCHP server's domain field.
    I did find that specifying earthlink.net at the DHCP server caused
    domain earthlink.netto appear in /etc/resolv.conf of my NIS server, which forwards non-local names to DNS on behalf of my NIS clients. And that fixes the problem I was having (i.e. inability to lookup non-local names from NIS clients).
    Alan Feldstein

  • Which configuration file modified the /etc/resolv.conf ?

    Hello Everyone,
    I have 2 linux VM in my laptop that has been setup in similar way but one of them behaves differently every time it gets rebooted.
    This is OEL6 update 5
    I configured 4 interfaces:
    eth0 - eth3 is setup with NAT-Network to be able to communicate with other VMs only.
    eth4 is setup with bridged network.
    I've configured the ifcfg-eth# scripts as follows:
    Interface
    server 1
    server 2
    eth0
    DEVICE=eth0
    TYPE=Ethernet
    UUID=8cb50704-029f-469a-b031-da44b4a49b74
    ONBOOT=yes
    NM_CONTROLLED=no
    BOOTPROTO=none
    IPADDR=10.1.2.71
    PREFIX=24
    GATEWAY=10.1.2.1
    DNS1=10.1.2.90
    DEFROUTE=yes
    IPV4_FAILURE_FATAL=yes
    IPV6INIT=no
    NAME="System eth0"
    HWADDR=08:00:27:12:F8:42
    LAST_CONNECT=1389967507
    DEVICE=eth0
    TYPE=Ethernet
    UUID=f10e7ab5-7b7e-4bcf-9ddb-a2ab439a776a
    ONBOOT=yes
    NM_CONTROLLED=no
    BOOTPROTO=none
    IPADDR=10.1.2.72
    PREFIX=24
    GATEWAY=10.1.2.1
    DNS1=10.1.2.90
    DEFROUTE=yes
    IPV4_FAILURE_FATAL=yes
    IPV6INIT=no
    NAME="System eth0"
    HWADDR=08:00:27:45:56:13
    LAST_CONNECT=1389968121
    eth1
    DEVICE=eth1
    TYPE=Ethernet
    UUID=568d8c14-d28e-48f7-82e5-dd7764968648
    ONBOOT=yes
    NM_CONTROLLED=no
    BOOTPROTO=none
    IPADDR=192.168.5.81
    PREFIX=24
    GATEWAY=192.168.5.1
    DEFROUTE=yes
    IPV4_FAILURE_FATAL=yes
    IPV6INIT=no
    NAME="System eth1"
    HWADDR=08:00:27:B1:D9:D6
    DEVICE=eth1
    TYPE=Ethernet
    UUID=dc09606a-5126-4d2c-a0bc-ea11ce0dc80f
    ONBOOT=yes
    NM_CONTROLLED=no
    BOOTPROTO=none
    IPADDR=192.168.5.82
    PREFIX=24
    GATEWAY=192.168.5.1
    DEFROUTE=yes
    IPV4_FAILURE_FATAL=yes
    IPV6INIT=no
    NAME="System eth1"
    HWADDR=08:00:27:15:7B:39
    LAST_CONNECT=1389968121
    eth2
    DEVICE=eth2
    TYPE=Ethernet
    UUID=6e6858b9-9709-4334-9b58-bb6f02a30e94
    ONBOOT=yes
    NM_CONTROLLED=no
    BOOTPROTO=none
    HWADDR=08:00:27:9C:16:71
    IPADDR=192.168.7.51
    PREFIX=24
    GATEWAY=192.168.7.1
    DEFROUTE=yes
    IPV4_FAILURE_FATAL=yes
    IPV6INIT=no
    NAME="System eth2"
    DEVICE=eth2
    TYPE=Ethernet
    UUID=283b2c5c-04e1-47ca-8375-6c52d333099f
    ONBOOT=yes
    NM_CONTROLLED=no
    BOOTPROTO=none
    IPADDR=192.168.7.52
    PREFIX=24
    GATEWAY=192.168.7.1
    DEFROUTE=yes
    IPV4_FAILURE_FATAL=yes
    IPV6INIT=no
    NAME="System eth2"
    HWADDR=08:00:27:A8:44:45
    LAST_CONNECT=1389968121
    eth3
    DEVICE=eth3
    TYPE=Ethernet
    UUID=ecca01b5-e18f-4f7f-b617-0cfe50e17638
    ONBOOT=yes
    NM_CONTROLLED=no
    BOOTPROTO=none
    HWADDR=08:00:27:5C:F8:96
    IPADDR=192.168.9.51
    PREFIX=24
    GATEWAY=192.168.9.1
    DEFROUTE=yes
    IPV4_FAILURE_FATAL=yes
    IPV6INIT=no
    NAME="System eth3"
    DEVICE=eth3
    TYPE=Ethernet
    UUID=9f2f8b5a-2650-412b-9d12-49de5484a877
    ONBOOT=yes
    NM_CONTROLLED=no
    BOOTPROTO=none
    IPADDR=192.168.9.52
    PREFIX=24
    GATEWAY=192.168.9.1
    DEFROUTE=yes
    IPV4_FAILURE_FATAL=yes
    IPV6INIT=no
    NAME="System eth3"
    HWADDR=08:00:27:27:0F:F0
    LAST_CONNECT=1389968136
    eth4
    HWADDR=08:00:27:EC:60:F2
    TYPE=Ethernet
    BOOTPROTO=none
    NM_CONTROLLED=no
    DEFROUTE=no
    PEERDNS=no
    PEERROUTES=yes
    IPV4_FAILURE_FATAL=yes
    IPV6INIT=no
    IPADDR=192.168.1.30
    DNS1=192.168.1.90
    NAME=eth4
    UUID=6c6afa4f-48ce-47c7-9968-3419b4e5f8ea
    ONBOOT=yes
    LAST_CONNECT=1393844453
    HWADDR=08:00:27:FD:E7:7E
    TYPE=Ethernet
    BOOTPROTO=none
    NM_CONTROLLED=no
    DEFROUTE=no
    PEERDNS=no
    PEERROUTES=yes
    IPV4_FAILURE_FATAL=yes
    IPV6INIT=no
    IPADDR=192.168.1.31
    DNS1=192.168.1.90
    NAME=eth4
    UUID=0ca62e7e-6770-45aa-a7a2-bca42cf3ed9c
    ONBOOT=yes
    LAST_CONNECT=1393849919
    however, each time I rebooted, these are the difference on the /etc/resolv.conf and the other configuration
    Config
    Server 1
    Server 2
    /etc/resolv.conf
    ; generated by /sbin/dhclient-script
    search wrx4.vm
    nameserver 10.1.2.90
    nameserver 103.11.48.126
    # Generated by NetworkManager
    search wrx4.vm
    # No nameservers found; try putting DNS servers into your
    # ifcfg files in /etc/sysconfig/network-scripts like so:
    # DNS1=xxx.xxx.xxx.xxx
    # DNS2=xxx.xxx.xxx.xxx
    # DOMAIN=lab.foo.com bar.foo.com
    nameserver 10.1.2.90
    chkconfig --list NetworkManager
    NetworkManager  0:off   1:off   2:off   3:off   4:off   5:off   6:off
    NetworkManager  0:off   1:off   2:off   3:off   4:off   5:off   6:off
    service NetworkManager status
    NetworkManager is stopped
    NetworkManager is stopped
    I never setup any dhcp client configuration before, but each time the VM is rebooted or started it seems that the /etc/resolv.conf always gets overwritten again.
    However, in Server 1, somehow the dhcp client is working and getting the right DNS server IP address.
    What I want to achieve for the Server 2 is like the one in the Server 1 where the nameserver I got from the ISP is also configured there.
    That will made it easier if I need to download just a small file from the internet.
    Other than that, I also wanted to understand what other configuration that could affect this /etc/resolve.conf file gets overwritten, which configuration and how to configure it.
    Thanks in advance for your help in advance.
    Adhika
    Message was edited by: Adhika W

    Hi Dude!,
    To make it simpler, I can simply delete those interfaces (eth0, eth1, eth2, & eth3) right now and left with eth4 which I think can be directed to the actual question I was asking.
    So here's the result of ipconfig on my host:
    Ethernet adapter Local Area Connection:
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Realtek PCIe GBE Family Controller
       Physical Address. . . . . . . . . : 00-90-F5-CC-F9-DB
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
       IPv4 Address. . . . . . . . . . . : 192.168.1.5(Preferred)
       Subnet Mask . . . . . . . . . . . : 255.255.255.0
       Default Gateway . . . . . . . . . : 192.168.1.1
       DNS Servers . . . . . . . . . . . : 192.168.1.1
                                           103.11.48.126
       NetBIOS over Tcpip. . . . . . . . : Enabled
    As you can see from that result, if you compare the Server 1 and Server 2, the /etc/resolv.conf from Server 1 managed to get that 103.11.48.126, whereas the one in the Server 2 couldn't.
    This is exactly what I'm trying to resolve.
    Does this make any sense to you?
    Just forget about the other interfaces.
    Thank you,
    Adhika

  • How can i connect iphone to itunes.. i want to restore because my finger mistakes that click Reset all content and setting.. so iphone are empty.. all foto and data lost, right.. how can i use my iphone again..

    how can i connect iphone to itunes.. i want to restore because my finger mistakes that click Reset all content and setting.. so iphone are empty.. all foto and data lost, right.. how can i use my iphone again.

    Yes, try to restore your iPhone from iTunes or iCloud backup.
    iOS: How to back up and restore your content
    http://support.apple.com/kb/HT1766
    Tell us the result if you will try.
    <Link Edited By Host>

  • Setting global umask via NSUmask or /etc/launchd.conf and /etc/launchd-user.conf broken?

    The procedure to change the default global umask from 0022 to 0002, so that most files created by one user on a machine will be read-write by other users in the same group, seems to have been broken or to have been changed in OS X Lion from OS X Snow Leopard.  What worked as far back as OS X 10.4 and was officially documented was done from Terminal: "defaults write /Library/Preferences/.GlobalPreferences NSUmask 2" (with a sudo, if not logged in as 'root').
    Another way documented in various places and which I actually used through OS X 10.6 was also done via Terminal. Two files were created: /etc/launchd.conf (for system-wide global umask) or /etc/launchd-user.conf (for user-specific global umask).  The contents of each were simply the single umask command, "umask 002" or ("umask u=rwx,g=rwx,o=rx", I can't remember which variant I used - they're functionally the same, though).
    No matter which method I use, the 2nd or the 1st, the global umask no longer changes.
    Does anyone know whether this has been deliberately hobbled under OS X Lion, requiring purchase of OS X Lion Server?  Is this an OS X Lion bug?  Or, am I looking at something wrong?

    See this support article, which was written for OS X Server, but seems applicable to  Mac OS X client versions as well:
    Mac OS X Server v10.5, 10.6: Setting a custom umask
    The excerpt below describes the use of /etc/launchd-user.conf, and strongly cautions against using /etc/launchd.conf.
    Umask for user applications
    In Mac OS X v10.5.3 and later, you can create the file /etc/launchd-user.conf with the contents "umask nnn". Do not include the quotation marks and replace nnn with the desired umask value, such as 027 or 002.
    This will set the user's umask for all applications they launch, such as Finder, TextEdit, or Final Cut Pro, and control the permissions set on new files created by any of these applications.
    Umask for system processes
    In Mac OS X v10.4 and later, create the file /etc/launchd.conf with the contents "umask nnn". Do not include the quotation marks and replace nnn with the desired umask value, such as 027 or 002.
    This will set the umask for all processes. Changing this value is strongly discouraged because it changes the permissions on files used by the system software. If the permissions are too restrictive, dependent software may not work. If the permissions are too open, they may introduce security issues.

Maybe you are looking for

  • How to install iTunes 12 64-bit version?

    I have a laptop on Windows 8.1. Previously I had iTunes 10 32-bit version for awhile. It was reliable most of the times (sometimes the program freezes when playing/pausing songs etc.) but decided to upgrade to iTunes 12 64-bit version so that it woul

  • Execute SQL Task Error

    I am using the following query in Execute SQL Task SELECT CASE(SELECT COUNT(*) FROM STG_APJ_APIW_DETAILS WHERE source_filename = ? AND lTRIM(RTRIM([BILLING DATE])) <> '') WHEN 0 THEN (SELECT CONVERT(VARCHAR(8), GETDATE(), 112) AS [YYYYMMDD]) ELSE (SE

  • Cover Flow Won't Display Ampersands

    Ampersands (&) are displayed fine everywhere else on the iPod and even on the iTunes Cover Flow, but not on my iPod's Cover Flow. Other symbols, such as colons, plus signs, parentheses, periods, commas, etc. display fine, however. Also, the ampersand

  • Save For Web Just Stopped Working

    PSE3 on Mac This'll teach me to stop for lunch ! I was quite happily using the feature this morning,but after lunch it too had decided to take a break. I reset preferences and repaired permissions but it still refuses to cooperate. The error message

  • CPU Kernel Panic! Grey Curtain of Death!!!!!!!!!!

    I'm getting constant kernel panics with the grey curtain of death!!!!! I've tried taking out my UAD cards, my Symphony card, extra ram, resetting the PRAM as well as doing an erase and install, but noting seems to work. I wondering if my computer is