Re: [Cooker] filesystem and initscripts rpm problems

2000-09-14 Thread Ed Wilts

On Wed, 13 Sep 2000, you wrote:
> [root@linux1 cooker]# rpm -Fvh filesystem-2.0.6-1mdk.noarch.rpm
> filesystem  #unpacking of archive failed on file
> /mnt/cdrom: cpio: chown

Following up on my own report, this is caused by the cdrom being mounted (by 
the automounter actually, since no CD was in the drive).  umount /mnt/cdrom 
and /mnt/floppy and a re-install of filesystem works ok.  

-- 
Ed Wilts
Mounds View, MN  USA
mailto:[EMAIL PROTECTED]




Re: [Cooker] filesystem and initscripts rpm problems

2000-09-13 Thread Ed Wilts

That fixed the initscripts install.  filesystem still has the same problem.

Thanks to you that also fixed the problem with autofs not finding functions.

.../Ed

On Wed, 13 Sep 2000, Udo Weber wrote:
> Ed Wilts wrote:
> 
>
> > [root@linux1 cooker]# rpm -Fvh initscripts-5.27-20mdk.i586.rpm
> > warning: /etc/X11/prefdm created as /etc/X11/prefdm.rpmnew
> > initscripts ##unpacking of archive failed on file
> > /etc/init.d: cpio: unlink
> > [root@linux1 cooker]# rpm -Fvh filesystem-2.0.6-1mdk.noarch.rpm
> > filesystem  #unpacking of archive failed on file
> > /mnt/cdrom: cpio: chown
> >
> > --
> > Ed Wilts
> > Mounds View, MN  USA
> > mailto:[EMAIL PROTECTED]
>
> 
>  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

-- 
Ed Wilts
Mounds View, MN  USA
mailto:[EMAIL PROTECTED]




Re: [Cooker] filesystem and initscripts rpm problems

2000-09-13 Thread Udo Weber

Ed Wilts wrote:

> [root@linux1 cooker]# rpm -Fvh initscripts-5.27-20mdk.i586.rpm
> warning: /etc/X11/prefdm created as /etc/X11/prefdm.rpmnew
> initscripts ##unpacking of archive failed on file
> /etc/init.d: cpio: unlink
> [root@linux1 cooker]# rpm -Fvh filesystem-2.0.6-1mdk.noarch.rpm
> filesystem  #unpacking of archive failed on file
> /mnt/cdrom: cpio: chown
>
> --
> Ed Wilts
> Mounds View, MN  USA
> mailto:[EMAIL PROTECTED]

 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