Re: [CentOS] Security updates for Centos 5.3

2009-10-22 Thread Sorin Srbu
>-Original Message-
>From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
Behalf
>Of Torkil Zachariassen
>Sent: Wednesday, October 21, 2009 7:39 PM
>To: CentOS mailing list
>Subject: Re: [CentOS] Security updates for Centos 5.3
>
>On Wed, 2009-10-21 at 11:11 -0500, slchavar...@iusacell.com.mx wrote:
>> Someone knows which security updates i have to apply to a host with
>> Centos 5.3 x_64.
>
>Yum knows :)
>  $ yum --security check-update

You learn something new every day. Thanks for this one. ;-)
-- 
/Sorin


smime.p7s
Description: S/MIME cryptographic signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] 5.4 docs

2009-10-22 Thread Tru Huynh
On Thu, Oct 22, 2009 at 12:33:04AM -0400, Ron Loftin wrote:
> 
> First off, I'm glad that 5.4 is now available, and a big "Thank you" to
> the development team for all of their hard work.
> 
> I have noticed that the docs for 5.4 appear to be accessible on the
> CentOS Web site, but some of them seem to have some issues.  In the
> "Technical Notes", everything after the first page of Chapter 1 gives a
> 404 error.  I've tried to send in a report with the contact form on the
> Web site, but so far this situation has not changed.

Don't ;) please use the bug reporting tool -> http://bugs.centos.org
Thanks

Tru
-- 
Tru Huynh (mirrors, CentOS-3 i386/x86_64 Package Maintenance)
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xBEFA581B


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


[CentOS] Help! i want to clone my Centos machine to another box..

2009-10-22 Thread RoLaNd RoLaNd

Hello all,

i've spent the last week trying to find something that will clone my existing 
Centos server to a more powerful box.
i've used clonezilla though that resulted in a complete failure..

can anyone please guide me in the right direction? 
all i want to do is to clone my entire server and all of it's directories to a 
more powerful server so i start using it instead..
i dont want to get rid of the current server as i want both of them to run in 
parallel with the same backed up services/data on each of them..


can anyone please help! im honestly desperate!! 


best,

Roland
  
_
Windows Live Hotmail: Your friends can get your Facebook updates, right from 
Hotmail®.
http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_4:092009___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] To all of the group

2009-10-22 Thread Christopher Chan
DTS-Corp (Knowledgebase) wrote:
> I am pretty much a newbie at CentOS, and Linux on client side,

Just in case it is not clear to you. cpanel is NOT Centos. It is a very 
badly modified version of Centos and we have nothing to do with it. 
Please take any issues you have with it back to Cpanel.

>
> I would like to help out occasionally by helping the web development 
> crew in their endeavors and by sorting out some stuff.
> such as repairing broken links, or just scanning for content and maybe 
> even doing a little bit of consulting.

So long as they are running pure Centos, your questions are welcome 
here. If it is on cpanel systems, please take it elsewhere.

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


Re: [CentOS] EDAC Kernel Panic 2.6.9-78 and above

2009-10-22 Thread ken

On 10/21/2009 10:21 PM Philip Gwyn wrote:
> On 20-Oct-2009 Michael Schumacher wrote:
>>> I've got a production system running CentOS 4 that was rock solid
>>> until I upgraded from 2.6.9-55 to 2.6.9-78.0.13 (now running
>>> 2.6.9-89.0.11). The system now crashes intermittently after a few
>>> weeks. I finally caught the panic message :
>>> EDAC MC0: INTERNAL ERROR: channel-b out of range (4 >= 4)
>>> Kernel panic - not syncing: MC0: Uncorrected Error
> 
> I have also seen this message or something very close.  The server is 200 km
> away and the person who read it to me over the phone wasn't very fluent in
> English.
> 
> That server has a ASUS DSBF-D12 motherboard.  Kernel was
> 2.6.9-89.0.11.EL.  The crash could happen within hours or even minutes.
> 
> I downgraded to 2.6.9-55.0.9.EL, which doesn't have the i500_edac module.  Now
> that I have a PDU and remote KVM set up, I'm going to try other kernels
> tomorrow.
> 
> -Philip

When I've upgraded a kernel on CentOS, the previous kernel(s) is/are not
removed and in fact remain part of the boot menu, albeit not then the
kernel(s) booted by default.  E.g.,

cat /boot/grub/menu.lst
...
title CentOS (2.6.18-164.2.1.el5.plus)
root (hd0,2)
kernel /vmlinuz-2.6.18-164.2.1.el5.plus ro
root=/dev/mapper/luks-3d723b4f-0184-438d-9cb9-9ebff16e683a rhgb quiet
initrd /initrd-2.6.18-164.2.1.el5.plus.img
title CentOS (2.6.18-164.el5)
root (hd0,2)
kernel /vmlinuz-2.6.18-164.el5 ro
root=/dev/mapper/luks-3d723b4f-0184-438d-9cb9-9ebff16e683a rhgb quiet
initrd /initrd-2.6.18-164.el5.img
title CentOS (2.6.18-128.7.1.el5)
root (hd0,2)
kernel /vmlinuz-2.6.18-128.7.1.el5 ro
root=/dev/mapper/luks-3d723b4f-0184-438d-9cb9-9ebff16e683a rhgb quiet
initrd /initrd-2.6.18-128.7.1.el5.img
...

If your /boot/grub/menu.lst is similar, then you need only select a
previously installed kernel at the boot menu.  You can access this via
your remote KVM setup, yes?

In the past I've edited menu.lst to change what's booted, i.e., I
rearranged the order of the stanzas to make the first one, which is the
default (the one booted if no action is taken at the boot menu), the
working/desired kernel.

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


Re: [CentOS] Help! i want to clone my Centos machine to another box..

2009-10-22 Thread ken

On 10/22/2009 04:06 AM RoLaNd RoLaNd wrote:
> Hello all,
> 
> i've spent the last week trying to find something that will clone my
> existing Centos server to a more powerful box.
> i've used clonezilla though that resulted in a complete failure..
> 
> can anyone please guide me in the right direction?
> all i want to do is to clone my entire server and all of it's
> directories to a more powerful server so i start using it instead..
> i dont want to get rid of the current server as i want both of them to
> run in parallel with the same backed up services/data on each of them..
> 
> 
> can anyone please help! im honestly desperate!!
> 
> 
> best,
> 
> Roland

Since the destination machine is "more powerful", the hardware is likely
different, so cloning per se isn't an option.  Instead, you should do a
fresh install of the same version on the new (destination) box, then
copy the data over from the weaker to the destination machine.

There are a variety of options for copying the data.  Since it sounds
like there's some pressure at the moment, the best way for you now is
going to be the method you're most familiar with.  Do you have good,
recent backups of the source system?  If so, you could restore that
backup to the destination machine.  Otherwise (if your two machines are
both on the same network), you could use tar or rsync or yet other
utilities.

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


Re: [CentOS] To all of the group

2009-10-22 Thread James Bensley
Wait a minute, didn't someone just try and offer their help to the
community;
Where in their email did they mention cpanel?

2009/10/22 Christopher Chan 

> DTS-Corp (Knowledgebase) wrote:
> > I am pretty much a newbie at CentOS, and Linux on client side,
>
> Just in case it is not clear to you. cpanel is NOT Centos. It is a very
> badly modified version of Centos and we have nothing to do with it.
> Please take any issues you have with it back to Cpanel.


That doesn't say, Hi want some cpanel help, it says, "I would like to help
out occasionally by helping the web development crew in their endeavors".

-- 
Regards,
James ;)

Pablo Picasso
- "Computers are useless. They can only give you answers."
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Missing yum-priorities in 5.4?

2009-10-22 Thread Morten Torstensen
I am looking for yum-priorities or any info on any changes here for
CentOS 5.4. There is also a forum post for this here:


Is this missing on purpose? Function merged with another yum package?
Or is it just missing as an oversight?

-- 
//Morten
//mor...@mortent.org
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Upgrade to 5.4 with an existing XFS-filesystem

2009-10-22 Thread Bernhard Gschaider

> On Tue, 20 Oct 2009 12:36:06 -0700
> "AY" == Akemi Yagi  wrote:

AY> On Tue, Oct 20, 2009 at 11:51 AM, Bernhard Gschaider
AY>  wrote:

>> I've got a fileserver currently running under 5.3 with the
>> /home-partition being an XFS-filesystem. I use the kmod-xfs
>> from extras. It works great ;)
>> 
>> Now: as I understand it from the release-notes the 5.4 kernel
>> has XFS already built-in. Right? Or is it just a kmod-package
>> ("technology preview")
>> 
>> Now my question is: are there any recommendations for an
>> upgrade-procedure? I mean, I can probably manage, but I'll want
>> to minimize downtime

>> BTW: when doing "yum list updates" I don't see any
>> "kernel*"-packages in the list. Is this because the last kernel
>> from the 5.3-updates has the same build-numer (164 I think)? 
>> And is the 5.4-base-kernel the same as the latest
>> 5.3-updates-kernel?

AY> The -164 kernel is indeed from 5.4 and has xfs as a built-in
AY> kernel module.  If you are already running this kernel, that
AY> indicates all is well and no further action is needed.

AY> Could you show us the output returned by:

AY> ls -l `find /lib/modules -name xfs.ko`

Thanks for the hint: I did it (I'll spare you the listing). The
-164-kernel ist the first one where according to "rpm -qf " the
module is "owned" by the kernel package. All the other instances of
xfs.ko point to a module "owned" by kmod-xfs.

So obviously I'm not using the kmod-xfs anymore (I'm relieved that the
last kernel-update worked without a clash)

Thanks again for clearing that up

Bernhard

BTW: yes. It is a x86_64-machine


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


Re: [CentOS] Missing yum-priorities in 5.4?

2009-10-22 Thread Timo Schoeler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

thus Morten Torstensen spake:
| I am looking for yum-priorities or any info on any changes here for
| CentOS 5.4. There is also a forum post for this here:
|

|
| Is this missing on purpose? Function merged with another yum package?
| Or is it just missing as an oversight?

I don't see it (any more!) running 5.3... But need it desperately.

Timo

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with CentOS - http://enigmail.mozdev.org

iD8DBQFK4D8dfg746kcGBOwRAmWVAJ9BNKASrpapkVap1Qug2REmAHb0hwCgi1uq
rcOvBLy+mtij/bDjREYLF/g=
=nQLU
-END PGP SIGNATURE-
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Help! i want to clone my Centos machine to another box..

2009-10-22 Thread RoLaNd RoLaNd

Hello,

thanks for your prompt reply..
i was leaving that option as a last resort...
the problem is that this machine is a production machine 
so if i rsync, i need to turn off the services in order to copy files or else 
ill have permission denied errors...

any other way?


i;ll start the proccess of creating a fresh instalation today though i dunno 
how to do the followign:

1. backing up my mysql databases  is it enough to cp /var/lib/mysql and 
/user/lib/mysql or i have to export them? and if thats the case how can i 
export?
2. anyway of copying user permissions and passwords? or i have to create them 
all over again ?





> Date: Thu, 22 Oct 2009 04:49:21 -0400
> From: geb...@mousecar.com
> To: centos@centos.org
> Subject: Re: [CentOS] Help! i want to clone my Centos machine to another  
> box..
> 
> 
> On 10/22/2009 04:06 AM RoLaNd RoLaNd wrote:
> > Hello all,
> > 
> > i've spent the last week trying to find something that will clone my
> > existing Centos server to a more powerful box.
> > i've used clonezilla though that resulted in a complete failure..
> > 
> > can anyone please guide me in the right direction?
> > all i want to do is to clone my entire server and all of it's
> > directories to a more powerful server so i start using it instead..
> > i dont want to get rid of the current server as i want both of them to
> > run in parallel with the same backed up services/data on each of them..
> > 
> > 
> > can anyone please help! im honestly desperate!!
> > 
> > 
> > best,
> > 
> > Roland
> 
> Since the destination machine is "more powerful", the hardware is likely
> different, so cloning per se isn't an option.  Instead, you should do a
> fresh install of the same version on the new (destination) box, then
> copy the data over from the weaker to the destination machine.
> 
> There are a variety of options for copying the data.  Since it sounds
> like there's some pressure at the moment, the best way for you now is
> going to be the method you're most familiar with.  Do you have good,
> recent backups of the source system?  If so, you could restore that
> backup to the destination machine.  Otherwise (if your two machines are
> both on the same network), you could use tar or rsync or yet other
> utilities.
> 
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
  
_
Windows Live: Make it easier for your friends to see what you’re up to on 
Facebook.
http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_2:092009___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Help! i want to clone my Centos machine to another box..

