Search found 645 matches

by milosb
2012/06/18 19:09:34
Forum: CentOS 5 - General Support
Topic: /tmp partition resize/change (raid 1 software)
Replies: 6
Views: 3141

Re: /tmp partition resize/change (raid 1 software)

Or, you've just introduced yet another error: [quote] PD: there is an error in my solution, or a missing final step: [b]chmod 4777 /tmp[/b][/quote] /tmp has sticky bit set to the folder, and not SUID (the "4" in your chmod). So, I suggest you change chmod to: [code] chmod 1777 /tmp [/code] Regards,
by milosb
2012/06/14 22:10:43
Forum: CentOS 5 - Server Support
Topic: autofs odd behaviour
Replies: 4
Views: 2314

Re: autofs odd behaviour

Also, it'd be nice to see what's logged in /var/log/messages when you actually attempt accessing the mount point your disk should be mounted to by autofs.
by milosb
2012/05/24 21:25:00
Forum: CentOS 5 - Security Support
Topic: recommendations for a good intrusion logging, monitoring
Replies: 3
Views: 2131

recommendations for a good intrusion logging, monitoring

In addition, you can always configure tcp_wrappers to restrict SSH access to only those IPs you expect to be accessing it - that way there will be no authentication challenge whatsoever.
by milosb
2012/05/24 21:18:14
Forum: CentOS 5 - Networking Support
Topic: How to open ports?
Replies: 6
Views: 12374

Re: How to open ports?

You should most certainly start here: [url=http://wiki.centos.org/HowTos/Network/IPTables]iptables HowTo[/url]

Regards,
by milosb
2012/05/12 21:37:58
Forum: CentOS 5 - Server Support
Topic: SendMail masquerade problem
Replies: 7
Views: 5408

Re: SendMail masquerade problem

Just make your life easier by installing the [b]sendmail-cf[/b] package on your machine and the sendmail config (i.e. [b]sendmail.cf[/b]) will be recreated from [b]sendmail.mc[/b] every time you restart sendmail service.
by milosb
2012/04/28 18:05:26
Forum: CentOS 5 - Software Support
Topic: Error updating ecryptfs-utils-75-8.el5
Replies: 9
Views: 1891

Re: Error updating ecryptfs-utils-75-8.el5

Just a quick question: did you alter any of the output code posted for security reasons? Cause it not, I believe this to be the culprit: [quote] [b][user@localhost ~]#[/b] yum update [i][/i] [/quote] Strangely nobody noticed that the [b]yum update[/b] is being run as a non-root user, or simply negle...
by milosb
2012/04/23 21:50:09
Forum: CentOS 5 - Server Support
Topic: weird logwatch problem
Replies: 5
Views: 2019

Re: weird logwatch problem

I may have missed something, but I must admit I fail to see what makes you think this may be related to the size of the message? Indeed, logwatch e-mail notification can be bulky (if it contains for example, a big portion of a maillog)... However, I still doubt this could be the issue. Is this error...
by milosb
2012/04/13 21:23:08
Forum: CentOS 5 - Server Support
Topic: apache gives error-error solved-but cause of problem not get
Replies: 3
Views: 4145

Re: apache gives error-error solved-but cause of problem not get

Adding an entry to /etc/hosts like:
[code]
IP_address machine_hostname
[/code]
should do the trick.
by milosb
2012/04/13 19:36:30
Forum: CentOS 5 - Server Support
Topic: http process is not getting started
Replies: 5
Views: 1290

Re: http process is not getting started

Although I doubt it to be the culprit, I'd still check the sanity of the configuration file as well:
[code]
service httpd configtest
[/code]

Regards,
by milosb
2012/04/10 21:48:29
Forum: CentOS 5 - Hardware Support
Topic: [RESOLVED] Disabling cdc_acm?
Replies: 7
Views: 7963

Re: Disabling cdc_acm?

Have you tried blacklisting it?

Besides, if you manage to prevent it from loading, which driver do you expect this device to use? I must say I don't see what do you intend to accomplish by preventing the module from loading.

EDIT: Ooops, looks like Phil was quicker this time... my bad.