Leopard Difficulties...Solved (I hope)

Jerry LeVan jerry.levan at eku.edu
Sat Oct 27 11:10:14 PDT 2007


Hi,
It appears that doing an upgrade was the main problem...

Here is my current /etc/hosts file:

bash-3.2# cat /etc/hosts
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting.  Do not change this entry.
##
127.0.0.1	localhost
255.255.255.255	broadcasthost
192.168.1.1	router
192.168.1.10	macjerry
192.168.1.20	ereader
192.168.1.40	laser
192.168.1.50	vpc
192.168.1.60	jerrypc
192.168.1.70	linuxbox
192.168.1.80	mbp
192.168.1.90	server
::1             localhost
fe80::1%lo0	localhost

This is my original file except for the last line :)

The error messages had a ipv6 smell so I browsed /etc and
found the file hosts.system_default

bash-3.2# cat hosts.system_default
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting.  Do not change this entry.
##
127.0.0.1	localhost
255.255.255.255	broadcasthost
::1             localhost
fe80::1%lo0	localhost

I don't understand ipv6 but adding the last line of the
above to /etc/hosts cleared the httpd error messages
in system.log

Hope this helps someone...

Jerry

On Oct 27, 2007, at 1:00 PM, Jerry LeVan wrote:

> Some more info...For some reason all of the "system" user names appear
> to start with a "_" ie instead of www there is a _www.
>
> I went into the postfix config file main.cf and changed
> postfix to _postfix and postdrop to _postdrop and
> restarted postfix.
>
> This stopped the errors below relating to postfix.
>
> I am clueless as to what is causing all of the httpd errors.
> I can't upgrade my mac server box until I get a handle on
> the problem with httpd.
>
> Help :)
>
> Jerry
>
> On Oct 27, 2007, at 12:21 PM, Jerry LeVan wrote:
>
>> Hi,
>>
>> I just upgraded to MacOSX 10.5 and my console logs are rapidly  
>> growing
>> with stuff like this:
>>
>> Any suggestions?
>>
>> Thanks.
>>
>> Jerry
>>
>> Oct 27 12:12:01 mbp postfix/master[8021]: fatal: file /etc/postfix/ 
>> main.cf: parameter mail_owner: us
>> er postfix has same user ID as _postfix
>> Oct 27 12:12:02 mbp com.apple.launchd[1]  
>> (org.postfix.master[8021]): Exited with exit code: 1
>> Oct 27 12:12:02 mbp com.apple.launchd[1] (org.postfix.master):  
>> Throttling respawn: Will start in 9 s
>> econds
>> Oct 27 12:12:02 mbp org.apache.httpd[8022]: httpd: Could not  
>> reliably determine the server's fully q
>> ualified domain name, using mbp.skynet for ServerName
>> Oct 27 12:12:02 mbp org.apache.httpd[8022]: (13)Permission denied:  
>> make_sock: could not bind to addr
>> ess [::]:80
>> Oct 27 12:12:02 mbp org.apache.httpd[8022]: (13)Permission denied:  
>> make_sock: could not bind to addr
>> ess 0.0.0.0:80
>> Oct 27 12:12:02 mbp org.apache.httpd[8022]: no listening sockets  
>> available, shutting down
>> Oct 27 12:12:02 mbp org.apache.httpd[8022]: Unable to open logs
>> Oct 27 12:12:02 mbp com.apple.launchd[107]  
>> (org.apache.httpd[8022]): Exited with exit code: 1
>> Oct 27 12:12:02 mbp com.apple.launchd[107] (org.apache.httpd):  
>> Throttling respawn: Will start in 10
>> seconds
>> Oct 27 12:12:11 mbp postfix/master[8023]: fatal: file /etc/postfix/ 
>> main.cf: parameter mail_owner: us
>> er postfix has same user ID as _postfix
>> Oct 27 12:12:12 mbp com.apple.launchd[1]  
>> (org.postfix.master[8023]): Exited with exit code: 1
>> Oct 27 12:12:12 mbp com.apple.launchd[1] (org.postfix.master):  
>> Throttling respawn: Will start in 9 s
>> econds
>> Oct 27 12:12:12 mbp org.apache.httpd[8024]: httpd: Could not  
>> reliably determine the server's fully q
>> ualified domain name, using mbp.skynet for ServerName
>> Oct 27 12:12:12 mbp org.apache.httpd[8024]: (13)Permission denied:  
>> make_sock: could not bind to addr
>> ess [::]:80
>> Oct 27 12:12:12 mbp org.apache.httpd[8024]: (13)Permission denied:  
>> make_sock: could not bind to addr
>> ess 0.0.0.0:80
>> Oct 27 12:12:12 mbp org.apache.httpd[8024]: no listening sockets  
>> available, shutting down
>> Oct 27 12:12:12 mbp org.apache.httpd[8024]: Unable to open logs
>> Oct 27 12:12:12 mbp com.apple.launchd[107]  
>> (org.apache.httpd[8024]): Exited with exit code: 1
>> Oct 27 12:12:12 mbp com.apple.launchd[107] (org.apache.httpd):  
>> Throttling respawn: Will start in 10
>> seconds
>>
>



More information about the MacOSX-admin mailing list