Re: [CentOS] Printers, aka an old time sysadmin

2011-04-05 Thread Dr. Ed Morbius
. Ed Morbius, Chief Scientist /| Robot Wrangler / Staff Psychologist| When you seek unlimited power Krell Power Systems Unlimited| Go to Krell! ___ CentOS mailing list CentOS@centos.org http

Re: [CentOS] Remote-logging nginx? (or other non-syslog-enabled stuff)

2011-03-25 Thread Dr. Ed Morbius
helpful post, thanks again. On Thu, Mar 24, 2011 at 11:23 PM, Dr. Ed Morbius dredmorb...@gmail.com wrote: I'm looking for suggestions as to a good general method of remote-logging services such as nginx or anything else which doesn't support syslog natively. I'm aware that there's

Re: [CentOS] Remote-logging nginx? (or other non-syslog-enabled stuff)

2011-03-25 Thread Dr. Ed Morbius
on 09:08 Fri 25 Mar, Lamar Owen (lo...@pari.edu) wrote: On Thursday, March 24, 2011 06:52:24 pm Dr. Ed Morbius wrote: Right, and the general solution also generalizes to other tools. Postgresql (which we aren't using currently) also has its own log handler (a small frustration of mine

Re: [CentOS] Remote-logging nginx? (or other non-syslog-enabled stuff)

2011-03-25 Thread Dr. Ed Morbius
periodically (though that should also be minimized). 4. I used and using opensource version of syslog-ng and no have problems with load. Syslog-ng is very perfect tool for loads. ... -- Dr. Ed Morbius, Chief Scientist /| Robot Wrangler / Staff Psychologist| When you seek

Re: [CentOS] Remote-logging nginx? (or other non-syslog-enabled stuff)

2011-03-25 Thread Dr. Ed Morbius
on 15:28 Fri 25 Mar, Les Mikesell (lesmikes...@gmail.com) wrote: On 3/25/2011 2:53 PM, Dr. Ed Morbius wrote: My concern with buffering / blocking output has more to do with some critical service saying wups, no more serving until I can flush my log buffers than it does losing a few lines

Re: [CentOS] Kernel Panic on HP/Compaq ProLiant G7

2011-03-25 Thread Dr. Ed Morbius
on 13:18 Fri 25 Mar, Mogens Kjaer (m...@lemo.dk) wrote: On 03/24/2011 10:05 PM, Dr. Ed Morbius wrote: You can create a timestamp cron job. Just a */10 * * * * root Logger --- TIMESTAMP --- syslogd already has this buildin. It's normally disabled by the -m 0 in /etc/sysconfig

Re: [CentOS] Default permissions for creating a new user

2011-03-25 Thread Dr. Ed Morbius
directory? man adduser - FILES - /etc/login.defs At login, umask is set by the shell initialization. Check ~/.bashrc, ~/.bash_profile, /etc/bashrc, and /etc/profile, for the usual suspects. -- Dr. Ed Morbius, Chief Scientist /| Robot Wrangler / Staff Psychologist| When you

[CentOS] Remote-logging nginx? (or other non-syslog-enabled stuff)

2011-03-24 Thread Dr. Ed Morbius
, possibly. I'm RTFMing on that. Thanks in advance. -- Dr. Ed Morbius, Chief Scientist /| Robot Wrangler / Staff Psychologist| When you seek unlimited power Krell Power Systems Unlimited| Go to Krell

Re: [CentOS] Kernel Panic on HP/Compaq ProLiant G7

2011-03-24 Thread Dr. Ed Morbius
if that fixes the crashes, with no change. Ugh. Broadcom's gotten better but I prefer Intel NICs. Can't speak to the others. And OK, you've updated BIOS. -- Dr. Ed Morbius, Chief Scientist /| Robot Wrangler / Staff Psychologist| When you seek unlimited power Krell Power

Re: [CentOS] Remote-logging nginx? (or other non-syslog-enabled stuff)

2011-03-24 Thread Dr. Ed Morbius
on 16:35 Thu 24 Mar, Lamar Owen (lo...@pari.edu) wrote: On Thursday, March 24, 2011 04:23:38 pm Dr. Ed Morbius wrote: I'm looking for suggestions as to a good general method of remote-logging services such as nginx or anything else which doesn't support syslog natively. logger I'm

Re: [CentOS] Kernel Panic on HP/Compaq ProLiant G7

2011-03-24 Thread Dr. Ed Morbius
on 16:56 Thu 24 Mar, Windsor Dave L. (AdP/TEF7) (dave.wind...@us.bosch.com) wrote: On 3/24/2011 4:38 PM, Dr. Ed Morbius wrote: Dave: on 16:03 Thu 24 Mar, Windsor Dave L. (AdP/TEF7.1) (dave.wind...@us.bosch.com) wrote: Hello Everyone, Code: 00 00 00 00 00 00 00 00 70 4d 4f 9d 00 81

Re: [CentOS] Remote-logging nginx? (or other non-syslog-enabled stuff)

2011-03-24 Thread Dr. Ed Morbius
on 17:14 Thu 24 Mar, Lamar Owen (lo...@pari.edu) wrote: On Thursday, March 24, 2011 04:44:00 pm Dr. Ed Morbius wrote: on 16:35 Thu 24 Mar, Lamar Owen (lo...@pari.edu) wrote: On Thursday, March 24, 2011 04:23:38 pm Dr. Ed Morbius wrote: I'm looking for suggestions as to a good general

Re: [CentOS] Remote-logging nginx? (or other non-syslog-enabled stuff)

2011-03-24 Thread Dr. Ed Morbius
on 17:50 Thu 24 Mar, Lamar Owen (lo...@pari.edu) wrote: On Thursday, March 24, 2011 05:37:41 pm Dr. Ed Morbius wrote: on 17:14 Thu 24 Mar, Lamar Owen (lo...@pari.edu) wrote: Prior to PostgreSQL supporting syslog I used [logger] to pipe PostgreSQL output to syslog. Worked fine. I

Re: [CentOS] Install on Dell PowerEdge T310

2011-03-23 Thread Dr. Ed Morbius
myself. -- Dr. Ed Morbius, Chief Scientist /| Robot Wrangler / Staff Psychologist| When you seek unlimited power Krell Power Systems Unlimited| Go to Krell! ___ CentOS mailing list CentOS@centos.org

[CentOS] Safe/sane tempfile creation?

2011-03-18 Thread Dr. Ed Morbius
this appeal to the lazyweb. -- Dr. Ed Morbius, Chief Scientist /| Robot Wrangler / Staff Psychologist| When you seek unlimited power Krell Power Systems Unlimited| Go to Krell! ___ CentOS mailing list

Re: [CentOS] Safe/sane tempfile creation?

2011-03-18 Thread Dr. Ed Morbius
on 20:35 Fri 18 Mar, John R. Dennison (j...@gerdesas.com) wrote: On Fri, Mar 18, 2011 at 06:33:14PM -0700, Dr. Ed Morbius wrote: I'm used to Debian-based distros which have a tempfile(1) utility for safely and sanely creating temporary files. There isn't a comperable utility for RHEL

Re: [CentOS] Watching a directory

2011-03-16 Thread Dr. Ed Morbius
of the directory and what was added. Would anyone have thoughts? make -- Dr. Ed Morbius, Chief Scientist /| Robot Wrangler / Staff Psychologist| When you seek unlimited power Krell Power Systems Unlimited| Go to Krell

Re: [CentOS] wich filesystem to store 250E6 small files in same or hashed dire

2011-03-14 Thread Dr. Ed Morbius
, which would also test whether or not locking/contention on the directory entry itself is going to be a bottleneck (I suspect it may be). You might also find that GNU 'find's -depth argument is useful for deleting deep/large trees. -- Dr. Ed Morbius, Chief Scientist /| Robot

Re: [CentOS] Swap space for kvm virtual host

2011-03-14 Thread Dr. Ed Morbius
that becomes necessary. For this, you'll want to set the overcommit and swappiness kernel parameters. Amount of swap space is a secondary consideration. How much swap you /have/ and how much swap you're /doing/ are two different things. -- Dr. Ed Morbius, Chief Scientist /| Robot

Re: [CentOS] Can anyone help me understand Apache Errors?

2011-03-10 Thread Dr. Ed Morbius
-status-codes/ 406 indicates an unacceptable request. Bumping up your apache debug levels and watching the error log may help, as could snooping the traffic generating the request (packet/GET request). -- Dr. Ed Morbius, Chief Scientist /| Robot Wrangler / Staff Psychologist

[CentOS] Any reliable way to determine LVM snapshot creation time?

2011-03-10 Thread Dr. Ed Morbius
: lvm[2314]: Monitoring snapshot name lvm[2314]: No longer monitoring snapshot name ... which I think answers my own question. Posting here for Google's sake and/or discussion. -- Dr. Ed Morbius, Chief Scientist /| Robot Wrangler / Staff Psychologist| When you seek

Re: [CentOS] Server hangs on CentOS 5.5

2011-03-09 Thread Dr. Ed Morbius
on 10:05 Wed 09 Mar, Lamar Owen (lo...@pari.edu) wrote: On Tuesday, March 08, 2011 04:44:54 pm Dr. Ed Morbius wrote: I'd very strongly recommend you configure netconsole. Ok, now this is useful indeed. Thanks for the information, even though I'm not the OP While I suspected

Re: [CentOS] Server hangs on CentOS 5.5

2011-03-09 Thread Dr. Ed Morbius
on 07:06 Wed 09 Mar, Michael Eager (ea...@eagerm.com) wrote: Dr. Ed Morbius wrote: on 09:24 Tue 08 Mar, Michael Eager (ea...@eagerm.com) wrote: Hi -- I'm running a server which is usually stable, but every once in a while it hangs. The server is used as a file store using NFS and to run

Re: [CentOS] Server hangs on CentOS 5.5

2011-03-09 Thread Dr. Ed Morbius
business / organizational decision. -- Dr. Ed Morbius, Chief Scientist /| Robot Wrangler / Staff Psychologist| When you seek unlimited power Krell Power Systems Unlimited| Go to Krell! ___ CentOS mailing

Re: [CentOS] Server hangs on CentOS 5.5

2011-03-09 Thread Dr. Ed Morbius
there are others similarly configured), I'm leaning toward hardware or build-quality issues: bad RAM, other componentry, poor cable seating, etc. -- Dr. Ed Morbius, Chief Scientist /| Robot Wrangler / Staff Psychologist| When you seek unlimited power Krell Power Systems

Re: [CentOS] Server hangs on CentOS 5.5

2011-03-09 Thread Dr. Ed Morbius
whether there is an update. Most bios updates appear to only change supported CPUs. Something else for the next downtime. You haven't stated who's built this system, but many LOM / OMC systems will provide basic information such as this. dmidecode and lshw are also very helpful here. -- Dr. Ed

Re: [CentOS] [Newbie] Reclaiming /boot space

2011-03-09 Thread Dr. Ed Morbius
' should cover it. -- Dr. Ed Morbius, Chief Scientist /| Robot Wrangler / Staff Psychologist| When you seek unlimited power Krell Power Systems Unlimited| Go to Krell! ___ CentOS mailing list CentOS

Re: [CentOS] [Newbie] Reclaiming /boot space

2011-03-09 Thread Dr. Ed Morbius
$( for pkg in $( rpm -qa ); do rpm -ql $pkg | grep -q ^/boot echo $pkg done ) Incidentally, the list of packages works out to: filesystem-2.4.0-3.el5 grub-0.97-13.5 kernel-2.6.18-194.17.1.el5 redhat-logos-4.9.99-11.el5.centos -- Dr. Ed Morbius

Re: [CentOS] Server hangs on CentOS 5.5

2011-03-09 Thread Dr. Ed Morbius
on 14:31 Wed 09 Mar, Michael Eager (ea...@eagerm.com) wrote: Dr. Ed Morbius wrote: If the issue is repeated but rare system failures on one of a set of similarly configured hosts, I'd RMA the box and get a replacement. End of story. I'll repeat: this is a house-made system. There's

Re: [CentOS] [Newbie] Reclaiming /boot space

2011-03-09 Thread Dr. Ed Morbius
on 15:49 Wed 09 Mar, Keith Keller (kkel...@wombat.san-francisco.ca.us) wrote: On Wed, Mar 09, 2011 at 01:44:18PM -0800, Dr. Ed Morbius wrote: on 09:24 Wed 09 Mar, Simon Matter (simon.mat...@invoca.ch) wrote: Yes, only that reinstall doesn't exist in EL4 :) It doesn't? rpm

Re: [CentOS] Server hangs on CentOS 5.5

2011-03-08 Thread Dr. Ed Morbius
not already remote-logging all other activity, I'd do that as well. You might catch the start of the hang, if not all of it. -- Dr. Ed Morbius, Chief Scientist /| Robot Wrangler / Staff Psychologist| When you seek unlimited power Krell Power Systems Unlimited

Re: [CentOS] Server hangs on CentOS 5.5

2011-03-08 Thread Dr. Ed Morbius
will give you better resolution and visualization (particularly on CentOS) than sar (some distros now include sar graphing utilities, CentOS to the best of my recollection does not). -- Dr. Ed Morbius, Chief Scientist /| Robot Wrangler / Staff Psychologist| When you seek unlimited

[CentOS] Dell PERC H800 commandline RAID monitoring tools

2011-03-07 Thread Dr. Ed Morbius
which could be run as a Nagios plugin or cron job providing information on RAID status and/or possible disk errors. Probably both, actually. Thanks in advance. -- Dr. Ed Morbius, Chief Scientist /| Robot Wrangler / Staff Psychologist| When you seek unlimited power Krell

Re: [CentOS] Dell PERC H800 commandline RAID monitoring tools

2011-03-07 Thread Dr. Ed Morbius
on 22:57 Mon 07 Mar, Eero Volotinen (eero.voloti...@iki.fi) wrote: 2011/3/7 Dr. Ed Morbius dredmorb...@gmail.com: We're looking for tools to be used in monitoring the PERC H800 arrays on a set of database servers running CentOS 5.5. We've installed most of the OMSA (Dell monitoring) suite

Re: [CentOS] Dell PERC H800 commandline RAID monitoring tools

2011-03-07 Thread Dr. Ed Morbius
on 16:04 Mon 07 Mar, Blake Hudson (bl...@ispn.net) wrote: Original Message Subject: [CentOS] Dell PERC H800 commandline RAID monitoring tools From: Dr. Ed Morbius dredmorb...@gmail.com To: CentOS User list centos@centos.org Date: Monday, March 07, 2011 2:43:03 PM We're

Re: [CentOS] Dell PERC H800 commandline RAID monitoring tools

2011-03-07 Thread Dr. Ed Morbius
on 12:43 Mon 07 Mar, Dr. Ed Morbius (dredmorb...@gmail.com) wrote: We're looking for tools to be used in monitoring the PERC H800 arrays on a set of database servers running CentOS 5.5. Pardoning the self-reply, but one issue we've ahd is reconciling the omcontrol log report with the Dell

Re: [CentOS] Dell PERC H800 commandline RAID monitoring tools

2011-03-07 Thread Dr. Ed Morbius
on 23:15 Mon 07 Mar, Eero Volotinen (eero.voloti...@iki.fi) wrote: 2011/3/7 Dr. Ed Morbius dredmorb...@gmail.com: on 22:57 Mon 07 Mar, Eero Volotinen (eero.voloti...@iki.fi) wrote: 2011/3/7 Dr. Ed Morbius dredmorb...@gmail.com: We're looking for tools to be used in monitoring the PERC H800

Re: [CentOS] email to web posting software?

2011-03-07 Thread Dr. Ed Morbius
. https://posterous.com/ -- Dr. Ed Morbius, Chief Scientist /| Robot Wrangler / Staff Psychologist| When you seek unlimited power Krell Power Systems Unlimited| Go to Krell! ___ CentOS mailing list

Re: [CentOS] Updating hardware clock from cron

2011-03-05 Thread Dr. Ed Morbius
periodically compare system and hwclock time, and raise a flag to replace the CMOS battery when this starts to drift. Since other CMOS and BIOS settings can be lost, and about the only perceptible sign is a drifting hwclock, this is actually probably a pretty good practice. -- Dr. Ed Morbius, Chief

Re: [CentOS] Gnu Screen - terminal issues

2011-03-04 Thread Dr. Ed Morbius
on 08:15 Fri 04 Mar, Les Mikesell (lesmikes...@gmail.com) wrote: On 3/4/11 12:15 AM, Dr. Ed Morbius wrote: But why do you need screen, then? Terminal multiplexing, session persistance, scrollback/logging, split screen (top running in the top panel, shell underneath, etc.), workflow

Re: [CentOS] Gnu Screen - terminal issues

2011-03-04 Thread Dr. Ed Morbius
) is a very powerful tool for running multiple remote commands. Puppet, cfengine, and other tools may also be useful. Scales from low multiples through thousands and more of hosts. -- Dr. Ed Morbius, Chief Scientist /| Robot Wrangler / Staff Psychologist| When you seek unlimited

Re: [CentOS] virtualization on the desktop a myth, or a reality?

2011-03-03 Thread Dr. Ed Morbius
on 11:38 Thu 03 Mar, Always Learning (cen...@g7.u22.net) wrote: On Wed, 2011-03-02 at 19:18 -0800, Dr. Ed Morbius wrote: It far and away already has. Dual-booting is a bastard compromise which forces you to select between altnernative OSs, doesn't allow for simultaneous access

Re: [CentOS] virtualization on the desktop a myth, or a reality?

2011-03-03 Thread Dr. Ed Morbius
on 15:37 Thu 03 Mar, Lamar Owen (lo...@pari.edu) wrote: On Thursday, March 03, 2011 01:20:06 pm Dr. Ed Morbius wrote: Compare against CIFS/Samba shares or NFS exports bewteen booted host/guests. You get native filesystem support (under the host/guest as relevant), and mappings via CIFS

Re: [CentOS] Gnu Screen - terminal issues

2011-03-03 Thread Dr. Ed Morbius
/null 21 || export TERM=xterm 'tset -q' is another test which can be used. -- Dr. Ed Morbius, Chief Scientist /| Robot Wrangler / Staff Psychologist| When you seek unlimited power Krell Power Systems Unlimited| Go to Krell

Re: [CentOS] Gnu Screen - terminal issues

2011-03-03 Thread Dr. Ed Morbius
on 16:30 Thu 03 Mar, Les Mikesell (lesmikes...@gmail.com) wrote: On 3/3/2011 4:19 PM, Dr. Ed Morbius wrote: on 16:07 Thu 03 Mar, Les Mikesell (lesmikes...@gmail.com) wrote: On 3/3/2011 3:34 PM, Dr. Ed Morbius wrote: on 13:36 Thu 03 Mar, Sean Carolan (scaro...@gmail.com) wrote: I really

Re: [CentOS] Gnu Screen - terminal issues

2011-03-03 Thread Dr. Ed Morbius
on 16:50 Thu 03 Mar, Les Mikesell (lesmikes...@gmail.com) wrote: On 3/3/2011 4:36 PM, Dr. Ed Morbius wrote: Instead of running screen, can you run a desktop session under freenx on a server No xlibs on our servers. You need _a_ machine somewhere that can host a freenx session

Re: [CentOS] virtualization on the desktop a myth, or a reality?

2011-03-03 Thread Dr. Ed Morbius
on 16:44 Thu 03 Mar, Lamar Owen (lo...@pari.edu) wrote: On Thursday, March 03, 2011 04:24:14 pm Dr. Ed Morbius wrote: I think I addressed that reality. Part of it, yes. For some needs, you need to be on bare metal, though whether this is accomplished via multi-booting or multiple

Re: [CentOS] Gnu Screen - terminal issues

2011-03-03 Thread Dr. Ed Morbius
on 18:10 Thu 03 Mar, Les Mikesell (lesmikes...@gmail.com) wrote: On 3/3/2011 5:49 PM, Dr. Ed Morbius wrote: Not that I'm intrinsically opposed to overengineering. Don't knock it until you've tried it. A full GUI desktop, even mostly hosting a bunch of terminal windows is a lot more

Re: [CentOS] Gnu Screen - terminal issues

2011-03-03 Thread Dr. Ed Morbius
on 19:21 Thu 03 Mar, Les Mikesell (lesmikes...@gmail.com) wrote: On 3/3/2011 6:46 PM, Dr. Ed Morbius wrote: NX works on Linux too. But 'locally' to me means a bunch of different machines. I'm aware of that. However the power of tunneled X sessions (when necesary) and ssh (when

Re: [CentOS] Gnu Screen - terminal issues

2011-03-03 Thread Dr. Ed Morbius
on 21:24 Thu 03 Mar, Les Mikesell (lesmikes...@gmail.com) wrote: On 3/3/11 7:48 PM, Dr. Ed Morbius wrote: I do like the way gnome collapses the icons in the task bar when you have enough of them - and pops up the list so you can see it. It makes it easy to find the terminal session connected

Re: [CentOS] virtualization on the desktop a myth, or a reality?

2011-03-02 Thread Dr. Ed Morbius
. This means swap as well. -- Dr. Ed Morbius, Chief Scientist /| Robot Wrangler / Staff Psychologist| When you seek unlimited power Krell Power Systems Unlimited| Go to Krell! ___ CentOS mailing list

Re: [CentOS] Sorting by date

2011-02-28 Thread Dr. Ed Morbius
. Which OS are you using? More importantly, have you considered looking things like this up in the man pages, then on the web where really basic questions like this are easily found, with answers? Bravo. -- Dr. Ed Morbius, Chief Scientist /| Robot Wrangler / Staff Psychologist

Re: [CentOS] can't disconnec iSCSI targets, please help

2011-02-28 Thread Dr. Ed Morbius
found that iscsi is very tempermental and poorly understood by most. -- Dr. Ed Morbius, Chief Scientist /| Robot Wrangler / Staff Psychologist| When you seek unlimited power Krell Power Systems Unlimited| Go to Krell

Re: [CentOS] strace issue in 5.5?

2011-02-19 Thread Dr. Ed Morbius
. Redhat-release says CentOS release 5.5 (Final) uname: 2.6.18-194.32.1.el5 Any help would be great. -- Dr. Ed Morbius, Chief Scientist /| Robot Wrangler / Staff Psychologist| When you seek unlimited power Krell Power Systems Unlimited

Re: [CentOS] Recommendation for a Good Vulnerability Scanning Service?

2011-02-18 Thread Dr. Ed Morbius
scans they run and/or how these are tuned to specific operating environments. I'd tend to suspect that vuln/pen testing is going to be based more on known vulnerabilities than your environment. -- Dr. Ed Morbius, Chief Scientist /| Robot Wrangler / Staff Psychologist| When you

Re: [CentOS] working with multiple password protected iSCSI targets on one host

2011-02-17 Thread Dr. Ed Morbius
@centos.org http://lists.centos.org/mailman/listinfo/centos -- Dr. Ed Morbius, Chief Scientist /| Robot Wrangler / Staff Psychologist| When you seek unlimited power Krell Power Systems Unlimited| Go to Krell

Re: [CentOS] iSCSI disk preperation

2011-02-08 Thread Dr. Ed Morbius
on 09:34 Tue 08 Feb, John Hodrien (j.h.hodr...@leeds.ac.uk) wrote: On Tue, 8 Feb 2011, Dr. Ed Morbius wrote: *OR* as a special case, if access is *only* read-only (or read-only to all but one initiator). I get the all read-only case, but wouldn't the read-only clients end up caching

Re: [CentOS] iSCSI disk preperation

2011-02-08 Thread Dr. Ed Morbius
on 16:28 Tue 08 Feb, Jason Brown (jason.br...@millbrookprinting.com) wrote: On 02/07/2011 05:09 PM, Dr. Ed Morbius wrote: on 15:19 Mon 07 Feb, Ross Walker (rswwal...@gmail.com) wrote: On Mon, Feb 7, 2011 at 2:36 PM, Dr. Ed Morbius dredmorb...@gmail.com wrote: on 13:56 Mon 07 Feb, Jason

Re: [CentOS] Ken Olsen od DEC, 1927-2011

2011-02-08 Thread Dr. Ed Morbius
of a snake-oil salesman, however. -- Dr. Ed Morbius Chief Scientist / Robot Wrangler When you seek unlimited power Krell Power Systems Unlimited Go to Krell! ___ CentOS mailing list CentOS@centos.org http://lists.centos.org

Re: [CentOS] Ken Olsen od DEC, 1927-2011

2011-02-08 Thread Dr. Ed Morbius
on 16:34 Tue 08 Feb, Raymond Lillard (r...@sonic.net) wrote: On 02/08/2011 03:28 PM, Dr. Ed Morbius wrote: on 17:02 Tue 08 Feb, Les Mikesell (lesmikes...@gmail.com) wrote: On 2/8/2011 4:40 PM, Johnny H wrote: Thanks Mark, for this and your previous email. Unfortunately, the thing he

Re: [CentOS] iSCSI disk preperation

2011-02-07 Thread Dr. Ed Morbius
that I could find. Vendor docs have tended to be very poor. Above is my recommendation, and should generally work. Alternate configurations are almost certainly possible, and may be preferable. -- Dr. Ed Morbius Chief Scientist When you need power Krell Power

Re: [CentOS] iSCSI disk preperation

