search for: jthoel

Displaying 18 results from an estimated 18 matches for "jthoel".

Did you mean: joel
2015 Jan 22
2
SELinux permissions for apache
...ontent_rw_t or httpd_user_content_rw_t >>> >> >> Adding 'rw' to the command did the trick. I tried httpd_sys_content_rw_t >> and >> that works fine! Thanks for the tip! >> >> Tim >> >> On Thu, Jan 22, 2015 at 1:19 PM, Jeremy Hoel <jthoel at gmail.com> wrote: >> >> Have you tried changing the folder where it's writing into with these >>> lables? httpd_sys_content_rw_t or httpd_user_content_rw_t >>> >>> On Thu, Jan 22, 2015 at 11:09 AM, Tim Dunphy <bluethundr at gmail.com> >&g...
2015 Jan 22
2
SELinux permissions for apache
...ging the folder where it's writing into with these > lables? httpd_sys_content_rw_t or httpd_user_content_rw_t Adding 'rw' to the command did the trick. I tried httpd_sys_content_rw_t and that works fine! Thanks for the tip! Tim On Thu, Jan 22, 2015 at 1:19 PM, Jeremy Hoel <jthoel at gmail.com> wrote: > Have you tried changing the folder where it's writing into with these > lables? httpd_sys_content_rw_t or httpd_user_content_rw_t > > On Thu, Jan 22, 2015 at 11:09 AM, Tim Dunphy <bluethundr at gmail.com> wrote: > > > Hey all, > > &g...
2015 May 26
3
"selinux --disabled" in kickstart file does NOT disable SELINUX
Which manual? This could actually be the root of the issue. https://bugs.centos.org/view.php?id=7910 On 26 May 2015 at 07:56, Jeremy Hoel <jthoel at gmail.com> wrote: > If the decision was made around the 4.8 time period to not fix the problem, > why in v6 is it still listed in the manual as being a valid option? > > On Mon, May 25, 2015 at 11:49 PM, Andrew Holway <andrew.holway at gmail.com> > wrote: > > >...
2015 Sep 15
1
[OT] linux on a PPC (mac mini)
On Tue, Sep 15, 2015 at 2:47 PM, Jeremy Hoel <jthoel at gmail.com> wrote: > Besides the other linux distros mentioned, you have another more retro type > choice > > http://www.macworld.com/article/2363177/macs/turn-your-g4-era-mac-into-a-next-gen-amiga.html > You know, I do have a G4 mini somewhere... I do wonder if it also wo...
2015 Mar 05
1
SELinux kills Cassandra based website
...re out how to get this to work. But no luck just yet. If I do a semanage fcontext -l | grep httpd command to see what other labels might apply I see a lot of different types. But that one seemed to make the most sense. Any thoughts? Thanks Tim On Wed, Mar 4, 2015 at 11:12 PM, Jeremy Hoel <jthoel at gmail.com> wrote: > An easy way to start troubleshooting these is to look at the audit logs and > see what SELInux is blocking. You have /McFrazier in the email.. if that's > off the root tree than unless you've set permissions to allow httpd to look > at tat folder, I b...
2015 Jan 22
0
SELinux permissions for apache
...ing into with these >> lables? httpd_sys_content_rw_t or httpd_user_content_rw_t > > Adding 'rw' to the command did the trick. I tried httpd_sys_content_rw_t and > that works fine! Thanks for the tip! > > Tim > > On Thu, Jan 22, 2015 at 1:19 PM, Jeremy Hoel <jthoel at gmail.com> wrote: > >> Have you tried changing the folder where it's writing into with these >> lables? httpd_sys_content_rw_t or httpd_user_content_rw_t >> >> On Thu, Jan 22, 2015 at 11:09 AM, Tim Dunphy <bluethundr at gmail.com> wrote: >> >&gt...
2015 May 26
0
"selinux --disabled" in kickstart file does NOT disable SELINUX
...but I am not sure they are going to fix it, or when: https://bugzilla.redhat.com/show_bug.cgi?id=1161682 If you add these packages to your kickstart file, things should work as planned: authconfig system-config-firewall-base Thanks, Johnny Hughes > On 26 May 2015 at 07:56, Jeremy Hoel <jthoel at gmail.com> wrote: > >> If the decision was made around the 4.8 time period to not fix the problem, >> why in v6 is it still listed in the manual as being a valid option? >> >> On Mon, May 25, 2015 at 11:49 PM, Andrew Holway <andrew.holway at gmail.com> >&g...
2015 Jan 22
0
SELinux permissions for apache
...gt;> > >> > >> Adding 'rw' to the command did the trick. I tried > httpd_sys_content_rw_t > >> and > >> that works fine! Thanks for the tip! > >> > >> Tim > >> > >> On Thu, Jan 22, 2015 at 1:19 PM, Jeremy Hoel <jthoel at gmail.com> wrote: > >> > >> Have you tried changing the folder where it's writing into with these > >>> lables? httpd_sys_content_rw_t or httpd_user_content_rw_t > >>> > >>> On Thu, Jan 22, 2015 at 11:09 AM, Tim Dunphy <bluethund...
2015 Jan 22
2
SELinux permissions for apache
Hey all, I have a simple php app working that writes some info to a text file. The app will only work correctly if SELinux is disabled. If it's enabled and try to use the app, it fails. It seems that SELinux is denying the app ability to write to the text file. So I tried running the following command: chcon -R -t httpd_sys_content_t /var/www And tried veriying the command with the
2015 May 26
2
"selinux --disabled" in kickstart file does NOT disable SELINUX
To set selinux to permissive or disabled mode during a kickstart installation, add the sed -i -e 's/\(^SELINUX=\).*$/\1permissive/' /etc/selinux/config command to the %post section of the kickstart file. Making sure to replace "permissive" with the required selinux mode. -- https://bugzilla.redhat.com/show_bug.cgi?id=435300 On 26 May 2015 at 04:40, Rob Kampen <rkampen at
2015 Mar 05
2
SELinux kills Cassandra based website
Hey all, There's a website I help run that uses the Cassandra DB as its database. I notice that if I run the web server in SELinux permissive mode, the site works fine. But if I put it into enforcing mode, the site goes down with this error: Warning: require_once(/McFrazier/PhpBinaryCql/CqlClient.php): failed to open stream: Permission denied in
2015 Sep 15
5
[OT] linux on a PPC (mac mini)
Hello there, complete off-topic, sorry about this, but my former idea was to install a CentOS on an old mac mini (PPC!). Disappointed to see that PowerPC is not a supported architecture and that non ARM or Intel architecture are not managed by recent distros.. :-(. Searching the web, I see very few possibilities to install a recent (I need gnome2) GNU/Linux distro on such hardware. I gave Linux
2014 Dec 04
0
What is the "not supported" hardware?
On Thu, Dec 4, 2014 at 12:32 PM, <m.roth at 5-cent.us> wrote: > Jeremy Hoel wrote: > > We noticed this when installing onto some new Dell R320's.. it might have > > something to do with hardware that the device had that the older kernel > > might not have known about. Nothing seemed wrong and everything seemed > to > > install ok (we would also update the
2015 Jan 22
0
SELinux permissions for apache
Have you tried changing the folder where it's writing into with these lables? httpd_sys_content_rw_t or httpd_user_content_rw_t On Thu, Jan 22, 2015 at 11:09 AM, Tim Dunphy <bluethundr at gmail.com> wrote: > Hey all, > > I have a simple php app working that writes some info to a text file. The > app will only work correctly if SELinux is disabled. If it's enabled and
2015 Jan 31
0
Intel Displayport on Centos 7
As long as you have the DisplayPort connection on your computer and you have the proper cable to connect it to the monitor then it's no trouble. I had been using dual DP monitors on my last work machine. Also, note that sometimes the PC end is normal DisplayPort but sometimes it has a mini DisplayPort connection. Just get the right cable and it should be as simple as HDMI. On Jan 28, 2015
2015 Mar 05
0
SELinux kills Cassandra based website
An easy way to start troubleshooting these is to look at the audit logs and see what SELInux is blocking. You have /McFrazier in the email.. if that's off the root tree than unless you've set permissions to allow httpd to look at tat folder, I bet that's one problem. if you run ls -Z you can see the labels that are present on those folders, that might be helpful too. On Wed, Mar 4,
2015 May 26
0
"selinux --disabled" in kickstart file does NOT disable SELINUX
If the decision was made around the 4.8 time period to not fix the problem, why in v6 is it still listed in the manual as being a valid option? On Mon, May 25, 2015 at 11:49 PM, Andrew Holway <andrew.holway at gmail.com> wrote: > To set selinux to permissive or disabled mode during a kickstart > installation, add the sed -i -e 's/\(^SELINUX=\).*$/\1permissive/' >
2015 Sep 15
0
[OT] linux on a PPC (mac mini)
Besides the other linux distros mentioned, you have another more retro type choice http://www.macworld.com/article/2363177/macs/turn-your-g4-era-mac-into-a-next-gen-amiga.html On Tue, Sep 15, 2015 at 2:29 AM, wwp <subscript at free.fr> wrote: > Hello there, > > > complete off-topic, sorry about this, but my former idea was to install > a CentOS on an old mac mini (PPC!).