search for: bytefil

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

Did you mean: bytefile
2005 Feb 22
1
Problems with VFS Recycle on SLES9
...So my questions are: 1)How do I have to configure the recycle-object that no 0-Byte file was automaticly created on the network-share ? I have tried all possible parameters (touch and versions) to turn off or on, but no effect. 2)If 1 isn't possible, how can I prevent the creation of the 0-Bytefile over the existing file, without using the version-parameter ? Hope someone can help to fix this problem. Here is my section with vfs-recycle from the smb.conf: [shared] path = /server/shared oplocks = true create mode = 0775 directory mode = 0775 admin users = supervisor read o...
2006 Jan 10
0
Problems with recycler on samba 3.x
...So my questions are: 1)How do I have to configure the recycle-object that no 0-Byte file was automaticly created on the network-share ? I have tried all possible parameters (touch and versions) to turn off or on, but no effect. 2)If 1 isn't possible, how can I prevent the creation of the 0-Bytefile over the existing file, without using the version-parameter ? With Office > 97SR2 it works fine, but with wordpad (on win9x and XP, too), Office97 and editor the problem as described appears on samba 3.x. With samba 2.2.8a on sles8 it works fine with office97, wordpad and any other applicatio...
2004 Aug 21
1
[LLVMdev] Can't get llvmg++ to work
...should install into the > $LLVMGCCDIR/bytecode-libs. You specify the llvm-gcc dir with > > ./configure --with-llvmgccdir=<dir> > > so that Makefile.config has correct settings. The default is probably > /usr/local which is where it wants to install to. It did copy the bytefiles to $LLVMGCCDIR/bytecode-libs. --with-llvmgccdir does not control where everything else is installed. Looking in Makefile.config, it's based on the variable "prefix". > > > > > I can create a tarbell of the FreeBSD binaries and upload it to > > > > yo...
2004 Aug 21
0
[LLVMdev] Can't get llvmg++ to work
On Sat, Aug 21, 2004 at 04:15:49PM -0700, Jeff Cohen wrote: > I don't know if it's under cvs. It's the "getting started" page > (http://llvm.cs.uiuc.edu/docs/GettingStarted.html) in section "Getting > Started Quickly (A Summary)". But careful reading of the remainder of > the page does give the correct path. http://llvm.cs.uiuc.edu/docs/* is a copy of
2004 Aug 21
2
[LLVMdev] Can't get llvmg++ to work
On Fri, 20 Aug 2004 08:52:28 -0700 Reid Spencer <reid at x10sys.com> wrote: > Hi Jeff, > > On Fri, 2004-08-20 at 08:07, Jeff Cohen wrote: > > OK. I've built the front end without any heartaches, but I did > > encountered the following glitches: > > > > The documentation of --with-llvmgccdir is a bit ambiguous. I had to > > try several paths