Advertisement
Guest User

leipzig

a guest
May 17th, 2014
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.92 KB | None | 0 0
  1. omar@omar-laptop:~$ sudo ap-hotspot debug
  2. [sudo] password for omar:
  3. Starting Wireless Hotspot...
  4. * Stopping DNS forwarder and DHCP server dnsmasq
  5. * (not running)
  6. update-rc.d: warning:  start runlevel arguments (none) do not match hostapd Default-Start values (2 3 4 5)
  7. update-rc.d: warning:  stop runlevel arguments (none) do not match hostapd Default-Stop values (0 1 6)
  8. Disabling system startup links for /etc/init.d/hostapd ...
  9. Removing any system startup links for /etc/init.d/hostapd ...
  10. /etc/rc0.d/K20hostapd
  11. /etc/rc1.d/K20hostapd
  12. /etc/rc2.d/K80hostapd
  13. /etc/rc3.d/K80hostapd
  14. /etc/rc4.d/K80hostapd
  15. /etc/rc5.d/K80hostapd
  16. /etc/rc6.d/K20hostapd
  17. Adding system startup for /etc/init.d/hostapd ...
  18. /etc/rc0.d/K20hostapd -> ../init.d/hostapd
  19. /etc/rc1.d/K20hostapd -> ../init.d/hostapd
  20. /etc/rc6.d/K20hostapd -> ../init.d/hostapd
  21. /etc/rc2.d/K80hostapd -> ../init.d/hostapd
  22. /etc/rc3.d/K80hostapd -> ../init.d/hostapd
  23. /etc/rc4.d/K80hostapd -> ../init.d/hostapd
  24. /etc/rc5.d/K80hostapd -> ../init.d/hostapd
  25. update-rc.d: warning:  start runlevel arguments (none) do not match dnsmasq Default-Start values (2 3 4 5)
  26. update-rc.d: warning:  stop runlevel arguments (none) do not match dnsmasq Default-Stop values (0 1 6)
  27. Disabling system startup links for /etc/init.d/dnsmasq ...
  28. Removing any system startup links for /etc/init.d/dnsmasq ...
  29. /etc/rc0.d/K85dnsmasq
  30. /etc/rc1.d/K85dnsmasq
  31. /etc/rc2.d/K85dnsmasq
  32. /etc/rc3.d/K85dnsmasq
  33. /etc/rc4.d/K85dnsmasq
  34. /etc/rc5.d/K85dnsmasq
  35. /etc/rc6.d/K85dnsmasq
  36. Adding system startup for /etc/init.d/dnsmasq ...
  37. /etc/rc0.d/K85dnsmasq -> ../init.d/dnsmasq
  38. /etc/rc1.d/K85dnsmasq -> ../init.d/dnsmasq
  39. /etc/rc6.d/K85dnsmasq -> ../init.d/dnsmasq
  40. /etc/rc2.d/K85dnsmasq -> ../init.d/dnsmasq
  41. /etc/rc3.d/K85dnsmasq -> ../init.d/dnsmasq
  42. /etc/rc4.d/K85dnsmasq -> ../init.d/dnsmasq
  43. /etc/rc5.d/K85dnsmasq -> ../init.d/dnsmasq
  44. * Restarting DNS forwarder and DHCP server dnsmasq
  45. ...done.
  46. net.ipv4.ip_forward = 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement