LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   5 problems in F9 (https://www.linuxquestions.org/questions/linux-newbie-8/5-problems-in-f9-655873/)

anika.ella 07-15-2008 07:56 AM

5 problems in F9
 
1. Cannot unmount drives, from main menu – computer, right click. Selinux recommend command:

setsebool -P allow_mount_anyfile=1
as root. Deny, selinux give message:

SELinux is preventing the restorecon from using potentially mislabeled files (/var/tmp/kdecache-root/kpc/kde-icon-cache.index). Detailed DescriptionSELinux has denied restorecon access to potentially mislabeled file(s) (/var/tmp/kdecache-root/kpc/kde-icon-cache.index). This means that SELinux will not allow restorecon to use these files. It is common for users to edit files in their home directory or tmp directories and then move (mv) them to system directories. The problem is that the files end up with the wrong file context which confined applications are not allowed to access. Allowing AccessIf you want restorecon to access this files, you need to relabel them using restorecon -v '/var/tmp/kdecache-root/kpc/kde-icon-cache.index'. You might want to relabel the entire directory using restorecon -R -v '/var/tmp/kdecache-root/kpc'.

Try to give command:

restorecon -v '/var/tmp/kdecache-root/kpc/kde-icon-cache.index'

Selinux deny. Message:

SELinux is preventing the restorecon from using potentially mislabeled files (/var/tmp/kdecache-root/kpc/kde-icon-cache.index). Detailed DescriptionSELinux has denied restorecon access to potentially mislabeled file(s) (/var/tmp/kdecache-root/kpc/kde-icon-cache.index). This means that SELinux will not allow restorecon to use these files. It is common for users to edit files in their home directory or tmp directories and then move (mv) them to system directories. The problem is that the files end up with the wrong file context which confined applications are not allowed to access. Allowing AccessIf you want restorecon to access this files, you need to relabel them using restorecon -v '/var/tmp/kdecache-root/kpc/kde-icon-cache.index'. You might want to relabel the entire directory using restorecon -R -v '/var/tmp/kdecache-root/kpc'.

It is really stupid ! You are not allowed to use command “x”. To be able to use command “x”, please use command “x” !!!!!


2. win units are recognised inside dolphin, for example, but not by other programs (krusader). The same for USB mem stick or external HDD. To be able to use them by those programs, they must be previously mounted or open at least once with dolphin. After open with dolphin, they appear also in the “media” directory.

3. the net is always start in deactivated status. I must use network configuration to activate it, despite the fat that it is set to start at default (“activate device when computer starts”).

4. I update to mozilla firefox 3.0 but it is still allways start on “offline” mode. Even if I uncheck the tab with “start offline”, at a new start it is again offline. In win firefox 3 is OK.

5. Less possibilities to handle screen saver, desktop and task bar than F8. Eg: taskbar cannot be set to auto-hide. Cannot set change cyclic the desktop (ok, there is picture frame somewhere, but it is something different. Much harder to set than in F8, even if available.

I make recently an update to 2.6.25.9-76 fc9 i686, but these problems remain.
Any idea of how to solve some of them ?

gc1111 07-15-2008 09:01 AM

Re: 3
What is your network configuration? Are you using Network Manager? Are you using a static IP address?

After booting what does "/sbin/ipconfig -a" show ?


All times are GMT -5. The time now is 07:48 PM.