[CentOS] kernels with cifs backport (Was: where is smbmount on centOS 5)

2007-07-08 Thread Akemi Yagi
On 6/29/07, Wojtek.Pilorz <[EMAIL PROTECTED]> wrote: On Fedora6, I have noted the folowing problems when using cifs to connect to NT shares: - cp -vip does not copy mtime; tar x does copy mtime (it seems setting modtime by fname does work, setting by handle does not) - when there is a share m

[CentOS] DTLS for Centos?

2007-07-08 Thread Robert Moskowitz
Is DTLS available for Centos? Either Centos 4 or 5. DTLS is TLS over UDP. Highly valued to protect SIP traffic. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Simple Question about Resolving Names without suffix with bind

2007-07-08 Thread Wei Yu
Yes, it works. The DNS search suffix matters. Thank you all! On 7/8/07, Steven Haigh <[EMAIL PROTECTED]> wrote: On 08/07/2007, at 1:24 PM, Gregory P. Ennis wrote: > On Sat, 2007-07-07 at 12:58 +0800, Wei Yu wrote: >> Hi >> >> I am trying to use Bind as named. And I have successfully set up a

Re: [CentOS] Current version of IAXModem

2007-07-08 Thread Robert Moskowitz
William Suffill wrote: https://sourceforge.net/project/showfiles.php?group_id=148814 iaxmodem.sf.net I am Hopping to find an rpm already built for Centos instead of having to build my own. I would have to set up a Hylafax system on Centos (not all that hard) with all the source I would need

Re: [CentOS] Current version of IAXModem

2007-07-08 Thread William Suffill
https://sourceforge.net/project/showfiles.php?group_id=148814 iaxmodem.sf.net ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] non-privaledged reboot ???

2007-07-08 Thread René Standfest
Scott Ehrlich schrieb am 08.07.2007 21:01: > On Sun, 8 Jul 2007, René Standfest wrote: > >> Matt Shields schrieb am 08.07.2007 14:32: >> >>> On 7/8/07, Ignacio Vazquez-Abrams <[EMAIL PROTECTED]> wrote: On Sat, 2007-07-07 at 22:51 -0700, Robert - eLists wrote: > Greetings > > On c

Re: [CentOS] Current version of IAXModem

2007-07-08 Thread Robert Moskowitz
Feizhou wrote: Robert Moskowitz wrote: Trixbox is supplying a rather old version of IAXModem, 0.1.14, where current is 0.3 Does anyone know of where a version is available more current than 0.1.14? www.asterisk.org? Nope. Not there. ___ Cen

Re: [CentOS] Seeking pointers to info about LVM migration and performance

2007-07-08 Thread Bart Schaefer
On 7/8/07, Johnny Hughes <[EMAIL PROTECTED]> wrote: Well ... if you are using hardware RAID, then striping LVM will likely not give you any benefit speed wise. (Unless multiple controllers are used and read/write can be done in parallel). The speed benefit happens if LVM can stripe the sectors

Re: [CentOS] 4 or 5 for VMware server?

2007-07-08 Thread Oliver Schulze L.
If you need a certified platform, install centos4 because RHEL5 is not yet certified on vmware-server HTH Oliver WipeOut wrote: I am soon going to be setting up a box to run VMware server but have to make the choice between Centos 4.x or 5.x.. I have tested both and VMware installs in both..

Re: [CentOS] Seeking pointers to info about LVM migration and performance

2007-07-08 Thread Johnny Hughes
Bart Schaefer wrote: > On 7/7/07, Johnny Hughes <[EMAIL PROTECTED]> wrote: >> Bart Schaefer wrote: >> > - What kind of performance can we expect from an LVM group as compared >> > to mounting the RAID array directly? >> >> OK, the answer to this question is ... >> >> RAID and LVM can be used togeth

Re: [CentOS] non-privaledged reboot ???