2009-10-22 Thread Alan McKay
We use Norton Ghost all the time.  You sometimes have to jiggle
drivers after it comes up - I'll leave that as an exercise to the
reader :-)

On Thu, Oct 22, 2009 at 4:06 AM, RoLaNd RoLaNd  wrote:
> Hello all,
>
> i've spent the last week trying to find something that will clone my
> existing Centos server to a more powerful box.
> i've used clonezilla though that resulted in a complete failure..
>
> can anyone please guide me in the right direction?
> all i want to do is to clone my entire server and all of it's directories to
> a more powerful server so i start using it instead..
> i dont want to get rid of the current server as i want both of them to run
> in parallel with the same backed up services/data on each of them..
>
>
> can anyone please help! im honestly desperate!!
>
>
> best,
>
> Roland
>
> 
> Windows Live Hotmail: Your friends can get your Facebook updates, right from
> Hotmail®.
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
>



-- 
“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] Missing yum-priorities in 5.4?

2009-10-22 Thread Sorin Srbu
>-Original Message-
>From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
Behalf
>Of Morten Torstensen
>Sent: Thursday, October 22, 2009 12:37 PM
>To: CentOS mailing list
>Subject: [CentOS] Missing yum-priorities in 5.4?
>
>Is this missing on purpose? Function merged with another yum package?
>Or is it just missing as an oversight?

I just upgraded a few systems with v5.4, rebooted and then ran an update
again. The yum-priorities plugin is loaded and used with the regular "yum
update" command. 

Or am *I* missing something here? I don't see anything wrong...

To the CentOS-devs I'd like to extend a great thank you. The v5.4 upgrade
went in w/o a hitch and seems to be working excellent.
-- 
/Sorin


smime.p7s
Description: S/MIME cryptographic signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Missing yum-priorities in 5.4?

2009-10-22 Thread Niki Kovacs
Timo Schoeler a écrit :

> 
> I don't see it (any more!) running 5.3... But need it desperately.
> 

It got forgotten, obviously. But in the meantime, you can do this:

# wget -c 
http://mirror.centos.org/centos-5/5.3/os/i386/CentOS/yum-priorities-1.1.16-13.el5.centos.noarch.rpm

# rpm -ivh yum-priorities-1.1.16-13.el5.centos.noarch.rpm

Or, even faster :

# rpm -ivh
http://mirror.centos.org/centos-5/5.3/os/i386/CentOS/yum-priorities-1.1.16-13.el5.centos.noarch.rpm

Cheers,

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


Re: [CentOS] Missing yum-priorities in 5.4?

2009-10-22 Thread Timo Schoeler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

thus Niki Kovacs spake:
| Timo Schoeler a écrit :
|
|> I don't see it (any more!) running 5.3... But need it desperately.
|>
|
| It got forgotten, obviously.

Hm.

| But in the meantime, you can do this:
|
| # wget -c
|
http://mirror.centos.org/centos-5/5.3/os/i386/CentOS/yum-priorities-1.1.16-13.el5.centos.noarch.rpm
|
| # rpm -ivh yum-priorities-1.1.16-13.el5.centos.noarch.rpm
|
| Or, even faster :
|
| # rpm -ivh
|
http://mirror.centos.org/centos-5/5.3/os/i386/CentOS/yum-priorities-1.1.16-13.el5.centos.noarch.rpm
|
| Cheers,
|
| Niki

Thx.

Timo

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with CentOS - http://enigmail.mozdev.org

iD8DBQFK4E4vfg746kcGBOwRAjJQAJ9aGjWVG8sOLbcDjhUo5sByfalUdgCfflmS
6fo21SbRFmGPTQ1I8DFBgig=
=qB9e
-END PGP SIGNATURE-
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Missing yum-priorities in 5.4?

2009-10-22 Thread Alan McKay
So can I just copy the RPM from my 5.3 to my 5.4 and all will be good?
  No need to makerepo or anything?

[r...@alan centos]# find . -name yum-prio\*
./5.3/os/i386/CentOS/yum-priorities-1.1.16-13.el5.centos.noarch.rpm
./5.3/os/x86_64/CentOS/yum-priorities-1.1.16-13.el5.centos.noarch.rpm

Just copy those to the same spot under 5.4?



-- 
“Don't eat anything you've ever seen advertised on TV”
 - Michael Pollan, author of "In Defense of Food"
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] what else is missing in 5.4?

2009-10-22 Thread Alan McKay
[r...@alan centos]# du -sh 5.*
19G 5.3
14G 5.4


-- 
“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] Missing yum-priorities in 5.4?

2009-10-22 Thread Morten Torstensen
An upgrade should do fine, I think... the yum versions in 5.3 and 5.4
looks to be the same, so nothing would be uninstalled afaik.

Looks to me that you will only see this when you do a fresh install of 5.4

-- 
//Morten
//mor...@mortent.org
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] what else is missing in 5.4?

2009-10-22 Thread Morten Torstensen
5.3/updates?

On Thu, Oct 22, 2009 at 2:29 PM, Alan McKay  wrote:
> [r...@alan centos]# du -sh 5.*
> 19G     5.3
> 14G     5.4


-- 
//Morten
//mor...@mortent.org
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Missing yum-priorities in 5.4?

2009-10-22 Thread Tony Molloy
On Thursday 22 October 2009 13:04:05 Sorin Srbu wrote:
> >-Original Message-
> >From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
>
> Behalf
>
> >Of Morten Torstensen
> >Sent: Thursday, October 22, 2009 12:37 PM
> >To: CentOS mailing list
> >Subject: [CentOS] Missing yum-priorities in 5.4?
> >
> >Is this missing on purpose? Function merged with another yum package?
> >Or is it just missing as an oversight?
>
> I just upgraded a few systems with v5.4, rebooted and then ran an update
> again. The yum-priorities plugin is loaded and used with the regular "yum
> update" command.
>
> Or am *I* missing something here? I don't see anything wrong...
>
> To the CentOS-devs I'd like to extend a great thank you. The v5.4 upgrade
> went in w/o a hitch and seems to be working excellent.
Ditto.

The problem is not with updated systems but with newly installed systems. 
yum-priorities is missing from newly installed 5.4 systems. It's fine with 
updated systems.

Tony


-- 

Dept. of Comp. Sci.
University of Limerick.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] what else is missing in 5.4?

2009-10-22 Thread Alan McKay
Ah, OK, this makes sense now

[r...@alan centos]# du -sh 5.3/*
64K 5.3/addons
2.2G5.3/centosplus
84K 5.3/contrib
526M5.3/extras
60K 5.3/fasttrack
11G 5.3/os
5.4G5.3/updates
[r...@alan centos]# du -sh 5.4/*
84K 5.4/addons
2.2G5.4/centosplus
84K 5.4/contrib
526M5.4/extras
84K 5.4/fasttrack
12G 5.4/os
84K 5.4/updates


On Thu, Oct 22, 2009 at 8:29 AM, Alan McKay  wrote:
> [r...@alan centos]# du -sh 5.*
> 19G     5.3
> 14G     5.4
>
>
> --
> “Don't eat anything you've ever seen advertised on TV”
>         - Michael Pollan, author of "In Defense of Food"
>



-- 
“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] Help! i want to clone my Centos machine to another box..

2009-10-22 Thread Mathieu Baudier
> 1. backing up my mysql databases  is it enough to cp /var/lib/mysql and
> /user/lib/mysql or i have to export them? and if thats the case how can i
> export?

For MySQL backups I use the mysqldump utility, which dumps the data as
pure SQL.
This may not be the best option if you have a huge amount of data though.

/usr/bin/mysqldump --lock-tables --add-locks --add-drop-table -u root
--databases my_database > my_database-091021.sql
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Persistent desktop icons ?

2009-10-22 Thread Niki Kovacs
Hi,

Is it possible to configure persistent desktop icons, e. g. shortcuts 
that users can't delete ? On most of my client desktops, I have some 
home-made shortcuts, like here for example :

http://www.microlinux.fr/configurations.html

The shortcut on the lower left corner of the screen launches the public 
library management system.

Most of the users are quite computer-illiterate, and more often than 
not, they tend to erase these shortcuts (and then call me panic-stricken 
at 07:00 in the morning :oD).

To configure the shortcuts themselves, I just edit a .desktop file by 
hand. I tried various combinations of chown and chmod, but to no avail. 
Even if there are minimum access rights, the thing can still be erased 
with a right click.

Now I vaguely remember that a standard openSUSE install has something 
like persistent desktop shortcuts (for the SUSE help center or something 
like that), and I wonder: how do they do it ?

Any suggestions ?

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


Re: [CentOS] Missing yum-priorities in 5.4?

2009-10-22 Thread Sorin Srbu
>-Original Message-
>From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
Behalf
>Of Tony Molloy
>Sent: Thursday, October 22, 2009 2:32 PM
>To: CentOS mailing list
>Subject: Re: [CentOS] Missing yum-priorities in 5.4?
>
>The problem is not with updated systems but with newly installed systems.
>yum-priorities is missing from newly installed 5.4 systems. It's fine with
>updated systems.

I realised that, pretty soon afterwards. Sorry for adding to the noise.
-- 
/Sorin


smime.p7s
Description: S/MIME cryptographic signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Persistent desktop icons ?

2009-10-22 Thread Benjamin Franz
Niki Kovacs wrote:
> Hi,
>
> Is it possible to configure persistent desktop icons, e. g. shortcuts 
> that users can't delete ? On most of my client desktops, I have some 
> home-made shortcuts, like here for example  [...]
> To configure the shortcuts themselves, I just edit a .desktop file by 
> hand. I tried various combinations of chown and chmod, but to no avail. 
> Even if there are minimum access rights, the thing can still be erased 
> with a right click.
>
> Now I vaguely remember that a standard openSUSE install has something 
> like persistent desktop shortcuts (for the SUSE help center or something 
> like that), and I wonder: how do they do it ?
>
> Any suggestions ?

Some Googling suggests that the 'sabayon' app is what you want.

http://ubuntuforums.org/showthread.php?t=199027

-- 
Benjamin Franz

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


Re: [CentOS] 5.4 docs

2009-10-22 Thread Ron Loftin

On Thu, 2009-10-22 at 00:33 -0500, Ron Blizzard wrote:
> On Wed, Oct 21, 2009 at 11:33 PM, Ron Loftin  wrote:
> >
> > First off, I'm glad that 5.4 is now available, and a big "Thank you" to
> > the development team for all of their hard work.
> >
> > I have noticed that the docs for 5.4 appear to be accessible on the
> > CentOS Web site, but some of them seem to have some issues.  In the
> > "Technical Notes", everything after the first page of Chapter 1 gives a
> > 404 error.  I've tried to send in a report with the contact form on the
> > Web site, but so far this situation has not changed.
> 
> I'm probably showing my ignorance, but aren't these documents the same
> as what you can get from Red Hat?
> 
> http://www.redhat.com/docs/manuals/enterprise/

Yes, but since the CentOS team puts out the effort to mirror the docs,
I'm sure that everyone involved would prefer that things work correctly.

> 
-- 
Ron Loftin  relof...@twcny.rr.com

"God, root, what is difference ?"   Piter from UserFriendly

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


Re: [CentOS] Persistent desktop icons ?

2009-10-22 Thread Lucian @ lastdot.org
On Thu, Oct 22, 2009 at 1:57 PM, Benjamin Franz  wrote:
> Niki Kovacs wrote:
>> Hi,
>>
>> Is it possible to configure persistent desktop icons, e. g. shortcuts
>> that users can't delete ? On most of my client desktops, I have some
>> home-made shortcuts, like here for example  [...]
>> To configure the shortcuts themselves, I just edit a .desktop file by
>> hand. I tried various combinations of chown and chmod, but to no avail.
>> Even if there are minimum access rights, the thing can still be erased
>> with a right click.
>>
>> Now I vaguely remember that a standard openSUSE install has something
>> like persistent desktop shortcuts (for the SUSE help center or something
>> like that), and I wonder: how do they do it ?
>>
>> Any suggestions ?
>
> Some Googling suggests that the 'sabayon' app is what you want.
>
> http://ubuntuforums.org/showthread.php?t=199027
>
> --
> Benjamin Franz
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>

You could make those desktop files immutable.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] EDAC Kernel Panic 2.6.9-78 and above

2009-10-22 Thread William L. Maltby

On Thu, 2009-10-22 at 04:20 -0400, ken wrote:
> 

> cat /boot/grub/menu.lst
> ...
> title CentOS (2.6.18-164.2.1.el5.plus)
> root (hd0,2)
> kernel /vmlinuz-2.6.18-164.2.1.el5.plus ro
> root=/dev/mapper/luks-3d723b4f-0184-438d-9cb9-9ebff16e683a rhgb quiet
> initrd /initrd-2.6.18-164.2.1.el5.plus.img
> title CentOS (2.6.18-164.el5)
> root (hd0,2)
> kernel /vmlinuz-2.6.18-164.el5 ro
> root=/dev/mapper/luks-3d723b4f-0184-438d-9cb9-9ebff16e683a rhgb quiet
> initrd /initrd-2.6.18-164.el5.img
> title CentOS (2.6.18-128.7.1.el5)
> root (hd0,2)
> kernel /vmlinuz-2.6.18-128.7.1.el5 ro
> root=/dev/mapper/luks-3d723b4f-0184-438d-9cb9-9ebff16e683a rhgb quiet
> initrd /initrd-2.6.18-128.7.1.el5.img
> ...
> 
> If your /boot/grub/menu.lst is similar, then you need only select a
> previously installed kernel at the boot menu.  You can access this via
> your remote KVM setup, yes?
> 
> In the past I've edited menu.lst to change what's booted, i.e., I
> rearranged the order of the stanzas to make the first one, which is the
> default (the one booted if no action is taken at the boot menu), the
> working/desired kernel.

Don't forget htat you can use the default command in the grub.conf, e.g.
"default 1", rather than rearranging all the time.

Use "info grub", select the "index" entry and then look for "default"

> 
> hth,
> ken
> 

-- 
Bill

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


Re: [CentOS] what else is missing in 5.4?

2009-10-22 Thread Greg O.
http://wiki.centos.org/Manuals/ReleaseNotes/CentOS5.4 (6. Changes)

2009/10/22 Alan McKay :
> [r...@alan centos]# du -sh 5.*
> 19G     5.3
> 14G     5.4
>
>
> --
> “Don't eat anything you've ever seen advertised on TV”
>         - Michael Pollan, author of "In Defense of Food"
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] sendmail question

2009-10-22 Thread Alexander Dalloz
Jerry Geis schrieb:
>> My guess would be a resolving problem also.
>> Its usually what causes sendmail to slow down.
>> Check your /etc/hosts file
>> Dan
>>   
> My /etc/hosts file is only has the "nameserver x.x.x.x" entry.
> 
> the /var/log/maillog shows the entry right away when "mail" on the 
> command line is done.
> Again, this is mail originating on the the box and destination is on the 
> same box.
> 
> mailq always shows 0, even doing it repeatedly.
> 
> the mail delivery  is delayed exactly 2 minutes.
> 
> I have 127.0.0.1 localhost in the /etc/hosts file.

Sendmail demands a dotted hostname in /etc/hosts for itself. "localhost"
is not enough. "localhost.localdomain" (which is even the CentOS default
for 127.0.0.1) works.

> Very odd, any thoughts?
> 
> Jerry

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


Re: [CentOS] Help! i want to clone my Centos machine to another box..

2009-10-22 Thread Les Mikesell
RoLaNd RoLaNd wrote:
> 
> thanks for your prompt reply..
> i was leaving that option as a last resort...
> the problem is that this machine is a production machine
> so if i rsync, i need to turn off the services in order to copy files or 
> else ill have permission denied errors...
> 
> any other way?

It is rare for files to be locked on Linux when in use, so you probably won't 
get permission denied errors.  However, if files are changing while you copy 
them you will get a bad copy.  One approach is to do one rsync with the machine 
running normally, then repeat with most of the services stopped.  The 2nd pass 
will go very quickly since it only has to copy the changed files.

> i;ll start the proccess of creating a fresh instalation today though i 
> dunno how to do the followign:
> 
> 1. backing up my mysql databases  is it enough to cp /var/lib/mysql and 
> /user/lib/mysql or i have to export them? and if thats the case how can 
> i export?

If mysql isn't running and you are copying to the same type of machine (32/64 
bit) you can copy the files directly.  Otherwise, msqldump is the way to export 
(and what you should be using regularly for backups).

> 2. anyway of copying user permissions and passwords? or i have to create 
> them all over again ?

You'll have to work through the files in /etc by hand, since some relate to the 
hardware and some to the configured software.  If all the installed software is 
the same on the new system you can probably just copy /etc/passwd, /etc/shadow, 
/etc/group, and /etc/gshadow but a safer approach is to keep the uid's below 
500 
from the new system and edit in the higher ones from the old.

I'd either copy the old /etc tree to some other location on the new system so 
you can diff and pick out the useful parts or change the old system's name/IP 
so 
you can access it until the new one is completely working.

I've always thought that linux distos badly needed a 're-install' function to 
adapt a clone/backup copy to new hardware. Most of the knowledge of what has to 
change is buried in anaconda - although you have a fair chance of making it 
work 
if you boot a rescue CD and rebuild the initrd with the modules that are set up 
when you do an install on that machine.

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


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


Re: [CentOS] Upgrade to 5.4 with an existing XFS-filesystem

2009-10-22 Thread Ross Walker

On Oct 22, 2009, at 7:11 AM, Bernhard Gschaider  wrote:

>
>> On Tue, 20 Oct 2009 12:36:06 -0700
>> "AY" == Akemi Yagi  wrote:
>
>AY> On Tue, Oct 20, 2009 at 11:51 AM, Bernhard Gschaider
>AY>  wrote:
>
>>> I've got a fileserver currently running under 5.3 with the
>>> /home-partition being an XFS-filesystem. I use the kmod-xfs
>>> from extras. It works great ;)
>>>
>>> Now: as I understand it from the release-notes the 5.4 kernel
>>> has XFS already built-in. Right? Or is it just a kmod-package
>>> ("technology preview")
>>>
>>> Now my question is: are there any recommendations for an
>>> upgrade-procedure? I mean, I can probably manage, but I'll want
>>> to minimize downtime
>
>>> BTW: when doing "yum list updates" I don't see any
>>> "kernel*"-packages in the list. Is this because the last kernel
>>> from the 5.3-updates has the same build-numer (164 I think)?
>>> And is the 5.4-base-kernel the same as the latest
>>> 5.3-updates-kernel?
>
>AY> The -164 kernel is indeed from 5.4 and has xfs as a built-in
>AY> kernel module.  If you are already running this kernel, that
>AY> indicates all is well and no further action is needed.
>
>AY> Could you show us the output returned by:
>
>AY> ls -l `find /lib/modules -name xfs.ko`
>
> Thanks for the hint: I did it (I'll spare you the listing). The
> -164-kernel ist the first one where according to "rpm -qf " the
> module is "owned" by the kernel package. All the other instances of
> xfs.ko point to a module "owned" by kmod-xfs.
>
> So obviously I'm not using the kmod-xfs anymore (I'm relieved that the
> last kernel-update worked without a clash)
>
> Thanks again for clearing that up
>
> Bernhard
>
> BTW: yes. It is a x86_64-machine

What version of XFS is supplied?

Is it still true that RH doesn't supply xfsprogs and xfsdump so we  
need to use the ones in 'extras'?

If so, wouldn't it be risky using the RH supplied kernel driver with  
third party supplied maintenance apps in case RH were to backport any  
XFS internal structs that the user progs don't know how to handle, or  
vice versa.

I think I'll stick with the complete CentOS XFS bundle for a while and  
see what RH does.

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


Re: [CentOS] Upgrade to 5.4 with an existing XFS-filesystem

2009-10-22 Thread Timo Schoeler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

thus Ross Walker spake:
| On Oct 22, 2009, at 7:11 AM, Bernhard Gschaider  wrote:
|
|>> On Tue, 20 Oct 2009 12:36:06 -0700
|>> "AY" == Akemi Yagi  wrote:
|>AY> On Tue, Oct 20, 2009 at 11:51 AM, Bernhard Gschaider
|>AY>  wrote:
|>
|>>> I've got a fileserver currently running under 5.3 with the
|>>> /home-partition being an XFS-filesystem. I use the kmod-xfs
|>>> from extras. It works great ;)
|>>>
|>>> Now: as I understand it from the release-notes the 5.4 kernel
|>>> has XFS already built-in. Right? Or is it just a kmod-package
|>>> ("technology preview")
|>>>
|>>> Now my question is: are there any recommendations for an
|>>> upgrade-procedure? I mean, I can probably manage, but I'll want
|>>> to minimize downtime
|>>> BTW: when doing "yum list updates" I don't see any
|>>> "kernel*"-packages in the list. Is this because the last kernel
|>>> from the 5.3-updates has the same build-numer (164 I think)?
|>>> And is the 5.4-base-kernel the same as the latest
|>>> 5.3-updates-kernel?
|>AY> The -164 kernel is indeed from 5.4 and has xfs as a built-in
|>AY> kernel module.  If you are already running this kernel, that
|>AY> indicates all is well and no further action is needed.
|>
|>AY> Could you show us the output returned by:
|>
|>AY> ls -l `find /lib/modules -name xfs.ko`
|>
|> Thanks for the hint: I did it (I'll spare you the listing). The
|> -164-kernel ist the first one where according to "rpm -qf " the
|> module is "owned" by the kernel package. All the other instances of
|> xfs.ko point to a module "owned" by kmod-xfs.
|>
|> So obviously I'm not using the kmod-xfs anymore (I'm relieved that the
|> last kernel-update worked without a clash)
|>
|> Thanks again for clearing that up
|>
|> Bernhard
|>
|> BTW: yes. It is a x86_64-machine
|
| What version of XFS is supplied?
|
| Is it still true that RH doesn't supply xfsprogs and xfsdump so we
| need to use the ones in 'extras'?

http://wiki.centos.org/Manuals/ReleaseNotes/CentOS5.4#head-29511ff6659f6463d444feb92326ed2232fc8c08

| If so, wouldn't it be risky using the RH supplied kernel driver with
| third party supplied maintenance apps in case RH were to backport any
| XFS internal structs that the user progs don't know how to handle, or
| vice versa.
|
| I think I'll stick with the complete CentOS XFS bundle for a while and
| see what RH does.
|
| -Ross

Timo
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with CentOS - http://enigmail.mozdev.org

iD8DBQFK4GCmfg746kcGBOwRAt97AJ9gqcDNowwtMDUOsrnys8Qdu+UtnwCgtbhQ
iQfHQ2UZ3o6rTrXN9UzU0QA=
=bIOT
-END PGP SIGNATURE-
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] To all of the group

2009-10-22 Thread Garry.Dale
On Thu, Oct 22, 2009 at 4:04 AM, James Bensley  wrote:
> Wait a minute, didn't someone just try and offer their help to the
> community;
> Where in their email did they mention cpanel?
>
> 2009/10/22 Christopher Chan 
>>
>> DTS-Corp (Knowledgebase) wrote:
>> > I am pretty much a newbie at CentOS, and Linux on client side,
>>
>> Just in case it is not clear to you. cpanel is NOT Centos. It is a very
>> badly modified version of Centos and we have nothing to do with it.
>> Please take any issues you have with it back to Cpanel.
>
> That doesn't say, Hi want some cpanel help, it says, "I would like to help
> out occasionally by helping the web development crew in their endeavors".

Agreed. The reference to cPanel in this thread makes no sense.  As for
wanting to contribute to the CentOS Project, there is some information
available on the Contribute page of the CentOS wiki [1].  That's a
good place to start.

[1] http://wiki.centos.org/Contribute

HTH

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


Re: [CentOS] Persistent desktop icons ?

2009-10-22 Thread Ross Walker

On Oct 22, 2009, at 8:46 AM, Niki Kovacs  wrote:

> Hi,
>
> Is it possible to configure persistent desktop icons, e. g. shortcuts
> that users can't delete ? On most of my client desktops, I have some
> home-made shortcuts, like here for example :
>
> http://www.microlinux.fr/configurations.html
>
> The shortcut on the lower left corner of the screen launches the  
> public
> library management system.
>
> Most of the users are quite computer-illiterate, and more often than
> not, they tend to erase these shortcuts (and then call me panic- 
> stricken
> at 07:00 in the morning :oD).
>
> To configure the shortcuts themselves, I just edit a .desktop file by
> hand. I tried various combinations of chown and chmod, but to no  
> avail.
> Even if there are minimum access rights, the thing can still be erased
> with a right click.
>
> Now I vaguely remember that a standard openSUSE install has something
> like persistent desktop shortcuts (for the SUSE help center or  
> something
> like that), and I wonder: how do they do it ?
>
> Any suggestions ?

Look under /usr/share/(apps,applications,...) there should be a  
directory called Desktop that is used for both KDE and Gnome, part of  
the freedesktop initiative (like LSB for Linux GUIs).

# find /usr/share -t d -name Desktop -print

-Ross

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


Re: [CentOS] New administrator and upgrading systems

2009-10-22 Thread Les Mikesell
Götz Reinicke - IT-Koordinator wrote:
> Christoph Maser schrieb:
>> Am Mittwoch, den 21.10.2009, 23:55 +0200 schrieb Yves Bellefeuille:
 it will work when your mirror has 5.4
