Re: [CentOS] Ekiga - camera

2011-09-25 Thread hadi motamedi
On 9/25/11, Fabian Arrotin wrote: > On 09/21/2011 07:55 PM, Johan Vermeulen wrote: >> >> > > Known bug/issue upstream and not yet fixed .. the workaround described > in the comments worked for me : > https://bugzilla.redhat.com/show_bug.cgi?id=666256 > > Fabian Arrotin > > ___

Re: [CentOS] SSH in and my terminal keystrokes are weird.......

2011-09-25 Thread Les Mikesell
On Sun, Sep 25, 2011 at 10:20 PM, Todd wrote: > Craig, >> >> iTerm2 is a better solution (not perfect... just much better than >> Terminal.app and fewer time spent in the penalty box for using Mac OS X. > > Thanks, this actually solved everything. All the terminal issues I was > having. Depending

Re: [CentOS] SSH in and my terminal keystrokes are weird.......

2011-09-25 Thread Todd
Craig, iTerm2 is a better solution (not perfect... just much better than > Terminal.app and fewer time spent in the penalty box for using Mac OS X. Thanks, this actually solved everything. All the terminal issues I was having. Best, -Jason ___ CentOS

Re: [CentOS] SSH in and my terminal keystrokes are weird.......

2011-09-25 Thread Craig White
On Sun, 2011-09-25 at 11:05 -0700, Todd wrote: > Hi All, > > > I upgraded to OS X 10.7 on my laptop and when I try to ssh into my > servers and do edits it seems my backspace is now weird. When I > backspace it skips all around, inserts what looks to be special > characters, etc. If I save and go

[CentOS] OKI B411 printer

2011-09-25 Thread Bob Tennent
On a Centos-5.7 system, this printer works fine using a parallel cable but fails using the USB interface; the following appears on the CUPS page when I try to print a page: Unable to open device "hal:///org/freedesktop/Hal/devices/usb_device_6bc_268_AK11044671_if0_printer_no serial": Permission de

Re: [CentOS] I can't connect to /dev/ttyS0

2011-09-25 Thread Michel Donais
> You first need to double-check that /dev/ttyS0 is actually > the correct serial COM port you have the modem connected to. > Please look under System->Hardware and then click the 16550A-compatible > COM port in the LH pane. > Then in the RH pane click on 'Advanced', and find the serial.device s

Re: [CentOS] this is strange and dark

2011-09-25 Thread Johnny Hughes
On 09/25/2011 04:13 PM, Lee Perez wrote: > Nicolas Thierry-Mieg wrote: >> Johnny Hughes wrote: >> >>> On 09/25/2011 07:07 AM, fakessh wrote: >>> hello admin This is strange and dark: it receives more than one hundred updates and deposits are still not updated a

Re: [CentOS] this is strange and dark

2011-09-25 Thread Lee Perez
Nicolas Thierry-Mieg wrote: > Johnny Hughes wrote: > >> On 09/25/2011 07:07 AM, fakessh wrote: >> >>> hello admin >>> >>> This is strange and dark: it receives more than one hundred updates and >>> deposits are still not updated >>> >>> are welcome ... >>> >> I am not sure what this

Re: [CentOS] Sort logfiles on common lines?

2011-09-25 Thread John R. Dennison
On Sun, Sep 25, 2011 at 10:21:11PM +0300, Dotan Cohen wrote: > > Thanks! I is more up to date than I thought! > > [root@gastricsleeve html]# cat /etc/redhat-release > CentOS release 5.5 (Final) Actually you are 2 full point releases behind; current is 5.7. I would strongly suggest you update.

Re: [CentOS] Sort logfiles on common lines?

2011-09-25 Thread John R Pierce
On 09/25/11 12:18 PM, Dotan Cohen wrote: > On Sun, Sep 25, 2011 at 22:06, John R Pierce wrote: >>> Is there a way to get the most common (unique) lines of the file? >> sort -k 3 | uniq -f 2 >> >> >> which will sort starting at field 3, and then print lines that are >> unique, skipping the first 2

Re: [CentOS] SSH in and my terminal keystrokes are weird.......

2011-09-25 Thread Jorge Fábregas
On 09/25/2011 02:05 PM, Todd wrote: > I upgraded to OS X 10.7 on my laptop and when I try to ssh into my servers > and do edits it seems my backspace is now weird This is something you need to fix on the terminal emulator you're using. Apparently the backspace code your terminal is sending now is

Re: [CentOS] Sort logfiles on common lines?

2011-09-25 Thread Dotan Cohen
On Sun, Sep 25, 2011 at 22:10, Frank Cox wrote: >> Is there a way to get the most common (unique) lines of the file? > > If you want what I think you want, a combination of cut and sort will do it. > Neither seem to have the "most common line" ability built in. I might have to resort to either Pe

Re: [CentOS] Sort logfiles on common lines?

2011-09-25 Thread Dotan Cohen
On Sun, Sep 25, 2011 at 22:06, John R Pierce wrote: >> Is there a way to get the most common (unique) lines of the file? > > sort -k 3 | uniq -f 2 > > > which will sort starting at field 3, and then print lines that are > unique, skipping the first 2 fields, where fields by default are blank > sep

Re: [CentOS] Sort logfiles on common lines?

2011-09-25 Thread Frank Cox
On Sun, 25 Sep 2011 21:51:51 +0300 Dotan Cohen wrote: > Is there a way to get the most common (unique) lines of the file? If you want what I think you want, a combination of cut and sort will do it. >By the way, I'm not sure if this is RHEL or CentOS, or which version: > I assume that it is one

Re: [CentOS] Sort logfiles on common lines?

2011-09-25 Thread John R Pierce
On 09/25/11 11:51 AM, Dotan Cohen wrote: > ... > 110925 13:09:43 [ERROR] /usr/libexec/mysqld: Incorrect key file for > table './ox_data_summary_ad_hourly.MYI'; try to repair it > [root@ log]# wc -l mysqld.log > 20686 mysqld.log > [root@ log]# cat mysqld.log | grep ERROR | wc -l > 20332 > [root@ log

[CentOS] Sort logfiles on common lines?

2011-09-25 Thread Dotan Cohen
I have a huge mysql.log file full of errors. I'd like to sort it by the most common line, and work from there. I did go through the manpage for sort, and googled a bit, but I found nothing relevant. Here is an example of the output: [root@ log]# tail mysqld.log 110925 11:05:35 [ERROR] /usr/libexec

[CentOS] SSH in and my terminal keystrokes are weird.......

2011-09-25 Thread Todd
Hi All, I upgraded to OS X 10.7 on my laptop and when I try to ssh into my servers and do edits it seems my backspace is now weird. When I backspace it skips all around, inserts what looks to be special characters, etc. If I save and go back in the file edited right, but due to all the inserted ga

Re: [CentOS] disk partitioning: 6.0 install to harddrive using liveCD

2011-09-25 Thread Scot P. Floess
Tom, Not sure if you are interested, but I use KOAN/Cobbler alot. Its maybe more involved than what you request here (meaning to setup Cobbler), but I believe once you get through all the setup you'll be happy :) Cobbler will even go so far as to generate an ISO that has all your system def

[CentOS] CentOS-announce Digest, Vol 79, Issue 8

2011-09-25 Thread centos-announce-request
Send CentOS-announce mailing list submissions to centos-annou...@centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-requ..

Re: [CentOS] this is strange and dark

2011-09-25 Thread Nicolas Thierry-Mieg
Johnny Hughes wrote: > On 09/25/2011 07:07 AM, fakessh wrote: >> hello admin >> >> This is strange and dark: it receives more than one hundred updates and >> deposits are still not updated >> >> are welcome ... > > I am not sure what this means ... anyone? no sorry, I'm out of LSD __

Re: [CentOS] I can't connect to /dev/ttyS0

2011-09-25 Thread Keith Roberts
On Sun, 25 Sep 2011, Michel Donais wrote: > To: CentOS mailing list > From: Michel Donais > Subject: Re: [CentOS] I can't connect to /dev/ttyS0 > >> You first need to double-check that /dev/ttyS0 is actually >> the correct serial COM port you have the modem connected to. >> >> Please look under

Re: [CentOS] Ekiga - camera

2011-09-25 Thread Fabian Arrotin
On 09/21/2011 07:55 PM, Johan Vermeulen wrote: > > Known bug/issue upstream and not yet fixed .. the workaround described in the comments worked for me : https://bugzilla.redhat.com/show_bug.cgi?id=666256 Fabian Arrotin ___ CentOS mailing list CentOS

Re: [CentOS] I can't connect to /dev/ttyS0

2011-09-25 Thread Michel Donais
> You first need to double-check that /dev/ttyS0 is actually > the correct serial COM port you have the modem connected to. > > Please look under System->Hardware and then click the > 16550A-compatible COM port in the LH pane. > > Then in the RH pane click on 'Advanced', and find the > serial.

Re: [CentOS] this is strange and dark

2011-09-25 Thread Marko Vojinovic
On Sun, Sep 25, 2011 at 2:35 PM, Johnny Hughes wrote: > On 09/25/2011 07:07 AM, fakessh wrote: >> hello admin >> >> This is strange and dark: it receives more than one hundred updates and >> deposits are still not updated >> >> are welcome ... > > I am not sure what this means ... anyone? Maybe s

Re: [CentOS] this is strange and dark

2011-09-25 Thread Johnny Hughes
On 09/25/2011 07:07 AM, fakessh wrote: > hello admin > > This is strange and dark: it receives more than one hundred updates and > deposits are still not updated > > are welcome ... I am not sure what this means ... anyone? signature.asc Description: OpenPGP digital signature __

[CentOS] ssh reverse DNS failure

2011-09-25 Thread Timothy Murphy
I use dyndns's (free) service to access a remote machine with a dynamic IP address. The machine is running under CentOS-6.0. I can ssh into the address given me by dyndns (*.homelinux.com), but when I do this I get the warning "reverse mapping checking getaddrinfo for" * "failed - POSSIBLE BREA

[CentOS] this is strange and dark

2011-09-25 Thread fakessh
hello admin This is strange and dark: it receives more than one hundred updates and deposits are still not updated are welcome ... -- http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x092164A7 gpg --keyserver pgp.mit.edu --recv-key 092164A7 http://urlshort.eu fakessh @ pgpTOZ9K6FiC9.pgp

Re: [CentOS] Broadcom Wifi Problem

2011-09-25 Thread Mark Weaver
On 9/6/2011 10:06 AM, Michael D. Berger wrote: > On Tue, 06 Sep 2011 02:28:03 -0700, James A. Peltier wrote: > >> I didn't read the whole thread but you should make sure you blacklist >> the b43, bcm43xx and ssb drivers >> >> vi /etc/modprobe.d/broadcom-wl.conf >> >> blacklist b43 >> blacklist bcm4

Re: [CentOS] I can't connect to /dev/ttyS0

2011-09-25 Thread Keith Roberts
On Sat, 24 Sep 2011, Michel Donais wrote: > To: CentOS mailing list > From: Michel Donais > Subject: [CentOS] I can't connect to /dev/ttyS0 > > The computer is an HP Proliant DC7600S. > O/S: Centos 5.7 > > I try to connect minicom or Hylafax to /dev/ttyS0 and I can't reach the > modem. > > Can

Re: [CentOS] kickstart: gfx vs. txt mode

2011-09-25 Thread Jure Pečar
On Sat, 24 Sep 2011 13:50:24 +0800 Emmanuel Noobadmin wrote: > On 9/24/11, Eric Sisolak wrote: > > This is usually caused by not having enough RAM. I think for el5 you > > need either 512 or 768MB and for el6 it is more like 1GB (IIRC). > > Should be 768MB for EL6 based on my recent EL6 VM ins

Re: [CentOS] missing package openmotif in i386

2011-09-25 Thread Ned Slider
On 25/09/11 10:16, Christian Athon wrote: > I can only find openmotif22 in centos 5 i386. x86_64 has a openmotif. A > mistake I assume? > > Christian. Yes, it's a known issue: http://bugs.centos.org/view.php?id=5101 Until the devs get around to fixing this, you can copy the missing i386 packag

[CentOS] missing package openmotif in i386

2011-09-25 Thread Christian Athon
I can only find openmotif22 in centos 5 i386. x86_64 has a openmotif. A mistake I assume? Christian. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos