[SOLVED] netctl-auto not working, and I cannot remove netctl instance

Hi, I installed Arch a few days ago, netctl-auto was working yesterday but today it's not.
Note that
netctl start
works: I have a problem with netctl-auto only.
$ ping -c 3 8.8.8.8
connect: Network in unreachable
I have created only one netctl profile so far, it's called wlp4s0-VM581389-2G (wlp4s0 is the name of my wireless interface)
$ ls /etc/netctl
examples hooks interfaces wlp4s0-VM581389-2G
$ netctl list
wlp4s0-VM581389-2G
wpa_actiond is installed, and I have done
systemctl enable [email protected]
But for some reason I have some extra netctl@ instances that shouldn't be there. I am wondering if they could be the cause of netctl-auto not working properly:
$ systemctl | grep netctl
[email protected] loaded active running Automatic wireless network connection using netctl profiles
● netctl@my\x2dnetwork.service loaded failed failed Networking for netctl profile my-network
● netctl@wlp4s0\x2dVM581389\x2d2G.service loaded failed failed Networking for netctl profile wlp4s0-VM581389-2G
system-netctl.slice loaded active active system-netctl.slice
system-netctl\x2dauto.slice loaded active active system-netctl\x2dauto.slice
- What are these bullet points at the beginning of these two lines?
- Where do netctl@my\x2dnetwork.service and netctl@wlp4s0\x2dVM581389\x2d2G.service come from? They might be instances that I had enabled in the past.
These instances are not enabled and they are inactive, but they are loaded!
$ systemctl is-enabled netctl@my\x2dnetwork.service
Failed to get unit file state for [email protected]: No such file or directory
$ systemctl status netctl@my\x2dnetwork.service
[email protected] - Networking for netctl profile myx2dnetwork
Loaded: loaded (/usr/lib/systemd/system/[email protected]; static; vendor preset: disabled)
Active: inactive (dead)
Docs: man:netctl.profile(5)
I have tried to get rid of them, but not managed:
$ systemctl stop netctl@my\x2dnetwork.service
$ systemctl disable netctl@my\x2dnetwork.service
$ systemctl | grep netctl
[email protected] loaded active running Automatic wireless network connection using netctl profiles
netctl.service loaded active exited (Re)store the netctl profile state
● netctl@my\x2dnetwork.service loaded failed failed Networking for netctl profile my-network
● netctl@wlp4s0\x2dVM581389\x2d2G.service loaded failed failed Networking for netctl profile wlp4s0-VM581389-2G
system-netctl.slice loaded active active system-netctl.slice
system-netctl\x2dauto.slice loaded active active system-netctl\x2dauto.slice
[user@mascip-toshiba ~]$ systemctl daemon-reload
[user@mascip-toshiba ~]$ systemctl | grep netctl
[email protected] loaded active running Automatic wireless network connection using netctl profiles
netctl.service loaded active exited (Re)store the netctl profile state
● netctl@my\x2dnetwork.service loaded failed failed Networking for netctl profile my-network
● netctl@wlp4s0\x2dVM581389\x2d2G.service loaded failed failed Networking for netctl profile wlp4s0-VM581389-2G
system-netctl.slice loaded active active system-netctl.slice
system-netctl\x2dauto.slice loaded active active system-netctl\x2dauto.slice
Also, I have tried to check with
netctl-auto list
, which gives an empty output. I am guessing that it's normal, because the netctl-auto instances are managed by systemd?
Now, trying to understand what is happening to [email protected]: as seen before with systemctl | grep netctl, it is active and running.
Then I do:
$ journalctl -u [email protected]
-- Reboot --
Feb 10 17:34:23netctl-auto[270]: Included profile: 'wlp4s0-VM581389-2G'
wpa_actiond[310]: Starting wpa_actiond session for interface 'wlp4s0'
So, a wpa_actiond session was started, but I still cannot ping 8.8.8.8. Why?
Investigating further:
$ netctl status wlp4s0-VM581389-2G
● netctl@wlp4s0\x2dVM581389\x2d2G.service - Networking for netctl profile wlp4s0-VM581389-2G
Loaded: loaded (/usr/lib/systemd/system/[email protected]; static; vendor preset: disabled)
Active: failed (Result: exit-code) since Tue 2015-02-10 19:43:17 GMT; 3min 16s ago
Docs: man:netctl.profile(5)
Process: 274 ExecStart=/usr/lib/network/network start %I (code=exited, status=1/FAILURE)
Main PID: 274 (code=exited, status=1/FAILURE)
Feb 10 19:43:15 mascip-toshiba network[274]: Failed to initialize control interface '/run/wpa_supplicant'.
Feb 10 19:43:15 mascip-toshiba network[274]: You may have another wpa_supplicant process already running or the file was
Feb 10 19:43:15 mascip-toshiba network[274]: left by an unclean termination of wpa_supplicant in which case you will need
Feb 10 19:43:15 mascip-toshiba network[274]: to manually remove this file before starting wpa_supplicant again.
Feb 10 19:43:17 mascip-toshiba network[274]: The WPA supplicant did not start for interface 'wlp4s0'
Feb 10 19:43:17 mascip-toshiba network[274]: Failed to bring the network up for profile 'wlp4s0-VM581389-2G'
Feb 10 19:43:17 mascip-toshiba systemd[1]: netctl@wlp4s0\x2dVM581389\x2d2G.service: main process exited, code=exited, status=1/FAILURE
Feb 10 19:43:17 mascip-toshiba systemd[1]: Failed to start Networking for netctl profile wlp4s0-VM581389-2G.
Feb 10 19:43:17 mascip-toshiba systemd[1]: Unit netctl@wlp4s0\x2dVM581389\x2d2G.service entered failed state.
Feb 10 19:43:17 mascip-toshiba systemd[1]: netctl@wlp4s0\x2dVM581389\x2d2G.service failed.
"You may have another wpa_supplicant process already running or the file was left by an unclean termination of wpa_supplicant in which case you will need to manually remove this file before starting wpa_supplicant again."
What does this mean? Which file might have been left by an unclean termination? I tried to find this info in the wpa_supplicant documentation, and by searching on Google, but couldn't find anything.
Now I am lost:
- how do I get rid of these two undesired netctl instances?
- where can I investigate next, to get netctl-auto@wlp4s0 to work?
Any help greatly appreciated :-)
Last edited by mascip (2015-02-13 11:15:38)

What is the output of:
ls -l /etc/systemd/system/multi-user.target.wants
netctl-auto cannot be used with explicitly enabled profiles (ie, those for which you have used `netctl enable <profile>`).

Similar Messages

  • The speaker of my brand new mac book pro are not working and I cannot plug in the earphones, the hole looks smaller than the pin or with an obstruction. anybody can help? thanks

    the speakers of my brand new mac book pro are not working and I cannot plug in the earphones, the hole looks smaller than the pin or with an obstruction. anybody can help? thanks

    Hi talero,
    Contact AppleCare or bring it into an Apple Store or AASP.

  • I have a new iPhone 5 version 8.1 - incoming caller ID does not work and I cannot send or receive SMS messages

    I have a new iPhone 5 version 8.1 - incoming caller ID does not work and I cannot send or receive SMS messages. ISP says everything is active on their side. I have just upgraded from Samsung with the same phone number and services. Help?

    Hi cggturner,
    I'm sorry to hear you are having issues with iOS 8.1. If you are still having issues with Caller ID and SMS Messaging, you may find the troubleshooting steps outlined in the following article helpful:
    iOS: Troubleshooting Messages
    Regards,
    - Brendnen

  • My HP ENVY dv4 windows 8 camera is not working and it cannot be found on the device manager.

    I am using a HP Envy dv4 on Windows 8 and trying to use the 'Cyberlink Youcam ' Webcam which is not working. When I went to find it in the device manager, it was not present. I have restarted my computer already.
    Product Number: D5F96PA#AB4
    Serial Number: [Personal Information Removed]
    Thanks

    Hi there  @Eliyana 
    Welcome to the HP Support Forums!
    I understand that your Webcam is not working and does not appear within device manager. I am happy to assist.
    This document is pretty much a catchall of webcam related issues. There is a section specifically for the device not  appearing in device manager. Check it out, unfortunately if it does not resolve with that then it is likely either a loose connection or fault in the device.
    Webcam Troubleshooting (Windows 8)
    Hopefully that will work for you. If it does require service, then you can try contacting phone support at 800-474-6836. If you live outside the US/Canada Region, please click the link below to get the support number for your region.
    http://www8.hp.com/us/en/contact-hp/ww-phone-assist.html
    Malygris1
    I work on behalf of HP
    Please click Accept as Solution if you feel my post solved your issue, it will help others find the solution.
    Click Kudos Thumbs Up on the right to say “Thanks” for helping!

  • 3 Out Of 4 STBs Do Not Work And I Cannot Get Any Help At All.

    Last night at 10:30 the 3 7100s stopped working, they are stuck at Starting Up One Moment Please.  My 7232 is working just fine, so is my Phone and Internet.  So I call in and I am prompted through the exact same steps I have already taken, unplug box, unplug coax, turn on, turn off.  Nothing, same result.  She then states there isn't a signal from the boxes I need to locate the splitters in the house and disconnect them.  I say it is after midnight and pouring, as they are all outside.  Repeated this sequence 3 times before I had to raise my voice, "They are all outside where it is pouring."  Her reply is there is nothing she can do until I disconnect them and reconnect, NOTHING, click.
    So after work today I come home, disconnect every coax lead there is, unplug the boxes, unplug their coaxes, hook everything up and still Stuck on the Starting Up Screen.  I tried 2 chats and each one is exactly the same, unplug, plug in.....  Then it is the whole house reset, that drops connection and the chat and rep are gone.  Now, mind you, they have my cell number because  they ask for it in case of a disconnect, but they never use it.  Nothing has changed, only the 7232 works and I am getting ready for another phone call, to go over the exact same script again and again. 
    You wonder why a customer is already angry when we finally talk to someone, why do you think?  You want your payment for services not rendered, a service call is out of the question and your phone reps. don't have a clue.  All they can do is read the script and repeat the same steps that have been done already.  Isn't there a record of every call and chat and can't they see it and then use their common sense and try to deal with a problem?
    So we are stuck with 3 boxes that aren't working, apparently they are not getting a signal so sending another one won't fix this either.  Seems something is seriously wrong but no one can help.
    Dave
    Solved!
    Go to Solution.

    I was having the same problem.. TV went out on wednesday, called verizon and was on the phone until midnight doing the stupid little unplug **bleep**, but the TV just kept on that red fios screen. They said they would send out a new DVR box to replace the one I have (mind you I just started with verizon on the 18th of July). I get the new DVR on Friday and at last I plug it in, get all excited to watch the NFL preseason games and of course, the **bleep** doesn't work, just a black screen. I call verizon again and on hold for an hour before I had to leave. Come back, screen is still on black and call them and wait another thirty minutes before its answered, they did everything on their end for trying to manually activate the box, and still nothing..... he then gave me a reference number for the technician scheduled to come the next day (Saturday) from 8am to 9pm, of course i wasn't happy with the open schedule but I sucked it up and dealt with it, canceled my plans for Saturday so I can be home when the verizon tech shows up and find myself calling verizon at 930pm asking where the hell this tech was, they told me the office is closed and they open at 8am tomorrow. Well its tomorrow and I call them back, just to find out that its not open until MONDAY at 8am......................................................................................................................................................................................................... and so now I have to wait yet another day to try and get my **bleep** fixed that I'm paying for and havent even had a month.... yea good luck getting me to pay verizon

  • A button is not working and I cannot sign in????

    Hi All. I had to purchase a new unit through work as my A button would not work anymore.
    I was able to recoup all of my contacts, memos, tasks, calendar, etc from my last sync but my passwords folder did not sync and therefore is still locked in my curve.
    Does anyone have any idea how I can sign in without a functional a button when I have A's in my sign in password.
    The button does not appear to be stuck or depressed permenantly.
    Thank you for everyones help with this as I will never recover these without getting to see them again.
    Stephen

    Hey StephenSutton,
    Welcome to the BlackBerry Support Community Forums.
    Thanks for the question.
    Did you perform a full backup of all the data in the BlackBerry® Curve™?  If you did, you can just restore the full backup and it will include the password keeper information.
    To create a backup, go to Device>Backup in BlackBerry® Desktop Software.
    Let me know if you have any more questions.
    Cheers.
    -ViciousFerret
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Like! for those who have helped you.
    Click  Accept as Solution for posts that have solved your issue(s)!

  • Wireless Keyboard is not working and I cannot boot to MAC using Boot Camp

    Hi,
    I cannot get my wireless keyboard to connect to the Mac anymore. I have a 17" iMac that is running Boot Camp. since the Mac keyboard is not working I am using a PC USB keyboard (which does not have an "option" key) without the Option key I cannot enter Mac mode, so I only get the default boot to XP... HELP!!! Is there any other way to get into Mac mode without using the option key on the keyboard? Or is there another key on the PC keyboard that maps to Option?
    Thanks

    I wrote up my travails getting the wireless keyboard working, maybe it will help: http://industriousone.com/apple-wireless-keyboard-vs-windows-xp. Otherwise, you can boot into OSX by clicking on the Boot Camp icon in the system tray (looks like a gray diamond) and choose "Reboot in OS X mode" (or something like that, working from memory). In OS X, you can reboot into Boot Camp by going to System Preferences > Startup Disk and choosing Windows. Hope that helps!

  • My Ipad indicates that it should save my data over the last 2 weeks. A message tells me to connect the Ipad to wifi to enable this saving, however although I did as requested, it does not work and I cannot get rid of that message and I am blocked. Many th

    My Ipad is blocked with a message indicating that my data of the last 2 weeks were not saved, and to allow such saving I need to connect the ipad to a wifi. I did so but it does not work. What should I do? Many thanks for your help

    I unblocked my ipad thanks to the solution offered by spritof.
    Many thanks

  • The menu button will not work and I cannot turn the ipod off using the top button either. What do I do?

    What can I do to fix this?

    Try:
    fix for Home button
    Fix a broken, unresponsive or sticky iPhone Home Button
    - If you have iOS 5 and later you can turn on Assistive Touch it add the Home and other buttons to the iPods screen. Settings>General>Accessibility>Assistive Touch
    - If not under warranty Apple will exchange your iPod for a refurbished one for:
    Apple - Support - iPod - Repair pricing
    - There are third-party places like the following that will repair the Home button. Google for more.
    iPhone Repair, Service & Parts: iPod Touch, iPad, MacBook Pro Screens
    Also try restoring the iPod via iTunes. If it is necessary to place the iPod in recovery mode to restore use this program.
    RecBoot: Easy Way to Put iPhone into Recovery Mode

  • My built in camera is not working and I cannot find out how to fix the problem

    I looked throught he manual but could find no trouble shoot help. it was working fine but now I just get a black box if I use video in say skype or if I use photo booth. Both are set with the built in camera as their preference.

    FaceTime
    http://support.apple.com/kb/TS4185
    Reset SMC.     http://support.apple.com/kb/HT3964
    Choose the method for:
    "Resetting SMC on portables with a battery you should not remove on your own".

  • My browser is not working and I cannot close it to reinstall. I installed to updates and now have this problem.

    I updated the security and now my browser doesn't work. I have a blank screen that is partly black and I can't even close it to uninstall and reinstall. What should I do?

    hello, other users with this problem all had an embedded intel hd3000 graphics card with an old driver present. in case this also applies to you, here would be a link to update the driver, which in turn should also address the black firefox problem: https://downloadcenter.intel.com/Detail_Desc.aspx?DwnldID=23764 (for win7 64 bit)

  • "Phone" does not work, and I cannot send texts unless I have 3G on

    iPhone 3GS, iOS 4
    Anyone know why this is? I currently have a five bars of reception, can send/receive texts, and make calls. If I turn 3G OFF, I get 0 bars of reception. I cannot make calls, and if I try to send a text, it says message failed. The only way to fix this is to turn on 3G, and then reboot. If I just turn 3G back on (without rebooting).. the situation remains the same
    Any idea how to fix this? Network = 02 UK
    thanks

    Hi cggturner,
    I'm sorry to hear you are having issues with iOS 8.1. If you are still having issues with Caller ID and SMS Messaging, you may find the troubleshooting steps outlined in the following article helpful:
    iOS: Troubleshooting Messages
    Regards,
    - Brendnen

  • Just completed a clean install of CS6 Photoshop on my Yosemite Mac Book Pro and the Adobe Application Manager does not work and cannot install a fresh copy from Adobe

    Just re-installed a fresh copy of CS6 Photoshop on my Yosemite Mac Book Pro and somehow the Adobe Application Manager does not work and therefore cannot verify my copy.  What should I do?
    I get a message saying that Adobe Application Manager may be damaged and that I should install a new version of AAM.  But after downloading a fresh copy of AAM and doing the install, the program (AAM) still will not install.  It is like an infinite loop!
    Please, someone help!
    Thanks!

    HI gener7!
    I'm sorry but I am not on Creative Cloud.  I'm still on CS6 and it was the Adobe Application Manager that wasn't working and I could not install the update to this application.  My AAM version is:  8.0.0160
    The link you provided was the update that I wanted to install but it does not work.  A window shows up during that install that says:
    We've encountered the following issues.
    Installer failed to initialize.  Please download Adobe Support Advisor to detect the problem.
    and then the link to the Adobe Support Advisor which leads to a "Adobe Support Advisor has been discontinued" page.
    Thanks!

  • My auto updates are not working. I cannot find where to download Camera Raw 8.1 for Photoshop CS6.

    My auto updates are not working! I cannot find where to download Camera Raw 8.1 for Photoshop CS6 (Windows 8 64 bit). My Camera Raw is now at 7.1. I had the online Adobe folks tell me to just download all updates manually. That's great, yet I cannot find camera raw 8.1 to download...
    Please help.
    Thanks, Janet

    there's a direct download link on this page: https://blogs.adobe.com/lightroomjournal/2013/06/camera-raw-8-1-and-dng-converter-8-1-now- available.html

  • How can I get my itunes onto my new laptop? Do I need to download itunes again or can I just copy it? My ipod classic has since been soaked in water and does not work so I cannot copy from there. Can anyone help?

    How can I get my itunes onto my new laptop? Do I need to download itunes again or can I just copy it? My ipod classic has since been soaked in water and does not work so I cannot copy from there. Can anyone help?

    You should copy everything from your old comptuer to your new one.

Maybe you are looking for