Displaying 20 results from an estimated 20000 matches similar to: "I use "PHP" exec function Run rsync, But error......"
2003 Nov 30
1
Seeking advice: Backup Exec & Samba shares
Fellow Samba-shakers,
I've run into an odd problem, and I'm seeking the advice of anyone who has implemented Veritas Backup Exec 8.6 or 9.0, on an NT 4.0 server platform, to perform backups of NetBSD 1.6x systems via Samba file shares. Said problem did NOT manifest itself until I tried using Samba 3.0.0. I have jumped back to 2.2.8a, since that's the last version that was known to
2003 Dec 01
1
Some final notes: Backup Exec & Samba shares
Good day, gang,
Chris McKeever was kind enough to write back to me over the weekend regarding the problems I'd experienced in using Backup Exec 8.x and 9.x to connect to Samba shares on a NetBSD system. Between his comments and my direct experience, I've only found ONE combination that will work, and that is: NetBSD 1.6, Samba 2.2.8a, and Backup Exec 8.6. If you take NetBSD up to 1.6.1,
2010 Jun 14
2
How to pass variable back and forth from dialplan to php file?
Hi Everyone,
I have a php file that if an argument is passed to it, it will echo a number
back. I am looking to use system() in dial-plan to send ${EXTEN} to it and
then to get that processed value back from the php file and put it in $var
back into asterisk dial-plan. While trying this method doesn't work:
exten => _x.,1,SetVar(var = system(php /file.php ${EXTEN})
exten =>
2006 Aug 28
1
Strange slowdown calling Wine from PHP
I'm getting some odd behaviour from Wine when I call it from PHP, and
I was wondering if someone who has the command line version of PHP
installed would be willing to give the following test a try to see if
it is something local to me or not.
When I call Wine from a PHP script, it runs perfectly quickly. When I
call that PHP script from another one, the whole thing slows down
dramatically.
2002 Dec 23
0
Problems with Backup Exec
Fellow samba dancers,
Here's my situation: I've got a NetBSD (1.6) box running smoothly enough with the most recent stable Samba release (2.2.7a). I have no problems whatsoever browsing, reading, and writing files from NT boxes to the shared directory using File Manager or Explorer.
Our NT server is a PDC, and has Veritas Backup Exec 8.6 and a tape library on it. This serves as the
2004 Feb 12
0
Veritas Backup Exec 8.6 & Samba: Take Two!
Hi, gang,
There have been numerous postings, scattered across various Internet forums (including this one), about problems encountered using Veritas Backup Exec 8.6 and higher with Samba-sourced shares from *nix servers. In my particular case, I have a Windows NT Server 4.0-based backup system, which is supposed to be able to back up the other Windows systems on the LAN, plus several SPARC boxes
2010 Jul 10
2
PHP can't insert - Can someone please help
Hi Guys,
I am making another module for Voicemail. I have three fields in a POST form
that have to be connected together to make it a single 10 digit number but
there is something wrong in my syntax probably.
$npaa = "('$_POST[anpa]')";
$nxxa = "('$_POST[anxx]')";
$blocka = "('$_POST[ablock]')";
*$grplist = $npaa.$nxxa.$blocka;*
2007 Nov 14
1
Using php exec() in agi script
Hi,
Any reason why I can not get the php exec() function to execute a shell command inside an agi script?
Thanks.
Andre
2011 Mar 14
3
any tutorial/how to for su-exec php under selinux on centos 5?
Hi,
Any good tutorial how to setup su-exec php unders selinux on centos 5?
--
Eero
2011 Sep 04
1
Centos 5.6 : Apache bug fix = PHP Exec no longer works
A few days ago I upgraded from the Centos 5 CR repository software
including Apache. The Apache on my development server is:
Apache/2.2.3
Aug 31 2011 20:18:21
httpd.x86_64 0:2.2.3-53.el5.centos.1
A previously working PHP Exec(...) command on a web page no longer
works.
After spending 7+ hours Googling, checking file and directory
permissions, whether SELinux is on or off and doing numerous
2007 Apr 30
5
Asterisk 1.4.4 VoiceMail ODBC Storage Help
Hi All,
I have an issue with the ODBC voicemail storage option with asterisk. All
appears to work fine, however, I get several sql execute warnings. I was
wondering if anyone out there could help me get to the bottom of what is
causing this and how I could possibly go about rectifying it.
The warning message we are getting is as follows:
WARNING[30115]: app_voicemail.c:1280 delete_file: SQL
2002 Mar 01
1
smbclient works but mount doesn't
I've installed Samba 2.2.3a on a Debian Linux machine and
am trying to mount a file directory from an NT machine. When
I use smbclient as in
smbclient //etbodnyk/work -U fciam/bbodnyk
it prompts me for a password and I can get to my work directory.
When I try to mount the directory using
mount -t smbfs -o username=fciam/bbodnyk //etbodnyk/work /mnt
I again get prompted for a password but
2012 Aug 08
0
Puppet exec script generate exit 0 but script not run
Hi
I have a simple class wriited to deploy a tar file and and extract on a
puppet client;
The copy of the tar file works fine, the dashboard logs indicate a
successfull run but the tar file has not been extracted,
exec { "Deploy Code":
command => "/bin/tar -xvf /var/tmp/deploy.tar",
onlyif => [
2018 Oct 19
1
No subject
I am trying to use rsync to back up data on a central server. On the server I created a module for the target directory; here is the entry for it in rsyncd.conf:
[data]
path = /data
read only = false
uid = root
gid = root
#auth users = nmrsu:rw, root:rw
#secrets file = /etc/.rsync.stuff
log file = /var/log/rsync.log
On the server rsyncd is running with root permissions, and the
2010 Apr 13
0
PRI Gurus ONLY - Too complex of an issue - SOLVED
Told you it was too complex of an issue :-) I figured to do this in
zapata.conf and all is fine now:
transfer=no
That was the magic two letter which was sending a request for RLT feature on
the line. Set transfer to "no" and all worries gone.
Thanks for the input everyone.
-Bruce
On Mon, Apr 12, 2010 at 10:10 PM, bruce bruce <bruceb444 at gmail.com> wrote:
> Futher check
2006 Sep 06
4
bug report, from apple.com
Bruce includes detailed information including the imap session. Bruce
works at Apple, on the Apple Mail.app product.
---------- Forwarded message ----------
From: Bruce Arthur <barthur at apple.com>
To: dovecot at dovecot.org
Cc: Bruce Arthur <barthur at apple.com>
Date: Tue, 29 Aug 2006 09:04:35 -0700
Subject: Problem using Apple Mail with Dovecot
Server Configuration:
2015 Apr 11
2
[LLVMdev] How doesn't llvm generate IR for logical negate operation
I see. My CPU is a general Core i7 Ivy bridge CPU.
On Fri, Apr 10, 2015 at 6:48 PM, Bruce Hoult <bruce at hoult.org> wrote:
> I suppose that depends on your CPU. Do you even have a CPU that supports
> operations on <N x i1> as packed bits in vector registers?
>
>
> On Sat, Apr 11, 2015 at 12:43 PM, zhi chen <zchenhn at gmail.com> wrote:
>
>> Yes, but my
2007 Jun 25
1
R behaviour related to user input (readline()) and run selection
When I run the below section of code I get the following error:
Error in if (co == "A" || co[1] == "O") { :
missing value where TRUE/FALSE needed
When I run the code in two parts where I first get the user's input
then afterwards run the if/else section, there is no problem.
Is there a way to stop the "run selection" process
2015 Apr 11
2
[LLVMdev] How doesn't llvm generate IR for logical negate operation
Yes, but my point is that there would be some overhead to do cast the <N x
i1> vectortype to an integerNty. Is there any good way to check not all of
these N bits in the vectortype are 0s?
On Fri, Apr 10, 2015 at 5:37 PM, Bruce Hoult <bruce at hoult.org> wrote:
> Sure, if you actually just want an i1 saying whether or not at least one
> bit is set to 1, then comparing against 0
2020 Jan 07
0
[EXTERNAL] Re: Thunderbird Subscription missing
We should be seeing folders for everyday so missing folders from 1Sept19 thru 15Sept19, then fro 27Sept19 to 31Sept19.
That what should be there but isn't that my understanding.
I am trying to understand where on the system it get that info. I don't see it in the configs so It not making any sense right now.
Phillip
From: dovecot <dovecot-bounces at dovecot.org> On Behalf Of