Re: [CentOS] IPV4 is nearly depleted, are you ready for IPV6?

2010-12-07 Thread Gavin Carr
On Mon, Dec 06, 2010 at 08:55:17PM -0500, Bob McConnell wrote:
 3) When I connect my IPV6 refrigerator with its automatic inventory
 system tracking every RFID-enabled carrot I use, won't I be making my
 shopping habits visible to all those annoying advertisers?  Or, in
 other words, am I compromising my privacy?  Actually, although such
 dissemination of information can be blocked by a correctly designed
 firewall, I suspect the Free IPv6 DSL Modem and Router, Sponsored by
 your-favorite-commercial-site that comes with your ISP contract,
 would err on the side of promiscuity.

Why yes, yes you are giving up some of your privacy. And unless you have
the time and are willing and able to learn how to configure firewalls
for each device and application you use, or have the money to pay
someone else you trust to do it for you, there is very little to protect
you from the rest of the world.

That's at least overstated, and at worst complete FUD. Generic modems and
routers will be configured as they are now - with stateful firewalls
blocking all incoming traffic, except for streams initiated internally. 
Outgoing connections that would have worked before via NAT continue to
work, but without NAT. Stateful firewalls are still stateful firewalls.

Where are you giving up some of your privacy? The number of hosts on
your internal network? So allocate 256 ips (or 65k, if you like) to every
host and use a random ip from that set for every distinct service or 
outgoing connection.

There _is_ more information leakage with ipv6, in the sense that you are 
using a real ip from an internal machine on the connection. But the 
point is that the security benefit of that is largely illusory, security
by obscurity.

Cheers,
Gavin

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Deduplicated archives via hardlinks [Was: XFS or EXT3 ?]

2010-12-03 Thread Gavin Carr
On Fri, Dec 03, 2010 at 04:07:06PM -0600, Les Mikesell wrote:
The backuppc scheme works pretty well in normal usage, but most
file-oriented approaches to copy the whole backuppc archive have scaling
problems because they have to track all the inodes and names to match up
the hard links.

That's been my experience with other hard-linked based backup schemes as
well. For 'normal' sized backups they work pretty well, but for some
value of 'large' backups the number of inodes and the tree traversal
time starts to cause real performance problems.

I'd be interested to know how large people's backups are where they're
still seeing decent performance using approaches like this? I believe we
started seeing problems once we hit a few TB (on ext3)?

We've moved to brackup (http://code.google.com/p/brackup/) for these
reasons, and are doing nightly backups of 18TB of data quite happily.
Brackup does fancy chunk-based deduplication (somewhat like git), and so
avoids the hard link approach entirely.

Cheers,
Gavin

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Deduplicated archives via hardlinks [Was: XFS or EXT3 ?]

2010-12-03 Thread Gavin Carr
On Fri, Dec 03, 2010 at 04:54:50PM -0600, Les Mikesell wrote:
On 12/3/2010 4:32 PM, Gavin Carr wrote:
 We've moved to brackup (http://code.google.com/p/brackup/) for these
 reasons, and are doing nightly backups of 18TB of data quite happily.
 Brackup does fancy chunk-based deduplication (somewhat like git), and so
 avoids the hard link approach entirely.

Brackup looks more like a 'push out a backup from a single host' concept
as opposed to backuppc's 'pull all backups from many targets to a common
server with appropriate scheduling' so you'd probably use them in
different scenarios.  

Yeah, you're right, the brackup model is push, and backuppc is quite a
different beast in that respect. I was really talking more generally about 
hard-linked based backups than backuppc in particular.

Cheers,
Gavin

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Not firewall, but what?

2010-05-06 Thread Gavin Carr
Is one of your dns servers broken?

