search for: kirkby

Displaying 17 results from an estimated 17 matches for "kirkby".

Did you mean: kirby
1998 Dec 03
2
Changing file permissions from NT
We run a Network of Suns (running Samba) and PC-NT (version 4, sp3) machines, at work, and find it very annoying to be unable to change the file permissions of files from NT on the Suns. Is there any way to change the permissions from NT file explorer or otherwise ? Dave Kirkby
2010 Jun 12
2
Can one get a list of recommended packages?
R 2.10.1 is used in the Sage maths project. Several recommended packages (Matrix, class, mgcv, nnet, rpart, spatial, and survival) are failing to build on Solaris 10 (SPARC). We would like to be able to get a list of the recommended packages for R 2.10.1, but ideally via a call to R, so it is not necessary to update that list every time a new version of R is released. We do not want to access
2010 Jun 13
1
Failure to load the recommended package Matrix (Was: [R] Can one get a list of recommended packages?)
On Sun, Jun 13, 2010 at 8:28 AM, Uwe Ligges <ligges at statistik.tu-dortmund.de> wrote: > > > On 13.06.2010 01:09, Dr. David Kirkby wrote: >> >> On 06/12/10 05:27 PM, Douglas Bates wrote: >>> >>> On Sat, Jun 12, 2010 at 8:37 AM, Dr. David Kirkby >>> <david.kirkby at onetel.net> wrote: >>>> >>>> R 2.10.1 is used in the Sage maths project. Several recommended pa...
2006 Apr 12
3
Variable Scope
Hi, I was wondering if there is a way to stop R looking outside the scope of a function, if it can't find the variable inside the function. I seem to waste hours debugging functions only to find I've used a wrong variable name somewhere, but the function still works because the variable exists higher up the hierachy. It seems it would be easier to debug if the function just went
2007 Mar 05
1
Heteroskedastic Time Series
...+ e_t, where e_t ~ N(0, sigma^2_t), and with the variance specified by something like sigma^2_t = exp(beta_t * X_t), where X_t is my exogenous variable. I would be very grateful if somebody could point me in the direction of a library that could fit this (or a similar) model. Thanks, James Kirkby Actuarial Maths and Stats Heriot Watt University
2010 May 31
1
Corrections for Solaris stuff in manual
...the builds have failed to complete in several different ways, most recently with relocation errors for libRblas.so. ############ I get that when trying to build R within Sage: http://trac.sagemath.org/sage_trac/ticket/9040 ld.so.1: R: fatal: relocation error: R_AMD64_PC32: file /export/home/drkirkby/sage-4.4.2/spkg/build/r-2.10.1.p1/src/lib/libR.so: symbol _init: value 0x228000984acd does not fit There's some info about this problem at http://developers.sun.com/solaris/articles/about_amd64_abi.html where it is suggests -Kpic is used to build Position Independent Code (PIC) code. I'...
1998 Nov 11
0
NT password problem
...I think to a similiar 1.9.18p8 and with the old one I only had to enter my password once and with the new one it was multiple times .. Anyways this question is better off on the smba main list I think than here ... which is for NTdomain controller stuff mainly .. Dave. On Thu, 12 Nov 1998, Dave Kirkby wrote: > I have an old Sun IPC unix workstation at home, running the latest > release of Solaris (version 2.6) and Samba version 1_9_18p8. This is > connected to a network of two computers - the Sun workstation and a PC > running NT4, with service pack 3. I've altered the registry...
1998 Nov 16
1
NT Password - I'm still stuck
...with my network settings on the PC. There are some very uninformative messages in the Event Viewer - something about Master Browser, and it mentions the Sun. The NT expert at work has offered to look them up if I bring in the event numbers - something I have not yet done. Any suggestions ? Dave Kirkby.
2007 Jun 04
16
Puppet installation and observations
...he fragility and cryptic failures and syntax that Cfengine suffers from. I am currently attempting to get some test machines running puppet at my work (.au ISP) as I think it will remove a large amount of grief that we have been suffering recently due to inconsistent configs. cheers. Simon Kirkby
2010 Jun 17
1
Corrections for the R manual on Solaris
There are a few errors in the R manual about Solaris. 1) Firstly you may know that Sun is now owned by Oracle. 2) "(Recent Sun machines are Opterons (?amd64?) rather than ?x86?, but 32-bit ?x86? executables are the default.) " It's not true to say that recent machines are Opterons rather than x86. Many new Sun machines are based on 64-bit Intel CPUs (often called x64). The
2011 Mar 04
1
Does R use "computed gotos" - a gcc extension of C?
The R manual says R will not build with gcc on 64-bit Solaris x86 with gcc http://cran.r-project.org/doc/manuals/R-admin.html#Solaris "Tests with gcc32 on ?x86? and ?amd64? have been less successful: ?x86? builds have failed on tests using complex arithmetic33, whereas on ?amd64? the builds have failed to complete in several different ways, most recently with relocation errors for
2008 Jun 07
1
Fail to call AC_CACHE_CHECK on R 2.7.0 for Solaris
I've tried to build R 2.6.1 and 2.7.0 on Solaris 10 update 4 (SPARC) and both configure ok, so you might ask why I suspect there is a problem. I tried to build the maths program Sage http://www.sagemath.org/ version 3.0.3alpha1. Sage fails when building R 2.6.1 - (Sage includes R in the package). The relavant bit of Sage, which is only using an unmodified R configure script is: checking
2010 Feb 16
1
Build failure on Solaris 10 (SPARC)
I'm trying to build R 2.10.1 on a Sun Blade 1000 running Solaris 10 (03/05 release). I've installed iconv 1.13.1 and used: CPPFLAGS="-I /export/home/drkirkby/sage-4.3.3.alpha0/local/include" (which is where iconv is) LDFLAGS= -R/export/home/drkirkby/sage-4.3.3.alpha0/local/lib -L/export/home/drkirkby/sage-4.3.3.alpha0/local/lib The build of R fails as below. gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre...
1998 Mar 17
26
Newbie Question
Does Samba allow me to mount NT (disks) file systems on my Unix (SGI) box? Randy -- Randy Fox Coryphaeus Software, Inc. Sr. Software Engineer 985 University Ave. Suite 31 rfox@coryphaeus.com Los Gatos CA, 95030 www.coryphaeus.com Tel: 408/395-4537 Fax: 408/395-6351
2010 Jun 12
0
R can't find gcc library that other programs can.
R is used in the Sage project. R is building on Solaris 10 with SPARC processors. Until recently, I did not give it much more thought, as it appeard to build ok. More recently someone noticed a test failure. It would appear a number of modules are not building (Matrix, class, mgcv, nnet, rpart, spatial, and survival) are all failing to build. But the R build process does not terminate. Is
2004 Dec 30
0
Problems starting *
Hello, Hope this isn't TOO much of a newb question... I just created a new WBEL server with a fresh install of asterisk. When I try to load asterisk, it dies with some cryptic error messages. I've googled for them, but haven't found anything helpful. If anyone can point me in the right direction, I'd much appreciate it... Below is the output when I try to load asterisk.
2004 Dec 31
1
Broken pipe...
Hello, I've done a very straightforward install of Asterisk, and can't seem to get it started. This is a proof-of-concept installation, and currently does not have any T1/E1 or FXO/FXS cards in it. I just want to use it as an internal SIP server for now. However, when I try to start Asterisk, it dies with the following messages: Junk at the beginning 49443303 Warning, flexibel