Re: [CentOS] vi defaults in 6.x

2012-08-20 Thread William Hooper
On Mon, Aug 20, 2012 at 7:19 AM, Joerg Schilling
joerg.schill...@fokus.fraunhofer.de wrote:

 Reindl Harald h.rei...@thelounge.net wrote:
  you are aware that you are posting to the CENTOS-list?

 Of course

  the topic is about vi default in CENTOS 6.x so what

 You seem to missunderstand that there is a program called vi and another
 program called vim.

Not on a standard CentOS system.

[whooper@chef ~]$ /bin/vi --version
VIM - Vi IMproved 7.2 (2008 Aug 9, compiled Apr  5 2012 10:17:55)

On a machine that has the vim-enhanced package installed (care of the
files dropped in /etc/profile.d/vim.*:

$ which vi
alias vi='vim'
/usr/bin/vim

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


Re: [CentOS] New /boot/message file?

2012-07-15 Thread William Hooper
On Sun, Jul 15, 2012 at 4:51 PM, Keith Roberts ke...@karsites.net wrote:
 I've not broken the system, it's just I want to decide when
 the new kernel should be booted.

The edit the /etc/sysconfig/kernel file and tell the system not to
update the default kernel to the newly install one.

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


Re: [CentOS] Question about FASTTRACK, was [CentOS-announce] CEBA-2012:1035 CentOS 5 telnet FASTTRACK Update (fwd)

2012-07-04 Thread William Hooper
On Wed, Jul 4, 2012 at 11:29 AM, Max Pyziur p...@brama.com wrote:

 Greetings,
 Are FASTTRACK updates delivered by way of a different repo?

Yes.

http://wiki.centos.org/AdditionalResources/Repositories?action=show

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


Re: [CentOS] Postfix will not start due to permission errors on CentOS 6.2 x86

2012-05-16 Thread William Hooper
On Wed, May 16, 2012 at 2:50 PM, Gilbert Sebenste
seben...@weather.admin.niu.edu wrote:
 Hello everyone,

 I cannot get the Postfix service to start on my pristine copy of CentOS
 6.2 (installed straight from a DVD, and 6.2 directly, not 6.0 with
 upgrades...not thatit should matter).

 Anyway, I copied over /var/spool/mail to this system by using tar,
 as well as /etc/services and /etc/passwd, etc. Now, it doesn't want to
 start. I get permission errors like:

Did you relabel after copying?  I believe you want to look at
restorecon (or just relabel the whole filesystem).

http://wiki.centos.org/HowTos/SELinux

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


Re: [CentOS] The requested URL was not found on this server - Solved!

2012-04-19 Thread William Hooper
On Thu, Apr 19, 2012 at 8:28 AM, Prabhpal S. Mavi
prabh...@digital-infotech.net wrote:
 Dear Community Friends,

 sorry to inform that following solutions did not solve the error The
 requested URL was not found on this server

 $url_path = /cacti/;
 or
 Alias /cacti /var/www/html/cacti/

You actually need both.  Did you set the DocumentRoot back to the
default?  Did you verify that the $url_path isn't commented out in the
config (I believe it is by default).  I can say for certain that it is
working for me with the defautl DocumentRoot and the $url_path set
correctly.

 in the end to make it work, i have to leave the default DocumetRoot in
 httpd.conf to /var/www/html and crate virtual host for cacti and give
 it's DocumetRoot as following and everything is fine now.

That is also another way to handle it.

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


Re: [CentOS] The requested URL was not found on this server

2012-04-19 Thread William Hooper
On Thu, Apr 19, 2012 at 9:18 AM, John Doe jd...@yahoo.com wrote:
 From: Prabhpal S. Mavi prabh...@digital-infotech.net
 sorry to inform that following solutions did not solve the error The
 requested URL was not found on this server
 $url_path = /cacti/;
 or
 Alias /cacti /var/www/html/cacti/

 Why the /html/ in the middle?

I believe the OP stated that he installed Cacti into /var/www/html/cacti/ .

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


Re: [CentOS] The requested URL was not found on this server

2012-04-19 Thread William Hooper
On Thu, Apr 19, 2012 at 9:26 AM, William Hooper whooper...@gmail.com wrote:
 On Thu, Apr 19, 2012 at 9:18 AM, John Doe jd...@yahoo.com wrote:
 From: Prabhpal S. Mavi prabh...@digital-infotech.net
 sorry to inform that following solutions did not solve the error The
 requested URL was not found on this server
 $url_path = /cacti/;
 or
 Alias /cacti /var/www/html/cacti/

 Why the /html/ in the middle?

 I believe the OP stated that he installed Cacti into /var/www/html/cacti/ .

Then again, in another post he said it was in /var/www/cacti/...

Post for /var/www/html/cacti/
http://lists.centos.org/pipermail/centos/2012-April/125181.html

Post for /var/www/cacti/:
http://lists.centos.org/pipermail/centos/2012-April/125283.html

Perhaps the OP can re-outline his current configuration so that we can
better assist.

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


Re: [CentOS] The requested URL was not found on this server

2012-04-18 Thread William Hooper
On Wed, Apr 18, 2012 at 5:04 AM, Prabhpal S. Mavi
prabh...@digital-infotech.net wrote:
[snip]
 if i try browsing cacti, i can login without problem. But if i try to
 follow other links on the page. For example i have clicked on Graphs icon.
 i see the following error.

 The requested URL /graph_view.php was not found on this server
[snip]

Did you not see my reply on the 14th?  I quote:

Notice the error doesn't have /cacti/ in the URL.  Check your cacti
configuration for $url_path.

http://lists.repoforge.org/pipermail/users/2012-April/022775.html
http://forums.cacti.net/viewtopic.php?f=2t=46997
http://docs.cacti.net/manual:087:1_installation.9_pia#configuration


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


Re: [CentOS] auth_changepassword

2012-04-14 Thread William Hooper
On Sat, Apr 14, 2012 at 6:09 AM, Prabhpal S. Mavi
prabh...@digital-infotech.net wrote:

 Dear All Friends,

 i installed cacti on CentOS 6.2. every thing went smooth and i can see the
 login page as well.

 due to security reason cacti has to change the default password
 (admin/admin) when i enter the default password i get the following error.

 The requested URL /auth_changepassword.php was not found on this server.

Notice the error doesn't have /cacti/ in the URL.  Check your cacti
configuration for $url_path.

http://lists.repoforge.org/pipermail/users/2012-April/022775.html
http://forums.cacti.net/viewtopic.php?f=2t=46997
http://docs.cacti.net/manual:087:1_installation.9_pia#configuration

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


Re: [CentOS] CentOS 6.2 vs 6.0

2012-04-02 Thread William Hooper
On Mon, Apr 2, 2012 at 2:04 PM, Boris Epstein borepst...@gmail.com wrote:
 Hello listamates,

 Has anyone tried 6.2? How good is it? Should I specifically download it to
 install on a new server I am configuring - or is 6.0 good enough in your
 opinion?

CentOS 6.2 is just a CentOS 6.0 install with all the updates applied.

http://wiki.centos.org/FAQ/General#head-6e2c3746ec45ac3142917466760321e868f43c0e

If installing new I would go with CentOS 6.2, unless there are
specific kernel requirements needed for third party modules.

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


Re: [CentOS] INSTALLING UPDATES-PROXY PROBLEM

2012-03-27 Thread William Hooper
On Tue, Mar 27, 2012 at 6:24 AM, arun kumar arunjones.kuma...@gmail.com wrote:
 hey, iam extremly sorry for giving u trouble,
 as u said i set the environment
 this is the outcome after that
 [BTIS@WORKSTATION3 ~]$ env | grep -i http_proxy
 http_proxy=http://asomavar...@actrec.gov.in:dbsa121@10.100.15.3:8080
 HTTP_PROXY=http://asomavar...@actrec.gov.in:dbsa121@10.100.15.3:8080
 [BTIS@WORKSTATION3 ~]$

I really hope that isn't your real username and password...

Anyway, it is probably getting tripped up by the @ in your username.

See below for the conversation in the archive, but try replacing the
first @ with %40, like this:

http_proxy=http://asomavarapu%40actrec.gov.in:dbsa121@10.100.15.3:8080

http://lists.centos.org/pipermail/centos/2007-September/044207.html

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


Re: [CentOS] centos 6.2 netinstall does not offer create custom layout at Select type of installation in text mode installation

2012-03-27 Thread William Hooper
On Tue, Mar 27, 2012 at 4:58 PM, Aggelis Aggelis agge...@gmail.com wrote:
[snip]
 Is this a bug of the installer in text mode and if not is there a
 workaround in order to be able to create a custom layout ?

From the CentOS Release Notes
(http://wiki.centos.org/Manuals/ReleaseNotes/CentOS6.2 ):

The text installer has limited capabilities compared to the GUI
installer. Most notably there is no support for configuring partition
layout, storage methods or package selection. Please refer to the
official documentation for details. Here you can find some useful
information on creating and using kickstart files which can be used to
perform advanced configuring without the need for the GUI installer.

The official documentation is here:
http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Installation_Guide/ch-guimode-x86.html#id4594292

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


Re: [CentOS] downloading postfix srpm

2012-03-24 Thread William Hooper
On Sat, Mar 24, 2012 at 7:51 PM, Tim Dunphy bluethu...@gmail.com wrote:
  http://ftp.wl0.org/official/2.9/RPMS-rhel5-x86_64/

 Maybe I'm missing something obvious here? If you needed to download a
 source rpm for postfix where would you go?

Looks like you want http://ftp.wl0.org/official/2.9/SRPMS/

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


Re: [CentOS] wiki - vnc -gerald and walsh, update?

2012-03-23 Thread William Hooper
On Thu, Mar 22, 2012 at 11:03 PM, Bob Hoffman b...@bobhoffman.com wrote:
[snip]
 opened port 5902 in iptables, restarted iptables
 |INPUT -m state --state NEW -m tcp -p tcp --dport 5902 -j ACCEPT
[snip]
 in putty I made a saved session called 'vnc to my server'
 went to connections, ssh, tunnels in putty explorer
 added source port, 5902
 destination I put in localhost:5902
 click add
 then save the whole session (go back to session page)
[snip]

Note if you are exclusively using an SSH tunnel to access your VNC,
you don't need to open a port for VNC in the firewall.  In fact, not
opening a direct port for VNC is a good way of enforcing the tunnel to
secure the connection.

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


Re: [CentOS] KVM CentOS i386

2012-03-02 Thread William Hooper
On Fri, Mar 2, 2012 at 11:58 AM, Anton Zaytsev anton.zajt...@gmail.com wrote:
 Hi, guys.

 I did search over internet but found nothing useful.
 Is there a way to install KVM on CentOS i386?

To quote the FAQ:

Upstream only provides KVM support on 64-bit (x86_64) so CentOS
support is the same. You must do a 64-bit install to use KVM.

http://wiki.centos.org/FAQ/CentOS6


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


Re: [CentOS] anyone doing automatic yum updates via yum-updatesd on production servers?

2012-01-18 Thread William Hooper
On Wed, Jan 18, 2012 at 8:51 AM, Les Mikesell lesmikes...@gmail.com wrote:

 I've always thought yum should have its own 'reproducible updates'
 concept so you could  update a test machine, then tell all the others
 to update to exactly that state even if some new things had been added
 to the repositories -

Kind of hard to do if the older versions have been removed from the mirrors.

 without having to make complete snapshots of
 repositories containing stuff you don't even have installed just to
 hold the state.

Your local mirror doesn't have to be a full copy.  Granted, it is
easier to manage if it is, and drive space is cheap.

 That is, that should have been a design goal for yum
 since that is the way people should manage multiple machines

Yum's design goal was/is to be a dep-solver, not a management system.

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


Re: [CentOS] anyone doing automatic yum updates via yum-updatesd on production servers?

2012-01-17 Thread William Hooper
On Tue, Jan 17, 2012 at 12:59 PM, Johnny Hughes joh...@centos.org wrote:
 I would always say it is best practice to manually install updates on
 at least one machine of a specific type and make sure everything is OK
 ... then automatically machines that are like that one after you are happy.

I would like to expand on this a little.  Once you get a certain
number of machine it probably makes sense to have your own internal
mirror.  That way you can update your test machines from upstream, do
the tests, then once you are satisfied you can update the internal
mirror.  This would give you consistency on what is installed on your
Production machines without having to worry about the whole crap, I
just updated the wrong server.  Also this would give you a level of
protection if you do choose to automatically update your Production
machines because it takes the extra step of updating the local mirror
to really push any changes.

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


Re: [CentOS] USB install annoyances

2012-01-10 Thread William Hooper
 But the question is what image# 1 that it's looking for? It's not trying
 to look on the USB for an .iso, is it?

That sounds like the bug mentioned at the bottom of the CentOS How-to:
http://wiki.centos.org/HowTos/InstallFromUSBkey
https://bugzilla.redhat.com/show_bug.cgi?id=568343 (around comment 5)

I recently did a network install initiated from a USB stick, but not
an install from the stick (I didn't have a Linux machine handy and the
64-bit CentOS 6.2 ISO won't fit on a FAT file system).  It is worth
noting that the upstream vendor suggests using dd to create the USB
media:
http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Installation_Guide/Making_USB_Media.html

One would assume that might work if you just needed DVD 1 of CentOS.

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


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

2011-12-19 Thread William Hooper
On Mon, Dec 19, 2011 at 11:42 AM, cliff here c4iff...@gmail.com wrote:
 You can use the yum download-only plugin,

I'll second the download-only plugin.  It is also useful when
upgrading point releases because you can download all the packages
locally to stage the install, then perform the actual install in
smaller chunks at your leisure.

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


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

2011-12-19 Thread William Hooper
On Mon, Dec 19, 2011 at 1:10 PM, Alan McKay alan.mc...@gmail.com wrote:
[snip]
 I had already tried this one but it was not working, so decided to go with
 squid
 http://terrarum.net/administration/caching-rpms-with-automirror.html

I've got automirror working on my CentOS 5.x machines.  I can't say
I'm a real expert with it, but if you post your symptoms maybe I can
help you troubleshoot it.

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


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

2011-12-19 Thread William Hooper
On Mon, Dec 19, 2011 at 2:11 PM, Alan McKay alan.mc...@gmail.com wrote:

 I've got automirror working on my CentOS 5.x machines.  I can't say
 I'm a real expert with it, but if you post your symptoms maybe I can
 help you troubleshoot it.


 Thanks but I've already been chatting with the author who is stumped at
 this point - so I'm just going to give up.

 He said he has found cases where automirror does not work and so he uses
 polipo in those cases - so that is where I am off to now :-0

 I have it working but there is this matter of yum choosing different
 mirrors ...

That is one advantage of the way automirror worked, since it was
specific to yum it didn't mind the mirror configuration.

One way around the mirror list issue is pointed out by Guru labs
(though I admit hijacking the DNS seems heavy handed)

http://www.gurulabs.com/goodies/guru-guides/YUM-automatic-local-mirror/


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


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

2011-12-12 Thread William Hooper
On Monday, December 12, 2011, Alan McKay alan.mc...@gmail.com wrote:
 Surely there must be a way to have yum on the first box automatically
cache
 everything and then have the other boxes use the cache?   Maybe if not
 directly, then with squid or something like that?

You can find the RPMs in /var/cache/yum (from memory, so doubt check)

For CentOS 5 I've used automirror (
http://terrarum.net/administration/caching-rpms-with-automirror.html), but
it has a note that it doesn't work with CentOS 6. I have tries what that
page suggests as a replacement.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Using the CR repo

2011-11-28 Thread William Hooper
On Mon, Nov 28, 2011 at 6:25 PM, david da...@daku.org wrote:
 Folks

 I am trying to use the CR repo in for yum, but find that nothing is
 getting updated.  The repository isn't even listed in the yum run.

 The file contents of /etc/yum.repo.d/CentOS-CR

Is this a typo, or is the .repo extension really missing?  IIRC that
is required for yum to pick up the file (otherwise yum would be trying
to parse .rpmsave files and the like).


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


Re: [CentOS] HP Smart Array B110i SATA RAID Controller

2011-10-24 Thread William Hooper
On Mon, Oct 24, 2011 at 6:04 AM, Richard Gliebe richard.gli...@fhv.at wrote:
 Hello,

 I'm trying to install CentOS 6.0 64bit on a HP ProLiant ML110 G7 with a
 HP Smart Array B110i SATA RAID Controller.
[snip]
 OK. Downloaded the file hpahcisr-1.2.6-7.rhel5.x86_64.dd.gz and do the
 dd from another Linux workstation.

The file name would suggest this driver is for RHEL5 (or CentOS 5),
not CentOS 6.  You would have to see if HP has an updated driver.

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


Re: [CentOS] Odd issue with C6 and rsh

2011-10-11 Thread William Hooper
On Tue, Oct 11, 2011 at 12:39 AM, James A. Peltier jpelt...@sfu.ca wrote:
 Okay, I'm getting frustrated here.  C6 has been a bit of a bear.  It looks 
 like I am also having trouble with rsh on C6 with just @core as well.  At 
 least with the NIS stuff I was able to determine rather easily why it wasn't 
 working, but with rsh on workstation working and only on my server with 
 @core, I can't seem to figure out what the package is that I am missing to 
 make rsh on C6 work.  Hints please...


Use which rsh to see what binary each is running.  Your workstation
install might be using the kerberos version.  Here is what Centos 5
has to say:

$ which rsh
/usr/kerberos/bin/rsh
$ rpm -q --whatprovides /usr/kerberos/bin/rsh
krb5-workstation-1.6.1-62.el5
$ rpm -q --whatprovides /usr/bin/rsh
rsh-0.17-40.el5

Notice that the kerberos version is first in the path.

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


Re: [CentOS] Yum segmentation fault updating from 5.6 to 5.7

2011-09-16 Thread William Hooper
On Thu, Sep 15, 2011 at 9:18 AM,  sebasti...@datafaber.net wrote:
[snip]
 So either several mirrors all have the same corrupted file, or my box
 is generating a corrupted file each time. I would tend towards the
 second hypothesis, since other people have successfully updated their
 5.6 installations to 5.7.

Have you added any non-CentOS versions of any of the packages that yum
uses (python, sqlite, etc)?

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


Re: [CentOS] Emulate RHEV On CentOS - A note on Xen v. KVM

2011-09-07 Thread William Hooper
On Wed, Sep 7, 2011 at 9:57 AM, Always Learning cen...@u61.u22.net wrote:

 On Wed, 2011-09-07 at 09:51 -0400, Digimer wrote:

 Red Hat is a business, and made a simple business decision. Maintaining
 Xen support would have meant maintaining a very large set of patches.
 They made the decision that the effort (and money) needed to maintain
 Xen outside of the mainline kernel was not worth it.

 Perhaps a silly question, but why maintain patches ? Why not compile a
 new version and discard all the patches ? Patches are a messy manner to
 maintain programmes.

For the same reason that Red Hat uses patches to back port security
updates and functionality into the kernel, httpd, and most of the
other packages in RHEL.  Introducing a version change may add/remove
functionality, may alter configuration options, may be lest tested,
etc.  The point of using an enterprise distro is that change is kept
to a minimum.

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


Re: [CentOS] Emulate RHEV On CentOS - A note on Xen v. KVM

2011-09-07 Thread William Hooper
On Wed, Sep 7, 2011 at 11:31 AM, Les Mikesell lesmikes...@gmail.com wrote:
 On Wed, Sep 7, 2011 at 10:17 AM, William Hooper whooper...@gmail.com wrote:

 Perhaps a silly question, but why maintain patches ? Why not compile a
 new version and discard all the patches ? Patches are a messy manner to
 maintain programmes.

 For the same reason that Red Hat uses patches to back port security
 updates and functionality into the kernel, httpd, and most of the
 other packages in RHEL.

 I thought that was no longer true for the 6.x kernel.

The difference is that the kernel tarball provided in the SRPM is a
Red Hat kernel, not a vanilla kernel.  Just because the patches are
not in the SRPM doesn't mean they don't exist.

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


Re: [CentOS] Continious Repo vs. 'normal' Centos-Base/Updates questions

2011-09-06 Thread William Hooper
On Tue, Sep 6, 2011 at 1:40 PM, Robert Heller hel...@deepsoft.com wrote:
 I have some questions about the Continious Repo.

 Does the Continious Repo replace the Centos-Base/Updates repo?

No.  See 
http://lists.centos.org/pipermail/centos-announce/2011-August/017689.html
.  The CR repo is just a way to get faster access to updates that are
the next point release.

 Is the Continious Repo in a standard place on the CentOS mirrors?

Seems to be at least on some mirrors:

http://centos.arcticnetwork.ca/5/cr/
http://www.gtlib.gatech.edu/pub/centos/5/cr/
Etc.


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


Re: [CentOS] Continious Repo vs. 'normal' Centos-Base/Updates questions

2011-09-06 Thread William Hooper
On Tue, Sep 6, 2011 at 4:23 PM, Robert Heller hel...@deepsoft.com wrote:
 At Tue, 6 Sep 2011 15:07:03 -0400 CentOS mailing list centos@centos.org 
 wrote:


 On Tue, Sep 6, 2011 at 1:40 PM, Robert Heller hel...@deepsoft.com wrote:
  I have some questions about the Continious Repo.
 
  Does the Continious Repo replace the Centos-Base/Updates repo?

 No.  See 
 http://lists.centos.org/pipermail/centos-announce/2011-August/017689.html
 .  The CR repo is just a way to get faster access to updates that are
 the next point release.

 Point releases land in the 'Base' repo.  *Between* point releases there
 would be updates in the Updates repo.  That seems to have stopped for
 CentOS 5.  That is what I mean.

Because once upstream releases the point release all updates are
against the new point release. CR is a temporary way of getting the
next point release out before the ISOs are finished..  As the
announcement states, when CentOS 5.7 is released, the CR repo will be
emptied, because all those packages will be part of CentOS 5.7.

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


Re: [CentOS] drop manitu.net

2011-08-11 Thread William Hooper
On Thu, Aug 11, 2011 at 11:02 AM,  m.r...@5-cent.us wrote:
 Les Mikesell wrote:
 On 8/11/2011 8:09 AM, m.r...@5-cent.us wrote:
 snip
 1. I'm not going to join this list, or any other, from multiple email
 accounts

 So move them to gmail.  Price is right. End of problem.  If you don't

 No. Not ever. I have no intention of using a service that will have
 *years*, at least, of backups of all my mail, including stuff that was
 hypothetically d/l and *deleted*.

The CentOS list is publicly archived.  Who cares if Google keeps an extra copy?

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


Re: [CentOS] CentOS 6 system-config-bind missing?

2011-07-12 Thread William Hooper
On Tue, Jul 12, 2011 at 8:28 PM, Emmett Culley emm...@webengineer.com wrote:
 First system-config-network is not part of CentOS/RHEL 6, now I don't see 
 system-config-bind either.  Is there an alternative (GUI) way to manage the 
 bind DNS server?

It looks like there is no GUI way.

http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Migration_Planning_Guide/chap-Migration_Guide-Package_Changes.html#sect-Migration_Guide-Package_Changes-System_Configuration_Tools

(watch for line wrapping)

The system-config-bind tool has been deprecated and removed without
replacement. Editing the name server configuration manually via the
named.conf file is recommended in Red Hat Enterprise Linux 6.


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


Re: [CentOS] When CentOS 6 arrives ...

2011-07-06 Thread William Hooper
On Wed, Jul 6, 2011 at 3:27 PM, Timothy Murphy gayle...@eircom.net wrote:

 What is the best way to install CentOS 6?
 Is there an upgrade facility from CentOS-5.6?
 If so, how does this compare with a clean installation?

Historically the upstream vendor has not supported major version
upgrades.  It appears that version 6 is not an exception[1].

[1] - 
http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Installation_Guide/ch-upgrade-x86.html

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


Re: [CentOS] CentOS 5.5 yum update with reference to 5.6

2011-04-13 Thread William Hooper
On Wed, Apr 13, 2011 at 3:09 PM, Bernard Fay bernard@enodegroup.com wrote:
 Hello group,

 I have a CentOS 5.5 server freshly installed.

 When I do a yum updated package_name, I have referenced to 5.6.  Why?

CentOS point releases track the upstream Update x releases.  So
CentOS 5.6 is upstream version 5 update 6.  The point releases are not
a separate product, just a batch of updates to the base product.  As
soon as you do a yum update to get all the new updates you will have
a 5.6 install.

https://www.centos.org/modules/smartfaq/faq.php?faqid=34

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


Re: [CentOS] Just a question about the Announce List

2011-04-11 Thread William Hooper
On Mon, Apr 11, 2011 at 5:07 PM, Scott Silva ssi...@sgvwater.com wrote:
 Did the Announce go out for CentOS 5.6, or are people just jumping the gun?
 If it went out, I missed it, and need to look at my spam filters.

 If it hasn't gone out yet, then maybe I'm OK...

 See... No is it ready crap in here!

It went out:

http://lists.centos.org/pipermail/centos-announce/2011-April/017282.html

You might want to log into Mailman and check your filters.  When I
didn't get it, I noticed that there was a filter for (IIRC) Centos-5
that I didn't have checked in mailman.

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


Re: [CentOS] CentOS-5.5 Live CD netinstall

2011-04-09 Thread William Hooper
On Fri, Apr 8, 2011 at 10:04 PM, William Hooper whooper...@gmail.com wrote:
 On Fri, Apr 8, 2011 at 8:56 PM, Timothy Murphy gayle...@eircom.net wrote:
 In my case, at least, I would always run a Live CD before installing an OS,
 just to make sure it runs OK.
 So a person might well have a Live USB stick anyway.

 This is a valid point.

 What booting system does the LiveCD use after transferring it to the
 USB stick?  Perhaps a middle ground would be to create a wiki page on
 how to add the netinstall kernel/initrd to your own media.

I did some testing to answer my own question.  As I expected, adding
the option back yourself on a USB stick is trivial (for a CD you would
have to complete your own isolinux burn, so it is a little more
involved, but the same basic steps).  I believe most Linux bootable
USB sticks use syslinux, so these steps would work with them, also.

1) Create Live USB stick as before

2) Edit the isolinux/isolinux.cfg or syslinux/syslinux.cfg on the USB
stick to add a stanza to boot the installer kernel (this example taken
from the 5.5 LiveCD)
start here=
label installer
  menu label Network Installation
  kernel vminst
  append initrd=install.img text
stop here=

3) Copy the kernel/initrd images from any mirror onto the USB stick
(making sure they are named the same as your stanza above):
http://centos.mirror.netriplex.com/5.6/os/i386/images/pxeboot/vmlinuz
- syslinux/vminst
http://centos.mirror.netriplex.com/5.6/os/i386/images/pxeboot/initrd.img
- syslinux/install.img

4) Boot to USB stick, press space to get the menu, choose whatever you
labeled your stanza (in this case Network Installation.

I believe that the installer still changes for each point release, so
you would have to make sure the kernel/initrd is for the specific
release you want.  In fact, this would let you create a number of
different stanzas so that you could boot the installers for multiple
versions if you wanted to (Fedora 14, CentOS 5.6, and CentOS 6.0 for
example).


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


Re: [CentOS] CentOS-5.5 Live CD netinstall

2011-04-08 Thread William Hooper
On Fri, Apr 8, 2011 at 2:31 PM, Timothy Murphy gayle...@eircom.net wrote:
 Phil Schaffner wrote:

 Because network installs tend to be problematic for all but those with
 local repositories or flawless broadband network connections.  Having it
 present was raising unrealistic expectations of netinstall as a viable
 option, and resulting in bad first experiences with CentOS and a large
 support burden.

 That seems completely misguided to me,
 since it is perfectly simple to use with the DVD ISO on a local machine.
 Why not simply warn people if you think a local ISO is the safest way?

 The alternative dd method described in the CentOS Installation Guide
 (but not the RedHat one) does not appear to me to work,
 and the only other way I see to install CentOS on a machine
 without a CD drive (the method described in the RedHat Installation Guide)
 is absurdly long-winded.

Forgive me if I've missed it mentioned, but it looks like the option
is only being removed from the LiveCD.  Using the netinstall.iso is
still available and would be a more efficient way of doing network
installs anyway (9.5M vs 685M).

Unless things have changed since I messed with network installs (which
is has been a while), all you really need is some way to boot the
kernel and initrd files.  It doesn't matter if you start with grub,
lilo, syslinux, etc.  I remember using the boot loader of an existing
system to start the network install (but I don't remember what version
it was) on a machine without a working optical drive.

The issues you saw with grub being installed on the USB stick instead
of the HDD are a bigger concern in my book.  I wonder if you you have
better luck installing GRUB on the HDD MBR, booting from the HDD and
using grub to load the kernel and initrd off the USB stick.

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


Re: [CentOS] Many thanks and a little hint concerning httpd on 5.6

2011-04-08 Thread William Hooper
On Fri, Apr 8, 2011 at 3:25 PM, Olaf Mueller daily-pla...@istari.de wrote:
 fred smith wrote:

 On Fri, Apr 08, 2011 at 02:35:30PM +0200, Olaf Mueller wrote:
 I am grateful for the CentOS Project. I like it's stability and
 long-term support.
 I haven't seen a 5.6 release announcement yet. Have I missed it?
 I did not use the word announce in my post.
 I do not know what you miss or what you not miss.
 Also I do not know what your answer is good for.

 $ cat /etc/redhat-release
 CentOS release 5.6 (Final)
 $ uname -a
 Linux meduseld.istari.de 2.6.18-238.el5 [...]

 The following was posted on the CentOS devel-list on 4.4.2011:
 5.6 is going out to the external mirrors at the moment, I am going to
 have torrents ready for later today and then maybe release
 announcement sometime tomorrow.

An this was posted to the CentOS twitter account yesterday 4/7
(shortly after having to re-issue the x86_64 ISOs):

http://twitter.com/CentOS/status/55950095505567745

Just want to also point out that CentOS-5.6 is *not* released. And
packages, ISOS are liable to change till that happens.

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


Re: [CentOS] CentOS-5.5 Live CD netinstall

2011-04-08 Thread William Hooper
On Fri, Apr 8, 2011 at 8:56 PM, Timothy Murphy gayle...@eircom.net wrote:
 Phil Schaffner wrote:

 Forgive me if I've missed it mentioned, but it looks like the option
 is only being removed from the LiveCD.  Using the netinstall.iso is
 still available and would be a more efficient way of doing network
 installs anyway (9.5M vs 685M).

 Precisely.

 In my case, at least, I would always run a Live CD before installing an OS,
 just to make sure it runs OK.
 So a person might well have a Live USB stick anyway.

This is a valid point.

What booting system does the LiveCD use after transferring it to the
USB stick?  Perhaps a middle ground would be to create a wiki page on
how to add the netinstall kernel/initrd to your own media.

 Unless things have changed since I messed with network installs (which
 is has been a while), all you really need is some way to boot the
 kernel and initrd files.  It doesn't matter if you start with grub,
 lilo, syslinux, etc.

 This isn't as easy as you say, as the RHEL instructions illustrate:
 http://docs.redhat.com/docs/en-
 US/Red_Hat_Enterprise_Linux/5/html/Installation_Guide/.

All I see there are instructions for the various methods of booting a
kernel and initrd files from different media (or via PXE).  As I said,
if you can get the device to boot off the kernel you specify that is
all you need, no special sauce required.

 Still works - can just copy vmlinuz and initrd.img from the
 images/pxeboot/ or isolinux/ directories and add a GRUB (or whatever
 bootloader) stanza to boot them.

 So you believe this newbie who is confused by NFS
 is going to follow that advice?

I didn't make the above statement, but I expect a newbie will probably
have or will obtain a working optical drive.

On the other hand, knowing how to create a linux boot media is
probably a good lesson to learn.  Newbies don't become experts by
magic, they do it by learning new skills.

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


Re: [CentOS] CentOS-5.5 Live CD netinstall

2011-04-05 Thread William Hooper
On Mon, Apr 4, 2011 at 11:33 AM, Timothy Murphy gayle...@eircom.net wrote:
 According to http://wiki.centos.org/Manuals/ReleaseNotes/CentOSLiveCD5.5
 There is a Network Install option on the Live CD
 that is the same as our CentOS-5.5-i386-netinstall ISO.

 I've looked quite carefully at my CentOS-5.5 Live CD (on a USB stick),
 and I don't see a Network Install option anywhere.

 Could some kind soul explain where it can be found, please.

Try hitting the space bar during the Automatic boot countdown screen.
That should give you the boot menu with the option to do the network
install.

Also note that the next version of the LiveCD won't have this option:

http://wiki.centos.org/Manuals/ReleaseNotes/CentOSLiveCD5.6



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


Re: [CentOS] The delays on CentOS 5.6 are causing EPEL incompatibilities

2011-03-22 Thread William Hooper
On Tue, Mar 22, 2011 at 8:54 PM, Les Mikesell lesmikes...@gmail.com wrote:
 On 3/22/11 7:38 PM, aurfal...@gmail.com wrote:

 You missed my point to the poster.  While Centos is my defacto
 production OS, he mentioned switching to Ubuntu which is nothing like
 RHEL.

 So I thought instead of going with such a diff paradigm, that using SL
 might be more similar in tool set then Ubuntu.


 But if the underlying issue is that Red Hat is intentionally making the 
 rebuilds
 difficult, any derivative is going to be fragile.

 --
   Les Mikesell

The change doesn't make anything more difficult for rebuilds.

http://www.channelregister.co.uk/2011/03/04/red_hat_twarts_oracle_and_novell_with_change_to_source_code_packaging/

We haven't at all restricted CentOS's ability to grab source code and
recompile it and clean-out trademarks and package it. It's just some
of the knowledge of the insides that we're hiding, he [Red Hat chief
technology officer Brian Stevens] explains. One longtime CentOS
developer agrees.

I'll not lose sleep on the matter, CentOS co-founder Russ Herold
tells The Reg.

http://lists.centos.org/pipermail/centos/2011-March/107338.html

This should not impact building the kernel ... it might impact things
like the CentOSPlus Kernel or CentOS providing a stop gap kernel (in
the testing repo) while waiting for Red Hat to correct a problem and get
their kernel through engineering and then released.

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


Re: [CentOS] yum is dumb in update of gmime gmime-sharp

2010-11-29 Thread William Hooper
On Mon, Nov 29, 2010 at 11:13 AM, ken geb...@mousecar.com wrote:
 The key to the puzzle for me was that, to install gmime20, it was
 necessary to remove gmime.  I never would have guessed that... seems
 counter-intuitive to me... and the only way to find that out is to look
 in the spec file!!  Or is there another way?

I believe if you tell yum to be more verbose it will tell you when one
package obsoletes another, but I can't remember off the top of my head
if you need -v or something with -d.

 What in the spec file told you that?

The Obsoletes line:

Obsoletes: gmime = %{version}-%{release}

 Also... I know to look in the SPEC file by installing just the src, but
 is there a shorter (another, better) way to look at it?

RPMForge is usually pretty good about having the spec files in their svn:

http://svn.rpmforge.net/viewvc/rpmforge/

However, I didn't see one for gmime20, so I just installed the srpm.

 This is all academic to me at this point... just want to learn a bit
 more about RPMs if you're up for sharing wisdom.

No problem.  I've learned it by reading mailing lists and messing around myself.

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


Re: [CentOS] yum is dumb in update of gmime gmime-sharp

2010-11-29 Thread William Hooper
On Mon, Nov 29, 2010 at 11:33 AM, ken geb...@mousecar.com wrote:
 Where was a message telling me that?  (In my original post I included
 the relevant output.)  There wasn't anything there which said the
 install of gmime20 necessitated removing another, different package.

I'll try to explain, but part of it just comes from experience.

--- Package gmime20.i386 0:2.2.26-1.el5.rf set to be updated

This is the package being installed.

 -- Finished Dependency Resolution
 gmime-sharp-2.2.10-5.el5.centos.i386 from installed has depsolving problems
 -- Missing Dependency: gmime = 2.2.10-5.el5.centos is needed by
package gmime-sharp-2.2.10-5.el5.centos.i386 (installed)

The from installed means the that package in question (gmime-sharp)
is already installed.  The assumption I made, since you provided the
output saying that gmime of an appropriate version was installed, is
that yum is saying the gmime version needed would be removed.
Checking the spec file and finding the obsoletes confirms that.

Yum used to give similar messages when you tried to yum erase a
package that would break dependencies.  Newer versions of yum just
walk down the tree and offer to remove half the system, instead.

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


Re: [CentOS] yum is dumb in update of gmime gmime-sharp

2010-11-28 Thread William Hooper
On Sat, Nov 27, 2010 at 3:44 PM, ken geb...@mousecar.com wrote:
 # yum update
 ...
 -- Running transaction check
 -- Processing Dependency: gmime = 2.2.10-5.el5.centos for package:
 gmime-sharp
 --- Package gmime20.i386 0:2.2.26-1.el5.rf set to be updated
 -- Finished Dependency Resolution
 gmime-sharp-2.2.10-5.el5.centos.i386 from installed has depsolving problems
  -- Missing Dependency: gmime = 2.2.10-5.el5.centos is needed by
 package gmime-sharp-2.2.10-5.el5.centos.i386 (installed)
 Error: Missing Dependency: gmime = 2.2.10-5.el5.centos is needed by
 package gmime-sharp-2.2.10-5.el5.centos.i386 (installed)
 ...

 # rpm -q gmime gmime-sharp
 gmime-2.2.10-5.el5.centos
 gmime-sharp-2.2.10-5.el5.centos

 This would seem like a bug... or why is yum trying to install package
 versions which are already installed?

You need to take a closer look at what yum is trying to install.  This
message is telling you yum won't update the package because it will
break a dependency on another installed package.  I would guess that
you are either mixing repos, or one of the repos isn't internally
consistent.

I notice that you are using RPMForge, did you see the changes going on
there with RPMForge-Extras?
http://lists.rpmforge.net/pipermail/users/2010-November/003411.html

If the problem persists you will probably want to take it to the
RPMForge list (and provide the full yum output)


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


Re: [CentOS] yum is dumb in update of gmime gmime-sharp

2010-11-28 Thread William Hooper
On Sun, Nov 28, 2010 at 4:00 PM, ken geb...@mousecar.com wrote:
 You need to take a closer look at what yum is trying to install.  This
 message is telling you yum won't update the package because it will
 break a dependency on another installed package.

 yum's trying to install gmime20.  This doesn't exist on my system.

 What dependency would break by installing it?

Looking at the RPMForge spec file for gmime20, it obsoletes any gmime
lower that it's version. You are trying to install gmime20.i386
0:2.2.26-1.el5.rf, which will remove gmime-2.2.10-5.el5.centos.
However, your currently installed gmime-sharp-2.2.10-5.el5.centos
requires gmime-2.2.10-5.el5.centos.  You need to either remove
gmime-sharp-2.2.10-5.el5.centos or find an updated version that will
work with gmime20.i386 0:2.2.26-1.el5.rf.

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


Re: [CentOS] yum is dumb in update of gmime gmime-sharp

2010-11-28 Thread William Hooper
On Sun, Nov 28, 2010 at 5:12 PM, William Hooper whooper...@gmail.com wrote:
 On Sun, Nov 28, 2010 at 4:00 PM, ken geb...@mousecar.com wrote:
 You need to take a closer look at what yum is trying to install.  This
 message is telling you yum won't update the package because it will
 break a dependency on another installed package.

 yum's trying to install gmime20.  This doesn't exist on my system.

 What dependency would break by installing it?

 Looking at the RPMForge spec file for gmime20, it obsoletes any gmime lower 
 that it's version. You are trying to install gmime20.i386 0:2.2.26-1.el5.rf, 
 which will remove gmime-2.2.10-5.el5.centos. However, your currently 
 installed gmime-sharp-2.2.10-5.el5.centos requires gmime-2.2.10-5.el5.centos. 
 You need to either remove gmime-sharp-2.2.10-5.el5.centos or find an updated 
 version that will work with gmime20.i386 0:2.2.26-1.el5.rf.

I thought this seemed familiar:

http://lists.centos.org/pipermail/centos/2010-March/092358.html


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


Re: [CentOS] problem rebuilding kvm package on centos 5.5

2010-06-22 Thread William Hooper
On Tue, Jun 22, 2010 at 3:02 PM, David Mansfield cen...@dm.cobite.com wrote:
 On Tue, 2010-06-22 at 09:25 -0700, Akemi Yagi wrote:
 On Tue, Jun 22, 2010 at 8:02 AM, David Mansfield cen...@dm.cobite.com 
 wrote:
  Hi All:
  error: Failed build dependencies:
         kernel-devel-x86_64 = 2.6.18-194.el5 is needed by 
  kvm-83-164.9.x86_64
 rpm -qa kernel\* | sort


 Note: the above yum-builddep sucked in the kernel-xen-devel for some
 reason, not sure why.  Here's the output of the above:

 kernel-2.6.18-194.3.1.el5
 kernel-2.6.18-194.el5
 kernel-devel-2.6.18-194.3.1.el5
 kernel-headers-2.6.18-194.3.1.el5
 kernel-xen-devel-2.6.18-194.3.1.el5

The message says it is looking for kernel-devel-2.6.18-194.el5, but
you only have kernel-devel-2.6.18-194.3.1.el5.  Note the extra 3.1.

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


Re: [CentOS] OT: Dropbox - Fedora Core 9 RPM will work on CentOS 5.4?

2010-04-12 Thread William Hooper
On Mon, Apr 12, 2010 at 9:21 AM, Lanny Marcus lmmailingli...@gmail.com wrote:
 Dropbox has an RPM for Fedora Core 9 (x86). I am running CentOS 5.4 on
 my Desktop, which I believe is based on Fedora Core 6.  Are the
 libraries Fedora Core 9 uses substantially different than those CentOS
 5.4 uses?  If Dropbox had an SRPM available, I would Download that and
 Rebuild, but I'm sure it is Proprietary and they won't release an SRPM
 to me.  TIA!
 Lanny

I'm successfully using Dropbox on couple of CentOS 5.4 machines, but
in a headless configuration.  I followed the instructions on the
Dropbox Wiki[1].  I concur with Joseph that it looks like the RPM is
just the Nautilus plugin.  Since I don't use that I'm not sure how
compatible it is with CentOS.

[1] http://wiki.dropbox.com/TipsAndTricks/TextBasedLinuxInstall


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


Re: [CentOS] OT: Dropbox - Fedora Core 9 RPM will work on CentOS 5.4?

2010-04-12 Thread William Hooper
On Mon, Apr 12, 2010 at 11:10 AM, Lanny Marcus lmmailingli...@gmail.com wrote:
 William: Thank you for that.  I would prefer to do this via RPM, since
 it is frowned upon not to, but if necessary, I can go that route.

I don't think it matters how you install the nautilus plugin, you
still will be getting the proprietary Dropbox daemon bits separately
(the daemon downloads from the website the first time you run the
plugin).

  Our
 IPCop box is headless, but not my Desktop.  :-)   As per my 2nd post
 in this thread, I am going to completely update my Desktop, before
 trying to get Dropbox to work. Lanny

The box I use Dropbox headless on is a catch-all server, not my
desktop.  I guess if push comes to shove you can install Dropbox
headless and use the dbcli.py to check the status instead of using the
GUI.

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


Re: [CentOS] bogus error message from yum update for gmime and gmime-sharp

2010-03-31 Thread William Hooper
On Wed, Mar 31, 2010 at 6:30 AM, ken geb...@mousecar.com wrote:
 Available Packages
 gmime.i386                           2.2.25-1.el5
      epel
 gmime-devel.i386                     2.2.25-1.el5
      epel

The newer version of gmime is coming from the epel repo, which doesn't
appear to package gmime-sharp.

 My email client wrapped the rightmost field of some of the output above,
 but it's still discernible that epel wants to update to a newer version
 of gmime, but (as you said) has no corresponding version of gmime-sharp.
  Conceivably, this could be the problem.  The versions I have of gmime
 and gmime-sharp seem to be from a different repo:

I'm sure this is the problem.

 # rpm -qi gmime gmime-sharp|grep URL
 URL         : http://spruce.sourceforge.net/gmime/
 URL         : http://spruce.sourceforge.net/gmime/

The URL file generally just describes where the original source comes
from, not what repo is being used.  A better indicator of repo would
be the Vendor, Packager, or Build Host fields.

 and so this might be a contributing issue.  So I deleted these two
 packages (rpm -e ...) and then did yum install on them... which took
 them from the extras repo,

That is interesting.  Did your yum install command specify to install
gmime-sharp?

 (So this wouldn't seem to be a case of conflicting repos.)

I'm quite sure this is a classic case of conflicting repos.

 Now, doing yum update again brought me back to the original problem.
 :(  But at least we have more clarity to it: the extras repo doesn't
 have a version update to gmime-sharp, a dependency for the update of
 gmime.

And epel doesn't have the updated gmime-sharp to go with the updated
gmime and gmime-devel.

 So.. what's the next thing to do?

Either exclude gmime from the epel repo or ask epel to package gmime-sharp.

  Why does the extras repo not have it if it's a dependency?

Because the new version is not coming from the extras repo.

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


Re: [CentOS] bogus error message from yum update for gmime and gmime-sharp

2010-03-31 Thread William Hooper
On Wed, Mar 31, 2010 at 12:09 PM, ken geb...@mousecar.com wrote:
 # rpm -qi gmime gmime-sharp|grep URL
 URL         : http://spruce.sourceforge.net/gmime/
 URL         : http://spruce.sourceforge.net/gmime/

 The URL file generally just describes where the original source comes
 from, not what repo is being used.  A better indicator of repo would
 be the Vendor, Packager, or Build Host fields.

 Understood.  Using rpm -qi, the Vendor field shows just CentOS,

It appears that EPEL uses Fedora Project.

 the Build Host reads simply builder6,

Interesting.  I tested a Base CentOS package and it has
builder10.centos.org.  Perhaps the extras are build using a
different method.  The gmime package from epel has
x86-07.phx2.fedoraproject.org.

 and there is no Packager
 field.  I tried using the --queryformat option a few different way to
 output the packager, but no luck.  That would be a big help in figuring
 out this kind of situation.

It must be an optional field:
$ rpm -qi cacti | grep Packager
Packager: Dag Wieers d...@wieers.com


 

 That is interesting.  Did your yum install command specify to install
 gmime-sharp?

 Yes, it's needed by tomboy, an applet I use.

OK.  That makes sense.  Yum will make the transaction consistent by
using the older versions to meet the dependency since no version was
installed.

 

 So.. what's the next thing to do?

 Either exclude gmime from the epel repo

 Would that be simply exclude=gmime* in epel.repo ?

IIRC that will work.

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


Re: [CentOS] bogus error message from yum update for gmime and gmime-sharp

2010-03-30 Thread William Hooper
On Tue, Mar 30, 2010 at 5:13 PM, ken geb...@mousecar.com wrote:

Without the full yum output it is a bit hard to be sure (you might
want to paste the full output to pastebin.centos.org, but it looks
like:

 --- Package gmime.i386 0:2.2.25-1.el5 set to be updated

Yum wants to install a newer gmime, but

 Error: Missing Dependency: gmime = 2.2.10-5.el5.centos is needed by
 package gmime-sharp-2.2.10-5.el5.centos.i386 (installed)

The only available copy of gmime-sharp requires the older version.  I
would find out where the newer gmime is coming from and ask them why
they don't have a newer gmime-sharp.  Gmime 2.2.25 doesn't look like
it is available to my Centos 5 machine:

$ sudo yum list gmime\*
Loaded plugins: downloadonly, fastestmirror
Loading mirror speeds from cached hostfile
 * addons: mirror.nexcess.net
 * base: mirror.nexcess.net
 * extras: pubmirrors.reflected.net
 * updates: mirror.team-cymru.org
Available Packages
gmime.i386 2.2.10-5.el5.centosextras
gmime-devel.i386   2.2.10-5.el5.centosextras
gmime-sharp.i386   2.2.10-5.el5.centosextras
-- 
William Hooper
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS Patch for http://www.kb.cert.org/vuls/id/800113

2008-07-09 Thread William Hooper
It has already been released:

http://lists.centos.org/pipermail/centos-announce/2008-July/015083.html

On Wed, Jul 9, 2008 at 3:22 PM, Sean Carolan [EMAIL PROTECTED] wrote:

 Will there be a BIND patch available for this vulnerability, for CentOS
 3.9?

 http://www.kb.cert.org/vuls/id/800113
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos




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


Re: [CentOS] CentOS Patch for http://www.kb.cert.org/vuls/id/800113

2008-07-09 Thread William Hooper
On Wed, Jul 9, 2008 at 4:08 PM, John R Pierce [EMAIL PROTECTED] wrote:

 Sean Carolan wrote:

 Will there be a BIND patch available for this vulnerability, for CentOS
 3.9?

 http://www.kb.cert.org/vuls/id/800113



 for that matter, how do I figure out what version(s) of Bind for CentOS 4
 or 5 include fixes for this?  I'm getting a little lost poking around the
 forums and KB and RHEL's own website is being remarkably obtuse for me
 today.


Here is the link to the RHEL advisory (copied from the CentOS announce list)


https://rhn.redhat.com/errata/RHSA-2008-0533.html

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


Re: [CentOS] yum upgrade php dependency failure

2008-02-06 Thread William Hooper
On Feb 6, 2008 12:00 AM, Ed Morrison [EMAIL PROTECTED] wrote:
 Hi,

 I am trying to upgrade php to version 5.   When running yum upgrade I
 get this failure:

 -- Running transaction check
 -- Processing Dependency: php = 4.3.9-3.22.9 for package: php-pear
 -- Finished Dependency Resolution
 Error: Missing Dependency: php = 4.3.9-3.22.9 is needed by package php-pear

 but the required php version is installed:

You are reading the message wrong.  You are trying to remove php-4.3.9
because you are upgrading to php-5.  Yum won't remove php-4.3.9
because it is needed by php-pear.  Either find an updated php-pear or
try removing it.

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


Re: [CentOS] RHEL / CentOS Kernel Updates

2008-01-29 Thread William Hooper
On Jan 29, 2008 3:18 PM, Les Mikesell [EMAIL PROTECTED] wrote:
 Johnny Hughes wrote:
 
  Overall ... unless you really, Really, REALLY need a newer kernel, it is
  best to use the one provided by the distribution.

 Is there a difference in the way kernel modules are managed between
 CentOS4 and 5?  I thought that under CentOS4 after a kernel update
 VMware would insist that you run vmware-config.pl but it would always
 say that the existing module loads perfectly, where under CentOS5 it
 always compiles a new version for each updated kernel.

If we are talking about VMWare Server, RHEL4 is a supported OS, but
RHEL5 isn't.  If your not on a supported OS, it won't have a
pre-configured set of modules.

It does look like RHEL5 support was added in VMWare Workstation 6, but
I haven't used that version.

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