>>> I have the same problem. Are many mirrors not updated yet?
>> Was there an official CentOS 5.4 announcemnet already?
> 
> http://lists.centos.org/pipermail/centos-announce/2009-October/016195.html

But you have to be subscribed separately to the announce list.  It is also 
posted on distrowatch: http://distrowatch.com/?newsid=05725

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

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


[CentOS] Missing virtio-win in CentOS 5.4

2009-10-22 Thread Sebastian Marten
Hello,
I Installed 5.4 on a test system to use KVM, but i didn't find the
"virtio-win" package with the Windows drivers.

->
http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5.4/html/Virtualization_Guide/chap-Virtualization-KVM_Para_virtualized_Drivers.html

Is this a CentOS or Upstream Problem?

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


Re: [CentOS] Missing virtio-win in CentOS 5.4

2009-10-22 Thread Ray Van Dolson
On Thu, Oct 22, 2009 at 04:14:00PM +0200, Sebastian Marten wrote:
> Hello,
> I Installed 5.4 on a test system to use KVM, but i didn't find the
> "virtio-win" package with the Windows drivers.
> 

Looks like these are provided via the RHN Supplementary Channel.  I'd
imagine they are not freely distributable?

I'm sure someone else can confirm.

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


Re: [CentOS] To all of the group

2009-10-22 Thread Chan Chung Hang Christopher
James Bensley wrote:
> Wait a minute, didn't someone just try and offer their help to the
> community;
> Where in their email did they mention cpanel?
>   

Sorry, got mixed up. I thought he was talking about what he was doing 
for his company. Just kind of wary of people who go: Calling all Hackers 
but they actually mean Calling all Crackers

> 2009/10/22 Christopher Chan 
>
>   
>> DTS-Corp (Knowledgebase) wrote:
>> 
>>> I am pretty much a newbie at CentOS, and Linux on client side,
>>>   
>> Just in case it is not clear to you. cpanel is NOT Centos. It is a very
>> badly modified version of Centos and we have nothing to do with it.
>> Please take any issues you have with it back to Cpanel.
>> 
>
>
> That doesn't say, Hi want some cpanel help, it says, "I would like to help
> out occasionally by helping the web development crew in their endeavors".
>
>   
> 
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>   

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


[CentOS] Coincidence ? Well.... maybe

2009-10-22 Thread Ron Loftin

http://www.theregister.co.uk/2009/10/22/win7_launch/

After you read the article, check out the comment about the timing of
the CentOS 5.4 release and draw your own conclusions. ;>

-- 
Ron Loftin  relof...@twcny.rr.com

"God, root, what is difference ?"   Piter from UserFriendly

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


Re: [CentOS] Missing virtio-win in CentOS 5.4

2009-10-22 Thread carlopmart
Ray Van Dolson wrote:
> On Thu, Oct 22, 2009 at 04:14:00PM +0200, Sebastian Marten wrote:
>> Hello,
>> I Installed 5.4 on a test system to use KVM, but i didn't find the
>> "virtio-win" package with the Windows drivers.
>>
> 
> Looks like these are provided via the RHN Supplementary Channel.  I'd
> imagine they are not freely distributable?
> 
> I'm sure someone else can confirm.
> 
> Ray

There are freely redistributable, but still they aren't published by upstream. 
You 
can use these instead: 
http://www.linux-kvm.com/content/windows-binary-virtio-drivers-finally-released,
 but 
there are a lot of problems with any windows 64 bits. And another problem, a 
big 
really, is that you can¡t install a windows kvm guest directly to a virtio 
disk. 
First you need to install to an ide disk, after generate a virtio disk and 
attach to 
win guest, install the virtio driver and last remove ide drive ... very very 
ugly.

-- 
CL Martinez
carlopmart {at} gmail {d0t} com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] CentOS-5.3 yum-priorites

2009-10-22 Thread James B. Byrne
I visited http://wiki.centos.org/PackageManagement/Yum/Priorities
which tells me to install the package yum-priorities available from
extras.  I try this and it fails.

# yum install yum-priorities
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * addons: mirror.csclub.uwaterloo.ca
 * base: mirror.csclub.uwaterloo.ca
 * extras: mirror.csclub.uwaterloo.ca
 * updates: mirror.csclub.uwaterloo.ca
Excluding Packages from CentOS-5 - Base
Finished
Excluding Packages from CentOS-5 - Extras
Finished
Reducing rubyworks to included packages only
Finished
Excluding Packages from CentOS-5 - Updates
Finished
Setting up Install Process
No package yum-priorities available.
Nothing to do

So, where has it gone?

Regards,

-- 
***  E-Mail is NOT a SECURE channel  ***
James B. Byrnemailto:byrn...@harte-lyne.ca
Harte & Lyne Limited  http://www.harte-lyne.ca
9 Brockley Drive  vox: +1 905 561 1241
Hamilton, Ontario fax: +1 905 561 0757
Canada  L8E 3C3

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


[CentOS] CentOS-5.3 yum-priorites

2009-10-22 Thread James B. Byrne
I visited http://wiki.centos.org/PackageManagement/Yum/Priorities
which tells me to install the package yum-priorities available from
extras.  I try this and it fails.

# yum install yum-priorities
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * addons: mirror.csclub.uwaterloo.ca
 * base: mirror.csclub.uwaterloo.ca
 * extras: mirror.csclub.uwaterloo.ca
 * updates: mirror.csclub.uwaterloo.ca
Excluding Packages from CentOS-5 - Base
Finished
Excluding Packages from CentOS-5 - Extras
Finished
Reducing rubyworks to included packages only
Finished
Excluding Packages from CentOS-5 - Updates
Finished
Setting up Install Process
No package yum-priorities available.
Nothing to do

So, where has it gone?

Regards,

-- 
***  E-Mail is NOT a SECURE channel  ***
James B. Byrnemailto:byrn...@harte-lyne.ca
Harte & Lyne Limited  http://www.harte-lyne.ca
9 Brockley Drive  vox: +1 905 561 1241
Hamilton, Ontario fax: +1 905 561 0757
Canada  L8E 3C3

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


Re: [CentOS] CentOS-5.3 yum-priorites

2009-10-22 Thread Timo Schoeler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

thus James B. Byrne spake:
> I visited http://wiki.centos.org/PackageManagement/Yum/Priorities
> which tells me to install the package yum-priorities available from
> extras.  I try this and it fails.
> 
> # yum install yum-priorities
> Loaded plugins: fastestmirror
> Loading mirror speeds from cached hostfile
>  * addons: mirror.csclub.uwaterloo.ca
>  * base: mirror.csclub.uwaterloo.ca
>  * extras: mirror.csclub.uwaterloo.ca
>  * updates: mirror.csclub.uwaterloo.ca
> Excluding Packages from CentOS-5 - Base
> Finished
> Excluding Packages from CentOS-5 - Extras
> Finished
> Reducing rubyworks to included packages only
> Finished
> Excluding Packages from CentOS-5 - Updates
> Finished
> Setting up Install Process
> No package yum-priorities available.
> Nothing to do

To fix that:

http://lists.centos.org/pipermail/centos/2009-October/084246.html

> So, where has it gone?
>
> Regards,

HTH,

Timo

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with CentOS - http://enigmail.mozdev.org/

iD8DBQFK4H67O/2mgkVVV7kRAsgmAJ94eyMFzqkQmBaUDeFuCGPL53hsywCeLFYN
bFnXs3tsxcwoMuz8acsoW9g=
=Y/Ev
-END PGP SIGNATURE-
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] CentOS-announce Digest, Vol 56, Issue 6

2009-10-22 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. Release for CentOS-5.4 i386 and x86_64 (Karanbir Singh)


--

Message: 1
Date: Thu, 22 Oct 2009 02:44:07 +0530
From: Karanbir Singh 
Subject: [CentOS-announce] Release for CentOS-5.4 i386 and x86_64
To: centos-annou...@centos.org, dis...@distrowatch.com
Message-ID: <4adf799f.9020...@centos.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

We are pleased to announce the immediate availability of CentOS-5.4 for 
i386 and x86_64 Architectures.

CentOS-5.4 is based on the upstream release EL 5.4.0, and includes 
packages from all variants including Server and Client. All upstream 
repositories have been combined into one, to make it easier for end 
users to work with. And the option to further enable external 
repositories at install time is now available in the installer.

This is just an announcement email, not the release notes. The Release 
Notes for CentOS-5.4 can be found on-line at :
http://wiki.centos.org/Manuals/ReleaseNotes/CentOS5.4 and everyone is 
encouraged to look through them once. Also worth browsing through at the 
CentOS FAQ's at http://wiki.centos.org/FAQ

+++
Upgrading from CentOS-5.3 ( or CentOS-5.0 / 5.1 / 5.2 ):

If you are already running CentOS-5.3 or an older CentOS-5 distro, all 
you need to do is update your machine via yum by running :

'yum update'

Running 'yum list updates' before doing the update is recommended, so 
you can get a list of packages that are going to be updated. To check 
you are indeed on CentOS-5.4, run : 'rpm -q centos-release' and that 
should return: 'centos-release-5-4.el5.centos.1'


+++
LiveCD i386

For the first time, we are also releasing the i386 CentOS-5.4 LiveCD at 
the same time as the main distro. There will be a separate announcement 
with details of changes in the 5.4 LiveCD

+++
LiveCD x86_64

Also for the first time, we now have a x86_64 CentOS LiveCD. This 
release includes support for both 64bit and 32bit user-space. However, 
due to size issues will only burn to a large capacity CD-r. There will 
be a separate announcement with details for the x86_64 LiveCD.

+++
Downloading CentOS-5.4 for new installs:

When possible, consider using torrents to run the downloads. Not only 
does it help the community and keeps mirrors from running up high 
bandwidth bills, in most cases you will find its also the fastest means 
to download the distro. There are present over three hundred people 
seeding CentOS-5 and its possible to get upto 100mbps downloads via 
these torrents.

-- Via BitTorrent :
 CD:
http://mirror.centos.org/centos/5.4/isos/i386/CentOS-5.4-i386-bin-1to6.torrent
http://mirror.centos.org/centos/5.4/isos/x86_64/CentOS-5.4-x86_64-bin-1to7.torrent

 DVD:
http://mirror.centos.org/centos/5.4/isos/i386/CentOS-5.4-i386-bin-DVD.torrent
http://mirror.centos.org/centos/5.4/isos/x86_64/CentOS-5.4-x86_64-bin-DVD.torrent

sha1sum for these torrent files:

a5ad269539be62873704ef916d4390ea4fc04b3f  CentOS-5.4-i386-bin-1to6.torrent
44df26957569f272cd93c7cebeae7cb5e4ba056c  CentOS-5.4-i386-bin-DVD.torrent
3c3ca34a47be07a91abf0264fc78b1ce68c18de6  CentOS-5.4-x86_64-bin-1to7.torrent
724b00c12baf09afc86d94ca8519a151b5cae850  CentOS-5.4-x86_64-bin-DVD.torrent

-- Via direct download:
Due to bandwidth considerations the CentOS Project does not publish ISOS 
directly from our network machines. However direct downloads are 
available from external mirrors over http, ftp and rsync, and a geoip 
based list is available at http://isoredirect.centos.org/centos/5/isos/ 
to give you the best predictable match ( and only lists mirrors that are 
updated already, so you don't need to waste time looking for a sync'd 
mirror )

 Some mirrors also publish DVD images that can be downloaded 
directly. Refer to the mirrors list page at 
http://www.centos.org/mirrors for more details Mirrors that offer DVD's 
are clearly marked on the page.

sha1sum for these ISOS:

i386:
2c3e2d6ca38e3549d47d5f74529193ed68d838cc  CentOS-5.4-i386-bin-1of6.iso
9f8b829bd7d39dec4c25d3f7815391323ea462d4  CentOS-5.4-i386-bin-2of6.iso
aa9db29f2524894599a5d948b58593782da9adcc  CentOS-5.4-i386-bin-3of6.iso
44d72f7b9f889e0278a1718061606b48d10975bf  CentOS-5.4-i386-bin-4of6.iso
88ff6bd1abe194dc4b2d77d779dac28d914276bf  CentOS-5.4-i386-bin-5of6.iso
0dd39bd0ca1420b78be630f2a1d0fa7301e00db4  CentOS-5.4-i

Re: [CentOS] To all of the group

2009-10-22 Thread James Bensley
2009/10/22 Chan Chung Hang Christopher 

> Sorry, got mixed up. I thought he was talking about what he was doing
> for his company. Just kind of wary of people who go: Calling all Hackers
> but they actually mean Calling all Crackers


 Now what are you on about, are you posting to the wrong thread per chance?

Where in his post did he mention "Calling all Hackers"? Are you
hallucinatingon a Thursday?

-- 
Regards,
James ;)

Samuel Goldwyn
- "I'm willing to admit that I may not always be right, but I am never
wrong."
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Way to go, CentOS team. Here's a hearty "thank you"!

2009-10-22 Thread Gilbert Sebenste
Hello all,

To the CentOS developers, beta testers, and all who were involved in a 
small or major way in the release of CentOS 5.4...thank you. Ignoring the 
peer pressure, even though it was out a little later than you (and many of 
us) wanted, you got it RIGHT. *That* is what was important. I yum updated
from 5.3 to 5.4 with NO issues that I can speak of right now.

Thanks to you fine folks, and of course, the upstream vendor, for doing a 
fantastic job!

***
Gilbert Sebenste 
(My opinions only!)  **
***
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] LDAP server, too many open files

2009-10-22 Thread Jacob Bresciani
I've setup an LDAP server with a slave server on Centos 5.3 X86_64,  
replication works, most of the time client logins work fine but I'm  
starting to get a error I can't seem to eliminate, it's starting to  
cause login failures for users and I think it's causing other  
application failures when they try to auth against ldap.

on the client side /var/log/messages shows
Oct 22 08:53:23 client sshd[564]: nss_ldap: failed to bind to LDAP  
server ldap://ldap1: Can't contact LDAP server
Oct 22 08:53:23 client sshd[564]: nss_ldap: reconnected to LDAP server 
ldap://ldap2
Oct 22 08:54:01 client ps: nss_ldap: failed to bind to LDAP server 
ldap://ldap1: 
  Can't contact LDAP server
Oct 22 08:54:01 client ps: nss_ldap: reconnected to LDAP server ldap://ldap2
Oct 22 08:54:03 client ls: nss_ldap: failed to bind to LDAP server 
ldap://ldap1: 
  Can't contact LDAP server
Oct 22 08:54:03 client ls: nss_ldap: reconnected to LDAP server ldap://ldap2
Oct 22 08:55:02 client ps: nss_ldap: failed to bind to LDAP server 
ldap://ldap1: 
  Can't contact LDAP server
Oct 22 08:55:02 client ps: nss_ldap: reconnected to LDAP server ldap://ldap2

on the server side I see
  Oct 22 08:53:23 ldap1slapd[23963]: warning: cannot open /etc/ 
hosts.allow: Too many open files
Oct 22 08:53:23 ldap1slapd[23963]: warning: cannot open /etc/ 
hosts.deny: Too many open files
Oct 22 08:53:23 ldap1slapd[23963]: warning: cannot open /etc/ 
hosts.allow: Too many open files
Oct 22 08:53:23 ldap1slapd[23963]: warning: cannot open /etc/ 
hosts.deny: Too many open files
Oct 22 08:53:23 ldap1slapd[23963]: warning: cannot open /etc/ 
hosts.allow: Too many open files
Oct 22 08:53:23 ldap1slapd[23963]: warning: cannot open /etc/ 
hosts.deny: Too many open files
Oct 22 08:53:23 ldap1slapd[23963]: warning: cannot open /etc/ 
hosts.allow: Too many open files
Oct 22 08:53:23 ldap1slapd[23963]: warning: cannot open /etc/ 
hosts.deny: Too many open files
Oct 22 08:53:23 ldap1slapd[23963]: warning: cannot open /etc/ 
hosts.allow: Too many open files
Oct 22 08:53:23 ldap1slapd[23963]: warning: cannot open /etc/ 
hosts.deny: Too many open files
Oct 22 08:53:23 ldap1slapd[23963]: warning: cannot open /etc/ 
hosts.allow: Too many open files
Oct 22 08:53:23 ldap1slapd[23963]: warning: cannot open /etc/ 
hosts.deny: Too many open files
Oct 22 08:53:25 ldap1slapd[23963]: warning: cannot open /etc/ 
hosts.allow: Too many open files
Oct 22 08:53:25 ldap1slapd[23963]: warning: cannot open /etc/ 
hosts.deny: Too many open files
Oct 22 08:53:25 ldap1slapd[23963]: warning: cannot open /etc/ 
hosts.allow: Too many open files
Oct 22 08:53:25 ldap1slapd[23963]: warning: cannot open /etc/ 
hosts.deny: Too many open files
Oct 22 08:53:25 ldap1slapd[23963]: warning: cannot open /etc/ 
hosts.allow: Too many open files
Oct 22 08:53:25 ldap1slapd[23963]: warning: cannot open /etc/ 
hosts.deny: Too many open files
Oct 22 08:53:25 ldap1slapd[23963]: warning: cannot open /etc/ 
hosts.allow: Too many open files
Oct 22 08:53:25 ldap1slapd[23963]: warning: cannot open /etc/ 
hosts.deny: Too many open files
Oct 22 08:53:26 ldap1slapd[23963]: warning: cannot open /etc/ 
hosts.allow: Too many open files
Oct 22 08:53:26 ldap1slapd[23963]: warning: cannot open /etc/ 
hosts.deny: Too many open files
Oct 22 08:53:26 ldap1slapd[23963]: warning: cannot open /etc/ 
hosts.allow: Too many open files
Oct 22 08:53:26 ldap1slapd[23963]: warning: cannot open /etc/ 
hosts.deny: Too many open files
Oct 22 08:53:26 ldap1slapd[23963]: warning: cannot open /etc/ 
hosts.allow: Too many open files
Oct 22 08:53:26 ldap1slapd[23963]: warning: cannot open /etc/ 
hosts.deny: Too many open files
Oct 22 08:53:26 ldap1slapd[23963]: warning: cannot open /etc/ 
hosts.allow: Too many open files
Oct 22 08:53:26 ldap1slapd[23963]: warning: cannot open /etc/ 
hosts.deny: Too many open files
Oct 22 08:53:26 ldap1slapd[23963]: warning: cannot open /etc/ 
hosts.allow: Too many open files
Oct 22 08:53:26 ldap1slapd[23963]: warning: cannot open /etc/ 
hosts.deny: Too many open files
Oct 22 08:53:26 ldap1slapd[23963]: warning: cannot open /etc/ 
hosts.allow: Too many open files
Oct 22 08:53:26 ldap1slapd[23963]: warning: cannot open /etc/ 
hosts.deny: Too many open files
...

ldap1 does nothing but ldap and I only have the x86_64 binaries  
installed.
my slapd.conf file on the server looks like

##
include /etc/openldap/schema/core.schema
include /etc/openldap/schema/cosine.schema
include /etc/openldap/schema/inetorgperson.schema
include /etc/openldap/schema/nis.schema

allow bind_v2

pidfile /var/run/openldap/slapd.pid
argsfile/var/run/openldap/slapd.args

access to attrs=userPassword
 by self write
 by anonymous auth
 by dn.base="cn=domainadm,dc=domain,dc=local" write
 by dn.base="uid=ldapsync,ou=People,dc=domain,dc=local" read
 by * none
access to *
 by self write
 by dn.base="cn=domainadm,dc=domain,dc=

Re: [CentOS] CentOS-announce Digest, Vol 56, Issue 6

2009-10-22 Thread Bowie Bailey
centos-announce-requ...@centos.org wrote:
> +++
> Upgrading from CentOS-5.3 ( or CentOS-5.0 / 5.1 / 5.2 ):
>
> If you are already running CentOS-5.3 or an older CentOS-5 distro, all 
> you need to do is update your machine via yum by running :
>
> 'yum update'
>   

This seems to conflict with the release notes
(http://wiki.centos.org/Manuals/ReleaseNotes/CentOS5.4) which recommend
this procedure:

yum clean all
yum update glibc\*
yum update yum\* rpm\* python\*
yum clean all
yum update
shutdown -r now

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


Re: [CentOS] To all of the group

2009-10-22 Thread Chan Chung Hang Christopher
James Bensley wrote:
> 2009/10/22 Chan Chung Hang Christopher 
>
>   
>> Sorry, got mixed up. I thought he was talking about what he was doing
>> for his company. Just kind of wary of people who go: Calling all Hackers
>> but they actually mean Calling all Crackers
>> 
>
>
>  Now what are you on about, are you posting to the wrong thread per chance?
>
> Where in his post did he mention "Calling all Hackers"? Are you
> hallucinatingon a Thursday?
>
>   
The weekend is too far away.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] LDAP server, too many open files

2009-10-22 Thread Benjamin Franz
Jacob Bresciani wrote:
> I've setup an LDAP server with a slave server on Centos 5.3 X86_64,  
> replication works, most of the time client logins work fine but I'm  
> starting to get a error I can't seem to eliminate, it's starting to  
> cause login failures for users and I think it's causing other  
> application failures when they try to auth against ldap.
>
> on the client side /var/log/messages shows
[...]
>
> on the server side I see
>   Oct 22 08:53:23 ldap1slapd[23963]: warning: cannot open /etc/ 
> hosts.allow: Too many open files
> Oct 22 08:53:23 ldap1slapd[23963]: warning: cannot open /etc/ 

You probably are running into the default limit for open files. Look at 
/etc/security/limits.conf and add a line reading

*-   nofile  64000

Then restart the ldap server via the init script.

-- 
Benjamin Franz

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


Re: [CentOS] Help! i want to clone my Centos machine to another box..

2009-10-22 Thread R-Elists
roland,
 
what i recently did was use this info and modified the backup-servers script
slightly
 
http://www.jms1.net/code/rsync-backup.shtml
 
it was really simple to move a live centos4 from one machine to another
after admin down services that would allow data to change on the final rsync
pass.
 
one machine was an older compaq DL380 and the new machine was a HP DL360
 
basically i did a centos 4 load on the new machine and paid careful
attention to what needs to be excluded as well as changed before and
afterwards
 
things like  /etc/modprobe.conf
 
then change ips and reboot.
 
the having two servers side by side thing is a different set of
circumstances and setup...
 
we just cloned one to the other and took the original machine offline.
 
if you have a lot of linux experience and cannot figure out the step by
step, post what you did to "try" and accomplish it and then we can help more
later
 
please be specific in your postings
 
 - rh
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] LDAP server, too many open files

2009-10-22 Thread Jacob Bresciani
Thanks, I've put in that change, I'll get the dev's to abuse things  
for a while and we'll see if that's it. quick tests by me look  
promising :)


Jacob Bresciani

On 2009-10-22, at 9:23 AM, Benjamin Franz wrote:

> Jacob Bresciani wrote:
>> I've setup an LDAP server with a slave server on Centos 5.3 X86_64,
>> replication works, most of the time client logins work fine but I'm
>> starting to get a error I can't seem to eliminate, it's starting to
>> cause login failures for users and I think it's causing other
>> application failures when they try to auth against ldap.
>>
>> on the client side /var/log/messages shows
> [...]
>>
>> on the server side I see
>>  Oct 22 08:53:23 ldap1slapd[23963]: warning: cannot open /etc/
>> hosts.allow: Too many open files
>> Oct 22 08:53:23 ldap1slapd[23963]: warning: cannot open /etc/
>
> You probably are running into the default limit for open files. Look  
> at
> /etc/security/limits.conf and add a line reading
>
> *-   nofile  64000
>
> Then restart the ldap server via the init script.
>
> -- 
> Benjamin Franz
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos

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


Re: [CentOS] Security updates for Centos 5.3

2009-10-22 Thread slchavarria
I know too that  yum - -security doesnt work on CentOS, so there is no way 
to install JUST security-updates ??

Best regards 

SLCC



From:
centos-requ...@centos.org
To:
centos@centos.org
Date:
22/10/2009 11:04 a.m.
Subject:
CentOS Digest, Vol 57, Issue 22
Sent by:
centos-boun...@centos.org



Message: 3
Date: Wed, 21 Oct 2009 11:11:20 -0500
From: slchavar...@iusacell.com.mx
Subject: [CentOS] Security updates for Centos 5.3
To: centos@centos.org
Message-ID:
 

 
Content-Type: text/plain; charset="us-ascii"

Hello, 

Someone knows which security updates i have to apply to a host with Centos 

5.3 x_64. 

Thank you in advance and greetings

SLCC


-
Este mensaje y cualquier archivo que se adjunte al mismo es
propiedad de Grupo Iusacell y contiene informacion privada y
privilegiada para uso exclusivo del destinatario. Si usted recibe
esta comunicacion por error, no esta autorizado para copiar,
retransmitir, utilizar o divulgar este mensaje ni los archivos
adjuntos. En este caso por favor notifique inmediatamente al
remitente por este mismo conducto. Gracias.
-- next part --
An HTML attachment was scrubbed...
URL: 
http://lists.centos.org/pipermail/centos/attachments/20091021/bdc2b5a9/attachment-0001.html
 


--

Message: 4
Date: Wed, 21 Oct 2009 09:19:09 -0700 (PDT)
From: "nate" 
Subject: Re: [CentOS] Security updates for Centos 5.3
To: centos@centos.org
Message-ID:
 <3359.65.102.144.193.1256141949.squir...@webmail.linuxpowered.net>
Content-Type: text/plain;charset=iso-8859-1

slchavar...@iusacell.com.mx wrote:
> Hello,
>
> Someone knows which security updates i have to apply to a host with 
Centos
> 5.3 x_64.

Just run yum update and you'll get all of the updates that
you need that are available.

nate



--

Message: 5
Date: Wed, 21 Oct 2009 11:27:52 -0500
From: Les Mikesell 
Subject: Re: [CentOS] Security updates for Centos 5.3
To: CentOS mailing list 
Message-ID: <4adf3688.2080...@gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

nate wrote:
> slchavar...@iusacell.com.mx wrote:
>> Hello,
>>
>> Someone knows which security updates i have to apply to a host with 
Centos
>> 5.3 x_64.
> 
> Just run yum update and you'll get all of the updates that
> you need that are available.

Except that you'll probably end up with 5.4 or maybe an incomplete 
update if you do it while the mirrors are still syncing.

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




--

Message: 6
Date: Wed, 21 Oct 2009 18:50:07 +0200
From: Peter Kjellstrom 
Subject: Re: [CentOS] Security updates for Centos 5.3
To: centos@centos.org
Message-ID: <200910211850.15774@nsc.liu.se>
Content-Type: text/plain; charset="iso-8859-1"

On Wednesday 21 October 2009, slchavar...@iusacell.com.mx wrote:
> Hello,
>
> Someone knows which security updates i have to apply to a host with 
Centos
> 5.3 x_64.

All, that is "yum update" with a standard configuration (note that "All" 
here 
includes updates all the way to 5.x latest (which, as of about now, is 
5.4)).

/Peter
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
Url : 
http://lists.centos.org/pipermail/centos/attachments/20091021/999c3db6/attachment-0001.bin
 


--

Message: 9
Date: Wed, 21 Oct 2009 18:38:34 +0100
From: Torkil Zachariassen 
Subject: Re: [CentOS] Security updates for Centos 5.3
To: CentOS mailing list 
Message-ID: <1256146714.22294.5.ca...@dhcp54.localdomain>
Content-Type: text/plain

On Wed, 2009-10-21 at 11:11 -0500, slchavar...@iusacell.com.mx wrote:
> Someone knows which security updates i have to apply to a host with
> Centos 5.3 x_64. 

Yum knows :)
  $ yum --security check-update

You may have to install yum-security first: 
  # yum install yum-security


.t.

--

Message: 21
Date: Thu, 22 Oct 2009 00:37:06 +0530
From: Karanbir Singh 
Subject: Re: [CentOS] Security updates for Centos 5.3
To: CentOS mailing list 
Message-ID: <4adf5bda.3010...@karan.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

On 10/21/2009 11:08 PM, Torkil Zachariassen wrote:
> On Wed, 2009-10-21 at 11:11 -0500, slchavar...@iusacell.com.mx wrote:
>> Someone knows which security updates i have to apply to a host with
>> Centos 5.3 x_64.
>
> Yum knows :)
>$ yum --security check-update
>
> You may have to install yum-security first:
># yum install yum-security

does not work on CentOS, never has. However, it *should* start working 
with centos-5 in the next few days :)


-- 
Karanbir Singh : http://www.karan.org/  : 2522...@icq


--


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


[CentOS] IPSec VPN Under CentOS 5.4

2009-10-22 Thread João Salvatti
Hi List,

What's the best way to create a VPN (IPSec) client-to-site under CentOS 5.4?

Thanks in advance.

--
João Salvatti
Graduated in Computer Science
Federal University of Para - UFPA - Brazil
E-Mail: salva...@gmail.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] IPSec VPN Under CentOS 5.4

2009-10-22 Thread John R Pierce
João Salvatti wrote:
> Hi List,
>
> What's the best way to create a VPN (IPSec) client-to-site under CentOS 5.4?
>   


the best way is to use ssl-vpn rather than ipsec, via OpenVPN.  Its a 
breeze to install and configure compared to most any other VPN, quite 
easy for the server to push routing rules to the clients, etc.





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


Re: [CentOS] Way to go, CentOS team. Here's a hearty "thank you"!

2009-10-22 Thread Paul Heinlein
On Thu, 22 Oct 2009, Gilbert Sebenste wrote:

> Hello all,
>
> To the CentOS developers, beta testers, and all who were involved in 
> a small or major way in the release of CentOS 5.4...thank you. 
> Ignoring the peer pressure, even though it was out a little later 
> than you (and many of us) wanted, you got it RIGHT. *That* is what 
> was important. I yum updated from 5.3 to 5.4 with NO issues that I 
> can speak of right now.

Well said. Let me add my thanks too...

-- 
Paul Heinlein <> heinl...@madboa.com <> http://www.madboa.com/
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] IPSec VPN Under CentOS 5.4

2009-10-22 Thread Joseph L. Casale
>the best way is to use ssl-vpn rather than ipsec, via OpenVPN.  Its a
>breeze to install and configure compared to most any other VPN, quite
>easy for the server to push routing rules to the clients, etc.

I'll second the OpenVPN reco, I just migrated off a Cisco PIX to this
and it is the most configurable, and stable thing I have seen in ages.
I have connections from both Linux and Windows machines that sustain for
several days without a single hiccup whereas the PIX would often suffer
from non recoverable transient errors that tanked the connection.

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


Re: [CentOS] IPSec VPN Under CentOS 5.4

2009-10-22 Thread Geoff Galitz


Openswan is your friend.  I have it running (under OpenSUSE) and it is
quite easy.  I tend to favor IPsec over SSL as I don't like to have
openssl as a dependancy.

http://www.openswan.org

-geoff

--
Geoff Galitz
Blankenheim, DE
http://www.galitz.org

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


Re: [CentOS] To all of the group

2009-10-22 Thread James Bensley
Agreed!
http://theweekendhaslanded.org/

2009/10/22 Chan Chung Hang Christopher 

> James Bensley wrote:
> > 2009/10/22 Chan Chung Hang Christopher  >
> >
> >
> >> Sorry, got mixed up. I thought he was talking about what he was doing
> >> for his company. Just kind of wary of people who go: Calling all Hackers
> >> but they actually mean Calling all Crackers
> >>
> >
> >
> >  Now what are you on about, are you posting to the wrong thread per
> chance?
> >
> > Where in his post did he mention "Calling all Hackers"? Are you
> > hallucinatingon a Thursday?
> >
> >
> The weekend is too far away.
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>



-- 
Regards,
James ;)

Pablo Picasso
- "Computers are useless. They can only give you answers."
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Sudo command

2009-10-22 Thread vijay shanker
Hello guys;

I am not able to use sudo command on my just installed centos5.3

But i know i am using right password to root.

Is this is by default not enabled; if so, what to do.


Regards,
Vijay Shanker Dubey
Ph: +91-9818311884
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] IPSec VPN Under CentOS 5.4

2009-10-22 Thread Les Mikesell
Geoff Galitz wrote:
> 
> Openswan is your friend.  I have it running (under OpenSUSE) and it is
> quite easy.  I tend to favor IPsec over SSL as I don't like to have
> openssl as a dependancy.
> 
> http://www.openswan.org

On the other hand, if you don't have a strict requirement for IPsec, it is much 
easier to get the udp or tcp packets that work for openvpn through NAT and 
port-forwarding routers.

-- 
   Les Mikesell
lesmikes...@gmail.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Way to go, CentOS team. Here's a hearty "thank you"!

2009-10-22 Thread Steve Lindemann
Paul Heinlein wrote:
> On Thu, 22 Oct 2009, Gilbert Sebenste wrote:
> 
>> Hello all,
>>
>> To the CentOS developers, beta testers, and all who were involved in 
>> a small or major way in the release of CentOS 5.4...thank you. 
>> Ignoring the peer pressure, even though it was out a little later 
>> than you (and many of us) wanted, you got it RIGHT. *That* is what 
>> was important. I yum updated from 5.3 to 5.4 with NO issues that I 
>> can speak of right now.
> 
> Well said. Let me add my thanks too...
> 


meetoo!  I've only updated two machines so far today, but they both went 
flawlessly.  Ignore the whiners and keep doing thing the way you have 
been, it works!

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


Re: [CentOS] Sudo command

2009-10-22 Thread Alan Sparks
vijay shanker wrote:
> Hello guys;
>
> I am not able to use sudo command on my just installed centos5.3
>
> But i know i am using right password to root.
>
> Is this is by default not enabled; if so, what to do.
>

You really need to configure /etc/sudoers, if you have not already.
-Alan
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] IPSec VPN Under CentOS 5.4

2009-10-22 Thread M. Hamzah Khan


On Thu, 2009-10-22 at 10:48 -0700, Geoff Galitz wrote:
> 
> Openswan is your friend.  I have it running (under OpenSUSE) and it is
> quite easy.  I tend to favor IPsec over SSL as I don't like to have
> openssl as a dependancy.
> 
> http://www.openswan.org
> 

I second this.

IPSec also has another advantage over SSL as it is compatible with
non-linux devices (Cisco etc) which don't have support for SSL based
VPNs, and is just as (if not more) secure.

Regards

Hamzah

-- 
M. Hamzah Khan
RedHat Certified Engineer Number: 804005539516829
Email: ham...@hamzahkhan.com
URL: http://www.hamzahkhan.com
Mobile: +44 (0)7525663951


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


Re: [CentOS] Sudo command

2009-10-22 Thread Jay
use your user password for sudo not root's password.

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


Re: [CentOS] IPSec VPN Under CentOS 5.4

2009-10-22 Thread Geoff Galitz

> Geoff Galitz wrote:
>>
>> Openswan is your friend.  I have it running (under OpenSUSE) and it is
>> quite easy.  I tend to favor IPsec over SSL as I don't like to have
>> openssl as a dependancy.
>>
>> http://www.openswan.org
>
> On the other hand, if you don't have a strict requirement for IPsec, it is
> much
> easier to get the udp or tcp packets that work for openvpn through NAT and
> port-forwarding routers.
>


True for port fowarding, but current versions of Openswan (that is,
currently available in most public repos) work just fine with NAT.  I am
using it in NAT environment and I did not have to make NAT/Masquerading
adjustments.  This was not always the case, and the Openswan docs still
refer to adjustments for NAT networks... but as I said it works just fine
for us without adjustments.


-geoff


--
Geoff Galitz
Blankenheim, DE
http://www.galitz.org

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


Re: [CentOS] Sudo command

2009-10-22 Thread Benjamin Donnachie
2009/10/22 vijay shanker :
> I am not able to use sudo command on my just installed centos5.3

What are you trying to achieve?  Perhaps su is the command you need?

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


Re: [CentOS] Sudo command

2009-10-22 Thread Benjamin Donnachie
2009/10/22 Jay :
> sudo su -

sudo -s is so much neater! :)

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


Re: [CentOS] IPSec VPN Under CentOS 5.4

2009-10-22 Thread Paul Heinlein
On Thu, 22 Oct 2009, Joseph L. Casale wrote:

>> the best way is to use ssl-vpn rather than ipsec, via OpenVPN. 
>> Its a breeze to install and configure compared to most any other 
>> VPN, quite easy for the server to push routing rules to the 
>> clients, etc.
>
> I'll second the OpenVPN reco, I just migrated off a Cisco PIX to 
> this and it is the most configurable, and stable thing I have seen 
> in ages. I have connections from both Linux and Windows machines 
> that sustain for several days without a single hiccup whereas the 
> PIX would often suffer from non recoverable transient errors that 
> tanked the connection.

Macs work well too in an OpenVPN environment. You can compile it up 
yourself (or via MacPorts) or use Tunnelblick:

   http://code.google.com/p/tunnelblick/

Note that OpenVPN and Vista aren't necessarily quick to work and play 
well together. They can do it, but some coaxing is often necessary. 
XP, otoh, works great.

On Linux, I like running OpenVPN as a standard daemon, but there's 
also a NetworkManager plugin that mostly works as advertised.

-- 
Paul Heinlein <> heinl...@madboa.com <> http://www.madboa.com/
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] IPSec VPN Under CentOS 5.4

2009-10-22 Thread João Salvatti
Thanks for all.

