search for: writelog

Displaying 5 results from an estimated 5 matches for "writelog".

Did you mean: write_log
2005 Mar 24
0
AGI commands STDOUT problem
...$command = "SAY NUMBER 55 \"\""; $this->ExecuteCommand($command); $command = "SAY NUMBER 66 \"\""; $this->ExecuteCommand($command); return true; } public function __destruct() { fclose($this->log_stream); } private function WriteLog($Message) { return fwrite($this->log_stream, $Message."\n"); } private function ReadStdin($Bytes = null) { $Bytes = $Bytes === null ? $this->read_bytes : $Bytes; $this->WriteLog("\nReading {$Bytes} bytes response from Asterisk..."); $response = fgets(STDIN...
2003 Feb 21
0
2.2.7a slowness on AIX 5.1-ML03
...ms writeable = no guest ok = no browseable = no [common] comment = common area path = /common writeable = yes guest ok = no browseable = no # root preexec = /usr/local/bin/notice.ksh %m & root preexec = /usr/local/bin/smbquota.ksh %U %m & # root preexec = /usr/local/bin/writelog %U %m LOGIN & # root postexec = /usr/local/bin/writelog %U %m LOGOUT & # valid users = @web @ops @staff @system billtest tr100655 robotest admin users = billtest [toplevel] comment = Production Share path = /staff writeable = yes guest ok = yes valid users = @staff billtest...
2003 Dec 01
0
No subject
.../TMP"; my($USERNAME) = "username"; my(@ACLIENTS) = ("RAM", "KERNOFFICE"); my(@ACLIENTIPS) = ("155.99.40.45","155.99.40.51"); # **************** end of customization area *********** my($LOGNAME)="diagnosis.log"; my($PASSWORD); sub writelog { system ("echo \'$_[0]\' >> $LOGNAME"); print "$_[0]\n"; } sub writeTestHeader { writelog("\n\n\n********** BEGIN TEST $_[0] **********"); } sub writeCommandHeader { writelog("\n--- TEST $_[0] ---"); } sub acquirePassword { my($word);...
2012 Apr 02
23
[PATCH 00 of 18] [v2] tools: fix bugs and build errors triggered by -O2 -Wall -Werror
Changes: tools/blktap: remove unneeded pointer dereferencing in convert_dev_name_to_num tools/blktap: constify string arrays in convert_dev_name_to_num tools/blktap: fix params and physical-device parsing tools/blktap: remove unneeded pointer dereferencing from img2qcow.c tools/blktap: remove unneeded pointer dereferencing from qcow2raw.c tools/blktap2: fix build errors caused by Werror in
2013 Jul 15
21
[PATCH 00 of 21 RESEND] blktap3/drivers: Introduce tapdisk server.
This patch series copies the core of the tapdisk process from blktap2, with updates coming from blktap2.5. Signed-off-by: Thanos Makatos <thanos.makatos@citrix.com>