search for: grimm

Displaying 20 results from an estimated 197 matches for "grimm".

2011 Jul 06
2
Slow umounts on SLES10 patchlevel 3 ocfs2
...parm: dlm_purge_locks_max:int # rpm -qa ocfs2* ocfs2-tools-1.4.0-0.9.9 ocfs2console-1.4.0-0.9.9 ---------------------------X8----------------------------------- The kernel version is 2.6.16.60-0.54.5-smp ______________________________________________________________________________ Marc Grimme E-Mail: grimme at atix.de ATIX Informationstechnologie und Consulting AG | Einsteinstrasse 10 | 85716 Unterschleissheim | www.atix.de Enterprise Linux einfach online kaufen: www.linux-subscriptions.com Registergericht: Amtsgericht M?nchen, Registernummer: HRB 168930, USt.-Id.: DE209485962 | Vo...
2006 Apr 20
3
[PATCH] fix tools compile issue on sles 10
...s about this: http://lists.xensource.com/archives/html/xen-devel/2006-03/msg00565.html http://lists.xensource.com/archives/html/xen-devel/2006-04/msg00090.html prefix is being passed along for some reason. this patch is a simple fix that will make sure prefix is not defined. Signed-off-by: Ryan Grimm <grimm@us.ibm.com> diff -r 72f9c751d3ea -r 683811163238 tools/pygrub/Makefile --- a/tools/pygrub/Makefile Wed Apr 19 18:32:20 2006 +0100 +++ b/tools/pygrub/Makefile Thu Apr 20 11:27:33 2006 -0500 @@ -11,7 +11,7 @@ build: .PHONY: install ifndef XEN_PYTHON_NATIVE_INSTALL install: all - CFLA...
2005 Sep 27
3
Random Forest with R
Hi, what is the name of the package that provides Random Forest with R. Sincerely Louis Ferré http://www.univ-tlse2.fr/grimm/smash/ferre/index.html Equipe GRIMM-2254 Département de Math-Info 5 allées Antonio Machado 31058 Toulouse Cedex Tel: 0561504608 0561503982 [[alternative HTML version deleted]]
2002 Sep 03
2
Problem with SJava sample "JavaRCall"
...terpreter.java. java.lang.UnsatisfiedLinkError: boolean org.omegahat.R.Java.ROmegahatInterpreter.initR(java.lang.String[]) boolean org.omegahat.R.Java.ROmegahatInterpreter.initR(java.lang.String[]) native code" All paths (attached) are set up correctly, what is missing? Thank you, Heinz Grimm My paths: PATH:=d:\r-project\R-1.5.1\library\sjava\libs;d:\r-project\R-1.5.1\bin;d:\jdk1.3.1_01\jre\bin\hotspot R_HOME=d:\r-project\R-1.5.1 CLASSPATH=d:\r-project\R-1.5.1\library\SJava; d:\r-project\R-1.5.1\library\SJava\org\omegahat\Jars\antlr.jar; d:\r-project\R-1.5.1\library\SJava\org\omegahat...
2008 Apr 10
2
Procmail died with Signal 11
...like the above log-snip. i changed the timeout to 300 secs and thougt that was the trick, but there are still some process wich are diying after all. i?m using postfix 2.5.1, procmail 3.22, dovecot 1.0.13, with sophos and amavis. i would be really grateful for any ideas. best regards Johannes Grimm -- ============================================================== Hochschule f?r angewandte Wissenschaften - Fachhochschule Rosenheim University of Applied Sciences Rechenzentrum Johannes Grimm Hochschulstr.1 D-83024 Rosenheim Tel: +49-8031/805-229 Fax: +49-8031/805-223 http://www.fh-ros...
2002 Aug 30
1
Can neither find or create RInterpreter.DLL
...erpreter.DLL. I installed all the tools recommended in http://www.stats.ox.ac.uk/pub/Rtools/ - Tools.ZIP http://www.stats.ox.ac.uk/pub/Rtools/tools.zip - Perl http://www.activestate.com/Products/ActivePerl/Download.html - MINGW compiler http://www.mingw.org/ Any help is highly appreciated. Heinz Grimm -------------- next part -------------- A non-text attachment was scrubbed... Name: grimm.heinz.vcf Type: text/x-vcard Size: 291 bytes Desc: Card for Heinz Grimm Url : https://stat.ethz.ch/pipermail/r-help/attachments/20020830/1b70b26b/grimm.heinz.vcf
2003 Feb 03
2
[Out off-topic] SJava under Windows
Sorry for this off-topic subject. I am fighting for running SJava under Windows. SJava_0.64 (compiled by Simon Urbanek, thanks), R 1.6.2, Java JDK 1.4.0_02, Windows XP pro: > library(SJava) > .JavaInit() Error in .JavaInit() : Couldn't start Java Virtual Machine: Cannot find the Omegahat interface manager class. Check you classpath! > # And the second time... > .JavaInit() It
2015 May 14
2
Best practice for getting sieve scripts replicated?
> On 14.05.2015, at 19:21, Stephan Bosch <stephan at rename-it.nl> wrote: > > On 5/14/2015 2:46 PM, Michael Grimm wrote: >> Hi ? >> >> I do have replication between two servers running, and mail is replicated without any issues. >> I do have sieve running at both servers without any issues. >> >> But replication of sieve scripts doesn't work as "expected": &g...
2015 May 15
1
Best practice for getting sieve scripts replicated?
On 5/15/2015 1:03 PM, Stephan Bosch wrote: > On 5/14/2015 9:32 PM, Michael Grimm wrote: >> On 14.05.2015, at 19:21, Stephan Bosch <stephan at rename-it.nl> wrote: >> On 5/14/2015 2:46 PM, Michael Grimm wrote: >>>> I do have replication between two servers running, and mail is replicated without any issues. >>>> I do have sieve running a...
2006 Feb 08
2
[PATCH] make x86_64 vcpu hotplug work like i386
...r while the x86_64 version schedules a SCHEDOP_yield among other things. plopping the i386 version (patch below) into x86_64/process-xen.c makes hotplugging in x86_64 behavior like i386. does anyone know why the x86_64 play_dead function is in the current state? thanks, ryan Signed-off-by: Ryan Grimm <grimm@us.ibm.com> diff -r 974ed9f73641 linux-2.6-xen-sparse/arch/x86_64/kernel/process-xen.c --- a/linux-2.6-xen-sparse/arch/x86_64/kernel/process-xen.c Wed Feb 8 16:27:32 2006 +++ b/linux-2.6-xen-sparse/arch/x86_64/kernel/process-xen.c Wed Feb 8 09:32:46 2006 @@ -53,6 +53,7 @@ #includ...
2019 Jul 12
2
Dovecot release v2.3.7
Michael Grimm via dovecot <dovecot at dovecot.org> wrote: > > Timo Sirainen via dovecot <dovecot at dovecot.org> wrote: >> This likely fixes it anyway: >> >> diff --git a/src/lib/ostream-file.c b/src/lib/ostream-file.c > I do not compile from source, I'm using FreeB...
2008 Apr 24
1
Mail deletion
...s. is there a special expunge timer or when will those orphaned messages whiped out of the filesystem? -- ============================================================== Hochschule f?r angewandte Wissenschaften - Fachhochschule Rosenheim University of Applied Sciences Rechenzentrum Johannes Grimm Hochschulstr.1 D-83024 Rosenheim Tel: +49-8031/805-229 Fax: +49-8031/805-223 http://www.fh-rosenheim.de/ johannes.grimm at fh-rosenheim.de ==============================================================
2002 Sep 03
1
Bugs in $RHOME/src/library/SJava/src/makefile.win (PR#1977)
Full_Name: Heinz Grimm Version: R1.5.1 OS: Windows NT Submission from: (NULL) (195.65.178.178) Line 11 is: "DLLLIBS=-L'c:/jdk1.3/lib' -L$(JAVA_HOME)/jre/bin/hotspot...." should be: "DLLLIBS=-L$(JAVA_HOME)/lib -L$(JAVA_HOME)/jre/bin/hotspot...." Line 59 is: " (cd .. ; ./configure.win $(...
2002 Oct 31
1
header containing (PR#2003)
.../jre... My suggestion is just to rely on $R_HOME, instead of using "GetModuleFileName()", because all "xxx calls R" packages will have similar problems. I added in my sample fix the check for $RHOME, since SJava does the same, may be this is historical, just ignore it... Heinz Grimm
2012 Feb 18
3
Failing: doveadm sync <--remote host--> dsync mirror
Hi -- I'm used to dsync my two mailservers running 2.0.16. Today, I did upgrade one server to 2.1, and doveadm sync is throwing to following error: mail> doveadm sync -f -u test ssh vmail at remote-host.tld dsync -v -f -u test doveadm(test): Fatal: All your namespaces have a location setting. It should be empty (default mail_location) in the namespace to be converted. Same error with
2018 May 31
2
2.3.1 Replication is throwing scary errors
On 31. May 2018, at 18:09, Remko Lodder <remko at FreeBSD.org> wrote: >> On 31 May 2018, at 17:52, Michael Grimm <trashcan at ellael.org> wrote: >> I would love to get some feedback from the developers regarding: >> >> #) are commercial customers of yours running 2.3 master-master replication without those issues reported in this thread? >> #) do you get reports about these iss...
2002 Oct 21
1
Does SJava work on Windows? It does (ish) on Linux
Apologies for posting to this list but my attempts to join the omegahelp list bounce back with address unknown errors. I'm struggling to get SJava working on windows 98. I'm using R 1.6 and the latest SJava 0.65 and JDK 1.3.1_04. I keep getting an Unsatisified Link error on initR. Our Java application gets launched with a wrapper script. I've put the library paths and current
2019 Jul 12
2
Dovecot release v2.3.7
On 12 Jul 2019, at 21.05, Michael Grimm via dovecot <dovecot at dovecot.org> wrote: > > Aki Tuomi via dovecot <dovecot at dovecot.org> wrote: > >> We are pleased to release Dovecot release v2.3.7. > > My upgrade from 2.3.6 to 2.3.7 broke replication (FreeBSD 12.0-STABLE r349799): > > | dovecot[7...
2006 Feb 01
3
Parsing RDF coming from a URL
Hello, i''m writing an application that needs geocoding information for locations outside of the US. I''m using the brainoff.com geocoding service mappoint = Net::HTTP.new(''brainoff.com'', 80) response = mappoint.get(''/geocoder/rest/?city=Gent,BE'') logger.debug response.body and the body of the response is in the following form : <rdf:RDF
2015 Apr 24
4
FYI: dovecot (008632bdfd2c) compilation woes, and minor glitch regarding update-version.sh
Hi ? 1) I'm trying to compile a recent hg dovecot version (008632bdfd2c) at a FBSD10-STABLE system without success: libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib -I../../src/lib-test -I/usr/local/include -DUDHRDIR=\"../../src/lib-fts\" -DDATADIR=\"/usr/local/share/dovecot\" -DTEST_STOPWORDS_DIR=\"../../src/lib-fts\" -I/usr/local/include