search for: appd

Displaying 14 results from an estimated 14 matches for "appd".

Did you mean: app
2015 May 09
2
firewalld trouble opening a port
Hey all, I'm having a little trouble opening up a port on a C7 machine. Here's the default zone: [root at appd:~] #firewall-cmd --get-default-zone home So I try to add the port: [root at appd:~] #firewall-cmd --zone=home --add-port=8181/tcp success Then I reload firewalld: [root at appd:~] #firewall-cmd --reload success Simple! That should do it. Right? Well not quite. Cuz when I telnet to that host o...
2015 May 09
2
firewalld trouble opening a port
Hi Earl, >The problem is you added the rule in runtime and when you reloaded it >removed the rule that you added; therefore you need to use --permanent >or >do not reload. Thanks! That worked. [root at appd:~] #firewall-cmd --zone=home --list-ports [root at appd:~] #firewall-cmd --zone=home --add-port=8181/tcp --permanent success [root at appd:~] #firewall-cmd --reload success [root at appd:~] #firewall-cmd --zone=home --list-ports 8181/tcp #telnet appd.mydomain.com 8181 Trying xx.xx.xx.xx... Connect...
2015 May 09
0
firewalld trouble opening a port
On 9 May 2015 at 14:57, Tim Dunphy <bluethundr at gmail.com> wrote: > Hey all, > > I'm having a little trouble opening up a port on a C7 machine. > > Here's the default zone: > > [root at appd:~] #firewall-cmd --get-default-zone > home > > So I try to add the port: > > [root at appd:~] #firewall-cmd --zone=home --add-port=8181/tcp > success > > Then I reload firewalld: > > [root at appd:~] #firewall-cmd --reload > success > > Simple! That should do...
2015 Oct 30
4
disable ZTS in php
Hey guys, I'm trying to disable ZTS in php, because an application we need (AppDynamics) is not compatible with it. So I tried compiling php with the following flags: php -i | grep configure Configure Command => './configure' '--with-apxs2=/opt/apache2/bin/apxs' '--with-zlib=/usr' '--prefix=/opt/php-5.6.8' '--with-libdir=lib64' ...
2015 May 11
0
firewalld trouble opening a port
On 5/9/2015 3:24 PM, Tim Dunphy wrote: > Hi Earl, > >> The problem is you added the rule in runtime and when you reloaded it >> removed the rule that you added; therefore you need to use --permanent >or >> do not reload. > Thanks! That worked. > > [root at appd:~] #firewall-cmd --zone=home --list-ports > [root at appd:~] #firewall-cmd --zone=home --add-port=8181/tcp --permanent > success > [root at appd:~] #firewall-cmd --reload > success > [root at appd:~] #firewall-cmd --zone=home --list-ports > 8181/tcp Just remember that the permane...
2015 Oct 30
2
disable ZTS in php
...> This is really wrong way to do this. Install yum-utils and use > yumdownloader --source package-name to get rhel version of package. Then > modify spec file and recompile. > > Eero > Hey guys, > > I'm trying to disable ZTS in php, because an application we need > (AppDynamics) is not compatible with it. > > So I tried compiling php with the following flags: > > php -i | grep configure > Configure Command => './configure' '--with-apxs2=/opt/apache2/bin/apxs' > '--with-zlib=/usr' '--prefix=/opt/php-5.6.8' '...
2015 May 12
2
appdynamics php agent prevented by SELinux
Well, I was having a heck of a time with the rpm install in terms of customizing the install directory. So I thought the easy way out might be to go for a source install. Which I tried and this was the output from the install: [root at web1:/opt/AppDynamics/appdynamics-php-agent] #./install.sh appd.jokefire.com 443 beta.jokefire.com "Web Front End" web1.jokefire.com Install script for AppDynamics PHP Agent 4.0.5.0GA.8351.c72adcc398473f98f9cb976a652747d94c617ec9 Found PHP installation in /bin Detected PHP Version: PHP 5.4.40 (cli)...
2015 Oct 30
0
disable ZTS in php
...eave it out i use the ?without-iconv directive. Maybe give that a shot with maintainer-zts. ? Jeremy > On Oct 30, 2015, at 6:44 AM, Tim Dunphy <bluethundr at gmail.com> wrote: > > Hey guys, > > I'm trying to disable ZTS in php, because an application we need > (AppDynamics) is not compatible with it. > > So I tried compiling php with the following flags: > > php -i | grep configure > Configure Command => './configure' '--with-apxs2=/opt/apache2/bin/apxs' > '--with-zlib=/usr' '--prefix=/opt/php-5.6.8' ...
2015 Oct 30
0
disable ZTS in php
This is really wrong way to do this. Install yum-utils and use yumdownloader --source package-name to get rhel version of package. Then modify spec file and recompile. Eero Hey guys, I'm trying to disable ZTS in php, because an application we need (AppDynamics) is not compatible with it. So I tried compiling php with the following flags: php -i | grep configure Configure Command => './configure' '--with-apxs2=/opt/apache2/bin/apxs' '--with-zlib=/usr' '--prefix=/opt/php-5.6.8' '--with-libdir=lib64' ...
2009 Sep 07
7
wine and avi2dvd
When I run avi2dvd in ubunto Jaunty, the program can not load the audio stream (I know about the "path/file and file name" issues and that is not the problem . Has anyone found a workaround for this program yet? Your Appd mentioned some codec issues. At this point I have no other programs loaded in wine to conflict. Any help will be advised
2015 Oct 30
0
disable ZTS in php
...s. Install yum-utils and use > > yumdownloader --source package-name to get rhel version of package. Then > > modify spec file and recompile. > > > > Eero > > Hey guys, > > > > I'm trying to disable ZTS in php, because an application we need > > (AppDynamics) is not compatible with it. > > > > So I tried compiling php with the following flags: > > > > php -i | grep configure > > Configure Command => './configure' '--with-apxs2=/opt/apache2/bin/apxs' > > '--with-zlib=/usr' '--pr...
2015 May 11
3
appdynamics php agent prevented by SELinux
...move the > repository this rpm comes from from configuration and will remember to > never-never ever use that repository for anything. > > Just my $0.02 > Yeah I completely get where you're coming from there. However it's not an RPM from a repo. I downloaded the rpm from the appdynamics site itself. While it may be easy to say "well then just don't use appdynamics"! That's not a luxury I have. My company uses it and I need to get up to speed on how to work with it. So that's why I'm trying out this experiment. Thanks, Tim On Mon, May 11, 2015 at...
2015 May 11
2
appdynamics php agent prevented by SELinux
Hey guys, I've got another C7 problem I was hoping to solve. I installed appdynamics-php-agent-4.0.5.0-1.x86_64 on a C7.1 host. It's failing to communicate with it's controller on another host. And this is the interesting part. Whether or not I have SELinux enabled, I have apache reporting SELinux problems. [root at web1:~] #getenforce Permissive May 10 20:47:56 w...
2006 Jan 22
4
SeBackupPrivilege
We're using Samba 3.0.21a-1 on a CentOS 4.2 server (kernel 2.6.9-22.0.2.ELsmp); everything works more or less fine, it's functioning as the PDC with an OpenLDAP back end (setup essentially straight from the Idealx.org playbook), etc. We're trying to mount Windows shares to back them up, and getting "permission denied" errors when trying to read certain files from those