search for: _four_

Displaying 7 results from an estimated 7 matches for "_four_".

Did you mean: _for_
2001 Nov 07
1
Wine err: dosfs:DRIVE_ReadSuperblock The Filesystem is not FAT !!
Hi folks, I've been trying to get WINE to run on my new mandrake 8.0 box for _four_ _months_. Every version of WINE gives me: err:dosfs:DRIVE_ReadSuperblock The filesystem is not FAT !! (device=/dev/hda1) when I try to run an app that opens/closes files (e.g. notepad.exe). Software that doesn't use files runs fine (calc.exe) I can read/write to the partition /dev/hda1 jus...
2005 Sep 29
1
samba (3.0.20) doesn't use TLS for LDAP referrals
...d. Also the slave directory has a referral directive pointing the master directory. Samba works perfectly with the slave directory except when a write operation is done, then it gets a referral and this time the modification is tried with the master but with an unencrypted connection. I can see _four_ unencrypted tries to the master directory server and a network trace confirms that samba doesn't use TLS with referrals. first contact with the slave directory: Sep 29 18:25:43 slave slapd[30977]: <= check a_authz.sai_ssf: ACL 112 > OP 168 fwe seconds later the referral is followed: Sep...
2005 Jul 26
1
problem with Hershey fonts
...length 2, Hershey vector fonts are used to render the text. : The other useful escape sequences all begin with '\\'. These are described below. Remember that backslashes have to be doubled in R character strings, so they need to be entered with _four_ backslashes. : : > plot(runif(100)) # to get something on the screen > text(0, 1, '\\Re', vfont=c('serif', 'plain')) # works > title(main = '\\Re', vfont=c('serif','plain')) # doesn't work, and... Warning message: parameter "vfont&...
2018 Jan 01
0
LLVM Weekly - #209, Jan 1st 2018
...;http://llvmweekly.org> and pass it on to anyone else you think may be interested. Please send any tips or feedback to <asb at asbradbury.org>, or @llvmweekly or @asbradbury on Twitter. Happy New Year! The new year also marks a major milestone for LLVM Weekly, which has now been going for _four_ years, maintaining a totally unbroken streak: a new issue every single Monday without fail(!). Thank you for reading, lets hope 2018 is another great year for the LLVM project. It's been a very quiet week this week, presumably as most developers have been taking a break. As such, we're sli...
2008 Apr 24
0
[LLVMdev] Compile units in debugging intrinsics / globals
Hi, > Suppose I have the following source: > > file1: > #include "file2" > #include "file3" > int fn1(void) ... > > file2: > int a; > > file3: > int fn2(void) ... > > then fn1, along with all the base types etc appear to be in compile unit > "file1", the variable a appears to be in compile unit
2008 Apr 23
3
[LLVMdev] Compile units in debugging intrinsics / globals
I have a question about the llvm debugging records, especially wrt compile units. In the non-LLVM sense, a compile unit is essentially everything contained within a single .o file, and it is derived from one or more source and header files. Included in a compile unit are functions and global data. Dwarf records refer to compile units in the same way: a compile unit record has children which
2013 Sep 04
1
Samba 3.6.9 on Centos 6.4 and very slow first access to fileserver
...cups options = raw printcap name = /dev/null host msdfs = yes [sales] msdfs proxy = \10.31.155.247\sales msdfs root = yes [iso] msdfs proxy = \10.31.155.247\iso msdfs root = yes [support] msdfs proxy = \10.31.155.247\support msdfs root = yes ... As you can see, there are _four_ "NT_STATUS_LOGON_FAILURE" even before the client is challenged to provide credentials - why four times? I understand, that the windows client tries to use cached credentials of currently logged user, but why four times? Do you have any idea what can be that bottleneck which is causing...