Re: [CentOS] Question about running a CentOS4.8 (32-bit) guest under CentOS5.4xen (64-bit)

2010-01-23 Thread Kai Schaetzl
Robert Heller wrote on Fri, 22 Jan 2010 16:37:30 -0500: > I followed the instructions in Appendix A > of the xen user manual (/usr/share/doc/xen-3.0.3/pdf/user.pdf) Why consult the wiki? http://wiki.centos.org/HowTos/Xen/MoveNative2DomU You need a xenified kernel. I see you use the plus kernel.

Re: [CentOS] wifi doesnt work on centos 5.4

2010-01-23 Thread Arvind P R
hi there thanks for that reply i didnt know NetworkManager existed as a different service in centos!! all this while i used the network service to start n stop the network services!! i thought network and NetworkManager are one n the same. thanks for the insight. i m writing this mail while connec

[CentOS] Gmail problem

2010-01-23 Thread Majian
Hi,all : There is gmail drive for windows platformwhere the person can access his gmail storage space as a drive. Do we have something similar on Linux? Means is there any software that will allow the person to 'mount' the gmail storage and say 'copy/paste' f

Re: [CentOS] Gmail problem

2010-01-23 Thread James Bensley
I don't know if there is one, but I think the Gmail Drive app for windows simply connects to your mail account and files you store on there are actually attachments to drafts emails (its been a while so I might be wrong). I'm sure from Linux you could script this without to much difficulty? -- Re

Re: [CentOS] Gmail problem

2010-01-23 Thread nux
On 23/Jan/2010 13:38 Majian wrote .. > Hi,all : > > > There is gmail drive for windows > platformwhere the person can > access his gmail storage space as a drive. > > Do we have something similar on Linux? > Means is there any software that will allow the pe

Re: [CentOS] Gmail problem

2010-01-23 Thread Patrick Stueck
I don't see how this relates to a "Gmail Problem", as it seems as you're simply asking if a similar application exists. Maybe you should use the prime application that came out of Google, and it just happens to be called "Google". --- Patrick Stueck Excalibur Systems, Inc. Director of O

Re: [CentOS] Gmail problem

2010-01-23 Thread Rajagopal Swaminathan
Greetings, On Sat, Jan 23, 2010 at 5:08 PM, Majian wrote: > Hi,all : > > > Do we have something similar on Linux? > Means is there any software that will allow the person to 'mount' the > gmail storage and say 'copy/paste' from his system to the gmail account? > There is a firefox extension (g

Re: [CentOS] Gmail problem

2010-01-23 Thread Majian
Yeah~ That looks nice ~ Thanks all ~ On Sat, Jan 23, 2010 at 8:11 PM, Rajagopal Swaminathan < raju.rajs...@gmail.com> wrote: > Greetings, > > On Sat, Jan 23, 2010 at 5:08 PM, Majian wrote: > >> Hi,all : >> >> >> Do we have something similar on Linux? >> Means is there any software that will a

[CentOS] The directory that I am trying to clean up is huge

2010-01-23 Thread Anas Alnaffar
The directory that I am trying to clean up is huge . every time get this error msg -bash: /usr/bin/find: Argument list too long Please advise Anas ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] The directory that I am trying to clean up is huge

2010-01-23 Thread Marcelo M. Garcia
Anas Alnaffar wrote: > The directory that I am trying to clean up is huge … every time get this > error msg > > > > -bash: /usr/bin/find: Argument list too long > > > > > > Please advise > > > > *Anas * Hi Could you put the complete command? Please provide more details. Regards m

Re: [CentOS] The directory that I am trying to clean up is huge

2010-01-23 Thread Robert Heller
At Sat, 23 Jan 2010 15:23:58 +0300 CentOS mailing list wrote: > > Content-Language: en-us > > > The directory that I am trying to clean up is huge . every time get this > error msg > > > > -bash: /usr/bin/find: Argument list too long 'man xargs' find -print | xargs rm > > > >

Re: [CentOS] The directory that I am trying to clean up is huge

2010-01-23 Thread Marcelo M. Garcia
Robert Heller wrote: > At Sat, 23 Jan 2010 15:23:58 +0300 CentOS mailing list > wrote: > >> Content-Language: en-us >> >> >> The directory that I am trying to clean up is huge . every time get this >> error msg >> >> >> >> -bash: /usr/bin/find: Argument list too long > > 'man xargs' > > fin

Re: [CentOS] The directory that I am trying to clean up is huge

2010-01-23 Thread Robert P. J. Day
On Sat, 23 Jan 2010, Marcelo M. Garcia wrote: > Robert Heller wrote: > >> > >> -bash: /usr/bin/find: Argument list too long > > > > 'man xargs' > > > > find -print | xargs rm > > > Hi > > Just curious. What is the difference between the command above and "find > -exec rm -f {} \;" ? the find

[CentOS] any significant differences between centos and OEL?

2010-01-23 Thread Robert P. J. Day
someone just pointed out to me that there is a distro called "oracle enterprise linux" which is effectively a re-branded RHEL, so i'm curious -- has anyone here used both centos and OEL and would there be any differences that would be worth caring about? the only thing i can think of that mig

Re: [CentOS] The directory that I am trying to clean up is huge

2010-01-23 Thread Kai Schaetzl
http://www.google.com/search?as_epq=Argument+list+too+long Kai -- Get your web at Conactive Internet Services: http://www.conactive.com ___ 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 Fabian Arrotin
Robert P. J. Day wrote: > someone just pointed out to me that there is a distro called "oracle > enterprise linux" which is effectively a re-branded RHEL, so i'm > curious -- has anyone here used both centos and OEL and would there be > any differences that would be worth caring about? > > the

Re: [CentOS] The directory that I am trying to clean up is huge

2010-01-23 Thread Anas Alnaffar
I tried to run this command find -name "*.access*" -mtime +2 -exec rm {} \; and I have same error message Anas -Original Message- From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf Of Marcelo M. Garcia Sent: Saturday, January 23, 2010 3:34 PM To: CentOS ma

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

2010-01-23 Thread Robert P. J. Day
On Sat, 23 Jan 2010, Fabian Arrotin wrote: > Robert P. J. Day wrote: > > someone just pointed out to me that there is a distro called "oracle > > enterprise linux" which is effectively a re-branded RHEL, so i'm > > curious -- has anyone here used both centos and OEL and would there be > > any di

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

2010-01-23 Thread Athmane Madjoudj
On Sat, Jan 23, 2010 at 1:47 PM, Robert P. J. Day wrote: > >  someone just pointed out to me that there is a distro called "oracle > enterprise linux" which is effectively a re-branded RHEL, so i'm > curious -- has anyone here used both centos and OEL and would there be > any differences that woul

Re: [CentOS] The directory that I am trying to clean up is huge

2010-01-23 Thread Kevin Krieser
On Jan 23, 2010, at 6:45 AM, Robert P. J. Day wrote: > On Sat, 23 Jan 2010, Marcelo M. Garcia wrote: > >> Robert Heller wrote: -bash: /usr/bin/find: Argument list too long >>> >>> 'man xargs' >>> >>> find -print | xargs rm >>> >> Hi >> >> Just curious. What is the difference betw

Re: [CentOS] The directory that I am trying to clean up is huge

2010-01-23 Thread Kevin Krieser
On Jan 23, 2010, at 7:07 AM, Anas Alnaffar wrote: > I tried to run this command > > find -name "*.access*" -mtime +2 -exec rm {} \; > > > and I have same error message > > > > Anas > There must have been more to it, since the command above is invalid. you need to specify where to star

Re: [CentOS] The directory that I am trying to clean up is huge

2010-01-23 Thread Alexander Dalloz
Am 23.01.2010 14:12, schrieb Kevin Krieser: > > On Jan 23, 2010, at 6:45 AM, Robert P. J. Day wrote: > >> On Sat, 23 Jan 2010, Marcelo M. Garcia wrote: >> >>> Robert Heller wrote: > > -bash: /usr/bin/find: Argument list too long 'man xargs' find -print | xargs rm

Re: [CentOS] The directory that I am trying to clean up is huge

2010-01-23 Thread Kevin Krieser
> > find on CentOS 5.4 supports > > find -exec {} +; > > which avoids the negative effect of spawning new subprocesses when using > "-exec {} \;" > > find on CentOS 4.8 does not support that. I'll have to give that a try sometime. A person gets used to a subset of a command, and doesn't nec

[CentOS] voice chat on centos with gtalk users.

2010-01-23 Thread Arvind P R
hi all, i have a centos 5.4 64 bit system running on the base hardware of my system and have windows machines running in virtual in vmware workstation. i need something to *voice chat* with *GTALK* users. In the windows VMs i can install gtalk for windows which does support voice chat, but the pr

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

2010-01-23 Thread Karanbir Singh
On 01/23/2010 01:07 PM, Robert P. J. Day wrote: >> Price ? > >OEL 5.4 is freely downloadable so i'm guessing that's not it. either you or I are missing something here. downloadable != maintainable. besides Oracle's offering does not get the vendor endorsement that CentOS does mostly due to

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

2010-01-23 Thread Jim Perrin
On Sat, Jan 23, 2010 at 7:47 AM, Robert P. J. Day wrote: > >  someone just pointed out to me that there is a distro called "oracle > enterprise linux" which is effectively a re-branded RHEL, so i'm > curious -- has anyone here used both centos and OEL and would there be > any differences that woul

[CentOS] Git: help sought

2010-01-23 Thread Timothy Murphy
I have a project using Git on machine A. I'm running a Centos server on machine B. I'd like to "publish" the project on machine B (mainly for my own use, so I can access it from various sites). I've asked about this on a Git mailing list, but haven't understood the replies. In particular, a couple

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

2010-01-23 Thread Larry Vaden
On Sat, Jan 23, 2010 at 6:47 AM, Robert P. J. Day wrote: > >  someone just pointed out to me that there is a distro called "oracle > enterprise linux" which is effectively a re-branded RHEL, so i'm > curious -- has anyone here used both centos and OEL and would there be > any differences that woul

Re: [CentOS] Question about running a CentOS4.8 (32-bit) guest under CentOS5.4xen (64-bit)

2010-01-23 Thread Pasi Kärkkäinen
On Fri, Jan 22, 2010 at 04:37:30PM -0500, Robert Heller wrote: > I am trying to run my old CentOS4.8 (32-bit) system as a guest system > under CentOS5.4xen (64-bit). I followed the instructions in Appendix A > of the xen user manual (/usr/share/doc/xen-3.0.3/pdf/user.pdf) and > created a 'disk ima

Re: [CentOS] The directory that I am trying to clean up is huge

2010-01-23 Thread Robert Heller
At Sat, 23 Jan 2010 12:43:40 + CentOS mailing list wrote: > > Robert Heller wrote: > > At Sat, 23 Jan 2010 15:23:58 +0300 CentOS mailing list > > wrote: > > > >> Content-Language: en-us > >> > >> > >> The directory that I am trying to clean up is huge . every time get this > >> error msg

Re: [CentOS] Question about running a CentOS4.8 (32-bit) guest under CentOS5.4xen (64-bit)

2010-01-23 Thread Robert Heller
At Sat, 23 Jan 2010 11:33:00 +0100 CentOS mailing list wrote: > > Robert Heller wrote on Fri, 22 Jan 2010 16:37:30 -0500: > > > I followed the instructions in Appendix A > > of the xen user manual (/usr/share/doc/xen-3.0.3/pdf/user.pdf) > > Why consult the wiki? > http://wiki.centos.org/HowTo

[CentOS] authentication failure

2010-01-23 Thread madunix
I noticed that my server has a lot ca. 1000x auth failure from different alocated in China / Romania and Netherlands per day since 3 days It looks to me like somebody was trying to get into server by guessing my password by brute force. what would be the best to stop this attack and how? the server

Re: [CentOS] authentication failure

2010-01-23 Thread Athmane Madjoudj
On Sat, Jan 23, 2010 at 6:14 PM, madunix wrote: > I noticed that my server has a lot ca. 1000x auth failure from > different alocated in China / Romania and Netherlands per day since 3 > days > It looks to me like somebody was trying to get into server by guessing > my password by brute force. > w

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

2010-01-23 Thread David G . Miller
Larry Vaden writes: > > On Sat, Jan 23, 2010 at 6:47 AM, Robert P. J. Day crashcourse.ca> wrote: > > > >  someone just pointed out to me that there is a distro called "oracle > > enterprise linux" which is effectively a re-branded RHEL, so i'm > > curious -- has anyone here used both centos and

Re: [CentOS] authentication failure

2010-01-23 Thread fabien faye
Hi, I am a fail2ban user and i am very interested to have an autosent mail to the ip provider of the brute force ip address. Do you know if it is possible with fail2ban or if we have to rewrite action in fail2ban ?. Fabien FAYE RHCE www.generationip.com Free network tools & HOWTO for centos and

Re: [CentOS] authentication failure

2010-01-23 Thread Athmane Madjoudj
On Sat, Jan 23, 2010 at 8:30 PM, fabien faye wrote: > Hi, > > I am a fail2ban user and i am very interested to have an autosent mail to the > ip provider of the brute force ip address. > Do you know if it is possible with fail2ban or if we have to rewrite action > in fail2ban ?. > > Fabien FAYE

Re: [CentOS] Gmail problem

2010-01-23 Thread Nikita Izyumtsev
> Hi,all : > > > There is gmail drive for windows > platformwhere the person can > access his gmail storage space as a drive. > > Do we have something similar on Linux? > Means is there any software that will allow the person to 'mount' the gmail > storage and s

Re: [CentOS] Just installed DomU won't boot

2010-01-23 Thread Sergio Belkin
2010/1/22 Lucian @ lastdot.org : > On Fri, Jan 22, 2010 at 5:50 PM, Sergio Belkin wrote: >> Hi, I am using Centos 5.4 x86_64 with kernel 2.6.18-164.11.1.el5xen. >> I've installed a Centos 5.4 (64 bit too) DomU (paravirtualized), >> process was apparently with no problems, but DomU refuses to start

[CentOS] 32 bit Full Virtualized DomU on 64 Dom0

2010-01-23 Thread Sergio Belkin
Hi, I need to virtualize a physical machine (Debian Etch 32 bit) to run on Centos 5.4 64 bit. Can I do that? I mean can a full virtualized DomU 32 bit run on a 64 bit Dom0. Thanks in advance!! -- -- Open Kairos http://www.sergiobelkin.com Watch More TV http://sebelk.blogspot.com Sergio Belkin -

Re: [CentOS] 32 bit Full Virtualized DomU on 64 Dom0

2010-01-23 Thread Rudi Ahlers
On Sun, Jan 24, 2010 at 1:41 AM, Sergio Belkin wrote: > Hi, > > I need to virtualize a physical machine (Debian Etch 32 bit) to run on > Centos 5.4 64 bit. Can I do that? I mean can a full virtualized DomU > 32 bit run on a 64 bit Dom0. > > Thanks in advance!! > > -- > -- > Open Kairos http://www

Re: [CentOS] The directory that I am trying to clean up is huge

2010-01-23 Thread Robert Nichols
Robert Heller wrote: > At Sat, 23 Jan 2010 12:43:40 + CentOS mailing list > wrote: > >> Just curious. What is the difference between the command above and "find >> -exec rm -f {} \;" ? > > The command "find -exec rm -f {} \;" collects ALL of the names > "find " as a single command line,

Re: [CentOS] 32 bit Full Virtualized DomU on 64 Dom0

2010-01-23 Thread Michael Holmes
2010/1/23 Sergio Belkin : > Hi, > > I need to virtualize a physical machine (Debian Etch 32 bit) to run on > Centos 5.4 64 bit. Can I do that? I mean can a full virtualized DomU > 32 bit run on a 64 bit Dom0. > > Thanks in advance!! My host uses Xen to virtualise 32-bit and 64-bit kernels on the s

Re: [CentOS] Gmail problem

2010-01-23 Thread Shrikrishna Aryal
Go to link http://richard.jones.name/google-hacks/gmail-filesystem/gmail-filesystem.html and follow the instructions. Which works for me. On Sat, Jan 23, 2010 at 5:23 PM, Majian wrote: > Hi,all : > > > There is gmail drive for windows > platformwhere th