On Thu, May 06, 2010 at 09:31:22PM +0300, Jussi Hirvi wrote:
 I have a strange problem, where some clients see the website on my 
 server and some do not. It is not about the iptables, and seems to be 
 not about tcp wrapper. Still it is something within the box.
 
 More details:
 - the problem is only with some clients, with no geographical connection 
 between them; other clients see the website just fine
 - the problem-clients get timeout with their browser
 - they get timeout also when they try a numerical ip address
 - but they see another machine in the same subnet just fine (when they 
 browse by ip number), so the problem has to be inside this webserver 
 box, right?
 - port 80 (not ssl)
 
 Switching off iptables does not help. The files hosts.allow and 
 hosts.deny are empty, so I guess it's not the tcp wrapper.
 
 I am out of things to test. Any ideas?
 
 - Jussi Hirvi
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Back up to Rackspace Cloud Files from a CentOS server

2010-03-28 Thread Gavin Carr
On Mon, Mar 29, 2010 at 12:19:01AM +0800, Matt Arnilo S. Baluyos (Mailing 
Lists) wrote:
 I'm looking for a solution to be able to back up to a Rackspace Cloud
 Files account from a CentOS server.
 
 I have set up Duplicity but have found out that the back-ups are in
 GPG-encrypted volumes. There are also GUI clients for Windows and Mac
 but they're not what I need.
 
 I'm looking for something like a command-line tool that will let me
 push directories on the server (via rsync perhaps) to the Rackspace
 Cloud Files container. Being able to run it non-interactively on the
 shell is a requirement because I need to be able to run backup scripts
 via cron.

Brackup has a CloudFiles target: http://search.cpan.org/~bradfitz/Brackup/
The cpan release is a bit old now though - I'd use svn:

  http://code.google.com/p/brackup/source/checkout

Or you can get rpms from my repo:

  http://www.openfusion.net/linux/openfusion_rpm_repository


Cheers,
Gavin

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Backup solution to backup /var/spool/imap above 150GB data

2010-02-25 Thread Gavin Carr
Have you read Brackup::Manual::Overview? Your questions are all answered in 
the man pages there or linked from there.

On Thu, Feb 25, 2010 at 05:21:47PM +0530, Agnello George wrote:
 On Wed, Feb 24, 2010 at 7:05 PM, Gavin Carr ga...@openfusion.com.au wrote:
  Brackup will backup to local disk, or remotely to ftp, sftp, Amazon S3, or
  Rackspace CloudFiles targets/servers. So yes, on a lan you can backup over
  ftp or sftp just fine.
 
  Re docs, install brackup, 'man Brackup::Manual::Overview'. I've also
  written
  a few blog posts on it: http://www.openfusion.net/tags/brackup.
 
 I am trying to install the  brackup app on my system, the documentations
 seems very helpful ( http://www.openfusion.net/net/fun_with_brackup)
 But i have a  few  queries  with the config file :
 [TARGET:backups]
 type = Filesystem
 path = /backup
 
 [SOURCE:imapsource]
 path = /var/spool/imap
 chunk_size = 5m   # what does this mean 
 gpg_recipient = 5E1B3EC5 # what does this mean 

man Brackup::Manual::Overview; man Brackup::Root

 [SOURCE:bradhome]
 chunk_size = 64MB
 path = /raid/bradfitz/
 ignore = ^\.thumbnails/
 ignore = ^\.kde/share/thumbnails/
 ignore = ^\.ee/minis/
 ignore = ^build/
 ignore = ^(gqview|nautilus)/thumbnails/
 
 
 and suppose i want to backup it up to another server with scp / ssh how
 is this attatined .

man Brackup::Target::Sftp

 secondly in whant format is the backup maintained .

Backups are trees of file chunks, and a metadata file to put the chunks back 
together as files. So you get de-duplication for free between files and
across backups.

Cheers,
Gavin

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Backup solution to backup /var/spool/imap above 150GB data

2010-02-24 Thread Gavin Carr
On Wed, Feb 24, 2010 at 10:38:32AM +0100, David Hrbáč wrote:
 Dne 24.2.2010 10:00, Agnello George napsal(a):
  We have  an issue with one of our clients , they have a mail server with
  the  /var/spool/imap partition as 150 GB . They need to take differential
  backup on to /backup partition ( a different HDD  of total 250 GB space )  .
  We have tried dar , rsync, rdiff and impasync . But its is not sufficing the
  need as to take a lot of time and consumes a lot of I/O .
  
  Is there any back up solution that you can think of , that can work in this
  situation  - open source or proprietary
 
 Is seems to me, that you are using mbox format. So, differential backup
 is hard to achieve. Migrate to maildir, every mail is a file, easy to
 backup differentially.

rsync and rdiff should handle mbox format okay though. Though I agree Maildir 
is generally nicer for differential backups.

Agnello, how long is a lot of time? A backup is always going to have to walk
the entire tree and checksum (or at least stat) every file, so there's a minimum
cost you're always going to have. How long does a 'find /var/spool/imap -ls' 
take, for instance?

You might want to try brackup (http://code.google.com/p/brackup/). For very 
large trees of relatively small files it seems to significantly out-perform 
rsync-based backups. I've got brackup packages in my repository (see 
http://www.openfusion.net/linux/openfusion_rpm_repository).

Cheers,
Gavin

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Backup solution to backup /var/spool/imap above 150GB data

2010-02-24 Thread Gavin Carr
On Wed, Feb 24, 2010 at 05:06:08PM +0530, Agnello George wrote:
 On Wed, Feb 24, 2010 at 4:57 PM, Eero Volotinen eero.voloti...@iki.fiwrote:
  2010/2/24 Agnello George agnello.dso...@gmail.com:
   On Wed, Feb 24, 2010 at 4:13 PM, Gavin Carr ga...@openfusion.com.au
  wrote:
   You might want to try brackup (http://code.google.com/p/brackup/). For
   very
   large trees of relatively small files it seems to significantly
   out-perform
   rsync-based backups. I've got brackup packages in my repository (see
   http://www.openfusion.net/linux/openfusion_rpm_repository).
  
   Cheers,
   Gavin
  
   is it possible with  brackup   to back it up to a different server on
   the same lan   instead of /backup  . Is there any documentation on the 
   same .
 
  rsync or rdiff-backup works on local disk or remote disk.(and other
  backup methods too!)
 
 Does http://code.google.com/p/brackup/  also work in on remote machines .

Brackup will backup to local disk, or remotely to ftp, sftp, Amazon S3, or
Rackspace CloudFiles targets/servers. So yes, on a lan you can backup over 
ftp or sftp just fine.

Re docs, install brackup, 'man Brackup::Manual::Overview'. I've also written
a few blog posts on it: http://www.openfusion.net/tags/brackup.

Cheers,
Gavin

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] best parallel / cluster SSH

2010-02-04 Thread Gavin Carr
On Thu, Feb 04, 2010 at 01:31:39PM -0500, Alan McKay wrote:
  It depends on what you need to do.  If you really have enough machines
  or long-running jobs that a shell loop through them isn't practical, you
  might want something higher-level like cfengine or puppet, or at least
  something running under cron to make them independent.
 
 cfengine or puppet (or something else - slackmaster?) are where I want
 to be eventually - but in the immediate term something like this would
 help a lot.e.g bouncing my 4 front-end apache servers on 4
 different boxes.   That sort of thing.
 
 I was actually going to start another configuration management redux
 thread as a follow up to a thread I started a few months ago.

We've tried all the ones in that article you mentioned, and are currently
using classh - http://freshmeat.net/projects/classh - which is pretty nice,
in spite of being labelled alpha.

I've packaged it for c5 here:

  
http://www.openfusion.com.au/mrepo/centos5-i386/RPMS.of/classh-0.092-1.of.el5.noarch.rpm

if you'd like to give it a whirl.

Cheers,
Gavin

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Quagga ECMP

2009-12-10 Thread Gavin Carr
On Thu, Dec 10, 2009 at 07:23:06PM +0200, Cristian Carstea wrote:
 yes, that's right, but i am asking here about Quagga, which is a
 routing software (OSPF, BGP etc.), not about kernel multipath, i
 mean if Quagga is compiled with Equal Cost MultiPath (ECMP), the
 -enable-multipath compile option. Can someone post here the spec
 file from which quagga rpm was built for CentOS? Thanks. On Thu, Dec
 10, 2009 at 7:42 AM, Cristian Carstea c...@crisnet.ro wrote:
 
 
  Hello,
 
  does anybody know if quagga for CentOS 5.3 is compiled with
  -enable-multipath?
  I want to implement ECMP over 2 ISP.

Looks like it. Spec file configure on my i386 box is:

+ ./configure --build=i686-redhat-linux-gnu --host=i686-redhat-linux-gnu 
--target=i386-redhat-linux-gnu --program-prefix= --prefix=/usr 
--exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin 
--sysconfdir=/etc/quagga --datadir=/usr/share --includedir=/usr/include 
--libdir=/usr/lib/quagga --libexecdir=/usr/libexec/quagga 
--localstatedir=/var/run/quagga --sharedstatedir=/usr/com 
--mandir=/usr/share/man --infodir=/usr/share/info --enable-ipv6 
--enable-multipath=64 --enable-nssa --enable-opaque-lsa --enable-ospf-te 
--enable-vtysh --enable-ospfclient=yes --enable-ospfapi=yes --with-libpam 
--enable-user=quagga --enable-group=quagga --enable-vty-group=quaggavt 
--enable-rtadv --enable-netlink

which matches the configure options at the top of the spec file:

# configure options
%define with_snmp   0
%define with_vtysh  1
%define with_ospf_te1
%define with_nssa   1
%define with_opaque_lsa 1
%define with_tcp_zebra  0
%define with_pam1
%define with_ipv6   1
%define with_ospfclient 1
%define with_ospfapi1
%define with_rtadv  1
%define with_multipath  64
%define quagga_uid  92
%define quagga_gid  92
%define quagga_user quagga
%define vty_group   quaggavt
%define vty_gid 85

Cheers,
Gavin

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Driver for Logitech QuickCam E2500 series webcam

2009-09-21 Thread Gavin Carr
On Mon, Sep 21, 2009 at 06:12:43PM +0100, Andrew Allen wrote:
 On Sat, 2009-09-19 at 12:16 -0700, Akemi Yagi wrote:
  On Sat, Sep 19, 2009 at 11:51 AM, Andrew Allen andy.al...@virgin.net 
  wrote:
   Does anybody know where I can find a driver for a Logitech E2500 webcam.
   I'm running CentOS 5 on my desktop and want to add a webcam for skype
   use. If I can yum install a driver from one of the repos that would be
   great.
  
   Andy
  
  You may want to check out this CentOS wiki:
  
  http://wiki.centos.org/AdditionalResources/HardwareList/Webcams
 
 Thanks - so do I just yum install dkms.noarch
 2.0.22.0-1.el5.rf  from rpmforge?

No, 'yum install dkms-gspca'. That will pick up dkms as well if required.


  and also ELRepo's kmod-video4linux driver:
  
  http://elrepo.org/tiki/kmod-video4linuxhighlight=webcam
 
 Sorry - I don't understand what the actual package name is for this one
 and how do I install it?

rpm -Uvh http://elrepo.org/elrepo-release-0.1-1.el5.elrepo.noarch.rpm
yum install kmod-video4linux


You don't want both though - try one, and if that doesn't work uninstall
it and try the other.

Cheers,
Gavin

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Adding an 'official' CentOS image to the Amazon EC2 (Electronic Compute Cloud)

2009-05-06 Thread Gavin Carr
On Wed, May 06, 2009 at 10:11:07PM -0700, Michael A. Peters wrote:
 I run CentOS inside a xen at linode - they have a 5.0 image and I 
 believe a 4.x image. They only have i386, I don't know if a home brewed 
 x86_64 image would work but it doesn't really matter for me since I'm 
 only using my instance as a web server (fully updated to 5.3, and 
 customized with EPEL and my own php build).

Linode now do CentOS 5.2, both i386 and x86_64, according to this:

  http://www.linode.com/faq.cfm

Cheers,
Gavin

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Firebug 1.2.0b4 for FF3

2008-07-07 Thread Gavin Carr
The current beta version of Firebug doesn't appear to install on 
Firefox 3 on CentOS 5.2, apparently because it's reporting itself as 
3.0b5 rather 3.0. I tweaked the minVersion requirement in the xpi to 
3.0b5 and it seems to be working fine for me now. 

In case anyone else is interested in testing it, my tweaked version is 
available here:

  http://www.openfusion.com.au/labs/dist/firebug-1.2.0b4-fx.xpi

If it turns out to be stable we might be able to convince the firebug
team to relax the minVersion requirement for us CentOS users.

Cheers,
Gavin

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Changing the symbolic link for /Centos/5

2008-06-25 Thread Gavin Carr
On Wed, Jun 25, 2008 at 07:15:00AM -0400, William L. Maltby wrote:
 
 On Wed, 2008-06-25 at 03:48 -0500, Johnny Hughes wrote:
  Robert Moskowitz wrote:
   I do not know the command line for symbolic links.  I created the 
   symbolic link of /Centos/5 to /Centos/5.1 in Nautilus which does not 
   have a method of changing a symbolic link.  Only deleting it and 
   creating a new one.
   
  
  Not that I know of, I always just delete an recreate it using rm -f 
  and ln -s at the command line.
 
 It used to be that the -f worked. Sometime in the past that disappeared.
 Bad decision, IMHO.

It's still there:

  nox:~/tmp/ln$ touch foo
  nox:~/tmp/ln$ touch bar
  nox:~/tmp/ln$ ln -s foo baz
  nox:~/tmp/ln$ ll
  total 12
  -rw-r--r-- 1 gavin gavin 0 Jun 26 10:06 bar
  lrwxrwxrwx 1 gavin gavin 3 Jun 26 10:06 baz - foo
  -rw-r--r-- 1 gavin gavin 0 Jun 26 10:06 foo
  nox:~/tmp/ln$ ln -sf bar baz
  nox:~/tmp/ln$ ll
  total 12
  -rw-r--r-- 1 gavin gavin 0 Jun 26 10:06 bar
  lrwxrwxrwx 1 gavin gavin 3 Jun 26 10:06 baz - bar
  -rw-r--r-- 1 gavin gavin 0 Jun 26 10:06 foo


It does seem to be flaky though. I definitely have had times it hasn't
worked recently.

Cheers,
Gavin

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Re: 3Ware 9690SA

2008-06-08 Thread Gavin Carr
On Sat, Jun 07, 2008 at 12:32:47AM +0200, Vidar Normann wrote:
 On Sat, Jun 7, 2008 at 12:16 AM, Ruslan Sivak [EMAIL PROTECTED] wrote:
  Scott Silva wrote:
  http://www.3ware.com/KB/article.aspx?id=15257 is the files that go on a
  driver disk. I just dl'd it and opened it.
  I know there is a way to use a driver disk from other media, but I can't
  find it, and I'm sure someone on list will remember how.
  
 
  Yes these are the files I was using.  It wouldn't let me install with these
  files on a usb drive or a cdrom, but it worked fine when I put them on a
  floppy.  I then did an upgrade install of CentOS, and was able to boot into
  the system.
  The only issue now seems to be that I still can't boot the xen kernel with
  it.  I tried manually copying the 3w-9xxx.ko from
  /lib/modules/2.6.18-53.el5/updates to
  /lib/modules/2.6.18-53.1.21.el5xen/updates, but that didn't seem to help.
 
  Do I need to mkinitrd or something?
 
 
 Maybe not 100% useful, but I had trouble installing CentOS on a machine with
 a 9690SA as recently as tonight - who has floppy
 drives anymore? (Well, I did, but all my floppies were unusable, big
 shock..)
 
 The trick was to use the method explained on this site to turn the files in
 the driver download from 3ware into an image:
 http://www.openfusion.net/linux/network-driver-images

Cool, citation! Glad that was useful to someone. 

Cheers,
Gavin

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] RPM verify weirdness

2008-03-19 Thread Gavin Carr
On Wed, Mar 19, 2008 at 01:41:39AM -0400, Ignacio Vazquez-Abrams wrote:
I thought verify was supposed to check every file in the package?
   
   From the spec file:
   
   %verify(not md5 size mtime) %config(noreplace) /etc/exports
   
   rpm has been explicitly told to *not* check certain traits.
  
  Ah, very cool, thanks. Any pointers to why one would do this?
 
 Verifying against a stock /etc/bashrc is useful, since it influences
 system behavior. Verifying against a stock /etc/exports is not, beyond
 who owns the file and what permissions it has.

Thanks Ignacio. I guess that makes sense, for certain values of 'verify'.

I'm trying to use this for backup though, so I really _want_ to know if 
the md5sum has changed. Anyone know of some kind of undocumented 
--forcefiles option to rpm -V, or am I going to by rolling it myself via 
--dump?

Cheers,
Gavin

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] RPM verify weirdness

