up vote 0 down vote favorite
share [g+] share [fb]

I'm trying to set up video surveillance system using IP cameras and ZoneAlarm on Arch Linux. I set up fixed IP address, I've managed to get streams from cameras, etc.

However, after restart of the machine, I cannot start Apache again. I checked configuration of rc.conf, and saw that static IP configuration has been deleted, and also secondary nameserver in resolv.conf.

Tried to re-write these with correct parameters, but now with no effect.

This is tail of my /var/log/httpd/error_log file, after /etc/rc.d/httpd restart attempt

[Fri Jan 29 04:20:45 2010] [alert] (EAI 5) No address associated with hostname: mod_unique_id: unable to find IPv4 address of "zmhost"
Configuration failed

Anybody have an idea on how could I fix this?

link|improve this question
feedback

closed as too localized by DMA57361 Aug 23 '11 at 14:48

This question is unlikely to ever help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. See the FAQ.

1 Answer

For some reason zmhost was deleted from /etc/hosts. After adding this, everything works fine.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.