search for: lockdb

Displaying 13 results from an estimated 13 matches for "lockdb".

Did you mean: lockd
2007 Feb 12
1
probably running puppet on red hat for the first time
Here at the University of Sydney I''m trying to give Puppet a go. I haven''t made it past first base yet unfortunately. We run RHEL 4 here, for the most part, and the install guide at http://reductivelabs.com/trac/puppet/wiki/InstallationGuide says that you should use the vendor''s Ruby, but Red Hat''s current version of Ruby is 1.8.1-07 - is this new
2015 May 07
2
Apache 2.2 itk - 404 not found
...ot; <Directory "/var/www/icons"> Options Indexes MultiViews FollowSymLinks AllowOverride None Order allow,deny Allow from all </Directory> <IfModule mod_dav_fs.c> # Location of the WebDAV lock database. DAVLockDB /var/lib/dav/lockdb </IfModule> ScriptAlias /cgi-bin/ "/var/www/cgi-bin/" <Directory "/var/www/cgi-bin"> AllowOverride None Options None Order allow,deny Allow from all </Directory> IndexOptions FancyIndex...
2015 May 07
3
Apache 2.2 itk - 404 not found
...ptions Indexes MultiViews FollowSymLinks >> AllowOverride None >> Order allow,deny >> Allow from all >> </Directory> >> <IfModule mod_dav_fs.c> >> # Location of the WebDAV lock database. >> DAVLockDB /var/lib/dav/lockdb >> </IfModule> >> ScriptAlias /cgi-bin/ "/var/www/cgi-bin/" >> <Directory "/var/www/cgi-bin"> >> AllowOverride None >> Options None >> Order allow,deny >> Al...
2003 Mar 05
2
Samba-3.0alpha22 available on samba.org mirrors
...delay in OpenPrinter() reply to trigger a LAN/WAN optimization in Windows 2000 clients 48) Add "WinXP" to the possible values of the %a variable 49) Fix to allow blocking lock notification to be done rapidly (no wait for smb -> smb lock release). Adds new PENDING_LOCK type to lockdb (does not interfere with existing locks) 50) Limit the unix domain sockets used by winbindd (also solves FD_SETSIZE problem in winbindd to boot !). Adds a "last_access" field to winbindd connections, and will close the oldest idle connection once the number of open connec...
2003 Feb 06
1
Samba-2.2.8pre1 available on samba.org mirrors
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 We've just posted a preview release of Samba 2.2.8 on samba.org. This is a non-production release provided for testing only. The final 2.2.8 will only include bug fixes for the 2.2.7a release. The source code can be downloaded from : http://download.samba.org/samba/ftp/pre/ The unpcompressed tarball and patch file have been signed using
2015 May 07
0
Apache 2.2 itk - 404 not found
.../www/icons"> > Options Indexes MultiViews FollowSymLinks > AllowOverride None > Order allow,deny > Allow from all > </Directory> > <IfModule mod_dav_fs.c> > # Location of the WebDAV lock database. > DAVLockDB /var/lib/dav/lockdb > </IfModule> > ScriptAlias /cgi-bin/ "/var/www/cgi-bin/" > <Directory "/var/www/cgi-bin"> > AllowOverride None > Options None > Order allow,deny > Allow from all > </Directory...
2008 Jan 08
2
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...t;header_rename.sh>LEVEL > = ../../../ > #RUN_OPTIONS = > > Source = $(addprefix libclamav_, \ > aspack.c autoit.c binhex.c blob.c cab.c chmunpack.c cvd.c dconf.c > dsig.c\ > elf.c entconv.c filetypes.c fsg.c hashtab.c htmlnorm.c\ > is_tar.c jscript.c line.c lockdb.c matcher-ac.c matcher-bm.c\ > matcher.c mbox.c md5.c message.c mew.c msexpand.c mspack.c > ole2_extract.c\ > others.c packlibs.c pdf.c pe.c petite.c phishcheck.c > phish_domaincheck_db.c phish_whitelist.c\ > pst.c readdb.c rebuildpe.c regex_list.c rtf.c scanners.c sis.c...
2007 Dec 18
0
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
Chris Lattner wrote: > One way to do this is to add a "cut down" version of the app to the > test suite. I disabled optional features in clamav-config.h > >> 2. GPL license. Chris? > > Any open source license that allows unrestricted redistribution is > fine in llvm-test Ok, I have created a script that automatically checks out ClamAV 0.92-stable source code
2003 Mar 15
0
[SECURITY] Samba 2.2.8 available for download
...ne crash fixes from HEAD 24) Move off-by-one buggy malloc()/safe_strcpy() combination to strdup() instead. 25) Merge from HEAD. Use pstrcpy not safe_strcpy. 26) Fix to allow blocking lock notification to be done rapidly (no wait for smb -> smb lock release). Adds new PENDING_LOCK type to lockdb (does not interfere with existing locks). 27) Doxygen cleanups for code documentation 28) limit the unix domain sockets used by winbindd by adding a "last_access" field to winbindd connections, and will close the oldest idle connection once the number of open connections goes...
2003 Mar 15
0
[SECURITY] Samba 2.2.8 available for download
...ne crash fixes from HEAD 24) Move off-by-one buggy malloc()/safe_strcpy() combination to strdup() instead. 25) Merge from HEAD. Use pstrcpy not safe_strcpy. 26) Fix to allow blocking lock notification to be done rapidly (no wait for smb -> smb lock release). Adds new PENDING_LOCK type to lockdb (does not interfere with existing locks). 27) Doxygen cleanups for code documentation 28) limit the unix domain sockets used by winbindd by adding a "last_access" field to winbindd connections, and will close the oldest idle connection once the number of open connections goes...
2007 Dec 18
3
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
On Mon, 17 Dec 2007, Evan Cheng wrote: > We always welcome more tests. But it looks like there are two issues > here. > > 1. The autoconf requirement. Is it possible to get one configuration > working without the need for autoconf? One way to do this is to add a "cut down" version of the app to the test suite. > 2. GPL license. Chris? Any open source license that
2006 Jul 28
0
Apache/Mongrel Deployment Errors
...ww/icons/" <Directory "/var/www/icons"> Options Indexes MultiViews AllowOverride None Order allow,deny Allow from all </Directory> # # WebDAV module configuration section. # <IfModule mod_dav_fs.c> # Location of the WebDAV lock database. DAVLockDB /var/lib/dav/lockdb </IfModule> # # ScriptAlias: This controls which directories contain server scripts. # ScriptAliases are essentially the same as Aliases, except that # documents in the realname directory are treated as applications and # run by the server when requested rather than as do...
2006 Jan 05
2
Apache issue
...ww/icons/ <Directory "/var/www/icons"> Options Indexes MultiViews AllowOverride None Order allow,deny Allow from all </Directory> # # WebDAV module configuration section. # <IfModule mod_dav_fs.c> # Location of the WebDAV lock database. DAVLockDB /var/lib/dav/lockdb </IfModule> # # ScriptAlias: This controls which directories contain server scripts. # ScriptAliases are essentially the same as Aliases, except that # documents in the realname directory are treated as applications and # run by the server when requested rather than as do...