Guest User

Untitled

a guest
Jun 14th, 2014
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. login as: root
  2. [email protected]'s password:
  3. Welcome to Arch Linux ARM
  4.  
  5. Website: http://archlinuxarm.org
  6. Forum: http://archlinuxarm.org/forum
  7. IRC: #archlinux-arm on irc.Freenode.net
  8.  
  9. Last login: Sat Jun 14 09:15:49 2014 from 10.0.11.19
  10. [root@ArchPI ~]# cd /etc/netctl
  11. [root@ArchPI /etc/netctl]# ll
  12. total 32
  13. drwxr-xr-x 5 root root 4096 Jun 14 09:35 .
  14. drwxr-xr-x 53 root root 4096 Dec 31 1969 ..
  15. -rw-r--r-- 1 root root 306 Dec 31 1969 dd-wrt-home
  16. -rw-r--r-- 1 root root 199 Aug 20 2013 eth0
  17. drwxr-xr-x 2 root root 4096 May 28 09:33 examples
  18. drwxr-xr-x 2 root root 4096 Jul 22 2013 hooks
  19. drwxr-xr-x 2 root root 4096 Jul 22 2013 interfaces
  20. -rw-r--r-- 1 root root 317 Jun 14 08:59 staff-it
  21. [root@ArchPI /etc/netctl]# netctl start staff-it
  22. Job for netctl@staff\x2dit.service failed. See 'systemctl status netctl@staff\x2dit.service' and 'journalctl -xn' for details.
  23. [root@ArchPI /etc/netctl]# systemctl status netctl@staff\x2dit.service
  24. * [email protected] - Networking for netctl profile staffx2dit
  25. Loaded: loaded (/usr/lib/systemd/system/[email protected]; static)
  26. Active: inactive (dead)
  27. Docs: man:netctl.profile(5)
  28. [root@ArchPI /etc/netctl]# mv staff-it staff_it
  29. [root@ArchPI /etc/netctl]# netctl start staff_it
  30. Job for netctl@staff_it.service failed. See 'systemctl status netctl@staff_it.service' and 'journalctl -xn' for details.
  31. [root@ArchPI /etc/netctl]# systemctl status netctl@staff_it.service
  32. * netctl@staff_it.service - Networking for netctl profile staff_it
  33. Loaded: loaded (/usr/lib/systemd/system/[email protected]; static)
  34. Active: failed (Result: exit-code) since Sat 2014-06-14 09:36:52 MDT; 7s ago
  35. Docs: man:netctl.profile(5)
  36. Process: 1240 ExecStart=/usr/lib/network/network start %I (code=exited, status=1/FAILURE)
  37. Main PID: 1240 (code=exited, status=1/FAILURE)
  38.  
  39. Jun 14 09:36:51 ArchPI network[1240]: Successfully initialized wpa_supplicant
  40. Jun 14 09:36:51 ArchPI network[1240]: Line 9: invalid cipher '"CCMP TKIP"'.
  41. Jun 14 09:36:51 ArchPI network[1240]: Line 9: failed to parse pairwise '"CCMP TKIP"'.
  42. Jun 14 09:36:51 ArchPI network[1240]: Line 11: failed to parse network block.
  43. Jun 14 09:36:51 ArchPI network[1240]: Failed to read or parse configuration '/run/network/wpa_supplicant_wlan0.conf'.
  44. Jun 14 09:36:52 ArchPI network[1240]: The WPA supplicant did not start for interface 'wlan0'
  45. Jun 14 09:36:52 ArchPI network[1240]: Failed to bring the network up for profile 'staff_it'
  46. Jun 14 09:36:52 ArchPI systemd[1]: netctl@staff_it.service: main process exited, code=exited, status=1/FAILURE
  47. Jun 14 09:36:52 ArchPI systemd[1]: Failed to start Networking for netctl profile staff_it.
  48. Jun 14 09:36:52 ArchPI systemd[1]: Unit netctl@staff_it.service entered failed state.
  49. [root@ArchPI /etc/netctl]#
Advertisement
Add Comment
Please, Sign In to add comment