Ubuntu Suomen keskustelualueet
Muut alueet => Muut käyttöjärjestelmät ja Linux-jakelut => Aiheen aloitti: JayJay - 17.11.10 - klo:14.34
-
Moi,
Kokeilin vanhan topicin ratkaisseita ohjeita Fedora 14:sta, mutta epäonnistuin. Käyttämäni ohjeet ovat siis nämä:
http://forum.ubuntu-fi.org/index.php?topic=33984.20 (http://forum.ubuntu-fi.org/index.php?topic=33984.20)
Onko muilla kokemuksia Fedora 14:sta ja Sampopankin verkkopankista? Kuinka saan sen toimimaan?
Ratkaisu:
Eli seurasin yllä olevan topicin ohjeita ja sen lisäksi käytin Jassen antamaa komentoa 32 bittiselle
sudo chcon -t execmem_exec_t /usr/lib/firefox-3.6/firefox
-
Menee muuten samalla tavalla kuin noissa F13 ohjeissa, lopuksi vaan SELinux säätöä:
SELinux Issue - Currently SELinux is preventing the Java plugin from properly loading. To allow Firefox to load the plugin please run the following:
[mirandam@charon ~]$ sudo chcon -t execmem_exec_t /usr/lib/firefox-3.6/firefox
(or for 64-bit)
[mirandam@charon ~]$ sudo chcon -t execmem_exec_t /usr/lib64/firefox-3.6/firefox
Selitys löytyy täältä:
https://bugzilla.redhat.com/show_bug.cgi?id=628031
Lähde:
http://www.mjmwired.net/resources/mjm-fedora-f14.html#java
-
Kiitos erittäin paljon! Se toimi antamallasi vinkillä.