search for: sieht

Displaying 4 results from an estimated 4 matches for "sieht".

Did you mean: sieh
2013 May 03
7
Dovecot Postfix Quota Policy Service
...dable zu setzen, leider hat dies auch nicht geklappt, wobei ich nicht wei?, ob dieser unbedingt mit dem Problem etwas zu tun hat. Auch beim Debug-Logging sind leider nicht mehr Infos zum Fehler zu finden. Zum Einsatz kommt aktuell Postfix 2.10.0 und Dovecot 2.2.1. Die Dovecot Quota Konfiguration sieht so aus, wie bei sys4 beschrieben: service quota-status { executable = quota-status -p postfix unix_listener /var/spool/postfix/private/quota-status { group = postfix mode = 0660 user = postfix } client_limit = 1 } Mittlerweile habe ich schon einige Optionen und Berechtigungen ausprobiert,...
2009 Jun 10
0
New patch for folder pattern matches
...llo Johannes, > Nice. I gave it an almost complete rewrite again, getting rid of the > magic array indexes and things like that. Please test, I haven't had a es gab einen off-by-one Bug beim Laden der Config. Dort habe ich noch eine "2" durch den Enum-Wert ersetzt. Beim Test sieht's super aus! Man koennte jetzt noch match_fn[] in die match_name[] packen, um alles zusammen zu haben ... . Wie ist das eigentlich, das Feld, auf den der Rueckgabewert von getenv() zeigt, darf nicht veraendert werden, oder? Ansonsten koennte man: strings[i] = p_strsplit(global_pool, tmp...
2015 Apr 10
3
[LLVMdev] Different signatures or smart casting?
Hello! I linked two bitcode files like described below using LTO and find they are linked fine instead of making an error. ---------- 1.bc ---------- ... define i32 @main(i32 %argc, i8** %argv) #0 { entry: ... %call = call i32 @_Z1aj(i64 2) ... } declare i32 @_Z1aj(i64) #1 ... ---------- 2.bc ---------- ... define i32 @_Z1aj(i32 %b) #0 { entry: ... } ... ---------- In the first file function
2005 Aug 03
7
call fortran in R
Hello, I used a mac G5, R.2.1.1, and G77 3.4.4 and I would like to use and call a fortran subroutine. The trouble is that it seems I am not able to correctly load the compiled code. Here is what I have done: In the terminal this how I compiled my fortran code: R CMD SHLIB ~/Desktop/Fortan_kmeans/kmeans3.f There is the wrapper I have paste inside de kmeans3.f file: c