[Solved] Networkmanager not removing properly

I installed networkmanager 0.6.5 via pacman but later decide to remove it.
I'm using KDE 3.5.4 and the Don't Panic Kernel.
Now always I shutdown or boot I receive the following error:
On shutdown:
/etc/rc.shutdown: Line 30 /etc/rc.d/networkmanager No such file or directory
On boot:
/etc/rc.multi: /etc/rc.d/networkmanager No such file or directory
This is annoying. Is there anyway to completely remove networkmanager?
Thanks in advance for any suggestions.
[EDIT]: Oops. I forgot to check rc.conf. Removing networkmanager from daemons list solved the problem.
Last edited by Vieira (2007-08-30 12:32:11)

nevermind... ii'm blind...
Last edited by klixon (2007-09-07 09:36:02)

Similar Messages

  • [SOLVED] NetworkManager not starting wireless at startup

    I am new to Arch Linux and my only problem so far has been the wireless. At startup NetworkManager loads fine but it does not bring up the wireless. I know when it is on by the orange light by my power button. I have atheros card and use ath9k. After I login there is still no wireless on. I go to network manager and turn wireless on. (gnome shell). Everything works after that. For troubleshooting, I put in rc.conf "ifconfig wlan0 up". The message is get is wlan0 no such device or something like that in similar words. I have removed that from rc.conf but despite the error message my orange light turns on but networkmanager does not detect it. I press click the wireless on and the wireless starts to connect. In terminal if I do ifconfig wlan0 down, NetworkManager takes a while to detect that this has been done and then turns the wireless back on by itself. I am pretty sure I have something minor in the installation instructions. Any help is much appreciated.
    Last edited by quasifilmie (2011-10-27 18:32:50)

    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    #   LANG in /etc/locale.conf takes precedence
    # DAEMON_LOCALE: If set to 'yes', use $LOCALE as the locale during daemon
    # startup and during the boot process. If set to 'no', the C locale is used.
    # HARDWARECLOCK: set to "", "UTC" or "localtime", any other value will result
    #   in the hardware clock being left untouched (useful for virtualization)
    #   Note: Using "localtime" is discouraged, using "" makes hwclock fall back
    #   to the value in /var/lib/hwclock/adjfile
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    #   Note: if unset, the value in /etc/localtime is used unchanged
    # 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.UTF-8"
    DAEMON_LOCALE="no"
    HARDWARECLOCK="UTC"
    TIMEZONE="America/Toronto"
    KEYMAP="us"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MODULES: Modules to load at boot-up. Blacklisting is no longer supported.
    #   Replace every !module by an entry as on the following line in a file in
    #   /etc/modprobe.d:
    #     blacklist module
    #   See "man modprobe.conf" for details.
    MODULES=()
    # Udev settle timeout (default to 30)
    UDEV_TIMEOUT=30
    # Scan for FakeRAID (dmraid) Volumes at startup
    USEDMRAID="no"
    # Scan for BTRFS volumes at startup
    USEBTRFS="no"
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="myhost"
    # Use 'ip addr' or 'ls /sys/class/net/' to see all available interfaces.
    # Wired network setup
    #   - interface: name of device (required)
    #   - address: IP address (leave blank for DHCP)
    #   - netmask: subnet mask (ignored for DHCP) (optional, defaults to 255.255.255.0)
    #   - broadcast: broadcast address (ignored for DHCP) (optional)
    #   - gateway: default route (ignored for DHCP)
    # Static IP example
    # interface=eth0
    # address=192.168.0.2
    # netmask=255.255.255.0
    # broadcast=192.168.0.255
    # gateway=192.168.0.1
    # DHCP example
    # interface=eth0
    # address=
    # netmask=
    # gateway=
    interface=
    address=
    netmask=
    broadcast=
    gateway=
    # Setting this to "yes" will skip network shutdown.
    # This is required if your root device is on NFS.
    NETWORK_PERSIST="no"
    # Enable these netcfg profiles at boot-up. These are useful if you happen to
    # need more advanced network features than the simple network service
    # supports, such as 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.d
    # This requires the netcfg package
    #NETWORKS=(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
    # If you are sure nothing else touches your hardware clock (such as ntpd or
    # a dual-boot), you might want to enable 'hwclock'. Note that this will only
    # make a difference if the hwclock program has been calibrated correctly.
    # If you use a network filesystem you should enable 'netfs'.
    DAEMONS=(syslog-ng crond dbus networkmanager gdm)

  • [SOLVED] NetworkManager not letting me connect to the internet.

    Hello everyone,
    I normally connect to my WiFi using wifi-menu each start-up, but since I'm coming from Ubuntu in this laptop, and want the NetworkManager integration in GNOME, as well as automatically connecting to my preferred network on startup, I decided to install NetworkManager and network-manager-applet, as well as networkmanager-openvpn and networkmanager-pptp for vpn support.
    Unfortunately, enabling the NetworkManager service and starting the NetworkManager service (first disabling the netctl@wlo1\x2dCasa.service and wpa_supplicant.service) disconnects me from WiFi, and connecting to my network asks for the password (WPA2 Personal), after 50 seconds it asks for the password again, and goes on forever, unless one presses "Cancel" and it disconnects.
    I'm new to Arch Linux (not to Linux in general, as I actually used Ubuntu since 2009, and have some command-line experience), so if this seems like an easy task, or a rookie mistake, please bear with me.
    Is any more info required? Log files?
    -Jonathan
    Last edited by Jonathan Precise (2015-04-04 13:36:19)

    Yes, you are indeed right Xabre, I stopped netctl@wlo1\x2dCasa.service, but not wpa_supplicant.service, and enabled that last one. Now NetworkManager runs perfect!
    EDIT: I'm imagining that's how you mark this thread as solved? Or is there another method?
    -Jonathan
    Last edited by Jonathan Precise (2015-04-04 13:37:19)

  • [SOLVED] NetworkManager "not authorized to control networking" error

    I'm installing arch with XFCE on an eeepc-1005ha. My wired ethernet works fine, both with dhcpcd eth0 and the NetworkManager (which connects automatically on boot). I'm following the instructions from this link: https://wiki.archlinux.org/index.php/Ne … nager#XFCE
    I installed the NetworkManager and the xfce notify package. From the configuration setting part of the linked page, I disabled my internet connections with these commands:
    ip link set down eth0
    ip link set down wlan0
    I added NetworkManager to the DAEMONS array, after dbus, per the instructions. I still get a "not authorized to control networking" error when I select a wireless network, so I followed the troubleshooting instructions. This is my .xinitrc file:
    #!/bin/sh
    # ~/.xinitrc
    # Executed by startx (run your window manager from here)
    if [ -d /etc/X11/xinit/xinitrc.d ]; then
    for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
    done
    unset f
    fi
    # exec gnome-session
    # exec startkde
    exec startxfce4 --with-ck-launch
    #exec ck-launch-session dbus-launch startxfce4
    # ...or the Window Manager of your choice
    The exec line that's not commented out comes from the XFCE configuration instructions. The troubleshooting instructions for NetworkManager say to add
    exec ck-launch-session wm
    to .xinitrc, where wm is whatever window manager I'm using. Should
    exec ck-launch-session startxfce4
    or
    exec dbus-launch ck-launch-session startxfce4
    work? Neither of those options, nor the commented exec line in .xinitrc work.
    Finally, I followed the NetworkManager troubleshooting instructions and added my user to the wheel group, using this command:
    gpasswd -a myusername wheel
    After a reboot, everything else still works (wired ethernet, xfce4, etc.) but the error upon connecting to wireless is still the same.
    Any ideas? My user (username: myusername) does have full sudo privileges for this hostname.
    Last edited by pythonscript (2012-05-22 18:41:41)

    Both my flatmate and I are having this problem too, I am using openbox with consolekit and he is using awesome, again with consolekit.
    We both use slim, me through inittab and he through the slim daemon.
    By the way, it used to work, and has for around a year until now.
    My outputs from ck-list-sessions:
    Session1:
    unix-user = '1000'
    realname = '(null)'
    seat = 'Seat1'
    session-type = 'x11'
    active = TRUE
    x11-display = ':0.0'
    x11-display-device = '/dev/tty7'
    display-device = ''
    remote-host-name = ''
    is-local = TRUE
    on-since = '2012-05-17T07:56:42.199869Z'
    login-session-id = '1'
    Session2:
    unix-user = '1000'
    realname = '(null)'
    seat = 'Seat1'
    session-type = ''
    active = FALSE
    x11-display = ':0.0'
    x11-display-device = '/dev/tty7'
    display-device = ''
    remote-host-name = ''
    is-local = TRUE
    on-since = '2012-05-17T07:56:43.178151Z'
    login-session-id = '1'
    Last edited by tntexplosivesltd (2012-05-17 10:37:04)

  • My iPod crashed and my Mac said "Device not removed properly"

    Hi,
    My Mac suddenly said that I hadn't removed my iPod correctly and when I looked at my iPod, the screen had gone all fuzzy. The thing is, I hadn't touched my iPod, tried to eject it, knocked the cables or anything. So I had to disconnect it and try to reset the thing. The computer doesn't recognise it. It won't switch on unless hooked into my mac and, well, all it has is the little apple symbol on the screen. Has it died?
    Please help!

    Try:
    iOS: Device not recognized in iTunes for Windows
    I would start with
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7

  • [SOLVED] Steam not loading properly

    Since the last steam update yesterday trying to start up steam gets the following output and then nothing appears to happen (even though the steam binary is hammering the cpu at 98% load)
    [nick@raggamuffin ~]$
    Running Steam on arch  64-bit
    STEAM_RUNTIME is enabled automatically
    Installing breakpad exception handler for appid(steam)/version(1378500910_client)
    Installing breakpad exception handler for appid(steam)/version(1378500910_client)
    Installing breakpad exception handler for appid(steam)/version(1378500910_client)
    unlinked 0 orphaned pipes
    Installing breakpad exception handler for appid(steam)/version(1378500910_client)
    Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
    Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
    Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 78: saw unknown, expected number
    [0917/115242:ERROR:object_proxy.cc(239)] Failed to call method: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.NetworkManager was not provided by any .service files
    [0917/115242:WARNING:proxy_service.cc(958)] PAC support disabled because there is no system implementation
    Last edited by tiberiousr (2013-09-17 11:24:36)

    Are you in the Steam Client Beta? I think there was an issue with the latest update that made clients everywhere stop working.
    Use  steam --reset to reset your user settings (this won't delete your installed games, only your Steam client settings), then restart Steam and don't participate in the client beta.
    I think you could also delete Steam/appcache/appinfo.vdf while being in the client beta, I don't really know if that worked though as I just resetted my settings. More information: https://github.com/ValveSoftware/steam- … ssues/2841

  • I am new to mac air. Today i installed (unsuccessfully!) MAPLE16 on my mac book air. Now since it does not work properly (it also does not appear in  applications) i decide to delete it. I could not remove it from launchpad . i need urgent help

    i am new to mac air. Today i installed (unsuccessfully!) MAPLE16 on my mac book air. Now since it does not work properly (it also does not appear in  applications) i decide to delete it. I could not remove it from launchpad . i need urgent help from your side.

    Any third-party software that doesn't install by drag-and-drop into the Applications folder, and uninstall by drag-and-drop to the Trash, is a system modification.
    Whenever you remove system modifications, they must be removed completely, and the only way to do that is to use the uninstallation tool, if any, provided by the developers, or to follow their instructions. If the software has been incompletely removed, you may have to re-download or even reinstall it in order to finish the job.
    I never install system modifications myself, and I don't know how to uninstall them. You'll have to do your own research to find that information.
    Here are some general guidelines to get you started. Suppose you want to remove something called “BrickMyMac” (a hypothetical example.) First, consult the product's Help menu, if there is one, for instructions. Finding none there, look on the developer's website, say www.brickmyrmac.com. (That may not be the actual name of the site; if necessary, search the Web for the product name.) If you don’t find anything on the website or in your search, contact the developer. While you're waiting for a response, download BrickMyMac.dmg and open it. There may be an application in there such as “Uninstall BrickMyMac.” If not, open “BrickMyMac.pkg” and look for an Uninstall button.
    You generally have to reboot in order to complete an uninstallation.
    If you can’t remove software in any other way, you’ll have to erase and install OS X. Never install any third-party software unless you're sure you know how to uninstall it; otherwise you may create problems that are very hard to solve.
    You may be advised by others to try to remove complex system modifications by hunting for files by name, or by running "utilities" that purport to remove software. I don't give such advice. Those tactics often will not work and maymake the problem worse.

  • A few weeks ago I had to reinstall itunes on my PC because the latest itunes update did not install properly.  Ever since doing that something called Mobile Me keeps popping up whenever I open email (outlook) and slowing it down. How do I remove MobileMe

    A few weeks ago an itunes upgrade did not install properly on my PC so I had to uninstall itunes and everything associated with it.  I was able to reinstall itunes and it works fine including syncing with my ipod.  However, now whenever I open my email (outlook) a box pops up stating MobileMe Services has stooped working. This happens a couple of times after I click to close the program.  This a nusance and really slows down getting to my email.  From what I've found MobileMe was something that used to be used by itunes to sync mobile devices but is no longer used by itunes.  I can't find a way to remove this MobileMe from my PC.  I've tried going into Contol Panel then Programs and Features to uninstall it but there is no button there to uninstall it.  Any suggestions on how this can be removed?

    Do you have a backup that you can restore from? Your old hard drive seems to be the problem.

  • Adobe Creative Cloud (Desktop) does not work properly. The application is blocked : it could not be launch neither stopped. I'm on MAC Yosemite OS, does anyone know how to remove it properly or to force its stop. It does not appear in the launched applica

    Adobe Creative Cloud (Desktop) does not work properly. The application is blocked : it could not be launch neither stopped. I'm on MAC Yosemite OS, does anyone know how to remove it properly or to force its stop. It does not appear in the launched applications.

    I received no error message. The application was just trying to find applications unsuccessfully.
    I am using MAC OS 10.10.1
    I tried to uninstall the application  but it seems that a kind of deamon is still installed thus providing me to reinstall properly. Do you know where are the elements to remove in order to get my machine just like before ?
    Otherwise I would have to reinstall everything and this would be a pain.
    Thanks for your help.

  • My speaker is not working properly in 4s if i use headphone its working now my volume increase decrease button is also not working properly how can i solve it pl help me my warranty finished

    my speaker is not working properly in 4s if i use headphone its working now my volume increase decrease button is also not working properly how can i solve it pl help me my warranty finished

    Hello. I sent my WRT1900AC V1 to Linksys four days ago (Monday) via UPS with a RMA. Linksys paid the shipping and everything. The router is still in route, and it should arrive to their offices tomorrow. Once they receive the WRT1900 AC V1, they are going to send me an EA8500 as a replacement. But I have been reading the comments about the EA8500 here in the forum and it seems to have the same problems. I guess the firmware is extremely flawed in both routers (maybe it is almost the same code?). Anyway, I will try the EA8500 and I hope it works. I bought a temporary router from Walmart and I paid $35 for it. It is a Belink N600 DB. I can't believe that a $35 router is working a lot, lot, lot better than my previous $250 WRT1900AC router. Unbelievable. If the EA8500 doesn't work, I'm going to try and get my money back from Linksys, or contact The Consumerist or someone to get my money back and get a Nighthawk instead.

  • PLEASE HELP! - when i go to open up itunes this message appears "This copy if itunes is corrupted or not installed properly" If i remove itunes will i lose all my bac ups?

    when i go to open up itunes this message appears "This copy if itunes is corrupted or not installed properly" If i remove itunes will i lose all my bac ups?

    Let's try a repair install of iTunes first.
    Restart the PC. If you're using Vista or 7, now head into your Uninstall a program control panel, select "iTunes" and then click "Repair". If you're using XP, head into your Add or Remove Programs control panel, select "iTunes", click "Change" and then click "Repair".
    Can you launch your iTunes now?

  • I downloaded newest itunes version and it would not install properly and now i can't open it. i have removed and reinstalled several times. i get error 7 (windows error 126) something about apple mobile device failed to start. anybody having this problem.

    i downloaded newest itunes version and it would not install properly and now i can't open itunes. i have removed and reinstalled several times. i get error 7 (windows error 126) something about apple mobile device failed to start. what can i do to fix this problem besides restoring system to an earlier date

    Try the following user tip:
    Troubleshooting issues with iTunes for Windows updates

  • After update to IOS 4.3.5 my Iphone incoming and out going calls is not working properly and I have to remove the SIM regulerly to conduct or receive a call

    after update to IOS 4.3.5 my Iphone incoming and out going calls is not working properly and I have to remove the SIM regulerly to conduct or receive a call
    It is not practicale to do this always any one faces the same problem

    There may be a problem with the SIM card. Get a new SIM card from your carrier - there should be no charge for a replacement.
    If no change with a new SIM card, the standard troubleshooting steps in order are:
    Power your iPhone off and on.
    An iPhone reset, which is done by pressing and holding the home button and the sleep/wake or on/off button simultaneously until you see the Apple logo and then release.
    Restore your iPhone with iTunes from your iPhone's backup.
    Restore your iPhone with iTunes as a new iPhone or not from your iPhone's backup.
    If no change after any of these steps in order, your iPhone has a hardware problem.

  • Despite my best efforts, I am unable to remove iTunes 11.1.4 from my PC, this being made necessary because the original installation had a flaw and did not load properly. Effor to use the control panel, deleting dll. files, etc. all failed. iTune out??

    Despite my best efforts, I am unable to remove iTunes 11.1.4 from my PC, this being made necessary because the original installation had a flaw and did not load properly. Effor to use the control panel, deleting dll. files, etc. all failed. And, of course, on startup, a window opens with the error and tells me find QTMovie.dll and delete it because this may be the source of the hangup. Also, in trying to delete iTunes, I get the additional message that I must get approval from the System Administrator to take this action. I am the System Administrator.
    Any ideas would be welcomed.
    Thank you.
    James
    <E-mail Edited by Host>

    Thank you for asking this question.  I'm having the same issues. 
    Liz

  • TS1630 My Iphone 4s reciever is not working properly, when i call someone from my iphone 4s.  can any one help me how to solve this problem?

    My Iphone 4s reciever is not working properly, when i call someone from my iphone 4s.  can any one help me how to solve this problem?

    You might like to define "not working properly".

Maybe you are looking for