Re: [CentOS] yum yum or not?

2012-04-27 Thread Ljubomir Ljubojevic
On 04/27/2012 04:49 PM, Shaun wrote: > On 27/04/2012 14:56, Markku Kolkka wrote: >> So the real problem is that you don't understand the directionality of >> dependencies. > > Almost certainly :) > >> "yum install packagename" installs packagename + anything >> that packagename requires. "yum remov

Re: [CentOS] iptables drop on virtual host

2012-04-27 Thread Bob Hoffman
On 4/27/2012 5:05 PM, Bob Hoffman wrote: > dropping IPs by host machine, protecting the vms. > would something like this work > > -A PREROUTING -s 66.77.65.128/26 -j DROP > > > or would my server die upon testing it...lol > ___ > okay, after about 400 ate

Re: [CentOS] iptables drop on virtual host

2012-04-27 Thread Bob Hoffman
On 4/27/2012 9:36 AM, Bob Hoffman wrote: > Does this work? > > adding DROP to iptables on the virtual host's iptables, before the phys > bridgewill it prevent those ips from getting to the bridged part of > iptables? Or would a different syntax be used? > > > -A INPUT -s 66.77.65.128/26 -j DROP

[CentOS] imagemagick convert/display eps file no decode delegate

2012-04-27 Thread Tony Schreiner
I am finding on all my CentOS 5.8 systems (all fully updated but a variety of package mixes) that the display or convert commands from ImageMagick are unable to handle eps files. I get error output as follows, curious if anyone else sees this $ convert rna.eps rna.epi convert rna.eps rna.epi E

[CentOS] Virt-manager requires stdin to run?

2012-04-27 Thread Jason Pyeron
Anyone have any ideas on this? $ ssh root@x.y.z.a virt-manager & $ Warning: untrusted X11 forwarding setup failed: xauth key data not generated Warning: No xauth data; using fake authentication data for X11 forwarding. [2]+ Stopped ssh root@x.y.z.a virt-manager $ bg [2]+ ssh r

Re: [CentOS] OT Open Cobol

2012-04-27 Thread Jason Pyeron
> -Original Message- > From: Jesus del Valle > Sent: Friday, April 27, 2012 13:29 > Subject: Re: [CentOS] OT Open Cobol > > Just in case, it also compiles in CentOS 5.8; ncurses-libs is > missing in yum there though. Maybe it is not needed at all. Please do not top post. Thanks for check

Re: [CentOS] Help with software raid + LVM on Centos 6

2012-04-27 Thread aurfalien
On Apr 27, 2012, at 10:58 AM, Bob Hoffman wrote: > On 4/27/2012 10:52 AM, aurfalien wrote: >> Hi all, >> >> Please excuse the many posts. >> >> Wondering if any one can help me with the the setup. >> >> I have 2x2TBdisks. >> I would like to mirror them. >> I would like to create two LVMs so tha

Re: [CentOS] NTLMv2 compatibility in Samba 3.0.33 standard packages

2012-04-27 Thread Paul Griffith
On 04/24/2012 07:01 PM, Andrew Reis wrote: > > > Good afternoon/morning/evening everyone, > > I've been running into > the problem of clients using Windows 7 with CentOS 5.X and file/printer > sharing. Correct me if I'm wrong, but the stand samba-3.0.33-x.x.x > packages DO NOT provide compatibility

Re: [CentOS] OT Open Cobol

2012-04-27 Thread Jesus del Valle
Just in case, it also compiles in CentOS 5.8; ncurses-libs is missing in yum there though. Maybe it is not needed at all. On Fri, Apr 27, 2012 at 7:13 PM, Jason Pyeron wrote: > >> -Original Message- >> From: Chris Geldenhuis >> Sent: Friday, April 27, 2012 13:02 >> To: centos@centos.org >

Re: [CentOS] yum yum or not?

2012-04-27 Thread James B. Byrne
On Fri, April 27, 2012 04:15, Shaun wrote: > Well this is it. I've used both 'remove' and 'history undo' and had > better success (system not having something important removed) with > the latter. I have only this suspicion. It may be that yum history undo only rolls back the changes actually ma

Re: [CentOS] OT Open Cobol

2012-04-27 Thread Devin Reade
--On Friday, April 27, 2012 12:54:33 PM -0400 Adam Tauno Williams wrote: > At least COBOL had a relatively simple and reliable way to produce CRUD > screens; which just about every other environment *still* lacks - at > least the Open Source onces. Oh well. The Seam guys have put work into thi

Re: [CentOS] OT Open Cobol

2012-04-27 Thread Jason Pyeron
> -Original Message- > From: Chris Geldenhuis > Sent: Friday, April 27, 2012 13:02 > To: centos@centos.org > Subject: Re: [CentOS] OT Open Cobol > > On 04/27/2012 06:09 PM, Jesus del Valle wrote: > > Hi Chris, > > > > In CentOS 6.2: > > > > yum install gmp gmp-devel libtool ncurses ncurse

Re: [CentOS] OT Open Cobol

2012-04-27 Thread Chris Geldenhuis
On 04/27/2012 06:09 PM, Jesus del Valle wrote: > Hi Chris, > > In CentOS 6.2: > > yum install gmp gmp-devel libtool ncurses ncurses-devel ncurses-libs > > yum install libdbi libdbi-devel libtool-ltdl libtool-ltdl-devel db4 db4-devel > > (I think I had all but db4-devel pre-installed, not sure now)

Re: [CentOS] OT Open Cobol

2012-04-27 Thread Adam Tauno Williams
On Fri, 2012-04-27 at 16:53 +0200, Chris Geldenhuis wrote: > Has anyone on this list had any success with installing and using Open > Cobol on RH or CentOS? > Any pointers would be very welcome. I played with it once years ago; it seemed to work Ok. Sadly, COBOL is not COBOL and ISAM is not ISA

Re: [CentOS] OT Open Cobol

2012-04-27 Thread Jesus del Valle
Hi Chris, In CentOS 6.2: yum install gmp gmp-devel libtool ncurses ncurses-devel ncurses-libs yum install libdbi libdbi-devel libtool-ltdl libtool-ltdl-devel db4 db4-devel (I think I had all but db4-devel pre-installed, not sure now) cd /opt wget http://www.sim-basis.de/open-cobol-1.1.tar.gz

Re: [CentOS] OT Open Cobol

2012-04-27 Thread m . roth
Please don't top post. Singer X.J. Wang wrote: > On Fri, Apr 27, 2012 at 11:04, wrote: >> Chris Geldenhuis wrote: >> > >> > Has anyone on this list had any success with installing and using Open >> > Cobol on RH or CentOS? >> > >> > Any pointers would be very welcome. >> > >> > I have Googled and

Re: [CentOS] OT Open Cobol

2012-04-27 Thread Singer X.J. Wang
Yes, lets move millions of lines of tested business code to Perl... and what testing? we don't need to test it. S On Fri, Apr 27, 2012 at 11:04, wrote: > Chris Geldenhuis wrote: > > > > Has anyone on this list had any success with installing and using Open > > Cobol on RH or CentOS? > > > > An

Re: [CentOS] Centos 6 - Create raid 1 + LVM during gui install

2012-04-27 Thread aurfalien
On Apr 27, 2012, at 10:51 AM, Bob Hoffman wrote: > On 4/27/2012 10:35 AM, aurfalien wrote: >> Hi all, >> >> Does any one know of a how to for creating raid 1 + LVMs during install for >> Centos 6? >> >> Do I create the physical LVM first and then raid or vise versa? >> >> Its seems diff then d

Re: [CentOS] OT Open Cobol