2008-03-18 Thread Gavin Carr
Hi all,

Can anyone explain this to me? (CentOS 4/5)

  # rpm -qf /etc/exports
  setup
  # rpm -V setup
  S.5T c /etc/bashrc
  S.5T c /etc/printcap
  ..?. c /etc/securetty
  # echo ' foo'  /etc/exports
  # cat /etc/exports
   foo
  # rpm -V setup
  S.5T c /etc/bashrc
  S.5T c /etc/printcap
  ..?. c /etc/securetty

I thought verify was supposed to check every file in the package?

Cheers,
Gavin


-- 
Gavin Carr
- http://www.openfusion.com.au - Linux, Perl, and Web Consulting
- http://www.openfusion.net- Hackery, the Blog
* Fashion is a variable, but style is a constant - Programming Perl

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] RPM verify weirdness

2008-03-18 Thread Gavin Carr
On Tue, Mar 18, 2008 at 08:55:16PM -0700, Bill Campbell wrote:
 On Wed, Mar 19, 2008, Gavin Carr wrote:
 Can anyone explain this to me? (CentOS 4/5)
 
   # rpm -qf /etc/exports
   setup
   # rpm -V setup
   S.5T c /etc/bashrc
   S.5T c /etc/printcap
   ..?. c /etc/securetty
   # echo ' foo'  /etc/exports
   # cat /etc/exports
    foo
   # rpm -V setup
   S.5T c /etc/bashrc
   S.5T c /etc/printcap
   ..?. c /etc/securetty
 
 I thought verify was supposed to check every file in the package?
 
 It does, only displaying changes.  The ones with ? are most
 likely zero length.
 
 The ``c'' characters in the middle indicate configuration files,
 and changes are often normal.

Yes, but my point is I just changed /etc/exports, and yet it doesn't
show up in the rpm -V.

Cheers,
Gavin

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] RPM verify weirdness

2008-03-18 Thread Gavin Carr
On Wed, Mar 19, 2008 at 12:08:50AM -0400, Ignacio Vazquez-Abrams wrote:
 On Wed, 2008-03-19 at 14:48 +1100, Gavin Carr wrote:
  Can anyone explain this to me? (CentOS 4/5)
  
# rpm -qf /etc/exports
setup
# rpm -V setup
S.5T c /etc/bashrc
S.5T c /etc/printcap
..?. c /etc/securetty
# echo ' foo'  /etc/exports
# cat /etc/exports
 foo
# rpm -V setup
S.5T c /etc/bashrc
S.5T c /etc/printcap
..?. c /etc/securetty
  
  I thought verify was supposed to check every file in the package?
 
 From the spec file:
 
 %verify(not md5 size mtime) %config(noreplace) /etc/exports
 
 rpm has been explicitly told to *not* check certain traits.

Ah, very cool, thanks. Any pointers to why one would do this?

Cheers,
Gavin

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Dag RPM Repo error

2008-03-04 Thread Gavin Carr
On Tue, Mar 04, 2008 at 02:27:51PM -0500, [EMAIL PROTECTED] wrote:
 I'm getting the error below when I try to do a yum update on my server.
 It seems that it is looking for an update for my boot loader -
 syslinux-3.62-1.el4.rf.i386.rpm, but can't find it via the normal path.
 I've tried looking further up the directory tree on
 apt.sw.be/redhat/el4/en.  I've found a place to download it from.  [
 http://www.icewalkers.com/Linux/Software/51700/syslinux.html ]
 
 Any info or advice would be greatly appreciated.  Thanks for your help!

We're seeing this too, across multiple mirrors, include apt.sw.be. It looks 
like maybe the metadata has got ahead of the packages. Affected packages 
include at least:

- syslinux
- perl-Curses
- perl-DateTime
- perl-HTML-Tagset

Cheers,
Gavin


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] ipmi regression in 4.5?

2007-06-25 Thread Gavin Carr
On Tue, Jun 26, 2007 at 11:31:47AM +1000, Gavin Carr wrote:
  I have created an updated SRPM which reverses that part of the Woodcrest 
  fixes that affect these Dells - if you are interested, the SRPM is at:
  
  ftp://ftp.moving-picture.com/private/OpenIPMI-1.4.14-1.4E.17a.src.rpm
 
 Fantastic - thanks for your explanation and the SRPM James. For the record,
 James appears to be completely correct and his SRPM fixes my problems here
 on CentOS 4.5 - woohoo!
 
 His patch also applies cleanly to the current CentOS 5 package and fixes 
 the problem there as well - a patched SRPM is available here for anyone else
 experiencing the problem:
  
   http://www.openfusion.com.au/labs/dist/OpenIPMI-2.0.6-5.of.el5.3a.src.rpm
 
 (and binary packages are in http://www.openfusion.com.au/mrepo/).

I've also reported the problem upstream:

  https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=245677

Cheers,
Gavin

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] ipmi regression in 4.5?

