Re: [CentOS] fsck - anyway to increase verbosity to show point in process

2013-04-10 Thread Santi Saez
El 09/04/13 20:41, Max Pyziur escribió: > And there is no indication how much of the process has been completed > (nothing like a %tage indicator), at least the way that I am running it. Tip: if you have already launched "fsck" you can recover the progress bar sending SIGUSR1 signal, see this be

[CentOS] Fwd: Different behavior of net.ipv4.ip_local_port_range between RHEL-5 and RHEL-6

2012-11-08 Thread Santi Saez
ing connections and you can't use different source IPs trick to increase this limitation. I have been testing and vanilla 2.6.32 kernel and other Linux distributions like Debian doesn't support this. What has been changed/patched on RHEL-6 t

[CentOS] Can't build Keepalived 1.2.1 on CentOS-4

2011-05-18 Thread Santi Saez
2.1 without problems, but in CentOS-4 there is no such file, how can I solve this? thanks! Regards, -- Santi Saez http://powerstack.org/ ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] Can't build PHP 5.3.6 with MySQL 5.5.10 on CentOS-4

2011-03-25 Thread Santi Saez
m building with MySQL 5.5.8 and previous versions. The problem **only occurs with MySQL 5.5.9 or MySQL 5.5.10** and any PHP version on C4. Anyone knows how to fix this problem? thanks!! Cheers, -- Santi Saez http://powerstack.org ___ CentOS mailing list C

Re: [CentOS] working with multiple password protected iSCSI targets on one host

2011-02-15 Thread Santi Saez
SI targets: # iscsiadm -m node --logoutall all # iscsiadm -m node --loginall all Cheers, -- Santi Saez http://woop.es ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] latest kernel - version question

2011-01-10 Thread Santi Saez
most of packages for i386? For example in CentOS-5: kernel-2.6.18-194.el5.i686.rpm php-5.1.6-27.el5.i386.rpm httpd-2.2.3-43.el5.centos.i386.rpm mysql-server-5.0.77-4.el5_4.2.i386.rpm Regards, -- Santi Saez http://woop.es ___ CentOS mailing list CentOS@c

Re: [CentOS] Helper variables like %{rhel} on CentOS

2011-01-10 Thread Santi Saez
El 05/01/2011 20:05, Akemi Yagi escribió: > (..) > So, it will be: > > %rhel 0%(/bin/rpm -q -f /etc/redhat-release --qf '%{VERSION}\n') Akemi and Nico, thank you very much for those tips! Finally I will use the last version proposed by Akemi, thanks! Regard

Re: [CentOS] Helper variables like %{rhel} on CentOS

2011-01-04 Thread Santi Saez
le that defines CentOS release number, http://goo.gl/dkGUg # This macro is based on Johnny Hughes's freenx.spec, from "extras" repo %rhel %(/bin/rpm -q --qf '%{VERSION}' centos-release) Regards, -- Santi Saez http://woop.es ___

[CentOS] Helper variables like %{rhel} on CentOS

2011-01-03 Thread Santi Saez
this hack: %if 0%{?rhel} >= 5 (..) %endif And when calling rpmbuild I use a conditional build, like: $ rpmbuild -ba --clean --define "rhel 5" Regards, [1] http://goo.gl/dkGUg -- Santi Saez ___ CentOS mailing list

[CentOS] Howto align partitions in Linux + NetApp

2010-10-22 Thread Santi Saez
7;t move a partition onto itself. Try using resize, perhaps? Using fdisk 'b' command in expert mode ('move beginning of data in a partition') works, but it doesn't move the file system.. thanks!! Regards, -- Santi Saez http://woop.es ___

Re: [CentOS] Launch many scripts with reboot

2010-02-11 Thread Santi Saez
splice on CentOS? Regards, -- Santi Saez http://woop.es ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] rpmstrap/rpmbootstrap to boostrap CentOS 5

2009-09-28 Thread Santi Saez
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://wo

[CentOS] Correct way to disble TCP Segmentation Offload (tso off) in CentOS 5

2009-07-08 Thread Santi Saez
quot; But when restating the server TSO is enabled: # ethtool -k eth0 tcp segmentation offload: on As a temporary solution, I'm executing this command in a start script: /sbin/ethtool -K eth0 tso off But I think it can be configured in network configuration files, any idea to solve this?

[CentOS] Best way to take snapshots of iSCSI devices using Open-iSCSI + CentOS

2008-12-06 Thread Santi Saez
the snapshot in the backup server. - Remove this snapshot from the host with "lvremove". Is there any soft to make this? thanks! NOTE: It's a must, that device snapshots must be in other device.. not in the same target. Regards, -- Santi Saez http://woop.es ___

Re: [CentOS] Correct way to change I/O scheduler in a iSCSI dev

2008-11-28 Thread Santi Saez
Santi Saez escribió: 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

[CentOS] Correct way to change I/O scheduler in a iSCSI dev

2008-11-25 Thread Santi Saez
s.. Thanks! -- Santi Saez http://woop.es ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] yum-updatesd not working on CentOS 5.2

2008-07-08 Thread Santi Saez
El 07/07/2008, a las 16:51, Johnny Hughes escribió: Santi Saez wrote: 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 yu

[CentOS] yum-updatesd not working on CentOS 5.2

2008-07-07 Thread Santi Saez
3] http://bugs.centos.org/view.php?id=2560 -- Santi Saez ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] CPU temperature in an PowerEdge 860, LM85 chip

2008-05-28 Thread Santi Saez
Temp | 01h | ns | 3.1 | Disabled Planar Temp | 04h | ok | 7.1 | 28 degrees C Temp Interface | 53h | ns | 7.1 | Disabled == What means "Planar Temp"? And why "Temp" and "Temp Interface" params are disabled? C

Re: [CentOS] [OT]: Passing password for a command on the fly

2008-05-16 Thread Santi Saez
pure-pw useradd john -d /tmp/john -u ftpuser ==== Regards, -- Santi Saez Hostalia Internet S.L.U. http://www.hostalia.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] Problems with Open-iSCSI and Infortrend A16E-G2130-4

2008-04-29 Thread Santi Saez
The problem appears to be related to udevd-event? The system is running CentOS 5.1, with kernel 2.6.18-53.1.14.el5PAE, and "iscsi- initiator-utils-6.2.0.865-0.8.el5". It's a strange problem.. I have no errors with CentOS 4.6, what can be the problem

[CentOS] iSCSI + CentOS 5.1 +_netdev problem

2008-04-21 Thread Santi Saez
the command: (..) fsck -A -T -R -a -t opts=_netdev (..) I have solved the problem adding a "sleep 1" before the fsck execution: (..) echo $STRING sleep 1 fsck -A -T -R -a -t opts=_netdev rc=$? (..) Anyone with the same problem? What can be wrong? I have no problem