Advertisement
Guest User

Untitled

a guest
Jun 14th, 2014
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. login as: root
  2. root@10.0.11.15'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: Wed Dec 31 17:21:15 1969 from 10.0.0.10
  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:08 .
  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]#
  24. [root@ArchPI /etc/netctl]# systemctl status netctl@staff\x2dit.service
  25. * netctl@staffx2dit.service - Networking for netctl profile staffx2dit
  26. Loaded: loaded (/usr/lib/systemd/system/netctl@.service; static)
  27. Active: inactive (dead)
  28. Docs: man:netctl.profile(5)
  29. [root@ArchPI /etc/netctl]# mv staff-it staff_it
  30. [root@ArchPI /etc/netctl]# netctl start stff_it
  31. Job for netctl@stff_it.service failed. See 'systemctl status netctl@stff_it.service' and 'journalctl -xn' for details.
  32. [root@ArchPI /etc/netctl]# systemctl status netctl@stff_it.service
  33. * netctl@stff_it.service - Networking for netctl profile stff_it
  34. Loaded: loaded (/usr/lib/systemd/system/netctl@.service; static)
  35. Active: failed (Result: exit-code) since Sat 2014-06-14 09:16:45 MDT; 11s ago
  36. Docs: man:netctl.profile(5)
  37. Process: 1156 ExecStart=/usr/lib/network/network start %I (code=exited, status=1/FAILURE)
  38. Main PID: 1156 (code=exited, status=1/FAILURE)
  39.  
  40. Jun 14 09:16:45 ArchPI network[1156]: Profile 'stff_it' does not exist or is not readable
  41. Jun 14 09:16:45 ArchPI systemd[1]: netctl@stff_it.service: main process exited, code=exited, status=1/FAILURE
  42. Jun 14 09:16:45 ArchPI systemd[1]: Failed to start Networking for netctl profile stff_it.
  43. Jun 14 09:16:45 ArchPI systemd[1]: Unit netctl@stff_it.service entered failed state.
  44. [root@ArchPI /etc/netctl]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement