search for: ruhr

Displaying 20 results from an estimated 94 matches for "ruhr".

Did you mean: rohr
2016 Apr 29
2
Panic: file message-part-serialize.c: line 90 (part_serialize): assertion failed: (part->children == NULL)
Hi, I just found this in my logs: Apr 29 11:05:20 lmtp(joerg.eggenstein at ruhr-uni-bochum.de): Panic: file message-part-serialize.c: line 90 (part_serialize): assertion failed: (part->children == NULL) Apr 29 11:05:20 lmtp(joerg.eggenstein at ruhr-uni-bochum.de): Error: Raw backtrace: /usr/local/dovecot/lib/dovecot/libdovecot.so.0(+0x9c7f9) [0x7fa88bfbf7f9] -> /...
2019 Feb 11
2
smtp_address_cmp does not ignore case of localpart
Hi, in src/lib-smtp/smtp-address.c line 759 the localpart is compared with null_strcmp, which does not ignore the case. While this is the correct behavior (according to the RFC) it causes problems in real life. In my case the vacation notices are not sent, if someone writes to First.Last at ruhr-uni-bochum.de because :addresses contains (only) first.last at ruhr-uni-bochum.de. Regards, Andreas -- ! AJ3630-RIPE @ RUB8-RIPE Network Operation Center ! ! Dezernat 5.I Ruhr-Universitaet Bochum ! ! The amount of energy necessary to ref...
2011 Nov 14
1
Power analysis and sample size calculation for nonlinear regression
...find a method for nonlinear regression (estimated with the "nls" package). -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Dr. Johannes W. Dietrich, M.D. -- Laboratory XU44, Endocrine Research -- Medical Hospital I, Bergmannsheil University Hospitals -- Ruhr University of Bochum -- Buerkle-de-la-Camp-Platz 1, D-44789 Bochum, NRW, Germany -- Phone: +49:234:302-6400, Fax: +49:234:302-6403 -- eMail: "j.w.dietrich@medical-cybernetics.de" -- WWW: http://medical-cybernetics.de -- WWW: http://www.bergmannsheil.de -- -- -- -- -- -- -- -- -- -- -- --...
2012 Aug 20
1
Is it possible to save only some messages compressed to mdbox? (2.1.6)
I'm trying to save some messages as compressed (via zlib plugin) and it doesn't seem to work. Here's a log line (I'm logging to stderr): d k 1345467448.705591500 1345467448.705596500 1345467448.974808500 1650 <XXXXXXXXXXXXXXXXXXXXXXXXXX at YYY.ruhr-uni-bochum.de> local.jost.krieger+hirn at ruhr-uni-bochum.de 10909 80 Extra: -o plugin/zlib_save_level=9 -o plugin/zlib_save=bz2 lda(kriegjcb): Info: msgid=<20120820125728.58CC9172B6C at c2-4-7.noc.ruhr-uni-bochum.de>: saved mail to Hirn-2012-08 did 0+0+1 This probably doesn't make mu...
2016 Mar 20
2
[BUG] Dovecot 2.2.22 lmtp child killed with signal 11
Hello, after upgrading to 2.2.22 the lmtp service is crashing (segfault) a few times per hours. >From the logs: Mar 19 16:37:29 lmtp(redacted at ruhr-uni-bochum.de): Info: ohZXLe1x7VaUeQAAEc+Mrg: sieve: msgid=<redacted at async.facebook.com>: discarding vacation response to mailinglist recipient <redacted at facebookmail.com> Mar 19 16:37:29 lmtp(31124): Info: Disconnect from 134.147.42.228: Successful quit Mar 19 16:37:29 lmtp(31124...
2004 Nov 05
2
Problems with the sort function!?
...5e-04 -4e-04 -4e-04 -4e-04 [9] -4e-04 -4e-04 > s[1]==s[2] [1] FALSE Taking the difference of the first two entries yields > s[1]-s[2] [1] -2.220446e-16 which seems to be a numerical artefact. Is this a bug, or just a handling error by me? Thanks a lot for your answers, Kay Frederik Pilz Ruhr-Universitaet Bochum Germany Kay.Pilz at rub.de
1999 Sep 16
2
install/libraries on solaris2.6 (PR#280)
Full_Name: ulrich poetter Version: 0.65.0 OS: sparc-sun-solaris 2.6 Submission from: (NULL) (134.147.95.163) Building R-0.65.0 on sparc-sun-solaris2.6 using sun make + gcc 2.95.1+ binutils 2.8.1 and ./configure --with-g77 fails when building the eda etc. libraries. The configure script produces SHLIBLDFLAGS= -G. Replacing this in config.site by SHLIBLDFLAGS = -shared gives no errors during
2010 May 12
6
Path to R script
...cedures relative to the path of the script. Thank you for any suggestion, J. W. D. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Dr. Johannes W. Dietrich, M.D. -- Laboratory XU 44, Endocrine Research -- Medical Hospital I, Bergmannsheil University Hospitals -- Ruhr University of Bochum -- Buerkle-de-la-Camp-Platz 1, D-44789 Bochum, NRW, Germany -- Phone: +49:234:302-6400, Fax: +49:234:302-6403 -- eMail: "j.w.dietrich at medical-cybernetics.de" -- WWW: http://medical-cybernetics.de -- WWW: http://www.bergmannsheil.de -- -- -- -- -- -- -- -- -- -- --...
2013 Jul 26
2
dovecot-lda not logging if dovecot runs under daemontools
Hello all, I have dovecot running under daemontools and I can't see dovecot-lda in action when I read the logs. I've set the logs to /dev/stderr because daemontools redirects /dev/stderr to /var/log/dovecot/current. The dovecot server works fine and I know that dovecot-lda is actually doing the delivery, because the sieve facility is working as well. I can get lda log working -but
2005 Sep 18
3
as.data.frame segfaults on large lists (PR#8141)
Full_Name: Ulrich Poetter Version: 2.1.1 OS: i686-pc-linux-gnu FC2 Submission from: (NULL) (134.147.95.187) as.data.frame() segfaults on lists with very many elements: > dfn <- rep(list(rep(0,2)),198000) > test <- as.data.frame.list(dfn) Process R segmentation fault at Sun Sep 18 17:06:02 2005
2019 Feb 12
0
smtp_address_cmp does not ignore case of localpart
...tp/smtp-address.c line 759 the localpart is compared with > null_strcmp, which does not ignore the case. While this is the correct > behavior (according to the RFC) it causes problems in real life. > > In my case the vacation notices are not sent, if someone writes to > First.Last at ruhr-uni-bochum.de because :addresses contains (only) > first.last at ruhr-uni-bochum.de. > > > > Regards, > Andreas > In practice if you convert the username part to lower case in the MTA then you will accept mail with mixed case but only have to deal with lowercase in Dovecot. Jo...
2003 May 02
0
Sweave (was RE: how to present a table in powerpoint?)
...nt. Using a navigation bar is not necessary; one can use the viewing program's (e.g. Acrobat reader's) keyboard shortcuts. http://www.ctan.org/tex-archive/help/Catalogue/entries/pdfscreen.html?action=/ tex-archive/macros/latex/contrib/supported/pdfscreen/ <A HREF="http://www.tp4.ruhr-uni-bochum.de/SoftwareDocs/pdfsc/pdfscr-doc.html"> http://www.tp4.ruhr-uni-bochum.de/SoftwareDocs/pdfsc/pdfscr-doc.html</A> There are many others ways (ppower4, etc.) that you can choose from. A detailed document: <A HREF="http://texpower.sourceforge.net/"> http://www...
2007 Feb 01
0
Fwd: Re: read.spss and encodings
--- John Kane <jrkrideau at yahoo.ca> wrote: > Date: Thu, 1 Feb 2007 09:07:11 -0500 (EST) > From: John Kane <jrkrideau at yahoo.ca> > Subject: Re: [R] read.spss and encodings > To: Thomas Friedrichsmeier > <thomas.friedrichsmeier at ruhr-uni-bochum.de> > > Hi Thomas, > > I am using R 2.4.1 on WindowsXP and I don't seem to > be > having any problem, im B?ro, and zuhause are coming > in > just fine in a 200 line dataset. > > I have imported it with both read.spss and spss.get > (package Hm...
2006 Jul 11
2
strange scsi error
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, when trying to run some games I get this strange error about scsi-devices and the game doesn't recognize the game-CD: err:aspi:SCSI_GetDeviceName Could not open HKLM\HARDWARE\DEVICEMAP\Scsi\Scsi Port 1\Scsi Bus 0\Target Id 7\Logical Unit Id 0 I don't have any scsi-devices and I suppose it's a problem with my drives settings. Any
2000 Jun 22
4
Solaris 8
Dear sirs, Could you please tell me if your last Samba version runs on Solaris 8?? I apreciate your answer. -- Best regards, Flemming S?rsdal ______ System Support Eng. /_____/\ Enterprise Services /____ \\ \ /_____\ \\ / Sun Microsystems AS /_____/ \/ / / Gjerdrums vei 12 /_____/ / \//\ N-0486 Oslo, NORWAY \_____\//\ / / phone: + 47 22 02
1997 Jan 05
0
Log File Monitoring (was: Re: libc bugs)
...le, scanning for unknown or known-to-be-serious messages. Since I currently don''t have to bother much about performance issues this is a simple tail -f | awk '' /.*/USR/SBIN/CRON\[[0-9]+\]: \(root\) CMD \(atrun -l 0.5\)/ { next; } /.*sendmail\[[0-9]+\]:.* from=<[^>]*devnull.ruhr.de>.*/ { next; } /.*sendmail\[[0-9]+\]:.* to=<[^>]*devnull.ruhr.de>.*/ { next; } . . . /.*LOGIN FAILURE.*/ { system("play /usr/local/sounds/login.failure...
2015 Aug 13
2
sieve-filter failure problems
...l fail and my idea was I handle this manually from the folder Spam/U0-failed. Unfortunately the mail will arrive there but will also be left in the source folder Spam/U0 and will be processed again every 4 minutes ... This is probably not intentional? Yours Jost Krieger -- | Jost.Krieger+sig at ruhr-uni-bochum.de Please help stamp out spam! | | Postmaster, JAPH, resident answer machine at RUB Comp. Center | | Sincere words are not sweet, sweet words are not sincere. | | Lao Tse, Tao Te King 81 | -------------- next part -------------- A non-t...
2000 Jul 17
6
Install
How do I install samba on my LINUX machine. All that I have done is unzipped it. Where is the exacutable? -------------- next part -------------- HTML attachment scrubbed and removed
2018 Jan 19
2
Strange thing on log rotation front
Hi all! I've decided to rotate the dovecot logs automatically on my freebsd 10.4 server using the system's newsyslog feature. I started with logfile.info putting the line /var/log/dovecot/logfile.info 600 31 * @T16 ZCU /var/run/dovecot/master.pid 30 which should send a SIGUSER to the master process, which it seems to do for I see in the log file: master:
2010 Aug 13
1
Bug in t.test?
...results? Excel, StatView and KaleidaGraph all display a p-value of 0.1162. J. W. D. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Dr. Johannes W. Dietrich, M.D. -- Laboratory XU44, Endocrine Research -- Medical Hospital I, Bergmannsheil University Hospitals -- Ruhr University of Bochum -- Buerkle-de-la-Camp-Platz 1, D-44789 Bochum, NRW, Germany -- Phone: +49:234:302-6400, Fax: +49:234:302-6403 -- eMail: "j.w.dietrich at medical-cybernetics.de" -- WWW: http://medical-cybernetics.de -- WWW: http://www.bergmannsheil.de -- -- -- -- -- -- -- -- -- -- --...