Re: Permission denied during rpm installation



On Sat, 2006-07-29 at 21:52 +0800, Deepak Shrestha wrote:
Fair enough, but note that it was only the NTFS kernel module I was
suggesting to remove and reinstall, not the whole kernel and other
modules.

Paul.


now rpm querry to kernel-module-ntfs (full rpm name) says its not installed.

$ rpm -q kernel-module-ntfs-2.6.17-1.2157_FC5-2.1.27-0.rr.10.5.i686.rpm

gives me:

kernel-module-ntfs-2.6.17-1.2157_FC5-2.1.27-0.rr.10.5.i686.rpm not installed

what this means now? I had NTFS volume mount point in my fstab and its
working perfectly now. I am bit confused here.


The file name is _not_ the package name, so your attempt to remove it
that way will not work.

run "rpm -qa | grep ntfs"
then use the package name returned there in the rpm -e command

I believe the package name will be kernel-module-ntfs which would lead
to the command "rpm -e kernel-module-ntfs".

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list



Relevant Pages

  • Re: Permission denied during rpm installation
    ... > suggesting to remove and reinstall, not the whole kernel and other ... now rpm querry to kernel-module-ntfs says its not installed. ... You should also learn about yum, which will let you install ...
    (Fedora)
  • Re: Permission denied during rpm installation
    ... now rpm querry to kernel-module-ntfs says its not installed. ... The file name is _not_ the package name, so your attempt to remove it ... try to remove older module packages for other kernels when you install a ...
    (Fedora)
  • Re: Permission denied during rpm installation
    ... > now rpm querry to kernel-module-ntfs says its not installed. ... I had NTFS volume mount point in my fstab and its ... The file name is _not_ the package name, so your attempt to remove it ...
    (Fedora)
  • [PATCH 1/2] kbuil: add deb-pkg target
    ... # To prepare kbuild for more kernel packaging formats move all packaging ... # In top-level Makefile introduce generic support for all package ... Included the old rpm target for backward ... # and builddeb scripts. ...
    (Linux-Kernel)
  • Re: Conventions for NFS sharing of binaries
    ... Do you have distro & local packages with same name? ... mount it r/w on your "master installation machine" (with RPM management). ... If you replace a package with a different one with the same name, hmm, you ...
    (comp.os.linux.misc)