Advertisement
Guest User

Untitled

a guest
Oct 7th, 2014
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. ~ # systemctl status lighttpd-git.service
  2. lighttpd-git.service - Lighttpd Web Server
  3. Loaded: loaded (/usr/lib/systemd/system/lighttpd-git.service; enabled)
  4. Active: active (running) since Wed 2014-09-24 11:01:40 UTC; 1 weeks 5 days ago
  5. Main PID: 1333 (lighttpd)
  6. CGroup: name=systemd:/system/lighttpd-git.service
  7. └─1333 /usr/sbin/lighttpd -f /etc/lighttpd/git-httpd.conf -D
  8.  
  9. Oct 07 08:04:50 firehose1 lighttpd[1333]: 2014-10-07 08:04:50: (mod_cgi.c.1055) fork failed: Cannot allocate memory
  10. Oct 07 08:04:50 firehose1 lighttpd[1333]: 2014-10-07 08:04:50: (mod_cgi.c.1055) fork failed: Cannot allocate memory
  11. Oct 07 08:04:51 firehose1 lighttpd[1333]: 2014-10-07 08:04:51: (mod_cgi.c.1055) fork failed: Cannot allocate memory
  12. Oct 07 08:04:52 firehose1 lighttpd[1333]: 2014-10-07 08:04:52: (mod_cgi.c.1055) fork failed: Cannot allocate memory
  13. Oct 07 08:04:52 firehose1 lighttpd[1333]: 2014-10-07 08:04:52: (mod_cgi.c.1055) fork failed: Cannot allocate memory
  14. Oct 07 08:04:52 firehose1 lighttpd[1333]: 2014-10-07 08:04:52: (mod_cgi.c.1055) fork failed: Cannot allocate memory
  15. Oct 07 08:04:52 firehose1 lighttpd[1333]: 2014-10-07 08:04:52: (mod_cgi.c.1055) fork failed: Cannot allocate memory
  16. Oct 07 08:04:53 firehose1 lighttpd[1333]: 2014-10-07 08:04:53: (mod_cgi.c.1055) fork failed: Cannot allocate memory
  17. Oct 07 08:04:53 firehose1 lighttpd[1333]: 2014-10-07 08:04:53: (mod_cgi.c.1055) fork failed: Cannot allocate memory
  18. Oct 07 08:05:02 firehose1 lighttpd[1333]: 2014-10-07 08:05:02: (mod_cgi.c.1055) fork failed: Cannot allocate memory
  19. ~ # systemctl restart lighttpd-git.service
  20. ~ # systemctl status lighttpd-git.service
  21. lighttpd-git.service - Lighttpd Web Server
  22. Loaded: loaded (/usr/lib/systemd/system/lighttpd-git.service; enabled)
  23. Active: active (running) since Tue 2014-10-07 08:05:21 UTC; 2s ago
  24. Main PID: 24374 (lighttpd)
  25. CGroup: name=systemd:/system/lighttpd-git.service
  26. └─24374 /usr/sbin/lighttpd -f /etc/lighttpd/git-httpd.conf -D
  27.  
  28. Oct 07 08:05:21 firehose1 systemd[1]: Started Lighttpd Web Server.
  29. Oct 07 08:05:21 firehose1 lighttpd[24374]: 2014-10-07 08:05:21: (log.c.166) server started
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement