Index: [Article Count Order] [Thread]

Date:  Fri, 20 Mar 2009 04:37:00 -0700
From:  "Doug Harvey" <dwh1958 (at mark) gmail.com>
Subject:  [coba-e:15368] Re: BQ Yum update issues
To:  <coba-e (at mark) bluequartz.org>
Message-Id:  <49c37fe7.02c3f10a.2f42.ffffd942 (at mark) mx.google.com>
In-Reply-To:  <5D93D0E3-2DE6-48E3-93F2-FF9794657AD7 (at mark) housleyconsulting.com.au>
X-Mail-Count: 15368

Take the nuonce.repo file and move or delete it.

Creating a new rpm is standard.

Doug
 

-----Original Message-----
From: Xin CHEN [mailto:xchen (at mark) housleyconsulting.com.au] 
Sent: Thursday, March 19, 2009 9:54 PM
To: coba-e (at mark) bluequartz.org
Subject: [coba-e:15366] BQ Yum update issues

Hi All,

I set up a BQ server yesterday and did yum update -y which installed  
hundreds of packages.

Two problems so far:
1, Yum repo: NuOnce.repo has been clean out somehow:
[root (at mark) w1 mail]# more /etc/yum.repos.d/NuOnce.repo
# [NuOnce Networks]

It was
  [NuOnce Networks]
name=Software from NuOnce Networks - $basearch
baseurl=http://www.nuonce.net/repos/
gpgcheck=0

Now everything I do yum update, will have this error:
Error: Bad repository file ///etc/yum.repos.d/NuOnce.repo, no repo  
stanzas.


2, Some warnings about .rpmnew
There are some warnings during Yum update. Mostly are conf file,  
instead of overwrite the current one, Yum update create a new one:   
*.rpmnew.  I guess it doesn't want to overwritten our original ones.  
So we need to find a way to merge the original one and the new one  
manually?
I have these:
[root@w1 mail]# ls -lR / |grep rpmnew
-rw-r--r--   1 root root   46678 Jan  6 07:49 dovecot.conf.rpmnew
-rw-r--r--   1 root root      47 Jul 27  2008 issue.rpmnew
-rw-r--r--   1 root root     649 Mar 20  2008 passwd.rpmnew
-rw-r-----   1 root named     77 Jan 15 06:32 rndc.key.rpmnew
-rw-r--r--  1 root root 34704 Nov 15 19:54 httpd.conf.rpmnew
-rw-r--r--  1 root  root  58156 Jul 25  2008 sendmail.cf.rpmnew

Search on google, and found a old post that Brian claimed leave  
original sendmail.cf alone. BQ has modified this file...

Comments?

Thanks,
tim