Displaying 3 results from an estimated 3 matches for "dummyfile".
Did you mean:
dummy_file
2007 Mar 08
1
cant fully capture child output
...:/. I looked at
examples in Pickaxe and Ruby PLEAC library ... and I believe the following
should work:
# called from within do_work...
def backup(repo)
logger.info(''SvnWorker backup repo ''+repo)
tmp = []
my_project = DIRS[:project_repos] + "/#{repo}"
dummyfile = ''backuptmp''
temp_file = "#{DIRS[:backups]}/#{dummyfile}"
svn_cmd = "svnadmin dump #{my_project} | gzip -9 > #{temp_file}"
tmp << "piping to tmp"
results[:txt] = tmp
### i dont get the output between here ###
readme, wr...
2004 Jun 12
2
SID-UID mapping issue on Samba 3.0.4 in an AD Domain
...n I log into an XP machine as domuser@WINDOM
I open the network location: \\samba\theshare
I create some file, and I edit its properties I find in the ACL and as the owner
of the file:
domuser(SAMBA\domuser)
Then I log on the console of the Samba server as root, and
$ ls -ln /smbroot/theshare/dummyfile.txt
gives a UID of 10034 as the owner
pw user show -u 10034
returns:
domuser:*:10034:65534::0:0:domuser:/none/:/sbin/nologin
again I type: pw user show -a
all the domain users are present but domuser:*:10034 does not
appear in the list
When I turn on: winbind trusted domains only = y...
2016 Jul 11
0
[PATCH] wave_out: fix casts
...k ( HWAVE hWave, UINT uMsg, DWORD dwInstance, DWORD dwParam1, DWORD dwParam2 )
+wave_callback ( HWAVEOUT hWave, UINT uMsg, DWORD_PTR dwInstance, DWORD_PTR dwParam1, DWORD_PTR dwParam2 )
{
if ( uMsg == WOM_DONE ) {
EnterCriticalSection ( &cs );
@@ -125,7 +125,7 @@ Set_WIN_Params ( FILE_T dummyFile ,
outFormat.nBlockAlign = (outFormat.wBitsPerSample + 7) / 8 * outFormat.nChannels;
outFormat.nAvgBytesPerSec = outFormat.nSamplesPerSec * outFormat.nBlockAlign;
- switch ( waveOutOpen ( &dev, deviceID, &outFormat, (DWORD)wave_callback, 0, CALLBACK_FUNCTION ) )
+ switch ( waveOutO...