search for: liv

Displaying 20 results from an estimated 72 matches for "liv".

Did you mean: lib
2005 Apr 06
0
Bug? Authentication failure with multiple logins from same client IP addy
...ould report to the SAMBA team? or is this a known bug? (I've not seen this specific problem referenced) This problem is driving us crazy! Help! -David *-Attachment--- log.smbd [2005/04/05 04:39:22, 2] auth/auth.c:check_ntlm_password(305) check_ntlm_password: authentication for user [det-liv-cd1] -> [det-liv-cd1] -> [det-liv-cd1] succeeded [2005/04/05 04:39:22, 1] smbd/service.c:make_connection_snum(642) mpc-cdirect1 (10.1.5.84) connect to service test initially as user det-liv-cd1 (uid=1001, gid=100) (pid 28067) [2005/04/05 04:39:22, 2] smbd/dosmode.c:unix_mode(60) unix_mode...
2010 Oct 23
1
command to start R and Rcmdr?
...with Rcmdr from the cli, without tweaking Rprofile.site. This has been discussed in the past [1], but I don't see a solution that (1) could be used with any working directory and (2) would avoid starting Rcmdr on every R start-up. Personally I tried the following, which starts R but not Rcmdr liv at liv-laptop:~$ R --interactive -e 'require(Rcmdr)' and the following, which starts R in a non-interactive session liv at liv-laptop:~$ R -e 'require(Rcmdr)' --interactive Any ideas on how to work around this? Regards Liviu [1] http://www.mail-archive.com/r-help at r-project.org...
2009 Aug 04
2
100% CPU when running (cran2deb) JGR on Debian
...I installed the amd64 cran2deb [1] JGR binaries on a fresh Debian testing, and JGR is missbehaving. When JGR starts up, one core of the CPU goes to 100% and stays there, even though I am keeping it idle and not performing any operation. I tried JGR with both sun-java6-jdk and openjdk-6-jdk, debian-liv:/home/liviu# update-alternatives --config java There are 4 choices for the alternative java (providing /usr/bin/java). Selection Path Priority Status ------------------------------------------------------------ 0 /usr/lib/jvm/java-6-openjdk/...
2004 Jan 14
0
Problem adding smb accounts on 3.0.1/ldap
...roblem with smbpasswd? smb.conf # Global parameters [global] domain logons = yes workgroup = BSTORE netbios name = TEST-SERVER2 server string = LDAP/Samba Development Server security = user encrypt passwords = Yes # obey pam restrictions = Yes passdb backend = ldapsam:ldap://test-server2.liv.buildstore.co.uk/ # smbpasswd -x delete the entire dn-entry ldap delete dn = no ldap passwd sync = yes ldap ssl = start tls ldap suffix = dc=buildstore,dc=co,dc=uk ldap machine suffix = ou=machines ldap user suffix = ou=users ldap group suffix = ou=groups ldap admin dn = "cn=manager,d...
2009 Nov 19
0
strange crashes caused by 'cairoDevice' and 'tcltk' dialogues
...ding required package: relimp Loading Tcl/Tk interface ... [Thread debugging using libthread_db enabled] Cannot find new threads: generic error (gdb) quit I get the same error when trying to load Rcmdr in gdb. Could someone point me to the right direction of investigating these crashes? Thank you Liviu liviu at debian-liv:~$ uname -a Linux debian-liv 2.6.30-1-amd64 #1 SMP Sat Aug 15 18:09:19 UTC 2009 x86_64 GNU/Linux liviu at debian-liv:~$ cat /etc/apt/sources.list | grep cran2deb deb http://debian.cran.r-project.org/cran2deb/debian-amd64/ testing/ > sessionInfo() R version 2.10.0 (2009-1...
2010 Jan 16
0
'tcltk' crashes related to event-loops (PR#14187)
...cltk) require(RGtk2) ReturnVal <- tkmessageBox(title="Greetings from R TclTk",message="Hello, world!",icon="info",type="ok") ### click "ok" to get the crash There are other ways to obtain the same error messages, but without concurrent crashes. liviu at debian-liv:~$ R --vanilla require(tcltk) fix(iris) ### click "quit" ReturnVal <- tkmessageBox(title="Greetings from R TclTk",message="Hello, world!",icon="info",type="ok") ### click "ok" ReturnVal <- tkmessageBox(title="Gr...
1999 Jul 07
1
Calling S-Plus routines from C or Fortran
...d it is common practice to call C/Fortran routines from one's S-PLUS/R. However is it possible to call S-Plus routines into C and Fortran programs using them as executable functions/subroutines ? Grateful for any answers to this. Regards Ray P.S. Please direct emails directly to rayg at csc.liv.ac.uk as I am not on the mailing list. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the...
2013 Mar 01
1
predict.loess() segfaults for large n?
Hi, I am segfaulting when using predict.loess() (checked with r62092). I've traced the source with the help of valgrind (output pasted below) and it appears that this is due to int overflow when allocating an int work array in loess_workspace(): liv = 50 + ((int)pow((double)2, (double)D) + 4) * nvmax + 2 * N; where liv is an (global) int. For D=1 (one x variable), this overflows at approx N = 4089 where N is the fitted sample size (not prediction sample size). I am aware that you are in the process of introducing long vectors but a quick fix...
1999 Jun 03
1
very minor Rgui problem in rw0641 (PR#204)
....rev = 0 major = 0 minor = 64.1 year = 1999 month = May day = 8 language = R Search Path: .GlobalEnv, Autoloads, package:base ******************************************** Dr S.C. Fear Statistician Hon. Lecturer Roy Castle ICLCR Dept Math. Sci. 200 London Road University of Liverpool Liverpool L3 9TA Liverpool L69 3BX fears@rc.liv.ac.uk scf@liv.ac.uk -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscr...
2004 Feb 24
2
convergence in polr
...So I am using the function polr in library(MASS). My data is a matrix of 1665 rows and 63 columns (one of the column is the dependent variable). The code I use is polr(as.ordered(q23p)~.,data=newdatap) but I am getting the following warning message singularity encountered in: nlminb.1(temp, p, liv, lv, objective, gradient, bounds, scale) I looked in the MASS help for nlminb and I found that for the function nlminb(start, objective, gradient=NULL, hessian=NULL, scale=1, control=NULL, lower=-Inf, upper=Inf) when returning a warning message of singularity means that the optimizati...
2015 Mar 26
4
[LLVMdev] `llvm.$op.with.overflow`, InstCombine and ScalarEvolution
..., I seriously doubt this is a good idea, given that the semantics of these intrinsics can be completely described by a DAG composed of existing instructions. * add rules to ScalarEvolution to have it understand these intrinsics (or maybe even expand them before `-indvars` -- I think `-liv-reduce` tries to do this in some cases), but I'd vote for keeping this complexity out of ScalarEvolution unless there are good reasons why the `.with.overflow` calls need to be introduced before codegenprep. What do you think? -- Sanjoy
1999 Jun 03
1
IE5 html help search failure (PR#205)
....rev = 0 major = 0 minor = 64.1 year = 1999 month = May day = 8 language = R Search Path: .GlobalEnv, Autoloads, package:base ******************************************** Dr S.C. Fear Statistician Hon. Lecturer Roy Castle ICLCR Dept Math. Sci. 200 London Road University of Liverpool Liverpool L3 9TA Liverpool L69 3BX fears@rc.liv.ac.uk scf@liv.ac.uk -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscr...
2010 Nov 10
1
error on R CMD rtags
Dear all I'm getting a strange error when trying to use rtags() to generate tags in Emacs format. root at liv-laptop:/usr/lib/R# R CMD rtags -o /usr/local/build/ETAGS --no-Rd --no-c library/ Tagging R files under library/; writing to /usr/local/build/ETAGS (overwriting)... [..] Error: '\.' is an unrecognized escape in character string starting "[.]*\." Execution halted Done ?rtags say...
2009 Oct 20
1
Driver for Liebert
...you're mentioning above is already supported. but you might be referring to a newer GTX2 ESP-II. interestingly, there was a thread recently revived on this: http://lists.alioth.debian.org/pipermail/nut-upsuser/2009-October/005529.html there is a link pointing to some work done: http://www.csc.liv.ac.uk/~greg/projects/liebertserial/ tell me back if you're willing to work on this, since I'll have some more comments... cheers, Arnaud -- Linux / Unix Expert R&D - Eaton - http://www.eaton.com/mgeops Network UPS Tools (NUT) Project Leader - http://www.networkupstools.org/ Debian De...
2010 Jan 13
1
patch for support Liebert GXT2 ESP2 protocol
Hi All, Attached is a patch against nut-2.4.1 that adds a driver for the ESP2 protocol, as used by the serial port found on the Liebert GXT2. This driver is mostly based on: http://www.csc.liv.ac.uk/~greg/projects/liebertserial with additional bit field information from Spiros Ioannou. liebert.c at the above url has been tested by a few people to return the correct status data. Besides me, this driver (which is based on liebert.c) has been tested by one other. I've not yet had co...
2009 Dec 07
1
options(width=100) ignored on start-up: bug or feature?
Dear developers I've tried this a couple of days ago on r-help, unfortunately with no feedback. Could you please take a look and confirm whether it's a bug, feature, or bad eye-sight when reading Help: Is it normal that R ignores options("width"=100) at start-up? Although liviu at debian-liv:~$ cat /usr/lib/R/etc/Rprofile.site | grep width options(width = 100) , R will start with [Previously saved workspace restored] > options()$width [1] 80 Am I doing something wrong? Liviu > sessionInfo() R version 2.10.0 (2009-10-26) x86_64-pc-linux-gnu locale:...
2010 Apr 02
0
Liebert GXT2 driver
...e some problem. >> Spiros doesn't have Liebert GXT2 serial ups any more. >> He can't help for me. >> Richard doesn't write answer for me. >> >> So i hope in your help. >> >> I tried Richard's code (from Richard site : >> http://www.csc.liv.ac.uk/~greg/projects/liebertserial/<http://www.csc.liv.ac.uk/%7Egreg/projects/liebertserial/>) >> and Spiros code. >> I compared outputs and there was same. >> >> But I tested liebertgxt2 driver in nut and it gave other outputs. >> I attached a odt file.You find...
2009 Aug 21
1
sessionInfo() fails to correctly detect locale settings
...Yesterday I was slightly surprised to notice that R incorrectly detected some of the locale settings. I am not sure whether this is important, but I preferred to drop a message. In the R output below, some entries that should have been "en_GB.UTF-8" are presented as "C". Regards Liviu > sessionInfo() R version 2.9.1 (2009-06-26) x86_64-pc-linux-gnu locale: LC_CTYPE=en_GB.UTF-8;LC_NUMERIC=C;LC_TIME=en_GB.UTF-8;LC_COLLATE=en_GB.UTF-8;LC_MONETARY=C;LC_MESSAGES=en_GB.UTF-8;LC_PAPER=en_GB.UTF-8;LC_NAME=C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=en_GB.UTF-8;LC_IDENTIFICATION=...
2010 May 09
4
Fwd: R apply() help -urgent
---------- Forwarded message ---------- From: Dr. Venkatesh <drvenki at liv.ac.uk> Date: Sun, May 9, 2010 at 4:55 AM Subject: R apply() help -urgent To: r-help at r-project.org I have a file with 4873 rows of 1s or 0s and has 26 alphabets (A-Z) as columns. the 27th column also has 1s and 0s but stands for a different variable (pLoss). columns 1 and 2 are not significa...
2008 Mar 18
2
Matching multiple nodes with a regular expression
...s a hostname consisting of the cluster type and a unique id (e.g. tc-dev-1, mysql-stg-3, etc). I''ve been merrily adding each node by hand to puppet but being naturally lazy I wondered if this could be done with a regular expression instead, something along the lines of: nodematch "tc-liv-\d+.*?\.ac\.uk" { .... } which would then map all matching nodes to that default configuration. Adding the code to do this doesn''t seem to be a unsurmountable problem, but I''ve only just started reading through the source so perhaps I''m wrong. Does this seem worthwh...