Re: [CentOS] Samba won't start on Centos 7.3.1611

2017-10-09 Thread Alan McKay
Ug - can't believe it. [root@centos-gig ~]# rpm -qa | grep samba samba-libs-4.4.4-14.el7_3.x86_64 samba-client-4.4.4-14.el7_3.x86_64 samba-client-libs-4.4.4-14.el7_3.x86_64 samba-common-tools-4.4.4-14.el7_3.x86_64 samba-common-libs-4.4.4-14.el7_3.x86_64 samba-common-4.4.4-14.el7_3.noarch [root@cen

Re: [CentOS] Samba won't start on Centos 7.3.1611

2017-10-09 Thread Alan McKay
Also tried this : [root@centos-gig ~]# cat allow type=USER_AVC msg=audit(1507584974.134:166105): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='avc: received setenforce notice (enforcing=1) exe="/usr/lib/systemd/systemd" sauid=0 hostname=? addr=? terminal=?' type

[CentOS] Samba won't start on Centos 7.3.1611

2017-10-09 Thread Alan McKay
Hi folks, I've been googling for an hour on this which seems to be awfully basic. But I cannot find anything definitive. [root@centos-gig ~]# systemctl enable smb.service Failed to execute operation: Access denied [root@centos-gig ~]# setenforce 0 [root@centos-gig ~]# systemctl enable smb.servic

Re: [CentOS] Apache 2.2 EOL - what is Red Hat's story for RHEL6?

2017-09-13 Thread Alan McKay
So looks like the definitive answer is here for those who have access https://access.redhat.com/solutions/2595461 What I don't understand is in the top left it says "solution unverified" and I"m not sure what that means. Basic summary is that RH will continue to support apache 2.2 to the end of

Re: [CentOS] Apache 2.2 EOL - what is Red Hat's story for RHEL6?

2017-09-13 Thread Alan McKay
> I don't have any official knowledge, but I would suspect that they will > maintain httpd-2.2 throughout the lifetime of RHEL6. Security issues > would be backported. (If older versions of RHEL are any indication) The basic problem is though that there won't be any security fixes for 2.2 How ca

[CentOS] Apache 2.2 EOL - what is Red Hat's story for RHEL6?

2017-09-12 Thread Alan McKay
Hi folks, I have been googling for a few weeks now and not finding anything. Apache 2.2 is EOL at the end of this year. Has Red Hat announced a plan yet on what they are doing in RHEL6? I am assuming they will up-version from 6.9 to 6.10 and as part of that upgrade from Apache 2.2 to Apache 2.4

Re: [CentOS] RHEL 6.7 is released

2015-08-05 Thread Alan McKay
Any ETA on when CentOS 6.7 will exit the CR phase? ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Suddenly OpenVPN not working - backgrounds prompt for username / password

2015-07-26 Thread Alan McKay
So it seems that now when I use --daemon it backgrounds BEFORE prompting for my password instead of after So I am good as long as I don't do that. Why this all of a sudden? ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listin

[CentOS] Suddenly OpenVPN not working - backgrounds prompt for username / password

2015-07-25 Thread Alan McKay
Hi folks, I'm on a fresh install of CentOS 7 and take my config that works on Ubuntu on the same box. Instead of getting a prompt for username and password for the VPN I get a backgrounded task that spits this out : [amckay@centos-gig ~]$ sudo openvpn --config /home/amckay/data/vpn.ovpn --daemon

Re: [CentOS] FYI: OpenSSL Patch to Plug Severe Security Holes

2015-03-23 Thread Alan McKay
Is there any update yet on when these fixes might be available in CentOS? thanks, -Alan ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] Anyone have LibreSSL working on CentOS 6.5?

2014-10-02 Thread Alan McKay
Hi folks, I searched the list for LibreSSL and found only one mention of it! Has anyone gotten this working? I have it compiling no problem, but removing OpenSSL is another story of course. It seems to be compiled with FIPS support and of course there is no such thing in LibreSSL - that is some

Re: [CentOS] RHEL7 beta discussions?

2014-04-01 Thread Alan McKay
On Tue, Apr 1, 2014 at 11:24 AM, Johnny Hughes wrote: > Just remove all the subscription-manager and rhn packages .. H, you crazy nut :-) So I'll still be able to yum OK? -- "Don't eat anything you've ever seen advertised on TV" - Michael Pollan, author of "In Defense of Food" _

Re: [CentOS] RHEL7 beta discussions?

