Re: [CentOS] Request advise regarding Driver for Intel Motherboard

2009-09-09 Thread Akemi Yagi
On Tue, Sep 8, 2009 at 11:37 PM, Sanjay Arora wrote:
> On Wed, Sep 9, 2009 at 3:15 AM, Ned Slider wrote:

>> There is also information at the top of this page (below) that explains
>> how to identify the correct driver for your hardware by querying the
>> vendor:device ID pairing and comparing to the list of supported devices
>> here:
>>
>> http://elrepo.org/tiki/DeviceIDs
>>
> Thanks
>
> lspci | grep -i "Ethernet" shows RTL8111/8168B PCI Adapter
>
> Intel site on the other hand linked to 8169 driver, which in this case
> is obviously wrong.

Please read the instructions on the DeviceIDs page once again.  You
ran only the first command.  You now need to look at the output and
run the second command "lspci -n | grep ". The 
part is the first item of the output from the first command.  The
output of the second command gives you the vendor:device ID pairing.

Now look for this pairing within that page and identify the driver you
should use.  If you find it in the "r8168.ko" section, then what you
will need is the kmod-r8168 package.  If you find it in the "r8169.ko"
section, you will want the kmod-r8169 package.

If you have already installed kmod-r8169 and if you want to uninstall
it, then run:

rpm -e kmod-r8169

That will cleanly uninstall the kernel r8169 module.

So, first, let us know the output from the second command above so
that we can tell which kernel module package your NIC requires.
Please show the entire output without truncating it.

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


Re: [CentOS] SQL Server 2005 and CentOS?

2009-09-09 Thread Pasi Kärkkäinen
On Tue, Sep 08, 2009 at 02:04:35PM -0400, Ross Walker wrote:
> On Tue, Sep 8, 2009 at 1:57 PM, Pasi Kärkkäinen wrote:
> > On Tue, Sep 08, 2009 at 10:22:56AM -0700, John R Pierce wrote:
> >> Rob Kampen wrote:
> >> > One of my clients use a software product that is "upgrading" and will
> >> > shortly utilize micro$oft SQL server 2005.
> >> > Currently the clients are XP on older machines with the database
> >> > residing on a Samba / CentOS server and this works very well.
> >> > Question: Does anyone run SQL server from XP in a virtualbox on CentOS?
> >> > Any other configuration that works on a linux server?
> >> > I do not want to have to buy another server grade machine just for
> >> > this application.
> >>
> >> SQL Server only runs on Windows SERVER OS's.  on a desktop OS like XP,
> >> youc an only run the 'lite' version aka MSDE or SQL Express depending on
> >> which version, and this only allows a very few database connections, and
> >> is mostly suited for standalone single user applications and software
> >> development.
> >>
> >> SQL Server has fairly expensive licensing per user too.
> >>
> >> I would NOT virtualize a SQL database server, they have intensive disk
> >> IO I/O requirements.  also don't run a database on a network mounted
> >> file system (samba, NAS, etc) for the same reason.
> >>
> >
> > I've been running various MSSQL databases on VMware VMs without problems..
> > of course you need to have fast enough disks (or a SAN).
> >
> > Also I've been running Oracle, Mysql and PostgreSQL databases on
> > Xen virtual machines for years without problems.
> >
> > It all depends on your CPU and/or IO requirements.. if you need all the
> > possible resources, then virtualization is not a good thing.
> 
> Actually $$$ can overcome that.
> 
> I know serveral high transaction SQL implementations running off of
> ESX going to either FC 3Par or EMC systems.
>

Yeah and I know some such setups using Equallogic iSCSI storage :)

> But I don't think the OP's requirements are at that level by the sound
> of things.
> 

Yep.

-- Pasi

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


Re: [CentOS] Request advise regarding Driver for Intel Motherboard

2009-09-09 Thread Sanjay Arora
On Wed, Sep 9, 2009 at 12:34 PM, Akemi Yagi wrote:

>
> Please read the instructions on the DeviceIDs page once again.  You
> ran only the first command.  You now need to look at the output and
> run the second command "lspci -n | grep ". The 
> part is the first item of the output from the first command.  The
> output of the second command gives you the vendor:device ID pairing.
>
> Now look for this pairing within that page and identify the driver you
> should use.  If you find it in the "r8168.ko" section, then what you
> will need is the kmod-r8168 package.  If you find it in the "r8169.ko"
> section, you will want the kmod-r8169 package.
>
> If you have already installed kmod-r8169 and if you want to uninstall
> it, then run:
>
> rpm -e kmod-r8169
>
> That will cleanly uninstall the kernel r8169 module.
>
> So, first, let us know the output from the second command above so
> that we can tell which kernel module package your NIC requires.
> Please show the entire output without truncating it.
>

[r...@localhost] lspci -n | grep "Ethernet"

03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03)

[r...@localhost] lspci -n | grep "03:00.0"

03:00.0 0200: 10ec:8168 (rev 03)

And yes, the kmod-r8169-xen was installed somehow and has been
uninstalled cleanly. I was uninstalling kmod-r8169 instead of
kmod-r8169-xen. Sorry for not being more careful.

rpm -qa reports my installed kernel as kernel-xen-2.6.18-8.el5

kmod-r8168-xen still wont install due to kernel module dependencies.
So what next.

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


[CentOS] help with bonobo

2009-09-09 Thread Jerry Geis
This morning I am getting a message on my screen that:

There was a problem registering the panel with the bonobo-activation 
server error code is 1

It further suggests run bonobo-slay to perhaps take care of the situation.
When I run bonobo-slay it says:

 bonobo-slay

Can not open directory /usr/lib/bonobo/servers
No such file or directory


What do I do now?
Thanks,

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


Re: [CentOS] help with bonobo

2009-09-09 Thread Jim Perrin
On Wed, Sep 9, 2009 at 7:29 AM, Jerry Geis  wrote:

>
> What do I do now?


You consider providing a bit more detail as to what you were doing
when you got that message, whether it happens every time, if it
appears to be related to something specific (every time I start
firefox, I get X), any packages you've changed from the default, etc.
.

What you've given us isn't really enough information to provide any
functional help.


-- 
During times of universal deceit, telling the truth becomes a revolutionary act.
George Orwell
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] help with bonobo

2009-09-09 Thread Jerry Geis
>
> You consider providing a bit more detail as to what you were doing
> when you got that message, whether it happens every time, if it
> appears to be related to something specific (every time I start
> firefox, I get X), any packages you've changed from the default, etc.
> .
>
> What you've given us isn't really enough information to provide any
> functional help.
>   
Jim,

Only thing I did last was a "yum update"... on centos 5 x86_64.
This happens every time I reboot.

once I hit the OK button it looks like everything still comes up and 
runs as normal.

I was hoping that based on the output of the "bonobo-slay" someone might
new what to do...

Thanks,

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


[CentOS] SELinux Relabeling

2009-09-09 Thread Jorge Fábregas
Hello everyone,

If create a folder called "whatever" under /var, the context is:

root:object_r:var_t  /var/whatever/

That's expected as it is under /var.  If I then change its type:

chcont -t httpd_sys_content_t /var/whatever

The context looks like:

root:object_r:httpd_sys_content_t  /var/whatever/

My question is...Shouldn't a relabeling of the filesystem change the type of 
this directory back to var_t?  I just performed a relabel (/.autorelabel) and 
the directory stayed with httpd_sys_content_t.  I thought that the only way 
this could happen was if I used "semanage fcontext -a " so that a new 
line would be appended in:
/etc/selinux//etc/selinux/targeted/contexts/files/file_contexts.local.


Not only that, If I perform "matchpathcon  /var/whatever" I still get var_t as 
its default type. Then again, why it kept the httpd_sys_content_t after the 
relabel?

Thansk in advance,
Jorge
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Remote backup of server

2009-09-09 Thread Michael Kress
Hi, you're searching for a solution that makes snapshots with hardlinks
1) use rsync --delete over ssh
2) use cp -al to create generations
3) rotate the generations daily, just with mv

The generations use nearly no additional disk space, only changes in the
file system consume space (i.e. additions), because of the usage of
hardlinks for the rest of the files. With new files, rsync will overwrite
the hardlink in the current generation of your backup. The hardlinks of
the older generations stay intact, thus the older physical file stays
intact. Remember, a file stays "alive" as long as there's at least one
hardlink pointing to it. This mechanism is the relief to your worries - if
a data corruption occurs on one of your files then your backups from the
past 'n' days will contain a file version that is still good, whereas 'n'
is the number of generations you'll keep.

An example:
day #1:
===
* first rsync happens, lots of files will be created
daily.0/abc   (hardlink to file abc with inode 2235)
daily.0/def   (hardlink to file def with inode 2249)
daily.0/ghi   (hardlink to file ghi with inode 3456)

day #2:
===
* do a 'cp -al daily.0 daily.1'
* do the new rsync on daily.0, modified file "abc" coming over
* the hardlink daily.1/abc stays untouched (so is the file)
* the hardlink faily.0/abc is a new one as the file is a new one
daily.0/abc   (NOTE: hardlink to file abc with inode 8877 ! )
daily.0/def   (hardlink to file def with inode 2249)
daily.0/ghi   (hardlink to file ghi with inode 3456)
daily.1/abc   (hardlink to file abc with inode 2235)
daily.1/def   (hardlink to file def with inode 2249)
daily.1/ghi   (hardlink to file ghi with inode 3456)

Each of the files def and ghi consume only once the disk space, whereas
abc from daily.0 and abc from daily.1 are different files with different
inodes and they of course consume the double amount of disk space.

You may secure your ssh connection even more by not using root i.e. by
using a non privileged user. In that case you'd have to use a sudo etry
(via 'visudo') allowing the non privileged user to use /usr/bin/rsync as
the super user, i.e. on EVERY file in the system. The sudo line would be:
backupuser ALL=(root)NOPASSWD:/usr/bin/rsync

Of course you should only mount the partition you're backing up to as read
write when you have to. Otherwise it should stay unmounted or at least
mounted read only. The machine you're backing up to should be a single
user machine. A user id 501 on machine A, named 'john', may be a different
user on machine B, there named 'bill'. So if bill logs into machine B (and
if he has user id 501) then he'll be able to see the files from user
'john', in case the backup partition is readable. (That's also why you
should keep it unmounted). Data in backups may e.g. contain mysql
passwords, smtp passwords, etc.

That's not THE ULTIMATE solution, but it works for me and it seems to be
quite efficient. I think the main advantage of that solution is that
you're independent of any backup software except for cp and rsync.

Contact me in case you've got further questions.
Michael


happymaster23 wrote:
> Thank you for reply,
>
> because rsync is only synchronizing data (with all errors), this is
> not backup. If on main server will be some data corruption and backup
> server will connect and synchronize all data with errors, I have
> nothing :).
>
> For example - rdiff-backup is working with increments, so you can
> restore data a year back...
>
> 2009/9/4 Johnny Hughes :
>> On 09/04/2009 11:23 AM, happymaster23 wrote:
>>> I want mount directory of one server to another over internet. I was
>>> looking to NFS4, but there are no security mechanisms. I need
>>> encrypted connection using private key (something like SFTP).
>>>
>>> Or - if there is in CentOS repo (or EPEL) package, that can mount
>>> directory over internet using private key and make differential backup
>>> (like rdiff-backup).
>>>
>>> Thank you very much for links or other resources work up
>>
>> Why not just use rsync over ssh?

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


Re: [CentOS] help with bonobo

2009-09-09 Thread Jim Perrin
> Jim,
>
> Only thing I did last was a "yum update"... on centos 5 x86_64.
> This happens every time I reboot.
>
> once I hit the OK button it looks like everything still comes up and
> runs as normal.
>
> I was hoping that based on the output of the "bonobo-slay" someone might
> new what to do...

On that output, not so much. The output directly below it is a bit
more helpful. Your system seems to think that /usr/lib/bonobo/servers
doesn't exist. You could check to see if it is actually there. It
could also be some multi-arch related issue, since you mention x86_64
and that's the 32bit path.

However as before, you're not really telling us anything overly
useful. You've not mentioned versions of software, whether this is
after you log in or prior to. Which manager you're using (gdm vs kdm)
or which gui where you're seeing this. You're not giving anyone enough
detail to move any real direction to help you.

You've given just about enough information about your problem to get
the typical helldesk response of 'Is your computer ON?'


-- 
During times of universal deceit, telling the truth becomes a revolutionary act.
George Orwell
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] help with bonobo

2009-09-09 Thread Jerry Geis
>
> On that output, not so much. The output directly below it is a bit
> more helpful. Your system seems to think that /usr/lib/bonobo/servers
> doesn't exist. You could check to see if it is actually there. It
> could also be some multi-arch related issue, since you mention x86_64
> and that's the 32bit path.
>
> However as before, you're not really telling us anything overly
> useful. You've not mentioned versions of software, whether this is
> after you log in or prior to. Which manager you're using (gdm vs kdm)
> or which gui where you're seeing this. You're not giving anyone enough
> detail to move any real direction to help you.
>
> You've given just about enough information about your problem to get
> the typical helldesk response of 'Is your computer ON?'
>
>   
Lets dig a little deaper...

I am using gnome and gdm.

 bonobo-slay  gives:

Can not open directory /usr/lib/bonobo/servers
No such file or directory

[r...@am2mm ~]# ls /usr/lib/bonobo
ls: /usr/lib/bonobo: No such file or directory


This machine auto logs on, X windows starts and I see this error 
message, a few seconds later
my application starts up as normal .

 rpm -qa | grep bonobo
libbonoboui-2.16.0-1.fc6
libbonobo-2.16.0-1.fc6
libbonoboui-2.16.0-1.fc6
libbonobo-2.16.0-1.fc6
gnome-python2-bonobo-2.16.0-1.fc6

There is a /usr/lib64/bonobo/servers directory.

Why is the 32 bit version starting (it would seem) and how do I stop it?

Thanks,

Jerry

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


Re: [CentOS] What repo did this rpm come from? rpm-VVa failures on new install

2009-09-09 Thread Robert Heller
At Tue, 8 Sep 2009 15:15:33 -1000 CentOS mailing list  wrote:

> 
> On Tue, Sep 8, 2009 at 2:02 PM, Stephen John Smoogen wrote:
> > rpm -qf 'fill in file name here' this will tell you hat RPM owned that file.
> >
> Then how do I find the rpm? I need to figure out which repo it came
> from, then download it from the repo, then unpack it and do a diff.
> 
> 'yum info  ' seems to just say  'Repo  : installed'.
> How do I get yum to tell me what repo it came from? Or should I just
> google for the rpm name and download it from any old place?
> Dave

rpm -qi 

man rpm
RTFM

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

-- 
Robert Heller -- 978-544-6933
Deepwoods Software-- Download the Model Railroad System
http://www.deepsoft.com/  -- Binaries for Linux and MS-Windows
hel...@deepsoft.com   -- http://www.deepsoft.com/ModelRailroadSystem/

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


Re: [CentOS] Remote backup of server

2009-09-09 Thread Alan McKay
Not sure if anyone mentioned this yet, but you might want to have a
look at a product called BackupPC, which is based on rsync but puts a
really nice front end on it.

Not sure if it can work over SSH though.  Just read the fine manual to find out.

-- 
“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] Remote backup of server

2009-09-09 Thread Michael Schumacher
Martin,

you may want to take a look on http://www.nongnu.org/storebackup/ I am
using that program for some month now. It installs easily, runs over
SSH connection, and saves a lot of space on the target machine by
hard-linking identical files between various backups.

on Friday, September 4, 2009 at 18:23 you wrote:

> Hello,

> I want mount directory of one server to another over internet. I was
> looking to NFS4, but there are no security mechanisms. I need
> encrypted connection using private key (something like SFTP).

> Or - if there is in CentOS repo (or EPEL) package, that can mount
> directory over internet using private key and make differential backup
> (like rdiff-backup).

> Thank you very much for links or other resources work up
> Martin Štastný
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos



best regards, 
Michael Schumacher

PAMAS Partikelmess- und Analysesysteme GmbH
Dieselstr.10, D-71277 Rutesheim
Tel +49-7152-99630
Fax +49-7152-996333
Geschäftsführer: Gerhard Schreck
Handelsregister B Stuttgart HRB 252024


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


Re: [CentOS] Request advise regarding Driver for Intel Motherboard

2009-09-09 Thread Akemi Yagi
On Wed, Sep 9, 2009 at 1:22 AM, Sanjay Arora wrote:
> On Wed, Sep 9, 2009 at 12:34 PM, Akemi Yagi wrote:

> [r...@localhost] lspci -n | grep "Ethernet"
>
> 03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
> RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03)
>
> [r...@localhost] lspci -n | grep "03:00.0"
>
> 03:00.0 0200: 10ec:8168 (rev 03)
>
> And yes, the kmod-r8169-xen was installed somehow and has been
> uninstalled cleanly. I was uninstalling kmod-r8169 instead of
> kmod-r8169-xen. Sorry for not being more careful.
>
> rpm -qa reports my installed kernel as kernel-xen-2.6.18-8.el5
>
> kmod-r8168-xen still wont install due to kernel module dependencies.
> So what next.

The xen kernels may need special attention because they have some kABI
tracking-related issues.  I see you are subscribed to the ELRepo
mailing list. Can we take this thread there?  This is because the
subject is now about the elrepo packages and not all ELRepo admins are
reading this CentOS mailing list.

By the way, if you are planning to install Windows XP as a guest (as
you indicated in the original post), I would suggest VirtualBox or
VMware.

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


Re: [CentOS] Remote backup of server

2009-09-09 Thread Les Mikesell
Alan McKay wrote:
> Not sure if anyone mentioned this yet, but you might want to have a
> look at a product called BackupPC, which is based on rsync but puts a
> really nice front end on it.
> 
> Not sure if it can work over SSH though.  Just read the fine manual to find 
> out.

Yes, backuppc can work with or without ssh - and besides hard-linking 
the identical files it also compresses them.

-- 
   Les Mikesell
lesmikes...@gmail.com



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


Re: [CentOS] Support for add disk SCSI

2009-09-09 Thread R-Elists
 
Luis,
 
backup the data on the machine just in case
 
then put the other 4 disks in. they should all be identical to each other,
or identical in pairs. (our preference)
 
they do not have to be identical to the first pair...
 
reboot and deal with the HP hardware raid controller setup of the disks
 
i do not believe you will be able to "hardware" raid 1+0 the the 4 disks
together using the HP setup in BIOS
 
i believe you will have to do it as qty (2) more RAID 1+0 pairs, yet you can
look and see.
 
you could hardware RAID5 the other 4 as well.
 
it all depends on what the HP hardware controller allows you to do and it
will tell you easily and plainly.
 
again, make sure you backup your data first.
 
 - rh
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] What are you doing right?

2009-09-09 Thread Phil Lembo
I'm a sysadmin by trade, so in my daily work I get to try out all kinds of
new technology including operating systems. Over the last year I've noticed
that many other distros won't run on some of my hardware (e.g. a Thinkpad
T61, Dell E510, GX620) at work and home. But CentOS does. Without fail.
Every time (well, there's that old Dell Inspiron 1200 that sits in the
kitchen... but we won't go there). Last night I had a hard disk crash on one
of my home boxes, so I decided to use it as an opportunity to try out
another well known RHEL clone that is also currently at v5.3. Although the
md5sum on the disk checked out it wouldn't even boot. I then tried their
Live CD. Still no good. So for good measure I tried the latest (v9.x) from
another project (you know, the one with the orange and brown color scheme).
NG.

So the question is, what is CentOS doing *right*?

A very sincere thanks to the CentOS project team for all their hard work in
making a distro I know I can always rely on.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] What are you doing right?

2009-09-09 Thread Steve Huff


On Sep 9, 2009, at 11:21 AM, Phil Lembo wrote:


So the question is, what is CentOS doing *right*?



http://www.redhat.com/rhel/compatibility/hardware/
http://www.redhat.com/partners/hardwarepartners/

that's at least part of the answer :)

-steve

--
If this were played upon a stage now, I could condemn it as an  
improbable fiction. - Fabian, Twelfth Night, III,v

http://five.sentenc.es



PGP.sig
Description: This is a digitally signed message part
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Remote backup of server

2009-09-09 Thread David Suhendrik




Les Mikesell wrote:

  Alan McKay wrote:
  
  
Not sure if anyone mentioned this yet, but you might want to have a
look at a product called BackupPC, which is based on rsync but puts a
really nice front end on it.

Not sure if it can work over SSH though.  Just read the fine manual to find out.

  
  
Yes, backuppc can work with or without ssh - and besides hard-linking 
the identical files it also compresses them.

  

May be anyone using Clustring metode an improving DRBD and HA for this
case?

-- 

no
Regards,
David

 ./nobody




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


[CentOS] CentOS-announce Digest, Vol 55, Issue 4

2009-09-09 Thread centos-announce-request
Send CentOS-announce mailing list submissions to
centos-annou...@centos.org

To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-requ...@centos.org

You can reach the person managing the list at
centos-announce-ow...@centos.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of CentOS-announce digest..."


Today's Topics:

   1. CESA-2009:1427 Moderate CentOS 3 i386 fetchmail - security
  update (Tru Huynh)
   2. CESA-2009:1427 Moderate CentOS 3 x86_64 fetchmail - security
  update (Tru Huynh)
   3. CESA-2009:1427 Moderate CentOS 4 x86_64 fetchmail - security
  update (Johnny Hughes)
   4. CESA-2009:1427 Moderate CentOS 4 i386 fetchmail - security
  update (Johnny Hughes)
   5. CESA-2009:1428 Moderate CentOS 4 i386 xmlsec1 -   security
  update (Johnny Hughes)
   6. CESA-2009:1428 Moderate CentOS 4 x86_64 xmlsec1 - security
  update (Johnny Hughes)


--

Message: 1
Date: Tue, 8 Sep 2009 19:07:54 +0200
From: Tru Huynh 
Subject: [CentOS-announce] CESA-2009:1427 Moderate CentOS 3 i386
fetchmail - security update
To: centos-annou...@centos.org
Message-ID: <20090908170754.ga14...@sillage.bis.pasteur.fr>
Content-Type: text/plain; charset="us-ascii"

CentOS Errata and Security Advisory CESA-2009:1427

fetchmail security update for CentOS 3 i386:
https://rhn.redhat.com/errata/RHSA-2009-1427.html

The following updated file has been uploaded and is currently syncing to
the mirrors:

i386:
updates/i386/RPMS/fetchmail-6.2.0-3.el3.5.i386.rpm

source:
updates/SRPMS/fetchmail-6.2.0-3.el3.5.src.rpm

You may update your CentOS-3 i386 installations by running the command:

yum update fetchmail

Tru
-- 
Tru Huynh (mirrors, CentOS-3 i386/x86_64 Package Maintenance)
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xBEFA581B
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : 
http://lists.centos.org/pipermail/centos-announce/attachments/20090908/c6fb2a52/attachment-0001.bin
 

--

Message: 2
Date: Tue, 8 Sep 2009 19:08:15 +0200
From: Tru Huynh 
Subject: [CentOS-announce] CESA-2009:1427 Moderate CentOS 3 x86_64
fetchmail   - security update
To: centos-annou...@centos.org
Message-ID: <20090908170815.gb14...@sillage.bis.pasteur.fr>
Content-Type: text/plain; charset="us-ascii"

CentOS Errata and Security Advisory CESA-2009:1427

fetchmail security update for CentOS 3 x86_64:
https://rhn.redhat.com/errata/RHSA-2009-1427.html

The following updated file has been uploaded and is currently syncing to
the mirrors:

x86_64:
updates/x86_64/RPMS/fetchmail-6.2.0-3.el3.5.x86_64.rpm

source:
updates/SRPMS/fetchmail-6.2.0-3.el3.5.src.rpm

You may update your CentOS-3 x86_64 installations by running the command:

yum update fetchmail

Tru
-- 
Tru Huynh (mirrors, CentOS-3 i386/x86_64 Package Maintenance)
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xBEFA581B
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : 
http://lists.centos.org/pipermail/centos-announce/attachments/20090908/9dd2db04/attachment-0001.bin
 

--

Message: 3
Date: Tue, 08 Sep 2009 19:40:17 -0500
From: Johnny Hughes 
Subject: [CentOS-announce] CESA-2009:1427 Moderate CentOS 4 x86_64
fetchmail   - security update
To: CentOS-Announce 
Message-ID: <4aa6f971.3040...@centos.org>
Content-Type: text/plain; charset="iso-8859-1"

CentOS Errata and Security Advisory CESA-2009:1427

fetchmail security update for CentOS 4 x86_64:
https://rhn.redhat.com/errata/RHSA-2009-1427.html

The following updated file has been uploaded and is currently syncing to
the mirrors:

x86_64:
fetchmail-6.2.5-6.0.1.el4_8.1.x86_64.rpm

src:
fetchmail-6.2.5-6.0.1.el4_8.1.src.rpm

-- next part --
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 253 bytes
Desc: OpenPGP digital signature
Url : 
http://lists.centos.org/pipermail/centos-announce/attachments/20090908/9382094f/attachment-0001.bin
 

--

Message: 4
Date: Tue, 08 Sep 2009 19:40:26 -0500
From: Johnny Hughes 
Subject: [CentOS-announce] CESA-2009:1427 Moderate CentOS 4 i386
fetchmail - security update
To: CentOS-Announce 
Message-ID: <4aa6f97a.6060...@centos.org>
Content-Type: text/plain; charset="iso-8859-1"

CentOS Errata and Security Advisory CESA-2009:1427

fetchmail security update for CentOS 4 i386:
https://rhn.redhat.com/errata/RHSA-2009-1427.html

The following updated file has been uploaded 

Re: [CentOS] Remote backup of server

2009-09-09 Thread Les Mikesell
David Suhendrik wrote:
> 
>>> Not sure if anyone mentioned this yet, but you might want to have a
>>> look at a product called BackupPC, which is based on rsync but puts a
>>> really nice front end on it.
>>>
>>> Not sure if it can work over SSH though.  Just read the fine manual to find 
>>> out.
>>> 
>>
>> Yes, backuppc can work with or without ssh - and besides hard-linking 
>> the identical files it also compresses them.
>>
>>   
> May be anyone using Clustring metode an improving DRBD and HA for this case?

That's a somewhat different scenario.  Backuppc and other hardlink 
backup tools maintain a history with snapshot copies at configurable 
intervals so you can restore things even if you don't notice a problem 
until later.  DRBD is a live replication of only the current contents. 
If, for example, someone accidentally deletes your source code 
repository or an important database, it would be gone immediately on the 
copy too.

-- 
   Les Mikesell
lesmikes...@gmail.com

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


Re: [CentOS] Remote backup of server

2009-09-09 Thread Michael H. Warfield
On Wed, 2009-09-09 at 14:19 +0200, Michael Kress wrote:
> Hi, you're searching for a solution that makes snapshots with hardlinks
> 1) use rsync --delete over ssh
> 2) use cp -al to create generations
> 3) rotate the generations daily, just with mv

> The generations use nearly no additional disk space, only changes in the
> file system consume space (i.e. additions), because of the usage of
> hardlinks for the rest of the files. With new files, rsync will overwrite
> the hardlink in the current generation of your backup. The hardlinks of
> the older generations stay intact, thus the older physical file stays
> intact. Remember, a file stays "alive" as long as there's at least one
> hardlink pointing to it. This mechanism is the relief to your worries - if
> a data corruption occurs on one of your files then your backups from the
> past 'n' days will contain a file version that is still good, whereas 'n'
> is the number of generations you'll keep.

On another list someone recommended Duplicity.  It will do incremental
backups and encrypt them using GPG, so they will also be compressed as
well as encrypt.  You can then store and maintain your backup repository
on a third party repository and not have to worry about security.  It's
encrypted at the point of origin, so it's compressed and secured before
it ever leaves you system.  Only downside that I can see is that it uses
tar format so it can not preserve extended attributes.  But it would
have no trouble with hard links.

http://www.nongnu.org/duplicity/

== 
"Duplicity backs directories by producing encrypted tar-format volumes
and uploading them to a remote or local file server. Because duplicity
uses librsync, the incremental archives are space efficient and only
record the parts of files that have changed since the last backup.
Because duplicity uses GnuPG to encrypt and/or sign these archives, they
will be safe from spying and/or modification by the server... In theory
many protocols for connecting to a file server could be supported; so
far ssh/scp, local file access, rsync, ftp, HSI, WebDAV, and Amazon S3
have been written."
== 

> An example:
> day #1:
> ===
> * first rsync happens, lots of files will be created
> daily.0/abc   (hardlink to file abc with inode 2235)
> daily.0/def   (hardlink to file def with inode 2249)
> daily.0/ghi   (hardlink to file ghi with inode 3456)
> 
> day #2:
> ===
> * do a 'cp -al daily.0 daily.1'
> * do the new rsync on daily.0, modified file "abc" coming over
> * the hardlink daily.1/abc stays untouched (so is the file)
> * the hardlink faily.0/abc is a new one as the file is a new one
> daily.0/abc   (NOTE: hardlink to file abc with inode 8877 ! )
> daily.0/def   (hardlink to file def with inode 2249)
> daily.0/ghi   (hardlink to file ghi with inode 3456)
> daily.1/abc   (hardlink to file abc with inode 2235)
> daily.1/def   (hardlink to file def with inode 2249)
> daily.1/ghi   (hardlink to file ghi with inode 3456)
> 
> Each of the files def and ghi consume only once the disk space, whereas
> abc from daily.0 and abc from daily.1 are different files with different
> inodes and they of course consume the double amount of disk space.
> 
> You may secure your ssh connection even more by not using root i.e. by
> using a non privileged user. In that case you'd have to use a sudo etry
> (via 'visudo') allowing the non privileged user to use /usr/bin/rsync as
> the super user, i.e. on EVERY file in the system. The sudo line would be:
> backupuser ALL=(root)NOPASSWD:/usr/bin/rsync
> 
> Of course you should only mount the partition you're backing up to as read
> write when you have to. Otherwise it should stay unmounted or at least
> mounted read only. The machine you're backing up to should be a single
> user machine. A user id 501 on machine A, named 'john', may be a different
> user on machine B, there named 'bill'. So if bill logs into machine B (and
> if he has user id 501) then he'll be able to see the files from user
> 'john', in case the backup partition is readable. (That's also why you
> should keep it unmounted). Data in backups may e.g. contain mysql
> passwords, smtp passwords, etc.
> 
> That's not THE ULTIMATE solution, but it works for me and it seems to be
> quite efficient. I think the main advantage of that solution is that
> you're independent of any backup software except for cp and rsync.
> 
> Contact me in case you've got further questions.
> Michael
> 
> 
> happymaster23 wrote:
> > Thank you for reply,
> >
> > because rsync is only synchronizing data (with all errors), this is
> > not backup. If on main server will be some data corruption and backup
> > server will connect and synchronize all data with errors, I have
> > nothing :).
> >
> > For example - rdiff-backup is working with increments, so you can
> > restore data a year back...
> >
> > 2009/9/4 Johnny Hughes :
> >> On 09/04/2009 11:23 AM, happymaster23 wrote:
> >>> I want mount directory of one server to another over internet

Re: [CentOS] help with bonobo

2009-09-09 Thread Jim Perrin
On Wed, Sep 9, 2009 at 8:58 AM, Jerry Geis  wrote:

> This machine auto logs on, X windows starts and I see this error
> message, a few seconds later
> my application starts up as normal .
>
>  rpm -qa | grep bonobo
> libbonoboui-2.16.0-1.fc6
> libbonobo-2.16.0-1.fc6
> libbonoboui-2.16.0-1.fc6
> libbonobo-2.16.0-1.fc6
> gnome-python2-bonobo-2.16.0-1.fc6
>
> There is a /usr/lib64/bonobo/servers directory.
>
> Why is the 32 bit version starting (it would seem) and how do I stop it?

http://wiki.centos.org/TipsAndTricks/YumAndRPM

Do step 1 (or drop it into /etc/rpm/macros.local so it applies to all users)

then remove the i386 versions of those packages (they should now be
visible as libbonoboui-2.16.0-1.fc6.i386 etc).


-- 
During times of universal deceit, telling the truth becomes a revolutionary act.
George Orwell
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] waiting IOs...

2009-09-09 Thread John Doe
Hi,

We have a storage server (HP DL360G5 + MSA20 (12 disks in RAID 6) on a 
SmartArray6400).
10 directories are exported through nfs to 10 clients 
(rsize=32768,wsize=32768,soft,intr,nosuid,proto=udp,vers=3).
The server is apparently not doing much but... we have very high waiting IOs.

dstat show very little activity, but high 'wai'...

# dstat 
total-cpu-usage -dsk/total- -net/total- ---paging-- ---system--
usr sys idl wai hiq siq| read  writ| recv  send|  in   out | int   csw 
  0   0  88  12   0   0| 413k   98k|   0 0 |   0 0 | 188   132 
  0   1  46  53   0   0| 716k   48k|  19k  420k|   0 0 |1345   476 
  0   1  49  50   0   1| 492k   32k|  12k  181k|   0 0 |1269   482 
  0   1  63  37   0   0| 316k  159k|  58k  278k|   0 0 |1789  1562 
  0   0  74  26   0   0|  84k  512k|1937B 6680B|   0 0 |1200   106 
  0   1  44  55   0   1| 612k   80k|  14k  221k|   0 0 |1378   538 
  1   1  52  47   0   0| 628k0 |  17k  318k|   0 0 |1327   520 
  0   1  50  49   0   0| 484k   60k|  14k  178k|   0 0 |1303   494 
  0   0  87  13   0   0| 124k0 |7745B  116k|   0 0 |1083   139 
  0   1  59  41   0   0| 316k   60k|4828B   67k|   0 0 |1179   346 

top shows that one nfsd is usualy in state 'D' (waiting).

# top -i(sorted by cpu usage)
top - 18:11:28 up 207 days,  7:13,  2 users,  load average: 0.99, 1.07, 1.00
Tasks: 124 total,   1 running, 123 sleeping,   0 stopped,   0 zombie
Cpu(s):  0.0%us,  0.2%sy,  0.0%ni, 54.3%id, 45.3%wa,  0.2%hi,  0.0%si,  0.0%st
Mem:   3089252k total,  3068112k used,21140k free,   928468k buffers
Swap:  2008116k total,  164k used,  2007952k free,   293716k cached

  PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+ 
COMMAND 

  
16571 root  15   0 12708 1076  788 R1  0.0   0:00.02
top 

  
 2580 root  15   0 000 D0  0.0   2:36.70 nfsd 

# cat /proc/net/rpc/nfsd
rc 8872 34768207 38630969
fh 142 0 0 0 0
io 2432226534 884662242
th 32 394 4851.311 2437.416 370.949 238.432 542.241 4.942 2.239 1.000 0.427 
0.541
ra 64 3876274 5025 3724 2551 2030 2036 1506 1607 1219 1154 1136249
net 73410453 73261524 0 0
rpc 73408119 0 0 0 0
proc2 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
proc3 22 33 9503937 1315066 11670859 7139862 0 5033349 28129122 3729031 0 0 0 
487614 0 1116215 0 0 2054329 21225 66 0 2351744
proc4 2 0 0
proc4ops 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
0 0 0 0 0 0

Do you think nfs is the problem here?
If so, is there something wrong with our config?
Is it too much to have 10 dir x 10 clients, even if there is almost no traffic?

Thx,
JD


  

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


Re: [CentOS] waiting IOs...

2009-09-09 Thread nate
John Doe wrote:
> Hi,
>
> We have a storage server (HP DL360G5 + MSA20 (12 disks in RAID 6) on a
> SmartArray6400).
> 10 directories are exported through nfs to 10 clients
> (rsize=32768,wsize=32768,soft,intr,nosuid,proto=udp,vers=3).
> The server is apparently not doing much but... we have very high waiting
> IOs.

How about running iostat -x ? Sounds like the system is doing a lot
more than you think it is..

nate


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


Re: [CentOS] CentOS vs Fedora?

2009-09-09 Thread Ron Blizzard
On Tue, Sep 8, 2009 at 6:31 PM, David Suhendrik wrote:
> Dear All,
> I'm newbie and i want to know Your opinion about CentOS vs Fedora, hopefully
> this isn't make a flame, and just to curious..
> Actucally now I'm using CentOS as some servers. ^_^'

For me CentOS is just a better choice. I prefer stability to "cutting
edge" -- even for my desktop computers (I don't have any servers).
I've tried several versions of Fedora -- liked the earlier versions,
thought versions 7 through 9 were a bit too "cutting edge," but am
impressed with 10 and 11. Still, due to the nature of Fedora, you've
got a *lot* of upgrades and I think that would beat me down after a
while. If CentOS (or Scientific Linux) didn't exist, I would probably
use Fedora.

-- 
RonB -- Using CentOS 5.3
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS vs Fedora?

2009-09-09 Thread Ron Blizzard
On Wed, Sep 9, 2009 at 1:02 PM, Ron Blizzard wrote:

> impressed with 10 and 11. Still, due to the nature of Fedora, you've
> got a *lot* of upgrades and I think that would beat me down after a

Meant to say "updates" instead of "upgrades."

-- 
RonB -- Using CentOS 5.3
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] waiting IOs...

2009-09-09 Thread Alan McKay
> How about running iostat -x ? Sounds like the system is doing a lot
> more than you think it is..

You might want to set yourself up with a performance monitoring system
like Munin to give you more extensive data, as well.

If you get that far, you'll find the iostat plugin to be a bit lacking
- I've written a more useful one that I'd be happy to share.


-- 
“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] waiting IOs...

2009-09-09 Thread Eugene Vilensky
> Do you think nfs is the problem here?
> If so, is there something wrong with our config?
> Is it too much to have 10 dir x 10 clients, even if there is almost no 
> traffic?

This has very little to do with the number of clients or directories,
except that in general terms more users = more work.  If the workload
is highly random and not easily cached, you could be seeing low
throughput but also IOPS starvation.  Does 12 disks in Raid6 mean 10
data disks?  That's not a lot at all, especially if it is an array
that doesn't do much abstraction; any given block will only exist in
on a single spindle, creating potential for hot spots if we are
talking large sized disks.

Can you do any analysis of the array, specifically looking for hot
disks, busy disks, high latencies, etc?  Do you know what your
baseline should be for this array versus your 10 client workload?
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] help with bonobo

2009-09-09 Thread Jerry Geis
>
> http://wiki.centos.org/TipsAndTricks/YumAndRPM
>
> Do step 1 (or drop it into /etc/rpm/macros.local so it applies to all users)
>
> then remove the i386 versions of those packages (they should now be
> visible as libbonoboui-2.16.0-1.fc6.i386 etc).
>
>   
Jim,

I removed the (2) packages that were i386.
I rebooted the box and the same message pops up.
I logged back in and did:

 rpm -qa | grep bonobo
libbonobo-2.16.0-1.fc6.x86_64
libbonoboui-2.16.0-1.fc6.x86_64
gnome-python2-bonobo-2.16.0-1.fc6.x86_64


So now only the 64bit packages are present. (note: I did rpm -e --nodeps 
package to remove the 32 bit ones)

I then did:
 bonobo-slay

Can not open directory /usr/lib/bonobo/servers
No such file or directory

Does it still think its 32 bit based on the directory given?
What might the next step be?

Thanks,

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


Re: [CentOS] Request advise regarding Driver for Intel Motherboard

2009-09-09 Thread Sanjay Arora
On Wed, Sep 9, 2009 at 7:59 PM, Akemi Yagi wrote:
> On Wed, Sep 9, 2009 at 1:22 AM, Sanjay Arora wrote:
>> On Wed, Sep 9, 2009 at 12:34 PM, Akemi Yagi wrote:
>
>> [r...@localhost] lspci -n | grep "Ethernet"
>>
>> 03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
>> RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03)
>>
>> [r...@localhost] lspci -n | grep "03:00.0"
>>
>> 03:00.0 0200: 10ec:8168 (rev 03)
>>
>> And yes, the kmod-r8169-xen was installed somehow and has been
>> uninstalled cleanly. I was uninstalling kmod-r8169 instead of
>> kmod-r8169-xen. Sorry for not being more careful.
>>
>> rpm -qa reports my installed kernel as kernel-xen-2.6.18-8.el5
>>
>> kmod-r8168-xen still wont install due to kernel module dependencies.
>> So what next.
>
> The xen kernels may need special attention because they have some kABI
> tracking-related issues.  I see you are subscribed to the ELRepo
> mailing list. Can we take this thread there?  This is because the
> subject is now about the elrepo packages and not all ELRepo admins are
> reading this CentOS mailing list.
>
> By the way, if you are planning to install Windows XP as a guest (as
> you indicated in the original post), I would suggest VirtualBox or
> VMware.
>

Further discussion continues here at
http://lists.elrepo.org/pipermail/elrepo/2009-September/42.html

just for those who may face the same problem later and research it in archives.

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


Re: [CentOS] waiting IOs...

2009-09-09 Thread John R Pierce
John Doe wrote:
> Hi,
>
> We have a storage server (HP DL360G5 + MSA20 (12 disks in RAID 6) on a 
> SmartArray6400).
> 10 directories are exported through nfs to 10 clients 
> (rsize=32768,wsize=32768,soft,intr,nosuid,proto=udp,vers=3).
> The server is apparently not doing much but... we have very high waiting IOs.
>
> dstat show very little activity, but high 'wai'...
>   

as others have said, iostat -x N  for an N like 5 (5 seconds).   ignore 
the first sample as its the average since boot, instead, look at the 
ongoing 5 second interval samples, and look for high await, svctm, and 
%util, as well as the rrqm/s and wrqm/s numbers, rather than sec/s, as 
sequential access is likely the least of your problems.raid6 does 
pretty poorly on heavy random write workloads

Also, IBM has a neat freeware system analysis tool called NMON 
(originally for AIX, ported to Linux)
http://www.ibm.com/developerworks/aix/library/au-analyze_aix/ works 
sorta like a souped up 'top' but has per file system IO stats and stuff 
too.   it can also accumulate stats over a long period into a CSV file, 
and they have an excel spreadsheet that loads said CSV file and cranks 
out a lot of fairly useful graphs.dunno if the excel spreadsheet 
works in OOcalc or not.


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


Re: [CentOS] CentOS vs Fedora?

2009-09-09 Thread David Suhendrik
Title: no




Ron Blizzard wrote:

  On Tue, Sep 8, 2009 at 6:31 PM, David Suhendrik wrote:
  
  
Dear All,
I'm newbie and i want to know Your opinion about CentOS vs Fedora, hopefully
this isn't make a flame, and just to curious..
Actucally now I'm using CentOS as some servers. ^_^'

  
  
For me CentOS is just a better choice. I prefer stability to "cutting
edge" -- even for my desktop computers (I don't have any servers).
I've tried several versions of Fedora -- liked the earlier versions,
thought versions 7 through 9 were a bit too "cutting edge," but am
impressed with 10 and 11. Still, due to the nature of Fedora, you've
got a *lot* of upgrades and I think that would beat me down after a
while. If CentOS (or Scientific Linux) didn't exist, I would probably
use Fedora.

  

I'm using CentOS with reason same as You, I'm isn't beta tester and
won't using tester on productive servers. But sometimes i'm using
Fedora repos for upgrade some packages.

Cheers...
-- 


Regards,
David

 ./nobody




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


[CentOS] Problem kernel module DRBD on CentOS 5.3

2009-09-09 Thread David Suhendrik
Title: no




Hi All,
I'm just tried to install and build replicate failover PDC using DRBD
and HA, but i can't load DRBD kernel module.
Now i'm using CentOS 5.3 up to date. This DRBD's installed:
kmod-drbd83-xen-8.3.2-6.el5_3
kmod-drbd83-PAE-8.3.2-6.el5_3
drbd83-8.3.2-6.el5_3
kmod-drbd83-8.3.2-6.el5_3

Anyone resolved this?

Thanks before...

-- 


Regards,
David

 ./nobody




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


Re: [CentOS] Problem kernel module DRBD on CentOS 5.3

2009-09-09 Thread Alan Sparks
David Suhendrik wrote:
> Hi All,
> I'm just tried to install and build replicate failover PDC using DRBD
> and HA, but i can't load DRBD kernel module.
> Now i'm using CentOS 5.3 up to date. This DRBD's installed:
> /kmod-drbd83-xen-8.3.2-6.el5_3
> kmod-drbd83-PAE-8.3.2-6.el5_3
> drbd83-8.3.2-6.el5_3
> kmod-drbd83-8.3.2-6.el5_3
>
> /Anyone resolved this?
>
> Thanks before...
>
> -- 
> Regards,
> David
> 
> ./nobody
> 
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>   

Way not enough info in your message to answer you.  Have you created
your /etc/drbd.conf files?  Are you running the 'service drbd start'? 
What error message if any do you see?  Anything in syslogs?  More
details please.
-Alan

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


Re: [CentOS] Problem kernel module DRBD on CentOS 5.3

2009-09-09 Thread John R. Dennison
On Thu, Sep 10, 2009 at 01:41:33AM +0700, David Suhendrik wrote:

Hi.  Might I kindly request that you reconfigure your mailer
to not post html-only messages to this (or really, any other)
mailing list?  There are those of us that do not use GUI 
mail programs and therefore have to go through various
contortions in order to view messages that are html-only with
no corresponding plain-text component.  Not only is this in
violation of standards, it is against list guidelines for
CentOS mailing lists as clearly laid out at:

http://www.centos.org/modules/tinycontent/index.php?id=16

Thank you :)





John

-- 
DMR: So fsck was originally called something else.
Q: What was it called?
DMR: Well, the second letter was different.
   Dennis M. Ritchie, Usenix, June 18, 1998.


pgpCyVDUlNgMF.pgp
Description: PGP signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Problem kernel module DRBD on CentOS 5.3

2009-09-09 Thread David Suhendrik
Title: no




Alan Sparks wrote:

  David Suhendrik wrote:

  
Hi All,
I'm just tried to install and build replicate failover PDC using DRBD
and HA, but i can't load DRBD kernel module.
Now i'm using CentOS 5.3 up to date. This DRBD's installed:
/kmod-drbd83-xen-8.3.2-6.el5_3
kmod-drbd83-PAE-8.3.2-6.el5_3
drbd83-8.3.2-6.el5_3
kmod-drbd83-8.3.2-6.el5_3

/Anyone resolved this?

Thanks before...

-- 
Regards,
David

./nobody


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

  
  
Way not enough info in your message to answer you.  Have you created
your /etc/drbd.conf files?  Are you running the 'service drbd start'? 
What error message if any do you see?  Anything in syslogs?  More
details please.
-Alan

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



Thanks Alan,

This is error message when start service DRBD
$ sudo /etc/init.d/drbd start 
Starting DRBD resources: Can not load the drbd module.

I don't get any error message, and i think problem is DRBD kernel
module, not ??
$ sudo cat /proc/drbd   
cat: /proc/drbd: No such file or directory


-- 



Regards,
David

 ./nobody




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


Re: [CentOS] help with bonobo

2009-09-09 Thread Nicolas Thierry-Mieg
Jerry Geis wrote:
>> http://wiki.centos.org/TipsAndTricks/YumAndRPM
>>
>> Do step 1 (or drop it into /etc/rpm/macros.local so it applies to all users)
>>
>> then remove the i386 versions of those packages (they should now be
>> visible as libbonoboui-2.16.0-1.fc6.i386 etc).
>>
>>   
> Jim,
> 
> I removed the (2) packages that were i386.
> I rebooted the box and the same message pops up.
> I logged back in and did:
> 
>  rpm -qa | grep bonobo
> libbonobo-2.16.0-1.fc6.x86_64
> libbonoboui-2.16.0-1.fc6.x86_64
> gnome-python2-bonobo-2.16.0-1.fc6.x86_64
> 
> 
> So now only the 64bit packages are present. (note: I did rpm -e --nodeps 
> package to remove the 32 bit ones)

bad idea (nodeps)...
you should probably reinstall them and then either leave them, or remove 
whatever depends on them. Otherwise chances are whatever depends on them 
will be broken on your system.
It's not related to your current problem, but maybe to one of your next 
posts to the list ;-)


> I then did:
>  bonobo-slay
> 
> Can not open directory /usr/lib/bonobo/servers
> No such file or directory
> 
> Does it still think its 32 bit based on the directory given?
> What might the next step be?

/usr/bin/bonobo-slay is a perl script, clearly buggy wrt 64-bit (that 
path is hard-coded).
I have no idea what it does, bonobo is a monkey to me, but you could try 
fixing that script. You might also consider filing a bug somewhere.
Whether fixing the script would solve your problem is another 
question... But it may be worth a try.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Problem kernel module DRBD on CentOS 5.3

2009-09-09 Thread Alan Sparks
David Suhendrik wrote:
> Thanks Alan,
>
> This is error message when start service DRBD
> $ sudo /etc/init.d/drbd start
> Starting DRBD resources: Can not load the drbd module.
>
> I don't get any error message, and i think problem is DRBD kernel
> module, not ??
> $ sudo cat /proc/drbd  
> cat: /proc/drbd: No such file or directory
>
> -- 
> Regards,
> David
> 

And you've checked dmesg, and /var/log/messages?  And you created a
correct /etc/drbd.conf?
What have you actually done to this point?
-Alan

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


[CentOS] yum issue with extras repo?

2009-09-09 Thread Dave Stevens
Hello All,

As you can see below I am having a problem checking for updates. This  
happens repeatedly. I have to kill the process then rerun. I have  
tried "yum clean all" but no joy - the process hangs again on "extras"  
- see second listing below. Suggestions?

Dave

[r...@cserver ~]# yum check-update
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
  * epel: fedora.mirror.facebook.net
  * base: ftp.telus.net
  * updates: ftp.telus.net
  * addons: ftp.telus.net
  * extras: ftp.telus.net
epel | 2.1 kB 00:00
virtualmin   |  951 B 00:00
pgdg83   | 1.9 kB 00:00
virtualmin-universal |  951 B 00:00
base | 1.1 kB 00:00
updates  |  951 B 00:00
addons   |  951 B 00:00
extras   | 1.1 kB 00:00

--- hangup here -

 listing 2 ---

[r...@cserver ~]# yum clean all
Loaded plugins: fastestmirror, priorities
Cleaning up Everything
Cleaning up list of fastest mirrors
[r...@cserver ~]# yum check-update
Loaded plugins: fastestmirror, priorities
Determining fastest mirrors
  * epel: fedora.mirror.facebook.net
  * base: ftp.telus.net
  * updates: ftp.telus.net
  * addons: ftp.telus.net
  * extras: ftp.telus.net
epel | 2.1 kB 00:00
primary.sqlite.bz2   | 2.6 MB 00:16
virtualmin   |  951 B 00:00
primary.xml.gz   |  70 kB 00:00
virtualmin 254/254
pgdg83   | 1.9 kB 00:00
primary.sqlite.bz2   | 120 kB 00:01
virtualmin-universal |  951 B 00:00
primary.xml.gz   |  11 kB 00:00
base | 1.1 kB 00:00
primary.xml.gz   | 878 kB 00:04
base   2508/2508
updates  |  951 B 00:00
primary.xml.gz   | 318 kB 00:01
updates479/479
addons   |  951 B 00:00
primary.xml.gz   |  157 B 00:00
extras   | 1.1 kB 00:00
primary.xml.gz   | 107 kB 00:00
extras 324/324



-- 
When addiction becomes commonplace in a society, people become  
addicted not only to alcohol and drugs, but to a thousand other  
destructive pursuits: money, power, dysfunctional relationships, or  
video games. A social perspective on addiction does not deny  
individual differences in vulnerability to addiction, but it removes  
them from the foreground of attention, because social determinants are  
more powerful.

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


Re: [CentOS] yum issue with extras repo?

2009-09-09 Thread Akemi Yagi
On Wed, Sep 9, 2009 at 1:02 PM, Dave Stevens wrote:
> Hello All,
>
> As you can see below I am having a problem checking for updates. This
> happens repeatedly. I have to kill the process then rerun. I have
> tried "yum clean all" but no joy - the process hangs again on "extras"
> - see second listing below. Suggestions?
>
> Dave
>
> [r...@cserver ~]# yum check-update
> Loaded plugins: fastestmirror, priorities
> Loading mirror speeds from cached hostfile
>  * epel: fedora.mirror.facebook.net
>  * base: ftp.telus.net
>  * updates: ftp.telus.net
>  * addons: ftp.telus.net
>  * extras: ftp.telus.net
> epel                                                     | 2.1 kB     00:00
> virtualmin                                               |  951 B     00:00
> pgdg83                                                   | 1.9 kB     00:00
> virtualmin-universal                                     |  951 B     00:00
> base                                                     | 1.1 kB     00:00
> updates                                                  |  951 B     00:00
> addons                                                   |  951 B     00:00
> extras                                                   | 1.1 kB     00:00

I suspect it is the non-CentOS repos that are causing the hang (?).

You might want to check that by running:

yum update --disablerepo=\* --enablerepo=base,extras,updates

and see if this one runs fine.

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


Re: [CentOS] Problem kernel module DRBD on CentOS 5.3

2009-09-09 Thread David Suhendrik
Alan Sparks wrote:
> David Suhendrik wrote:
>   
>> Thanks Alan,
>>
>> This is error message when start service DRBD
>> $ sudo /etc/init.d/drbd start
>> Starting DRBD resources: Can not load the drbd module.
>>
>> I don't get any error message, and i think problem is DRBD kernel
>> module, not ??
>> $ sudo cat /proc/drbd  
>> cat: /proc/drbd: No such file or directory
>>
>> -- 
>> Regards,
>> David
>> 
>> 
>
> And you've checked dmesg, and /var/log/messages?  And you created a
> correct /etc/drbd.conf?
> What have you actually done to this point?
> -Alan
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
>   
Alan,
Please let me know your estimate?
Im sure with my drbd.conf and i don't get any message about drbd both on 
dmesg and message.
I concern with this error message:
$ sudo /etc/init.d/drbd start
Starting DRBD resources: Can not load the drbd module.

Indicate if DRBD module not loaded by kernel, may be missing module or 
anything i don't know..., what do you think?

-- 
Regards,
David

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


[CentOS] bonding driver with arp detection

2009-09-09 Thread nate
Hello -

Was wondering if anyone is running the bonding network driver in
active/backup mode using arp_validate?

I'm trying to deal with really crappy network switches from Dell
and I thought I could work around their faults in the short term
by switching from link monitoring to arp monitoring. But I ran
into a situation just now that seems even arp monitoring isn't
enough.

This is my config for the system:

CentOS 5.2 base
2.6.18-128.1.10.el5 kernel (I think it's a 5.3 kernel)

Ethernet Channel Bonding Driver: v3.2.4 (January 28, 2008)

Bonding Mode: fault-tolerance (active-backup)
Primary Slave: None
Currently Active Slave: eth1
MII Status: up
MII Polling Interval (ms): 0
Up Delay (ms): 0
Down Delay (ms): 0
ARP Polling Interval (ms): 1000
ARP IP target/s (n.n.n.n form): 10.16.1.1, 10.16.1.254

Slave Interface: eth0
MII Status: up
Link Failure Count: 2
Permanent HW addr: 00:21:9b:8d:f1:0c

Slave Interface: eth1
MII Status: up
Link Failure Count: 1


--

Both IPs are supposed to be redundant, .1 is a pair of stacked
piece of shit Dell gigabit switches, the other is a pair of
F5 LTM load balancers.

System had been running fine for about the past 9 days since I
enabled this stuff, and then for some reason could no longer
talk to 10.16.1.254, looking at tcpdump I saw the system almost
flooding the link for arp requests for that address and maybe
getting one in 10 answered. Communication with 10.16.1.1 was
fine by contrast. 40 other systems on the same LAN communicate
with both addresses constantly so I know both were more or
less OK, it was something with the switch itself(have seen
behavior on multiple Dell switches where they decide to stop
forwarding traffic, which is what prompted me to switch from
link monitoring to arp monitoring)

At the time the system was running on eth0, so I brought that
interface down and it immediately failed over to eth1 and
things were ok again. I have since failed it back to eth0 and
things are still fine.

What I'd like to do if possible is configure the bonding driver
to fail if either of the arp attempts fails, as far as I can
see the default is even if 1 succeeds then the driver thinks it's
ok. Looking at the arp_validate option it seems it only applies
to slaves, not to the active link.

Is there any thing I can do to make the driver fail if even one
of the two addresses is not responding?

I have noticed that in some cases the fail over does work, checking
several systems they all have at least 1 link failure detected
for each interface.

Longer term my goal is to replace the switches entirely, been
pushing that for about a month now.

just goes to show you get what you pay for when you buy crap
equipment(wasn't my idea), sigh.

thanks

nate


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


Re: [CentOS] yum issue with extras repo?

2009-09-09 Thread drew einhorn
Y9ou

On Wed, Sep 9, 2009 at 2:13 PM, Akemi Yagi wrote:
> On Wed, Sep 9, 2009 at 1:02 PM, Dave Stevens wrote:
>> Hello All,
>>
>> As you can see below I am having a problem checking for updates. This
>> happens repeatedly. I have to kill the process then rerun. I have
>> tried "yum clean all" but no joy - the process hangs again on "extras"
>> - see second listing below. Suggestions?
>>
>> Dave
>>
>> [r...@cserver ~]# yum check-update
>> Loaded plugins: fastestmirror, priorities
>> Loading mirror speeds from cached hostfile
>>  * epel: fedora.mirror.facebook.net
>>  * base: ftp.telus.net
>>  * updates: ftp.telus.net
>>  * addons: ftp.telus.net
>>  * extras: ftp.telus.net
>> epel                                                     | 2.1 kB     00:00
>> virtualmin                                               |  951 B     00:00
>> pgdg83                                                   | 1.9 kB     00:00
>> virtualmin-universal                                     |  951 B     00:00
>> base                                                     | 1.1 kB     00:00
>> updates                                                  |  951 B     00:00
>> addons                                                   |  951 B     00:00
>> extras                                                   | 1.1 kB     00:00
>
> I suspect it is the non-CentOS repos that are causing the hang (?).
>
> You might want to check that by running:
>
> yum update --disablerepo=\* --enablerepo=base,extras,updates
>
> and see if this one runs fine.

This will get things back to standard repos only.

But if you have already loaded an incompatible package  from a
nonstandard repo, this will not fix it.

Rather than trying to figure out what you have and how to fix it,
it may be easier to start over an build a new system from scratch.

You can probably get the 3rd party repos to play nicer with one another
by using yum-priorities.

There are techniques for finer grained management of
compatiblity issues among repositories, that I have never
needed to learn about.  Someday this is going to sneak
up and bite me.

Pretty sure there is a 3rd party repo page in the centos wiki.

I've never heard of some of these repos.

epel wants to be the only 3rd party repo,
and sometimes there are issues with other 3rd party repos

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


Re: [CentOS] Problem kernel module DRBD on CentOS 5.3

2009-09-09 Thread Alan Sparks
David Suhendrik wrote:
> Alan Sparks wrote:
>   
>> David Suhendrik wrote:
>>   
>> 
>>> Thanks Alan,
>>>
>>> This is error message when start service DRBD
>>> $ sudo /etc/init.d/drbd start
>>> Starting DRBD resources: Can not load the drbd module.
>>>
>>> I don't get any error message, and i think problem is DRBD kernel
>>> module, not ??
>>> $ sudo cat /proc/drbd  
>>> cat: /proc/drbd: No such file or directory
>>>
>>> -- 
>>> Regards,
>>> David
>>> 
>>> 
>>>   
>> And you've checked dmesg, and /var/log/messages?  And you created a
>> correct /etc/drbd.conf?
>> What have you actually done to this point?
>> -Alan
>>
>> ___
>> CentOS mailing list
>> CentOS@centos.org
>> http://lists.centos.org/mailman/listinfo/centos
>>
>>   
>> 
> Alan,
> Please let me know your estimate?
> Im sure with my drbd.conf and i don't get any message about drbd both on 
> dmesg and message.
> I concern with this error message:
> $ sudo /etc/init.d/drbd start
> Starting DRBD resources: Can not load the drbd module.
>
> Indicate if DRBD module not loaded by kernel, may be missing module or 
> anything i don't know..., what do you think?
>
>   
Can you run "/sbin/modprobe -v drbd" as root and report results?
-Alan

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


[CentOS] Compiling NTFS support in the kernel

2009-09-09 Thread Kaplan, Andrew H.
Hi there --

I am running CentOS 5.3, and I need to have NTFS filesystem support as part of
the kernel.
Can someone direct me to the correct location for the file(s) and procedure
necessary to
download and compile? Thanks.




The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Compiling NTFS support in the kernel

2009-09-09 Thread Akemi Yagi
On Wed, Sep 9, 2009 at 3:32 PM, Kaplan, Andrew H. wrote:
> Hi there --
>
> I am running CentOS 5.3, and I need to have NTFS filesystem support as part
> of the kernel.
> Can someone direct me to the correct location for the file(s) and procedure
> necessary to
> download and compile? Thanks.

The NTFS code in the 5.3 kernel is broken (see
http://bugs.centos.org/view.php?id=3363 ).  A couple of solutions are
given in that bug tracker.  One is to follow the instructions in
http://wiki.centos.org/TipsAndTricks/NTFS and the other is to use
kABI-tracking kernel module kmod-ntfs from the ELRepo site (
http://elrepo.org ).

Akemi
(toracat)
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] What repo did this rpm come from? rpm-VVa failures on new install

2009-09-09 Thread Dave
On Tue, Sep 8, 2009 at 5:25 PM, Johnny Hughes wrote:
> On 09/08/2009 08:15 PM, Dave wrote:
>> How do I get yum to tell me what repo it came from? Or should I just
>> google for the rpm name and download it from any old place?
>
> yum list 
>
> That will tell you all the places that package can come from.

yum list denyhosts
Loaded plugins: dellsysidplugin2, fastestmirror, priorities, security
2 packages excluded due to repository priority protections
Installed Packages
denyhosts.noarch   2.6-5.el5   installed

Which is the repo, he asks innocently. Or will that work only for
uninstalled packages?


> You will have to grep for the specific package number or look at the list.
> Once a package in ON YOUR MACHINE, it is also in the installed repo ...

Or only in the installed?

> but you can also install packages by hand from NO repos.
>
> If you use the command:
>
> rpm -qi 
>
> That will tell you if it is a CentOS package ... and you can see if it
> signed by a CentOS key.

 rpm -qi denyhosts
Name: denyhostsRelocations: (not relocatable)
Version : 2.6   Vendor: Fedora Project
Release : 5.el5 Build Date: Tue 19 Jun
2007 02:31:00 PM HST
Install Date: Wed 10 Jun 2009 07:41:18 AM HST  Build Host:
xenbuilder2.fedora.redhat.com
Group   : Applications/System   Source RPM:
denyhosts-2.6-5.el5.src.rpm
Size: 337435   License: GPL
Signature   : DSA/SHA1, Tue 19 Jun 2007 06:51:35 PM HST, Key ID 119cc036217521f6
Packager: Fedora Project 
URL : http://denyhosts.sourceforge.net/
Summary : A script to help thwart ssh server attacks
Description :
DenyHosts is a Python script that analyzes the sshd server log
messages to determine which hosts are attempting to hack into your
system. It also determines what user accounts are being targeted. It
keeps track of the frequency of attempts from each host and, upon
discovering a repeated attack host, updates the /etc/hosts.deny file
to prevent future break-in attempts from that host.  Email reports can
be sent to a system admin.

Hmmm still not seeing a repo. No doubt I could find some version
of an rpm at http://denyhosts.sourceforge.net/, but can I be sure it
is identical to the one on the centos repos?


On Wed, Sep 9, 2009 at 3:19 AM, Robert Heller wrote:
> rpm -qi 
>
> man rpm
> RTFM

See above, no repo info found in rpm -qi output.

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


Re: [CentOS] What repo did this rpm come from? rpm-VVa failures on new install

2009-09-09 Thread Craig White
On Wed, 2009-09-09 at 12:50 -1000, Dave wrote:
> On Tue, Sep 8, 2009 at 5:25 PM, Johnny Hughes wrote:
> > On 09/08/2009 08:15 PM, Dave wrote:
> >> How do I get yum to tell me what repo it came from? Or should I just
> >> google for the rpm name and download it from any old place?
> >
> > yum list 
> >
> > That will tell you all the places that package can come from.
> 
> yum list denyhosts
> Loaded plugins: dellsysidplugin2, fastestmirror, priorities, security
> 2 packages excluded due to repository priority protections
> Installed Packages
> denyhosts.noarch   2.6-5.el5   
> installed
> 
> Which is the repo, he asks innocently. Or will that work only for
> uninstalled packages?
> 
> 
> > You will have to grep for the specific package number or look at the list.
> > Once a package in ON YOUR MACHINE, it is also in the installed repo ...
> 
> Or only in the installed?
> 
> > but you can also install packages by hand from NO repos.
> >
> > If you use the command:
> >
> > rpm -qi 
> >
> > That will tell you if it is a CentOS package ... and you can see if it
> > signed by a CentOS key.
> 
>  rpm -qi denyhosts
> Name: denyhostsRelocations: (not relocatable)
> Version : 2.6   Vendor: Fedora Project
> Release : 5.el5 Build Date: Tue 19 Jun
> 2007 02:31:00 PM HST
> Install Date: Wed 10 Jun 2009 07:41:18 AM HST  Build Host:
> xenbuilder2.fedora.redhat.com
> Group   : Applications/System   Source RPM:
> denyhosts-2.6-5.el5.src.rpm
> Size: 337435   License: GPL
> Signature   : DSA/SHA1, Tue 19 Jun 2007 06:51:35 PM HST, Key ID 
> 119cc036217521f6
> Packager: Fedora Project 
> URL : http://denyhosts.sourceforge.net/
> Summary : A script to help thwart ssh server attacks
> Description :
> DenyHosts is a Python script that analyzes the sshd server log
> messages to determine which hosts are attempting to hack into your
> system. It also determines what user accounts are being targeted. It
> keeps track of the frequency of attempts from each host and, upon
> discovering a repeated attack host, updates the /etc/hosts.deny file
> to prevent future break-in attempts from that host.  Email reports can
> be sent to a system admin.
> 
> Hmmm still not seeing a repo. No doubt I could find some version
> of an rpm at http://denyhosts.sourceforge.net/, but can I be sure it
> is identical to the one on the centos repos?
> 
> 
> On Wed, Sep 9, 2009 at 3:19 AM, Robert Heller wrote:
> > rpm -qi 
> >
> > man rpm
> > RTFM
> 
> See above, no repo info found in rpm -qi output.

no repo but 

Vendor: Fedora Project

Craig


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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


Re: [CentOS] What repo did this rpm come from? rpm-VVa failures on new install

2009-09-09 Thread Robert Heller
At Wed, 09 Sep 2009 16:15:57 -0700 CentOS mailing list  
wrote:

> 
> On Wed, 2009-09-09 at 12:50 -1000, Dave wrote:
> > On Tue, Sep 8, 2009 at 5:25 PM, Johnny Hughes wrote:
> > > On 09/08/2009 08:15 PM, Dave wrote:
> > >> How do I get yum to tell me what repo it came from? Or should I just
> > >> google for the rpm name and download it from any old place?
> > >
> > > yum list 
> > >
> > > That will tell you all the places that package can come from.
> > 
> > yum list denyhosts
> > Loaded plugins: dellsysidplugin2, fastestmirror, priorities, security
> > 2 packages excluded due to repository priority protections
> > Installed Packages
> > denyhosts.noarch   2.6-5.el5   
> > installed
> > 
> > Which is the repo, he asks innocently. Or will that work only for
> > uninstalled packages?
> > 
> > 
> > > You will have to grep for the specific package number or look at the list.
> > > Once a package in ON YOUR MACHINE, it is also in the installed repo ...
> > 
> > Or only in the installed?
> > 
> > > but you can also install packages by hand from NO repos.
> > >
> > > If you use the command:
> > >
> > > rpm -qi 
> > >
> > > That will tell you if it is a CentOS package ... and you can see if it
> > > signed by a CentOS key.
> > 
> >  rpm -qi denyhosts
> > Name: denyhostsRelocations: (not relocatable)
> > Version : 2.6   Vendor: Fedora Project
> > Release : 5.el5 Build Date: Tue 19 Jun
> > 2007 02:31:00 PM HST
> > Install Date: Wed 10 Jun 2009 07:41:18 AM HST  Build Host:
> > xenbuilder2.fedora.redhat.com
> > Group   : Applications/System   Source RPM:
> > denyhosts-2.6-5.el5.src.rpm
> > Size: 337435   License: GPL
> > Signature   : DSA/SHA1, Tue 19 Jun 2007 06:51:35 PM HST, Key ID 
> > 119cc036217521f6
> > Packager: Fedora Project 
> > URL : http://denyhosts.sourceforge.net/
> > Summary : A script to help thwart ssh server attacks
> > Description :
> > DenyHosts is a Python script that analyzes the sshd server log
> > messages to determine which hosts are attempting to hack into your
> > system. It also determines what user accounts are being targeted. It
> > keeps track of the frequency of attempts from each host and, upon
> > discovering a repeated attack host, updates the /etc/hosts.deny file
> > to prevent future break-in attempts from that host.  Email reports can
> > be sent to a system admin.
> > 
> > Hmmm still not seeing a repo. No doubt I could find some version
> > of an rpm at http://denyhosts.sourceforge.net/, but can I be sure it
> > is identical to the one on the centos repos?
> > 
> > 
> > On Wed, Sep 9, 2009 at 3:19 AM, Robert Heller wrote:
> > > rpm -qi 
> > >
> > > man rpm
> > > RTFM
> > 
> > See above, no repo info found in rpm -qi output.
> 
> no repo but 
> 
> Vendor: Fedora Project

If (Vendor == Fedora Project) then repo is epel
if (Vendor == Centos) then repo is Centos
if (Vendor == Dag Apt Repository) repo is rpmforge

At least this seems to be the case for a small random sampling I did on
my system (I 'cheated' -- I have a pile of RPMs sitting in their proper
places under /var/cache/yum/...).

> 
> Craig
> 
> 

-- 
Robert Heller -- 978-544-6933
Deepwoods Software-- Download the Model Railroad System
http://www.deepsoft.com/  -- Binaries for Linux and MS-Windows
hel...@deepsoft.com   -- http://www.deepsoft.com/ModelRailroadSystem/
  
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] What repo did this rpm come from? rpm-VVa failures on new install

2009-09-09 Thread Dave
On Wed, Sep 9, 2009 at 2:02 PM, Robert Heller wrote:
> (I 'cheated' -- I have a pile of RPMs sitting in their proper
> places under /var/cache/yum/...).

I think this is the clue I needed. I also have such a pile, and
although it is not complete (wouldn't even need to know repo then, I'd
have all the rpms already), it should be sufficient to
reverse-engineer a map from vendors to repos. I'd forgotten that
directory was organized by source repo.

Side problem - I just have too many repos, I am probably asking for
trouble. At least I am running the priorities addon, which may save me
most of the time.

mahalo,
Dave

 ls /var/cache/yum
addonsrpmfusion-free-updates
adobe-linux-i386  rpmfusion-free-updates-testing
base  rpmfusion-nonfree-updates
epel  rpmfusion-nonfree-updates-testing
extrastimedhosts.txt
rpmforge  updates
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Problem kernel module DRBD on CentOS 5.3

2009-09-09 Thread Akemi Yagi
On Wed, Sep 9, 2009 at 1:21 PM, David Suhendrik wrote:

>>> I don't get any error message, and i think problem is DRBD kernel
>>> module, not ??
>>> $ sudo cat /proc/drbd
>>> cat: /proc/drbd: No such file or directory

Could you show us the output from:

rpm -qa --qf "%{name}-%{version}-%{release}.%{arch}\n" kernel\* | sort

rpm -qa --qf "%{name}-%{version}-%{release}.%{arch}\n" | grep drbd

uname -mri

/sbin/modinfo drbd
(if this prints "modinfo: could not find module drbd", then there is
no need to run the next command)

ls -l `find /lib/modules -name drbd.ko`

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


Re: [CentOS] Problem kernel module DRBD on CentOS 5.3

2009-09-09 Thread David Suhendrik
Alan Sparks wrote:
> David Suhendrik wrote:
>   
>> Alan Sparks wrote:
>>   
>> 
>>> David Suhendrik wrote:
>>>   
>>> 
>>>   
 Thanks Alan,

 This is error message when start service DRBD
 $ sudo /etc/init.d/drbd start
 Starting DRBD resources: Can not load the drbd module.

 I don't get any error message, and i think problem is DRBD kernel
 module, not ??
 $ sudo cat /proc/drbd  
 cat: /proc/drbd: No such file or directory

 -- 
 Regards,
 David
 
 
   
 
>>> And you've checked dmesg, and /var/log/messages?  And you created a
>>> correct /etc/drbd.conf?
>>> What have you actually done to this point?
>>> -Alan
>>>
>>> ___
>>> CentOS mailing list
>>> CentOS@centos.org
>>> http://lists.centos.org/mailman/listinfo/centos
>>>
>>>   
>>> 
>>>   
>> Alan,
>> Please let me know your estimate?
>> Im sure with my drbd.conf and i don't get any message about drbd both on 
>> dmesg and message.
>> I concern with this error message:
>> $ sudo /etc/init.d/drbd start
>> Starting DRBD resources: Can not load the drbd module.
>>
>> Indicate if DRBD module not loaded by kernel, may be missing module or 
>> anything i don't know..., what do you think?
>>
>>   
>> 
> Can you run "/sbin/modprobe -v drbd" as root and report results?
> -Alan
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
>   
Alan,
$ sudo /sbin/modprobe -v drbd
FATAL: Module drbd not found.

Akemi,
$ sudo rpm -qa --qf "%{name}-%{version}-%{release}.%{arch}\n" kernel\* | 
sort
kernel-2.6.18-128.7.1.el5.i686
kernel-debug-2.6.18-128.1.16.el5.i686
kernel-debug-2.6.18-128.2.1.el5.i686
kernel-debug-2.6.18-128.4.1.el5.i686
kernel-debug-2.6.18-128.7.1.el5.i686
kernel-headers-2.6.18-128.7.1.el5.i386
kernel-PAE-2.6.18-128.1.14.el5.i686
kernel-PAE-2.6.18-128.1.16.el5.i686
kernel-PAE-2.6.18-128.2.1.el5.i686
kernel-PAE-2.6.18-128.4.1.el5.i686
kernel-PAE-2.6.18-128.7.1.el5.i686
kernel-PAE-devel-2.6.18-128.1.14.el5.i686
kernel-PAE-devel-2.6.18-128.1.16.el5.i686
kernel-PAE-devel-2.6.18-128.2.1.el5.i686
kernel-PAE-devel-2.6.18-128.4.1.el5.i686
kernel-PAE-devel-2.6.18-128.7.1.el5.i686
 
$ sudo rpm -qa --qf "%{name}-%{version}-%{release}.%{arch}\n" | grep drbd
drbd83-8.3.2-6.el5_3.i386

ls -l `find /lib/modules -name drbd.ko`
-rwxr--r-- 1 root root 242152 Sep  3 11:22 
/lib/modules/2.6.18-128.1.16.el5PAE/kernel/drivers/block/drbd.ko

That's all, next?


-- 
Regards,
David

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


Re: [CentOS] Problem kernel module DRBD on CentOS 5.3

2009-09-09 Thread Akemi Yagi
On Wed, Sep 9, 2009 at 6:22 PM, David Suhendrik wrote:

> Akemi,
> $ sudo rpm -qa --qf "%{name}-%{version}-%{release}.%{arch}\n" kernel\* |
> sort
> kernel-2.6.18-128.7.1.el5.i686
> kernel-debug-2.6.18-128.1.16.el5.i686
> kernel-debug-2.6.18-128.2.1.el5.i686
> kernel-debug-2.6.18-128.4.1.el5.i686
> kernel-debug-2.6.18-128.7.1.el5.i686
> kernel-headers-2.6.18-128.7.1.el5.i386
> kernel-PAE-2.6.18-128.1.14.el5.i686
> kernel-PAE-2.6.18-128.1.16.el5.i686
> kernel-PAE-2.6.18-128.2.1.el5.i686
> kernel-PAE-2.6.18-128.4.1.el5.i686
> kernel-PAE-2.6.18-128.7.1.el5.i686
> kernel-PAE-devel-2.6.18-128.1.14.el5.i686
> kernel-PAE-devel-2.6.18-128.1.16.el5.i686
> kernel-PAE-devel-2.6.18-128.2.1.el5.i686
> kernel-PAE-devel-2.6.18-128.4.1.el5.i686
> kernel-PAE-devel-2.6.18-128.7.1.el5.i686
>
> $ sudo rpm -qa --qf "%{name}-%{version}-%{release}.%{arch}\n" | grep drbd
> drbd83-8.3.2-6.el5_3.i386
>
> ls -l `find /lib/modules -name drbd.ko`
> -rwxr--r-- 1 root root 242152 Sep  3 11:22 
> /lib/modules/2.6.18-128.1.16.el5PAE/kernel/drivers/block/drbd.ko
>
> That's all, next?

You missed 2 commands:

uname -mri

/sbin/modinfo drbd

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


Re: [CentOS] Problem kernel module DRBD on CentOS 5.3

2009-09-09 Thread Alan Sparks
David Suhendrik wrote:
> Alan Sparks wrote:
>   
>> David Suhendrik wrote:
>>   
>> 
>>> Alan Sparks wrote:
>>>   
>>> 
>>>   
 David Suhendrik wrote:
   
 
   
 
> Thanks Alan,
>
> This is error message when start service DRBD
> $ sudo /etc/init.d/drbd start
> Starting DRBD resources: Can not load the drbd module.
>
> I don't get any error message, and i think problem is DRBD kernel
> module, not ??
> $ sudo cat /proc/drbd  
> cat: /proc/drbd: No such file or directory
>
> -- 
> Regards,
> David
> 
> 
>   
> 
>   
 And you've checked dmesg, and /var/log/messages?  And you created a
 correct /etc/drbd.conf?
 What have you actually done to this point?
 -Alan

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

   
 
   
 
>>> Alan,
>>> Please let me know your estimate?
>>> Im sure with my drbd.conf and i don't get any message about drbd both on 
>>> dmesg and message.
>>> I concern with this error message:
>>> $ sudo /etc/init.d/drbd start
>>> Starting DRBD resources: Can not load the drbd module.
>>>
>>> Indicate if DRBD module not loaded by kernel, may be missing module or 
>>> anything i don't know..., what do you think?
>>>
>>>   
>>> 
>>>   
>> Can you run "/sbin/modprobe -v drbd" as root and report results?
>> -Alan
>>
>> ___
>> CentOS mailing list
>> CentOS@centos.org
>> http://lists.centos.org/mailman/listinfo/centos
>>
>>   
>> 
> Alan,
> $ sudo /sbin/modprobe -v drbd
> FATAL: Module drbd not found.
>
> Akemi,
> $ sudo rpm -qa --qf "%{name}-%{version}-%{release}.%{arch}\n" kernel\* | 
> sort
> kernel-2.6.18-128.7.1.el5.i686
> kernel-debug-2.6.18-128.1.16.el5.i686
> kernel-debug-2.6.18-128.2.1.el5.i686
> kernel-debug-2.6.18-128.4.1.el5.i686
> kernel-debug-2.6.18-128.7.1.el5.i686
> kernel-headers-2.6.18-128.7.1.el5.i386
> kernel-PAE-2.6.18-128.1.14.el5.i686
> kernel-PAE-2.6.18-128.1.16.el5.i686
> kernel-PAE-2.6.18-128.2.1.el5.i686
> kernel-PAE-2.6.18-128.4.1.el5.i686
> kernel-PAE-2.6.18-128.7.1.el5.i686
> kernel-PAE-devel-2.6.18-128.1.14.el5.i686
> kernel-PAE-devel-2.6.18-128.1.16.el5.i686
> kernel-PAE-devel-2.6.18-128.2.1.el5.i686
> kernel-PAE-devel-2.6.18-128.4.1.el5.i686
> kernel-PAE-devel-2.6.18-128.7.1.el5.i686
>  
> $ sudo rpm -qa --qf "%{name}-%{version}-%{release}.%{arch}\n" | grep drbd
> drbd83-8.3.2-6.el5_3.i386
>
> ls -l `find /lib/modules -name drbd.ko`
> -rwxr--r-- 1 root root 242152 Sep  3 11:22 
> /lib/modules/2.6.18-128.1.16.el5PAE/kernel/drivers/block/drbd.ko
>
> That's all, next?
>
>
>   


So, if you run 'uname -a', do you see kernel 2.6.18-128.1.16.el5PAE
running?  I'm betting not, I'm betting you have installed the module for
that PAE kernel but you're running the 2.6.18-128.7.1.el5 kernel, and
that's why you can't find the module.
-Alan

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


Re: [CentOS] What repo did this rpm come from? rpm-VVa failures on new install

2009-09-09 Thread Stephen John Smoogen
On Wed, Sep 9, 2009 at 4:50 PM, Dave wrote:
> On Tue, Sep 8, 2009 at 5:25 PM, Johnny Hughes wrote:

>  rpm -qi denyhosts
> Name        : denyhosts                    Relocations: (not relocatable)
> Version     : 2.6                               Vendor: Fedora Project
> Release     : 5.el5                         Build Date: Tue 19 Jun
> 2007 02:31:00 PM HST
> Install Date: Wed 10 Jun 2009 07:41:18 AM HST      Build Host:
> xenbuilder2.fedora.redhat.com
> Group       : Applications/System           Source RPM:
> denyhosts-2.6-5.el5.src.rpm
> Size        : 337435                           License: GPL
> Signature   : DSA/SHA1, Tue 19 Jun 2007 06:51:35 PM HST, Key ID 
> 119cc036217521f6
> Packager    : Fedora Project 
> URL         : http://denyhosts.sourceforge.net/
> Summary     : A script to help thwart ssh server attacks
> Description :
> DenyHosts is a Python script that analyzes the sshd server log
> messages to determine which hosts are attempting to hack into your
> system. It also determines what user accounts are being targeted. It
> keeps track of the frequency of attempts from each host and, upon
> discovering a repeated attack host, updates the /etc/hosts.deny file
> to prevent future break-in attempts from that host.  Email reports can
> be sent to a system admin.
>
> Hmmm still not seeing a repo. No doubt I could find some version
> of an rpm at http://denyhosts.sourceforge.net/, but can I be sure it
> is identical to the one on the centos repos?
>

Well its not from CentOS so I doubt it would be.in their repos. The
package says its a Fedora package and from the GPG signature it is an
EPEL package.
The denyhosts-2.6-5.el5.src.rpm would be where the source code for the
package is.

The Key ID is what will distinguish which package is from what repository

119cc036217521f6 is EPEL
rpm -q gpg-pubkey --provides

gpg(Fedora EPEL ) = 4:119cc036217521f6-45e8a532
gpg(217521f6) = 4:119cc036217521f6-45e8a532


-- 
Stephen J Smoogen.

Ah, but a man's reach should exceed his grasp. Or what's a heaven for?
-- Robert Browning
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Problem kernel module DRBD on CentOS 5.3

2009-09-09 Thread David Suhendrik
Akemi Yagi wrote:
> On Wed, Sep 9, 2009 at 6:22 PM, David Suhendrik wrote:
>
>   
>> Akemi,
>> $ sudo rpm -qa --qf "%{name}-%{version}-%{release}.%{arch}\n" kernel\* |
>> sort
>> kernel-2.6.18-128.7.1.el5.i686
>> kernel-debug-2.6.18-128.1.16.el5.i686
>> kernel-debug-2.6.18-128.2.1.el5.i686
>> kernel-debug-2.6.18-128.4.1.el5.i686
>> kernel-debug-2.6.18-128.7.1.el5.i686
>> kernel-headers-2.6.18-128.7.1.el5.i386
>> kernel-PAE-2.6.18-128.1.14.el5.i686
>> kernel-PAE-2.6.18-128.1.16.el5.i686
>> kernel-PAE-2.6.18-128.2.1.el5.i686
>> kernel-PAE-2.6.18-128.4.1.el5.i686
>> kernel-PAE-2.6.18-128.7.1.el5.i686
>> kernel-PAE-devel-2.6.18-128.1.14.el5.i686
>> kernel-PAE-devel-2.6.18-128.1.16.el5.i686
>> kernel-PAE-devel-2.6.18-128.2.1.el5.i686
>> kernel-PAE-devel-2.6.18-128.4.1.el5.i686
>> kernel-PAE-devel-2.6.18-128.7.1.el5.i686
>>
>> $ sudo rpm -qa --qf "%{name}-%{version}-%{release}.%{arch}\n" | grep drbd
>> drbd83-8.3.2-6.el5_3.i386
>>
>> ls -l `find /lib/modules -name drbd.ko`
>> -rwxr--r-- 1 root root 242152 Sep  3 11:22 
>> /lib/modules/2.6.18-128.1.16.el5PAE/kernel/drivers/block/drbd.ko
>>
>> That's all, next?
>> 
>
> You missed 2 commands:
>
> uname -mri
>
> /sbin/modinfo drbd
>
> Akemi
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
>   
Ok, i;m sorry =D
$ sudo uname -mri
Password:
2.6.18-128.7.1.el5PAE i686 i386
$ /sbin/modinfo drbd
modinfo: could not find module drbd

So?


-- 
Regards,
David

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


Re: [CentOS] Problem kernel module DRBD on CentOS 5.3

2009-09-09 Thread Akemi Yagi
On Wed, Sep 9, 2009 at 6:32 PM, David Suhendrik wrote:

>>> kernel-PAE-devel-2.6.18-128.7.1.el5.i686
>>>
>>> $ sudo rpm -qa --qf "%{name}-%{version}-%{release}.%{arch}\n" | grep drbd
>>> drbd83-8.3.2-6.el5_3.i386
>>>
>>> ls -l `find /lib/modules -name drbd.ko`
>>> -rwxr--r-- 1 root root 242152 Sep  3 11:22 
>>> /lib/modules/2.6.18-128.1.16.el5PAE/kernel/drivers/block/drbd.ko

> Ok, i;m sorry =D
> $ sudo uname -mri
> Password:
> 2.6.18-128.7.1.el5PAE i686 i386
> $ /sbin/modinfo drbd
> modinfo: could not find module drbd
>
> So?

So, you do not have the kmod-drbd package.  Try:

yum install kmod-drbd83

It should install kmod-drbd83-PAE-8.3.2-6.el5_3 .

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


[CentOS] trouble playing quicktimes at apple.com/trailers

2009-09-09 Thread fred smith
I've been able to view the movie trailers at apple.com/trailers for years
on my old Centos box (5.3).

so in July I built a new box and also used Centos 5.3. I recall being able
to view them on the new box too, back in July.

now, none of them work on either the old or new box. Firefox by default
uses mplayer for this purpose. mplayer starts up, says it's playing it
displays the url on the screen for about a half second then stops.
over and over again.

I should have all the right plugins since it's worked before.

Is anyone else having trouble with that? or to ask another way, can any
of you still watch them?

Thanks!
-- 
 Fred Smith -- fre...@fcshome.stoneham.ma.us -
   But God demonstrates his own love for us in this: 
 While we were still sinners, 
  Christ died for us.
--- Romans 5:8 (niv) --
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Problem kernel module DRBD on CentOS 5.3

2009-09-09 Thread Wes Shull
On Wed, Sep 9, 2009 at 11:41 AM, David Suhendrik  wrote:
> Hi All,
> I'm just tried to install and build replicate failover PDC using DRBD and
> HA, but i can't load DRBD kernel module.
> Now i'm using CentOS 5.3 up to date. This DRBD's installed:
> kmod-drbd83-xen-8.3.2-6.el5_3
> kmod-drbd83-PAE-8.3.2-6.el5_3
> drbd83-8.3.2-6.el5_3
> kmod-drbd83-8.3.2-6.el5_3
>
> Anyone resolved this?

A problem I had was that I didn't have binutils installed (gave an
error about not being able to find nm, but still "installed" the
package); you might make sure you do have binutils, and if not, remove
kmod-drbd83*, install binutils, then reinstall the appropriate kmod(s)
(I believe the -PAE one is the right one for you based on what you
reported later in the thread).

binutils should probably be a Requires: in these kmod rpms?


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


Re: [CentOS] What repo did this rpm come from? rpm-VVa failures on new install

2009-09-09 Thread Robert Heller
At Wed, 9 Sep 2009 15:01:59 -1000 CentOS mailing list  wrote:

> 
> On Wed, Sep 9, 2009 at 2:02 PM, Robert Heller wrote:
> > (I 'cheated' -- I have a pile of RPMs sitting in their proper
> > places under /var/cache/yum/...).
> 
> I think this is the clue I needed. I also have such a pile, and
> although it is not complete (wouldn't even need to know repo then, I'd
> have all the rpms already), it should be sufficient to
> reverse-engineer a map from vendors to repos. I'd forgotten that
> directory was organized by source repo.

Generally, there is a mapping from Vendor to repo and mostly this
mapping is not too hard to deduce.

> 
> Side problem - I just have too many repos, I am probably asking for
> trouble. At least I am running the priorities addon, which may save me
> most of the time.
> 
> mahalo,
> Dave
> 
>  ls /var/cache/yum
> addonsrpmfusion-free-updates
> adobe-linux-i386  rpmfusion-free-updates-testing
> base  rpmfusion-nonfree-updates
> epel  rpmfusion-nonfree-updates-testing
> extrastimedhosts.txt
> rpmforge  updates
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
> 
>   

-- 
Robert Heller -- 978-544-6933
Deepwoods Software-- Download the Model Railroad System
http://www.deepsoft.com/  -- Binaries for Linux and MS-Windows
hel...@deepsoft.com   -- http://www.deepsoft.com/ModelRailroadSystem/

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


Re: [CentOS] Problem kernel module DRBD on CentOS 5.3

2009-09-09 Thread David Suhendrik
Alan Sparks wrote:
> David Suhendrik wrote:
>   
>> Alan Sparks wrote:
>>   
>> 
>>> David Suhendrik wrote:
>>>   
>>> 
>>>   
 Alan Sparks wrote:
   
 
   
 
> David Suhendrik wrote:
>   
> 
>   
> 
>   
>> Thanks Alan,
>>
>> This is error message when start service DRBD
>> $ sudo /etc/init.d/drbd start
>> Starting DRBD resources: Can not load the drbd module.
>>
>> I don't get any error message, and i think problem is DRBD kernel
>> module, not ??
>> $ sudo cat /proc/drbd  
>> cat: /proc/drbd: No such file or directory
>>
>> -- 
>> Regards,
>> David
>> 
>> 
>>   
>> 
>>   
>> 
> And you've checked dmesg, and /var/log/messages?  And you created a
> correct /etc/drbd.conf?
> What have you actually done to this point?
> -Alan
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
>   
> 
>   
> 
>   
 Alan,
 Please let me know your estimate?
 Im sure with my drbd.conf and i don't get any message about drbd both on 
 dmesg and message.
 I concern with this error message:
 $ sudo /etc/init.d/drbd start
 Starting DRBD resources: Can not load the drbd module.

 Indicate if DRBD module not loaded by kernel, may be missing module or 
 anything i don't know..., what do you think?

   
 
   
 
>>> Can you run "/sbin/modprobe -v drbd" as root and report results?
>>> -Alan
>>>
>>> ___
>>> CentOS mailing list
>>> CentOS@centos.org
>>> http://lists.centos.org/mailman/listinfo/centos
>>>
>>>   
>>> 
>>>   
>> Alan,
>> $ sudo /sbin/modprobe -v drbd
>> FATAL: Module drbd not found.
>>
>> Akemi,
>> $ sudo rpm -qa --qf "%{name}-%{version}-%{release}.%{arch}\n" kernel\* | 
>> sort
>> kernel-2.6.18-128.7.1.el5.i686
>> kernel-debug-2.6.18-128.1.16.el5.i686
>> kernel-debug-2.6.18-128.2.1.el5.i686
>> kernel-debug-2.6.18-128.4.1.el5.i686
>> kernel-debug-2.6.18-128.7.1.el5.i686
>> kernel-headers-2.6.18-128.7.1.el5.i386
>> kernel-PAE-2.6.18-128.1.14.el5.i686
>> kernel-PAE-2.6.18-128.1.16.el5.i686
>> kernel-PAE-2.6.18-128.2.1.el5.i686
>> kernel-PAE-2.6.18-128.4.1.el5.i686
>> kernel-PAE-2.6.18-128.7.1.el5.i686
>> kernel-PAE-devel-2.6.18-128.1.14.el5.i686
>> kernel-PAE-devel-2.6.18-128.1.16.el5.i686
>> kernel-PAE-devel-2.6.18-128.2.1.el5.i686
>> kernel-PAE-devel-2.6.18-128.4.1.el5.i686
>> kernel-PAE-devel-2.6.18-128.7.1.el5.i686
>>  
>> $ sudo rpm -qa --qf "%{name}-%{version}-%{release}.%{arch}\n" | grep drbd
>> drbd83-8.3.2-6.el5_3.i386
>>
>> ls -l `find /lib/modules -name drbd.ko`
>> -rwxr--r-- 1 root root 242152 Sep  3 11:22 
>> /lib/modules/2.6.18-128.1.16.el5PAE/kernel/drivers/block/drbd.ko
>>
>> That's all, next?
>>
>>
>>   
>> 
>
>
> So, if you run 'uname -a', do you see kernel 2.6.18-128.1.16.el5PAE
> running?  I'm betting not, I'm betting you have installed the module for
> that PAE kernel but you're running the 2.6.18-128.7.1.el5 kernel, and
> that's why you can't find the module.
> -Alan
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
>   
Alan,
You're right
$ uname -r
2.6.18-128.7.1.el5PAE

Wes, i had binutils installed and lastest version..
$ sudo rpm -qa | grep binutils
binutils-2.17.50.0.6-9.el5

Akemi,
Now DRBD already with kmod-DRBD83*
$ sudo rpm -qa | grep drbd
kmod-drbd83-8.3.2-6.el5_3
kmod-drbd83-PAE-8.3.2-6.el5_3
drbd83-8.3.2-6.el5_3
kmod-drbd83-xen-8.3.2-6.el5_3



-- 
Regards,
David

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


Re: [CentOS] Problem kernel module DRBD on CentOS 5.3

2009-09-09 Thread Alan Sparks
David Suhendrik wrote:
> Akemi Yagi wrote:
>   
>> On Wed, Sep 9, 2009 at 6:22 PM, David Suhendrik wrote:
>>
>>   
>> 
>>> Akemi,
>>> $ sudo rpm -qa --qf "%{name}-%{version}-%{release}.%{arch}\n" kernel\* |
>>> sort
>>> kernel-2.6.18-128.7.1.el5.i686
>>> kernel-debug-2.6.18-128.1.16.el5.i686
>>> kernel-debug-2.6.18-128.2.1.el5.i686
>>> kernel-debug-2.6.18-128.4.1.el5.i686
>>> kernel-debug-2.6.18-128.7.1.el5.i686
>>> kernel-headers-2.6.18-128.7.1.el5.i386
>>> kernel-PAE-2.6.18-128.1.14.el5.i686
>>> kernel-PAE-2.6.18-128.1.16.el5.i686
>>> kernel-PAE-2.6.18-128.2.1.el5.i686
>>> kernel-PAE-2.6.18-128.4.1.el5.i686
>>> kernel-PAE-2.6.18-128.7.1.el5.i686
>>> kernel-PAE-devel-2.6.18-128.1.14.el5.i686
>>> kernel-PAE-devel-2.6.18-128.1.16.el5.i686
>>> kernel-PAE-devel-2.6.18-128.2.1.el5.i686
>>> kernel-PAE-devel-2.6.18-128.4.1.el5.i686
>>> kernel-PAE-devel-2.6.18-128.7.1.el5.i686
>>>
>>> $ sudo rpm -qa --qf "%{name}-%{version}-%{release}.%{arch}\n" | grep drbd
>>> drbd83-8.3.2-6.el5_3.i386
>>>
>>> ls -l `find /lib/modules -name drbd.ko`
>>> -rwxr--r-- 1 root root 242152 Sep  3 11:22 
>>> /lib/modules/2.6.18-128.1.16.el5PAE/kernel/drivers/block/drbd.ko
>>>
>>> That's all, next?
>>> 
>>>   
>> You missed 2 commands:
>>
>> uname -mri
>>
>> /sbin/modinfo drbd
>>
>> Akemi
>> ___
>> CentOS mailing list
>> CentOS@centos.org
>> http://lists.centos.org/mailman/listinfo/centos
>>
>>   
>> 
> Ok, i;m sorry =D
> $ sudo uname -mri
> Password:
> 2.6.18-128.7.1.el5PAE i686 i386
> $ /sbin/modinfo drbd
> modinfo: could not find module drbd
>
> So?
>
>
>   

Based on this and earlier emails, it appears you've got a lot of
confusion on where the modules are installed.  Your running kernel is
2.6.18-128.7.1.el5PAE, but the module is installed under
2.6.18-128.1.16.el5PAE (an older kernel).

First suggestion is remove the kmod-drbd modules you've previously
installed (perhaps before a kernel update?) and reinstall the
kmod-drbd83-PAE package.  Try:

yum remove kmod-drbd83-xen kmod-drbd83-PAE kmod-drbd83
yum install kmod-drbd83-PAE


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


[CentOS] RHEL 5.4 is out!

2009-09-09 Thread Christopher Chan
Obligatory: When will Centos 5.4 be ready?


/me goes down into reinforced concrete bunker and locks all hatches and 
doors.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Problem kernel module DRBD on CentOS 5.3

2009-09-09 Thread David Suhendrik
Alan Sparks wrote:
> David Suhendrik wrote:
>   
>> Akemi Yagi wrote:
>>   
>> 
>>> On Wed, Sep 9, 2009 at 6:22 PM, David Suhendrik wrote:
>>>
>>>   
>>> 
>>>   
 Akemi,
 $ sudo rpm -qa --qf "%{name}-%{version}-%{release}.%{arch}\n" kernel\* |
 sort
 kernel-2.6.18-128.7.1.el5.i686
 kernel-debug-2.6.18-128.1.16.el5.i686
 kernel-debug-2.6.18-128.2.1.el5.i686
 kernel-debug-2.6.18-128.4.1.el5.i686
 kernel-debug-2.6.18-128.7.1.el5.i686
 kernel-headers-2.6.18-128.7.1.el5.i386
 kernel-PAE-2.6.18-128.1.14.el5.i686
 kernel-PAE-2.6.18-128.1.16.el5.i686
 kernel-PAE-2.6.18-128.2.1.el5.i686
 kernel-PAE-2.6.18-128.4.1.el5.i686
 kernel-PAE-2.6.18-128.7.1.el5.i686
 kernel-PAE-devel-2.6.18-128.1.14.el5.i686
 kernel-PAE-devel-2.6.18-128.1.16.el5.i686
 kernel-PAE-devel-2.6.18-128.2.1.el5.i686
 kernel-PAE-devel-2.6.18-128.4.1.el5.i686
 kernel-PAE-devel-2.6.18-128.7.1.el5.i686

 $ sudo rpm -qa --qf "%{name}-%{version}-%{release}.%{arch}\n" | grep drbd
 drbd83-8.3.2-6.el5_3.i386

 ls -l `find /lib/modules -name drbd.ko`
 -rwxr--r-- 1 root root 242152 Sep  3 11:22 
 /lib/modules/2.6.18-128.1.16.el5PAE/kernel/drivers/block/drbd.ko

 That's all, next?
 
   
 
>>> You missed 2 commands:
>>>
>>> uname -mri
>>>
>>> /sbin/modinfo drbd
>>>
>>> Akemi
>>> ___
>>> CentOS mailing list
>>> CentOS@centos.org
>>> http://lists.centos.org/mailman/listinfo/centos
>>>
>>>   
>>> 
>>>   
>> Ok, i;m sorry =D
>> $ sudo uname -mri
>> Password:
>> 2.6.18-128.7.1.el5PAE i686 i386
>> $ /sbin/modinfo drbd
>> modinfo: could not find module drbd
>>
>> So?
>>
>>
>>   
>> 
>
> Based on this and earlier emails, it appears you've got a lot of
> confusion on where the modules are installed.  Your running kernel is
> 2.6.18-128.7.1.el5PAE, but the module is installed under
> 2.6.18-128.1.16.el5PAE (an older kernel).
>
> First suggestion is remove the kmod-drbd modules you've previously
> installed (perhaps before a kernel update?) and reinstall the
> kmod-drbd83-PAE package.  Try:
>
> yum remove kmod-drbd83-xen kmod-drbd83-PAE kmod-drbd83
> yum install kmod-drbd83-PAE
>
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
>   
All,
Many thanks for many suggestions
Now drbd can load and chould start
This is my result:
$ sudo rpm -qa | grep kernel 
Password:
kernel-PAE-devel-2.6.18-128.1.14.el5
kernel-PAE-devel-2.6.18-128.4.1.el5
kernel-PAE-2.6.18-128.1.16.el5
kernel-PAE-devel-2.6.18-128.2.1.el5
kernel-debug-2.6.18-128.2.1.el5
kernel-headers-2.6.18-128.7.1.el5
kernel-debug-2.6.18-128.1.16.el5
kernel-PAE-2.6.18-128.4.1.el5
kernel-debug-2.6.18-128.7.1.el5
kernel-xen-2.6.18-128.7.1.el5
kernel-PAE-2.6.18-128.1.14.el5
kernel-PAE-devel-2.6.18-128.7.1.el5
kernel-PAE-devel-2.6.18-128.1.16.el5
kernel-PAE-2.6.18-128.2.1.el5
kernel-PAE-2.6.18-128.7.1.el5
kernel-debug-2.6.18-128.4.1.el5
kernel-2.6.18-128.7.1.el5

$ uname -r
2.6.18-128.7.1.el5PAE

$ sudo rpm -qa | grep drbd 
kmod-drbd83-8.3.2-6.el5_3
kmod-drbd83-PAE-8.3.2-6.el5_3
drbd83-8.3.2-6.el5_3
kmod-drbd83-xen-8.3.2-6.el5_3

$ sudo locate drbd.ko
/lib/modules/2.6.18-128.1.14.el5PAE/weak-updates/drbd83/drbd.ko
/lib/modules/2.6.18-128.1.16.el5PAE/kernel/drivers/block/drbd.ko
/lib/modules/2.6.18-128.1.16.el5PAE/weak-updates/drbd83/drbd.ko
/lib/modules/2.6.18-128.2.1.el5PAE/weak-updates/drbd83/drbd.ko
/lib/modules/2.6.18-128.4.1.el5PAE/weak-updates/drbd83/drbd.ko
/lib/modules/2.6.18-128.7.1.el5/extra/drbd83/drbd.ko
/lib/modules/2.6.18-128.7.1.el5PAE/extra/drbd83/drbd.ko
/lib/modules/2.6.18-128.7.1.el5xen/extra/drbd83/drbd.ko

$ cat /proc/drbd
version: 8.3.2 (api:88/proto:86-90)
GIT-hash: dd7b86d4bff5ca8c94234ce840e build by 
mockbu...@v20z-x86-64.home.local, 2009-08-29 14:02:48

Ok, next step i'll configure both node and hopefully for next support 
after i ask, i'll using search engine before ask..., anyway really 
apreciated for Milist and Alan, Wes, Akemi and all participants

I love CentOS full =D




-- 
Regards,
David

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


Re: [CentOS] RHEL 5.4 is out!

2009-09-09 Thread David Suhendrik
Christopher Chan wrote:
> Obligatory: When will Centos 5.4 be ready?
>
>
> /me goes down into reinforced concrete bunker and locks all hatches and 
> doors.
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
>   




  /
*RHEL 5.4 released / CentOS 5.4 schedule*/

/Hello,

It looks like RHEL 5.4 has been released:

http://rhn.redhat.com/errata/RHSA-2009-1243.html
https://rhn.redhat.com/errata/rhel-server-errata.html

And before you ask: CentOS 5.4 will be released in 2-4 weeks or so, when
it's ready

Pasi Kärkkäinen/

Confused, and ready for upgrading =D

-- 
Regards,
David

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


Re: [CentOS] trouble playing quicktimes at apple.com/trailers

2009-09-09 Thread Olaf Mueller
fred smith wrote:

Hello.

> I've been able to view the movie trailers at apple.com/trailers for
> years on my old Centos box (5.3). [...]
> Is anyone else having trouble with that? or to ask another way, can
> any of you still watch them?
Works here with 'User Agent Switcher' for Firefox. See for more under
http://ubuntuforums.org/showthread.php?t=1245441&page=4.


regards
Olaf

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


Re: [CentOS] CentOS vs Fedora?

2009-09-09 Thread James Matthews
I wouldn't use Fedora for my servers. It's a great distro for desktop use
but I didn't like it's server usage.

On Wed, Sep 9, 2009 at 2:35 PM, David Suhendrik  wrote:

>  Ron Blizzard wrote:
>
> On Tue, Sep 8, 2009 at 6:31 PM, David Suhendrik 
>  wrote:
>
>
>  Dear All,
> I'm newbie and i want to know Your opinion about CentOS vs Fedora, hopefully
> this isn't make a flame, and just to curious..
> Actucally now I'm using CentOS as some servers. ^_^'
>
>
>  For me CentOS is just a better choice. I prefer stability to "cutting
> edge" -- even for my desktop computers (I don't have any servers).
> I've tried several versions of Fedora -- liked the earlier versions,
> thought versions 7 through 9 were a bit too "cutting edge," but am
> impressed with 10 and 11. Still, due to the nature of Fedora, you've
> got a *lot* of upgrades and I think that would beat me down after a
> while. If CentOS (or Scientific Linux) didn't exist, I would probably
> use Fedora.
>
>
>
>  I'm using CentOS with reason same as You, I'm isn't beta tester and won't
> using tester on productive servers. But sometimes i'm using Fedora repos for
> upgrade some packages.
>
> Cheers...
> --
> Regards,
> David
>  --
> ./nobody
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
>


-- 
http://www.jewelerslounge.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos