search for: ini_set

Displaying 9 results from an estimated 9 matches for "ini_set".

2015 Dec 28
5
Phabricator/Arcanist feedback
...points below demonstrate * I suspect that most people don't have (and don't want to have) the PHP runtime installed just to run a command line tool. * The tool does not work out of box due PHP's default configuration (5.6.16 on Arch Linux). I see warnings like this. ``` PHP Warning: ini_set(): open_basedir restriction in effect. File() is not within the allowed path(s): (/srv/http/:/home/:/tmp/:/usr/share/pear/:/usr/share/webapps/) in /home/dan/dev/libphutil/scripts/__init_scr ipt__.php on line 52 ``` See the attached ``arc.txt`` for the full output. I had to remove the ``open_based...
2016 Jan 07
3
Phabricator/Arcanist feedback
...9;t have (and don't want to have) the >> PHP runtime installed just to run a command line tool. >> >> * The tool does not work out of box due PHP's default configuration >> (5.6.16 on Arch Linux). I see warnings like this. >> >> ``` >> PHP Warning: ini_set(): open_basedir restriction in effect. File() is >> not within the allowed path(s): >> (/srv/http/:/home/:/tmp/:/usr/share/pear/:/usr/share/webapps/) in >> /home/dan/dev/libphutil/scripts/__init_scr >> ipt__.php on line 52 >> ``` >> >> See the attached ``ar...
2013 Sep 06
2
puppetlabs/puppetdb module when using passenger for master
I''m working on configuring a master in a lab environment, using Puppet Open Source. My master is running RHEL 6. I want to use modules to manage the master itself as much as possible, so I can use puppet to bootstrap itself as I go forward and move into production. Using puppetlabs/puppetdb to configure puppetdb, I''ve overcome most of my issues but I have two questions. 1)
2008 Nov 07
0
CEntOS-5.2 & php-mssql
...trying to use php-mssql and I've tested the same php program on two servers (CEntOS-5 and Debian). CEntOS-5.2 (final) - php 5.1.6-20 - php-mssql 5.1.6-15 (from "extras" repository). - freetds 0.64-11 --------------------------- php test code -------------------------------- <?php ini_set('display_errors',1); error_reporting(E_ALL); $user='dbuser'; $pass='dbpassword'; $server='calcantita'; $db='dbtest'; $conn = mssql_connect($server, $user, $pass) or die('Connection error'); $dbselect= mssql_select_db($db, $conn)...
2014 Jan 23
0
php script to migrate other attributes after running classicupgrade
...openldap, and since AD only allows 1 mail attribute, additional mail addresses are migrated to "otherMailbox" AD attributes. Perhaps someone else finds it useful as well. It should be easy to adjust for your own needs. It requires apache2, php5 and php5-ldap. Here it is: <?php ini_set('display_errors', 'Off'); error_reporting(E_ALL); $samba3_server = "s3_server_ip"; $samba3_port = 389; $samba3_dn = 'ou=users,dc=example,dc=com'; $samba3_filter="(uid=*)"; $samba4_server = 'ldap://s4_server_ip'; $samba4_user = 'Administrator...
2009 Jan 22
2
SquirrelMail Sending Under Wrong Username
CentOS team... as is already bug reported and marked solved... as we await the upstream repair for this. It was reported that this was happening on CentOS 5. You likely already know, but it also happens on CentOS 4. For those unaware. It seems that SquirrelMail has an issue which allows mail to be sent out from one user on the system and it uses the from address of another user on the
2016 Jan 07
2
Phabricator/Arcanist feedback
...t have (and don't want to have) the >> PHP runtime installed just to run a command line tool. >> >> * The tool does not work out of box due PHP's default configuration >> (5.6.16 on Arch Linux). I see warnings like this. >> >> ``` >> PHP Warning: ini_set(): open_basedir restriction in effect. File() is >> not within the allowed path(s): >> (/srv/http/:/home/:/tmp/:/usr/share/pear/:/usr/share/webapps/) in >> /home/dan/dev/libphutil/scripts/__init_scr >> ipt__.php on line 52 >> ``` >> >> See the attached ``a...
2013 Jan 17
3
How do I manage puppet.conf? Let me count the ways.
...files such as puppet.conf: * use augeas with virtual resources * use the concat module * use the standard template function with multiple arguments; look at http://docs.puppetlabs.com/guides/templating.html and scroll down to "Combining templates" I can add a few others: * use the ini_setting type puppetlabs/inifile * tweek startup process of puppet master to use alternate config file * append templates for agent and master in a puppet server class We are an ingenious community. I''m sure there are even more solutions in circulation. But none of these are trivial, and de...
2019 Apr 04
5
Migration to samba4 ad and sync to openldap.
I managed to do migration using "classicupgrade". Doing tests with debian buster 2:4.9.4+dfsg-4. For the moment using samba internal dns and sub-domain of ad.advocap.org. Had issue forwarding dns if I used main domain. When it comes to real production will use bind that I understand better but don't want to mess with my other dns servers now. Had a w10 box join samba4 ad