Fedora :: SELinux Prevents Steam From Starting Up?
Oct 7, 2010
I have a problem every time I start steam trough wine SELinux is blocking it can I switch off SELinux or do something so steam can start. I have already tried to ignore it and that doesnt work does someone know how to fix this.
View 1 Replies
ADVERTISEMENT
Aug 30, 2010
the following security alert made me checking my httpd.conf:
Code:
Summary:
SELinux is preventing the http daemon from reading users' home directories. Detailed Description: SELinux has denied the http daemon access to users' home directories. Someone is attempting to access your home directories via your http daemon. If you have not setup httpd to share home directories, this probably signals an intrusion attempt. Even though in httpd.conf there is a line that reads
Code:
LoadModule userdir_module modules/mod_userdir.so
in the same conf-file the access to home-dirs is disabled:
Code:
<IfModule mod_userdir.c>
[Code]....
View 12 Replies
View Related
Apr 23, 2016
I'm using MATE with Lightdm as display manager in Jessie and I've been using a very simple script run from /usr/share/lightdm/lightdm.conf.d/01_debian.conf to slow down the mouse cursor, something like
Code: Select all#!/bin/bash
xinput --set-prop 10 269 -1
xinput --set-prop 10 267 1.100000
the script was placed in my ~ and called from 01_debian.conf , and so far it used to work.
Lately this script wasn't executed properly, most likely because I had unplugged the mouse from its usb port and then plugged again in a different port, and as a result Lightdm wouldn't start at all.
After much trying, because this by coincidence happened after the update to 8.4, I realized that it wasn't a serious failure of the X server as I suspected (the update included a new version of the flgrx driver), but a simple matter of Lightdm failing because of this script: in fact, I could still manually start the session with startx as regular user, although this only gave me access to a LXDE session instead of MATE (I have also the LXDE environment because when I installed Jessie I did use the LXDE version and then added MATE).
What happened was that the mouse properties were scrambled up, so xinput --set-prop 10 269 -1 had now to be something like xinput --set-prop 10 268 -1 and so on - therefore the script failed and in turns Lightdm failed as well.
-is this supposed to happen when you unplug the mouse and then plug it back in a different usb port? It reminds me of some windows-like behavior, where usb peripherals had to be always in the same port to work properly.
-is Ligthdm supposed to fail because of this, or is it kind of a bug? It looks weird to me that instead of simply not executing the script, the whole display manager fails.
In testing, with an identical setup, as a matter of fact the script failed as well (it's on another partition on the same hardware) but Lightdm started as usual.
-when trying to modify the mouse properties in that script, I couldn't get them right again: what looked correct in the booted system, was once again off at the next reboot (i.e. property 269 was 270 again and so on), therefore I ditched the above setup and placed everything in the .xsessionrc file, and it worked again.
-why startx defaulted to the LXDE environment? where is this setting stored? How could I have specified to start a MATE session instead from command line?
View 5 Replies
View Related
Apr 26, 2010
I updated steam and it no longer works. When I tried to load it up Wine comes up and then closes. Im pretty sure this has to deal with the new steam interface. But Im not entirely sure. So I would like to know if any one is having issues currently?
View 1 Replies
View Related
Feb 23, 2009
You can find a list of all the booleans for SELinux (Fedora 10) using getsebool -a My question is, is there a reference online that describes each one. Most of obvious but it's one of those "I have to know because it's there situation).
View 5 Replies
View Related
Aug 7, 2009
It seems today's kernel update has given a few people some difficulty - but my symptoms seem pretty unique.
* I go through GRUB normally. I 'esc' out of plymouth, and watch my services start. I get message 'mdadm: No arrays found in config file'. Don't remember seeing this before, don't have any RAID devices.
* Next, my file-system gets re-mounted in read-write mode (don't know if this is normal or not). Then, my services begin to start-up. My last service is 'crond'. All services start normally. When it gets to 'crond' the [OK] status is never reported. Visually, the screen flickers a few times, stops, then nothing happens. I can type characters though, and they do show up.
* If I then shutdown my computer by pressing the power button, the shutdown procedure begins. 'crond' shuts down successfully (indicating it started just fine), and the computer goes down normally.
* I don't believe this is an NVIDIA issue. I rescue-moded and changed my XORG.conf to the basic VESA driver to eliminate this possibility.
* Worst of all -- No older kernels work now either. They behave in the same way. When I try to boot to other run-levels, no luck either. This tempts me to think the problem might be file-system related and the re-generation of grub.conf threw something off?
View 5 Replies
View Related
Jun 24, 2011
I didn't see another thread about Google Picasa being blocked by SE Linux. How do I tell my machine to allow it to run? I have the same problem with a program called Smartboard that I have installed but can't open.
View 1 Replies
View Related
May 30, 2010
[URL]... It seems like I should be able to install i686 and x86_64 versions of the same package. This same dependency also prevents installing Adobe Reader.
[code]...
View 2 Replies
View Related
Jul 28, 2011
Yesterday I updated my F15 x86_64 system from kernel 2.6.38.6-27 to 2.6.38.8-35. After the reboot, my triple-head system complained of not having enough CRTCs and only 2 screens worked. Other components were also updated, including some X11 components, however selecting a fallback kernel at the grub prompt indicates this follows the kernel (fall back to old kernel has all 3 monitors working). xrandr --verbose on the 2.6.38.6-27 kernel shows each of the 3 monitors assigned to separate CRTC entries, with CRTCs 0 thru 5 available.
Same command on the new 2.6.38.8-35 system only shows CRTCs 0 & 1 available. My system using an XFX Radeon HD5450 card, with 3 interfaces: HDMI, DVI, VGA. The default Fedora open source "radeon" driver allows all 3 interfaces to be usable. However, with the new kernel, the loss of several CRTCs prevents the 3rd monitor from working.What are the thoughts from the community? I've searched various forums here and haven't seen similar symptoms reported. I'm looking for any direction/experience/thingsToTry from others before trying to open a bug report. (Attempts to use the Catalyst driver several months ago resulted in only 2 of the 3 connected monitors working.
View 2 Replies
View Related
Jul 21, 2010
Is anyone familiar with how to correct a glitch with Qemu-KVM that prevents virtual machines (Windows Server guests) from starting after the Linux host has been rebooted? It gives an error constructing a domain in /dev/sr0 because of /usr/share/virt-manager/virtManager/engine.py line 493 [run_domain vm_startup], /usr/share/virt-manager/virtManager/domain.py line 573 [startup self.vm create()] and /usr/lib/python2.6/site-packages/libvirt.py line 287 [create if ret=-1 raise libvirtError].
View 1 Replies
View Related
Sep 3, 2010
I fired up my PC this morning and not unusually got an update message. I updated all that I was instructed to, as per normal - and at the end of the update was told that I'd need to restart to effect changes. I was in the middle of something else at the time so I left it but I turned the PC off an hour or so later and left it.
On starting up again I cannot get my previous resolution (1600 x 1200) and Second Life resolutely refuses to run giving a "Window creation error". Trying to change the display settings from the System> Administration menu just stops: It asks for the root PW and then nothing happens
Clearly something's gone a bit pear shaped here. I'm using Fedora 12 wth a PAE kernel and on an AMD 5200 chip with an nvidia 7900GS card. Things worked fine until this update so I strongly suspect that to be the cause but what can I do to fix it? Is there any way to "roll back" the update somehow or is there a fix?
View 9 Replies
View Related
Jan 4, 2010
I just made the switch from windows xp and i am very glad i did. One problem though, I cant get steam games to run right. I have steam installed on an external hard drive and can start it up with wine but whenever i try to run a game, the "starting (game name here)" screen comes up and then disappears and the game doesn't open. I've tried several different tutorials on how to run steam but all they do is tell how to install it.I'm running ubuntu 9.10 x64 if that helps at all.
View 3 Replies
View Related
Jan 29, 2010
I am having a bit of a problem with Wine as I cannot remove any of the programs that I have installed in it, namely Steam. Even if I try to uninstall wine via "sudo apt-get remove wine" I can still navigate to Steam through Applications - Wine - Programs - Steam. I don't know what to do. I've even tried the "Uninstall Wine Software" option to get rid of Steam but that has also failed.
View 3 Replies
View Related
Feb 22, 2010
Why the hell can't I download steam? (MSI File)So far ubuntu has been nothing but trouble and is more complicated then windows xp.
View 5 Replies
View Related
Jan 17, 2011
I'm running into some problems setting up Tor on Fedora 14. I have followed the following guide to a T (although I realize it is for Fedora 10):orum.org/showthread.php?t=211516.I believe the problem is SELinux... but I'm not sure. Has anyone had any success running Tor in Fedora 14 without it bugging out? If not, is there some sort of Unix alternative?
View 12 Replies
View Related
Dec 17, 2010
I am unable to use Steam via Wine. Here is exactly how I have installed Steam (downloaded the sid amd64 .deb from lamaresh.net):
# dpkg -i wine<tab-completed>.deb
# aptitude install lib32nss-mdns wine
$ cd /tmp/
wget http://download.microsoft.com/download/office97pro/fonts/1/w95/en-us/tahoma32.exe
[Code]....
View 14 Replies
View Related
Apr 3, 2011
I installed it flawlessly, but whenever I login I get this: and it disappears and nothing happens.
View 7 Replies
View Related
Jul 18, 2009
How can I solve the problem?
View 1 Replies
View Related
Jan 18, 2010
There are several options available, such as "Ignore Alert" and "Turn off memory protection". What are the consequences of choosing one or the other?I'm new to Fedora and I'm not familiar with SELinux. Can someone please give me guidelines (or explanation) on how to deal with SELinux alerts?
View 7 Replies
View Related
Mar 19, 2010
First post, and I apologize if it's already been covered and/or I put this in the wrong section, but I couldn't find anything quite like what I was looking for. Basically, I have been running Ubuntu on my backup machines for near a year now and I LOVE it. I want to move my main machine over to Ubuntu as well but there is one thing standing in my way: namely, my Steam collection.
I've seen on several websites and forum threads that Steam and its games run fairly well through Wine, but I've never used Wine before and am kind of nervous about setting this all up. My question is, is there any tutorial available that can walk me through getting steam working through Wine without issues? I've gotten fairly used to linux at this point, so I'm not afraid of the shell, I'm just looking for a little guidance. Also, a side question: I play Garry's Mod all the time, which I could see having lot of potential problems running on linux due to all the addons and stuff. Have any of you ever played Gmod on Ubuntu before? And if so does it work ok with most of the addons?
View 1 Replies
View Related
May 5, 2011
Will Steam work with the newest version with Ubuntu 11.04?
View 1 Replies
View Related
Jul 14, 2009
I came across the following method of how to permanently disabling selinux and it's notifications. Although changing enforcement from the gui into permissive mode does most of the job, the notifications still pop-up when some applications are started.
So to disable it do the following:
open terminal as root and execute:
Quote:
And then change the SELINUX line to SELINUX=disabled
Quote:
This is it. Now reboot the system and selinux will never bother you again.
If you are not a Fedora user and you are using this forum just because we are cooler here then you will not find the /etc/selinux/config as in the fedora releases. What you need to do is to edit the kernel boot line and add selinux=0 at the end:
Quote:
Reboot the system
View 14 Replies
View Related
Oct 2, 2009
After my cloning problems this morning were resolved, I have been able to complete conversion of the clone to run from an encrypted root partition. However, I have been unable to enable selinux when running from the encrypted root. /etc/selinux/config contains the settings that work on my unencrypted system
SELINUX=enforcing
SELINUXTYPE=targeted
and it is not disabled from the grub bootline, but the encrypted system always comes up with selinux disabled. Attempting to enable it with the command setenforce 1 fails, and to add insult to injury, the selinux administration-gui shows that it is enabled and enforcing. The cloned, now encrypted, system was cloned via rsync -aHXv, so the selinux contexts/attributes have been maintained as near as I can tell. I did have to disable selinux while performing the rsync of the /selinux directory in order to get it to copy and I am wondering if there was still some issue with this method.
I know some of you are running from encrypted root fs's and was wondering: Do you have selinux enabled and is it functioning properly? Any suggestions as to how I might jumpstart it or force it to run? Maybe I should boot into the system and uninstalling/reinstalling selinux?
View 3 Replies
View Related
Nov 18, 2009
I just upgraded to fedora 12 via clean install with old /home partition and deleting old config files, and here is my issue. I need to edit the menu, and I need to set SELinux to permissive. OOo will not run with SELinux enabled for some reason, and besides, all my systems use SELinux in permissive. These two options no longer exist in the menu
View 7 Replies
View Related
Dec 4, 2009
I made the Selinux inactive with easylife how can I reactivate it.
View 6 Replies
View Related
Oct 20, 2010
I'm attempting to get MapServer running on my Fedora 13 computer. I was able to install with the package manager, and the executable (mapserv) was originally placed in /usr/sbin. But I need it in /var/www/cgi-bin to work on the webserver. So I copied the file to the right location. Unfortunately, it doesn't have the correct SELinux context. Here's the message from the troubleshooter:
SELinux denied access requested by /var/www/cgi-bin/mapserv. /var/www/cgi-bin/mapserv is mislabeled. /var/www/cgi-bin/mapserv default type is httpd_sys_script_exec_t, but its current type is httpd_sys_script_exec_t. Changing this file back to the default type, may fix your problem.
How's that for circular logic? Does anyone have an idea what the correct SELinux context for a cgi-bin executable might be?
View 3 Replies
View Related
Nov 10, 2010
Trying to keep selinux enabled. When I start SeLinux Troubleshooter from the menu, which is inautostart as well, It tells me SELinux not enabled, sealert will not run on nonSELinus systems".How do I get SELinux permanently started then
View 10 Replies
View Related
Jan 2, 2011
I get the SELinux and wine error. How can this be fixed?
View 1 Replies
View Related
Jan 9, 2011
I have trouble with my Fedora 14 on laptop, that I never had on previous Fedora versions (10-13).The SELinux not allow mplayer to play flv files and I cannot convert any files from flv to mp3.I have all codecs installed.Also Totem not works propely.I can shutdown SELinux (but dont want to) but there still remain (already installed) codec, which cant be found (decoder h.264).So its not matter if I shutdown SELinux because I still cant play flv
Ok so there are my error message (sorry for my english!):
Code:
ffmpeg
ffmpeg: error while loading shared libraries: libxvidcore.so.4: cannot enable executable
[code]...
View 5 Replies
View Related
Jan 17, 2011
My newly installed Fedora-14 (64-bit) has SELinux disabled. I can't find any way to enable it. I tried to set it manually in /etc/selinux/config to enforcing or permissive but nothing happens after reboot. In GUI configuration tool it is set to disabled and grayed out so that there is no way to enable it there. Is there another way to enable SELinux?
View 11 Replies
View Related