Re: [CentOS] Wow! Double wow!

2014-10-30 Thread Cliff Pratt
On Thu, Oct 30, 2014 at 9:21 PM, John R Pierce wrote: > On 10/30/2014 1:07 AM, Cliff Pratt wrote: > >> I used to work with IBM mainframes back when the dinosaurs were >> hatchlings. >> At one place I worked the machine was powered off on Friday at 5pm and >> powere

Re: [CentOS] Wow! Double wow!

2014-10-30 Thread Cliff Pratt
I used to work with IBM mainframes back when the dinosaurs were hatchlings. At one place I worked the machine was powered off on Friday at 5pm and powered up at 7am on Monday! Can you imagine that these days? We soon went to 24x7, but the reason was not because the users wanted it. It was because

Re: [CentOS] Wow! Double wow!

2014-10-30 Thread Cliff Pratt
rs - and that means patching and if that means some downtime, then the users in general would not be put out, if their expectations had not been raised to expect no downtime. Cheers, Cliff On Thu, Oct 30, 2014 at 12:40 PM, Valeri Galtsev wrote: > > On Wed, October 29, 2014 6:32 pm, Cliff Pr

Re: [CentOS] Wow! Double wow!

2014-10-29 Thread Cliff Pratt
On Thu, Oct 30, 2014 at 10:12 AM, Valeri Galtsev wrote: > > On Wed, October 29, 2014 4:02 pm, Beartooth wrote: > > On Wed, 29 Oct 2014 11:44:42 -0500, Valeri Galtsev wrote: > > > >> ... Basically, if one thinks he knows > >> more than system vendor, he is just schizophrenic. And we, normal > >> p

Re: [CentOS] rsync question: building list taking forever

2014-10-21 Thread Cliff Pratt
On Mon, Oct 20, 2014 at 3:05 PM, Tim Dunphy wrote: > > > > > Don't forget that the time taken to build the file list is a function > of > > > the number of files present, and not their size. If you have many > > millions > > > of small files, it will indeed take a very long time. Over sshfs with

Re: [CentOS] rsync question: building list taking forever

2014-10-19 Thread Cliff Pratt
On Mon, Oct 20, 2014 at 7:57 AM, Steve Thompson wrote: > On Sun, 19 Oct 2014, Keith Keller wrote: > > I suspect that sshfs's relatively poor performance is having an impact >> on your transfer. I have a 30TB filesystem which I rsync over an >> OpenVPN link, and building the file list doesn't ta

Re: [CentOS] Recommended way of handling iptables firewall in CentOS?

2014-10-13 Thread Cliff Pratt
Bare bones is fine, but you miss out on the tools which may make your life easier. As an example you can configure a DB (PostgreSQL, mySQL, whatever) using the command, but it is frequently more time-cost effective to use a tool. Things like SSH used to be optional at one time. Now it is in every

Re: [CentOS] CentOS 7 docs, tutorials, etc...

2014-10-09 Thread Cliff Pratt
On Fri, Oct 10, 2014 at 4:18 AM, Valeri Galtsev wrote: > > On Thu, October 9, 2014 10:08 am, Igal @ getRailo.org wrote: > > On 10/9/2014 12:22 AM, Mihamina Rakotomandimby wrote: > >> On 10/08/2014 07:50 PM, Valeri Galtsev wrote: > >>> Again, this is just $0.02 worth of my own opinion, definitely

Re: [CentOS] Systemd Adding Its Own Console To Linux Systems

2014-10-09 Thread Cliff Pratt
On Thu, Oct 9, 2014 at 7:25 AM, Les Mikesell wrote: > On Wed, Oct 8, 2014 at 1:11 PM, Marcelo Ricardo Leitner > wrote: > > >>> > >>> > https://plus.google.com/u/0/+LennartPoetteringTheOneAndOnly/posts/J2TZrTvu7vd > >> > >> > > No, do you dig a new foundation for your house every 10 years? Tra

Re: [CentOS] Apache wakes-up inactive Exim

2014-09-28 Thread Cliff Pratt
On Mon, Sep 29, 2014 at 2:05 PM, Always Learning wrote: > > On Mon, 2014-09-29 at 00:03 +0400, Александр Кириллов wrote: > > > You don't really need an active smtp daemon to send email or deliver it > > locally. > > $ cat /etc/php.ini | grep sendmail > > "Package(s) sendmail available, but not in

Re: [CentOS] xfce on CentOS 7: can't lock screen

2014-09-28 Thread Cliff Pratt
CDE? Shudder!! In spite of the way that modern desktops have turned out I can't imagine anyone using CDE these days. I used to use and loath it on HP/UX back when the Internet was a puppy. Cheers, Cliff On Sun, Sep 28, 2014 at 4:50 PM, Frank Cox wrote: > On Sat, 27 Sep 2014 20:43:20 -0600 > De

Re: [CentOS] Apache wakes-up inactive Exim

2014-09-28 Thread Cliff Pratt
The daemon only handles incoming mail, or in other words waits for incoming connections from other mail servers. Outgoing mail is sent on demand, or in other words a connection is made to a mail server or relay as and when required. Cheers, Cliff On Mon, Sep 29, 2014 at 8:01 AM, Always Learning

Re: [CentOS] Critical update for bash released today.

2014-09-26 Thread Cliff Pratt
On Fri, Sep 26, 2014 at 6:28 PM, James Hogarth wrote: > On 26 Sep 2014 05:46, "Cliff Pratt" wrote: > > > > Take the case of an Apache Bash CGI. This will have been loaded when > Apache > > started, so Apache will have to be restarted to get the new one. Ther

Re: [CentOS] RPM install/upgrade problem

2014-09-26 Thread Cliff Pratt
It may be that you have a bad bash RPM from somewhere. I believe that the cpio command works directly on the package so you could try with cpio on the command line to see if it will open the RPM. I suspect that it won't be able to. Cheers, Cliff On Thu, Sep 25, 2014 at 6:52 PM, Tony Molloy wrot

Re: [CentOS] firefox: annoyance

2014-09-26 Thread Cliff Pratt
On Sat, Sep 27, 2014 at 11:02 AM, Keith Keller < kkel...@wombat.san-francisco.ca.us> wrote: > On 2014-09-26, Valeri Galtsev wrote: > > On Fri, September 26, 2014 5:13 pm, John R Pierce wrote: > >> > >> linux apache web servers with the bash exploit are getting owned en > >> masse today. my (p

Re: [CentOS] Critical update for bash released today.

2014-09-25 Thread Cliff Pratt
e executed through them, so I'd say that the best way to be sure is to reboot. Cheers, Cliff On Fri, Sep 26, 2014 at 4:43 PM, Cliff Pratt wrote: > Take the case of an Apache Bash CGI. This will have been loaded when > Apache started, so Apache will have to be restarted to get the ne

Re: [CentOS] Critical update for bash released today.

2014-09-25 Thread Cliff Pratt
Take the case of an Apache Bash CGI. This will have been loaded when Apache started, so Apache will have to be restarted to get the new one. There may be other similar cases. So the best thing is to reboot. Cheers, Cliff On Fri, Sep 26, 2014 at 2:39 AM, John Doe wrote: > If I understood correc

Re: [CentOS] CentOS SSH Session Logging

2014-08-14 Thread Cliff Pratt
Fair enough I withdraw my comment as irrelevant. Cheers, Cliff On Fri, Aug 15, 2014 at 1:11 PM, Matt wrote: > > That's not a fix. A fix is finding out where the logs are being written, > > not installing another package. Though, having said that, I realise that > I > > am assuming that the mi

Re: [CentOS] CentOS SSH Session Logging

2014-08-14 Thread Cliff Pratt
That's not a fix. A fix is finding out where the logs are being written, not installing another package. Though, having said that, I realise that I am assuming that the minimal install contains *some* logging package, and that may possibly be incorrect. Cheers, Cliff On Fri, Aug 15, 2014 at 12:

Re: [CentOS] don't use centos 7 as a developer workstation

2014-08-03 Thread Cliff Pratt
On Sun, Aug 3, 2014 at 11:43 PM, Farkas Levente wrote: > On 08/03/2014 01:27 PM, Reindl Harald wrote: > > > > > > Am 03.08.2014 um 13:19 schrieb Farkas Levente: > >> May be it's not clear to everyone.. so this's just a quick notice > >> to everyone. Don't use CentOS 7 as a developer workstation s

Re: [CentOS] Convert "bare partition" to RAID1 / mdadm?

2014-07-28 Thread Cliff Pratt
t a > > > "daily" backup more often then about 2x per week. > > > > What about: > > 1. Setup inotify (no idea how it would behave with your millions of > files) > > > > 2. One big rsync > > 3. Bring it down and copy the few modified

Re: [CentOS] Convert "bare partition" to RAID1 / mdadm?

2014-07-28 Thread Cliff Pratt
rsync breaks silently or sometimes noisily on big directory/file structures. It depends on how the OP's files are distributed. We organised our files in a client/year/month/day and run a number of rsyncs on separate parts of the hierarchy. Older stuff doesn't need to be rsynced but gets backed up e

Re: [CentOS] Analyzing the MBR

2014-06-06 Thread Cliff Pratt
I believe that the whole of the first track on a disk used to be "reserved" or rather used to contain the MBR only (and anything else needed by the boot loader) and the first filesystem on disk used to start at track 1. Of course, with the larger disks this got more complicated. Cheers, Cliff O

Re: [CentOS] find with exclude directory

2014-05-12 Thread Cliff Pratt
Why not copy the directory elsewhere, then delete the rest and move it back? You'd take a copy of it anyway, if it is important, right? Cheers, Cliff On Mon, May 12, 2014 at 4:44 AM, Tim Dunphy wrote: > Thanks. But what if I want to turn that statement into one that will delete > everything i

Re: [CentOS] Disappearing Network Manager config scripts

2014-05-04 Thread Cliff Pratt
That file is 'sourced' by other network scripts so doesn't have to be executable, but the contents set environment variables for other scripts. Or so I believe. No doubt someone will correct me if I am wrong. 8-) Cheers, Cliff On Mon, May 5, 2014 at 11:27 AM, Matthew Miller wrote: > On Sun, M

Re: [CentOS] trouble installing Math::BigInt module

2014-04-01 Thread Cliff Pratt
ting the > base install? > > > On Tuesday, April 1, 2014 at 4:40 PM, Cliff Pratt wrote: > > > Another approach used by people who want to use CPAN a lot, is to > download > > and install Perl from source to say /usr/local, and point CPAN at that. > > That way you

Re: [CentOS] trouble installing Math::BigInt module

2014-04-01 Thread Cliff Pratt
Another approach used by people who want to use CPAN a lot, is to download and install Perl from source to say /usr/local, and point CPAN at that. That way you get the benefits of the latest Perl and CPAN without it fighting with yum/rpm. Your hashbang line in each Perl script that uses the altern

Re: [CentOS] has anybody gotten horde working?

2014-03-25 Thread Cliff Pratt
On Wed, Mar 26, 2014 at 12:45 AM, Ned Slider wrote: > On 25/03/14 04:05, Les Mikesell wrote: > > On Mon, Mar 24, 2014 at 6:38 PM, Johnny Hughes > wrote: > > Has anybody gotten this working? > > By the way, this is CentOS 6.5. > >>> If you are starting from scratch building a

Re: [CentOS] RHEL/CentOS 7 Dual boot with CentOS 5.x/6.x - default boot quick solution/howto

2014-03-22 Thread Cliff Pratt
On Sun, Mar 23, 2014 at 1:39 PM, Nux! wrote: > On 22.03.2014 17:46, Ljubomir Ljubojevic wrote: > > I have RHEL 7 Beta installed in dual boot with CentOS 6.x. Since RHEL > > 7 > > installed GRUB2, I had problem that RHEL 7 is default boot. > > > > > > My personal solution was to go to /etc/grub.d

Re: [CentOS] Does anyone use tcp wrappers (hosts.allow/hosts.deny) anymore?

2014-03-22 Thread Cliff Pratt
On Sun, Mar 23, 2014 at 2:02 AM, Always Learning wrote: > > > On Sat, Mar 22, 2014 at 2:05 PM, Always Learning > wrote: > > > > > Nothing is easier and simpler than > > > > > > [any-section] > > > parameter1=value1 > > > parameter2=

Re: [CentOS] Does anyone use tcp wrappers (hosts.allow/hosts.deny) anymore?

2014-03-21 Thread Cliff Pratt
configuration files > > > > suddenly *desperately* need to be xml? > > On Fri, Mar 21, 2014 at 10:36 AM, Always Learning wrote: > > > > Because misguided fools believe XML is wundervol and they don't want > > > simplicity of use. > > On Sat, 2014-03-22

Re: [CentOS] Does anyone use tcp wrappers (hosts.allow/hosts.deny) anymore?

2014-03-21 Thread Cliff Pratt
On Fri, Mar 21, 2014 at 10:36 AM, Always Learning wrote: > > On Thu, 2014-03-20 at 17:18 -0400, m.r...@5-cent.us wrote: > > > On the other hand, what justifiable reason was there for the massively > > increased complexity of grub2? And why do all configuration files > suddenly > > *desperately* ne

Re: [CentOS] weird apache issue

2014-03-07 Thread Cliff Pratt
Does the same issue arise if the restart is split into a stop and start? My thinking is that the stop IS working, but is taking longer than the script expects, so the stop step fails when the program checks the PID to see if it has shutdown properly. Then when the start happens the Apache has not c

Re: [CentOS] gnutls bug

2014-03-05 Thread Cliff Pratt
I have some sympathy for Michael. There are organisations which are so paranoid that they will not allow updates between eg 6.4 and 6.5, either because they insist on rigorous (ie lengthy and time consuming) regression testing of applications or because a third party package vendor specifies a part

Re: [CentOS] CLAMAV problem: Error message "outdated version" although "yum list installed" reports correct version

2014-02-19 Thread Cliff Pratt
I should read right to the bottom, shouldn't I? Sigh! On Thu, Feb 20, 2014 at 7:54 PM, Cliff Pratt wrote: > No. 0.98-2 is a patched version of 0.98. A patched version of 0.98.1 would > be eg 0.98.1-3. > > Cheers, > > Cliff > > > On Thu, Feb 20, 2014 at 4:53

Re: [CentOS] CLAMAV problem: Error message "outdated version" although "yum list installed" reports correct version

2014-02-19 Thread Cliff Pratt
No. 0.98-2 is a patched version of 0.98. A patched version of 0.98.1 would be eg 0.98.1-3. Cheers, Cliff On Thu, Feb 20, 2014 at 4:53 PM, Jobst Schmalenbach wrote: > On Wed, Feb 19, 2014 at 09:20:05PM -0600, Johnny Hughes (joh...@centos.org) > wrote: > > On 02/19/2014 08:29 PM, Jobst Schmalenb

Re: [CentOS] iso burn

2014-02-08 Thread Cliff Pratt
unny. Mea culpa. Cheers, Cliff On Sat, Feb 8, 2014 at 6:12 PM, Darr247 wrote: > On 07 February 2014 @06:45 zulu, Cliff Pratt wrote: > > Darr247, that is verging on the bizarre! Why on earth... The only reason > I > > can think of doing that is "because it was there". &

Re: [CentOS] iso burn

2014-02-06 Thread Cliff Pratt
Darr247, that is verging on the bizarre! Why on earth... The only reason I can think of doing that is "because it was there". Cheers, Cliff On Fri, Feb 7, 2014 at 1:37 PM, Darr247 wrote: > Well that didn't take as long as I thought it would... > HashCalc does run fine in WINE, too. :) > > __

Re: [CentOS] iso burn

2014-02-06 Thread Cliff Pratt
Yep, it works OK for me, but it may not work for the guy down the road. I don't have an issue with that. But for most people it just works fine. Cheers, Cliff On Thu, Feb 6, 2014 at 10:44 PM, Lalatendu Mohanty wrote: > On 02/06/2014 03:08 PM, Cliff Pratt wrote: > > Rejy, for th

Re: [CentOS] iso burn

2014-02-06 Thread Cliff Pratt
Rejy, for the record, I've downloaded many ISOs and other large files using my browser (Chrome) for many years. While years ago it was problematic to use the browser to download large files, it seems to me that that is not so these days. Of course if you have a very slow or bad connection, it may n

Re: [CentOS] netcdf

2014-01-30 Thread Cliff Pratt
On Fri, Jan 31, 2014 at 6:00 AM, wrote: > dip patel wrote: > > i had used all the resources as below > > and when i had all the untar in a directories and then ./configure the > > netcdf file so it fives x lib developer is missing and some x11 library > is > > also missing etc so please help me..

Re: [CentOS] default gw route has gone? SOLVED

2014-01-16 Thread Cliff Pratt
It will probably be the same elsewhere, because they are CHEAP. I've used a few NZ Telco supplied routers over the years and a couple of cheap bought ones. All had some issue or the other. Nowadays I put up with or workaround any issues. Cheers, Cliff On Thu, Jan 16, 2014 at 9:00 PM, Rob Kampen

Re: [CentOS] Can we trust RedHAt encryption tools?

2014-01-09 Thread Cliff Pratt
Thanks! I got similar suggestions when I mentioned this at work. I was of course joking about rot13. Cheers, Cliff On Fri, Jan 10, 2014 at 12:41 PM, John R Pierce wrote: > On 1/9/2014 3:33 PM, Cliff Pratt wrote: > > I was shocked and horrified to find out that RHEL (and presumab

Re: [CentOS] Can we trust RedHAt encryption tools?

2014-01-09 Thread Cliff Pratt
I was shocked and horrified to find out that RHEL (and presumably CentOS) and Ubuntu no longer implement the 'rot13' program. Cheers, Cliff On Fri, Jan 10, 2014 at 11:32 AM, Robert Moskowitz wrote: > > On 01/09/2014 05:15 PM, Les Mikesell wrote: > > On Thu, Jan 9, 2014 at 3:55 PM, John R Pierc

Re: [CentOS] Why does 'mysql' user has /bin/bash shell?

2014-01-09 Thread Cliff Pratt
Can you not set up a test system and try it out? Or, if this is your only system, could you not back it up, and test your suggestions out? The mysql "shell" is for viewing data in your databases and manipulating the data in required. You can also add tables and things like that. It is a powerful t

Re: [CentOS] ZFS on Linux testing effort

2014-01-06 Thread Cliff Pratt
Grub only needs to know about the filesystems that it uses to boot the system. Mounting of the other file systems including /var is the responsibility of the system that has been booted. I suspect that you have something else wrong if you can't boot with /var/ on ZFS. I may be wrong, but I don't t

Re: [CentOS] CentOS & eclipse

2013-12-26 Thread Cliff Pratt
Probably not 4.3. Maybe 4.0 or 4.1. It is still going to be behind the latest release. Cheers, Cliff On Fri, Dec 27, 2013 at 8:48 AM, Steve wrote: > > John R Pierce wrote: > > On 12/26/2013 10:50 AM, Steve wrote: > > > My understanding was that CentOS was generally about a year > out-of

Re: [CentOS] Log rolling with a daemon

2013-12-21 Thread Cliff Pratt
John's suggestion is still pertinent. You'll need a SIGHUP handler in your script. Logrotate could send the SIGHUP in a postrotate 'script'. Cheers, Cliff On Sun, Dec 22, 2013 at 3:15 PM, Larry Martell wrote: > On Sat, Dec 21, 2013 at 8:52 PM, John R Pierce > wrote: > > On 12/21/2013 4:56 PM,

Re: [CentOS] CentOS, linux and kernel version

2013-12-19 Thread Cliff Pratt
Ah, right. I was assuming (maybe erroneously) that the OP knew what was on his/her system. 8-) Cheers, Cliff On Fri, Dec 20, 2013 at 2:05 AM, SilverTip257 wrote: > On Thu, Dec 19, 2013 at 4:38 AM, Cliff Pratt >wrote: > > > 3.9.3 is the kernel number. All Linux distribution

Re: [CentOS] CentOS, linux and kernel version

2013-12-19 Thread Cliff Pratt
3.9.3 is the kernel number. All Linux distributions use the Linux kernel, so Debian version X and CentOS version Y may use the same kernel as may Ubuntu version Z. There may be a list of CentOS versions and kernel numbers somewhere, but I can't see that it would be of great interest. My Ubuntu 13.

Re: [CentOS] Story of an email

2013-11-29 Thread Cliff Pratt
On Sat, Nov 30, 2013 at 2:33 PM, Timothy Murphy wrote: > Mike Burger wrote: > > I'm running postfix + dovecot on my CentOS server, > together with amavisd, clamd and spamassassin, > following the instructions in > . > As far as I can

Re: [CentOS] Machine check events

2013-11-28 Thread Cliff Pratt
He's not running the Poisson distro, he's using CentOS! 8-) On Fri, Nov 29, 2013 at 11:57 AM, Devin Reade wrote: > Quoting Glenn Eychaner : > > > This is brand-new Kingston 1600MHz ECC memory on a workstation/server > > running at high altitude [snip] > > Cosmic rays? Do you have a Poisson dis

