Re: [CentOS] Problem building powerdns from EPEL

2013-04-09 Thread Morten Stevens
On 09.04.2013 22:48, Nikolaos Milas wrote:
 Hi,

 I just tried to build using
 http://dl.fedoraproject.org/pub/epel/6/SRPMS/pdns-3.1-2.el6.src.rpm on
 CentOS 6.4 final (kernel: 2.6.32-358.2.1.el6.x86_64), but it failed when
 looking for ldap libs:

 Note: I did not change anything in the original spec file.

  ...
  + ./configure --build=x86_64-redhat-linux-gnu
  --host=x86_64-redhat-linux-gnu --target=x86_64-redhat-linux-gnu
  --program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin
  --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share
  --includedir=/usr/include --libdir=/usr/lib64
  --libexecdir=/usr/libexec --localstatedir=/var
  --sharedstatedir=/var/lib --mandir=/usr/share/man
  --infodir=/usr/share/info --sysconfdir=/etc/pdns
  --libdir=/usr/lib64/pdns --disable-static --with-modules= --with-lua
  '--with-dynmodules= gmysql gpgsql pipe geo ldap gsqlite3'
  --enable-cryptopp
  ...
  checking for ldap_set_option in -lldap_r... no
  checking for ldap_set_option in -lldap... no
  configure: error: ldap library (libldap) not found

Hi,

I'm the powerdns maintainer for Fedora and Fedora EPEL. There's no 
problem then rebuilding pdns-3.1-2.el6.src.rpm on CentOS 6.4 with mock/koji.

Please check:
http://kojipkgs.fedoraproject.org//packages/pdns/3.1/2.el6/data/logs/x86_64/build.log

checking for ldap_set_option in -lldap_r... yes
checking for ldap_initialize in -lldap_r... yes

The same result on my local CentOS 6.4 build server running mock -r 
epel-6-x86_64 --rebuild pdns-3.1-2.el6.src.rpm.

As you can see there is no problem with the ldap library for 
CentOS/RHEL. That's probably a problem on your build server.

Best regards,

Morten
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Bind - built in root hints?

2013-02-19 Thread Morten Stevens
On 14.02.2013 16:33, Robert Moskowitz wrote:
 Over on the bind-us...@lists.isc.org list, I am in a discussion about
 building the named.zone file, as Centos 6.3 does not provide it.  It
 DOES provide a named.ca which is already old (wrt  records) compared
 to the named.zone provided by internic.

Please check my bug report:

https://bugzilla.redhat.com/show_bug.cgi?id=901741

Best regards,

Morten
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] I cannot find the package: kernel-headers-2.6.32-71.29.1 in centos mirror list

2012-08-27 Thread Morten Stevens
On 27.08.2012 10:09, Kris zhang wrote:
 Thanks for your reply, i understand your suggestion, but our system 
 is
 built on centos6.0, it's not easy to upgrade it to 6.3. So could u 
 please
 help me to find the package kernel-headers-2.6.32-71.29.1.el6.x86_64, 
 or
 tell me how to get it, thanks a lot.

yum update 
http://mirror.nl.leaseweb.net/centos-vault/6.0/updates/x86_64/RPMS/kernel-headers-2.6.32-71.29.1.el6.x86_64.rpm

As already mentioned, it is not recommended to use a 2 year old kernel 
without security updates.

Best regards,

Morten
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Kernel Panic - not syncing: Attempted to kill Init!

2012-08-20 Thread Morten Stevens
On 20.08.2012 18:17, Joseph Koenig wrote:
 Just installed CentOS 6.3 from a minimal install disc. All was well, 
 so
 I ran a yum update, as well as installed some additional packages
 (mysql, httpd, libjpeg, libpng, and more that I don't remember off 
 the
 top of my head). Went to reboot the machine and now it won't book up. 
 As
 it starts to boot, says:

 Kernel panic - not syncing: Attempted to kill init!
 Pid: 1, comm: init Not tainted 2.6.32-279.5.1.el6.x86_64 #1
 Call Trace:
 [814fd24a] ? panic+0xa0/0x168
 [81070bd2] ? do_exit+0x862/0x870
 [8117cba5] ? fput+0x25/0x30
 [81070c38] ? do_group_exit+0x58/0xd0
 [81070cc7] ? sys_exit_group+0x17/0x20
 [8100b0f2] ? system_call_fastpath+0x16/0x1b

