nanashinonozomi.com : fmemo , PGP と GnuPG
fmemo : «前の日記(2004-07-11 (Sun)) 最新 次の日記(2004-07-13 (Tue))»

fmemo

不断の日記 (の体裁をした覚え書き) です。


2004-07-12 (Mon) [長年日記]

Fedora Core 2 > yum update で「.conflict between initscripts and pppd」のエラー

メインマシンに Fedora Core 2 をインストールした後、 yum update したところ、

$ sudo yum update
Gathering header information file(s) from server(s)
Server: Fedora Core 2 - i386 - Base
Server: Fedora Core 2 - i386 - Released Updates
Finding updated packages
Downloading needed headers
(中略)
Resolving dependencies
.conflict between initscripts and pppd

のエラーが発生。 Google で検索してみたところ、どうやら、先日リリースされた Fedora Core 2 Update: ppp-2.4.2-3.FC2.1 をインストールしようとするときに問題が発生するらしいことが判明。

FedoraNEWS.ORG の記事によると、

NEWS 2004-07-10
There has been a report that this package conflicts with initscripts during yum update.
It's been already reported to the package maintainer with Fedora Project.

また、 Bugzilla の記事によると、

Additional Comment #9 From Alexandre Oliva  on 2004-07-10 16:37 -------
 
This is not fixed until the initscripts build is pushed out as an
update for FC2.  Sure the original cause of the problem is the rpm
issue, but fixed packages have to be pushed out anyway, and having
this bug as a dup of a bug on rpm is not going to be a good reminder
of the need for pushing the fix out.

そこで、とりあえず、 ppp パッケージをアップデート対象から外し、

$ sudo yum --exclude=ppp update

アップデートしてみたところ、その他のパッケージについては、無事アップデートすることができた。 問題が解決するまでは、「--exclude=ppp」オプションを付加してアップデートするようにしておけば良さそうだ。

13日追記

この問題は解決した模様。

FedoraNEWS.ORG の記事によると、

NEWS 2004-07-12
This bug has been fixed by installing initscripts-7.55.1-1.

また、 FedoraNEWS.ORG の別の記事によると、

Update Information:
 
This update fixes the typo in the list of conflicts to allow concurrent
installtion with the current ppp update, as well as various other bugfixes.
 
---------------------------------------------------------------------
* Mon Jul 12 2004 Bill Nottingham  7.55.1-1
 
- build for FC2 update
 - rc.d/rc.sysinit: hack: make ICE directory on boot (#86480)
 - set context on ICE directory after making it (#127099, )
 - fix pppd vs. ppp typo in conflicts (#123680)
 - rc.d/rc.sysinit: don't mount cifs (#122501)
 - vlan fixes (#107504, )
 - bonding fixes
 - remove duplicate setting of network routes (#125450)

13日追記(2)

無事、アップデート終了。

$ sudo yum update
Gathering header information file(s) from server(s)
Server: Fedora Core 2 - i386 - Base
Server: Fedora Core 2 - i386 - Released Updates
Finding updated packages
Downloading needed headers
(中略)
Resolving dependencies
.Dependencies resolved
I will do the following:
[update: initscripts 7.55.1-1.i386]
[update: ppp 2.4.2-3.FC2.1.i386]
[update: fam 2.6.10-9.FC2.i386]
[update: fam-devel 2.6.10-9.FC2.i386]
I will install/upgrade these to satisfy the dependencies:
[deps: libselinux-devel 1.11.4-1.i386]
Is this ok [y/N]: y
Downloading Packages
(以下略)

情報源/参考情報

Tags: Linux
[]