Search found 42 matches

by woof
2012/12/29 19:10:49
Forum: CentOS 5 - Server Support
Topic: FIX: postfix and SELinux
Replies: 1
Views: 2327

FIX: postfix and SELinux

I just installed postfix, and the following type of alias wasn't working: [code]foo: "|/usr/sbin/sendmail -oi -froot foo@example.com"[/code] /var/log/maillog would show: [code]Dec 28 08:37:54 firewall local[5345]: fatal: execvp /usr/sbin/sendmail: Permission denied[/code] I tracked it down to missin...
by woof
2009/11/06 04:30:19
Forum: CentOS 5 - General Support
Topic: Random Shutdown
Replies: 10
Views: 3139

Re: Random Shutdown

[quote] michaelnel wrote: Woof, curious as to why you dredged up this five month inactive thread? The OP hasn't even logged in since June 22nd, and is unlikely to benefit from your sage observations.[/quote] Sorry, was searching the forums for something else and came across it; replied before checki...
by woof
2009/11/05 22:01:48
Forum: CentOS 5 - General Support
Topic: Random Shutdown
Replies: 10
Views: 3139

Re: Random Shutdown

Your acpid log definitely shows that you have a flaky power switch which caused the shutdowns on June 5 and June 10. When you disabled it, it fixed your problem. Since there are no shutdown messages on the June 20 restart, I'd guess that one was due to a power failure. Another thing to consider is t...
by woof
2009/08/05 22:42:50
Forum: CentOS 5 - General Support
Topic: New tomcat5-servlet-2.4-api fails
Replies: 4
Views: 1008

Re: New tomcat5-servlet-2.4-api fails

[quote]You really spend your last two years for this problem *g*?[/quote]

Wouldn't [i]that[/i] be pathetic? :-)

Nah, just ran across it again during an update.
by woof
2009/08/05 22:37:06
Forum: CentOS 5 - General Support
Topic: New tomcat5-servlet-2.4-api fails
Replies: 4
Views: 1008

Re: New tomcat5-servlet-2.4-api fails

So two years later I search for this issue and find my original post. Heh. Here's the solution for posterity. Somewhere in the update process, an old (September 2007) version of libgcc_s.so.1 was left in /usr/lib, and the new version was dropped in /lib. Strange that the date on the file corresponds...
by woof
2009/05/26 00:43:13
Forum: CentOS 5 - Server Support
Topic: MySQL not working from apache
Replies: 5
Views: 948

Re: MySQL not working from apache

[quote] w0d3n wrote: Any ideea how to fix?[/quote] I'm still kinda new to this SELinux permission stuff (just started studying it today). But based on an example in the semanage manpage, I'd try: [quote] semanage port -a -t httpd_port_t -p tcp 3306[/quote] Your httpd's context (the scontext, or sour...
by woof
2009/05/25 23:27:16
Forum: CentOS 5 - Server Support
Topic: MySQL not working from apache
Replies: 5
Views: 948

MySQL not working from apache

The (13) indicates EACCES (Permission denied). See if there's an audit message in /var/log/audit/audit.log that gives more information on why permission was denied.

Regards,
Steve
by woof
2009/05/25 18:40:00
Forum: CentOS 5 - Server Support
Topic: LibClamAv Error: cli_loaddbdir(): can't open directory /var/clamav
Replies: 1
Views: 3553

LibClamAv Error: cli_loaddbdir(): can't open directory /var/

Googling the subject line reveals that this is the result of an interaction between SELinux and clamd. Solutions range from "disable SELinux" to creating and loading SELinux policy modules of varying complexity. I've formulated an easy solution that doesn't require much work. I'll post it here for w...
by woof
2009/05/19 15:56:05
Forum: CentOS 5 - Networking Support
Topic: LinkSys USB200M
Replies: 33
Views: 7420

Re: LinkSys USB200M

[quote] avanmessen wrote: Of course I rebooted both servers. Tried what you' ve suggested here : [root@srv1 ~]# service dkms_autoinstaller start Running DKMS auto installation service for kernel 2.6.18-128.1.10.el5PAE /etc/init.d/dkms_autoinstaller: line 142: log_action_end_msg: command not found [r...
by woof
2009/05/17 20:35:12
Forum: CentOS 5 - General Support
Topic: Several issues after yum update...
Replies: 4
Views: 697

Several issues after yum update...

Not sure why the menu's not going to your hyperterm. When you connect the direct keyboard/monitor, you don't see a menu because the system's still sending it to your serial port. You have to comment out the [i]serial[/i] line in the grub.conf file to see the menu on your console, but I understand yo...