Re: [CentOS] ls returns file doesn't exist, find finds it??

2011-02-24 Thread Corey Quinn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Feb 23, 2011, at 10:26 PM, John R. Dennison wrote: On Thu, Feb 24, 2011 at 01:22:41AM -0500, Kwan Lowe wrote: Instead of piping to xargs, try: find . -type f -mtime +15 -exec ls {} \; Or get rid of child processes entirely:

Re: [CentOS] current bind version

2011-02-24 Thread Tom H
On Wed, Feb 23, 2011 at 10:45 PM, Ross Walker rswwal...@gmail.com wrote: Let's face it most auditors these days are just accountants with Infosys Mgmt text books. Or former sysadmins who didn't make it in the management track but still wanted to be able to lord it over others...

Re: [CentOS] RECALL: http://www.securityweek.com/high-severity-bind-vulnerability-advisory-issued

2011-02-24 Thread Giles Coochey
On 24/02/2011 00:42, David Brian Chait wrote: From Larry's web site: http://www.texoma.net/it/contact_us.html ab...@texoma.net to report violations of netiquette To quote Rodney King..Can't we all just get along? __ Or, at least, can't you just

Re: [CentOS] ls returns file doesn't exist, find finds it??

2011-02-24 Thread Rainer Traut
Am 24.02.2011 09:03, schrieb Corey Quinn: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Feb 23, 2011, at 10:26 PM, John R. Dennison wrote: On Thu, Feb 24, 2011 at 01:22:41AM -0500, Kwan Lowe wrote: Instead of piping to xargs, try: find . -type f -mtime +15 -exec ls {} \; Or get

Re: [CentOS] Alternative to cPanel

2011-02-24 Thread Rudi Ahlers
On Thu, Feb 24, 2011 at 3:55 AM, Garry Dale garry.d...@gmail.com wrote: Trutwin, Joshua wrote: Hello all, Hi, Josh. The CentOS lists are really not the appropriate place for this thread. No doubt there are many members of the CentOS community who can and will help. However, I'm quite certain

Re: [CentOS] Alternative to cPanel

2011-02-24 Thread John R Pierce
On 02/24/11 12:42 AM, Rudi Ahlers wrote: Garry, what the OP has asked has a lot todo with CentOS. He's looking for a web based management tool-set to manage his CentOS server, by the way. As per your definition, the list should have been much much quieter and stuff like Gnome, KDE, web cams,

Re: [CentOS] Alternative to cPanel

2011-02-24 Thread Lucian
On Thu, Feb 24, 2011 at 8:56 AM, John R Pierce pie...@hogranch.com wrote: On 02/24/11 12:42 AM, Rudi Ahlers wrote: My centos system runs apache and php and postgres, and on top of that I'm running drupal, and I'm having some problems with my theme template CSS.   hey, its on centos, shouldn't

Re: [CentOS] current bind version

2011-02-24 Thread Karanbir Singh
On 02/24/2011 02:24 AM, Nico Kadel-Garcia wrote: I have had an enquiry from the Network and Security guy. He wants to know why CentOS 5.5 /RHEL 5 is using a very old version of bind The bind97 packages is in RHEL 5.6. ... and available in c5-testing, pending centos-5.6 release; so if you want

Re: [CentOS] current bind version

2011-02-24 Thread Nico Kadel-Garcia
On Wed, Feb 23, 2011 at 10:23 PM, John R Pierce pie...@hogranch.com wrote: On 02/23/11 6:08 PM, Machin, Greg wrote: Hi. I have had an enquiry from the Network and Security guy. He wants to know why CentOS 5.5 /RHEL 5 is using a very old version of bind “bind-chroot-9.3.6-4.P1.el5_5.3” when

Re: [CentOS] Alternative to cPanel

2011-02-24 Thread William Warren
On 2/23/2011 9:49 AM, Trutwin, Joshua wrote: Hello all, I'm looking to setup a new CentOS box for a buddy of mine who wants to do hosting on a server via CoLo, Years ago I whipped up a CP of my own on a Debian box he colo'd running a basterdized qmail/tinydns and custom built httpd/mysql/etc

Re: [CentOS] Alternative to cPanel

2011-02-24 Thread Juergen Gotteswinter
Am 24.02.11 14:17, schrieb William Warren: On 2/23/2011 9:49 AM, Trutwin, Joshua wrote: Hello all, I'm looking to setup a new CentOS box for a buddy of mine who wants to do hosting on a server via CoLo, Years ago I whipped up a CP of my own on a Debian box he colo'd running a basterdized

