similar to: Problem during porting R-2.7.2 on HP-UP 11.11 PA-Risc

Displaying 20 results from an estimated 400 matches similar to: "Problem during porting R-2.7.2 on HP-UP 11.11 PA-Risc"

2008 Sep 23
1
WG: Problem during porting R-2.7.2 on HP-UP 11.11 PA-Risc
Claus-Juergen Neumann/BASF-AG/B ASF An r-help at r-project.org 23.09.2008 12:49 Kopie
2004 Jul 20
1
Performance problem
Dear all, I have a performance problem in terms of computing time. I estimate mixed models on a fairly large number of subgroups (10000) using lme(.) within the by(.) function and it takes hours to do the calculation on a fast notebook under Windows. I suspect by(.) to be a poor implementation for doing individual analysis on subgroups. Is there an alternative and more efficient way for doing
2014 Feb 28
0
BASF Shanghai: Statistician / Chemometrician
Valued R-community. Please let me make you aware of a job opening with focus on Statistics at BASF in Shanghai: We are the world's leading chemical company because we offer intelligent solutions for our customers and for a sustainable future. We link and develop people with diverse talents all over the world. For you, this means a variety of ways to advance. Not only your performance but
2010 May 13
2
Help with reading information of "summary"-Object
Hi, I am quite new to R - but quite expierience in programming. Nonetheless I have some problemes in accessing information of the "summary" object. Here is what I do: model <- lm ( y ~ myVariable ) "summary(model)" gives me an object which has a lot of information about the regression. Now I'd like to access programmatically the level of significance which is
2008 Apr 23
0
(PR#11231) [Solaris 9 segfault when closiing X11()]
We need to know a great deal more information, and asking on R-devel would be a lot kinder than blaming this on a bug in R (and please use a meaningful subject line). What version of R is this? Precisely what OS (Solaris 9 comes for several architectures)? Assuming you compiled R yourself, what compilers did you use? (And where did you get those from if they are not Sun compilers?) If got a
2008 Apr 22
2
Seqfault, Address 0, track X11() (PR#11231)
Full_Name: Liqun Xing Version: 2.6.2 OS: Solaris 9 Submission from: (NULL) (76.182.91.82) When first time launch X11(), it was fine. However, when closed the X11 windon by clicking the close button, or closed it off by command Dev.off() and launched the X11() again, got segfault, and asking for exiting R and other options.
2003 Mar 06
3
Some questions.....
Hi all, I need some help, advice or whatever you can explain to me because I haven''t got a clear idea about how to do the following assembly, and I''d be very grateful if I got some help from an expert like you. I''m trying to build a system which represents the following: I''ve got a hosts unit (host1, host 2, ...) which have IP in the network 192
2006 Feb 09
3
[JOB] RoR/PHP Developer needed - London, SW2
NO AGENCIES PLEASE With that out the way, we (http://www.firebox.com) are looking for a web developer to join our existing small development team. Here''s the posting from our website[1]: ==== Web Developer (ref W200) Reporting to: Technical Director This permanent, full-time role involves developing the Firebox website and internal admin tools. You will be working in a small team on
2005 Aug 04
1
Where the error message comes from?
Hi all: I get the following error message that I am not able to resolve. Error in if (const(t, min(1e-08, mean(t)/1e+06))) { : missing value where TRUE/FALSE needed It appears right before the last data.frame statement. Below is the program that simulates data from one way random effects model and then computes normality and bootstrap confidence interval for
2011 Apr 08
1
Listing shut off domains
Hi, I am in the process of migrating a system that was using KVM to VMWare Workstation. The original code needs to list all the domains available on the local machine, no matter what their state is. The problem is that the shut off domains are not shown by the virsh commands on the VMWare Workstation system. On the KVM system, with one shut off domain, I get this output: maxpower at sw ~$ virsh
2003 May 05
1
Bus error with gssapi on HP-UX PA-RISC(32bit)
hi, I have a problem in the gssapi patch. I have applied the gssapi patch for 3.4 version on OpenSSH-3.5 and built the source on HP-UX 11.11 (32 bit hardware). When I run ssh using the "-l" option such as "ssh -l <username> <hostname>", I am getting a SIGBUS error. That is the function "gss_release_buffer()" is causing this error. Any views on this?
2009 Oct 21
1
ggplot2: Histogram with negative values on x-axis doesn't work
I have a dataset that contains numbers between -10 and 0. E.g. x = c(-9.23, -9.56, -1.40, ...) If I no do a > qplot(x, geom="histogram") I get the error: Error: position_stack requires non-overlapping x intervals Strangely, the following both work: > qplot(x * -1, geom="histogram") > qplot(x+100, geom="histogram") Has anyone else encountered this? Is this a
2016 Apr 04
0
PA-RISC (hppa) video cards init failure loading the device driver kernel module
Not sure about the radeon issue, but "DRM: GPU lockup - switching to software fbcon" basically means "the CPU isn't able to submit commands, or the GPU isn't executing the commands". Basically the GPU can only have so many commands outstanding [well, command buffers], and we hit that limit. >From what I understand, PA-RISC has a "funny" architecture that
2016 Apr 04
0
[Radeon] PA-RISC (hppa) video cards init failure loading the device driver kernel module
The very same option list, but for the "radeon" kernel module: http://xorg.freedesktop.org/wiki/RadeonFeature/#index4h2 Simone Mannori - Italy On 4 April 2016 at 05:56, Simone Mannori <simone.mannori at gmail.com> wrote: > Dear Ilia, > > this page summarize all the possible options of the "nouveau" kernel module: > >
2016 Apr 01
4
DAGIR
Hello all, The rich history of binary distribution formats based on LLVM [0][1][2][3][4] has proven LLVM's viability as a launchpad for stable platforms. However, issues with compilation time and compiler size have suggested that the translator must do too much, i.e. LLVM IR isn't a low-level enough virtual machine. So we introduce DAGIR ("dagger"), a new portable close to the
2014 Feb 17
1
Warning: mysql: Query failed, retrying: Unknown column 'filter' in 'where clause'
Hi List, I have a problem with dovecot 2.2.12 and sieve-filter call: su -c 'sieve-filter -D -v -W -C -u account at domain.tld /var/vmail/domain.tld/account/.sieve INBOX.Refilter' vmail gives me sieve-filter(vmail): Error: user account at domain.tld: Auth USER lookup failed sieve-filter(vmail): Fatal: Internal error occurred. Refer to server log for more information. on log file I see
2016 Apr 04
1
PA-RISC (hppa) video cards init failure loading the device driver kernel module
Dear Ilia, this page summarize all the possible options of the "nouveau" kernel module: https://nouveau.freedesktop.org/wiki/KernelModuleParameters/ I will test the options that you have suggested as soon as possible. Try a PCI video card is a very good advice because the AGP/FX1(chipset) is on the top of the "usual suspects" list; unfortunately the c8000 has 3.3 PCI slots
2010 Jun 17
6
R licensing query
I have recently started a new job at an NHS hospital in Scotland. Since I took up this post 6 months ago I have had an ongoing dispute with the IT secutiry dept. who refuse to install R on my computer. I previously worked in another branch of the NHS where R was widely used and yet there is nothing I can say which will persuade the IT dept here to even visit the website! With some help from our
2011 Jun 15
19
[XCP] XCP network and VLAN by Open vSwitch
Hello Everyone, I am new with XCP. I''ve setup several hosts with* XCP 1.0* and manage it through XenCenter and command console. Each host has two NICs, one (xenbr0) connected to a physical switch for Internet (said sw1), the other (xenbr3) connected to a physical switch for internal network (said sw2). I am trying to setup VMs and VLANs on xenbr3. I created a virtual bridge by
2016 Apr 03
3
PA-RISC (hppa) video cards init failure loading the device driver kernel module
Dear "nouveau" developers, I know that many very competent guys have already spent a lot of time and efforts on this issue without success. I have started to play with "hppa" two weeks ago and, with the support of the linux-parisc mailing list people, now I have a - almost fully - working workstation (hp c8000). Everythings work perfectly BUT the video card. No matter the