Re: [CentOS] Adding Repositories and using yum to download packages

2010-05-12 Thread Tom G. Christensen
Jatin Davey wrote: > Hi > > I am using CentOS 5.3 and after installing the OS i scrolled to the > /etc/yum.repos.d directory and i could not find any repositories being > present there. So i googled a bit on adding the repositories and found > the link: > That sounds very much like you've actu

Re: [CentOS] Adding Repositories and using yum to download packages

2010-05-12 Thread Jatin Davey
On 5/12/2010 1:33 PM, Tom G. Christensen wrote: > Jatin Davey wrote: > >> Hi >> >> I am using CentOS 5.3 and after installing the OS i scrolled to the >> /etc/yum.repos.d directory and i could not find any repositories being >> present there. So i googled a bit on adding the repositories and fo

Re: [CentOS] Text file manipulation in CentOS?

2010-05-12 Thread Dominik Zyla
On Wed, May 12, 2010 at 05:20:58AM +0100, hadi motamedi wrote: > If I understand correctly, you can pipe your output to: `awk '{a=$1} {if > (a > 3) print a}''. `a' is awk variable. `$1' is first column of awk > input so you probably need to change it. > > > > Thank you for your mes

Re: [CentOS] Adding Repositories and using yum to download packages

2010-05-12 Thread Jatin Davey
On 5/12/2010 12:26 PM, John R. Dennison wrote: > On Wed, May 12, 2010 at 12:18:59PM +0530, Jatin Davey wrote: > >> I follwed the link that you have given but in it the explanation is >> given assuming that the Base repo is already present in the >> /etc/yum.repos.d directory but in my box i don

Re: [CentOS] setup firewall with 3 nic cards

2010-05-12 Thread Marcelo M. Garcia
Dominik Zyla wrote: >>> -- >>> Dominik Zyla >> I read through the document. I dont see what I have done wrong still. >> >> Do my routing rules not look correct from my previous post? >> >> Sorry I am not catching on. Thanks for your assistance. > > Try to add iproute2 rules for eth1. You only pas

Re: [CentOS] Adding Repositories and using yum to download packages

2010-05-12 Thread John R. Dennison
On Wed, May 12, 2010 at 02:27:56PM +0530, Jatin Davey wrote: > > [r...@sc-devld-1 yum.repos.d]# yum install net-snmp > Loading "rhnplugin" plugin > Loading "installonlyn" plugin > This system is not registered with RHN. > RHN support will be disabled. > Setting up Install Process > Setting up repo

Re: [CentOS] Adding Repositories and using yum to download packages

2010-05-12 Thread Jatin Davey
On 5/12/2010 2:48 PM, John R. Dennison wrote: > On Wed, May 12, 2010 at 02:27:56PM +0530, Jatin Davey wrote: > >> [r...@sc-devld-1 yum.repos.d]# yum install net-snmp >> Loading "rhnplugin" plugin >> Loading "installonlyn" plugin >> This system is not registered with RHN. >> RHN support will be

Re: [CentOS] Adding Repositories and using yum to download packages

2010-05-12 Thread John R. Dennison
On Wed, May 12, 2010 at 02:55:49PM +0530, Jatin Davey wrote: > > [r...@sc-devld-1 etc]# rpm -q centos-release > package centos-release is not installed Not CentOS :) > Also i found that there is a file named as redhat-release.bak in the > /etc directory , doing a cat on it gives the fol

Re: [CentOS] Text file manipulation in CentOS?

2010-05-12 Thread hadi motamedi
> >>So, read `man awk', `man sed' etc, I found the answer. It was very easy , as you told me in your first post . It is as : #uniq -c file name Sorry that I did not noticed it. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/list

Re: [CentOS] Adding Repositories and using yum to download packages

2010-05-12 Thread Jatin Davey
On 5/12/2010 3:11 PM, John R. Dennison wrote: > On Wed, May 12, 2010 at 02:55:49PM +0530, Jatin Davey wrote: > >> [r...@sc-devld-1 etc]# rpm -q centos-release >> package centos-release is not installed >> > Not CentOS :) > > >> Also i found that there is a file named as redhat-r

[CentOS] Local repo sqlite files?

