search for: galadriel

Displaying 10 results from an estimated 10 matches for "galadriel".

2002 Jan 02
1
multiple definitions in C code
.... The gcc compiler has a flag -fno-common (Stallman, p. 187), which allocates space for each defined variable directly, and does not place it in "common" space. The Next dynamic linker has a flag -m, which makes multiple definitions into warnings instead of errors. This if we have files galadriel.c with ========================================================================== ==== #include <stdio.h> float bilbo; int galadriel () { bilbo = 1.0; return printf("%1.0f\n", bilbo + bilbo); } ========================================================================== ==== and e...
2013 Feb 15
2
Nagios NRPE IPv6
On my network management server I have Name : nagios-plugins-nrpe Arch : x86_64 Version : 2.13 Release : 1.el6 Size : 38 k Repo : installed From repo : epel To my dismay I noticed that this doesn't seem to support IPv6: [ts at bombur ~]$ host galadriel.example.com galadriel.example.com has IPv6 address 2001:db8:f004:8::32 [ts at bombur ~]$ /usr/lib64/nagios/plugins/check_nrpe -n -H galadriel.example.com Invalid host name 'galadriel.example.com' [ts at bombur ~]$ /usr/lib64/nagios/plugins/check_nrpe -n -H 2001:db8:f004:8::32 Invalid host n...
2002 Apr 04
2
summary on predict with arima0
Here is the summary on predict when using an arima0 object: The arima0 object must be based on a time series vector. That is; x <- ts(xm1, frequency=12, start=c(1975,1)) x.ar <- arima0(x,order=c(1,1,1)) predict(x.ar,n.ahead=3) Thanks so much to Prof. Brian Ripley and David Brahm and other! Sincerely, Erin Hodgess
2011 Aug 16
3
invalid multibyte string at '<a0>'
Hi I have a problem reading files from Windows... these files have, instead of NA on last column. special ending '<a0>' which makes problem... This problem does not appear while reading the same file in Windows! Try: read.csv("http://dl.dropbox.com/u/6113358/prob.csv") Could you please tell me if you also have this problem? I have tried either by cleaning the file on
2009 May 19
1
multiple domain info entries problem
...hope I'll have a nice time here. one of my servers running samba+ldap is not working properly. the setup is: Debian 5 fileserver:/etc/samba#smbd --version Version 3.0.24 fileserver:/etc/samba# slapd -V @(#) $OpenLDAP: slapd 2.3.30 (Oct 5 2008 22:08:58) $ jmm@galadriel:/home/jmm/ldap/openldap2.3-2.3.30/debian/build/servers/slapd After a samba upgrade via apt-get, the user could not access their shared folders anymore. Looking at the logs i'd saw some strage things: smbd.log: =============================================================== [2009...
2000 Mar 10
0
README & Apache
...el is that we want to discourage the use of name ``README'' for future submissions. I will configure the CRAN master site in a minute such that it prints ReadMe's, but also lists the file in the directory listing. Best, Fritz ********************************************************** galadriel:R$ find -name README ./bin/windows/README ./bin/windows/windows-NT/base/README ./bin/windows/windows-NT/README ./bin/osf/osf4.0/tar/alpha_ev5/README ./bin/osf/osf4.0/RPMS/alpha_ev5/source/README ./bin/osf/osf4.0/RPMS/README ./bin/osf/osf4.0/RPMS/alpha_ev6/source/README ./bin/osf/osf4.0/README ./bin...
2002 Oct 10
3
Sweave (PR#2142)
In the 'RWeaveLatexSetup' function in the 'tools' package in R 1.6.0 , the code below does not work (pdflatex can't find 'Sweave.sty'): if (stylepath) styfile <- file.path(R.home(), "share", "texmf", "Sweave") else styfile <- "Sweave" In R 1.5.1, that was: if(stylepath) styfile <-
2005 Jan 22
5
EROR: no DNS
[2005-01-22 23:31:17] EROR yp/send_to_yp connection to http://dir.xiph.org/cgi-bin/yp-cgi failed with "Couldn't resolve host 'dir.xiph.org'" [2005-01-22 23:31:17] EROR yp/send_to_yp connection to http://www.oddsock.org/cgi-bin/yp-cgi failed with "Couldn't resolve host 'www.oddsock.org'" This happens in chroot. Out of chroot, no problems. So I did the
2009 May 19
0
language charset configuration problem!
...y servers running samba+ldap is not working properly. > > the setup is: > > Debian 5 > > fileserver:/etc/samba#smbd --version > Version 3.0.24 > fileserver:/etc/samba# slapd -V > @(#) $OpenLDAP: slapd 2.3.30 (Oct 5 2008 22:08:58) $ > > jmm@galadriel:/home/jmm/ldap/openldap2.3-2.3.30/debian/build/servers/slapd > > > > After a samba upgrade via apt-get, the user could not access their > shared folders anymore. > > Looking at the logs i'd saw some strage things: > > smbd.log: > > =======================...
2003 Jun 27
1
R-help Digest, Vol 4, Issue 27 ( -Reply)
...------------------ Message: 58 Date: Fri, 27 Jun 2003 10:01:36 +0200 From: Friedrich.Leisch at ci.tuwien.ac.at Subject: Re: [R] Bagged clustering and fuzzy c-means To: Xu Yun <yun.xu at bristol.ac.uk> Cc: r-help <r-help at stat.math.ethz.ch> Message-ID: <16123.63968.940622.152035 at galadriel.ci.tuwien.ac.at> Content-Type: text/plain; charset=iso-8859-1 >>>>> On Thu, 26 Jun 2003 14:43:41 +0100, >>>>> Xu Yun (XY) wrote: > Dear All: > I'm a newbie to R and chemometrics. > Now I'm trying apply bclust on fuzzy c-means like this: &g...