Re: [CentOS] Filesystem labeling confusion or mess up

2013-11-27 Thread Cliff Pratt
never configured. > > I'm confused. > > Currently I reattached the targets and reformatted the devices. > > in dmesg I just see one sdb and one sdc. > > sda is the internal disk and no more disk devices show up e.g. with > fdisk -l. > > Any more suggestions o

Re: [CentOS] Filesystem labeling confusion or mess up

2013-11-26 Thread Cliff Pratt
Looks like you have more than one path to the devices. I would expect to see *4* devices. Cheers, Cliff On Wed, Nov 27, 2013 at 2:36 AM, Götz Reinicke - IT Koordinator < goetz.reini...@filmakademie.de> wrote: > Hi, > > I do have an iscsi storage with two raidsets. I'm logged in to the > target

Re: [CentOS] RAM Requirements

2013-11-22 Thread Cliff Pratt
unlikely.. not ...likely... Cheers, Cliff On Sat, Nov 23, 2013 at 6:51 PM, Cliff Pratt wrote: > Wow! RH9 was discontinued in 2004! It is likely that a machine from that > era has the ability to run CentOS 6.4 both in terms of resources and the > availability of drivers. &

Re: [CentOS] RAM Requirements

2013-11-22 Thread Cliff Pratt
Wow! RH9 was discontinued in 2004! It is likely that a machine from that era has the ability to run CentOS 6.4 both in terms of resources and the availability of drivers. Cheers, Cliff On Sat, Nov 23, 2013 at 6:35 PM, Mark LaPierre wrote: > Hey Y'all, > > Does anyone know where I can look, pl

Re: [CentOS] file managementttttttttttt

2013-11-18 Thread Cliff Pratt
On Tue, Nov 19, 2013 at 4:59 AM, wrote: > James B. Byrne wrote: > > On Sun, November 17, 2013 12:55, Michael Hennebry wrote: > >> > >> Last week, I installed CentOS 6 yet again. I took the default desktop: > gnome. > >> Whenever I open a directory, I get a new window. That gets rather > annoying,

Re: [CentOS] Network Problem on New Install of 6.4

2013-10-26 Thread Cliff Pratt
Are there any messages in the logs? In particular 'dmesg' messages. (I don't have a CentOS system right here so I can't see which log is appropriate.) Is there a DHCP server on the network? A little more detail on your situation would be handy. Is this a home network with ADSL or similar? Cheers,

Re: [CentOS] Difficulty building custom Install CD

2013-09-14 Thread Cliff Pratt
Then get disk 1 of the CentOS distribution and copy it from there.. Cheers, Cliff On Sun, Sep 15, 2013 at 2:31 PM, Rajagopal Swaminathan < raju.rajs...@gmail.com> wrote: > Greetings, > > On Sat, Sep 14, 2013 at 5:37 PM, zGreenfelder > wrote: > > On Sat, Sep 14, 2013 at 12:16 AM, Rajagopal Swa

