Displaying 19 results from an estimated 19 matches for "deletefile".
Did you mean:
delete_file
2005 Dec 05
0
R-devel Digest, Vol 34, Issue 5
actually, I can confirm now that gs AFPL 8.53 is the "culprit" here on #2,
copied below again (though it is not a bug but a feature, albeit one you
need to know about.) the -dSAFER switch, which appears in later versions of
AFPL gs, not only eliminates renamefile and deletefile (manpage), but
seemingly also allows only fonts in the GS_LIB path to be used
export GS_LIB=/usr/local/share/texmf/fonts/type1/yandy:$GS_LIB
fixes this protection problem for me. hope this will help some of you
when you run R pdf files through gs. regards,
/iaw
[2] I do not believe this...
2005 Nov 24
1
[LLVMdev] llvm-ranlib: Bus Error in regressions + fix
Evan Jones wrote:
> On Nov 23, 2005, at 22:49, Jeff Cohen wrote:
>
>> News to me. I do it all the time. Notice the "win32" directory
>> under the root :)
>
>
> Okay, so I spoke about something that I don't really know about, since
> I don't use Windows. But what was the whole "Still can't compile
> backend of frontend on
2002 May 11
1
Samba + Windos XP/2k + Netbench Problem
...conf for at least Samba 2.2.3a and 2.2.4 (on FreeBSD 4.5-STABLE)
when using Netbench 7.0.2 on WXP or W2k clients.
If the client is set to run 2+ Netbench engines (to simulate 2+ real
clients) and 'nt smb support = yes', all but one engine fail pretty
quickly, usually during a movefile oder deletefile operation (as
reported by the failing engine).
This does not happen with W2k or Netware 6 servers, nor does it happen
with NT4 clients. Running 1 Netbench engine per client works well
regardless of client OS.
It seems that setting 'nt smb support = yes' is well suited for NT4
clients but...
2010 Jun 29
5
file "time-to-live"
Hi everyone,
There is a way to make files being automatically deleted some time after
they have been created?
I know that, with some scripting wizardry i could achieve this, but i
wanna know if samba has this kind of feature.
I have a temp folder that users insist in use like a backup folder, so i
want to files to be deleted 24 hours after they have been created.
I cannot just delete
2011 Aug 05
2
Issues Building WINE 1.3.25 and 1.3.26 on Aptosid AMD64
...ented into the main WINE build.
However, I'm encountering a problem. My builds keep failing. I attempted to build both as a local user and as root, and both failed differently. I think the build as root is failing because it doesn't want to be root:
Code:
security.c:1039: Test failed: DeleteFile should fail
security.c:1040: Test failed: expected ERROR_ACCESS_DENIED, got -559038737
security.c:1043: Test failed: SetFileAttributes error 2
security.c:1046: Test failed: DeleteFile error 2
fixme:advapi:ImpersonateLoggedOnUser (0x34)
fixme:advapi:LookupAccountSidW Only local computer supported!
f...
2004 Aug 13
4
(PR#7163) Install packages does not work on Win2003 serv er
> -----Original Message-----
> From: Uwe Ligges [SMTP:ligges@statistik.uni-dortmund.de]
> Sent: Thursday, August 12, 2004 5:38 PM
> To: Walke, Rainer
> Cc: R-devel
> Subject: Re: [Rd] (PR#7163) Install packages does not work on Win2003
> server
>
> Walke, Rainer wrote:
>
> > >a) It works for me.
> > >b) If it works for you on some Windows
2012 Nov 02
10
[PATCH 0/9] elflink fixes
From: Matt Fleming <matt.fleming at intel.com>
Here are the patches that I've got queued up based on the very helpful
feedback I received from people testing Syslinux 5.00-pre9. Unless
anyone has any concerns these will make it into Syslinux 5.00-pre10.
Matt Fleming (9):
pxe: Don't call open_config() from the pxe core
ldlinux: Print a warning if no config file is found
2003 Sep 30
0
VB Code to convert BMP to LSS for splash screens
...r\splash.bmp"
outputfile = "I:\PXE Server\splash.lss"
Set fileSystem = CreateObject("Scripting.FileSystemObject")
If fileSystem.FileExists(sourcefile) Then
Open sourcefile For Binary As #1
If fileSystem.FileExists(outputfile) Then fileSystem.DeleteFile (outputfile), True
Open outputfile For Binary As #2
Else
DebugStr = "Failure"
Exit Sub
End If
Get #1, , myBmpHeader
Get #1, , myBmpPallete
ReDim myBmpData(myBmpHeader.iWidth + 2, myBmpHeader.iHeight) As Byte
Get #1, , myBmpData
Clos...
2005 Dec 04
1
font inclusions in pdf files
...ason, when I include these external lucida fonts, and create graphics
in R, the R-created pdf can no longer be distilled by gs 8.53, because it
stumbles into a safety issue. that is, all the gs scripts named 'ps2pdf*'
have the option -dSAFER on by default, which disables the renamefile and
deletefile operators, and it somehow prevents finding the fonts. (the bug
does not appear if I do not use the external fonts.)
http://groups.google.com/group/comp.lang.postscript/browse_frm/thread/3613c16aec64a9ed/a7c40582a0b5be1b?lnk=st&q=ivowel&rnum=1&hl=en#a7c40582a0b5be1b
regards,
/iaw...
2005 Jan 27
2
[LLVMdev] Building the llvm runtime: 'Can't destroy file: Theprocess cannot access the fi
...d-only files cannot be deleted on Windows. Must remove the
read-only
// attribute first.
if (attr & FILE_ATTRIBUTE_READONLY) {
if (!SetFileAttributes(path.c_str(), attr & ~FILE_ATTRIBUTE_READONLY))
ThrowError(path + ": Can't destroy file (hb:1): ");
}
if (!DeleteFile(path.c_str()))
ThrowError(path + ": Can't destroy file (hb:2): ");
return true;
}
-------------------------
I've also attached a complete trace for this run.
Any suggestions?
Henrik.
_________________________________________________________________
Del din verden med MSN...
2017 Nov 09
10
Experiment on how to improve our temporary file handing.
Currently a power failure or other hard crash can cause lld leave a temporary
file around. The same is true for other llvm tools.
As an example, put a breakpoint in Writer.cpp:236 ("writeBuildId()") and
restart the run a few times. You will get
t.tmp43a735a t.tmp4deeabb t.tmp9bacdd3 t.tmpe4115c4 t.tmpeb01fff
The same would happen if there was a fatal error between the
2016 May 03
9
[Bug 95251] New: vdpau decoder capabilities: not supported
https://bugs.freedesktop.org/show_bug.cgi?id=95251
Bug ID: 95251
Summary: vdpau decoder capabilities: not supported
Product: Mesa
Version: 11.2
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/nouveau
Assignee: nouveau at
2005 Jul 08
4
Sweave resource leak: leftover temp files (PR#7998)
Harold, I've taken a closer look at your example and I'd call this an
Sweave bug. It creates tempfiles each time you run it, and doesn't
delete them at the end. For example:
> list.files(tempdir())
character(0)
> testfile <- system.file("Sweave", "Sweave-test-1.Rnw", package = "utils")
> Sweave(testfile, out="junk.tex")
2013 Mar 01
0
Wine release 1.5.25
...#39;acmFormatChooseW' missing
26775 Ace of Spades: Incomplete Sound
27941 Very slow rendering in sPlan7
29616 1Password crashes while creating a backup
31456 Emulating a virtual screen does not work
31769 windowsx.h macro HANDLE_WM_DISPLAYCHANGE is incorrect
31987 FindNextFile/DeleteFile loop fails for directories with many files
32391 Iexplore crashes play.google.com
32697 Word 2003 crashes on formula edit
32709 The Testament of Sherlock Holmes crashes at launch
32743 putty_arm for jailbroken WinRT needs KERNEL32.dll.GetCurrentPackageId
32798 Memory leak in Path of...
2007 Oct 08
16
Fileserver performance tests
...pre-allocating files
12746: 60.222: Starting 1 filereader instances
12751: 61.228: Starting 100 filereaderthread threads
12746: 64.228: Running...
12746: 65.238: Run took 1 seconds...
12746: 65.266: Per-Operation Breakdown
statfile1 988ops/s 0.0mb/s 0.0ms/op 22us/op-cpu
deletefile1 991ops/s 0.0mb/s 0.0ms/op 48us/op-cpu
closefile2 997ops/s 0.0mb/s 0.0ms/op 4us/op-cpu
readfile1 997ops/s 139.8mb/s 0.2ms/op 175us/op-cpu
openfile2 997ops/s 0.0mb/s 0.0ms/op 28us/op-cpu
cl...
2013 Aug 02
0
Wine release 1.7.0
...h table segment in MSFT_SegDir struct.
oleaut32: Store typeinfo hreftype while saving typelib.
winedump: Rename res07 typelib segment to NameHashTab.
scrrun: Add IFile::get_Attributes implementation.
scrrun: Add IFile::get_Size implementation.
scrrun: Add IFileSystem3::DeleteFile implementation.
scrrun: Add IFileSystem3::DeleteFolder implementation.
scrrun: Add IFileSystem3::CopyFile implementation.
scrrun: Add IFileSystem3::CopyFolder implementation.
scrrun/tests: Add IFilesystem3::CopyFolder tests.
oleaut32: Don't leak BSTRs allocated in...
2017 Feb 17
0
Wine release 2.2
...XIAllDevices to select for XI_RawMotion.
Charles Davis (1):
iphlpapi: Add missing header to configure test.
Christian Inci (1):
kernel32/tests: Add test for SetFileTime.
Daniel Lehman (3):
kernel32/tests: Don't call function in assert().
kernel32/tests: Don't call DeleteFile from assert().
opengl32/tests: Fix leak in opengl test (valgrind).
Detlef Riekenberg (2):
localspl: Clear LastError on success in AddMonitor.
winspool/tests: Test LastError on success of AddMonitor.
Dmitry Timoshkov (3):
user32: BUTTON_CalcLabelRect should use the button f...
2015 Nov 13
0
Wine release 1.7.55
...oPatcher Updater 1.4.x (VB6 app) reports 'Error: Object doesn't support this action' (needs ITextStream::Close method implementation)
38390 Photoshop 64-bit (CS/CC) crashes when you break the rendering preview.
38417 [EA] Origin self-updater fails to install updates ('kernel32.DeleteFileW' shall only open the file for delete access as callers might not have read/write rights)
38444 valgrind shows some definite leaks in dpnet/tests/address.c
38445 valgrind shows a couple invalid writes in kernel32/tests/fiber.c
38450 valgrind shows several leaks in shell32/tests/shlfold...
2008 Sep 05
0
Wine release 1.1.4
...FIRM messages to flow. Delete one.
user32/tests: Tests for a W interface connection adding some todo_wine tests.
user32/tests: Add more A and W test combinations for dde.
Jeff Zaroyko (5):
msvcrt: Add a test for unlinking non-empty directories.
kernel32: Add some tests for DeleteFile.
ntdll: Add some tests for NtDeleteFile.
winetest: Check that user enters a tag.
dsound: Check for invalid parameter when unlocking secondary buffers.
Jim Cameron (9):
user32: Fixed bug in loading .cur files.
user32/tests: Add a regression test for CreateIconFromResou...