Xorg: module "glx" and commands not found???

Hello, all.
I'm fairly new to Linux but I'm not a total noob. I have FC6 on my laptop and am currently trying to get a GUI working for Arch on my desktop.
I pacman-ed hwd, and ran it to create a Xorg.conf, and upon running it I get the following errors:
(EE) Failed to load module "glx" (module does not exist, 0)
/etc/X11/xinit/xinitrc: line 28: twm: command not found
/etc/X11/xinit/xinitrc: line 29: xclock: command not found
/etc/X11/xinit/xinitrc: line 30: xterm: command not found
/etc/X11/xinit/xinitrc: line 31: xterm: command not found
/etc/X11/xinit/xinitrc: line 32: exec: xterm: not found
waiting for X server to shut down FreeFontPath: FPE "/usr/share/fonts/misc:unscaled" refcount is 2, should be 1; fixing.
The last comment it makes I know isn't critical, so I'm not worried about that. But I need help with the "glx" part and the commands not found.
Thanks in advance.

Did you installed libgl-dri? If not install it, and it will fix glx problems.
For the command not found, you need to create a ~/.xinitrc file. Before, you'll need to install the WM/DE that you want to use.
There is a sample file in the wiki: http://wiki.archlinux.org/index.php/Sta … ents_HOWTO

Similar Messages

  • [SOLVED] sudo and "command not found" problems

    Ok, the problem I've got is this: sudo has suddenly started acting real strange. It can't find any programs. For example, if i type
    sudo echo
    It just goes
    sudo: echo: command not found
    And another problem I've got, is that as a regular user, it can't find programs in /sbin, or other "exotic" places. For example it can't find firefox, because it's not in /usr/bin or /bin, but in /opt/mozilla/bin.
    Please, help me!
    Last edited by mrpedroxx (2008-06-14 13:23:49)

    sudo -V outputs this
    Sudo version 1.6.9p15
    $PATH outputs
    bash: /usr/gnu/bin:/usr/local/bin:/bin:/usr/bin:.: No such file or directory
    pacman -Q firefox outputs
    firefox 2.0.0.7-1
    Yeah, maybe I should update it anyway
    And /var/log/errors.log does contain stuff about hard disks, but it's just me mounting my iPod and the Windows partition on my hd

  • Mkfontdir and mkfontscale: command not found

    Hi,
    I think that I did a dirty system upgrade. I reinstalled xorg, xorg server several times and I get always the same error when I arrive at the point of installing the fonts.
    E.g. pacman -S ttf-ms-fonts
    I get the following errors:
    mkfontscale: command not found
    mkfontdir: : command not found
    Previously I had also the error: fc-cache: command not found
    this one was solved by I installed fontconfig
    What else should I install to get the mkfontdir and mkfontscale commands?
    Thank you very much for letting me know.

    Thank you, the commands now work, but xorg complains again about fonts, it says that it can't find the "fixed" font.
    I installed (and re-installed with the -f option) the 75dpi, 100dpi and misc fonts, but nothing changed
    I reinstalled all the xorg packages, by using the command pacman -Sf xorg xorg-server etc. (I found a list in the wiki) but still the same problem...
    Do you know an effective way (don't tell me to reformat and re-install, we are not talking about Windows here...) to re-install all the xorg components (fonts included) even if pacman sees them as already installed?
    I already did pacman -Su but nothing changed...
    Thanks for some hints... I will ask in the meanwhile also in another area of the forum about pacman...

  • [SOLVED] virtualbox-modules: dkms: command not found

    $ makepkg -s
    ==> Making package: virtualbox-modules 4.2.6-4 (Tue Jan 29 15:42:01 EET 2013)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving Sources...
    ==> Extracting Sources...
    ==> Removing existing pkg/ directory...
    ==> Starting build()...
    -> Host modules
    /home/yuri/builds/virtualbox-modules/PKGBUILD: line 26: dkms: command not found
    ==> ERROR: A failure occurred in build().
    Aborting...
    $ which dkms
    which: no dkms in (~/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/vendor_perl:/usr/bin/core_perl)
    $ su - -c 'which dkms'
    /usr/sbin/dkms
    Since makepkg uses fakeroot (and should never be run as root), ...
    https://wiki.archlinux.org/index.php/AUR
    What is the proper way to make it work? Thank you.
    Last edited by x-yuri (2013-01-29 19:33:44)

    It's not my PKGBUILD. It's PKGBUILD, downloaded by abs (community/virtualbox-modules):
    # $Id: PKGBUILD 82593 2013-01-21 11:10:44Z tpowa $
    # Maintainer: Ionut Biru <[email protected]>
    # Maintainer: Sébastien Luttringer <[email protected]>
    pkgbase=virtualbox-modules
    pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
    pkgver=4.2.6
    pkgrel=4
    arch=('i686' 'x86_64')
    url='http://virtualbox.org'
    license=('GPL')
    makedepends=('linux-headers'
    "virtualbox-host-dkms>=$pkgver"
    "virtualbox-guest-dkms>=$pkgver"
    'expac'
    'bc')
    build() {
    _kernver=$(expac -Q '%v' linux-headers)-ARCH
    # dkms need modification to be run as user
    cp -r /var/lib/dkms .
    echo "dkms_tree='$srcdir/dkms'" > dkms.conf
    # build host modules
    msg2 'Host modules'
    dkms --dkmsframework dkms.conf build "vboxhost/$pkgver" -k "$_kernver"
    # build guest modules
    msg2 'Guest modules'
    dkms --dkmsframework dkms.conf build "vboxguest/$pkgver" -k "$_kernver"
    package_virtualbox-host-modules(){
    _kernver=$(expac -Q '%v' linux-headers)-ARCH
    _extraver=extramodules-${_kernver%.*}-ARCH
    pkgdesc='Host kernel modules for VirtualBox'
    depends=("linux>=${_kernver%.*}" "linux<$(echo "${_kernver%.*}+0.1"|bc)")
    replaces=('virtualbox-modules')
    conflicts=('virtualbox-modules')
    install=virtualbox-host-modules.install
    install -dm755 "$pkgdir/usr/lib/modules/$_extraver"
    cd "dkms/vboxhost/$pkgver/$_kernver/$CARCH/module"
    install -m644 * "$pkgdir/usr/lib/modules/$_extraver"
    find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
    sed -ie "s/EXTRAMODULES='.*'/EXTRAMODULES='$_extraver'/" "$startdir/virtualbox-host-modules.install"
    package_virtualbox-guest-modules(){
    _kernver=$(expac -Q '%v' linux-headers)-ARCH
    _extraver=extramodules-${_kernver%.*}-ARCH
    pkgdesc='Guest kernel modules for VirtualBox'
    license=('GPL')
    depends=("linux>=${_kernver%.*}" "linux<$(echo "${_kernver%.*}+0.1"|bc)")
    replaces=('virtualbox-archlinux-modules')
    conflicts=('virtualbox-archlinux-modules')
    install=virtualbox-guest-modules.install
    install -dm755 "$pkgdir/usr/lib/modules/$_extraver"
    cd "dkms/vboxguest/$pkgver/$_kernver/$CARCH/module"
    install -m644 * "$pkgdir/usr/lib/modules/$_extraver"
    find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
    sed -ie "s/EXTRAMODULES='.*'/EXTRAMODULES='$_extraver'/" "$startdir/virtualbox-guest-modules.install"
    # vim:set ts=2 sw=2 et:
    Could it possibly be that this time makepkg must be run as root?

  • Type "purge" in Terminal and get:   -bash: purge: command not found   Is there another built-in command to clear memory leaks?   want to clear memory periodically

    I have 10.6.8.  When I type "purge" in Terminal I get:   -bash: purge: command not found   Is there another built-in command to clear memory leaks?   I have FreeMemory (works well) and considering FreeMemory Pro, to clear memory periodically, say every 20 minutes, or preferably when a threshold is reached, say when only 100MB is available.

    To get purge to work you need to install Xcode from Optional Installs on the 10.6 install DVD. Also be sure you install CHUD Tools with it.
    But running purge or anything like it is pointless if within a short period of time the VM just grows back again. Sounds like you need more RAM.
    Where are the memory leaks? Just because the VM reaches a certain size doesn't necessarily mean it's from a memory leak.

  • Bash: xhost: command not found  AND  set DISPLAY environment varibale

    Hi all, i have this issue, when i try to execute
    -> xhost +amjad.iqbal.com
    bash: xhost: command not found
    -> DISPLAY = amjad.iqbal.com:0.0
    -> export DISPLAY
    after which if i start installation of oracle database 11g, it says display variable has not been set.
    PLEASE HELP!

    Hi,
    when i try to execute "service vncserver status" o/p: unrecognised service
    when i execute "ps -ef|grep vnc" o/p: root 1981 1700 1 11:30 tty1 00:00:00 grep vnc
    and when i downloaded VNC and tried to install, it says "failed dependencies: libstdc++-libc6.2-2.so.3 is needed by vnc-4.1.3-1.i386"
    to install i used command -- "rpm -ivh vnc-4_1_3-x86_linux.rpm"
    because of which im not able to complete your steps and im not able to set display environment variable and my installation is not getting started.
    Please advice

  • Oracle apps 12i pre install checks fails in cl; command not found

    Hi guyz,
    Im trying to install 12i on external hard drive (windows xp), I followed the steps from http://forums.oracle.com/forums/thread.jspa?threadID=447193&tstart=60&start=0
    The installation fails in
    command: cmd.exe /c D:\stage12\startCD\Disk1\rapidwiz\bin\adchkutl.cmd d:\Tools\MKS\mksnt\bin d:\Tools\MSVC\V98
    D:\stage12\startCD\Disk1\rapidwiz>echo off
    /cygdrive/c/WINDOWS/system32/cmd
    'which' command is available.
    /cygdrive/d/Tools/MKS/mksnt/bin/gnumake
    'gnumake' is available.
    'cl' is not available.
    ERRORCODE = 1 ERRORCODE_ENDThe system cannot find the path specified.
    cl: Command not found.
    RW-50011: Error: - System Utilities Availability test has returned an error: 1
    There are no spaces in MKS tool kit and Visualstudio2005 install dir but still the installation fails.
    I tried many combinations installing MKS and VS on c:, installing MKS and VS on d:, installing VC++ express edition but nothing worked. Also i have set the enviromental variable PATH each time i made a change. Still i get the same issue.
    Im doing this for a week now, had no luck.
    I had a successful installation of 11.5.10 from e delivery but it didn't had the financials modules needed. There is an update for 11.5.10 on edelivery but i was not sure if they had the financials modules in it, so i decided to go for 12i
    Can anybody help me with 12i installation or provide me steps how to apply the updates on 11.5.10 if updates have financials in it.
    I appreciate any help.

    Oracle E-Business Suite R12 Installation on Windows 2003
    Re: Oracle E-Business Suite R12 Installation on Windows 2003
    If you have a VC98, you are using Visual Studio 6. You need to be using Visual Studio 8, and set the Visual Studio directory in Rapidwiz to d:\Tools\MSVS\VC.
    The Vision installation of Oracle Applications has had Oracle Financials implemented for the fictitious company Vision Corporation from the beginning, 10.7 I believe, but definitely every 11i release has financials plus every other product licensed. Not all the newest products are fully implemented, but they are licensed.

  • Frmcmp: command not found in EBS 12.1.1 (Os- RHL 5.4)

    Hi All,
    Could you please help me how i can resolve the below issue. Lots of post already given for this issue and i checked them, but none of them help me to resolve that.
    Issue - at the time of compilation of custom form , it's showing 'frmcmp.sh not foud'.
    My steps to compile the custom forms ( EBS Version - 12.1.1 , Linux - 5.5)
    . /home/ebs/oracle/apps/apps_st/appl/VIS_rana.env
    FORMS60_PATH=/home/ebs/oracle/apps/apps_st/appl/au/12.0.0/forms/US:/home/ebs/oracle/apps/apps_st/appl/au/12.0.0/resource:/home/ebs/oracle/apps/apps_st/appl/au/12.0.0/resource/stub:/home/ebs/oracle/apps/apps_st/appl/au/12.0.0/forms/US
    frmcmp module=/home/ebs/oracle/apps/apps_st/appl/xxerp/12.0.0/forms/US/DEMO.fmb userid=apps/apps output_file=/home/ebs/oracle/apps/apps_st/appl/xxerp/12.0.0/forms/US/DEMO.fmx compile_all=special batch=yes
    -bash: frmcmp: command not found
    Please see the below command also- find . -name "frmcmp.sh"
    -rwxr-xr-x 1 oracle dba 2438 Apr 9 05:26 frmcmp.sh
    and relateds are
    -rwxr-xr-x 1 oracle dba 2414 Apr 9 05:26 frmcmp_batch.sh
    -rwxr-xr-x 1 oracle dba 6357858 Apr 9 05:26 frmcmp_batch
    -rwxr-xr-x 1 oracle dba 5731234 Apr 9 05:26 frmcmp
    [oracle@rana bin]$ pwd
    /home/ebs/oracle/apps/tech_st/10.1.2/bin
    all the frmcmp* files are stored in /home/ebs/oracle/apps/tech_st/10.1.2/bin
    Waiting for your response.
    Thanks in advance.

    FORMS60_PATH=/home/ebs/oracle/apps/apps_st/appl/au/12.0.0/forms/US:/home/ebs/oracle/apps/apps_st/appl/au/12.0.0/resource:/home/ebs/oracle/apps/apps_st/appl/au/12.0.0/resource/stub:/home/ebs/oracle/apps/apps_st/appl/au/12.0.0/forms/USFor R12, you need to make sure that FORMS_PATH is set (FORMS60_PATH is used in 11i only). Sourcing the env file should be enough and you do not need to set FORMS_PATH after you source the application env file.
    frmcmp module=/home/ebs/oracle/apps/apps_st/appl/xxerp/12.0.0/forms/US/DEMO.fmb userid=apps/apps output_file=/home/ebs/oracle/apps/apps_st/appl/xxerp/12.0.0/forms/US/DEMO.fmx compile_all=special batch=yes
    -bash: frmcmp: command not found
    Please see the below command also- find . -name "frmcmp.sh"
    -rwxr-xr-x 1 oracle dba 2438 Apr 9 05:26 frmcmp.sh
    and relateds are
    -rwxr-xr-x 1 oracle dba 2414 Apr 9 05:26 frmcmp_batch.sh
    -rwxr-xr-x 1 oracle dba 6357858 Apr 9 05:26 frmcmp_batch
    -rwxr-xr-x 1 oracle dba 5731234 Apr 9 05:26 frmcmp
    [oracle@rana bin]$ pwd
    /home/ebs/oracle/apps/tech_st/10.1.2/bin
    all the frmcmp* files are stored in /home/ebs/oracle/apps/tech_st/10.1.2/bin
    Waiting for your response.Please use "frmcmp_batch" instead of frmcmp.
    R12: How to Compile a Form in Release 12 [ID 1085928.1
    How to Generate Form, Library and Menu for Oracle Applications (11i and R12) [ID 130686.1]
    Thanks,
    Hussein

  • Locale-gen command not found

    Hi everyone
    I just completed a new installation of Arch on my netbook, everything was working fine but there is a problem I can not solve.
    I managed to set everything as I wanted and put the language of my XFCE and Firefox in Spanish, but then (I do not know exactly when) all programs returned to English.
    I already check the rc.conf configuration and locale.gen and everything is set for Spanish, but when I try "sudo locale-gen" I recive a message like this: "sudo: locale-gen: command not found"
    I also have problems with the keyboard, I configured xorg and rc.conf to use spanish keymap but it didn't work
    Any ideas?

    TigTex wrote:I made one arch install that has this problem... locale-gen doesnt work (for example) but it's full path works. How do I re-set the PATH variable?
    All the problems I had with the PATH, keyboard and using other language than english had solved when I stop using autostart X in inittab , if I login to the terminal and start X myself, then everything works fine.
    I am still looking for a way to start XFCE at boot without having to enter my username or password and not having the problems I told (CDM looks like the better way )
    Last edited by Andyvec (2010-11-09 17:58:28)

  • Virtualbox problem: modprobed_db: command not found[SOLVED]

    I'm running arch in virtualbox.
    and when I run # virtualbox, error:
    "VirtualBox: supR3HardenedMainGetTrustedMain: dlopen("/usr/lib/virtualbox/VirtualBox.so",) failed: libQtCore.so.4: cannot open shared object file: No such file or directory"
    wiki write: "Note: You may need to update the kernel modules db in order to avoid 'no such file or directory' error when loading vboxdrv. Run: modprobed_db."
    but result:
    "# modprobed_db
    bash: modprobed_db: command not found
    Last edited by lqs (2012-07-27 09:00:44)

    modprobed_db can be found in the AUR. It collects all modules which have ever been loaded on your system. It's very practical if you compile a custom kernel and only want to include the modules you need.
    I think this doesn't solve your problem. Your system is missing the file /usr/lib/libQtCore.so.4 Do you have [testing] enabled? If so, do you also have [community-testing] enabled? I'll need more input to be able to help properly.

  • /bin/sh: -q: command not found

    Hi,
    I'm trying to install modauthzldap on Leopard Server, and I get this when I run make install:
    Making install in module
    if /bin/sh ../libtool --mode=compile ` -q CC` -DHAVECONFIGH -I. -I. -I.. -I` -q INCLUDEDIR` -I/usr/local/openssl/include -DAUTHZLDAP_HAVESSL ` -q CFLAGS` ` -q CFLAGS_SHLIB` -I/usr/local/openldap-2.1.21/include -MT modauthz_ldapla-auth.lo -MD -MP -MF ".deps/modauthz_ldapla-auth.Tpo" \
    -c -o modauthz_ldapla-auth.lo `test -f 'auth.c' || echo './'`auth.c; \
    then mv -f ".deps/modauthz_ldapla-auth.Tpo" ".deps/modauthz_ldapla-auth.Plo"; \
    else rm -f ".deps/modauthz_ldapla-auth.Tpo"; exit 1; \
    fi
    /bin/sh: -q: command not found
    /bin/sh: -q: command not found
    /bin/sh: -q: command not found
    /bin/sh: -q: command not found
    libtool: unrecognized option `-DHAVECONFIGH'
    Try `libtool --help' for more information.
    make[1]: * http://modauthz_ldapla-auth.lo Error 1
    make: * install-recursive Error 1
    Anyone know what that means? I've already installed openldap fine. OpenLDAP and modauthzldap are available here:
    http://www.openldap.org/software/download/
    http://authzldap.othello.ch/download.html

    It looks like the configure script was botched. It wants to run the APXS apache program, but the APXS variable isn't defined. APXS, however, doesn't seem to be required by the configure script.
    Sorry. I can tell you why it dies, but I can't do much about fixing it. If you really want it, you should install the apache APXS stuff. I think it is the apache developer kit.

  • [Netconsole] bash: nc: command not found ?

    I configured and loaded as root Netconsole module (its running) to watch a Plug computer boot on a PC with ArchLinux 3.5.4-1 installed, but when running nc command on the PC, bash gives error:
    nc -u -l -p 6666
    bash: nc: command not found
    Any ideas? There is no nc file in /sbin dir or anywhere in FS.
    Last edited by sambul13 (2012-10-02 23:01:16)

    Judging from http://lxr.linux.no/#linux+v2.6.32/Docu … onsole.txt 'nc' means 'netcat', not 'netconsole'.
    Install gnu-netcat and try again.

  • [SOLVED] command not found - can anyone help a newbie out with this

    Hi everyone,
    Sorry to be asking such basic information, but I hope you can help...
    I just installed Arch...
    I am logged in as root and I get this error:
    # hwd
    -bash: hwd: command not found
    For future reference, how should I go about finding out what package(s) I need to install in order to be able to use a particular command?  (in this case, the hwd command)
    Also, is there some configuration I may need to perform in order to make a particular command work (in this case hwd) ??
    Thank you!
    Last edited by onthenickel (2009-07-19 07:50:58)

    Thanks!
    Probably the wiki article for Xorg should be updated as it refers the user to use hwd.  I'll see if I can manage to edit it...  I've never edited a wiki before.  I'm learning all sorts of new stuff today :-) 
    http://wiki.archlinux.org/index.php/Xorg
    thanks again!

  • Startx command not found

    My first post at the Arch forum.
    My first imression with Arch is that it is generally a stable and well done distro.
    What irritates me, is that I am trying to configure Arch to start X without a login manager like GDM (it is too heavy). But when I type "startx" in tty1 is says "command not found". Which package do I need to be able to use startx and .bashrc instead of gdm?
    Last edited by Troels (2009-03-03 21:18:24)

    Geeze you guys are fast man!
    Actually, I am writing from my Gnome box now, gdm works fine, and I have also configured xorg properly. Compiz is also running.
    That xorg-xinit package seemed to do the trick. Actually, I edited the file  /etc/X11/xinit/xinitrc before I installed xorg-xinit so therefore it could not be installed due to the file already existing in the file system. But then I removed the file, and I could now install the package.
    bash-3.2# pacman -S xorg-xinit
    resolving dependencies...
    looking for inter-conflicts...
    Targets (2): xorg-xauth-1.0.3-1 xorg-xinit-1.1.1-1
    Total Download Size: 0,00 MB
    Total Installed Size: 0,11 MB
    Proceed with installation? [Y/n]
    checking package integrity...
    (2/2) checking for file conflicts [#####################] 100%
    error: could not prepare transaction
    error: failed to commit transaction (conflicting files)
    xorg-xinit: /etc/X11/xinit/xinitrc exists in filesystem
    Errors occurred, no packages were upgraded.
    bash-3.2# rm -rf /etc/X11/xinit/xinitrc
    bash-3.2# pacman -S xorg-xinit
    resolving dependencies...
    looking for inter-conflicts...
    Targets (2): xorg-xauth-1.0.3-1 xorg-xinit-1.1.1-1
    Total Download Size: 0,00 MB
    Total Installed Size: 0,11 MB
    Proceed with installation? [Y/n]
    checking package integrity...
    (2/2) checking for file conflicts [#####################] 100%
    (1/2) installing xorg-xauth [#####################] 100%
    (2/2) installing xorg-xinit [#####################] 100%
    bash-3.2# startx
    xauth: creating new authority file /root/.serverauth.27669
    Last edited by Troels (2009-03-03 21:41:49)

  • /etc/rc.conf: line 62: wlan0: command not found

    While Arch Linux starts up, I get this message repeatedly.
    /etc/rc.conf: line 62: wlan0: command not found
    Everything still ends up working alright (I'm using NetworkManager), but this message is really annoying -- how do I get rid of it?

    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # HARDWARECLOCK: set to "UTC" or "localtime"
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="en_US.utf8"
    HARDWARECLOCK="localtime"
    TIMEZONE="US/Eastern"
    KEYMAP="us"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # Scan hardware and load required modules at bootup
    MOD_AUTOLOAD="yes"
    # Module Blacklist - modules in this list will never be loaded by udev
    MOD_BLACKLIST=()
    # Modules to load at boot-up (in this order)
    #   - prefix a module with a ! to blacklist it
    MODULES=(sky2 snd-mixer-oss snd-pcm-oss snd-hwdep snd-page-alloc snd-pcm snd-timer snd snd-hda-intel soundcore acpi_cpufreq iwl4965)
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    HOSTNAME="elisrivers"
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available
    # interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    #   - prefix an entry in INTERFACES with a ! to disable it
    #   - no hyphens in your interface names - Bash doesn't like it
    # Note: to use DHCP, set your interface to be "dhcp" (eth0="dhcp")
    lo="lo 127.0.0.1"
    eth0="dhcp"
    wlan0 ="dhcp"
    INTERFACES=(lo !eth0 !wlan0)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    #   - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 192.168.0.1"
    ROUTES=(!gateway)
    # Enable these network profiles at boot-up.  These are only useful
    # if you happen to need multiple network configurations (ie, laptop users)
    #   - set to 'menu' to present a menu during boot-up (dialog package required)
    #   - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network-profiles
    #NET_PROFILES=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    #   - prefix a daemon with a ! to disable it
    #   - prefix a daemon with a @ to start it up in the background
    DAEMONS=(syslog-ng hal !network netfs crond alsa cpufreq dhcdbd networkmanager fam)
    # End of file

Maybe you are looking for