Re: [CentOS] CentOS-friendly wiki engine ?

2010-04-16 Thread Samuel Contesse
Hi, Have a look at: http://www.wikimatrix.org/ I would suggest you Dokuwiki which is really simple to implement and use. Sam -Original Message- From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf Of m.r...@5-cent.us Sent: vendredi, 16. avril 2010 15:21 To: C

Re: [CentOS] how to open a tcp port?

2010-03-03 Thread Samuel Contesse
Try /sbin/iptables ­L On 03.03.10 12:26, "hadi motamedi" wrote: > > > On Wed, Mar 3, 2010 at 11:14 AM, Samuel Contesse > wrote: >> Hi, >> >> Assumed that iptables has been disabled during installation, >> /etc/sysconfig/iptables might not be pre

Re: [CentOS] how to open a tcp port?

2010-03-03 Thread Samuel Contesse
You're right but the point is to help him to know wether is firewall is running or not... If /etc/sysconfig/iptables doesn't exist, iptables might be running anyway ! On 03.03.10 12:20, "Eero Volotinen" wrote: > 2010/3/3 Samuel Contesse : >> Hi, >> >>

Re: [CentOS] how to open a tcp port?

2010-03-03 Thread Samuel Contesse
Hi, Assumed that iptables has been disabled during installation, /etc/sysconfig/iptables might not be present on your system. Can you print iptables running configuration out by using: iptables ­L Sam On 03.03.10 12:05, "hadi motamedi" wrote: > Dear All > On my CentOS , I want to open tcp po

Re: [CentOS] Add /sbin to sudo PATH

2010-01-22 Thread Samuel Contesse
Sent: Friday, January 22, 2010 12:10 PM To: CentOS mailing list Subject: Re: [CentOS] Add /sbin to sudo PATH On Fri, Jan 22, 2010 at 11:54:37AM +0100, Samuel Contesse wrote: > Hello, > > Does anyone have an idee how to add /sbin to the sudo $PATH environment? > Adding /sbin to .bashrc $

[CentOS] Add /sbin to sudo PATH

2010-01-22 Thread Samuel Contesse
Hello, Does anyone have an idee how to add /sbin to the sudo $PATH environment? Adding /sbin to .bashrc $PATH isn't really what I want... I'd like sudoers to be able to run: $ sudo chkconfig And not: $ sudo /sbin/chkconfig Thanks Sam ___ CentOS mai

Re: [CentOS] About the tar extract signal directory~~

2009-11-11 Thread Samuel Contesse
Hi, tar [ - ] A --catenate --concatenate | c --create | d --diff --compare | --delete | r --append | t --list | u --update | x --extract --get [ options ] pathname [ pathname ... ] pathname is what you're looking for. Sam From: centos-boun...@centos

Re: [CentOS] Problem mounting CIFS shares with credential file afterSAMBA update

2009-11-01 Thread Samuel Contesse
Hi, I've the same problem on RHEL 5.4 after samba update. I almost tried everything but I had to switch to -username=...,-password=... to get CIFS mount point to work. I opened a case which has been closed because a second system also running on RHEL 5.4 works with this update. Hope they wi