search for: test8

Displaying 20 results from an estimated 42 matches for "test8".

Did you mean: test
2013 Dec 10
0
[LLVMdev] Switching to the new MingW ABI
...in\..\lib\clang\3.4\include" "-fsyntax-only" "-verify" "D:\src\llvm\tools\clang\test\CXX\class.access\p6.cpp" error: 'error' diagnostics expected but not seen: File D:\src\llvm\tools\clang\test\CXX\class.access\p6.cpp Line 180: 'operator void *(class test8::A::*)(void) const' is a private member of 'test8::A' error: 'error' diagnostics seen but not expected: File D:\src\llvm\tools\clang\test\CXX\class.access\p6.cpp Line 180: 'operator void *(class test8::A::*)(void) __attribute__((thiscall)) const' is a private member of...
2003 May 29
2
0.99.10-test8
http://dovecot.procontrol.fi/test/ Again major maildir syncing updates: - uidlist file is accessed and rewritten a lot less often now than before - mail duplicates are detected and handled properly by renaming them to new base name - message flag updates and expunging before did two full syncs for cur/ directory. now it does only one. - some fixes to syncing in read-only / out-of-quota
2003 Nov 04
0
-test8 & Mail.app
A user just tried to use OSX 10.3's Mail.app via imap. It caused the process to start eating CPU, and this in the logs. Any idea what could be happening here? What information should I get on his setup? imap-login: Nov 03 14:28:37 Info: Login: fenner [12.106.35.5] imap(fenner): Nov 03 14:30:37 Error: Timeout while waiting for release of exclusive fcntl() lock for index file
2004 May 13
3
dovecot-1.0-test8 / nfs / maildir / flags issues
Hi List, While (bluntly) testing the prerelease version of dovecot on our mailfarm (just for the webmail imap) we noticed some small problems: - While our OLD dovecot/imap drove the load to a maximum of 1 over a day after running, the new dovecot/imap pushes it easily to 20. This is mainly due to a LOT more disk activity. This is probably caused by the fact we a) use indexes on disk and
2000 Oct 10
2
[PATCH] X11 forwarding failure on later Linux dev kernels fix
Hi! The return values from socket() changed from EINVAL to EAFNOTSUPPORT for not supported address family in Linux 2.4.0-test8. This small patch fixes the 'error: socket: Address family not supported by protocol' and 'Disconnecting: Command terminated on signal 11.' when enabling X11 forwarding. Cheers /Martin Johansson --- channels.c.orig Wed Aug 23 00:46:24 2000 +++ channels.c Tue Oct 10 21:22:14...
2008 Oct 21
3
code works in R desktop but not iin RWeb - How do I modify to get it working in RWeb, please?
Hi, How are you? I have a quick question.... I have code that works perfectly with R desktop, but does not work with RWeb. Could you please tell me how to modify the code below so it will work with RWeb? #Read in txt file happyguys<-read.table("c:/test8.txt", header=TRUE, row.names=1) #Subset the txt file to only include certain values test<-subset(happyguys, GRADE == 7 & Y_Q10A < 9) #print the subset file print(test) mydata<-test #Sort the data by province, and then by Y_Q10A mydataSorted<-mydata[ order(mydata$PROV,my...
2013 Dec 10
10
[LLVMdev] Switching to the new MingW ABI
Mingw switched abis with the release of gcc 4.7 (http://gcc.gnu.org/gcc-4.7/changes.html). The main change is that now mingw (like msvc) given thiscall calling convention to methods by default. I think the last bug blocking us to support the new abi has just been fixed. The question now is how to switch. The attached patches simply switch llvm and clang to the new ABI. This is similar to what
2003 Sep 16
1
Multiple auth checkers
I noticed this is in the TODO: - support for multiple auth checkers. passdb+userdb should be tied together. auth process configurations really should be used for this.. and is functionality that I really would like, as I have local users (passwd+shadow) and vpopmail users. In -test7's dovecot-example.conf, there is a different format for "blocking" multiple auth types, and I
2004 May 11
1
Problem building 1.0-test7 : missing header
Greetings, I recently rolled out Dovecot in our small (<30 people) company, and have been mightily impressed by the quality, performance and ease of use. I was hoping to use the new versions soon, as I'd like to start using CRAM-MD5 (much more common in mail clients than DIGEST-MD5), but found the 0.99.11 versions too unstable. So, I tried to build last nights CVS snapshot (May
2000 Oct 03
1
X forwarding fails, Linux 2.4.0-test[8,9]
X forwarding doesn't work for me under Linux kernels 2.4.0-test8 or test9, using OpenSSH 2.2.0p1 (as packaged in Debian woody.) When I try to ssh to my machine, the client spits out the following pieces of information: Warning: Remote host denied X11 forwarding. Last login: Tue Oct 3 15:26:19 2000 from localhost on pts/2 Linux mallard 2.4.0-test9 #3 Tue Oct 3...
2003 Oct 29
1
tune2fs -j on mounted FS
Just now I ran tune2fs -j on the root filesystem of a box running 2.6.0-test8. Then I edited /etc/fstab and changed the FS type to from ext2 to ext3, saved the file, and invoked vim on the file again. A few moments after this, the box hung. Unfortunately X was running at the time, and so I don't have any messages to cite. Is this a known problem?
2003 Oct 26
2
setlogin failed: Function not implemented
...h-3.7.1p2 on Linux. I keep getting setlogin errors in /var/log/messages: Oct 26 18:44:22 giediprime sshd[7774]: Accepted publickey for root from 127.0.0.1 port 39310 ssh2 Oct 26 18:44:22 giediprime sshd[7776]: error: setlogin failed: Function not implemented Running LFS 4.0. Happens both on 2.6.0-test8 and 2.4.22-ac1. When configuring openssh I get this in config.log: configure:6557: checking for setlogin configure:6594: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized conftest.c -lutil -lz -lnsl >&5 /tmp/cc4nGZCj.o: In function `main': /tmp/build/openssh-3.7.1p2/con...
2007 Aug 29
5
Undefined method stub
When I try to execute the following example, I get an error message: /usr/local/lib/ruby/gems/1.8/gems/mocha-0.5.4/lib/mocha/object.rb:40: in `expects'': undefined method `stub'' for nil:NilClass (NoMethodError) from test8.rb:5 What could be the reason? I tried with the latest Mocha Ruby gem, and I also tried it with the Rails plugin. The example: require ''rubygems'' require ''mocha'' some_time = Time.at(0) Time.expects(:now).returns(some_time) puts Time.now -- Felix E...
2011 Mar 17
3
Flexible rbind
...a lot of columns). Please see the data frames below I have the following data frame that is filled > dput(d) structure(list(type = structure(1:9, .Label = c("test1", "test2", "test3", "test4", "test5", "test6", "test7", "test8", "test9" ), class = "factor"), meter = c(37.25122438, 58.65845732, 63.47108421, 94.76085162, 13.75013867, 8.520664878, 79.74623167, 62.16109819, 20.47806657), degree = c(2.884440333, 74.94067898, 32.64251152, 83.24820274, 58.36084794, 12.64490368, 4.428796741, 32.12824213,...
2008 Apr 25
1
samba and openldap authentication issues!
..., kylec exists both locally and in smbldap-users, his smb passwd is differnt from his local passwd. Code: [root@beedril samba]# smbldap-userlist uid |username 0 |root 999 |nobody 1000 |kylec 1001 |test 1002 |test1 1003 |test2 1004 |test3 1005 |test4 1006 |test5 1007 |test6 1008 |test7$ 1009 |test8$ 1010 |test9 here is log output from samba when kylec connects Code: kyle@kyle-laptop:~$ smbclient //10.0.0.218/clients -U kylec Password: Domain=[WINIX] OS=[Unix] Server=[Samba 3.0.25b-1.el5_1.4] smb: \> quit [2008/04/24 17:33:49, 2] passdb/pdb_ldap.c:init_sam_from_ldap(545) init_sam_fro...
2010 Oct 07
1
Problem with dovecot-acl was not solved
...- 5 operdss mshare 4096 2010-09-29 13:52 .INBOX.test4 drwxrws--- 5 operdss mshare 4096 2010-09-29 15:56 .INBOX.test5 drwxrws--- 5 operdss mshare 4096 2010-09-29 15:57 .INBOX.test6 drwxrws--- 5 operdss mshare 4096 2010-09-29 15:57 .INBOX.test7 drwxrws--- 5 operdss mshare 4096 2010-09-29 16:43 .INBOX.test8 drwxrws--- 5 t1 mshare 4096 2010-10-05 15:30 .INBOX.test9 drwxrws--- 5 t1 mshare 4096 2010-09-28 17:24 .INBOX.tmp drwxrws--- 2 t1 mshare 4096 2010-09-27 10:46 new drwxrws--- 5 t1 mshare 4096 2010-10-07 11:48 .Sent drwxrws--- 5 operdss mshare 4096 2010-09-29 15:55 .Sent.test -rw-rw---- 1 operdss msh...
2004 May 11
0
nfs dotlock issues
Hi List, While testing with dovecot-1.0-test8 on our platform, I get al lot of these: May 11 11:42:50 mf1 dovecot: imap(user at domain.tld): Our dotlock file /var/mail/mounted/d/do/domain.tld/user/Maildir/.INBOX/ dovecot.index.log.lock was modified (1084268570 vs 1084268875), assuming it wasn't overridden This is probably due to s...
2004 May 16
0
1.0-test9 released
...as: Corrupted transaction log file /home/user/Maildir/.INBOX/dovecot.index.log: Expunge range 5..5: UIDs 6..6 doesn't match real UIDs 18..18 Now it doesn't do it as often, but it still does.. I'm not really sure where the bug is. Have to keep looking. This seems much more stable than test8, but because of the above problem I still don't recommend it for more than testing. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://do...
2003 Nov 26
2
corrupted empty message with CVS
with CVS as of an hour ago i'm seeing corruption of messages (in an mbox) with an empty message body. for example, here's what i have in my test INBOX right after receiving the empty message: --- top of INBOX --- >From dean at arctic.org Tue Nov 25 19:02:23 2003 Return-Path: <dean at arctic.org> Delivered-To: dgtest at arctic.org Received: (qmail 3626 invoked by uid 500); 26
2004 Mar 24
0
short preserve case
...OMPAT. Later in the show just -D_ALL_SOURCE. stanza is as follows... [x04shr] browseable = no comment = Summer 2004 DEVELOPMENT Share path = /x04shr writeable = yes guest ok = no admin users = testxp valid users = testxp robotest webberob test1 test2 test3 test4 test5 test6 tes t7 test8 test9 oplocks = no level2 oplocks = no short preserve case = no # preserve case = yes # default case = lower # mangled names = no Log level 4 shows this successful trans: [2004/03/24 15:51:52, 3] smbd/reply.c:reply_mv(3723) reply_mv : \New Folder -> \CACA [2004/03/24 15:51:52, 3]...