search for: runcmd

Displaying 8 results from an estimated 8 matches for "runcmd".

2009 Jan 01
1
OT: Question on running command from boot menu
.../cmdline file. The user g4l automatically logs on, and this is at the beginning of the g4lmenu script to process the cmdline if anything in the run=" " exists. ### 12/31/20008 added to allow running command from grub ### add run="command line" to the grub line ### creates /tmp/runcmd to stop running twice. ### added sed CR filtering to allow multi-line commands ### run="command1CRcommand2CRcommand3" if [ ! -s "/tmp/runcmd" ] ; then cat /proc/cmdline | grep run | cut -d\" -f 2 | sed -e 's/CR/\n/g' >/tmp/runcmd; if [ -s /tmp/runcmd ] ; the...
2004 Sep 13
1
bitmap() doesn't finish with file in Windows (PR#7224)
...doesn't wait for ghostscript to finish (under Windows). In the Linux version, the postscript driver does wait for the printing command to finish. Compare the following lines of devPS.c that actually call the "cmd": #ifdef Unix err = R_system(buff); #endif #ifdef Win32 err = runcmd(buff, 0, 0, NULL); #endif RECOMMENDATION: Change runcmd(buff, 0, 0, NULL) to runcmd(buff, 1, 0, NULL) in devPS.c to make the driver wait for the command to finish.
2005 Mar 03
0
3.0.11 strstr_m test failed on Solaris 9
...ts obj.runtest() File "/home/users/barryc/src/downloaded/samba-3.0.11/source/stf/strings.py", line 138, in runtest self.run_strstr(a, b, expect) File "/home/users/barryc/src/downloaded/samba-3.0.11/source/stf/strings.py", line 100, in run_strstr out, err = self.runcmd('t_strstr \"%s\" \"%s\"' % (a.encode('utf-8'), b.encode('utf-8'))) File "/home/users/barryc/src/downloaded/samba-3.0.11/source/stf/comfychair.py", line 196, in runcmd raise AssertionError("""command returned %d; expected...
2004 Oct 19
0
samba 3.0.7 make check fails in function strstr_m
...rce/stf/comfychair.py", line 325, in runtests obj.runtest() File "/sambafiles/samba-3.0.7/source/stf/strings.py", line 138, in runtest self.run_strstr(a, b, expect) File "/sambafiles/samba-3.0.7/source/stf/strings.py", line 100, in run_strstr out, err = self.runcmd('t_strstr \"%s\" \"%s\"' % (a.encode('utf-8'), b.encode('utf-8'))) File "/sambafiles/samba-3.0.7/source/stf/comfychair.py", line 196, in runcmd raise AssertionError("""command returned %d; expected %s: \"%s\" Asser...
2007 Mar 31
1
Too long pathname in bitmap() crashes R on WinXP
Hi, using too long pathnames for bitmap() crash R on WinXP. I've verified that this is the case with R version 2.4.1 Patched (2007-03-25 r40958) and R version 2.5.0 alpha (2007-03-30 r40957). I cannot reproduce it on Linux. REPRODUCIBLE EXAMPLE: % Rterm --vanilla # Tell R where Ghostscript is gsexe <- "C:/gs/gs8.54/bin/gswin32c.exe"; gsexe <- "C:/Program
2013 Feb 15
2
Puppet agent daemon not seeing a Facter fact
...es no difference, it remains unaware of the custom fact. Rebooting the instance also makes no difference. here''s some code: EC2 userdata: #cloud-config puppet: conf: agent: server: "puppet.foo.bar" certname: "%i.%f" report: "true" runcmd: - sleep 20 - echo ''export FACTER_tl_role=development'' >> /etc/environment - . /etc/environment - apt-get install puppet - puppet agent --test Main puppet manifest: # /etc/puppet/manifests/site.pp node default { case $tl_role { ''development'': { $site...
2006 Jun 09
15
[RFC][PATCH] Secure XML-RPC for Xend
Hi, The following patch implements a secure XML-RPC protocol for Xend. Instead of using HTTPS with basic authentication and dealing with all that nasty OpenSSL/PAM integration, it just uses SSH. This gives you all the properties you want (great security and PAM integration) with very little code. There are some minor issues so I''d rather it not be applied immediately.
2008 Mar 07
0
Wine release 0.9.57
...GetFolderPathW in FILEDLG95_InitControls. comctl32: Fix possible use of uninitialised variable in REBAR_Paint. cmd: Fix loop termination check in WCMD_batch. cmd: Fix character count passed to GetShortPathName in WCMD_HandleTildaModifiers. wineboot: Fix thread handle leak in runCmd. wineboot: Fix the character count passed to RegEnumKeyW in start_services. explorer: Clean up after CreateProcess in WinMain. mciavi32: Fix the buffer length passed into strncat in MCIAVI_mciSet. winspool.drv: Fix the character count passed into RegEnumKeyExW in get_local_m...