2010-05-12 Thread lhecking
Hi all, I'm updating a customised CentOS 5.2 repo to 5.4. After running createrepo, I find all the usual .xml.gz files updated, but the sqlite.bz2 files have not been touched. What is the significance of these files? If they need to be updated, how is it done? -r--r--r-- 1 user group 18

[CentOS] Rsync Directories

2010-05-12 Thread James Bensley
Hey List, I am setting up an rsync daemon (not something I normally do, I normally use rsync over ssh but I'm trying to set up an rsync server and have clients sync their local directories with what is on the server) and I am wondering about the directory entries within the rsyncd.conf. You can a

[CentOS] Configuring proftpd

2010-05-12 Thread Chaitanya Yanamadala
Hai can anyone help me configuring the proftpd for a new user. i have already googled for this one and have found a lot of documents and tried almost all, but none looks to be working. so if anyone have a known way help me out. Chaitanya ___ CentOS mail

Re: [CentOS] Local repo sqlite files?

2010-05-12 Thread Karanbir Singh
On 05/12/2010 11:23 AM, lheck...@users.sourceforge.net wrote: > > Hi all, > > I'm updating a customised CentOS 5.2 repo to 5.4. After running createrepo, > I find all the usual .xml.gz files updated, but the sqlite.bz2 files have > not > been touched. What is the significance of these file

Re: [CentOS] Configuring proftpd

2010-05-12 Thread Karanbir Singh
On 05/12/2010 11:32 AM, Chaitanya Yanamadala wrote: > Hai > > can anyone help me configuring the proftpd for a new user. > i have already googled for this one and have found a lot of documents > and tried almost all, but none looks to be working. so if anyone have a > known way help me out. did yo

Re: [CentOS] Local repo sqlite files?

2010-05-12 Thread lhecking
Karanbir Singh writes: > On 05/12/2010 11:23 AM, lheck...@users.sourceforge.net wrote: > > > > Hi all, > > > > I'm updating a customised CentOS 5.2 repo to 5.4. After running > > createrepo, > > I find all the usual .xml.gz files updated, but the sqlite.bz2 files have > > not > > been tou

Re: [CentOS] Rsync Directories

2010-05-12 Thread James Bensley
I have found the answer, u...@host::directory Note the double colons! -- Regards, James. http://www.jamesbensley.co.cc/ ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] REMOVE NAME FROM YOUR EMAIL LIST

2010-05-12 Thread Jim Perrin
On Wed, May 12, 2010 at 1:22 AM, Thom Paine wrote: > LOL, so who is checking his email? Not really something to laugh about if it's true. > On Tue, May 11, 2010 at 11:07 PM, Bob Taylor wrote: >> BOB TAYLOR HAS DIED PLEASE REMOVE HIS NAME FROM YOUR E MAIL LIST   THANKS Also, not really someth

Re: [CentOS] Configuring proftpd

2010-05-12 Thread Chaitanya Yanamadala
hai karan i have made some configuration to the vsftpd service and which has made my ftp gone wrong. now disabled the vsftpd service and using the proftpd. thank you for the suggestion of proftpd users list Chaitanya On Wed, May 12, 2010 at 4:31 PM, Karanbir Singh wrote: > On 05/12/2010 11:

Re: [CentOS] REMOVE NAME FROM YOUR EMAIL LIST

2010-05-12 Thread Clive Hills
Also, not really something to yell about either. If it's true, then > the community has lost a member who contributed to the mailing list > and I'm sorry to see him go. > > I've inhabited IRC channels (including ones dedicated to Linux) since 1993. And this sort of thing from a distressed partner

Re: [CentOS] Formatting file system too slow on CentOS

2010-05-12 Thread Robert Heller
At Wed, 12 May 2010 12:01:06 +0700 CentOS mailing list wrote: > > > > I tried to change the configuration of a compatible sata in bios to AHCI, but > my hard drive is not detected. > I do not have a smart array controller. I do this AHCI features need smart > array controller? I've been loo

Re: [CentOS] REMOVE NAME FROM YOUR EMAIL LIST

2010-05-12 Thread Ralph Angenendt
On Wed, May 12, 2010 at 5:07 AM, Bob Taylor wrote: > BOB TAYLOR HAS DIED PLEASE REMOVE HIS NAME FROM YOUR E MAIL LIST   THANKS I removed Bob's mail address from the two lists he was subscribed to. And I, too, am sorry for the loss for you and for the community. Regards, Ralph __

Re: [CentOS] REMOVE NAME FROM YOUR EMAIL LIST

2010-05-12 Thread Phil Schaffner
Jim Perrin wrote on 05/12/2010 07:13 AM: > On Wed, May 12, 2010 at 1:22 AM, Thom Paine wrote: >> LOL, so who is checking his email? > > > Not really something to laugh about if it's true. > > >> On Tue, May 11, 2010 at 11:07 PM, Bob Taylor wrote: >>> BOB TAYLOR HAS DIED PLEASE REMOVE HIS NAME

[CentOS] your session only lasted less than 10 seconds error

2010-05-12 Thread Chaitanya Yanamadala
hai i have run the halt command from the xshell and the machine got restarted, now when i restart the machine, i am getting this error . I have tried to press the CTRL+ALT+F2 and tried to login with the root user but that one is also not working. can any one help me with this.. this the error messa

Re: [CentOS] your session only lasted less than 10 seconds error

2010-05-12 Thread Brunner, Brian T.
Suggest: Boot with an install CD/DVD in rescue mode. Mount your file system (this should happen automagically) edit /mnt/sysimage/etc/inittab Set your default runlevel to 3 (currently it is set to 5) quit the rescue, and reboot your hard drive. Now you will have the shell available to debug what

Re: [CentOS] your session only lasted less than 10 seconds error

2010-05-12 Thread Chaitanya Yanamadala
Thank you for your reply Brain oops i have corrupted the entire system i think . but one thing i dont understand is y this has happened all of a sudden i choose to reinstall the cent os again.. i heard that cent os is the stable version with less number of crashes..:( Chaitanya On Wed, May 12

Re: [CentOS] your session only lasted less than 10 seconds error

2010-05-12 Thread m . roth
Chaitanya wrote: > Thank you for your reply Brain > > oops i have corrupted the entire system i think . > but one thing i dont understand is y this has happened all of a sudden > i choose to reinstall the cent os again.. > i heard that cent os is the stable version with less number of crashes..:( >

Re: [CentOS] your session only lasted less than 10 seconds error

2010-05-12 Thread Les Mikesell
On 5/12/2010 9:49 AM, Chaitanya Yanamadala wrote: > Thank you for your reply Brain > > oops i have corrupted the entire system i think . > but one thing i dont understand is y this has happened all of a sudden > i choose to reinstall the cent os again.. > i heard that cent os is the stable version

[CentOS] automount complaints

2010-05-12 Thread m . roth
Folks, I've been getting complaints in our logfiles, such as May 12 10:07:07 automount[3415]: update_negative_cache: key ".git" not found in map. a) Is there a FAQ on automount that might cover some of this? Googling hasn't found one for me? b) Any clues as to what might be caus

Re: [CentOS] your session only lasted less than 10 seconds error

2010-05-12 Thread Chaitanya Yanamadala
Dear Mark This is the exact scenario of my machine. i am running the cent os under my virtual box and i have made a network bridge to that VBOX so from my machine i connect to the VBOX using the Xshell. and by the way i am new to linux and this is my test machine so that i do some testing. this i

Re: [CentOS] your session only lasted less than 10 seconds error

2010-05-12 Thread m . roth
Chaitanya, First, please stop top posting. Email is like a conversation, and simply makes more sense if you go to the end, just like reading a conversation. DO delete irrelevant stuff. >> Chaitanya wrote: > > This is the exact scenario of my machine. > i am running the cent os under my virtual

Re: [CentOS] your session only lasted less than 10 seconds error

2010-05-12 Thread Chaitanya Yanamadala
Dear roth This is wt u have started using of filthy language. For your kind info when some one starts learning obviously makes mistake. This is the reaosn i have installed it in vbox Any way thank you for ur help i reinstalled my machine It is obviously the cent os which got crashed not the vbox i

Re: [CentOS] your session only lasted less than 10 seconds error

2010-05-12 Thread Chaitanya Yanamadala
Dear roth This is wt u have started using of filthy language. For your kind info when some one starts learning obviously makes mistake. This is the reaosn i have installed it in vbox Any way thank you for ur help i reinstalled my machine It is obviously the cent os which got crashed not the vbox i

Re: [CentOS] your session only lasted less than 10 seconds error

2010-05-12 Thread m . roth
> Dear roth > This is wt u have started using of filthy language. "Filthy language"? Did you mean putty, which is a free Windows xterm that everyone uses? Or did you mean me telling you to read the *ahem* fine manuals? > For your kind info when some one starts learning obviously makes mistake. >

Re: [CentOS] ldconfig: /usr/lib64/libfreebl3.so is not a symbolic link

2010-05-12 Thread Gordon Messmer
On 05/11/2010 07:09 PM, a arias wrote: > > I wonder if I am the only one who is experiencing this. What could > have caused this? > Look for other files that would otherwise be the targets of a symlink: # ls /usr/lib64/libfreebl3* It's normal for /usr/lib64/libfreebl3.so to not be a symlink. I

Re: [CentOS] your session only lasted less than 10 seconds error

2010-05-12 Thread Chaitanya Yanamadala
Dude I dont whether u read the entire thing whch i posted in my first mail at d botom of the post i gave u d error mesg whch i m geting Read d post first and i knw wt putty is I said dt i cannt able to login to my machine anymore and i cant get any logs as i m unable to log into d machine. As for

[CentOS] Control what messages go into /var/spool/mail/root

2010-05-12 Thread Yungwei Chen
Hi, I found some info messages below in /var/spool/mail/root. To reduce the size of that file, I'm wondering if there's a way to prevent those unimportant messages from entering /var/spool/mail/root. Thanks. 2010-05-10T10:32:27-05:00 se1 su: pam_unix(su-l:session): session closed for user root

Re: [CentOS] Control what messages go into /var/spool/mail/root

2010-05-12 Thread John R Pierce
Yungwei Chen wrote: > > Hi, > > I found some info messages below in /var/spool/mail/root. > > To reduce the size of that file, I'm wondering if there's a way to > prevent those unimportant messages from entering /var/spool/mail/root. > Thanks. > > 2010-05-10T10:32:27-05:00 se1 su: > pam_unix(su

Re: [CentOS] your session only lasted less than 10 seconds error

2010-05-12 Thread Kwan Lowe
On Wed, May 12, 2010 at 1:31 PM, Chaitanya Yanamadala wrote: > Dude > I dont whether u read the entire thing whch i posted in my first mail > at d botom of the post i gave u d error mesg whch i m geting > Read d post first and i knw wt putty is > I said dt i cannt able to login to my machine anymo

[CentOS] .vimrc File Disappeared and Saw vimrc and .viminfo Files in My Home Directory

2010-05-12 Thread Wang, Mary Y
Hi, I'm not sure what's going on ;-( updated a .vimrc file in my home directory with some customized settings last week. I'm looking at my home directory now, that .vimrc file disappeared for no reason and I saw a file called vimrc and .viminfo in the home directory. Of course, it didn't take

Re: [CentOS] .vimrc File Disappeared and Saw vimrc and .viminfo Files in My Home Directory

2010-05-12 Thread C H
hello, > I'm not sure what's going on ;-( updated a .vimrc file in my home directory > with some customized settings last week. I'm looking at my home directory > now, that .vimrc file disappeared for no reason and I saw a file called vimrc > and .viminfo in the home directory. Of course, it

Re: [CentOS] your session only lasted less than 10 seconds error

2010-05-12 Thread John R Pierce
Kwan Lowe wrote: > I read and re-read your original message and it's missing lots of details. > its missing a lot of vowels, too. darn hard to read when nearly every word is misspelled. ___ CentOS mailing list CentOS@centos.org http://lists.cent

Re: [CentOS] your session only lasted less than 10 seconds error

2010-05-12 Thread m . roth
John wrote: > Kwan Lowe wrote: >> I read and re-read your original message and it's missing lots of >> details. >> > its missing a lot of vowels, too. darn hard to read when nearly every > word is misspelled. Yeah, and then there was the lack of response, like what o/s he's running the vbox *in*.

Re: [CentOS] Text file manipulation in CentOS?

2010-05-12 Thread Les Mikesell
On 5/11/2010 11:48 PM, John R. Dennison wrote: > > To any on the list *other* than Hadi that I've offended by this > post you have my most sincere apologies. Sorry for wasting your > time but this has been building up for a long time. You sound like someone who learned the unix

Re: [CentOS] your session only lasted less than 10 seconds error

2010-05-12 Thread Kenneth Wolcott
On Wed, May 12, 2010 at 13:02, wrote: > John wrote: >> Kwan Lowe wrote: >>> I read and re-read your original message and it's missing lots of >>> details. >>> >> its missing a lot of vowels, too.  darn hard to read when nearly every >> word is misspelled. > > Yeah, and then there was the lack of

Re: [CentOS] your session only lasted less than 10 seconds error

2010-05-12 Thread m . roth
Ken wrote: > On Wed, May 12, 2010 at 13:02, wrote: >> John wrote: >>> Kwan Lowe wrote: I read and re-read your original message and it's missing lots of details. >>> its missing a lot of vowels, too.  darn hard to read when nearly every >>> word is misspelled. >> >> Yeah, and then

Re: [CentOS] your session only lasted less than 10 seconds error

2010-05-12 Thread Les Mikesell
On 5/12/2010 3:45 PM, m.r...@5-cent.us wrote: > > You forgot the fifth assumption, that they're too lazy to read man pages, > howtos, or even google for the answer to their problem, and just expect to > dump it on us, as though we're tech support from their school, or ISP, or > corporate - that is,

Re: [CentOS] Text file manipulation in CentOS?

2010-05-12 Thread Kenneth Wolcott
On Wed, May 12, 2010 at 13:14, Les Mikesell wrote: > On 5/11/2010 11:48 PM, John R. Dennison wrote: >> >>       To any on the list *other* than Hadi that I've offended by this >>       post you have my most sincere apologies.  Sorry for wasting your >>       time but this has been building up for

Re: [CentOS] your session only lasted less than 10 seconds error

2010-05-12 Thread Kenneth Wolcott
On Wed, May 12, 2010 at 13:53, Les Mikesell wrote: > On 5/12/2010 3:45 PM, m.r...@5-cent.us wrote: >> >> You forgot the fifth assumption, that they're too lazy to read man pages, >> howtos, or even google for the answer to their problem, and just expect to >> dump it on us, as though we're tech su

Re: [CentOS] Text file manipulation in CentOS?

2010-05-12 Thread Les Mikesell
On 5/12/2010 3:53 PM, Kenneth Wolcott wrote: > >Almost any introductory book on Linux/UNIX that covers the standard > command line utilities (sed, awk, greg, egrep, tr, cut, etc) could > have answered the questions he had. I don't think you've actually looked at current introductory books. Ev

Re: [CentOS] Text file manipulation in CentOS?

2010-05-12 Thread Kenneth Wolcott
On Wed, May 12, 2010 at 14:17, Les Mikesell wrote: > On 5/12/2010 3:53 PM, Kenneth Wolcott wrote: >> >>    Almost any introductory book on Linux/UNIX that covers the standard >> command line utilities (sed, awk, greg, egrep, tr, cut, etc) could >> have answered the questions he had. > > I don't th

Re: [CentOS] .vimrc File Disappeared and Saw vimrc and .viminfoFiles in My Home Directory

2010-05-12 Thread Wang, Mary Y
Thanks for the help. I just exited a vim session and started a vim session again and the .vimrc file is still there. I'll check it again tomorrow to see if it's still there. The vimrc file (by using the 'stat vimrc' command ) seems has the correct dates, interesting enough, it has the last tim

Re: [CentOS] your session only lasted less than 10 seconds error

2010-05-12 Thread Jason Pyeron
> -Original Message- > From: Chaitanya Yanamadala > Sent: Wednesday, May 12, 2010 12:10 > > "A man can get discouraged many times but he is not a failure > until he stops trying..." Ah, relaxing reading, such a simple pleasure after a long day. -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

Re: [CentOS] Text file manipulation in CentOS?

2010-05-12 Thread hadi motamedi
For mangling text??!! I think your example is way off topic for this > Thank you for your reply. I thought to write C code to accomplish this but next I found very powerful centos tools for this application from the help of you Gentlemen. ___ CentOS maili