search for: proc_open

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

2003 Oct 17
1
Script Control of sftp
I am trying to conduct a full sftp session using the proc_open() function of PHP: http://www.php.net/manual/en/function.proc-open.php Once I get past the authentication stage, everything works fine: the script is able to write to sftp's stdin and capture its stdout. However, during the auth stage, these are apparently bypassed somehow, and IO takes place...
2013 Dec 11
0
[LLVMdev] Phabricator email
...m not getting the error email you mention, but I have noticed it silently dropping replies (including my own on occasion). I haven't spotted anything the missing replies have in common. The web interface did just pop up with this though: Unhandled Exception ("Exception") Failed to proc_open(): proc_open(): fork failed - Cannot allocate memory > -----Original Message----- > From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] > On Behalf Of Renato Golin > Sent: 11 December 2013 13:51 > To: LLVM Dev; Clang Dev > Subject: [LLVMdev] Phabricator e...
2013 Dec 11
4
[LLVMdev] [cfe-dev] Phabricator email
...errors we've now got an idea about the root cause, and work is going on upstream to fix it (plus, we're looking for a workaround) Cheers, /Manuel > > The web interface did just pop up with this though: > Unhandled Exception ("Exception") > Failed to proc_open(): proc_open(): fork failed - Cannot allocate > memory > > > -----Original Message----- > > From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] > > On Behalf Of Renato Golin > > Sent: 11 December 2013 13:51 > > To: LLVM Dev; Clang Dev &gt...
2013 Dec 12
0
[LLVMdev] [cfe-dev] Phabricator email
...For the rest of the errors we've now got an idea about the root cause, and work is going on upstream to fix it (plus, we're looking for a workaround) Cheers, /Manuel The web interface did just pop up with this though: Unhandled Exception ("Exception") Failed to proc_open(): proc_open(): fork failed - Cannot allocate memory > -----Original Message----- > From: llvmdev-bounces at cs.uiuc.edu<mailto:llvmdev-bounces at cs.uiuc.edu> [mailto:llvmdev-bounces at cs.uiuc.edu<mailto:llvmdev-bounces at cs.uiuc.edu>] > On Behalf Of Renato Golin > Sent:...
2013 Dec 11
4
[LLVMdev] Phabricator email
Hi folks, I seem to be getting an error on every reply to a Phabricator auto-generated email, is this happening to everyone? I've seen comments from others not registering on it, so I'm assuming this is global. This means two things: 1. Phabricator is not catching all replies, which means we have an incomplete picture on it, bad for reviews, but at least the info is stored in the lists
2013 Dec 11
0
[LLVMdev] [cfe-dev] Phabricator email
...he root cause, > and work is going on upstream to fix it (plus, we're looking for a > workaround) > > Cheers, > /Manuel > > > The web interface did just pop up with this though: > Unhandled Exception ("Exception") > Failed to proc_open(): proc_open(): fork failed - Cannot > allocate memory > > > -----Original Message----- > > From: llvmdev-bounces at cs.uiuc.edu > <mailto:llvmdev-bounces at cs.uiuc.edu> > [mailto:llvmdev-bounces at cs.uiuc.edu > <mailto:llvmdev-bounces a...
2010 Nov 27
1
"doveadm auth user" requiring a tty
...39; || ch == '\r') + break; + buf[pos++] = ch; + } + buf[pos] = '\0'; + return; + } fputs(prompt, stderr); fflush(stderr); but this for sure must overlook a lot of things. What would be the best way to achieve a scriptable "doveadm auth", say through php's proc_open(), without possibly compromise passwords? TIA, Axel
2008 Feb 12
1
fflush now?
The stdio buffers (stdout, stderr) do not seem to flush until my wine app exists. I was testing pipes between PHP http://php.net/proc_open and Wine on version 0.9.42 then the current 0.9.55 and only when I was returning from my wine app, would the buffers flush. In a real case, I do not return from the wine app that quickly, but never see the data in the stream unless I explicitly return from the wine app with a return statement or k...
2008 Jun 13
1
String "fwrite();" causes 503 error (Passenger or apache?)
Hi, While testing a rails application on DreamHost (mod_rails), I found a really weird problem. If I submit form data which includes "fwrite();" (with semi-colon but without quotes), I get 503 error (Server temporarily unavailable). I checked out rails log file and it didn''t even reach the rails app. I assume the error was from web server. You may test this at