2011-02-07 Thread Dr. Ed Morbius
on 15:19 Mon 07 Feb, Ross Walker (rswwal...@gmail.com) wrote: On Mon, Feb 7, 2011 at 2:36 PM, Dr. Ed Morbius dredmorb...@gmail.com wrote: on 13:56 Mon 07 Feb, Jason Brown (jason.br...@millbrookprinting.com) wrote: I am currently going through the process of installing/configuring an iSCSI

Re: [CentOS] iSCSI disk preperation

2011-02-07 Thread Dr. Ed Morbius
widely used. http://en.wikipedia.org/wiki/List_of_file_systems#Distributed_file_systems -- Dr. Ed Morbius Chief Scientist When you need power Krell Power Systems UnlimitedGo to Krell! ___ CentOS

Re: [CentOS] filter unwanted email

2011-02-03 Thread Dr. Ed Morbius
such instances. -- Dr. Ed Morbius Chief Scientist Krell Power Systems Unlimited ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] CentOS 4.8

2011-02-03 Thread Dr. Ed Morbius
to configure a kickstart server. -- Dr. Ed Morbius Chief Scientist Krell Power Systems Unlimited ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] centos 5.5 check memoray usage too high???

2011-02-02 Thread Dr. Ed Morbius
some performance overhead and a lot of set-up. -- Dr. Ed Morbius Chief Scientist Krell Power Systems Unlimited ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] how to unmount an NFS share when the NFS server is unavailable?

2011-01-27 Thread Dr. Ed Morbius
on 07:54 Thu 27 Jan, John Hodrien (j.h.hodr...@leeds.ac.uk) wrote: On Wed, 26 Jan 2011, Dr. Ed Morbius wrote: I'd suggest the automount route as well (you're only open to NFS issues while the filesystem is mounted), but you then have to maintain automount maps and run the risk of issues

Re: [CentOS] SSH Automatic Log-on Failure - Centos 5.5

2011-01-27 Thread Dr. Ed Morbius
. Go RSA. -- Dr. Ed Morbius Chief Scientist Krell Power Systems Unlimited ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] SSH Automatic Log-on Failure - Centos 5.5

2011-01-27 Thread Dr. Ed Morbius
to DSA and imposed a passphrase. Either works. RSA takes merits. Password SHOULD be provided. -- Dr. Ed Morbius Chief Scientist Krell Power Systems Unlimited ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Static assignment of SCSI device names?

2011-01-27 Thread Dr. Ed Morbius
storage, where it provides multipathing capabilities, including performance improvements, HA, and persistent device naming. Whether this applies to hotplugged SCSI devices I'm not so sure, and udev would be my first choice. The multipath documentation is unfortunately atrocious. -- Dr. Ed Morbius

Re: [CentOS] How to disable screen locking system-wide?

2011-01-26 Thread Dr. Ed Morbius
be to have an auto-logoff set after a certain amount of inactivity. This doesn't seem to be available within GNOME, so you'd probably have to homebrew it. -- Dr. Ed Morbius Chief Scientist Krell Power Systems Unlimited ___ CentOS mailing list CentOS

Re: [CentOS] how to unmount an NFS share when the NFS server is unavailable?

2011-01-26 Thread Dr. Ed Morbius
in data loss. This is most critical in database operations (where atomicity is assumed and generally assured by the DBMS). If the issue is one of re-running a backup job, and you can get a clear failure, risk would be generally mitigated. -- Dr. Ed Morbius Chief Scientist Krell Power Systems

Re: [CentOS] CentOS and Dell MD3200i / MD3220i iSCSI w/ multipath -- slightly OT

2011-01-24 Thread Dr. Ed Morbius
/listinfo/centos ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos -- Dr. Ed Morbius Chief Scientist Krell Power Systems Unlimited ___ CentOS mailing list CentOS

Re: [CentOS] CentOS and Dell MD3200i / MD3220i iSCSI w/ multipath

2011-01-22 Thread Dr. Ed Morbius
sanity as well. -- Dr. Ed Morbius Chief Scientist Krell Power Systems Unlimited ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] CentOS and Dell MD3200i / MD3220i iSCSI w/ multipath -- slightly OT

2011-01-22 Thread Dr. Ed Morbius
different animal. The issue BTW was ECC memory errors (disabling C-State in BIOS was the fix). -- Dr. Ed Morbius Chief Scientist Krell Power Systems Unlimited ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos