Re: [Cooker] initscript update problem

2000-09-05 Thread Udo Weber

Pixel wrote:

> Udo Weber <[EMAIL PROTECTED]> writes:
>
> > [root@mumpel RPMS]# rpm -Uvh initscripts-5.27-15mdk.i586.rpm
> > warning: /etc/X11/prefdm created as /etc/X11/prefdm.rpmnew
> > initscripts ##unpacking of archive failed on file
> > /etc/init.
> > d: cpio: unlink
> >
> >
> > There are any other hints or help ?
>
> mv /etc/init.dw/* /etc/rc.d/init.d
> rmdir /etc/init.d
>
> or
>
> mv -f /etc/init.d/* /etc/rc.d/init.d
> rmdir /etc/init.d

Thanks a lot, it works now.
Udo



Re: [Cooker] initscript update problem

2000-09-05 Thread Udo Weber

Antony Suter wrote:

> Udo Weber wrote:
> >
> > Michael Irving wrote:
> >
> > > - Original Message -
> > > From: "Udo Weber" <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Monday, September 04, 2000 2:34 PM
> > > Subject: [Cooker] initscript update problem
> > >
> > > > Hi,
> > > > if I try to update the initscript-rpm I get following errors:
> > > >
> > > > [root@mumpel RPMS]# rpm -Fvh initscripts-5.27-12mdk.i586.rpm
> > > > warning: /etc/X11/prefdm created as /etc/X11/prefdm.rpmnew
> > > > initscripts ##unpacking of archive failed on file
> > > > /etc/init.
> > > > d: cpio: unlink
> > > >
> > > > the same for the newest:
> > > > [root@mumpel RPMS]# rpm -Fvh initscripts-5.27-15mdk.i586.rpm
> > > > warning: /etc/X11/prefdm created as /etc/X11/prefdm.rpmnew
> > > > initscripts ##unpacking of archive failed on file
> > > > /etc/init.
> > > > d: cpio: unlink
> > > >
> > > > No way to install !
> > > > What is wrong here ? How can I install/update  this ?
> > > >
> > > rpm -e harddrake
> > > rpm -Uvh initscripts*
> > > rpm -Uvh harddrake*
> > >
> > > That solved the problem for me
> >
> > Hi,
> > thanks for this hint but this did not help.
> > I got still the same result when I try rpm -Uvh initscripts* .
> > after rpm -e harddrake
> >
> > [root@mumpel RPMS]# rpm -Uvh initscripts-5.27-15mdk.i586.rpm
> > warning: /etc/X11/prefdm created as /etc/X11/prefdm.rpmnew
> > initscripts ##unpacking of archive failed on file
> > /etc/init.
> > d: cpio: unlink
> >
> > There are any other hints or help ?
>
> Yes. I had this problem, because I had a directory "/etc/init.d".
> I deleted the directory which contained nothing, and then installed
> initscripts. initscripts then made a symbolic link
> from /etc/init.d to /etc/rc.d/init.d
>
> --
> - Antony Suter  ([EMAIL PROTECTED])  "Examiner"  openpgp:71ADFC87
> - "And how do you store the nuclear equivalent of the universal solvent?"

Thanks a lot, it works now.
Udo



Re: [Cooker] initscript update problem

2000-09-04 Thread Pixel

Udo Weber <[EMAIL PROTECTED]> writes:

> [root@mumpel RPMS]# rpm -Uvh initscripts-5.27-15mdk.i586.rpm
> warning: /etc/X11/prefdm created as /etc/X11/prefdm.rpmnew
> initscripts ##unpacking of archive failed on file
> /etc/init.
> d: cpio: unlink
> 
> 
> There are any other hints or help ?

mv /etc/init.dw/* /etc/rc.d/init.d
rmdir /etc/init.d

or

mv -f /etc/init.d/* /etc/rc.d/init.d
rmdir /etc/init.d




Re: [Cooker] initscript update problem

2000-09-04 Thread Antony Suter

Udo Weber wrote:
> 
> Michael Irving wrote:
> 
> > - Original Message -
> > From: "Udo Weber" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Monday, September 04, 2000 2:34 PM
> > Subject: [Cooker] initscript update problem
> >
> > > Hi,
> > > if I try to update the initscript-rpm I get following errors:
> > >
> > > [root@mumpel RPMS]# rpm -Fvh initscripts-5.27-12mdk.i586.rpm
> > > warning: /etc/X11/prefdm created as /etc/X11/prefdm.rpmnew
> > > initscripts ##unpacking of archive failed on file
> > > /etc/init.
> > > d: cpio: unlink
> > >
> > > the same for the newest:
> > > [root@mumpel RPMS]# rpm -Fvh initscripts-5.27-15mdk.i586.rpm
> > > warning: /etc/X11/prefdm created as /etc/X11/prefdm.rpmnew
> > > initscripts ##unpacking of archive failed on file
> > > /etc/init.
> > > d: cpio: unlink
> > >
> > > No way to install !
> > > What is wrong here ? How can I install/update  this ?
> > >
> > rpm -e harddrake
> > rpm -Uvh initscripts*
> > rpm -Uvh harddrake*
> >
> > That solved the problem for me
> 
> Hi,
> thanks for this hint but this did not help.
> I got still the same result when I try rpm -Uvh initscripts* .
> after rpm -e harddrake
> 
> [root@mumpel RPMS]# rpm -Uvh initscripts-5.27-15mdk.i586.rpm
> warning: /etc/X11/prefdm created as /etc/X11/prefdm.rpmnew
> initscripts ##unpacking of archive failed on file
> /etc/init.
> d: cpio: unlink
> 
> There are any other hints or help ?

Yes. I had this problem, because I had a directory "/etc/init.d".
I deleted the directory which contained nothing, and then installed
initscripts. initscripts then made a symbolic link
from /etc/init.d to /etc/rc.d/init.d

--
- Antony Suter  ([EMAIL PROTECTED])  "Examiner"  openpgp:71ADFC87
- "And how do you store the nuclear equivalent of the universal solvent?"




Re: [Cooker] initscript update problem

2000-09-04 Thread Dirk Lison

 Udo,

it complains about an existing directory (/etc/init.d) while trying to
create a symlink with the same name:

do a "rm -r /etc/inet.d" (check the content of that dir first, mine was
empty)
it will be replaced by a symlink with the same name pointing to
/etc/rc.d/init.d

Hope this helps, 

Dirk


> Hi,
> if I try to update the initscript-rpm I get following errors:
> 
> [root@mumpel RPMS]# rpm -Fvh initscripts-5.27-12mdk.i586.rpm
> warning: /etc/X11/prefdm created as /etc/X11/prefdm.rpmnew
> initscripts ##unpacking of archive failed on file
> /etc/init.
> d: cpio: unlink
> 
> the same for the newest:
> [root@mumpel RPMS]# rpm -Fvh initscripts-5.27-15mdk.i586.rpm
> warning: /etc/X11/prefdm created as /etc/X11/prefdm.rpmnew
> initscripts ##unpacking of archive failed on file
> /etc/init.
> d: cpio: unlink
> 
> No way to install !
> What is wrong here ? How can I install/update  this ?
> 
> Thanks in advance for any help
> Udo





Re: [Cooker] initscript update problem

2000-09-04 Thread Udo Weber

Michael Irving wrote:

> - Original Message -
> From: "Udo Weber" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, September 04, 2000 2:34 PM
> Subject: [Cooker] initscript update problem
>
> > Hi,
> > if I try to update the initscript-rpm I get following errors:
> >
> > [root@mumpel RPMS]# rpm -Fvh initscripts-5.27-12mdk.i586.rpm
> > warning: /etc/X11/prefdm created as /etc/X11/prefdm.rpmnew
> > initscripts ##unpacking of archive failed on file
> > /etc/init.
> > d: cpio: unlink
> >
> > the same for the newest:
> > [root@mumpel RPMS]# rpm -Fvh initscripts-5.27-15mdk.i586.rpm
> > warning: /etc/X11/prefdm created as /etc/X11/prefdm.rpmnew
> > initscripts ##unpacking of archive failed on file
> > /etc/init.
> > d: cpio: unlink
> >
> > No way to install !
> > What is wrong here ? How can I install/update  this ?
> >
> rpm -e harddrake
> rpm -Uvh initscripts*
> rpm -Uvh harddrake*
>
> That solved the problem for me

Hi,
thanks for this hint but this did not help.
I got still the same result when I try rpm -Uvh initscripts* .
after rpm -e harddrake

[root@mumpel RPMS]# rpm -Uvh initscripts-5.27-15mdk.i586.rpm
warning: /etc/X11/prefdm created as /etc/X11/prefdm.rpmnew
initscripts ##unpacking of archive failed on file
/etc/init.
d: cpio: unlink


There are any other hints or help ?

Thanks in advance,

Udo



Re: [Cooker] initscript update problem

2000-09-04 Thread Michael Irving

- Original Message - 
From: "Udo Weber" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, September 04, 2000 2:34 PM
Subject: [Cooker] initscript update problem


> Hi,
> if I try to update the initscript-rpm I get following errors:
> 
> [root@mumpel RPMS]# rpm -Fvh initscripts-5.27-12mdk.i586.rpm
> warning: /etc/X11/prefdm created as /etc/X11/prefdm.rpmnew
> initscripts ##unpacking of archive failed on file
> /etc/init.
> d: cpio: unlink
> 
> the same for the newest:
> [root@mumpel RPMS]# rpm -Fvh initscripts-5.27-15mdk.i586.rpm
> warning: /etc/X11/prefdm created as /etc/X11/prefdm.rpmnew
> initscripts ##unpacking of archive failed on file
> /etc/init.
> d: cpio: unlink
> 
> No way to install !
> What is wrong here ? How can I install/update  this ?
> 
rpm -e harddrake
rpm -Uvh initscripts*
rpm -Uvh harddrake*

That solved the problem for me