Re: [CentOS] ip6tables state matching

2009-12-01 Thread Seán O Sullivan
2009/12/1 Shunsuke Otanis : > I am having problems adding a stateful inspection rule with ip6tables on > CentOS4.5. > > #ip6tables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT Doesn't support stateful IPv6 firewalling, neither does CentOS5. Seán ___

Re: [CentOS] etc passwd and groups file

2009-07-29 Thread Seán O Sullivan
2009/7/29 Carlos Santana : > I need to maintain a same user/group list on multiples systems. Can we > just copy the same passwd and groups file on all machines? > If we create a new user on one system then I will need to copy this to > all other systems. This is quite cumbersome. Any suggestions?

Re: [CentOS] ldap authentication

2009-07-09 Thread Seán O Sullivan
2009/7/9 hqm8512 : > hello , > we're using LDAP for user authentication > > I'm looking for a mechanism to automatically create a users home directory > when he logs in for the first time > Thanks, If using authconfig, can pass the --enablemkhomedir This works by putting the following in /etc/pam

Re: [CentOS] BackupPC newbie: a couple more questions

2009-01-05 Thread Seán O Sullivan
On Mon, 2008-12-22 at 17:18 +, Timothy Murphy wrote: > I see that the "Falko" tutorial at > recommends (on page 3) that one should enter one's username, > "falko" in this case, as the user in /etc/BackupPC/hosts . > > Other tutorials suggest one sho

Re: [CentOS] awstats, webalizer or...

2008-05-20 Thread Seán O Sullivan
On Mon, 19 May 2008 21:43:12 -0700 Ray Van Dolson <[EMAIL PROTECTED]> wrote: > So what does everyone out there use to generate web statistics these > days? Are the tried and true awstats or webalizer still the best out > there? Analog (http://www.analog.cx/). Very fast, and accurate - big downsi

Re: [CentOS] Live CD root password

2007-07-13 Thread Seán O Sullivan
> Does the root user on the CentOS 5 live CD have > a password? If so, which? > http://lists.centos.org/pipermail/centos-announce/2007-July/014021.html Seán ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] latest clamav update from rpmforge...no joy - CentOS5

2007-07-12 Thread Seán O Sullivan
> I'm trying to update clamav to the new 0.91 version from rpmforge. I've > v 90.3 installed (through yum). Typically this should probably go on rpmforge users mailing list. What's output of following : rpm -q clamav yum search clamav (does the search show 0.91 as being listed in repo?) After

Re: [CentOS] Postfix and mysql

2007-07-05 Thread Seán O Sullivan
>> Hi all, >> >> ¿Is Postfix package provided without mysql database suport? >> > > What OS are you running? > > If debian/ubuntu : apt-get install postfix-mysql > If RHEL/CentOS : centosplus repo contains postfix-mysql. > > If compiled from source, have to add mysql support when doing ./configure

Re: [CentOS] Postfix and mysql

2007-07-05 Thread Seán O Sullivan
> Hi all, > > ¿Is Postfix package provided without mysql database suport? > What OS are you running? If debian/ubuntu : apt-get install postfix-mysql If RHEL/CentOS : centosplus repo contains postfix-mysql. If compiled from source, have to add mysql support when doing ./configure Seán ___

Re: [CentOS] empty /var/log/messages

2007-06-26 Thread Seán O Sullivan
>> I have one centos 4.0 server which /var/log/messages was always empty (0 >> bytes). I wonder what has been blocking the syslog to write the log. >> > > Firstly, I'd suggest updating to 4.5. > > Secondly, is /tmp mounted with noexec option? forgot to add, check /var/log/messages.* for current sy

Re: [CentOS] empty /var/log/messages

2007-06-26 Thread Seán O Sullivan
> I have one centos 4.0 server which /var/log/messages was always empty (0 > bytes). I wonder what has been blocking the syslog to write the log. > Firstly, I'd suggest updating to 4.5. Secondly, is /tmp mounted with noexec option? Seán ___ CentOS mai