2007-07-08 Thread Scott Ehrlich
On Sun, 8 Jul 2007, René Standfest wrote: Matt Shields schrieb am 08.07.2007 14:32: On 7/8/07, Ignacio Vazquez-Abrams <[EMAIL PROTECTED]> wrote: On Sat, 2007-07-07 at 22:51 -0700, Robert - eLists wrote: Greetings On centos 5, if I ssh in as a regular non-superuser account and go to the sbin

Re: [CentOS] Seeking pointers to info about LVM migration and performance

2007-07-08 Thread Bart Schaefer
On 7/7/07, Johnny Hughes <[EMAIL PROTECTED]> wrote: Bart Schaefer wrote: > - What kind of performance can we expect from an LVM group as compared > to mounting the RAID array directly? OK, the answer to this question is ... RAID and LVM can be used together, or individually. Thanks for confir

Re: [CentOS] non-privaledged reboot ???

2007-07-08 Thread René Standfest
Matt Shields schrieb am 08.07.2007 14:32: > On 7/8/07, Ignacio Vazquez-Abrams <[EMAIL PROTECTED]> wrote: >> On Sat, 2007-07-07 at 22:51 -0700, Robert - eLists wrote: >>> Greetings >>> >>> On centos 5, if I ssh in as a regular non-superuser account and go to the >>> sbin dir to issue a reboot comma

Re: [CentOS] Seeking pointers to info about LVM migration and performance

2007-07-08 Thread Bart Schaefer
On 7/8/07, Bart Schaefer <[EMAIL PROTECTED]> wrote: On 7/6/07, John R Pierce <[EMAIL PROTECTED]> wrote: > > and voila, its EXT3 now, with journalling. Thanks, John, but is that really the whole answer? Once it's ext3 it can be put into a volume group with no further ado? I should have read th

Re: [CentOS] Seeking pointers to info about LVM migration and performance

2007-07-08 Thread Johnny Hughes
Bart Schaefer wrote: > On 7/6/07, John R Pierce <[EMAIL PROTECTED]> wrote: >> >> umount /dev/sdb1 >> tunefs -j /dev/sdb1 >> vi /etc/fstab(and, change ext2 to ext3 on the mount line for this >> filesystem) >> mount /dev/sdb1 >> >> >> and voila, its EXT3 now, with journalling. > > Thanks, John,

Re: [CentOS] Seeking pointers to info about LVM migration and performance

2007-07-08 Thread John R Pierce
Bart Schaefer wrote: Thanks, John, but is that really the whole answer? Once it's ext3 it can be put into a volume group with no further ado? I would think that (particularly with a striped LVM such as Johnny mentioned) there has to be something else invovled. the file system and the volume m

Re: [CentOS] Seeking pointers to info about LVM migration and performance

2007-07-08 Thread Bart Schaefer
On 7/6/07, John R Pierce <[EMAIL PROTECTED]> wrote: umount /dev/sdb1 tunefs -j /dev/sdb1 vi /etc/fstab(and, change ext2 to ext3 on the mount line for this filesystem) mount /dev/sdb1 and voila, its EXT3 now, with journalling. Thanks, John, but is that really the whole answer? Once it's

Re: [CentOS] yum download with erros pertaining libpurple

2007-07-08 Thread Karanbir Singh
Gregory P. Ennis wrote: Has anyone else had problems with a recent yum download with libpurple on an X64 machine? whats an X64 machine ? Error: Missing Dependency: libmeanwhile.so.1 is needed by package libpurple libmeanwhile is provided in the repo.. - KB -- Karanbir Singh : http://www.k

Re: [CentOS] non-privaledged reboot ???

2007-07-08 Thread Matt Shields
Not necessarily true. Lots of people use remote KVM's :) So just because someone has access to the console does not mean they have physical access to the server. -matt On 7/8/07, Ignacio Vazquez-Abrams <[EMAIL PROTECTED]> wrote: On Sat, 2007-07-07 at 22:51 -0700, Robert - eLists wrote: > Gree