Re: [CentOS] ghostscript-8.70-14.el5_8.1.x86_64 & hylafax+ 5.5.3

2013-08-05 Thread Cliff Pratt
Greg, I haven't sent a fax in ages, so my suggestion would be to take a step back and see if you still need to use fax. You may still have a need for it, but I'm just suggesting that you think about it! Cheers, Cliff On Tue, Aug 6, 2013 at 10:19 AM, Gregory P. Ennis wrote: > On 08/05/2013 12:

Re: [CentOS] unprivileged users rebooting at console

2013-05-05 Thread Cliff Pratt
On Mon, May 6, 2013 at 8:31 AM, Scott Robbins wrote: > On Mon, May 06, 2013 at 08:20:31AM +1200, Cliff Pratt wrote: > > Please try not to top post. > > Sorry, I blame GMail, which hides the previous quoted posts under an ellipsis.

Re: [CentOS] unprivileged users rebooting at console

2013-05-05 Thread Cliff Pratt
How are you rebooting? What groups are you in? From the command line? When I try this on Ubuntu (don't have a RHEL/CentOS here) I get "Have to be root" if I issue the /sbin/reboot command as an ordinary user. Cheers, Cliff On Sun, May 5, 2013 at 10:38 PM, Joseph Spenner wrote: > I'm curious wh

Re: [CentOS] Cents OS from Bash Shell

2013-04-25 Thread Cliff Pratt
re point 3, do you have 'telnetd' installed. You should probably use ssh unless you have a good reason not to. On Fri, Apr 26, 2013 at 12:04 AM, Adekoya Adekunle < adekunleadek...@gmail.com> wrote: > I want to know the right command to type from a bash shell so that i can >1) Check the versi

Re: [CentOS] [centos-6.3-desktop] Unable to login

2013-04-23 Thread Cliff Pratt
You should not have removed the i686 packages. The packaging system ensures that there are no conflicts. I suggest that you reinstall them. It may be that there is no need of them, but second-guessing the packaging system is never a good idea, unless you know *exactly* what you are doing. Cheers,

Re: [CentOS] Supermicro & Boot Failures with DVD Centos 6.2

2013-04-19 Thread Cliff Pratt
On Sat, Apr 20, 2013 at 6:56 AM, Gregory P. Ennis wrote: > >> Gregory P. Ennis wrote: > >>> Eve.8ryone, > >>> > >>> I have had a SuperMicro machine running Centos 5.8 that had been > >>> progressively updated with yum-cron from a 5.0 CD install. > >>> > >>> I upgraded the SuperMicro with more mem

Re: [CentOS] iptables settings for X11 forwarding in CentOS 6.2

2013-03-29 Thread Cliff Pratt
On Sat, Mar 30, 2013 at 12:54 PM, SilverTip257 wrote: > On Fri, Mar 29, 2013 at 1:09 PM, zGreenfelder >wrote: > > > On Fri, Mar 29, 2013 at 12:37 PM, Pat Haley wrote: > > > > > > Hi, > > > > > > Actually we're talking about both SSH and XDMCP X11 forwarding. > > > Both seem to be currently disab

Re: [CentOS] nscd

2013-03-25 Thread Cliff Pratt
On Tue, Mar 26, 2013 at 12:06 PM, Gary Greene wrote: > On Tuesday, Cliff Pratt wrote: >> On Tue, Mar 26, 2013 at 6:26 AM, wrote: >>> Has anyone had problems accessing random websites since going up to 6.4? >>> >>> Since about the day after I got

Re: [CentOS] nscd

2013-03-25 Thread Cliff Pratt
On Tue, Mar 26, 2013 at 6:26 AM, wrote: > Has anyone had problems accessing random websites since going up to 6.4? > > Since about the day after I got partly upgraded, if I try to access > nytimes.com, or orbitz.com, I get server not found. > > With a lot of work, I, my manager, and the other adm

Re: [CentOS] Ctrl-Alt-F? bindings broken under xen 3.0.3-142.el5_9.1 / 2.6.18-348.1.1.el5xen?

2013-03-21 Thread Cliff Pratt
The graphics chip is probably relevant. FWIW I can't Ctrl-Alt-Fn to any Virtual Console (I just get a black screen, no login prompt). I have a nVidia graphics chip. There are many reports on the Internet of trouble with VC and nVidia and some other graphics chips. Cheers, Cliff On Fri, Mar 22, 2

Re: [CentOS] Using LAMP stacks

2013-03-14 Thread Cliff Pratt
On Fri, Mar 15, 2013 at 6:53 AM, Bruce Whealton wrote: >> >>Your server has probably got all the components of a LAMP stack on it. >>If it hasn't it is a simple matter of installing them using yum. You would > learn a lot by doing it that way. yum will put stuff in the correct > locations. > >>If

Re: [CentOS] Using LAMP stacks

2013-03-13 Thread Cliff Pratt
On Thu, Mar 14, 2013 at 1:42 PM, Bruce Whealton wrote: > Hello all, > I thought some of the LAMP stacks at Bitnami would be great for > getting it all setup in Centos. Making sure everything is in the right > place and referenced correctly. I'm curious, though, as Centos comes with > Apa

Re: [CentOS] LDAP users/groups not showing up with nis, pam, & ldap

2013-02-20 Thread Cliff Pratt
Or just stopping it. On Thu, Feb 21, 2013 at 2:56 PM, Cliff Pratt wrote: > Do you have nscd running? If so, try stopping and starting that. > > Cheers, > > Cliff > > On Thu, Feb 21, 2013 at 12:50 PM, Wes Modes wrote: >> I am trying to configure NIS, PAM, & L

Re: [CentOS] LDAP users/groups not showing up with nis, pam, & ldap

2013-02-20 Thread Cliff Pratt
Do you have nscd running? If so, try stopping and starting that. Cheers, Cliff On Thu, Feb 21, 2013 at 12:50 PM, Wes Modes wrote: > I am trying to configure NIS, PAM, & LDAP on a CentOS 6.2 host. I've > previously installed a similar configuration on RHEL4, but CentOS now > uses nss-pam-ldapd

Re: [CentOS] The moving of VNC port from 580n to 590n

2013-02-03 Thread Cliff Pratt
On Mon, Feb 4, 2013 at 10:20 AM, Robert Moskowitz wrote: > On my 'older' systems that include Centos 5.5 and Fedora 12, vncserver > is running on ports 580n where n is defined by userid in the > /etc/sysconfig/vncserver > > I just spent a bit of time getting it working on my new Centos 6.3 > serve

Re: [CentOS] crontab and gedit

2013-01-24 Thread Cliff Pratt
On Fri, Jan 25, 2013 at 4:34 AM, wrote: > > What, you're forgetting, was it LA or SF, that just had that happen very > publicly, when that admin left and didn't want to tell the admins the > passwords, a couple of years ago? > > No. A manager should *always* have the written passwords, somewhere,

Re: [CentOS] crontab and gedit

2013-01-23 Thread Cliff Pratt
On Thu, Jan 24, 2013 at 7:52 AM, Robert Moskowitz wrote: > > On 01/23/2013 01:39 PM, m.r...@5-cent.us wrote: >> Robert Moskowitz wrote: >>> On 01/23/2013 06:23 AM, Adekoya Adekunle wrote: How can I open crontab with gedit any any other editor ? i want to edit my cron jobs with other

