Re: [CentOS] bash increment in a given way

2010-12-11 Thread Athmane Madjoudj
On 12/11/2010 03:41 PM, Stephen Harris wrote: On Sat, Dec 11, 2010 at 06:34:25AM -0800, S Mathias wrote: You might just have to hard-code the sequence: for i in 0 1 4 5 8 9; do You can use seq (see: man seq) for i in `seq FIRST INCREMENT LAST` ; do echo $i done; -- Athmane

Re: [CentOS] SELinux - way of the future or good idea but !!!

2011-01-05 Thread Athmane Madjoudj
On 01/05/2011 08:10 PM, Les Mikesell wrote: On 1/5/2011 12:57 PM, Daniel J Walsh wrote: man apache_selinux ... $ man apache_selinux No manual entry for apache_selinux - and I assume you wrote it... man httpd_selinux -- Athmane Madjoudj

Re: [CentOS] how to graph iozone output using OpenOffice?

2011-01-08 Thread Athmane Madjoudj
installed), and there's no Generate_Graphs and gengnuplot.sh. So, is that really the only way to generate the graphs? You can grab them from there: - http://www.iozone.org/src/current/Generate_Graphs - http://www.iozone.org/src/current/gengnuplot.sh -- Athmane Madjoudj

Re: [CentOS] RHEL 5.6 is out

2011-01-13 Thread Athmane Madjoudj
[1] I've noticed that some php53 sub-package are not packaged such as php-mcrypt ... etc, at least CentOS-Testing repo have full php-5.2.x stack. [1] https://rhn.redhat.com/errata/RHSA-2011-0017.html Best regards. -- Athmane Madjoudj ___ CentOS

Re: [CentOS] How to unpack rar file?

2011-01-13 Thread Athmane Madjoudj
On 01/13/2011 11:20 PM, ken wrote: I think I did this once a long time ago, but don't recall clearly How do I unpack a .rar file? tnx. Try UnRAR: http://www.rarlab.com/rar/unrar-3.7.7-centos.gz maybe it's packaged on RPMFroge. HTH -- Athmane Madjoudj

Re: [CentOS] vanilla kernel configuration :: xconfig -- qt errors

2011-02-17 Thread Athmane Madjoudj
no matter of what qt i choose i have the same errors anyone has an idea about what the problem can be? Thanks! Adrian Try make gconfig the GTK version of make xconfig, you need gtk2-devel and libglade2-devel HTH -- Athmane Madjoudj ___ CentOS

Re: [CentOS] Looking for a facebook / twitter desktop-like APP for general use

2011-03-01 Thread Athmane Madjoudj
that auto refreshes hourly or something. That is likely called RSS. Kai Try StatusNet [1] the application that power Identi.ca (an open source social networking and micro-blogging service like Twitter) [1] http://status.net -- Athmane Madjoudj

Re: [CentOS] Virtual Machine Manager Doesn't see vmx flag

2011-03-15 Thread Athmane Madjoudj
| grep kvm kvm_intel 41950 0 kvm 257356 1 kvm_intel HTH -- Athmane Madjoudj ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] php53-5.3.3-1.el5_6.1

2011-03-19 Thread Athmane Madjoudj
/centos/5/CentOS-Testing.repo -- Athmane Madjoudj ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] 5.6 is out, great my first upgrade didn't work...

2011-04-08 Thread Athmane Madjoudj
recovery shell waiting for root password (or user interaction). Do you have a option to reboot you system into rescue mode or better a KVM over IP ? HTH -- Athmane Madjoudj RHCE ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman

Re: [CentOS] EL 6 rollout strategies? (Scientific Linux)

2011-05-12 Thread Athmane Madjoudj
, It makes following the list harder and time consuming for both centos users and developers. -- Athmane Madjoudj RHCE ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] ApacheDS vs OpenLDAP

2011-05-13 Thread Athmane Madjoudj
On 05/13/2011 07:41 PM, m.r...@5-cent.us wrote: Free IPA? India Pale Ale? mark I'll drink to/with that! See: http://freeipa.org/page/Main_Page -- Athmane Madjoudj RHCE ___ CentOS mailing list CentOS@centos.org http://lists.centos.org

Re: [CentOS] Eliminating duplicate photos

2011-06-04 Thread Athmane Madjoudj
this is not functioning with CentOS at present. Have you tried RPMForge: http://pkgs.repoforge.org/fdupes/ http://pkgs.repoforge.org/fslint/ Installing RPMforge: http://wiki.centos.org/AdditionalResources/Repositories/RPMForge -- Athmane Madjoudj ___ CentOS

Re: [CentOS] Compiling PHP and MySQL

2011-06-13 Thread Athmane Madjoudj
-Testing.repo [2] http://dev.centos.org/centos/5/testing/i386/RPMS/ HTH -- Athmane Madjoudj ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Compiling PHP and MySQL

2011-06-13 Thread Athmane Madjoudj
On 06/13/2011 06:04 PM, Athmane Madjoudj wrote: On 06/13/2011 05:59 PM, Dvorkin, Asya wrote: Hi everyone, I need to install an older version of PHP - 5.2.16, which is not currently available through an official CentOS repo (as far as I can tell). In order to fulfill our developer's

Re: [CentOS] No Package Manager? (Where's YumEx)

2011-07-11 Thread Athmane Madjoudj
/yumex.html How to enable EPEL: Install this: http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-5.noarch.rpm -- Athmane Madjoudj ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] PackageKit via ssh

2011-07-13 Thread Athmane Madjoudj
way to use PackageKit remotely via ssh? pkcon is what you need $ man pkcon -- Athmane Madjoudj ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] CentOS 6 Webmail

2011-07-25 Thread Athmane Madjoudj
has removed SquirrelMail from EL6, but you'll find SquirrelMail and Roundcube Webmail in EPEL [1] [1] http://fedoraproject.org/wiki/EPEL -- Athmane Madjoudj ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Centos 5.6 : Apache bug fix = PHP Exec no longer works

2011-09-04 Thread Athmane Madjoudj
On 09/04/2011 04:32 AM, Always Learning wrote: On Sun, 2011-09-04 at 02:09 +0100, Always Learning wrote: A few days ago I upgraded from the Centos 5 CR repository software including Apache ... Found a solution: As an alternative to PHP Exec on a web page running ImageMagick, now using

Re: [CentOS] mail program question

2010-01-22 Thread Athmane Madjoudj
are very lightweight and need cli to be configured (until you install some web based admin interface like webmin) Zimbra is based on postfix and is easy to install (one command) and admin (through web interface or cli), and heavier on ram and cpu (java based) HTH. -- Athmane Madjoudj

Re: [CentOS] mail program question

2010-01-22 Thread Athmane Madjoudj
@centos.org http://lists.centos.org/mailman/listinfo/centos -- Athmane Madjoudj ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] any significant differences between centos and OEL?

2010-01-23 Thread Athmane Madjoudj
% RHEL clone + Extra repos While OEL include Yast (from SuSE). -- Athmane Madjoudj ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] authentication failure

2010-01-23 Thread Athmane Madjoudj
/ http://www.rfxn.com/projects/brute-force-detection/ Fail2ban: http://www.fail2ban.org/ Fail2ban is available in EPEL repos. HTH -- Athmane Madjoudj ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] authentication failure

2010-01-23 Thread Athmane Madjoudj
?. Fabien FAYE RHCE www.generationip.com Free network tools HOWTO for centos and Redhat Unfortunately i use APF/BFD, and i forward all root mails to other mailbox, since the bfd alert template contain all necessary information about the attacker (see alert.bfd) . -- Athmane Madjoudj

Re: [CentOS] Adobe Acrobat Reader 9.3 - slightly OT

2010-01-30 Thread Athmane Madjoudj
___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos Try to run AR in a terminal and see error output -- Athmane Madjoudj ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo

Re: [CentOS] monitoring a workstation

2010-02-03 Thread Athmane Madjoudj
://munin.projects.linpro.no/ Nagios: www.nagios.org/ HTH -- Athmane Madjoudj ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Clustering

2010-02-05 Thread Athmane Madjoudj
virtualbox? ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos AFAIK, virtualbox is desktop only virtualization while vmware has more offering (desktop, server, cloud etc) -- Athmane Madjoudj

Re: [CentOS] Clustering

2010-02-05 Thread Athmane Madjoudj
are proprietary there are a lot of good FOSS alternatives such: KVM (require a modern hardware) Xen (need a patched kernel: available in centos repos) OpenVZ (need a patched kernel: available in openvz repos, mainly for VPS but personalty i use it) HTH -- Athmane Madjoudj

Re: [CentOS] Clustering

2010-02-05 Thread Athmane Madjoudj
virtual machine and the new version of CentOS 5.4 support KVM (KVM is default in Fedora distro). Personally i use OpenVZ because my hardware doesn't support virtualization HTH -- Athmane Madjoudj ___ CentOS mailing list CentOS@centos.org http

Re: [CentOS] Clustering

2010-02-05 Thread Athmane Madjoudj
but it will be helpful if someone confirm (or not). Best regards. -- Athmane Madjoudj ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Clustering

2010-02-05 Thread Athmane Madjoudj
Except that VMware is *based* on RHEL. Why would you *not* have a Linux-based console? The best is to have a cross platform console because there a lot of linux sysadmin (including me) who run linux as a primary desktop OS -- Athmane Madjoudj

Re: [CentOS] Decompiler?

2010-02-21 Thread Athmane Madjoudj
source, just get the source and read it, otherwise you can try to compile Boomerang [1] de-compiler [1] http://boomerang.sourceforge.net/ HTH -- Athmane Madjoudj ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] copy source of ftp

2010-04-02 Thread Athmane Madjoudj
@centos.org http://lists.centos.org/mailman/listinfo/centos -- Athmane Madjoudj ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] copy source of ftp

2010-04-02 Thread Athmane Madjoudj
install ncftpget  but not found it also 2010/4/2 Athmane Madjoudj athma...@gmail.com try to use ncftp Eg: ncftpget -R -v -u ftpuser ftp.server ~/localdir /remotedir 2010/4/2 cahit Eyigünlü cahit.eyigu...@gmail.com: how could i copy all content of a ftp directory from ftp via console

Re: [CentOS] KVM web-based interface on CentOS

2010-04-06 Thread Athmane Madjoudj
) AND personalty i have tested: Convirture (uses Turbogears Python framework ) http://www.convirture.com/ HTH -- Athmane Madjoudj ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] KVM web-based interface on CentOS

2010-04-06 Thread Athmane Madjoudj
On Tue, Apr 6, 2010 at 10:08 AM, Athmane Madjoudj athma...@gmail.com wrote: On Tue, Apr 6, 2010 at 10:02 AM, Georghy fu...@wanagain.net wrote: Hi everyone, I'm configuring a KVM server and I wanna find a Web-based interface to manage my Virtual Machine like on VMware server someone knows one

Re: [CentOS] oVirt - Setting up a web GUI for VM Management

2010-04-20 Thread Athmane Madjoudj
? thanks AFAIK oVirt work with the current version of Fedora ie: fedora 12, maybe it will be in CentOS 6. -- Athmane Madjoudj ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] oVirt - Setting up a web GUI for VM Management

2010-04-20 Thread Athmane Madjoudj
Can you advice me an other tool to manage VM via a Web GUI on CentOS ? ConVirt http://www.convirture.com/ OpenNebula http://www.opennebula.org/ -- Athmane Madjoudj ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo

Re: [CentOS] oVirt - Setting up a web GUI for VM Management

2010-04-20 Thread Athmane Madjoudj
On Tue, Apr 20, 2010 at 10:37 AM, Athmane Madjoudj athma...@gmail.com wrote: Can you advice me an other tool to manage VM via a Web GUI on CentOS ? ConVirt http://www.convirture.com/ OpenNebula http://www.opennebula.org/ personally i use ConVirt. here is the guide: http

Re: [CentOS] oVirt - Setting up a web GUI for VM Management

2010-04-20 Thread Athmane Madjoudj
On Tue, Apr 20, 2010 at 3:23 PM, Georghy fu...@wanagain.net wrote: Athmane Madjoudj a écrit : On Tue, Apr 20, 2010 at 10:37 AM, Athmane Madjoudj athma...@gmail.com wrote: Can you advice me an other tool to manage VM via a Web GUI on CentOS ? ConVirt http://www.convirture.com/ OpenNebula

Re: [CentOS] oVirt - Setting up a web GUI for VM Management

2010-04-20 Thread Athmane Madjoudj
On Tue, Apr 20, 2010 at 3:51 PM, Georghy fu...@wanagain.net wrote: Athmane Madjoudj a écrit : On Tue, Apr 20, 2010 at 3:36 PM, Georghy fu...@wanagain.net wrote: Athmane Madjoudj a écrit : On Tue, Apr 20, 2010 at 3:23 PM, Georghy fu...@wanagain.net wrote: Athmane Madjoudj a écrit

Re: [CentOS] oVirt - Setting up a web GUI for VM Management

2010-04-20 Thread Athmane Madjoudj
On Tue, Apr 20, 2010 at 4:12 PM, Georghy fu...@wanagain.net wrote: Athmane Madjoudj a écrit : On Tue, Apr 20, 2010 at 3:51 PM, Georghy fu...@wanagain.net wrote: Athmane Madjoudj a écrit : On Tue, Apr 20, 2010 at 3:36 PM, Georghy fu...@wanagain.net wrote: Athmane Madjoudj a écrit

Re: [CentOS] How to display the IP on the welcome screen

2010-04-20 Thread Athmane Madjoudj
. -- Athmane Madjoudj ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] How to schedule for a repeated task?

2010-05-01 Thread Athmane Madjoudj
] http://en.wikipedia.org/wiki/Expect HTH -- Athmane Madjoudj ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] How to schedule for a repeated task?

2010-05-01 Thread Athmane Madjoudj
support ssh such as Routers, Embedded systems. -- Athmane Madjoudj ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] boot Debian on a RouterStation Pro

2010-05-02 Thread Athmane Madjoudj
:\ Thank you.. p.s.: a little more detailed howto:\ You are in the wrong place, please try: [1] http://www.debian.org/MailingLists/ -- Athmane Madjoudj ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Free and Robust Hotspot Management Software ?

2010-05-13 Thread Athmane Madjoudj
? Thanks. Roberto - Linux-based solution: Endian Firewall - http://www.endian.com/en/solutions/technology/endianhotspot/ - FreeBSD-based solution: pfSense (see Captive Portal) - http://www.pfsense.org/index.php?option=com_contenttask=viewid=40Itemid=43 -- Athmane Madjoudj

Re: [CentOS] Any experience with Eucalyptus on Centos 5.x?

2010-06-09 Thread Athmane Madjoudj
that it a bloated software (Java) i have switched to ConVirt [1], it not cloud management but it's a good software to manage a lot of hosts servers runing VM (both KVM and Xen). HTH [1] http://www.convirture.com/ -- Athmane Madjoudj ___ CentOS

Re: [CentOS] [OT] introductory online kernel programming course

2010-06-12 Thread Athmane Madjoudj
mention i'll make of that here.  if you want to keep up with new developments, feel free to follow me on twitter. Is this a SPAM ! -- Athmane Madjoudj ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] [OT] introductory online kernel programming course

2010-06-12 Thread Athmane Madjoudj
Ubuntu related. Thanks for information. -- Athmane Madjoudj ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] free ftp server

2010-06-18 Thread Athmane Madjoudj
use: - FTP/FTPS (FTP over SSL) eg: ProFTPd package in CentOS - WebDAV: mod_dav in Apache - Put the in HTTP server and protect the directory with pawword ie: htaccess/htpasswd HTH -- Athmane Madjoudj ___ CentOS mailing list CentOS@centos.org http

Re: [CentOS] the Postfix packages are way too old

2010-06-18 Thread Athmane Madjoudj
in my laptop it almost very stable, for no critical server fedora is good also if yum preupgrade will be well supported then fedora for server will be better (you have 1y of update before preupgrade) Best regards. -- Athmane Madjoudj ___ CentOS mailing

Re: [CentOS] XFS on CentOS

2010-06-22 Thread Athmane Madjoudj
CentOS machine? Just seems a little odd given how much CentOS is oriented to be used as a server OS. Thanks. AFAIK, XFS kernel, modules and utils are available in CentOSPlus[1] repo [1] http://wiki.centos.org/AdditionalResources/Repositories/CentOSPlus -- Athmane Madjoudj

Re: [CentOS] spamassassin needs updating?

2010-06-27 Thread Athmane Madjoudj
://bugzilla.redhat.com/show_bug.cgi?id=552127 You can update spamassassin rules by running as root: sa-update -- Athmane Madjoudj ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] CentOS MD RAID 1 on Openfiler iSCSI

2010-06-28 Thread Athmane Madjoudj
it. -- Athmane Madjoudj ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Smallest install?

2010-07-06 Thread Athmane Madjoudj
everything, even [*] Base. You still get a coherent system. This actually what i do to install a minimal CentOS on VM using only the first CD iso there's also Orange JeOS [1] [1] http://orangejeos.sourceforge.net/ HTH -- Athmane Madjoudj ___ CentOS

Re: [CentOS] Configuring atrpms repo?

2010-07-09 Thread Athmane Madjoudj
gpgcheck=1 For more info: http://atrpms.net/install.html I'm not using ATRpm so i can test it :(. HTH -- Athmane Madjoudj Linux Administrator / Developer ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] vmware

2010-07-09 Thread Athmane Madjoudj
LTS. If you're not using Ubuntu LTS then CentOS 5.x -which is binary compatible with RHEL 5.x- is more stable to run VMware's desktop products. I'm not talking about VMware Server 2.x because VMware has abandoned it, although I use it on CentOS 5.5 with some workarounds. HTH -- Athmane

Re: [CentOS] vmware

2010-07-09 Thread Athmane Madjoudj
, but it turns out that shutdown and reboot is faster Let us know :-) See: http://www.vmware.com/support/policies/lifecycle/general/index.html#policy_server There was a discussions about this issue in the CentOS mailing list so try to see the archives. Good luck! -- Athmane Madjoudj

Re: [CentOS] vmware

2010-07-09 Thread Athmane Madjoudj
-based console in the 2.x series anyway. I'd either stick with the 1.x version or load ESXi on the hardware and move your current OS to a guest. VMware ESXi doesn't support the same hardware as CentOS does. -- Athmane Madjoudj Linux Administrator / Developer

Re: [CentOS] Project Management Solutions

2010-07-12 Thread Athmane Madjoudj
is a LAMP app, there is a demo[2] too [1] http://www.dotproject.net/ [2] Here is a comparison of many software: http://en.wikipedia.org/wiki/Comparison_of_project_management_software Regards -- Athmane Madjoudj ___ CentOS mailing list CentOS@centos.org http

Re: [CentOS] PHP 5.2 on CentOS 4

2010-07-14 Thread Athmane Madjoudj
On 07/14/2010 06:48 PM, Torintino T wrote: How can i upgrade from PHP 5.1.6 to PHP 5.2.9 on CentOS 4. Thanks See http://wiki.centos.org/HowTos/PHP_5.1_To_5.2 -- Athmane Madjoudj ___ CentOS mailing list CentOS@centos.org http://lists.centos.org

Re: [CentOS] PHP 5.2 on CentOS 4

2010-07-14 Thread Athmane Madjoudj
On 07/14/2010 07:00 PM, Athmane Madjoudj wrote: On 07/14/2010 06:48 PM, Torintino T wrote: How can i upgrade from PHP 5.1.6 to PHP 5.2.9 on CentOS 4. Thanks See http://wiki.centos.org/HowTos/PHP_5.1_To_5.2 Sorry, i thought about CentOS 5, for CentOS 4 try Utter Ramblings repo

Re: [CentOS] Boot from CD

2010-07-26 Thread Athmane Madjoudj
or DVD has a rescue mode, just type on the boot screen: linux rescue HTH -- Athmane Madjoudj ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Boot from CD

2010-07-26 Thread Athmane Madjoudj
On 07/27/2010 02:56 AM, Athmane Madjoudj wrote: On 07/27/2010 02:46 AM, Edward Diener wrote: I am running CentOS 5.5 and I want to create a boot CD so that if my boot partition is moved I can still boot from the boot CD and re-initialize grub again. Is there some easy to use utility which

Re: [CentOS] access to file system through web browser

2010-08-04 Thread Athmane Madjoudj
interface. enable apache directory indexes. If you don't have access to Apache configuration, you can try to create .htaccess with the following content: Options +Indexes -- Athmane Madjoudj ___ CentOS mailing list CentOS@centos.org http

Re: [CentOS] upgrading Centos-Xen when version 6 comes along

2010-11-16 Thread Athmane Madjoudj
xen guest in KVM [1] http://kraxel.fedorapeople.org/xenner/ -- Athmane Madjoudj ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] CENTOS 5.5 X86 continue get out of memory error?????

2010-11-24 Thread Athmane Madjoudj
On 11/25/2010 01:23 AM, mcclnx mcc wrote: Thnak you for answer. We can NOT use X86_64 due to application NOT support 64 bits. Another idea is to virtualize you app in 32bit centos guest HTH -- Athmane Madjoudj ___ CentOS mailing list CentOS