That's probably a bug.

Please fill a bug report at https://bugzilla.redhat.com

 Also, tried selecting the previous kernel at boot, but got the same
 message, except with 2.6.32-279.el6.x86_64 referenced.

Which previous kernel? 2.6.32-279.2.1 or 2.6.32-279.1.1?

 Machine is a dell poweredge 620, perc h310 raid controller, 4x600GB 
 10K
 SAS, 16GB RAM, 2xIntel Xeon E5-2630 2.3GHz procs (hex-core), dual 
 495W
 power supplies.

This machine is certified for RHEL 6 and should run without problems on 
CentOS 6.

Best regards,

Morten
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] compare zfs xfs and jfs o

2012-08-04 Thread Morten Stevens
On 04.08.2012 16:36, ashkab rahmani wrote:
 thank you. very usefull
 i think i'll try btrfs or jfs,
 i'll send you btrfs result for you.

Please note: The Btrfs code of CentOS 6.3 is based on kernel 2.6.32. 
This is very experimental.

If you want to try Btrfs, then use kernel 3.2 or higher. (there are 
thousands of bug fixes and improvements since 2.6.32)

Anyway, I still recommend ext4 or xfs.

Best regards,

Morten
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Filing a bug for clamav

2012-02-17 Thread Morten Stevens
On 17.02.2012 14:06, Jobst Schmalenbach wrote:
 Hi.

 IMHO there is a bug in the latest updater for clamav:

 Where do I file a bug report?

Repo? EPEL? If, Yes: https://bugzilla.redhat.com/

Select: Enter a new bug report  Fedora  Fedora EPEL

Best regards,

Morten
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] C6 continuous release repo

2011-09-12 Thread Morten Stevens
On Mon, 12 Sep 2011 10:42:30 -0400 (EDT), James B. Byrne wrote:
 Where on the CentOS website does one find the CentOS-6 CR
 repo install package? I can find the one for CentOS-5 but
 not for 6.

Currently there is no CentOS-6 CR repo.

Best regards,

Morten
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Strange Kernel Warning.

2011-08-17 Thread Morten Stevens
On Wed, 17 Aug 2011 08:17:58 -0400, Lisandro Grullon wrote:

 Dear CentOS community,
 Can someone give me clues as to whether my memory is going bad or I 
 am
 having problem with the actual board. Thank you in advace.

 I am getting the following error via stdout and also in 
 /var/log/messages

Hi,

Please tell us more about your system. (lspci, dmesg and cat 
/proc/mtrr)

Best regards,

Morten
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] centos 6 and XFS

2011-08-11 Thread Morten Stevens
On Thu, 11 Aug 2011 18:17:50 +0100, Karanbir Singh wrote:
 On 08/11/2011 06:12 PM, John R Pierce wrote:
 What do I need to enable XFS support in CentOS 6?   is there a 
 CentOS
 Plus kernel yet that enables this ?



 xfs is available in the stock distro

Only for the x86_64 kernel.

Best regards,

Morten
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] vmxnet3 patch for CentOS6 kernel?

2011-08-11 Thread Morten Stevens
On Fri, 12 Aug 2011 00:17:02 +0300, Matti Aarnio wrote:

 The issue is a bug in vmxnet3 driver, which is not able to disable
 LRO mode when the kernel is telling the driver to do so.
 The patch for it applies on 2.6.32 kernels as well as 2.6.38/39 where
 it got applied to baseline.

What is with vmware tools? VMware tools provides the latest vmxnet3 
driver.

The current version is: VMwareTools-8.3.7-433358.tar.gz

Best regards,

Morten
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos