search for: sommer

Displaying 20 results from an estimated 253 matches for "sommer".

2011 Aug 14
2
Central limit theorem
my data looks like this: PM10 Ref UZ JZ WT RH FT WR 1 10.973195 4.338874 nein Winter Dienstag ja nein West 2 6.381684 2.250446 nein Sommer Sonntag nein ja Süd 3 62.586512 66.304869 ja Sommer Sonntag nein nein Ost 4 5.590101 8.526152 ja Sommer Donnerstag nein nein Nord 5 30.925054 16.073091 nein Winter Sonntag nein nein Ost 6 10.750567 2.285075 nein Winter Mittwoch nein nein Süd 7 39.118316 17.128691...
2011 Aug 13
2
linear regression
dear R users, my data looks like this PM10 Ref UZ JZ WT RH FT WR 1 10.973195 4.338874 nein Winter Dienstag ja nein West 2 6.381684 2.250446 nein Sommer Sonntag nein ja Süd 3 62.586512 66.304869 ja Sommer Sonntag nein nein Ost 4 5.590101 8.526152 ja Sommer Donnerstag nein nein Nord 5 30.925054 16.073091 nein Winter Sonntag nein nein Ost 6 10.750567 2.285075 nein Winter Mittwoch nein nein Süd 7 39.118316 17.128691...
2016 Apr 07
2
Opportunistic quota recalc
On 07 Apr 2016, at 14:49, Tom Sommer <mail at tomsommer.dk> wrote: > > On 2016-04-06 21:09, Tom Sommer wrote: >> On 2016-04-06 20:38, Timo Sirainen wrote: >>> On 06 Apr 2016, at 13:43, Tom Sommer <mail at tomsommer.dk> wrote: >>>> I'm switching quota backend to redis (from maildir++),...
2018 Oct 05
2
VOLATILEDIR not really used?
On 2018-10-05 11:35, Timo Sirainen wrote: > On 4 Oct 2018, at 17.13, Tom Sommer <mail at tomsommer.dk> wrote: >> >> >> On 2018-10-04 15:55, Timo Sirainen wrote: >>> On 4 Oct 2018, at 14.39, Tom Sommer <mail at tomsommer.dk> wrote: >> >>>> Is this correct, and if so are there any plans to move dotlocks etc. >>&g...
2016 Mar 17
2
lmtp timeout, locks and crashes
On 2016-03-17 13:41, Tom Sommer wrote: > On 2016-03-15 10:53, Tom Sommer wrote: >> I'm seeing some problems on accounts which get a lot of spam (like, a >> lot). > > I did an "strace" on one of the hundreds of lmtp processes. > > It's doing stat() on all files in the new folder for...
2017 Jan 24
2
Quota count does not work with lock_method=dotlock
On 24.01.2017 11:13, Tom Sommer wrote: > On 2017-01-18 15:27, mkliewe at gmx.de wrote: > >> dovecot crashes when I switch the quota tracking from dict to count. > > I have the same problem, but I use 'dict:file' as quota backend - > Maybe the error is due to quota_vsizes and not 'count'. >...
2013 Dec 03
2
[LLVMdev] LLVM toolchain for Visual Studio
...o you have a PlatformToolsets directory somewhere under > ProgFiles/MSBuild? If so, where is it? We can add it to the path search. > > If anyone has better ideas on how to find this magical directory, > suggestions are welcome. :) > > > On Thu, Nov 28, 2013 at 6:42 AM, Kelly Sommers <kell.sommers at gmail.com>wrote: > >> From this website: >> http://llvm.org/builds/ >> >> I've installed the LLVM toolchain on 2 Windows machines. One with Visual >> Studio 2012 and another with Visual Studio 2013. After installing the LLVM >> tool...
2006 Apr 27
4
auth-request.c: assertion failed: (*name != '\0')
...iled: (*name != '\0') dovecot: child 8552 (auth) killed with signal 6 My SQL conf: password_query = SELECT username as user, NULL as password FROM users WHERE username = '%u' AND password = PASSWORD('%w') as advised in a previous discussion in this list Regards -- Tom Sommer
2013 Dec 03
0
[LLVMdev] LLVM toolchain for Visual Studio
Looks like the PlatformToolsets are cached in the .suo file. If you move it out of the way or delete it, VS will re-scan for toolsets. I'm not sure what other user state is stored there, though. That's annoying. =/ On Tue, Dec 3, 2013 at 6:37 AM, Kelly Sommers <kell.sommers at gmail.com>wrote: > Thanks for the reply Reid! I took a look at that script and found that the > files were properly copied so I poked around some more. > > I found that if I started a new win32 console application, LLVM shows up > in the toolchain drop down!...
2018 Oct 04
2
VOLATILEDIR not really used?
On 2018-10-04 15:55, Timo Sirainen wrote: > On 4 Oct 2018, at 14.39, Tom Sommer <mail at tomsommer.dk> wrote: >> Is this correct, and if so are there any plans to move dotlocks etc. >> to this directory? > > > What dotlocks? I guess mbox and Maildir have some locks that could be > moved there, but a better performance optimization for those &g...
2007 Jan 03
6
R grahics: Save as hangs computer
...gw32 attached base packages: [1] "methods" "stats" "graphics" "grDevices" "utils" "datasets" [7] "base" other attached packages: lattice "0.13-8" Regards Karl _________________________________ Dr Karl J Sommer, Department of Primary Industries, Catchment & Agriculture Services, PO Box 905 Mildura, VIC, 3502 Australia Tel: +61 (0)3 5051 4390 Fax +61 (0)3 5051 4534 Email: karl.sommer at dpi.vic.gov.au
2016 Apr 06
2
Opportunistic quota recalc
On 2016-04-06 20:38, Timo Sirainen wrote: > On 06 Apr 2016, at 13:43, Tom Sommer <mail at tomsommer.dk> wrote: >> >> I'm switching quota backend to redis (from maildir++), so all my >> current usages are reset. >> >> I get that I can do "doveadm quota recalc -A", but it takes forever >> (and auth processes time out/cra...
2016 Jul 27
2
llvm-link unifies identified structs?
...; ModuleID = '<stdin>' source_filename = "llvm-link" %C = type { %A*, %A* } %A = type {} define void @foo(%C* %c) { ret void } Does the statement in the language reference not apply to linking? (This is with a recent 3.9). Robin -- Robin Sommer * ICSI/LBNL * robin at icir.org * www.icir.org/robin
2013 Nov 28
4
[LLVMdev] LLVM toolchain for Visual Studio
>From this website: http://llvm.org/builds/ I've installed the LLVM toolchain on 2 Windows machines. One with Visual Studio 2012 and another with Visual Studio 2013. After installing the LLVM toolchain neither machine shows the LLVM option in the Visual Studio project properties pane where you can select which toolchain to use for the project. Am I missing a step somewhere? :) Thanks for
2016 Mar 15
5
lmtp timeout, locks and crashes
...ibc.so.6(__libc_start_main+0xf4) [0x36aea1d9f4] -> dovecot/lmtp [DATA 172.17.165.14] [0x404a79] ---- The data is stored on NFS, with single-node access. mmap_disable is set to 'yes' Anyone know how to solve this? or can share some insights. Running dovecot 2.2.21 (5345f22) -- Tom Sommer
2017 May 18
2
lmtp segfault after upgrade
On 18.05.2017 10:55, Tom Sommer wrote: > On 2017-05-18 09:36, Teemu Huovila wrote: >> Hello Tom >> >> On 02.05.2017 11:19, Timo Sirainen wrote: >>> On 2 May 2017, at 10.41, Tom Sommer <mail at tomsommer.dk> wrote: >>>> >>>> (gdb) bt full >>>> #0 i_stream_see...
2016 Apr 07
3
Setting lmtp_user_concurrency_limit causes anvil permission error
I've set lmtp_user_concurrency_limit to 5 and now LMTP throws this at me for every delivery: Apr 07 13:38:33 lmtp(4434): Error: net_connect_unix(/var/run/dovecot/anvil) failed: Permission denied ls -l /var/run/dovecot/anvil srw------- 1 root root 0 Apr 7 13:32 /var/run/dovecot/anvil If I set lmtp_user_concurrency_limit to 0, the error goes away. -- Tom
2012 Oct 16
1
data dividing
hey I'd like to divide my data into four seasons. for this I made a function: Jahreszeit <- function(x) { if (x<=02 || x==12) {return("Winter") }else{ if (x>=03 && x<=05) {return("Fruehling") }else{ if (x>=06 && x<=08) {return("Sommer") }else{ if (x>=09 && x<=11) {return("Herbst") }}}}} Now, I have some trouble to apply this function. I tried lapply(), sapply() and tapply() but everytime i get for every month just "Winter". which isn't right. Does someone now an explanation? if i try...
2016 Apr 05
2
New feature: HTTP API
On 2016-04-05 08:44, aki.tuomi at dovecot.fi wrote: >> On April 5, 2016 at 9:27 AM Tom Sommer <mail at tomsommer.dk> wrote: >> >> >> On 2016-04-04 20:22, aki.tuomi at dovecot.fi wrote: >> >> > Since the API is still a little beta, it will not return anything in >> > case >> > doveadm does not like the arguments (that is, calls i_fa...
2016 Mar 10
2
zlib plugin doesn't add "Z" flag to Maildir filename
On 2016-03-10 15:00, Alessio Cecchi wrote: > Il 10/03/2016 10:38, Tom Sommer ha scritto: >> I enabled zlib compression, so new mails are saved compressed. >> >> Now I want to convert the old mails to gzip with the find and gzip >> command, but now I don't know which files are already gzip compressed >> by >> dovecot. > > Simp...