On 8/28/07, Michal Jaegermann <michal@harddata.com> wrote:
On Tue, Aug 28, 2007 at 09:21:07AM -0500, Justin Conover wrote:
>
> I removed all extra drives, left the one and reinstalled grub and I still get
> the same error.  I'm perplexed.

Did you manage somehow to change some attributes to, say,
"immutable"?  Look at 'man lsattr' and 'man chattr'.

   Michal

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


I am un-perplexed.... Looks like it is time for a relabel.


[root@echelon ~]# sestatus
SELinux status:                 enabled
SELinuxfs mount:                /selinux
Current mode:                   enforcing
Mode from config file:          enforcing
Policy version:                 21
Policy from config file:        targeted
[root@echelon ~]# setenforce 0
[root@echelon ~]# yum update
Running Transaction
  Installing: kernel                       ######################### [1/3]
  Installing: kernel-devel                 ######################### [2/3]
  Installing: kmod-nvidia                  ######################### [3/3]

 
# yum remove kernel-devel-2.6.22.4-65.fc7 kernel-2.6.22.4-65.fc7
<BLAH>
Running Transaction
  Removing  : kmod-nvidia                  ######################### [1/3]
  Removing  : kernel                       ######################### [2/3]
  Removing  : kernel-devel                 ######################### [3/3]

Removed: kernel.x86_64 0:2.6.22.4-65.fc7 kernel-devel.x86_64 0:2.6.22.4-65.fc7
Dependency Removed: kmod-nvidia.x86_64 0:100.14.11-1.2.6.22.4_65.fc7
Complete!
[root@echelon ~]# sestatus
SELinux status:                 enabled
SELinuxfs mount:                /selinux
Current mode:                   permissive
Mode from config file:          enforcing
Policy version:                 21
Policy from config file:        targeted
[root@echelon ~]# setenforce 1
[root@echelon ~]# sestatus
SELinux status:                 enabled
SELinuxfs mount:                /selinux
Current mode:                   enforcing
Mode from config file:          enforcing
Policy version:                 21
Policy from config file:        targeted

[root@echelon ~]# yum update
<BLAH>
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing: kernel                       ######################### [1/3]
FATAL: Could not open '/boot/System.map-2.6.22.4-65.fc7': Permission denied
  Installing: kernel-devel                 ######################### [2/3]
  Installing: kmod-nvidia                  ######################### [3/3]
FATAL: Could not open '/boot/System.map-2.6.22.4-65.fc7': Permission denied

Installed: kernel.x86_64 0:2.6.22.4-65.fc7 kernel-devel.x86_64 0:2.6.22.4-65.fc7 kmod-nvidia.x86_64 0:100.14.11-1.2.6.22.4_65.fc7
Complete!