On Thu, Oct 22, 2009 at 3:16 PM, Paul Heinlein  wrote:
> On Thu, 22 Oct 2009, Joseph L. Casale wrote:
>
>>> the best way is to use ssl-vpn rather than ipsec, via OpenVPN.
>>> Its a breeze to install and configure compared to most any other
>>> VPN, quite easy for the server to push routing rules to the
>>> clients, etc.
>>
>> I'll second the OpenVPN reco, I just migrated off a Cisco PIX to
>> this and it is the most configurable, and stable thing I have seen
>> in ages. I have connections from both Linux and Windows machines
>> that sustain for several days without a single hiccup whereas the
>> PIX would often suffer from non recoverable transient errors that
>> tanked the connection.
>
> Macs work well too in an OpenVPN environment. You can compile it up
> yourself (or via MacPorts) or use Tunnelblick:
>
>   http://code.google.com/p/tunnelblick/
>
> Note that OpenVPN and Vista aren't necessarily quick to work and play
> well together. They can do it, but some coaxing is often necessary.
> XP, otoh, works great.
>
> On Linux, I like running OpenVPN as a standard daemon, but there's
> also a NetworkManager plugin that mostly works as advertised.
>
> --
> Paul Heinlein <> heinl...@madboa.com <> http://www.madboa.com/
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>



-- 
»(▒) OpenBSD
Free, Functional & Secure.

--
João Salvatti
Graduated in Computer Science
Federal University of Para - UFPA - Brazil
E-Mail: salva...@gmail.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] To all of the group

2009-10-22 Thread DTS-Corp (Knowledgebase)
Damn.

Forget i even asked.

On Thu, Oct 22, 2009 at 12:53 PM, James Bensley  wrote:

> Agreed!
> http://theweekendhaslanded.org/
>
>
> 2009/10/22 Chan Chung Hang Christopher 
>
>> James Bensley wrote:
>> > 2009/10/22 Chan Chung Hang Christopher <
>> christopher.c...@bradbury.edu.hk>
>> >
>> >
>> >> Sorry, got mixed up. I thought he was talking about what he was doing
>> >> for his company. Just kind of wary of people who go: Calling all
>> Hackers
>> >> but they actually mean Calling all Crackers
>> >>
>> >
>> >
>> >  Now what are you on about, are you posting to the wrong thread per
>> chance?
>> >
>> > Where in his post did he mention "Calling all Hackers"? Are you
>> > hallucinatingon a Thursday?
>> >
>> >
>> The weekend is too far away.
>> ___
>> CentOS mailing list
>> CentOS@centos.org
>> http://lists.centos.org/mailman/listinfo/centos
>>
>
>
>
> --
> Regards,
> James ;)
>
> Pablo Picasso 
> - "Computers are useless. They can only give you answers."
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Help! i want to clone my Centos machine to another box..

2009-10-22 Thread DTS-Corp (Knowledgebase)
Acronis, with a little SALT and PEPPER may do the trick.

However after running acronis you would have to do an OS Repair.

Sorry, that is for windows.

CentOS on the other hand should be able to CLUSTER.

Why not try to cluster it instead

On Thu, Oct 22, 2009 at 11:30 AM, R-Elists  wrote:

>  roland,
>
> what i recently did was use this info and modified the backup-servers
> script slightly
>
> http://www.jms1.net/code/rsync-backup.shtml
>
> it was really simple to move a live centos4 from one machine to another
> after admin down services that would allow data to change on the final rsync
> pass.
>
> one machine was an older compaq DL380 and the new machine was a HP DL360
>
> basically i did a centos 4 load on the new machine and paid careful
> attention to what needs to be excluded as well as changed before and
> afterwards
>
> things like  /etc/modprobe.conf
>
> then change ips and reboot.
>
> the having two servers side by side thing is a different set of
> circumstances and setup...
>
> we just cloned one to the other and took the original machine offline.
>
> if you have a lot of linux experience and cannot figure out the step by
> step, post what you did to "try" and accomplish it and then we can help more
> later
>
> please be specific in your postings
>
>  - rh
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Persistent desktop icons ?

2009-10-22 Thread Niki Kovacs
Ross Walker a écrit :

> 
> Look under /usr/share/(apps,applications,...) there should be a  
> directory called Desktop that is used for both KDE and Gnome, part of  
> the freedesktop initiative (like LSB for Linux GUIs).
> 
> # find /usr/share -t d -name Desktop -print
> 
Yeah I know these. Now how do you make them persistent ? (Please try out 
  first...)
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Persistent desktop icons ?

2009-10-22 Thread Niki Kovacs
Lucian @ lastdot.org a écrit :
>>>
>>> Now I vaguely remember that a standard openSUSE install has something
>>> like persistent desktop shortcuts (for the SUSE help center or something
>>> like that), and I wonder: how do they do it ?
>>>

> You could make those desktop files immutable.
> ___

So if I got that right, I can make them immutable... by making them 
immutable :o)
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Persistent desktop icons ?

2009-10-22 Thread Niki Kovacs
Benjamin Franz a écrit :

> 
> Some Googling suggests that the 'sabayon' app is what you want.
> 
> http://ubuntuforums.org/showthread.php?t=199027
> 

I already have user profiles (with .gconf copied recursively to 
/etc/skel before adding users). Sabayon is just a GUI way to achieve 
this. But this still doesn't answer my question, unfortunately.

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


Re: [CentOS] 5.4 docs

2009-10-22 Thread Ron Blizzard
On Thu, Oct 22, 2009 at 7:59 AM, Ron Loftin  wrote:
>
> On Thu, 2009-10-22 at 00:33 -0500, Ron Blizzard wrote:
>> > I have noticed that the docs for 5.4 appear to be accessible on the
>> > CentOS Web site, but some of them seem to have some issues.  In the
>> > "Technical Notes", everything after the first page of Chapter 1 gives a
>> > 404 error.  I've tried to send in a report with the contact form on the
>> > Web site, but so far this situation has not changed.
>>
>> I'm probably showing my ignorance, but aren't these documents the same
>> as what you can get from Red Hat?
>>
>> http://www.redhat.com/docs/manuals/enterprise/
>
> Yes, but since the CentOS team puts out the effort to mirror the docs,
> I'm sure that everyone involved would prefer that things work correctly.

I understand and agree that it needs to be fixed. I just thought you
needed the document right away. Sorry for being obtuse.

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


Re: [CentOS] Sudo command

2009-10-22 Thread Les Mikesell
Benjamin Donnachie wrote:
> 2009/10/22 Jay :
>> sudo su -
> 
> sudo -s is so much neater! :)
>

But it is yet another unnecessary special case to remember.

-- 
   Les Mikesell
lesmikes...@gmail.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Help! i want to clone my Centos machine to another box..

2009-10-22 Thread Niki Kovacs
RoLaNd RoLaNd a écrit :
> Hello all,
> 
> i've spent the last week trying to find something that will clone my 
> existing Centos server to a more powerful box.

If I had to clone a machine, I would.

1) Use G4U (Ghost 4 Unix)

2) Boot PartedMagic on the target machine and perform and eventual disk 
resize.

3) Run Kudzu on the first bootup, then eventually configure odd bits by 
hand.

Cheers,

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


[CentOS] CentOS-5.4 Update?

2009-10-22 Thread James B. Byrne
hdwr HPQ DC7700S ix86 Core Duo

I have just updated this CentOS-5.3 box to 5.4.  This process was
not satisfactory.  While the update packages all downloaded without
problem the update process itself stalled at several points.  By
stalled I mean that at some point the entire process stopped for
hours. The packages at which it stalled included evince, evolution,
totem and vinfo.  There may have been others but these I seem to
recall.

Restarting the update process required that the existing update be
interrupted with a C and yum-complete-transaction run.  It
took five iterations to get through to completion and in the end I
first installed all the remaining packages one at a time directly
from the command line using yum install packagename and then ran
yum-complete-transaction until all outstanding transactions were
cleaned up.

Now, while the system boots I have no gnome desktops for any of the
users on this host.  When root logs in all that is shown is a deep
blue background and a wirefram outline of the Firefox web browser, a
wire frame outline of an xterm window and an analogue clock.  Left
clicking on teh background displays a popup menu labeled "Tvm".

The mouse and keyboard work and when one clicks on the wireframs
then immediately fill with the application background, the CentOS
welcome back for FireFox and a black on white scheme for xterm.  All
the windows have teal menu bars.  Further, it seems that I cannot
switch between windows.  If I try to enter a command in the xterm
window then what I type appears in this compose window for
squirrelmail.

I would like to get my previous customised desktops back, but first
I would like to get the default to display. Are there any ideas on
how to proceed?

Sincerely,

-- 
***  E-Mail is NOT a SECURE channel  ***
James B. Byrnemailto:byrn...@harte-lyne.ca
Harte & Lyne Limited  http://www.harte-lyne.ca
9 Brockley Drive  vox: +1 905 561 1241
Hamilton, Ontario fax: +1 905 561 0757
Canada  L8E 3C3

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


[CentOS] dependency problem with php-pgsql

2009-10-22 Thread Chris Gow
Hi:

I'm running into a dependency problem when I try to install the
php-pgsql package on CentOS 5.4 64bit. I have php 5.2.9 and when I try
to do a yum install php-pgsql I get the following dep errors:

Resolving Dependencies
--> Running transaction check
---> Package php-pgsql.x86_64 0:5.1.6-23.2.el5_3 set to be updated
--> Processing Dependency: php-common = 5.1.6-23.2.el5_3 for package: php-pgsql
--> Finished Dependency Resolution
php-pgsql-5.1.6-23.2.el5_3.x86_64 from base has depsolving problems
  --> Missing Dependency: php-common = 5.1.6-23.2.el5_3 is needed by
package php-pgsql-5.1.6-23.2.el5_3.x86_64 (base)
Error: Missing Dependency: php-common = 5.1.6-23.2.el5_3 is needed by
package php-pgsql-5.1.6-23.2.el5_3.x86_64 (base)

Any ideas? Is there no official php-pgsql package? Or what have I borked?

Thanks

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


[CentOS] [SOLVED] CentOS-5.4 Update?

2009-10-22 Thread James B. Byrne

On Thu, October 22, 2009 15:34, James B. Byrne wrote:
> hdwr HPQ DC7700S ix86 Core Duo
>
> I have just updated this CentOS-5.3 box to 5.4.  This process was
> not satisfactory.
>
...
> I would like to get my previous customised desktops back, but first
> I would like to get the default to display. Are there any ideas on
> how to proceed?
>

On a hunch I did a 'yum list gno\* | more' and discovered that
gnome-session was not installed.  Installing gnome-session, as you
may imagine, solved the problem of the missing desktops.

Now the question is: how it is that an update can remove the
gnome-session package without first installing its replacement, if
indeed gnome-session was part of the update at all?

Sincerely,



-- 
***  E-Mail is NOT a SECURE channel  ***
James B. Byrnemailto:byrn...@harte-lyne.ca
Harte & Lyne Limited  http://www.harte-lyne.ca
9 Brockley Drive  vox: +1 905 561 1241
Hamilton, Ontario fax: +1 905 561 0757
Canada  L8E 3C3

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


[CentOS] [SOLVED] CentOS-5.4 Update?

2009-10-22 Thread James B. Byrne

On Thu, October 22, 2009 15:34, James B. Byrne wrote:
> hdwr HPQ DC7700S ix86 Core Duo
>
> I have just updated this CentOS-5.3 box to 5.4.  This process was
> not satisfactory.
>
...
> I would like to get my previous customised desktops back, but first
> I would like to get the default to display. Are there any ideas on
> how to proceed?
>

On a hunch I did a 'yum list gno\* | more' and discovered that
gnome-session was not installed.  Installing gnome-session, as you
may imagine, solved the problem of the missing desktops.

Now the question is: how it is that an update can remove the
gnome-session package without first installing its replacement, if
indeed gnome-session was part of the update at all?

Sincerely,



-- 
***  E-Mail is NOT a SECURE channel  ***
James B. Byrnemailto:byrn...@harte-lyne.ca
Harte & Lyne Limited  http://www.harte-lyne.ca
9 Brockley Drive  vox: +1 905 561 1241
Hamilton, Ontario fax: +1 905 561 0757
Canada  L8E 3C3

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


Re: [CentOS] Persistent desktop icons ?

2009-10-22 Thread Benjamin Franz
Niki Kovacs wrote:
> Lucian @ lastdot.org a écrit :
>   
 Now I vaguely remember that a standard openSUSE install has something
 like persistent desktop shortcuts (for the SUSE help center or something
 like that), and I wonder: how do they do it ?
 
>> You could make those desktop files immutable.
>> ___
>> 
>
> So if I got that right, I can make them immutable... by making them 
> immutable :o)
>   
As root: chattr +i example.txt

-- 
Benjamin Franz

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


Re: [CentOS] Help! i want to clone my Centos machine to another box..

