Advertisement
Guest User

Untitled

a guest
Apr 8th, 2013
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. $ ./pache 1025 .
  2. httpd: Could not reliably determine the server's fully qualified domain name, using MBP018-RWC.local for ServerName
  3. httpd: Could not reliably determine the server's fully qualified domain name, using MBP018-RWC.local for ServerName
  4. [Mon Apr 08 01:30:06 2013] [warn] pid file ./foo1Y7 overwritten -- Unclean shutdown of previous Apache run?
  5. [Mon Apr 08 01:30:06 2013] [emerg] (2)No such file or directory: Couldn't create accept lock (/private/var/run/accept.lock.323) (5)
  6.  
  7. *ADDED -C"ServerName localhost" to fix ServerName bug
  8.  
  9. $ ./pache 1025 .
  10. [Mon Apr 08 01:30:17 2013] [warn] pid file ./foo3fd overwritten -- Unclean shutdown of previous Apache run?
  11. [Mon Apr 08 01:30:17 2013] [emerg] (2)No such file or directory: Couldn't create accept lock (/private/var/run/accept.lock.326) (5)
  12.  
  13. ServerName bug is gone, let's try sudo.
  14.  
  15. $ sudo ./pache 1025 .
  16. [Mon Apr 08 01:30:22 2013] [warn] pid file ./fooJUS overwritten -- Unclean shutdown of previous Apache run?
  17. [Mon Apr 08 01:30:22 2013] [notice] Apache/2.2.22 (Unix) configured -- resuming normal operations
  18. [Mon Apr 08 01:30:22 2013] [alert] (2)No such file or directory: getpwuid: couldn't determine user name from uid 4294967295, you probably need to modify the User directive
  19. [Mon Apr 08 01:30:22 2013] [alert] (2)No such file or directory: getpwuid: couldn't determine user name from uid 4294967295, you probably need to modify the User directive
  20. [Mon Apr 08 01:30:22 2013] [alert] (2)No such file or directory: getpwuid: couldn't determine user name from uid 4294967295, you probably need to modify the User directive
  21. [Mon Apr 08 01:30:22 2013] [alert] (2)No such file or directory: getpwuid: couldn't determine user name from uid 4294967295, you probably need to modify the User directive
  22. [Mon Apr 08 01:30:22 2013] [alert] (2)No such file or directory: getpwuid: couldn't determine user name from uid 4294967295, you probably need to modify the User directive
  23. [Mon Apr 08 01:30:23 2013] [alert] Child 335 returned a Fatal error... Apache is exiting!
  24. $
  25.  
  26. Meanwhile a bunch of fooXYZ and fooABC files are being created.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement