Displaying 5 results from an estimated 5 matches for "200407".
Did you mean:
000407
2004 Aug 30
1
Re: wine-users digest, Vol 1 #1852 - 12 msgs
Hi,
I'm looking for a way to do this, but wine 200407* no longer seems to
have a .wine/config file. I'm compiling 20040813 at the moment. Any
ideas how to set the windows version since 200407*
Ed.
-
> From: Stefan Munz <stefan.munz@itomig.de>
> Reply-To: stefan.munz@itomig.de
> Organization: ITOMIG
> To: wine-users@winehq.org
&g...
2005 Dec 15
1
messages_count too large (1121 > 1115)
...ome/willers/mail/.imap/INBOX/dovecot.index: messages_count too large
(1121 > 1115)
I've since moved that inbox away so I can view my new mail again. The
error has moved with the mbox file:
Dec 15 00:27:41 sand dovecot: imap(willers): Corrupted index file
/home/willers/mail/old-inbox/.imap/200407-200512/dovecot.index:
messages_count too large (1121 > 1115)
Dec 15 00:27:41 sand dovecot: child 83886 (imap) killed with signal 11
This is on FreeBSD 4.8 (yes, yes ... but: "up 687 days" which is quite
nice) all running on local disk. So earlier suspicions about NFS or MacOS
X are o...
1998 Apr 16
2
Problem with visual C++ and samba
...53 Transaction 218248 of length 46
switch message SMBclose (pid 1726)
Skipping become_user - already user
del_share_modes Deleting share mode entry dev=2098183 ino=154502
del_share_modes num entries = 0, deleting share_mode dev=2098183 ino=154502
fd_attempt_close on file_fd_struct 4, fd = 13, dev = 200407, inode = 25b86, open_flags = 2, ref_count = 1.
04/16/1998 13:58:53 dvise closed file dvise-dev/win32.d/src/dmcad/libdnrb/vc50.pch (numopen=1)
04/16/1998 13:58:53 close fd=-1 fnum=14 cnum=67 (numopen=1)
04/16/1998 13:58:53 Transaction 218249 of length 46
Log file from working compilation
switch m...
2016 Jul 26
2
[BUG] Re: auth_bind with "()" in username not working
Hi guys,
I had a look in the sources about this problem.
the problem seems to be the ldap_escape function that is called from
ldap_verify_plain_auth_bind_userdn(..)
I dont really know if this escaping is needed at this point, but with
this change it works for me. No other problems discovered so far.
could somebody, who is deeper in the sources give me a hint if
this will make some troubles?
2012 Nov 09
2
Creating yyyymm regexp strings on the fly for aggregation.
Folks,
This question is somewhat related to a previous posting of mine.
I just can't seem to create a generic solution.
Here is a function that I found searching around the internet:
splitIt <- function(x, n) {split(x, sort(rank(x) %% n))}
I use it like so:
> splitIt(1:12, 2)
$`0`
[1] 1 2 3 4 5 6
$`1`
[1] 7 8 9 10 11 12
Or
> splitIt(1:12, 4)
$`0`
[1] 1 2 3
$`1`
[1] 4 5 6