search for: 12203

Displaying 20 results from an estimated 192 matches for "12203".

2011 Mar 03
1
sqlFetch (RODBC) question
...A; but if first 5 or 6 rows would be text then all numbers would be read in as NA. con<-odbcConnectExcel("xample.xls") #the file is attached or at http://psych.ut.ee/~nek/ajutine/xample.xls sqlFetch(con, "TT$") # ID_NO Setting_ID #1 NA NA #2 1220000 12203 # 3 1220001 12203 #etc Whereas the same file saved as csv reads in correctly as: read.csv("xample.csv") # ID_NO Setting_ID #1 b a #2 1220000 12203 #3 1220001 12203 #4 1220002 12202 #5 1220003 12202 #etc Can anyone explain why it would b...
2010 Oct 28
4
migration 1.1.7 to 2.0.6
I'm thinking of migrating from 1.1.7 (default RPM on SUSE 11.1) to 2.0.6 compiled from source using the default locations. Any Gotchas to expect that are different to an upgrade from 1.2? Any hints from moving from RPM to compiling from source and retaining the default configuration under /usr/local? TIA -- Brian Duffell RiscPC600 | VRPC Sa-Adjust RISC OS 6.10 96Mb Linux PCs
2012 Mar 16
2
[LLVMdev] PowerPC codegen experts looking for challenges?
...need a reliable host (i.e. simulation i686) / target (PPC) dual setup. To this end I almost succeeded grinding through our large(ish) codebase but found some PPC snags. I filed these bugs, complete with repro IR code: http://llvm.org/bugs/show_bug.cgi?id=12201 http://llvm.org/bugs/show_bug.cgi?id=12203 I gather that the FreeBSD project is aiming at production use of LLVM for PPC also, so these might have interesting fixes for those folks too. Another thing, it appears that thread-global data is not yet supported by the PPC backend. Is there a tracking bug for this or any plans to fill this gap?...
2017 May 31
2
Bug with 2.2.29-1~auto+25 back to haunt me
...ml > > "Can't verify remote server certs without trusted CAs (ssl_client_ca_* settings)" > > -- > Ralf Hildebrandt > Gesch?ftsbereich IT | Abteilung Netzwerk > Charit? - Universit?tsmedizin Berlin > Campus Benjamin Franklin > Hindenburgdamm 30 | D-12203 Berlin > Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962 > ralf.hildebrandt at charite.de | https://www.charite.de > Hi. passdb imap was changed to verify remote SSL cert by default (yeah, it kinda didn't do this before). It requires a ssl_ca_file or ssl_ca_dir setting in args....
2017 Mar 20
4
Can't verify remote server certs without trusted CAs (ssl_client_ca_* settings)
...ost to authentication server Mar 20 13:28:23 mproxy dovecot: auth: Fatal: master: service(auth): child 32685 killed with signal 11 (core dumped) -- Ralf Hildebrandt Gesch?ftsbereich IT | Abteilung Netzwerk Charit? - Universit?tsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962 ralf.hildebrandt at charite.de | http://www.charite.de
2010 Nov 21
2
dovecot/imap-login TLS?
...nections (822 TLS)] What exactly is TLS in this context? All connections from imap -> imap-login? All clients connecting to an imap process? -- Ralf Hildebrandt Gesch?ftsbereich IT | Abteilung Netzwerk Charit? - Universit?tsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962 ralf.hildebrandt at charite.de | http://www.charite.de
2010 Nov 05
5
Ongoing performance issues with 2.0.x
...tayed contant) to a third of the values I was seeing with 2.0.x. This evening I'll post some graphs showing two comparable 24 hour ranges. -- Ralf Hildebrandt Gesch?ftsbereich IT | Abteilung Netzwerk Charit? - Universit?tsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962 ralf.hildebrandt at charite.de | http://www.charite.de
2016 Oct 17
2
Massive LMTP Problems with dovecot
...t>, data=0x7f3b1a524860, size=0) at hash-format.c:150 > list = 0x7f3b1a4d7f80 It seems to loop in sha1_loop & hash_format_loop -- Ralf Hildebrandt Gesch?ftsbereich IT | Abteilung Netzwerk Charit? - Universit?tsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962 ralf.hildebrandt at charite.de | http://www.charite.de
2010 Oct 05
2
Startup error dovecot-2.0.5
...quired under max. load (12288) doveconf: Fatal: execvp(/usr/dovecot-2/sbin/dovecot) failed: Argument list too long Argument list too long? WTF? -- Ralf Hildebrandt Gesch?ftsbereich IT | Abteilung Netzwerk Charit? - Universit?tsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962 ralf.hildebrandt at charite.de | http://www.charite.de
2010 Oct 06
2
migration 1.2.5 -> 2.0.5 load increased dramatically
...g shows increased "system" time. We're runnign fewer processes, the IO rate ist identical to yesterday, memory usage is identical. -- Ralf Hildebrandt Gesch?ftsbereich IT | Abteilung Netzwerk Charit? - Universit?tsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962 ralf.hildebrandt at charite.de | http://www.charite.de
2012 Mar 16
0
[LLVMdev] PowerPC codegen experts looking for challenges?
...most succeeded grinding through our large(ish) codebase but found > some PPC snags. > > I filed these bugs, complete with repro IR code: > > http://llvm.org/bugs/show_bug.cgi?id=12201 Interesting. I'll try to get this fixed next week. > http://llvm.org/bugs/show_bug.cgi?id=12203 Roman and I have been working on this one over the last few days; expect a fix soon. Please keep submitting bug reports; there are a number of us who are interested in PPC support. -Hal > > I gather that the FreeBSD project is aiming at production use of LLVM > for PPC also, so these...
2010 Oct 05
4
2.0.5: deliver crashing
...ildrop") Please don't ask, I'm still running deliver from /etc/maildroprc, because maildrop is handling vacation message and such. -- Ralf Hildebrandt Gesch?ftsbereich IT | Abteilung Netzwerk Charit? - Universit?tsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962 ralf.hildebrandt at charite.de | http://www.charite.de
2019 Oct 07
3
[ext] dovecot 2.3.7.2-1~bionic: Performance issues caused by excessive IO to ~/mdbox/mailboxes/INBOX/dbox-Mails/dovecot.index.tmp
On 1 Oct 2019, at 16.45, Ralf Hildebrandt via dovecot <dovecot at dovecot.org> wrote: > > * Ralf Hildebrandt via dovecot <dovecot at dovecot.org>: > >> But why is that? Why would the index file be updated so often? > > BTW: This post is a followup to my "2.3.7 slower than 2.3.6?" post from back in July. Fixed by
2017 Jun 02
2
Bug with 2.2.29-1~auto+25 back to haunt me
...ed CAs (ssl_client_ca_* settings)" > > > > > > -- > > > Ralf Hildebrandt > > > Gesch?ftsbereich IT | Abteilung Netzwerk > > > Charit? - Universit?tsmedizin Berlin > > > Campus Benjamin Franklin > > > Hindenburgdamm 30 | D-12203 Berlin > > > Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962 > > > ralf.hildebrandt at charite.de | https://www.charite.de > > > > > > > Hi. > > > > passdb imap was changed to verify remote SSL cert by default (yeah, it > > kinda didn...
2011 Jan 05
5
Login with firstname.lastname instead of loginname - WORKING
...normalize" the usernames by lowercasing them? The coolest solution would be to strip realms AND force lowercasing of usernames in one pass -- Ralf Hildebrandt Gesch?ftsbereich IT | Abteilung Netzwerk Charit? - Universit?tsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962 ralf.hildebrandt at charite.de | http://www.charite.de
2017 May 31
2
Bug with 2.2.29-1~auto+25 back to haunt me
...<file Gnarf! As you can see I do HAVE ssl_ca in my doveconf -n output! ssl_ca = </etc/ssl/certs/ca-certificates.crt So what gives? -- Ralf Hildebrandt Gesch?ftsbereich IT | Abteilung Netzwerk Charit? - Universit?tsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962 ralf.hildebrandt at charite.de | https://www.charite.de
2018 Mar 04
3
Panic: file smtp-address.c: line 530 (smtp_address_write): assertion failed: (smtp_char_is_qpair(*p))
On 04/03/18 09:55, Stephan Bosch wrote: > Op 3/4/2018 om 9:07 AM schreef John Fawcett: >> On 03/03/18 22:10, Stephan Bosch wrote: >>> Clearly, the relevant specifications don't allow UTF-8 in the local part >>> without email address internationalization (EAI), which Dovecot does not >>> support nor announce yet (although that should be mended somewhat soon).
2012 Feb 18
5
Folder name migration when moving from 2.0.x to 2.1.x?
...b) How can I globally "fix" the folder names (preferably in such a way that I am able to switch back and forth between 2.0 and 2.1) -- Ralf Hildebrandt Gesch?ftsbereich IT | Abteilung Netzwerk Charit? - Universit?tsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962 ralf.hildebrandt at charite.de | http://www.charite.de
2006 Jan 16
1
Solaris 9/Samba 3.0.21a
...========================================================== [2006/01/16 09:31:53, 0] lib/util.c:smb_panic2(1554) PANIC: internal error [2006/01/16 09:31:55, 1] smbd/service.c:make_connection_snum(666) mikes_pc (192.168.1.180) connect to service mike initially as user mike (uid=100, gid=100) (pid 12203) [2006/01/16 09:32:12, 0] lib/fault.c:fault_report(36) =============================================================== [2006/01/16 09:32:12, 0] lib/fault.c:fault_report(37) INTERNAL ERROR: Signal 10 in pid 12203 (3.0.21a) Please read the Trouble-Shooting section of the Samba3-HOWTO [2006/01/1...
2016 Oct 17
2
Massive LMTP Problems with dovecot
...371 and 376 :) I then went back to, issues went away: 2.2.25-1~auto+49 and the issues reappeared with 2.2.25-1~auto+57 Does that help? -- Ralf Hildebrandt Gesch?ftsbereich IT | Abteilung Netzwerk Charit? - Universit?tsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962 ralf.hildebrandt at charite.de | http://www.charite.de