2007-06-21 Thread Gavin Carr
On Thu, Jun 21, 2007 at 10:13:56AM +0100, James Pearson wrote:
 Gavin Carr wrote:
 I've been monitoring CPU temperature on a few Dell SC1435s running CentOS4
 via OpenIPMI and 'ipmitool sdr'. It's been working very nicely, but the
 upgrade to 4.5 not so long ago seems to have broken something:
 
   # ipmitool sdr type Temperature
   Temp | 01h | ns  |  3.1 | Disabled
   Planar Temp  | 04h | ok  |  7.1 | 30 degrees C
   Temp Interface   | 53h | ns  |  7.1 | Disabled
 
 The disabled sensors above used to work fine, and there have been no config
 changes or bios upgrades or anything. All machines affected post 4.5.
 
 I had a similar problem with Dell boxes when I went from ipmitool v1.8.8 
 to v1.8.9 - see the thread starting at:
 
 http://www.mail-archive.com/[EMAIL PROTECTED]/msg00468.html
 
 It looks like the patch for ipmitool in the CentOS 4.5 OpenIPMI SRPM 
 i.e. ipmitool-1.8.8-disabled-sensor.patch is the cause of this issue ... 
 the comment is the change log is:
 
 - Added patch to fix sensors problems on Woodcrest (#228679)
 
 I guess you could rebuild the OpenIPMI without that patch

Thanks for the input James.

That does seem a similar problem, but it's specific to those Intel chipsets,
but the looks. The SC1435s we're I'm seeing the problem are AMDs.

Another interesting datapoint I've discovered is that the versions of 
OpenIPMI only changed at the release level:

  CentOS 4.4: 1.4.14-1.4E.13
  CentOS 4.5: 1.4.14-1.4E.17

so I'm starting to wonder if it's perhaps a kernel change.

In addition, I've now verified that the sensors are behaving similarly
on CentOS 5.

Any other suggestions?

Cheers,
Gavin


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] ipmi regression in 4.5?

2007-06-20 Thread Gavin Carr
I've been monitoring CPU temperature on a few Dell SC1435s running CentOS4
via OpenIPMI and 'ipmitool sdr'. It's been working very nicely, but the
upgrade to 4.5 not so long ago seems to have broken something:

  # ipmitool sdr type Temperature
  Temp | 01h | ns  |  3.1 | Disabled
  Planar Temp  | 04h | ok  |  7.1 | 30 degrees C
  Temp Interface   | 53h | ns  |  7.1 | Disabled

The disabled sensors above used to work fine, and there have been no config
changes or bios upgrades or anything. All machines affected post 4.5.

Any suggestions?

Cheers,
Gavin


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] PXE problems with syslinux 3.51

2007-06-18 Thread Gavin Carr
Anyone else seeing problems doing pxe boots off the latest dag/rpmforge
syslinux packages? Versions 3.35 works, doing the tftp request like this:

  Jun 18 06:01:19 boothost in.tftpd[25947]: RRQ from 172.16.0.26 filename 
/centos5-i386/pxelinux.0
  Jun 18 06:01:19 boothost in.tftpd[25947]: tftp: client does not accept 
options 
  Jun 18 06:01:19 boothost in.tftpd[25948]: RRQ from 172.16.0.26 filename 
/centos5-i386/pxelinux.0 
  Jun 18 06:01:19 boothost in.tftpd[25950]: RRQ from 172.16.0.26 filename 
/centos5-i386/pxelinux.cfg/03-03-13-83-83-d3-a3
  Jun 18 06:01:19 boothost in.tftpd[25951]: RRQ from 172.16.0.26 filename 
/centos5-i386/pxelinux.cfg/AC10001A 
  Jun 18 06:01:19 boothost in.tftpd[25957]: RRQ from 172.16.0.26 filename 
/centos5-i386/vmlinuz
  Jun 18 06:01:19 boothost in.tftpd[25958]: RRQ from 172.16.0.26 filename 
/centos5-i386/initrd.img


Versions 3.50 and 3.51 request the filenames without the leading /centos5-i386, 
and fail:

  Jun 18 06:05:13 boothost in.tftpd[25947]: RRQ from 172.16.0.26 filename 
/centos5-i386/pxelinux.0
  Jun 18 06:05:13 boothost in.tftpd[25947]: tftp: client does not accept options
  Jun 18 06:05:13 boothost in.tftpd[25948]: RRQ from 172.16.0.26 filename 
/centos5-i386/pxelinux.0
  Jun 18 06:05:13 boothost in.tftpd[25949]: RRQ from 172.16.0.26 filename 
pxelinux.cfg/44454c4c-3300-1033-8050-abcdef4e3153
  Jun 18 06:05:13 boothost in.tftpd[25950]: RRQ from 172.16.0.26 filename 
pxelinux.cfg/03-03-13-83-83-d3-a3
  Jun 18 06:05:13 boothost in.tftpd[25951]: RRQ from 172.16.0.26 filename 
pxelinux.cfg/AC10001A
  Jun 18 06:05:13 boothost in.tftpd[25952]: RRQ from 172.16.0.26 filename 
pxelinux.cfg/AC10001
  Jun 18 06:05:13 boothost in.tftpd[25953]: RRQ from 172.16.0.26 filename 
pxelinux.cfg/AC1000
  Jun 18 06:05:13 boothost in.tftpd[25954]: RRQ from 172.16.0.26 filename 
pxelinux.cfg/AC100
  Jun 18 06:05:13 boothost in.tftpd[25955]: RRQ from 172.16.0.26 filename 
pxelinux.cfg/AC10
  Jun 18 06:05:13 boothost in.tftpd[25956]: RRQ from 172.16.0.26 filename 
pxelinux.cfg/AC1
  Jun 18 06:05:13 boothost in.tftpd[25957]: RRQ from 172.16.0.26 filename 
pxelinux.cfg/AC
  Jun 18 06:05:13 boothost in.tftpd[25958]: RRQ from 172.16.0.26 filename 
pxelinux.cfg/A
  Jun 18 06:05:13 boothost in.tftpd[25959]: RRQ from 172.16.0.26 filename 
pxelinux.cfg/default


Any cluesticks on solving this? For now I've just reverted to 3.35, but it 
would 
be nice to get it working with the current release.


Cheers,
Gavin



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos