Displaying 20 results from an estimated 200 matches similar to: "Can't build PHP 5.3.6 with MySQL 5.5.10 on CentOS-4"
2011 May 18
0
Can't build Keepalived 1.2.1 on CentOS-4
Hello,
I get this error when trying to build Keepalived 1.2.1 on a CentOS-4 box:
# gcc -g -O2 (..) -D_WITH_LVS_ -D_WITH_VRRP_ -c smtp.c
In file included from ../include/vrrp.h:31,
from ../include/smtp.h:34,
from smtp.c:27:
*../include/vrrp_ipaddress.h:32:27: linux/if_addr.h: No such file or directory*
In file included from ../include/vrrp.h:31,
2010 Oct 22
1
Howto align partitions in Linux + NetApp
Hi,
NetApp support has suggested us aligning partitions to improve
performance, in short: starting sector must be divisible by 8. How can I
move the start point in a misaligned partition -in production, with
ext3- under Linux?
A screenshot with a misaligned (start=63s) and aligned (start=64s)
partition is available at:
http://filesocial.com/lkwvvn2
(If anyone is interested in this topic,
2011 Jan 03
1
Helper variables like %{rhel} on CentOS
Hello,
I'm trying to use helper variables like %{rhel} in a .SPEC file on
CentOS (as they are defined in RHEL and Fedora [1]), but it seems they
are not available.
Is there any way to detect automatically CentOS release from a .SPEC
file in a RPM build process?
As a workaround, I use this hack:
%if 0%{?rhel} >= 5
(..)
%endif
And when calling rpmbuild I use a
2013 Apr 09
2
fsck - anyway to increase verbosity to show point in process
Greetings,
I'm running CentOS 5.x on one ancient but reasonably reliable machine:
root at leeloo ~> uname -a
Linux leeloo 2.6.18-308.24.1.el5 #1 SMP Tue Dec 4 17:42:30 EST 2012 i686
i686 i386 GNU/Linux
root at leeloo ~> cat /proc/cpu
cat: /proc/cpu: No such file or directory
root at leeloo ~> cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 11
model
2008 Dec 17
1
RPM rollback/repackage with CentOS 4
Hi,
Is there any way to list availabe RPM rollback's and timestamps in CentOS 4?
It's possible to get RPM rollbacks with up2date, but appears that's
deprecated ;-(
# up2date --list-rollbacks
This feature is deprecated and no longer functional
I want a method to list current available rollback and the timestamp:
http://www.linuxjournal.com/article/7034
How do you deal with this
2020 Apr 05
8
[Bug 1415] New: adjacent ip ranges in vmap causing error
https://bugzilla.netfilter.org/show_bug.cgi?id=1415
Bug ID: 1415
Summary: adjacent ip ranges in vmap causing error
Product: nftables
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: nft
Assignee: pablo at netfilter.org
2011 Jul 14
2
php-5.3.6 fails on CentOS 5.6 64 bit
Hello all,
# I am quite new to 64 bit Linux
I am trying to build php-5.3.6 on CentOS 5.6, 64 bit.
When I run ./configure under php-5.3.6, I get the following error:
----- Error -----
If configure fails try --with-jpeg-dir=<DIR>
configure: error: libpng.(a|so) not found.
----- Error -----
Though libpng-devel and libjpeg-devel (both i386 and x64 rpms) are
installed,
it seems that
2008 Jul 07
3
yum-updatesd not working on CentOS 5.2
Dear Srs,
yum-updatesd-0.9-2.el5 appears that it's not working on freshly
installed CentOS 5.2, using:
# rpm -qa "yum*"
yum-metadata-parser-1.1.2-2.el5
yum-updatesd-0.9-2.el5
yum-3.2.8-9.el5.centos.2.1
yum-fastestmirror-1.1.10-9.el5.centos
I see some bugs ([1], [2] and [3]) in the bug tracker, and more info
related to other distros like Fedora, etc.. with the same problem.
2012 Nov 08
2
Fwd: Different behavior of net.ipv4.ip_local_port_range between RHEL-5 and RHEL-6
Forwarding just in case anyone is familiar with this on CentOS, thanks!
--
Hello,
Just found that net.ipv4.ip_local_port_range has different behavior
between RHEL releases: until v6 although you have multiple source IPs
you can only use a fixed number of local ports, seems that
"ip_local_port_range" is a global configuration or limitation. On RHEL-6
kernel (testing with 2.6.32-279)
2008 Nov 06
1
Broken link in OpenVZ page in the Wiki
Dear Srs,
In the page:
http://wiki.centos.org/HowTos/Virtualization/OpenVZ
Section -> "Additional Resources"
"Performance evaluation of Xen vs. OpenVZ by HP Labs" link is broken, it
points to:
http://www.hpl.hp.com/techreports/2007/HPL-2007-59.pdf
And the PDF has been moved to:
http://www.hpl.hp.com/techreports/2007/HPL-2007-59R1.pdf
Regards,
--
Santi Saez
2008 Nov 25
1
Correct way to change I/O scheduler in a iSCSI dev
Hi,
What's the correct way to change configuration parameters for an iSCSI
device? For example I/O scheduler, max_sectors_kb, etc...
I could add commands to the S99local script:
echo noop > /sys/block/sdb/queue/scheduler
echo 64 > /sys/block/sdb/queue/max_hw_sectors_kb
Unfortunately, iSCSI device names might change from sdb to, say, sdc
(server reboot, iSCSI target reconnection).
2009 Sep 28
2
rpmstrap/rpmbootstrap to boostrap CentOS 5
Hi,
Is there any working script, similar to deboostrap, for CentOS 5?
I have found rpmstrap [1] at RPMforge.. but only works for CentOS-4, and
appears that's out of date.
thanks!
[1] http://dag.wieers.com/rpm/packages/rpmstrap/
--
Santi Saez
http://woop.es
2008 Dec 04
2
Best way to take snapshots of iSCSI devices using Open-iSCSI + CentOS
Hi,
I want to take snapshots of a iSCSI devices from a target that hasn't
snapshot/cloning capabilities (it's a Infortrend A16E storage array).
What method are you using to make snapshots/clones of iSCSI targets
using Open-iSCSI + CentOS? What about using Open-iSCSI + LVM snapshots
system? For example:
- Take a LVM snapshot in the initiator with "lvcreate".
- Give read-only
2011 Apr 20
6
rake db:create fails
Hello folks,
I´m here trying to find the way to solve my problem.
When i try to run
rake db:create or rake db:create:all
the process stops and the databases are not created.
I change the directives, putting --trace before the rake db:create and
the steps are
C:\appws\cookbook>rake db:create --trace
(in C:/appws/cookbook)
** Invoke db:create (first_time)
** Invoke db:load_config (first_time)
2007 Dec 11
1
locate rpm spec files
Hi
I _have_ to use the following software versions on CentOS4 and RHEL4
Apache 2.0.53
mod_jk 1.2.22
Tomcat 5.5.9
Java 1.5.0_06
Can anyone point me to the spec files for these that i can use against
the source tar balls or better yet a source rpm?
thanks!
2011 Apr 27
1
Rake 0.8.7 issue on Rails 3, ruby 1.9.2 and Windows 7
Hi folks,
I´ve posted some days ago and receive your support. First i wish to
thank you.
I have this environment (Ruby 1.9.2, Rails 3.0.7, rake 0.8.7 ans MySQL
5.5.9 on Windows 7 32 bits) and another running on Ubuntu 9.10 (the
versions of Ruby, rails, rake and MySQL are the same).
So, i am able to do every rake task i call when i´m using ubuntu, even
rake db:create:all or rake db:migrate runs
2013 Jun 09
1
Force to strip all symbols from ELFs when using rpmbuild on CentOS
Hello.
What's the proper way to remove *all symbols* from ELF binaries when
building packages with rpmbuild on CentOS? Seems that an out of the box
rpmbuild install only discards debugging symbols (strip -g).
That's the default configuration for %__os_install_post on CentOS, the
step in charge on stripping binaries:
$ rpmbuild --showrc
(..)
-14: __os_install_post
2010 Feb 11
0
GWRM package
I'd like to announce the availability of the "GWRM" package. It provides a
set of functions for fitting Generalized Waring Regression Models. It also
includes the dataset and the example of Rodriguez-Avi, J; Conde-Sanchez,
A; Saez-Castillo, A.J., Olmo-Jimenez, M. J. and Martinez Rodriguez, A.
M.(2009). A generalized Waring regression model for count data.
Computational Statistics and
2010 Feb 11
0
GWRM package
I'd like to announce the availability of the "GWRM" package. It provides a
set of functions for fitting Generalized Waring Regression Models. It also
includes the dataset and the example of Rodriguez-Avi, J; Conde-Sanchez,
A; Saez-Castillo, A.J., Olmo-Jimenez, M. J. and Martinez Rodriguez, A.
M.(2009). A generalized Waring regression model for count data.
Computational Statistics and
2009 Sep 28
1
is glusterfs DHT really distributed?
Hi All,
I noticed a very weird phenomenon when I'm copying data (200KB image
files) to our glusterfs storage. When I run only run client, it copies
roughly 20 files per second and as soon as I start a second client on
another machine, the copy rate of the first client immediately degrade
to 5 files per second. When I stop the second client, the first client
will immediately speed up