2009-10-22 Thread Rob Townley
On Thu, Oct 22, 2009 at 3:06 AM, RoLaNd RoLaNd  wrote:
> Hello all,
>
> i've spent the last week trying to find something that will clone my
> existing Centos server to a more powerful box.
> i've used clonezilla though that resulted in a complete failure..

You used the CloneZilla Live CD?

CloneZilla Server and DRBL Server are entirely different and can be
difficult.  But CloneZilla _LiveCD_ is easy.


Tell us more about your RAID config.  It is not software raid is it?
Not sure if any cloning system can work to clone software raid unless
you have completely identical set of drives in both and then you would
not be doing disk level cloning, but file level cloning.
What kind of raid do you have?
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Persistent desktop icons ?

2009-10-22 Thread Lucian @ lastdot.org
On Thu, Oct 22, 2009 at 7:25 PM, Niki Kovacs  wrote:
> Lucian @ lastdot.org a écrit :

 Now I vaguely remember that a standard openSUSE install has something
 like persistent desktop shortcuts (for the SUSE help center or something
 like that), and I wonder: how do they do it ?

>
>> You could make those desktop files immutable.
>> ___
>
> So if I got that right, I can make them immutable... by making them
> immutable :o)

Yeah, Niki. You're very sharp today :)
chattr +i *.desktop
After you do that they cannot delete them, BUT they can move them (tho
it would take a while until they figure it out)..

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


Re: [CentOS] Way to go, CentOS team. Here's a hearty "thank you"!

2009-10-22 Thread Lucian @ lastdot.org
On Thu, Oct 22, 2009 at 7:03 PM, Steve Lindemann  wrote:
> Paul Heinlein wrote:
>> On Thu, 22 Oct 2009, Gilbert Sebenste wrote:
>>
>>> Hello all,
>>>
>>> To the CentOS developers, beta testers, and all who were involved in
>>> a small or major way in the release of CentOS 5.4...thank you.
>>> Ignoring the peer pressure, even though it was out a little later
>>> than you (and many of us) wanted, you got it RIGHT. *That* is what
>>> was important. I yum updated from 5.3 to 5.4 with NO issues that I
>>> can speak of right now.
>>
>> Well said. Let me add my thanks too...
>>
>
>
> meetoo!  I've only updated two machines so far today, but they both went
> flawlessly.  Ignore the whiners and keep doing thing the way you have
> been, it works!
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>

Yep, THANK YOU Centos crew!!
*champagne corks poppin out*

Also KUDOS to RedHat, we wouldn't be here cheering yet another great
Centos release if it weren't for them. :-)
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Firefox keeps crashing after 5.4 upgrade

2009-10-22 Thread Alan McKay
I've almost never had crashes before this, and it has been 3 or 4 so
far today after my upgrade.   Could it be one of my plugins I suppose?

[amc...@alan ~]$ rpm -qa | grep -i firefox
firefox-3.0.14-1.el5.centos


-- 
“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] Sudo command

2009-10-22 Thread Robert Heller
At Thu, 22 Oct 2009 14:00:27 -0400 CentOS mailing list  
wrote:

> 
> 
> 
> Hello guys;
> 
> I am not able to use sudo command on my just installed centos5.3
> 
> But i know i am using right password to root.
> 
> Is this is by default not enabled; if so, what to do.

You don't use root's password, you use your own password.

This assumes you have an entry in /etc/sudoers for your account.

> 
> 
> Regards,
> Vijay Shanker Dubey
> Ph: +91-9818311884
> 
> MIME-Version: 1.0
> 
> ___
> 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] Way to go, CentOS team. Here's a hearty "thank you"!

2009-10-22 Thread Robert


Lucian @ lastdot.org wrote:
> On Thu, Oct 22, 2009 at 7:03 PM, Steve Lindemann  wrote:
>   
>> Paul Heinlein wrote:
>> 
>>> On Thu, 22 Oct 2009, Gilbert Sebenste wrote:
>>>
>>>   
 Hello all,

 To the CentOS developers, beta testers, and all who were involved in
 a small or major way in the release of CentOS 5.4...thank you.
 Ignoring the peer pressure, even though it was out a little later
 than you (and many of us) wanted, you got it RIGHT. *That* is what
 was important. I yum updated from 5.3 to 5.4 with NO issues that I
 can speak of right now.
 
>>> Well said. Let me add my thanks too...
>>>
>>>   
>> meetoo!  I've only updated two machines so far today, but they both went
>> flawlessly.  Ignore the whiners and keep doing thing the way you have
>> been, it works!
>>
>> ___
>> CentOS mailing list
>> CentOS@centos.org
>> http://lists.centos.org/mailman/listinfo/centos
>>
>> 
>
> Yep, THANK YOU Centos crew!!
> *champagne corks poppin out*
>   
Yes. The upgrade went flawlessly, Release Notes were written clearly, 
special instructions Just Worked.
> Also KUDOS to RedHat, we wouldn't be here cheering yet another great
> Centos release if it weren't for them. :-)
>   
Well told.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Persistent desktop icons ?

2009-10-22 Thread Niki Kovacs
Lucian @ lastdot.org a écrit :

> Yeah, Niki. You're very sharp today :)
> chattr +i *.desktop

Oh yeah! I didn't know the 'chattr' command.

Thanks very much !
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] [SOLVED] CentOS-5.4 Update?

2009-10-22 Thread Les Mikesell
James B. Byrne wrote:
> On Thu, October 22, 2009 15:34, James B. Byrne wrote:
>> hdwr HPQ DC7700S ix86 Core Duo
>>
>> I have just updated this CentOS-5.3 box to 5.4.  This process was
>> not satisfactory.
>>
> ...
>> I would like to get my previous customised desktops back, but first
>> I would like to get the default to display. Are there any ideas on
>> how to proceed?
>>
> 
> On a hunch I did a 'yum list gno\* | more' and discovered that
> gnome-session was not installed.  Installing gnome-session, as you
> may imagine, solved the problem of the missing desktops.
> 
> Now the question is: how it is that an update can remove the
> gnome-session package without first installing its replacement, if
> indeed gnome-session was part of the update at all?

I can't answer your question, but out of curiosity, did you just do a simple 
yum 
update or did you follow the procedure in the release notes document?

-- 
   Les Mikesell
lesmikes...@gmail.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Upgrading CentOS 5.3 from local mirror

2009-10-22 Thread Jonathan Moore
Good afternoon folks.

Earlier today, I started upgrading a few of our servers to 5.4 based
on input from the list.  So far, all has gone well.   I have about 6
servers (not very many, but still) that need to be upgraded.  Instead
of taking precious bits from the mirrors for each upgrade, I was
curious if I could rsync the 5.4 directory from a local mirror, and
configure yum to use that repo, if it would upgrade without issues?

Would I need anything other than the 5.4 folders to do the upgrade?

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


Re: [CentOS] Persistent desktop icons ?

2009-10-22 Thread Ross Walker
On Oct 22, 2009, at 2:25 PM, Niki Kovacs  wrote:

> Ross Walker a écrit :
>
>>
>> Look under /usr/share/(apps,applications,...) there should be a
>> directory called Desktop that is used for both KDE and Gnome, part of
>> the freedesktop initiative (like LSB for Linux GUIs).
>>
>> # find /usr/share -t d -name Desktop -print
>>
> Yeah I know these. Now how do you make them persistent ? (Please try  
> out
>  first...)

Ok, I use KDE at work and by putting .desktop items in /usr/share/apps/ 
kdesktop/Desktop the icons are global to all desktops and can't be  
removed.

How you do it in gnome, I haven't a clue, but it works in KDE.

-Ross

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


[CentOS] upgrade to 5.4 openswan broke

2009-10-22 Thread Myron Williams
Hi All,

I upgraded from 5.3 to 5.4 today on a vpn gateway using openswan.  After
the upgrade the vpn stopped working.  From what I could tell the new
version of openswan uses NSS.  I tried following the instructions in
this thead https://bugzilla.redhat.com/show_bug.cgi?id=508107 without
success.  

  # certutil -N -d sql:/etc/ipsec.d
certutil: function failed: security library: bad database.

If I ran the command without the sql: like this
  # certutil -N -d sql:/etc/ipsec.d
it would create the database files.  
I would then execute
  # modutil -fips true -dbdir /etc/ipsec.d
followed by
  # /usr/sbin/ipsec newhostkey --configdir /etc/ipsec.d/nssdb
--password password1 --output /etc/ipsec.d/host.secrets
After replacing the hostkey in the file I tried to bring the connection
up but the connection would not start and the following error message
was in the log file.
   unable to locate my private key for RSA Signature
   sending notification AUTHENTICATION_FAILED
I finally had to downgrade from openswan-2.6.21-5.el5 to
openswan-2.6.14-1.el5 to get things to work.

Am I missing something that is needed to make this work?

Any help would be appreciated.

Myron Williams



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


Re: [CentOS] Upgrading CentOS 5.3 from local mirror

2009-10-22 Thread Rob Kampen

Jonathan Moore wrote:

Good afternoon folks.

Earlier today, I started upgrading a few of our servers to 5.4 based
on input from the list.  So far, all has gone well.   I have about 6
servers (not very many, but still) that need to be upgraded.  Instead
of taking precious bits from the mirrors for each upgrade, I was
curious if I could rsync the 5.4 directory from a local mirror, and
configure yum to use that repo, if it would upgrade without issues?

Would I need anything other than the 5.4 folders to do the upgrade?

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

Try this
http://www.howtoforge.com/creating_a_local_yum_repository_centos
HTH
<>___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Sudo command

2009-10-22 Thread vijay shanker
Hi guys,
Thanks

What i am trying to achieve is; when executing

# sudo make install
Password:*

this password entered is root password.

it gives is error

Sorry, try again.

but when i do a su - and then gave the same root password. I am able to
switch account to user.

---

Am am trying to add my account to sudoers file. It should be easy i think.


Regards,
Vijay Shanker Dubey
Ph: +91-9818311884


On Fri, Oct 23, 2009 at 2:09 AM, Robert Heller  wrote:

> At Thu, 22 Oct 2009 14:00:27 -0400 CentOS mailing list 
> wrote:
>
> >
> >
> >
> > Hello guys;
> >
> > I am not able to use sudo command on my just installed centos5.3
> >
> > But i know i am using right password to root.
> >
> > Is this is by default not enabled; if so, what to do.
>
> You don't use root's password, you use your own password.
>
> This assumes you have an entry in /etc/sudoers for your account.
>
> >
> >
> > Regards,
> > Vijay Shanker Dubey
> > Ph: +91-9818311884
> >
> > MIME-Version: 1.0
> >
> > ___
> > 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
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Sudo command

2009-10-22 Thread John R Pierce
vijay shanker wrote:
> Hi guys,
>
> Thanks
>
> What i am trying to achieve is; when executing 
>
> # sudo make install
> Password:*
>
> this password entered is root password.

sudo expeccts your USER password, not the root password.   the whole 
idea is the admin doesn't ened to give out the root password to give 
controlled admin privs to a user.


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


Re: [CentOS] Sudo command

2009-10-22 Thread vijay shanker
Goood John,
But you please also clarify what does sudo means;

if it expects my own password then why not i can execute these command
without giving "sudo" as prefix.

If i am a genuine sudoer then can i edit files on which only root has
execution rights.


Regards,
Vijay Shanker Dubey
Ph: +91-9818311884


On Fri, Oct 23, 2009 at 10:59 AM, John R Pierce  wrote:

> vijay shanker wrote:
> > Hi guys,
> >
> > Thanks
> >
> > What i am trying to achieve is; when executing
> >
> > # sudo make install
> > Password:*
> >
> > this password entered is root password.
>
> sudo expeccts your USER password, not the root password.   the whole
> idea is the admin doesn't ened to give out the root password to give
> controlled admin privs to a user.
>
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Sudo command

2009-10-22 Thread Frank Cox
On Fri, 23 Oct 2009 11:18:56 +0530
vijay shanker wrote:

> if it expects my own password then why not i can execute these command
> without giving "sudo" as prefix.

Because sudo is the program that gives you the rights to execute certain
commands as root without actually being the root user.  If you don't run the
program "through" sudo, you won't get the rights.

> If i am a genuine sudoer then can i edit files on which only root has
> execution rights.

If you have the relevant permissions set in sudoers, then the answer is yes.

The whole objective of sudo is to allow some users to do certain things that
could otherwise be done only as root, without actually allowing the user to
become root.

In short, sudo allows you to set things up so a certain user can execute a
specific list of commands as root, but can't execute other commands as root.
The list of commands that you allow that user to execute is determined by the
sudoers file.

-- 
MELVILLE THEATRE ~ Melville Sask ~ http://www.melvilletheatre.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


  1   2   >