Re: [CentOS] CentOS VPN server for iPhone

2009-03-28 Thread Marcus Moeller
Dear Florian, > So far, OpenVPN has been working very well for me. Unfortunately, the > iPhone doesn't have (yet?) an OpenVPN client, so I'm forced to work with > what's available. > > The options are: L2TP, PPTP and IPSec. If you were to install a VPN > endpoint on CentOS, which protocol would yo

Re: [CentOS] Getting asciidoc

2009-03-28 Thread Ralph Angenendt
James B. Byrne wrote: > [dag] > name=Dag Wieers RPM Repository for Red Hat Enterprise Linux > baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag > includepkgs=acsiidoc* bitt* perl* > > Reducing Dag Wieers RPM Repository for Red Hat Enterprise Linux to > included packages only > No packa

Re: [CentOS] Getting ready for CentOS 5.4

2009-03-28 Thread Noob Centos Admin
2009/3/27 Spiro Harvey : > "required"? How do you figure anything is *required* of volunteers? > Show me your support contract. > > If you're worried that CentOS is "late" or is stopping you from > fulfilling your own contractual obligations, perhaps you should stop > being a tight-arse and pay for

[CentOS] Open Source Mail Server Solution for RHEL/CentOS 5.x

2009-03-28 Thread Zhang Huangbin
Hi, all. I'd like to introduce iRedMail open source mail server solution for RHEL/CentOS to you. * iRedMail is: - mail server solution for Red Hat(R) Enterprise Linux and CentOS 5.x, support both i386 and x86_64. - a shell script set, used to install and configure all mail server

Re: [CentOS] Getting ready for CentOS 5.4

2009-03-28 Thread Neil Aggarwal
Hello: Well said! I tremendously appreciate the effort the development team puts in and am not complaining one bit about how long things take. They take what they take and that is fine by me. Please do not let the negative comments of a few people reflect badly on the majority of people that tr

Re: [CentOS] Getting asciidoc

2009-03-28 Thread Frank Thommen
[somehow my mail hasn't gone through yesterday evening. trying again...] Brian Mathis wrote: > You need to set "enabled=1" in the config file. Currently you have > "enabled=0" I don't think you need "enabled=1" in the repo file if you are using `yum --enablerepo=dag ...` on the command line, b

Re: [CentOS] Getting ready for CentOS 5.4

2009-03-28 Thread Rob Kampen
Rob Kampen Neal Development Group On Mar 27, 2009, at 18:39, Frank Thommen wrote: > nate wrote: >> Les Mikesell wrote: >> >>> [...] >> >> I think it's safe to assume that the majority of CentOS users out >> there run CentOS on servers, not on desktops/laptops/etc. > > So I'm one from the minor

Re: [CentOS] Getting asciidoc

2009-03-28 Thread Frank Thommen
> Try with > > includepkgs=acsiidoc bitt* perl* As said before, this will not work :-) frank ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Getting asciidoc

2009-03-28 Thread Ralph Angenendt
Frank Thommen wrote: > >> includepkgs=acsiidoc* bitt* perl* > ^ > ...this should probably read 'asciidoc'? :-) Harhar. Ralph pgpVOvnMBEYTD.pgp Description: PGP signature ___ CentOS mailing list CentOS@centos.org http://lists.ce

Re: [CentOS] Installing on LVM on SW-RAID

2009-03-28 Thread Robert Heller
At Fri, 27 Mar 2009 23:48:04 -0300 CentOS mailing list wrote: > > On Fri, Mar 27, 2009 at 11:25 PM, Dnk wrote: > > I went through this EXACT thing last month, and with help of the list, > > I got it done. I can send you my step by step tomorrow. > > The thread about 4 x 500GB ? > > I read it

[CentOS] Minimal Install?

2009-03-28 Thread Norberto Bensa
Hello list, I'm testing CentOS 5.2 as a possible Xen Server (i.e.: dom0) but the default no-items-selected still installs cups, portmap, and many other thing I don't want in a dom0 installation. I've already removed the packages I don't want, and replaced sendmail with postfix (I need a mailserve

Re: [CentOS] Installing on LVM on SW-RAID

2009-03-28 Thread Norberto Bensa
>> I read it quickly, but if I got it right, they're suggesting to put >> root fs outside of the lvm pv... > > Yes, the root file system has to be outside of the LVM -- the initrd > does not start LVM, so LVM volumes are not available for mounting at > that point. Nope. That's false. I've installe

Re: [CentOS] Minimal Install?

2009-03-28 Thread Frank Thommen
> 2) Is it possible, using yum, to know which packages holds what file? > (like dpkg -S in Debian/Ubuntu) yum provides rpm -q --whatprovides frank ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] USB, AutoMount & VNC

2009-03-28 Thread Guy Boisvert
Frank Thommen wrote: > Guy Boisvert wrote: >> Hi, >> >> It make senses if you're running a box headless (it will be headless >> soon, now i'm testing it with K+V+M attached). We're using a CentOS box >> to plug USB Flash drive & external hard drive into it. The CentOS box >> is then used

Re: [CentOS] Minimal Install?

2009-03-28 Thread Jim Wildman
On Sat, 28 Mar 2009, Norberto Bensa wrote: > 2) Is it possible, using yum, to know which packages holds what file? > (like dpkg -S in Debian/Ubuntu) > bit faster with rpm rpm -qf `which ` -- Jim Wildman, CISSP, RHCE j...@

[CentOS] command line programs for ldap

2009-03-28 Thread Jerry Geis
Hi all. I am looking for some command line programs (pre made) that will connect to an ldap server and list out the users in question provided by the search argument given. I found some mention of it from oracle but I did not see where they can be downloaded. Is something like this available and

Re: [CentOS] Minimal Install?

2009-03-28 Thread Norberto Bensa
On Sat, Mar 28, 2009 at 12:05 PM, Jim Wildman wrote: > rpm -qf `which ` Nice. Thanks Frank and Jim What about the minimal install? Is it possible? I don't need kerberos, ldap, and a lot of other things. Best regards, Norberto ___ CentOS mailing list C

Re: [CentOS] command line programs for ldap

2009-03-28 Thread Norberto Bensa
On Sat, Mar 28, 2009 at 12:57 PM, Jerry Geis wrote: > Hi all. I am looking for some command line programs (pre made) > that will connect to an ldap server and list out the users in question > provided by the search argument given. What wrong with "getent passwd"? ldapsearch uid=*whatever* ?

Re: [CentOS] Installing on LVM on SW-RAID

2009-03-28 Thread Robert Heller
At Sat, 28 Mar 2009 11:16:24 -0300 CentOS mailing list wrote: > > >> I read it quickly, but if I got it right, they're suggesting to put > >> root fs outside of the lvm pv... > > > > Yes, the root file system has to be outside of the LVM -- the initrd > > does not start LVM, so LVM volumes are

Re: [CentOS] command line programs for ldap

2009-03-28 Thread Barry Brimer
> Hi all. I am looking for some command line programs (pre made) > that will connect to an ldap server and list out the users in question > provided by the search argument given. > > I found some mention of it from oracle but I did not see where they can > be downloaded. > Is something like this av

[CentOS] CentOS-announce Digest, Vol 49, Issue 12

2009-03-28 Thread centos-announce-request
-- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://lists.centos.org/pipermail/centos-announce/attachments/20090328/e1e0e37b/attachment-0001.bin -- Message: 2 Date: Sat, 28 Mar

Re: [CentOS] command line programs for ldap

2009-03-28 Thread Jerry Geis
> > On Sat, Mar 28, 2009 at 12:57 PM, Jerry Geis > wrote: > >/ Hi all. I am looking for some command line programs (pre made) > />/ that will connect to an ldap server and list out the users in question > />/ provided by the search argument given. >

[CentOS] APCUPSD port 3551 permission problem

2009-03-28 Thread Bob Taylor
I need a little help on this problem, please? I include my /etc/apcupsd/apcupsd.conf file is attached. port 3551 udp/tcp has been added to the (running) firewall. My APC is recognized as: APC Back-UPS 450 FW:844.Kld.D USB FW:Kld This from the hardware browser. PS says: root 2419 0.0 0.0 4

Re: [CentOS] Getting ready for CentOS 5.4

2009-03-28 Thread William L. Maltby
On Sat, 2009-03-28 at 08:01 -0500, Neil Aggarwal wrote: > Hello: > > Well said! > > I tremendously appreciate the effort the development > team puts in and am not complaining one bit about how long > things take. They take what they take and that is fine by > me. Please do not let the negative

Re: [CentOS] APCUPSD port 3551 permission problem

2009-03-28 Thread Joseph L. Casale
>I need a little help on this problem, please? I include >my /etc/apcupsd/apcupsd.conf file is attached. Ok >port 3551 udp/tcp has >been added to the (running) firewall. Are you attempting to run the agent on a machine *without* the ups comm connected to it, such that it will receive status from

Re: [CentOS] Minimal Install?

2009-03-28 Thread David Goldsmith
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Norberto Bensa wrote: > On Sat, Mar 28, 2009 at 12:05 PM, Jim Wildman wrote: >> rpm -qf `which ` > > Nice. Thanks Frank and Jim > > What about the minimal install? Is it possible? I don't need kerberos, > ldap, and a lot of other things. > > Best r

Re: [CentOS] Getting ready for CentOS 5.4

2009-03-28 Thread Noob Centos Admin
On Sun, Mar 29, 2009 at 3:13 AM, William L. Maltby wrote: > As a step to reducing the "pressure" and dissatisfaction of "Are We > There Yet?" ("When will xxx be released?"), a simple publication of a > projected time line will help. It should be updated as needed. It should > understood that this

Re: [CentOS] Installing on LVM on SW-RAID

2009-03-28 Thread Noob Centos Admin
On Sat, Mar 28, 2009 at 9:58 PM, Robert Heller wrote: > At Fri, 27 Mar 2009 23:48:04 -0300 CentOS mailing list > wrote: > Yes, the root file system has to be outside of the LVM -- the initrd > does not start LVM, so LVM volumes are not available for mounting at > that point. As Norberto pointed

Re: [CentOS] Getting ready for CentOS 5.4

2009-03-28 Thread William L. Maltby
On Sun, 2009-03-29 at 06:30 +0800, Noob Centos Admin wrote: > On Sun, Mar 29, 2009 at 3:13 AM, William L. Maltby > wrote: > > As a step to reducing the "pressure" and dissatisfaction of "Are We > > There Yet?" ("When will xxx be released?"), a simple publication of a > > projected time line will

Re: [CentOS] Minimal Install?

2009-03-28 Thread Ralph Angenendt
Norberto Bensa wrote: > On Sat, Mar 28, 2009 at 12:05 PM, Jim Wildman wrote: > > rpm -qf `which ` > > Nice. Thanks Frank and Jim > > What about the minimal install? Is it possible? I don't need kerberos, > ldap, and a lot of other things. If you can remove redhat-lsb from the install, that will

Re: [CentOS] command line programs for ldap

2009-03-28 Thread Rob Townley
On Sat, Mar 28, 2009 at 1:24 PM, Jerry Geis wrote: >> >> On Sat, Mar 28, 2009 at 12:57 PM, Jerry Geis > > wrote: >> >/ Hi all. I am looking for some command line programs (pre made) >> />/ that will connect to an ldap server and list out the users i

[CentOS] xen serial port access for domu?

2009-03-28 Thread Gordon McLellan
Is serial port "passthrough" possible for the version of xen that ships with centos 5.2? I've disabled the xen hypervisor serial console, and can see the serial port in dom0. I've masked out the 8250, 8250_pnp and serial_core modules on dom0 and rebooted. xm create domain fails with the error th

Re: [CentOS] APCUPSD port 3551 permission problem

2009-03-28 Thread Bob Taylor
On Sat, 2009-03-28 at 14:36 -0600, Joseph L. Casale wrote: > >I need a little help on this problem, please? I include > >my /etc/apcupsd/apcupsd.conf file is attached. > > Ok > > >port 3551 udp/tcp has > >been added to the (running) firewall. > > Are you attempting to run the agent on a machine

[CentOS] need trouble ticket system

2009-03-28 Thread Dhaval Thakar
Hi, I need to implement trouble tracking system, we have 250 users in one premise & 3 desktop support technicians. I need to implement trouble ticket system, where user will enter their application / other issues. Mail will be sent to technician available on duty. trouble ticket will be provided