2012-04-27 Thread m . roth
Chris Geldenhuis wrote: > > Has anyone on this list had any success with installing and using Open > Cobol on RH or CentOS? > > Any pointers would be very welcome. > > I have Googled and am working with Vince on the Open Cobol mailing list > to try to resolve installation problems. *sigh* ObAdmis

Re: [CentOS] yum yum or not?

2012-04-27 Thread m . roth
Johnny Hughes wrote: > On 04/27/2012 09:03 AM, m.r...@5-cent.us wrote: >> Markku Kolkka wrote: >>> For example, let's have three packages A, B, and C where B requires A >>> and C requires B: A<-B<-C >>> "yum install C" will install all three packages. "yum remove C" would >>> remove only C. "yum r

Re: [CentOS] Help with software raid + LVM on Centos 6

2012-04-27 Thread Bob Hoffman
On 4/27/2012 10:52 AM, aurfalien wrote: > Hi all, > > Please excuse the many posts. > > Wondering if any one can help me with the the setup. > > I have 2x2TBdisks. > I would like to mirror them. > I would like to create two LVMs so that I can snap shot from one to the other. > > During Centos 6 ins

[CentOS] Help with software raid + LVM on Centos 6

2012-04-27 Thread aurfalien
Hi all, Please excuse the many posts. Wondering if any one can help me with the the setup. I have 2x2TBdisks. I would like to mirror them. I would like to create two LVMs so that I can snap shot from one to the other. During Centos 6 install, how would I go about this as its confusing? So far

[CentOS] OT Open Cobol

2012-04-27 Thread Chris Geldenhuis
Hi, Has anyone on this list had any success with installing and using Open Cobol on RH or CentOS? Any pointers would be very welcome. I have Googled and am working with Vince on the Open Cobol mailing list to try to resolve installation problems. ChrisG ___

Re: [CentOS] Centos 6 - Create raid 1 + LVM during gui install

2012-04-27 Thread Bob Hoffman
On 4/27/2012 10:35 AM, aurfalien wrote: > Hi all, > > Does any one know of a how to for creating raid 1 + LVMs during install for > Centos 6? > > Do I create the physical LVM first and then raid or vise versa? > > Its seems diff then doing it for Centos 5. > > - aurf > The way I did it was one dr

Re: [CentOS] yum yum or not?

2012-04-27 Thread Shaun
On 27/04/2012 14:56, Markku Kolkka wrote: > So the real problem is that you don't understand the directionality of > dependencies. Almost certainly :) > "yum install packagename" installs packagename + anything > that packagename requires. "yum remove packagename" removes packagename > + anything

[CentOS] Centos 6 - Create raid 1 + LVM during gui install

2012-04-27 Thread aurfalien
Hi all, Does any one know of a how to for creating raid 1 + LVMs during install for Centos 6? Do I create the physical LVM first and then raid or vise versa? Its seems diff then doing it for Centos 5. - aurf ___ CentOS mailing list CentOS@centos.org

Re: [CentOS] yum yum or not?

2012-04-27 Thread Johnny Hughes
On 04/27/2012 09:03 AM, m.r...@5-cent.us wrote: > Markku Kolkka wrote: >> 27.4.2012 16:26, Shaun kirjoitti: >>> But then the reason why I didn't pay as much attention in the first >>> place is because I *assumed that only that removed-pacakage and >>> dependencies brought in by it at the install-ti

[CentOS] More on the ATA sense error

2012-04-27 Thread m . roth
AFAIK, no one's responded to me about whether I should just turn off smartd. At any rate, here's more info: this server only started spitting Apr 25 07:47:50 kernel: sda: Current [descriptor]: sense key: Recovered Err ror Apr 25 07:47:50 kernel: Add. Sense: ATA pass through information avail

Re: [CentOS] yum yum or not?

2012-04-27 Thread m . roth
Markku Kolkka wrote: > 27.4.2012 16:26, Shaun kirjoitti: >> >> But then the reason why I didn't pay as much attention in the first >> place is because I *assumed that only that removed-pacakage and >> dependencies brought in by it at the install-time would be removed via a >> yum remove. > > So the

Re: [CentOS] yum yum or not?

2012-04-27 Thread Markku Kolkka
27.4.2012 16:26, Shaun kirjoitti: > > But then the reason why I didn't pay as much attention in the first > place is because I *assumed that only that removed-pacakage and > dependencies brought in by it at the install-time would be removed via a > yum remove. So the real problem is that you don't

Re: [CentOS] yum yum or not?

2012-04-27 Thread Johnny Hughes
On 04/27/2012 08:26 AM, Shaun wrote: > On 27/04/2012 14:05, Les Mikesell wrote: >> What did you expect: >> >> Removing for dependencies: >>NetworkManager-gnome >> >> meant before you confirmed the yum action? >> > Well if that was what was presented to me as an action then I obviously > need t

[CentOS] iptables drop on virtual host

2012-04-27 Thread Bob Hoffman
Does this work? adding DROP to iptables on the virtual host's iptables, before the phys bridgewill it prevent those ips from getting to the bridged part of iptables? Or would a different syntax be used? -A INPUT -s 66.77.65.128/26 -j DROP -I FORWARD -m physdev --physdev-is-bridged -j ACCEP

Re: [CentOS] yum yum or not?

2012-04-27 Thread Shaun
On 27/04/2012 14:05, Les Mikesell wrote: > What did you expect: > > Removing for dependencies: >NetworkManager-gnome > > meant before you confirmed the yum action? > Well if that was what was presented to me as an action then I obviously need to be more vigilant! :) In fact I had similar

Re: [CentOS] fail2ban logrotate failure

2012-04-27 Thread Bob Hoffman
On 4/27/2012 8:41 AM, Maxim Shpakov wrote: > https://github.com/fail2ban/fail2ban/issues/44 > > I played with the gamin, but will give it one more try with just adding the log file to the logrotate.d/syslog file instead of its own...and then wait til tomorrow for the full logrotate (since I canno

Re: [CentOS] yum yum or not?

2012-04-27 Thread Les Mikesell
On Fri, Apr 27, 2012 at 7:44 AM, Shaun wrote: > On 27/04/2012 12:24, Jason Pyeron wrote: >> Are you saying that you had the applet in the gnome panel prior to installing >> the network manager rpm and then when you removed the network manager rpm >> (via >> yum) it yanked the applet too? If so wh

Re: [CentOS] yum yum or not?

2012-04-27 Thread Shaun
On 27/04/2012 12:24, Jason Pyeron wrote: > Are you saying that you had the applet in the gnome panel prior to installing > the network manager rpm and then when you removed the network manager rpm (via > yum) it yanked the applet too? If so which version of Centos and which version > of network man

Re: [CentOS] fail2ban logrotate failure

2012-04-27 Thread Maxim Shpakov
https://github.com/fail2ban/fail2ban/issues/44 2012/4/27 Bob Hoffman : > I got the fail2ban from epel. > There were a number of issues relating to using a log file... > logwatch was looking for both fail2ban and fail2ban.log > logrotate file fail2ban added looked for fail2ban.log and then reset >

[CentOS] fail2ban logrotate failure

2012-04-27 Thread Bob Hoffman
I got the fail2ban from epel. There were a number of issues relating to using a log file... logwatch was looking for both fail2ban and fail2ban.log logrotate file fail2ban added looked for fail2ban.log and then reset itself to syslog fail2ban itself went to syslog, over riding its fail2ban.log. t

[CentOS] Libreoffice.org "official" RPMs in yum friendly format

2012-04-27 Thread Nux!
I thought I "spammed" here as well last night when I sent to the SL list, but appears not. Sorry for the noise. Anyway, for those of you interested to run the RPMs from the libreoffice.org tarball instead of the stock packages, I put them all in a repo. More on this here http://www.nux.ro/arch

Re: [CentOS] yum yum or not?

2012-04-27 Thread Jason Pyeron
> -Original Message- > From: Shaun > Sent: Friday, April 27, 2012 4:15 > > On 26/04/2012 22:08, Ljubomir Ljubojevic wrote: > (snip) > > yum history list > > yum history info > > > > and > > yum history undo > > yum history redo, > > ... > > ... > > > > > Well this is it. I've used bot

Re: [CentOS] High load

2012-04-27 Thread Shaun
On 25/04/2012 07:09, Kaushal Shriyan wrote: > Hi > > Is there a way to nail down the issue of high load on a server basically > trying to understand the reason behind high load at a specific time period. > I use top command but it does not have history. > > Nagios reports saying "*[04-25-2012 10:

Re: [CentOS] High load averages copying USB

2012-04-27 Thread Shaun
On 27/04/2012 02:18, Lists wrote: > Problem isn't so much actual "speed" but causing network monitors to > freak out due to "high" load average > when performing backups. I can make exceptions for servers doing > backups, but then I don't get notifications when > the load is legitimately high. I

Re: [CentOS] UC UC OT: Rewrite part of a message with rsyslog

2012-04-27 Thread C. L. Martinez
Thanks Rushton. But I am not asking about how to use awk. Awk can not be used inside rsyslog configuration, afaik. On Fri, Apr 27, 2012 at 1:05 PM, Rushton Martin wrote: > You need to set up the AWK script as part of a pipeline: > > ... | awk '{ print $1, $2, $3, $4, substr($0, index( $0, ">"))

Re: [CentOS] UC UC OT: Rewrite part of a message with rsyslog

2012-04-27 Thread Rushton Martin
You need to set up the AWK script as part of a pipeline: ... | awk '{ print $1, $2, $3, $4, substr($0, index( $0, ">")) }' | ... By the way, if you are not familiar with AWK: 1) The outer brackets are curly brackets 2) The inner two sets are parenthesis 3) There should be

Re: [CentOS] UC OT: Rewrite part of a message with rsyslog

2012-04-27 Thread C. L. Martinez
Thanks Rushton, but where I put this sentence?? I need to do this action before rsyslog sends message to another syslog server ... On Fri, Apr 27, 2012 at 12:54 PM, Rushton Martin wrote: > Use AWK: > > { print $1, $2, $3, $4, substr($0, index( $0, ">") } > > Explanation: > AWK will split the lin

Re: [CentOS] UC OT: Rewrite part of a message with rsyslog

2012-04-27 Thread Rushton Martin
Use AWK: { print $1, $2, $3, $4, substr($0, index( $0, ">") } Explanation: AWK will split the line up on white space, so printing $1, $2, $3, $4 will give you "27April2012 10:33:44 172.1.2.2 data" single spaced. The substr expression will return the rest of the input line ($0) unchanged from th

[CentOS] OT: Rewrite part of a message with rsyslog

2012-04-27 Thread C. L. Martinez
Hi all, Sorry for the off-topic, but I have not found how to do this. I have installed a centos6 server to act as a syslog receiver. I need to rewrite all messages that comes from one server. For example a part of the message is: "27April2012 10:33:44 172.1.2.2 data >". Sometimes between 27April

Re: [CentOS] LibreOffice rpm's vs Centos testing repo

2012-04-27 Thread Nux!
On 27.04.2012 07:32, Johan Vermeulen wrote: > This time in the "normal" repo or also in testing? > Greetings, j. Johan, I don't think this repo will be related to the CentOS project, so it'll only live on my server. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro __

Re: [CentOS] yum yum or not?

2012-04-27 Thread Shaun
On 26/04/2012 22:08, Ljubomir Ljubojevic wrote: (snip) > yum history list > yum history info > > and > yum history undo > yum history redo, > ... > ... > Well this is it. I've used both 'remove' and 'history undo' and had better success (system not having something important removed) with the