2014-04-01 Thread Alan McKay
Hey all, just checking in here after downloading the RHEL7 beta yesterday and installing it. I guess there won't be a CentOS7 until after RHEL7 is released, is that right? You guys don't do beta? I'm already frustrated by the Red-Hat-isms in the beta, like all the subscription stuff. thanks, -A

Re: [CentOS] converting a RHEL box to CentOS

2013-09-16 Thread Alan McKay
On Tue, Sep 10, 2013 at 3:34 PM, Alan McKay wrote: > And it all looks good! Not quite ... looks like I also need to rpm --erase rhnsd rhn-setup rhn-setup-gnome -- “Don't eat anything you've ever seen advertised on TV” - Michael Pollan, author of "

Re: [CentOS] converting a RHEL box to CentOS

2013-09-10 Thread Alan McKay
On Tue, Sep 10, 2013 at 2:14 PM, Akemi Yagi wrote: > http://www.unixmen.com/how-to-jul-convert-rhel-5-to-centos-5/ OK that is a bit out of date and does not reference 64 bit architectures. Here is what I did mkdir /root/centos cd /root/centos wget http://vault.centos.org/5.0/os/x86_64/CentOS

[CentOS] converting a RHEL box to CentOS

2013-09-10 Thread Alan McKay
Hey folks, Google found nothing in this list archives for me but did find this : http://www.unixmen.com/how-to-jul-convert-rhel-5-to-centos-5/ Before I just go try that on one of my systems can someone confirm that it works? I'm running RHEL 5.7 so I guess I'd replace the 5.4 in the URL with 5.7

Re: [CentOS] converting a RHEL box to CentOS

2013-09-10 Thread Alan McKay
On Tue, Sep 10, 2013 at 2:14 PM, Akemi Yagi wrote: > This CentOS wiki article will help you: d'oh! Should have looked there first - thanks! -- “Don't eat anything you've ever seen advertised on TV” - Michael Pollan, author of "In Defense of Food" _

Re: [CentOS] Manual OOM killing?

2012-07-25 Thread Alan McKay
On Wed, Jul 25, 2012 at 1:24 PM, Warren Young wrote: > Go now, and kneel at the feet of the Bastard Operator From Hell > (http://bofh.ntk.net/) to learn how to deal with such matters. Well I was looking for my LART ... seem to have misplaced it over the years :-) -- “Don't eat anything you've e

Re: [CentOS] Manual OOM killing?

2012-07-25 Thread Alan McKay
Interesting stuff - thanks again guys. Looks like I can get what I need right here ... -- “Don't eat anything you've ever seen advertised on TV” - Michael Pollan, author of "In Defense of Food" ___ CentOS mailing list CentOS@centos.org http:/

[CentOS] Manual OOM killing?

2012-07-25 Thread Alan McKay
Hey guys and gals, Yesterday I had one of my scientists kill one of my servers when his program ran amok and gobbled up all the memory, or forked too many processes, or I'm just not exactly sure what to be honest. Is there something I can run manually in cron to look for rampant programs and kill

Re: [CentOS] RAID card selection - JBOD mode / Linux RAID

2012-07-25 Thread Alan McKay
On Thu, Jul 19, 2012 at 12:24 PM, David C. Miller wrote: > LSI 9200-8e BTW, I read the specs on that and it says it is compatible with 6G and 3G SAS which hopefully means it will work with my Sun J4400 SAS1 shelf, right? I like that it is a JBOD-only card - that is exactly what I want -- “Don'

Re: [CentOS] RAID card selection - JBOD mode / Linux RAID

2012-07-25 Thread Alan McKay
Thanks for the recommendations folks! -- “Don't eat anything you've ever seen advertised on TV” - Michael Pollan, author of "In Defense of Food" ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] RAID card selection - JBOD mode / Linux RAID

2012-07-19 Thread Alan McKay
On Wed, Jul 18, 2012 at 6:44 PM, SilverTip257 wrote: > That's going to really drag if you have to configure a RAID0 for all > 48 disks ... it'd be much easier if you could directly communicate > with the drives. I've set up at most five or six RAID0 devices on one > host and it's not particularly

[CentOS] RAID card selection - JBOD mode / Linux RAID

2012-07-18 Thread Alan McKay
I don't think this is off topic since I want to use JBOD mode so that Linux can do the RAID. I'm going to hopefully run this in CentOS 5 and Ubuntu 12.04 on a Sunfire x2250 Hard to get answers I can trust out of vendors :-) I have a Sun RAID card which I am pretty sure is LSI OEM. It is a 3G/s