Re: [CentOS] cronjob not running

2013-01-22 Thread Cliff Pratt
Kunle, cron does not have the same environment as the user logged in as root. Specifically, it doesn't have the same 'PATH'. So the safest thing to do, when you refer to an executable such as 'curl' is provide the full path to the executable. If you run 'which curl' at the command prompt it will s

Re: [CentOS] /tmp directory

2012-12-11 Thread Cliff Pratt
On Tue, Dec 11, 2012 at 9:57 PM, Leon Fauster wrote: > Am 10.12.2012 um 18:01 schrieb Rudi Ahlers: >> On Mon, Dec 10, 2012 at 6:58 PM, wrote: > > i would suggest another point of view - what should use tmp? > Users, Admins speak humans or scripts, apps speak machines? > It's for whatever you lik

Re: [CentOS] Installing Java 7 on a system with Java 6

2012-11-08 Thread Cliff Pratt
You can install version 7 alongside version 6, but you will most likely have to get the package directly from the Java site. Cheers, Cliff On Fri, Nov 9, 2012 at 2:30 PM, John J. Boyer wrote: > My system is 5.6, with upgrades. I installed Java 6 from the Centos > repository. It doesn't seem to

Re: [CentOS] Sending Email Via Telnet

2012-10-16 Thread Cliff Pratt
On Wed, Oct 17, 2012 at 8:40 AM, Blake Hudson wrote: > > Alexander Dalloz wrote the following on 10/16/2012 1:41 PM: >> Am 16.10.2012 20:13, schrieb Les Mikesell: > ]# netstat -pant|grep ":25"|grep LISTEN > tcp0 0 209.216.9.56:25 0.0.0.0:* >

Re: [CentOS] Simple routing question

2012-09-04 Thread Cliff Pratt
On Wed, Sep 5, 2012 at 9:00 AM, James B. Byrne wrote: > > On Tue, September 4, 2012 16:51, Les Mikesell wrote: >> >> That should happen directly without C's involvement if the netmask is >> 255.255.0.0 on A and B's eth1 interfaces. > > It is not. The netmask on those interfaces is 255.255.255.0.

Re: [CentOS] Using two subnets to change network configuration

2012-07-25 Thread Cliff Pratt
On Thu, Jul 26, 2012 at 12:52 PM, Harold Pritchett wrote: > Problem: My network uses the 192.168.1.0/24 network. Since is the most > common network in all of the world it begins presenting problems when I want > to set up vpns, or try to do other routing. > > The solution: Change the network fr

Re: [CentOS] Oracle tries to capture CentOS users

2012-07-23 Thread Cliff Pratt
On Tue, Jul 24, 2012 at 11:47 AM, Timothy Murphy wrote: > Fernando Cassia wrote: > >> I don' t think that would happen anytime soon. AFAIK if you check >> distrowatch Oracle Linux ranks #50 and CentOS ranks #8. >> >> Also, I read somewhere that ORCL has 8,000 paid custmers to their >> Linux subscr

Re: [CentOS] wins option in nsswitch.conf not working

2012-06-03 Thread Cliff Pratt
On Mon, Jun 4, 2012 at 5:50 AM, Peter Peltonen wrote: > I am trying to get BackupPC working with automount as documented in > this CentOS HowTo: > http://wiki.centos.org/HowTos/BackupPC > > I think my CentOS6 box's NetBIOS name resolving is not working > correctly as when I try to access the mount

Re: [CentOS] hack / spam/ probe /attack

2012-05-03 Thread Cliff Pratt
On Fri, May 4, 2012 at 6:14 AM, wrote: > bob wrote: >> On 5/3/2012 1:59 PM, m.r...@5-cent.us wrote: >>> Tim Evans wrote: On 05/03/2012 01:43 PM, bob wrote: > so last night all my servers were severely probed and they tried to > So I sent them the info and said it must be a hacked ser

Re: [CentOS] build postfix rpm with mysql

2012-03-24 Thread Cliff Pratt
On Sun, Mar 25, 2012 at 3:32 PM, Tim Dunphy wrote: > hello list, > >  I'm trying to build a postfix rpm that has mysql support included. > I've found the line where I need to define mysql support but it seems > that I am being tripped up by some build dependencies: > >  [root@beta SPECS]# rpmbuild

Re: [CentOS] testing a udp socket with netcat

2012-03-15 Thread Cliff Pratt
On Thu, Mar 15, 2012 at 3:56 AM, Arif Hossain wrote: > On Wed, 2012-03-14 at 14:11 +, Giles Coochey wrote: >> --ms00020507030501060609 >> Content-Type: text/plain; charset=ISO-8859-1; format=flowed >> Content-Transfer-Encoding: quoted-printable >> >> On 14/03/2012 13:59, Arif H

Re: [CentOS] Virtual Machine Manager error

2012-01-18 Thread Cliff Pratt
On Wed, Jan 18, 2012 at 9:17 PM, Rajagopal Swaminathan wrote: >> >> Install libvirt and run the libvirtd service. > . > > Complete! > [root@centos Desktop]# service libvert status > libvert: unrecognized service > He said libvirtd not libvirt. Cheers, Cliff __

Re: [CentOS] what percent of time are there unpatched exploits against default config?

2011-12-31 Thread Cliff Pratt
On Sun, Jan 1, 2012 at 11:45 AM, Timothy Murphy wrote: > Les Mikesell wrote: > >> Someone cracked my gmail password and sent what seemed like an oddly >> small amount of spam from it. > > gmail and hotmail must be very easy to crack, > or is there some check apart from the password? > >> That does

Re: [CentOS] what percent of time are there unpatched exploits against default config?

2011-12-29 Thread Cliff Pratt
On Fri, Dec 30, 2011 at 4:00 AM, wrote: > 夜神 岩男 wrote: >> On 12/29/2011 10:21 PM, Marko Vojinovic wrote: >>> On Thursday 29 December 2011 13:07:56 Reindl Harald wrote: Am 29.12.2011 12:56, schrieb Leonard den Ottolander: > On Thu, 2011-12-29 at 12:29 +0100, Reindl Harald wrote:

Re: [CentOS] Group permission problems

2011-12-13 Thread Cliff Pratt
On Tue, Dec 13, 2011 at 11:50 PM, Michael Velez wrote: > > Hello all, I'm having an issue with group permissions which I really find > hard to understand why. I have created a group called smbusers which I am a > part of by doing the following: # groupadd smbusers# usermod -G smbusers > michael

Re: [CentOS] UC /etc/cron.d

2011-12-08 Thread Cliff Pratt
On Fri, Dec 9, 2011 at 1:03 PM, Reindl Harald wrote: > > > Am 09.12.2011 00:53, schrieb Cliff Pratt: >> On Fri, Dec 9, 2011 at 10:07 AM, Reindl Harald >> wrote: >>> >>> >>> Am 08.12.2011 22:04, schrieb Les Mikesell: >>>> On Thu, Dec 8,

Re: [CentOS] UC /etc/cron.d

2011-12-08 Thread Cliff Pratt
On Fri, Dec 9, 2011 at 9:25 AM, Reindl Harald wrote: > > > Am 08.12.2011 21:08, schrieb Cliff Pratt: >> It's a good idea NOT to put stuff in /etc/crontab and NOT to change >> the existing members of /etc/cron.d. It is a good idea NOT to change >> root's cron

Re: [CentOS] UC /etc/cron.d

2011-12-08 Thread Cliff Pratt
On Fri, Dec 9, 2011 at 10:07 AM, Reindl Harald wrote: > > > Am 08.12.2011 22:04, schrieb Les Mikesell: >> On Thu, Dec 8, 2011 at 2:25 PM, Reindl Harald wrote: >>> >>> Am 08.12.2011 21:08, schrieb Cliff Pratt: >>>> It's a good idea NOT to pu

Re: [CentOS] UC /etc/cron.d

2011-12-08 Thread Cliff Pratt
Of Fajar Priyanto > Sent: 08 December 2011 08:31 > To: CentOS mailing list > Subject: Re: [CentOS] /etc/cron.d > > On Thu, Dec 8, 2011 at 4:27 PM, Cliff Pratt > wrote: >> You can put a crontab file in there. Just don't alter any of the >> others. Crond automatical

Re: [CentOS] /etc/cron.d

2011-12-08 Thread Cliff Pratt
On Thu, Dec 8, 2011 at 9:30 PM, Fajar Priyanto wrote: > On Thu, Dec 8, 2011 at 4:27 PM, Cliff Pratt wrote: >> You can put a crontab file in there. Just don't alter any of the >> others. Crond automatically runs everything in /etc/cron.d, in >> /etc/crontab, and in us

Re: [CentOS] /etc/cron.d

2011-12-08 Thread Cliff Pratt
You can put a crontab file in there. Just don't alter any of the others. Crond automatically runs everything in /etc/cron.d, in /etc/crontab, and in user crontabs. Cheers, Cliff On Thu, Dec 8, 2011 at 8:23 PM, Fajar Priyanto wrote: > Hi all, > Who takes care of cronjob in /etc/cron.d ? > Should

Re: [CentOS] C6: ssh X-forwarding does not work

2011-10-29 Thread Cliff Pratt
On Sat, Oct 29, 2011 at 8:58 PM, John Hodrien wrote: > On Sat, 29 Oct 2011, Les Mikesell wrote: > >> Do some of the checkbox installs omit it?   I just ran into this on a >> system where I chose the 'web server' install, then wanted to run >> gparted remotely. > > Yes, it's definitely possible to

Re: [CentOS] CentOS 6.0 i386 DVD

2011-10-17 Thread Cliff Pratt
On Mon, Oct 17, 2011 at 11:47 PM, William L. Maltby wrote: > > Frustration does funny things to logic. > Ha! Nice one. Cheers, Cliff ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] add on sata card relabeling drives, installation

2011-10-01 Thread Cliff Pratt
On Sun, Oct 2, 2011 at 5:24 AM, Lamar Owen wrote: > On Saturday, October 01, 2011 12:56:46 AM Cliff Pratt wrote: >> prompt> tune2fs /dev/sdb1 -U c491d94e-7004-4b08-9993-4c9a7a25b6b1 > > As the saying goes, try typing that fast ten times and see how many > times the U

  1   2   >