Re: [CentOS] OT: Ecommerce hosting

2011-02-24 Thread Drew
Would appreciate some suggestions for ecommerce hosting. Depends on what you want.  I use beanstream for the bit of stuff that I do. I think he meant web hosting for running an ecommerce oriented website. :-) +1 for BeanStream in any event. -- Drew Nothing in life is to be feared. It is

[CentOS] [SOLVED] Re: LVM problem after adding new (md) PV

2011-02-24 Thread Tomasz Nowak
I solved this issue thanks to help on linux-lvm list from a guy from redhat. Initrd image had to be recreated so that new raid devices could be seen before root is mounted. Solution: # mkinitrd /boot/initrd-$(uname -r).img $(uname -r) -- Tomasz ___

Re: [CentOS] Alternative to cPanel

2011-02-24 Thread Les Mikesell
On 2/24/11 2:42 AM, Rudi Ahlers wrote: Garry, what the OP has asked has a lot todo with CentOS. He's looking for a web based management tool-set to manage his CentOS server, by the way. If you just want to manage 'a server' through a web interface, you might like ClearOS, which is mostly

Re: [CentOS] OT: Ecommerce hosting

2011-02-24 Thread Karanbir Singh
hi, On 02/24/2011 02:18 AM, Thomas Dukes wrote: Would appreciate some suggestions for ecommerce hosting. Been using, cough, A large majority of the .centos.org infrastructure comes from hosting companies who donate machines and bandwidth to the project. While some prefer to opt out of being

Re: [CentOS] ls returns file doesn't exist, find finds it??

2011-02-24 Thread Les Mikesell
On 2/23/11 10:54 PM, neubyr wrote: Howdy, I am getting some errors with find and ls command - such that find is able to see a file whereas ls says the file doesn't exist. Initially I was trying find and ls together as: # find ./ -type f -mtime +15 | xargs ls Similar behavior is seen even

Re: [CentOS] RECALL: http://www.securityweek.com/high-severity-bind-vulnerability-advisory-issued

2011-02-24 Thread Bowie Bailey
On 2/23/2011 6:42 PM, David Brian Chait wrote: To quote Rodney King..Can't we all just get along? Every time I see that quote, I hear Jack Nicholson as The Joker in Batman. -- Bowie ___ CentOS mailing list CentOS@centos.org

Re: [CentOS] ls returns file doesn't exist, find finds it??

2011-02-24 Thread Brunner, Brian T.
centos-boun...@centos.org wrote: Howdy, I am getting some errors with find and ls command - such that find is able to see a file whereas ls says the file doesn't exist. Initially I was trying find and ls together as: # find ./ -type f -mtime +15 | xargs ls Similar behavior is seen even

Re: [CentOS] current bind version

2011-02-24 Thread Johnny Hughes
On 02/24/2011 07:12 AM, Nico Kadel-Garcia wrote: On Wed, Feb 23, 2011 at 10:23 PM, John R Pierce pie...@hogranch.com wrote: On 02/23/11 6:08 PM, Machin, Greg wrote: Hi. I have had an enquiry from the Network and Security guy. He wants to know why CentOS 5.5 /RHEL 5 is using a very old

Re: [CentOS] RECALL: http://www.securityweek.com/high-severity-bind-vulnerability-advisory-issued

2011-02-24 Thread m . roth
Bowie Bailey wrote: On 2/23/2011 6:42 PM, David Brian Chait wrote: To quote Rodney King..Can't we all just get along? Every time I see that quote, I hear Jack Nicholson as The Joker in Batman. Back in the what, late seventies, early eighties? there was a real popular self-help book called

Re: [CentOS] ls returns file doesn't exist, find finds it??

2011-02-24 Thread neubyr
Thanks for the replies everyone. Les, you were right about meta-characters. The file name contains double-quotes (bad log4j config) and that's causing the problem. e.g. /opt/apps/tomcat/logs/apache.log\.-2010-09-24\ The ls command works fine after escaping double quotes: \ . My objective was to

Re: [CentOS] security cameras

2011-02-24 Thread ken
On 02/23/2011 02:00 PM Les Mikesell wrote: On 2/23/2011 12:36 PM, John R Pierce wrote: On 02/23/11 10:16 AM, Keith Roberts wrote: Trendnet has some. You'd need to get the java plugin working to view them in a linux browser - not sure about full-time recording software. If you

Re: [CentOS] [SOLVED] Re: LVM problem after adding new (md) PV

2011-02-24 Thread yonatan pingle
On Thu, Feb 24, 2011 at 3:31 PM, Tomasz Nowak tno...@netventure.pl wrote: I solved this issue thanks to help on linux-lvm list from a guy from redhat. Initrd image had to be recreated so that new raid devices could be seen before root is mounted. Solution: # mkinitrd /boot/initrd-$(uname

Re: [CentOS] OT: Ecommerce hosting

2011-02-24 Thread ken
On 02/23/2011 09:18 PM Thomas Dukes wrote: Would appreciate some suggestions for ecommerce hosting. Been using, cough, cough, godaddy, for about 5 or 6 yrs but in the last year or so, they really suck. Did the hosting myself for a while prior to going with godaddy but I don't have time to

Re: [CentOS] http://www.securityweek.com/high-severity-bind-vulnerability- advisory-issued

2011-02-24 Thread James B. Byrne
On Wed, February 23, 2011 13:07, Markus Falb wrote: On 23.2.2011 18:27, Larry Vaden wrote: US-CERT encourages users and administrators using the affected versions of BIND to upgrade to BIND 9.7.3. Optionally, one can wait on a backport. Ahhh! Have a look at the relevant bugzilla ticket

Re: [CentOS] OT: Ecommerce hosting

2011-02-24 Thread m . roth
ken wrote: On 02/23/2011 09:18 PM Thomas Dukes wrote: Would appreciate some suggestions for ecommerce hosting. Been using, cough, cough, godaddy, for about 5 or 6 yrs but in the last year or so, they really suck. Did the hosting myself for a while prior to going with godaddy but I don't have

[CentOS] CentOS 5 Security Updates

2011-02-24 Thread Cal Webster
Does anyone know the time-frame when security updates might be published for these applications in CentOS 5? wireshark postgresql krb5 java-1.6.0-openjdk java-1.6.0-sun The following security updates have been published upstream (after release of RHEL 5.6) to remedy the vulnerabilities described

Re: [CentOS] CentOS 5 Security Updates

2011-02-24 Thread Always Learning
On Thu, 2011-02-24 at 14:02 -0500, Cal Webster wrote: Does anyone know the time-frame when security updates might be published for these applications in CentOS 5? wireshark postgresql krb5 java-1.6.0-openjdk java-1.6.0-sun Don't use anyone of these privately (on desktop, laptop etc.)

Re: [CentOS] CentOS 5 Security Updates

2011-02-24 Thread m . roth
Always Learning wrote: On Thu, 2011-02-24 at 14:02 -0500, Cal Webster wrote: Does anyone know the time-frame when security updates might be published for these applications in CentOS 5? wireshark postgresql krb5 java-1.6.0-openjdk java-1.6.0-sun Don't use anyone of these privately (on

Re: [CentOS] OT: Ecommerce hosting

2011-02-24 Thread ken
On 02/24/2011 01:03 PM m.r...@5-cent.us wrote: ken wrote: On 02/23/2011 09:18 PM Thomas Dukes wrote: Would appreciate some suggestions for ecommerce hosting. Been using, cough, cough, godaddy, for about 5 or 6 yrs but in the last year or so, they really suck. Did the hosting myself for a

Re: [CentOS] security cameras

2011-02-24 Thread Brett Moss
Trendnet has some.  You'd need to get the java plugin working to view them in a linux browser - not sure about full-time recording software. If you don't have enough to justify a POE switch, you can get individual power bricks that plug into the line to add power at a convenient place.

Re: [CentOS] CentOS 5 Security Updates

2011-02-24 Thread Always Learning
On Thu, 2011-02-24 at 14:10 -0500, m.r...@5-cent.us wrote: Um, don't use kerberos? Or postgresql? Or Sun's, er, Oracle's java? I can't see that going over well. Sorry to let everyone down. I can't get too excited about these outstanding security patches. After 5 hours of trying, I can still

[CentOS] CentOS 5 Security Updates

2011-02-24 Thread R P Herrold
On Thu, 24 Feb 2011, Cal Webster wrote: java-1.6.0-sun non FOSS, non-source provided, no? This is in an addon channel in RHEL, and so far as I know we have never shipped such Of the others the wireshark update is a periodic update of some edge case dissectors [these developers are quite

Re: [CentOS] CentOS 5 Security Updates

2011-02-24 Thread Akemi Yagi
On Thu, Feb 24, 2011 at 11:02 AM, Cal Webster cwebs...@ec.rr.com wrote: I know the development team is furiously working to get 5.6 out the door so I understand that there will be delays. However, it was my understanding that Critical security updates and those that are remotely exploitable

Re: [CentOS] OT: Ecommerce hosting

2011-02-24 Thread m . roth
ken wrote: On 02/24/2011 01:03 PM m.r...@5-cent.us wrote: ken wrote: On 02/23/2011 09:18 PM Thomas Dukes wrote: Would appreciate some suggestions for ecommerce hosting. Been using, cough, cough, godaddy, for about 5 or 6 yrs but in the last year or so, they really suck. Did the hosting

Re: [CentOS] CentOS 5 Security Updates

2011-02-24 Thread Ian Murray
I know the development team is furiously working to get 5.6 out the door so I understand that there will be delays. However, it was my understanding that Critical security updates and those that are remotely exploitable would be pushed out ahead of 5.6. That is my

Re: [CentOS] CentOS 5 Security Updates

2011-02-24 Thread Cal Webster
On Thu, 2011-02-24 at 14:28 -0500, R P Herrold wrote: On Thu, 24 Feb 2011, Cal Webster wrote: java-1.6.0-sun non FOSS, non-source provided, no? This is in an addon channel in RHEL, and so far as I know we have never shipped such You're right - shouldn't have listed that one. I manage

[CentOS] OT: non-Windows only training sites

2011-02-24 Thread m . roth
rant Required training from my co is from skilport.com. Sometimes, I can use Firefox to view it... but can't get the completion. Yesterday, I launch the training, and a window pops up, and says loading, and nothing else ever happens. Oh, sorry, when I close the window, it crashes all three

Re: [CentOS] CentOS 5 Security Updates

2011-02-24 Thread Tony Mountifield
In article 6182d300241c67c712c405d004e0b5ab.squir...@host290.hostmonster.com, m.r...@5-cent.us wrote: Always Learning wrote: On Thu, 2011-02-24 at 14:02 -0500, Cal Webster wrote: Does anyone know the time-frame when security updates might be published for these applications in CentOS 5?

Re: [CentOS] CentOS 5 Security Updates

2011-02-24 Thread Akemi Yagi
On Thu, Feb 24, 2011 at 12:05 PM, Ian Murray murra...@yahoo.co.uk wrote: However, it was my  understanding that Critical security updates and those that are  remotely exploitable would be pushed out ahead of 5.6. That is my  understanding, too. However, I see that the only Critical one

Re: [CentOS] CentOS 5 Security Updates

2011-02-24 Thread Johnny Hughes
On 02/24/2011 02:05 PM, Ian Murray wrote: I know the development team is furiously working to get 5.6 out the door so I understand that there will be delays. However, it was my understanding that Critical security updates and those that are remotely exploitable would be pushed out

Re: [CentOS] CentOS 5 Security Updates

2011-02-24 Thread Kai Schaetzl
I wish people would read the list archives instead of posting the same kind of questione time and again. Kai ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] CentOS 5 Security Updates

2011-02-24 Thread Cal Webster
On Thu, 2011-02-24 at 11:30 -0800, Akemi Yagi wrote: On Thu, Feb 24, 2011 at 11:02 AM, Cal Webster cwebs...@ec.rr.com wrote: I know the development team is furiously working to get 5.6 out the door so I understand that there will be delays. However, it was my understanding that Critical

Re: [CentOS] security cameras

2011-02-24 Thread Les Mikesell
On 2/24/2011 9:59 AM, ken wrote: Trendnet has some. You'd need to get the java plugin working to view them in a linux browser - not sure about full-time recording software. If you don't have enough to justify a POE switch, you can get individual power bricks that plug into the line to add

Re: [CentOS] current bind version

2011-02-24 Thread Nico Kadel-Garcia
On Thu, Feb 24, 2011 at 9:31 AM, Johnny Hughes joh...@centos.org wrote: On 02/24/2011 07:12 AM, Nico Kadel-Garcia wrote: I went through this last week with OpenSSH version 5.x (not currently available for RHEL or CentOS 5 except by third party provided software), and bash. Turns out that

Re: [CentOS] [OT] Alternative to cPanel

2011-02-24 Thread Trutwin, Joshua
On 02/24/11 12:42 AM, Rudi Ahlers wrote: My centos system runs apache and php and postgres, and on top of that I'm running drupal, and I'm having some problems with my theme template CSS.   hey, its on centos, shouldn't I discuss that here? Most certainly NOT. John, Agreed. The

Re: [CentOS] CentOS 5 Security Updates

2011-02-24 Thread Cal Webster
On Thu, 2011-02-24 at 22:00 +0100, Kai Schaetzl wrote: I wish people would read the list archives instead of posting the same kind of questione time and again. Kai Thank you for your thoughts Kai. I have invested quite a bit of time reading the CentOS and CentOS-Devel archives, including

Re: [CentOS] Problem with timezone configuration

2011-02-24 Thread yonatan pingle
On Mon, Feb 21, 2011 at 1:41 AM, John Nash cen...@nikomachus.info wrote: Hello, I have a problem configuring the timezone on a CentOS 5.5 server. I would like the timezone to be Europe/Paris. I have followed the steps described here: http://www.wikihow.com/Change-the-Timezone-in-Linux I

Re: [CentOS] CentOS 5 Security Updates

2011-02-24 Thread Kai Schaetzl
You don't seem to understand. ;-) I don't take your reply as an offense and I don't mean mine as an offense, but: If you did your research then you knew what answer you would get. And you indeed got that answer. And you were not the only one who asked that and who got that same answer. The

Re: [CentOS] current bind version

2011-02-24 Thread Ross Walker
On Feb 24, 2011, at 9:31 AM, Johnny Hughes joh...@centos.org wrote: I am not saying this to be a smart a$$ or be negative ... just saying that other enterprise distributions exist that provide long term stability without backports ... Unbuntu LTS is a free example. They also provide

Re: [CentOS] security cameras

2011-02-24 Thread Chuck Munro
On 02/24/2011 09:00 AM, centos-requ...@centos.org wrote: On 02/23/2011 01:36 PM John R Pierce wrote: On 02/23/11 10:16 AM, Keith Roberts wrote: I think you will get far better video quality using CCTV cameras than a webcam on a USB port. you may think that, but those solutions you

[CentOS] wicd questions

2011-02-24 Thread lostson
Hello I am trying to get wicd to work on Cent 5.5 it installs fine but when i run wicd-curses i get this error wicd-curses File /usr/share/wicd/curses/wicd-curses.py, line 505 class appGUI(): ^ SyntaxError: invalid syntax my versions of wicd and python-urwid are

Re: [CentOS] current bind version

2011-02-24 Thread Johnny Hughes
On 02/24/2011 05:43 PM, Ross Walker wrote: On Feb 24, 2011, at 9:31 AM, Johnny Hughes joh...@centos.org mailto:joh...@centos.org wrote: I am not saying this to be a smart a$$ or be negative ... just saying that other enterprise distributions exist that provide long term stability without

Re: [CentOS] current bind version

2011-02-24 Thread Les Mikesell
On 2/24/11 7:37 PM, Johnny Hughes wrote: On 02/24/2011 05:43 PM, Ross Walker wrote: On Feb 24, 2011, at 9:31 AM, Johnny Hughesjoh...@centos.org mailto:joh...@centos.org wrote: I am not saying this to be a smart a$$ or be negative ... just saying that other enterprise distributions exist

[CentOS] Detecting harddrive problem

2011-02-24 Thread Fajar Priyanto
Hi all, Recently I realize the filesystem became Read-only and there is media error message in the system log. It has passed several days without notice. I'm thinking of setting up a script to grep that media error and send email. Is there more elegant way of doing this? Thank you.

[CentOS] VMware (was Re: current bind version)

2011-02-24 Thread Scott Robbins
On Thu, Feb 24, 2011 at 08:04:08PM -0600, Les Mikesell wrote: Can someone remind me why VMware server 2.x broke with a RHEL/CentOS 5.x glibc update? I switched back to 1.x which I like better anyway, but if the reason for putting up with oldness is to keep that from happening, it didn't

Re: [CentOS] current bind version

2011-02-24 Thread Ross Walker
On Feb 24, 2011, at 8:37 PM, Johnny Hughes joh...@centos.org wrote: On 02/24/2011 05:43 PM, Ross Walker wrote: On Feb 24, 2011, at 9:31 AM, Johnny Hughes joh...@centos.org mailto:joh...@centos.org wrote: I am not saying this to be a smart a$$ or be negative ... just saying that other

Re: [CentOS] VMware (was Re: current bind version)

2011-02-24 Thread Machin, Greg
I have always had issues with VMware server and compiling of kernel modules, normally ended up costing a couple of days effort .. I have found 2 is more resource intensive than 1. Rather use ESXi 4.1 and get up and running quickly. If your hardware is not on the supported list there are other

Re: [CentOS] VMware (was Re: current bind version)

2011-02-24 Thread Scott Robbins
On Fri, Feb 25, 2011 at 03:44:32PM +1300, Machin, Greg wrote: snip of good information Rather use ESXi 4.1 and get up and running quickly. If your hardware is not on the supported list there are other lists of tested hardware where people have it running on Unsupported hardware. Player

[CentOS] [OT] building src rpm on RHEL5 using mock https://bugzilla.redhat.com/show_bug.cgi?id=680144

2011-02-24 Thread Jason Pyeron
Does anyone have experience using mock on RHEL5 with the RHN? I use mock easily on Centos, I get errors like /bin/sh not found, useradd not found build failed? messages from it on RHEL w/ RHN. Any suggestions on where to start looking. -Jason Pyeron --

Re: [CentOS] VMware (was Re: current bind version)

2011-02-24 Thread Les Mikesell
On 2/24/11 8:56 PM, Scott Robbins wrote: On Fri, Feb 25, 2011 at 03:44:32PM +1300, Machin, Greg wrote: snip of good information Rather use ESXi 4.1 and get up and running quickly. If your hardware is not on the supported list there are other lists of tested hardware where people have it

Re: [CentOS] Detecting harddrive problem

2011-02-24 Thread yonatan pingle
On Fri, Feb 25, 2011 at 4:11 AM, Fajar Priyanto fajar...@arinet.org wrote: Hi all, Recently I realize the filesystem became Read-only and there is media error message in the system log. It has passed several days without notice. I'm thinking of setting up a script to grep that media error and

Re: [CentOS] VMware (was Re: current bind version)

2011-02-24 Thread Ben
On 25/02/2011 1:13 PM, Scott Robbins wrote: On Thu, Feb 24, 2011 at 08:04:08PM -0600, Les Mikesell wrote: Can someone remind me why VMware server 2.x broke with a RHEL/CentOS 5.x glibc update? I switched back to 1.x which I like better anyway, but if the reason for putting up with oldness

Re: [CentOS] VMware (was Re: current bind version)

2011-02-24 Thread David Brian Chait
On 2/24/11 8:56 PM, Scott Robbins wrote: On Fri, Feb 25, 2011 at 03:44:32PM +1300, Machin, Greg wrote: snip of good information Rather use ESXi 4.1 and get up and running quickly. If your hardware is not on the supported list there are other lists of tested hardware where people have it

Re: [CentOS] VMware (was Re: current bind version)

2011-02-24 Thread John R Pierce
On 02/24/11 9:18 PM, Ben wrote: I have begun to switch all my hosts without hardware virtualization, so can't use ESXi, to VirtualBox. ESXi only needs hardware virtualization support for 64bit guest VMs. as long as you can live with 32bit VMs, you're good with older CPUs. I have it running

Re: [CentOS] VMware (was Re: current bind version)

2011-02-24 Thread Ben
On 25/02/2011 4:51 PM, John R Pierce wrote: On 02/24/11 9:18 PM, Ben wrote: I have begun to switch all my hosts without hardware virtualization, so can't use ESXi, to VirtualBox. ESXi only needs hardware virtualization support for 64bit guest VMs. as long as you can live with 32bit VMs,

Re: [CentOS] VMware (was Re: current bind version)

2011-02-24 Thread David Brian Chait
Thanks, I did not know that. I could've swarn I had tested it on some old IBM x306. Will have to take a look into that. I still like that automation that I get with CentOS, puppet and VirtualBox. Ben I think you need to download the VI3 rather than 4.1 to use 32 bit support, but it does

Re: [CentOS] wicd questions

2011-02-24 Thread Nicolas Thierry-Mieg
lostson wrote: my versions of wicd and python-urwid are wicd-1.7.0-3.el5 python-urwid-0.9.8.4-3.el5 snip btw this is not a centos base package I have a broken piece of software, it's not from centos and I won't tell you where it's coming from but can you help me? wtf?? why don't you

Re: [CentOS-es] sobre router por defecto y rutas estaticas.

2011-02-24 Thread Eduardo Grosclaude
2011/2/24 Mariano Cediel mariano.ced...@gmail.com El día 24 de febrero de 2011 04:13, Eduardo Grosclaude eduardo.groscla...@gmail.com escribió: 2011/2/23 Mariano Cediel mariano.ced...@gmail.com Hola Mariano El equipo X está en una red con direcciones privadas, y estas direcciones no