Re: [CentOS] official linux raid mailing list?

2012-06-21 Thread Alan McKay
On Thu, Jun 21, 2012 at 1:54 PM, Keith Keller wrote: > If you are talking specifically about linux md RAID, the official list > is here: > > http://vger.kernel.org/vger-lists.html#linux-raid yes that is exactly what i was looking for - thanks! -- “Don't eat anything you've ever seen advertised

[CentOS] official linux raid mailing list?

2012-06-21 Thread Alan McKay
Hey folks, Google seems to bring up a few things and I was wondering if there might be an official mailing list for linux RAID? thanks, -Alan -- “Don't eat anything you've ever seen advertised on TV”          - Michael Pollan, author of "In Defense of Food" _

Re: [CentOS] Dedup FS on 5.8

2012-05-25 Thread Alan McKay
Whoops, sorry - looking for opinions and personal experiences -- “Don't eat anything you've ever seen advertised on TV”          - Michael Pollan, author of "In Defense of Food" ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/

[CentOS] Dedup FS on 5.8

2012-05-25 Thread Alan McKay
Hey folks, I have a 14TB disk array that I want to use for rsnapshot backups, and am considering putting a dedup FS onto it. I know I've got about a TB of duplication, at least. And it is not easy to remove manually. Google lands me LessFS and SDFS as the prime candidates. thanks, -Alan -- “

[CentOS] pvcreate limitations on big disks?

2012-05-23 Thread Alan McKay
OK folks, I'm back at it again. Instead of taking my J4400 ( 24 x 1T disks) and making a big RAID60 out of it which Linux cannot make a filesystem on, I'm created 4 x RAID6 which each are 3.64T I then do : sfdisk /dev/sd{b,c,d,e}

Re: [CentOS] biggest disk partition on 5.8?

2012-05-23 Thread Alan McKay
Damn, should have checked the archives first (had been looking at Centos and RHEL docs but no luck) Looks like 16TB is the limit? -- “Don't eat anything you've ever seen advertised on TV”          - Michael Pollan, author of "In Defense of Food" ___ C

[CentOS] biggest disk partition on 5.8?

2012-05-23 Thread Alan McKay
Hey folks, I have a Sun J4400 SAS1 disk array with 24 x 1T drives in it connected to a Sunfire x2250 running 5.8 ( 64 bit ) I used 'arcconf' to create a big RAID60 out of (see below). But then I mount it and it is way too small This should be about 20TB : [root@solexa1 StorMan]# df -h /dev/sdb1

Re: [CentOS] process accounting on 5.7

2012-03-29 Thread Alan McKay
On Mon, Mar 26, 2012 at 8:57 AM, John Doe wrote: > > Indeed, I looked too fast and missed the IDs... > So, why not just something like this: > dump-acct /var/account/pacct | awk -F\| ' > { total_cpu += $4; cpu[$5] += $4; > total_ram += $7; ram[$5] += $7 } > END { for (x in cpu) { >

Re: [CentOS] process accounting on 5.7

2012-03-22 Thread Alan McKay
On Tue, Mar 20, 2012 at 7:11 AM, John Doe wrote: > >From a quick look, it does not seem to have a user entry in the stats... > > UID and GID are there Anyone else have anything on this? -- “Don't eat anything you've ever seen advertised on TV” - Michael Pollan, author of "In Defense

[CentOS] process accounting on 5.7

2012-03-19 Thread Alan McKay
Hey folks, I turned on process accounting and had a peek at the man page for dump-acct but I am still left wondering how best to make use of this info. We want to be able to produce some monthly stats on which labs are using how much of our clusters.I know our clustering software has the abil

Re: [CentOS] debugging RAM issues

2012-03-14 Thread Alan McKay
On Wed, Mar 14, 2012 at 3:16 PM, Les Mikesell wrote: > If you were running software RAID1 on that box, don't trust anything > on the drives now. Maybe even if you weren't, but it is especially > weird when alternate reads randomly revive bad data that you thought > had been fixed already. > > N

Re: [CentOS] mount NFS share over specific nic?

2012-03-14 Thread Alan McKay
I'd really recommend a different subnet for your disks I'm currently in the process of trying to get my network there in the job I just started 4 months ago -- “Don't eat anything you've ever seen advertised on TV” - Michael Pollan, author of "In Defense of Food" ___

Re: [CentOS] debugging RAM issues

2012-03-14 Thread Alan McKay
Well I did exactly what I'd done 3 months ago and found a faulty RAM chip this time My guess is that back then the chip was still functioning some of the time, and happened to be fine just when I was doing the tests. This time I found it fairly easily with a systematic approach. -- “Don't eat a

Re: [CentOS] debugging RAM issues

2012-03-13 Thread Alan McKay
On Tue, Mar 13, 2012 at 2:15 PM, Scott Silva wrote: > It could also be a power supply problem... Add memory load, and a bit of > heat, > and voltage drops a bit... > Problem is that even if I leave it unplugged for some time I can get the problem. And I have the heat sensors all graphed, and

Re: [CentOS] debugging RAM issues

2012-03-13 Thread Alan McKay
On Tue, Mar 13, 2012 at 2:07 PM, Ross Walker wrote: > It could be a bad physical RAM slot on the motherboard. > > Oh dang, why didn't I think of that! I'll try that next -- “Don't eat anything you've ever seen advertised on TV” - Michael Pollan, author of "In Defense of Food" _

[CentOS] debugging RAM issues

2012-03-13 Thread Alan McKay
Hey folks, I have 1 system ( Sunfire x2250 running 5.7 ) that is having issues with RAM, but I'm not sure how to debug it. And unfortunately it is not under support anymore. I started the job about 4 months ago and when I came aboard the guy who handed stuff over to me told me this issue was on

[CentOS] OT: Anyone out there using Openfreezer?

2012-02-15 Thread Alan McKay
If so, could I ask you a few questions? I am in contact with their tech support as well but I think someone here could be more helpful if they are using it. My questions are technically OT for this list since it pertains to moving from RHEL 5.7 to Ubuntu 11.11 Though it is really about Python /

Re: [CentOS] schily tools

2012-02-06 Thread Alan McKay
> > I don't think so - I'm fairly sure I've seen GNUtar complain about bad > headers, say 'skipping to next header' and then find something. It > won't do that if you used the -z option because you generally can't > recover from errors in compression > > Bam! As an aside to my current line of que

Re: [CentOS] schily tools

2012-02-06 Thread Alan McKay
> Are you reading > something that favors Solaris/*bsd over GNU based systems? No, why, are the Schily tools standard over there? > I've never had any doubts that current GNU tar would extract archives > made with it 10+ years ago - in fact I'm fairly sure I've done that. > Or that I'd be able

[CentOS] schily tools

2012-02-06 Thread Alan McKay
Hey folks, I'm reading up on gtar for tape archiving and it sounds kind of nasty and not something I really want to rely on. It looks like star from the schily tools is preferred. I'm using Centos (and RHEL) 5.7 which seems to have star but not sdd. Which leads me to believe that the Schily too

Re: [CentOS] gtar compression achieved

2012-02-01 Thread Alan McKay
On Wed, Feb 1, 2012 at 2:10 PM, Lamar Owen wrote: > What I would do is use the '-' special filename to pipe the uncompressed > tar to stdout, pipe to the compressor of choice, then pipe to tee, and have > one branch of the tee go to the tape and the other branch go to a program > to count bytes.

Re: [CentOS] gtar compression achieved

2012-02-01 Thread Alan McKay
On Wed, Feb 1, 2012 at 11:32 AM, Les Mikesell wrote: > 'Deploying' amanda is a matter of installing the rpm and editing a > couple of config files about the tape drive, tapes, targets, and > holding space. And maybe some firewall tweaking - but nothing really > complicated. You get a lot of co

Re: [CentOS] gtar compression achieved

2012-02-01 Thread Alan McKay
> > I haven't used it for a while, but I thought it had an indexing > mechanism that would let you tell it what you want and it would tell > you the tapes you need and the order to restore them (for full + > incremental cases). And it could re-index the tapes if you lost the > disk copy. Maybe t

Re: [CentOS] gtar compression achieved

2012-02-01 Thread Alan McKay
> > Is there some reason you aren't using amanda? Give it some holding > disk space and it will run multiple backups at once, buffering on > disk, and figure out how they should go on the tape for you. > I'm archiving, not backing up. I looked at Amanda for a few days and it would be really clu

Re: [CentOS] gtar compression achieved

2012-02-01 Thread Alan McKay
> > There is a --totals option, but that is before compression. I don't > think there is a way to do it. > Dang. THere is a "tell" command on "mt" which tells you what block number you are on, but according to the man page only exists for some types of drive. And evidently not mine :-( That wo

[CentOS] gtar compression achieved

2012-02-01 Thread Alan McKay
Hey folks, I looked at the man page and don't see any way to do this - maybe it is a function of the compression program used I dunno. Is there any way to get gtar to report on the compression it achieved? I can't just check file sizes because I'm writing data to tape. The basic problem is that

[CentOS] OT: anyone out there with Oracle ZFS appliance?

2012-01-20 Thread Alan McKay
I'll ask more specific questions if so :-) Need to pull some usage data via a script and Oracle suppport says it can't be done. I have trouble believing that. -- “Don't eat anything you've ever seen advertised on TV”          - Michael Pollan, author of "In Defense of Food"

Re: [CentOS] Is Amanda "vaulting" what I need for archiving data?

2012-01-12 Thread Alan McKay
> For long term storage, you may need to be able to not just put stuff > away, but also have a policy (and the resources!) to periodically > migrate data to newer media & formats. > > Yes, we've already begun this process - and we are taking into account the sorts of issues you mentioned. -- “D

Re: [CentOS] OT: simple server room temp monitor

2012-01-11 Thread Alan McKay
I would not have it doing the alerting. I'd have something poll it and graph the temp so you can see a good graph of room temp over time. And have that same something do the alerting. But do your servers have sensors too? You really need to monitor those as well because there can be a huge diff

Re: [CentOS] EPEL not working ... is it just me?

2012-01-11 Thread Alan McKay
Aha, I forgot about /etc/yum.conf and found an erroneous entry there that has fixed my problem! -- “Don't eat anything you've ever seen advertised on TV” - Michael Pollan, author of "In Defense of Food" ___ CentOS mailing list CentOS@centos.or

Re: [CentOS] Is Amanda "vaulting" what I need for archiving data?

2012-01-11 Thread Alan McKay
> > For one thing, I think you seriously need to look at backup up to offline > hard drives, instead of tapes. Unless you really want/need to archive the > tapes for seven years Well, the scientists are talking longer than 7 years so HDs just are not going to cut it > We back up to backup serve

[CentOS] Is Amanda "vaulting" what I need for archiving data?

2012-01-11 Thread Alan McKay
Hi folks, I've got a bit of a different scenario than I imagine most, and have spent the last 60 or 90 minutes searching Amanda list archives and googling, but did not come up with anything much. Then I went browsing around the Amanda website and found "vaulting" and was wondering whether this w

Re: [CentOS] EPEL not working ... is it just me?

2012-01-11 Thread Alan McKay
> > You mean in the terminal on solexa-db you just issued the yum install > in, you can issue as the next command > wget http://fedora.mirror.nexicom.net/epel/5/x86_64/repodata/repomd.xml > and it gets the xml file? Yup, exactly > As a quick temporary fix/test I would comment mirrorlist and u

[CentOS] EPEL not working ... is it just me?

2012-01-11 Thread Alan McKay
This is very strange - has been happening the last few days. I just upgraded this system from 5.3 to 5.7 on Monday and the problem started some time after that (but not immediately because I know I used yum Monday evening after the upgrade) I get the following error from yum, but it goes away if

Re: [CentOS] monitoring space in directories

2012-01-09 Thread Alan McKay
> > That sounds good. > Would you share the munin plugin later pls? > I'm interested too. > Sure will. This is not a top priority for me so I won't likely get to it for another week or two, but once it is done I will share. -- “Don't eat anything you've ever seen advertised on TV” - M

Re: [CentOS] monitoring space in directories

2012-01-06 Thread Alan McKay
BTW, in a pinch since I'm already using Munin what I'm going to do is this : - write a cronjob that fires maybe 2 to 4 times a day and does a "du -s" of directories I'm interested in , and stores the sizes in a file - write a simple munin plugin that reads the file (and munin will do the graphing

Re: [CentOS] monitoring space in directories

2012-01-06 Thread Alan McKay
> > Might be overkill but cacti or Nagios+PNP would do this... > > PNP? What's that ? I already have Icinga installed. -- “Don't eat anything you've ever seen advertised on TV” - Michael Pollan, author of "In Defense of Food" ___ CentOS mai

[CentOS] monitoring space in directories

2012-01-06 Thread Alan McKay
Hey folks, Is there a Linux tool that will monitor a disk and tell me which directories are growing over time? I could cobble something together myself of course, but if there is already a good off-the-shelf solution, why bother? Even if it only checks once per day that would be fine. Graphs wou

Re: [CentOS] lm-sensors on Sun hardware

2011-12-23 Thread Alan McKay
On Thu, Dec 22, 2011 at 4:46 PM, John R Pierce wrote: > don't those boxes have IPMI ? > > So I installed OpenIPMI and freeipmi and when I get the output of "ipmi-sensors" I have to say it cannot be accurate. These are the same numbers I was seeing from within the ILOM GUI and there is no way the

Re: [CentOS] lm-sensors on Sun hardware

2011-12-22 Thread Alan McKay
> > don't those boxes have IPMI ? > H, the have an ILOM (monitoring hardware) I'll look to see if there is a way to get what I need through there. Though ultimately I'd like to get it from the linux side, maybe I can go out the front door and in the back. Is there a Linux tool for communicat

[CentOS] lm-sensors on Sun hardware

2011-12-22 Thread Alan McKay
Hey guys and gals, Anyone have any experience with getting lm-sensors to run on Sun hardware? In particular Sunfire x2250 and x4170 I was running 5.3 on these boxes and sensors-detect would not find anything. I did a bit of research and as I recall thanks to this list discovered some bugs that

Re: [CentOS] Heads up: corrupt ifup-eth script in initscripts package on 5.7

2011-12-21 Thread Alan McKay
What kind of weird things? I just finally got several boxes upgraded from 5.3 to 5.7 and so far have not seen anything odd. -- “Don't eat anything you've ever seen advertised on TV” - Michael Pollan, author of "In Defense of Food" ___ CentOS

Re: [CentOS] forcing yum to download but not install

2011-12-19 Thread Alan McKay
> > http://www.gurulabs.com/goodies/guru-guides/YUM-automatic-local-mirror/ >> > oh man, that is one nasty, dirty hack! I'm jealous I did not think of it myself :-) -- “Don't eat anything you've ever seen advertised on TV” - Michael Pollan, author of "In Defense of Food" _

Re: [CentOS] forcing yum to download but not install

2011-12-19 Thread Alan McKay
> > That is one advantage of the way automirror worked, since it was > specific to yum it didn't mind the mirror configuration. > Yes, would be nice if it worked for me :-( > One way around the mirror list issue is pointed out by Guru labs > (though I admit hijacking the DNS seems heavy handed)

Re: [CentOS] Squid to Cache RPMs from yum (was: forcing yum ...)

2011-12-19 Thread Alan McKay
> > Yes, the default setup really goes out of its way to defeat any > standard caching proxies and make the mirrors do extra work, although > once you accumulate the copies from 5 or 6 sources everything will > work like you expect. That used to bother me but now the mirrors seem > to be insanely

Re: [CentOS] forcing yum to download but not install

2011-12-19 Thread Alan McKay
> > Disable the mirrorlist line in the .repo file and point it at one > specific mirror? > Yeah that is what I can do - should work Though I'm thinking at this point my easiest solution will be to take my laptop home and rsync an entire repo to it, then take it back and rsync it to my server. U

Re: [CentOS] forcing yum to download but not install

2011-12-19 Thread Alan McKay
> > I've got automirror working on my CentOS 5.x machines. I can't say > I'm a real expert with it, but if you post your symptoms maybe I can > help you troubleshoot it. > > Thanks but I've already been chatting with the author who is stumped at this point - so I'm just going to give up. He said

[CentOS] Squid to Cache RPMs from yum (was: forcing yum ...)

2011-12-19 Thread Alan McKay
> > The default config won't cache large files. And yum will try to use > different mirrors every time. > > Aha. I thought I had it set for no file limit, but I guess using different mirrors is what is confounding me. So squid will cache a specific file from a specific site, I guess? And even

Re: [CentOS] forcing yum to download but not install

2011-12-19 Thread Alan McKay
On Mon, Dec 19, 2011 at 12:38 PM, cliff here wrote: > Alan, if your worried about keeping an up to date repository locally and > consistently, then yes cobbler is the way to go. If all you want to do is > an update and save off the RPMS once.. then use the yum download only > plugin. > It will p

Re: [CentOS] forcing yum to download but not install

2011-12-19 Thread Alan McKay
On Mon, Dec 19, 2011 at 12:02 PM, cliff here wrote: > Which is why you should use cobbler because it does all that for you. > I actually just installed cobbler a few weeks ago and will look into it for this to see if it has a way to grab a repository without rsync -- “Don't eat anything you've

Re: [CentOS] forcing yum to download but not install

2011-12-19 Thread Alan McKay
> > Why not just mirror the CentOS repo with rsync? > Well, for one - rsync is blocked by our firewall :-( Yes, even outgoing. -- “Don't eat anything you've ever seen advertised on TV” - Michael Pollan, author of "In Defense of Food" ___ Ce

[CentOS] forcing yum to download but not install

2011-12-19 Thread Alan McKay
Hey folks, Is there any way to fake a "yum update" just to get yum to force a download of all the files it needs, without actually installing them. I finally have a RPM cache/proxy working and I just want to populate it. The server I want to actually update cannot be updated until tomorrow but I'

Re: [CentOS] Backup Redux

2011-12-19 Thread Alan McKay
So going back to Amanda and Bacula ... I seem to recall that Amanda uses standard tools on the back end like gtar and/or dump, is that right? What does Bacula use? Does it use one of the standard tools? Or does it have its own proprietary format that it uses? thanks, -Alan -- “Don't eat anyth

Re: [CentOS] Monitoring services

2011-12-17 Thread Alan McKay
> > Do Zabbix or Zenoss allow for this sort of testing that Nagios has? > > yes. > OK, thanks. I'll dig more into passive checks -- “Don't eat anything you've ever seen advertised on TV” - Michael Pollan, author of "In Defense of Food" ___ C

Re: [CentOS] Backup Redux

2011-12-16 Thread Alan McKay
OK, I'm getting ready to finally dig into replacing our backups. Lots of good info in this thread -but so far no mention of rsnapshot Any comment on it ? Our environment is all Linux except for Mac desktops which would like have a different solution for backups. >From the little I've read it s

Re: [CentOS] Monitoring services

2011-12-16 Thread Alan McKay
> > Thoughts form anyone on any of this? > > Network monitoring is not trivial no matter what tool you use. Pick > something that you trust to scale to the proportions you will need so > you don't do a lot of work and then hit a wall. And if you have a > lot of systems, avoid anything that needs

Re: [CentOS] Monitoring services

2011-12-16 Thread Alan McKay
OK, I've had a Zabbix and a Zenoss server running now for 2 or 3 days and would like to morph this thread into a discussion of what each of these systems can and cannot do. At the base of what I see so far, Zabbix is only able to monitor devices that have the Zabbix agent on it - is that correct?

Re: [CentOS] Monitoring services

2011-12-13 Thread Alan McKay
I am just trying out Zabbix and I have to say it sure is easy to set up (once you get beyond a few minor quirks). I'm pretty impressed so far with my evaluation. -- “Don't eat anything you've ever seen advertised on TV”          - Michael Pollan, author of "In Defense of Food" _

Re: [CentOS] auto-creating a local yum cache?

2011-12-12 Thread Alan McKay
> For CentOS 5 I've used automirror ( > http://terrarum.net/administration/caching-rpms-with-automirror.html), but > it has a note that it doesn't work with CentOS 6. I have tries what that > page suggests as a replacement. > > Bingo! That's exactly what I need! Thanks! -- “Don't eat anything

[CentOS] auto-creating a local yum cache?

2011-12-12 Thread Alan McKay
Hey folks, I just did an update on a system that is taking the better part of a day ( 5.3 ---> 5.7 ) mainly due to file download times. And I have 4 or 5 more systems to do. I know I can create my own repository and then point them at it - but that is difficult here because rsync is blocked (ggr

Re: [CentOS] iSCSI best practices

2011-12-10 Thread Alan McKay
> > LOL! Cisco. If I told you that that particular device used to be called > Linksys, would it change your opinion of the device? I've got a Linksys > ADSL gateway that I'm quite sure couldn't keep up with the Dell. In fact, > I used to have that *exact* Linksys device and it died within 18 mon

Re: [CentOS] iSCSI best practices

2011-12-10 Thread Alan McKay
> The Dell 6224 or 6248 switches are priced low Hmmm, we seem to have different definitions of "priced low" :-) http://search.dell.com/results.aspx?s=bsd&c=ca&l=en&cs=cabsdt1&k=PowerConnect+6224&cat=all&x=0&y=0 $2000 for the 24 port. I can get a Cisco small business switch for less than 1/4 tha

[CentOS] iSCSI best practices

2011-12-09 Thread Alan McKay
Hey folks, I had some general questions and when reading through the list archives I came across an iSCSI discussion back in February where a couple of individuals were going back and forth about drafting up a "best practices" doc and putting it into a wiki. Did that ever happen?And if so, w

[CentOS] ZFS magic (was: Backup Redux)

2011-12-08 Thread Alan McKay
> My non-tape solution of choice is definitely rsync => box with ZFS, > snapshot however often you'd like. => forever incrementals. > > For more redundancy and performance, add more ZFS boxes, do > replication between them. > > Not sure whether ZFS now makes this OT - if so, sorry for not putting

Re: [CentOS] Backup Redux

2011-12-08 Thread Alan McKay
> I use backuppc, but find that in order to restore one has to be or know > the admin user password. > There appears to be no way to open this up to users to directly see and > restore from the file tree that it manages. > > Huh? No. Users can do their own restores from the web interface with

Re: [CentOS] Backup Redux

2011-12-08 Thread Alan McKay
Anyone have any experience with this, which just came to my attention http://www.arkeia.com/en/solutions/open-source-solutions -- “Don't eat anything you've ever seen advertised on TV” - Michael Pollan, author of "In Defense of Food" ___ CentO

Re: [CentOS] Backup Redux

2011-12-08 Thread Alan McKay
> > I'm pretty sure I saw a note on the networker list that 7.6 SP3 works > with update 27, update 29, and java 7. > > Well we don't have a support contract - is it a free upgrade? -- “Don't eat anything you've ever seen advertised on TV” - Michael Pollan, author of "In Defense of Foo

[CentOS] Backup Redux

2011-12-08 Thread Alan McKay
Hey folks, I just went through the archives to see what people are doing for backups, and here is what I found : - amanda - bacula - BackupPC - FreeNAS Here is my situation : we have pretty much all Sun hardware with a Sun StorageTek SL24 tape unit backing it all up. OSes are a combination of RH

Re: [CentOS] JNLP app problems

2011-12-07 Thread Alan McKay
That did the trick - thanks so much! -- “Don't eat anything you've ever seen advertised on TV” - Michael Pollan, author of "In Defense of Food" ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] JNLP app problems

2011-12-07 Thread Alan McKay
ure enough it has that one running. But still I go to a JNLP app and get only XML, no app. Anyone? On Thu, Dec 1, 2011 at 2:25 PM, Alan McKay wrote: > Hey folks, > > I'm trying to use a 5.3 box to run some JNLP apps, but all I get is a > view of XML. > > I try doing some

Re: [CentOS] Strangely slow disk

2011-12-04 Thread Alan McKay
Also - boot a live Linux CD and then from there do hdparam again and compare results, If they differ vastly at least you know it is something in your running system which is the culprit. If they are roughly the same then it is likely the drive gone bad. Though check the man page for hdparam to

Re: [CentOS] Strangely slow disk

2011-12-04 Thread Alan McKay
You have not said anything yet in this thread about defragging that drive. I just checked your original message and your drive is the exact same as mine except yours is the 1.5 TB version and mine is 1.0. -- “Don't eat anything you've ever seen advertised on TV”          - Michael Pollan, author

Re: [CentOS] Strangely slow disk

2011-12-04 Thread Alan McKay
Those are slowish times even for a 7200rpm disk. My desktop here at home (Ubuntu) has a slow 7200 drive and hdparam reports a lot faster than that. Well, it is a Caviar "Green" drive which means that 7200 is the fastest speed but it does spin slower too. amckay@amckay-desktop:~$ sudo !! sudo h

Re: [CentOS] How to make nodes in my local LAN see each other's names

2011-12-02 Thread Alan McKay
My Ubuntu desktop at home seems to show up to windows boxes on the home lan and vice-versa, without me having to do anything to configure it. Something I've done in the past in small office situations is set up a DNS server that knows the names of all the local machines and then proxies off to a r

Re: [CentOS] JNLP app problems

2011-12-01 Thread Alan McKay
Oh sorry, Firefox on 5.3 -- “Don't eat anything you've ever seen advertised on TV”          - Michael Pollan, author of "In Defense of Food" ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] JNLP app problems

2011-12-01 Thread Alan McKay
Hey folks, I'm trying to use a 5.3 box to run some JNLP apps, but all I get is a view of XML. I try doing some googling and don't come up with much other than this one thread that says I may need both 32 and 64 bit Java to run JNLP. But it is not clear to me how to do that. thanks, -Alan -- “D

  1   2   3   4   >