search for: westfields

Displaying 20 results from an estimated 107 matches for "westfields".

Did you mean: westfield
2018 Feb 06
2
Issues with NVidia video driver and CentOS
We do have the elrepo drivers installed. Maybe part of the problem is also that we're using an IOgear KVM switch? On Tue, Feb 6, 2018 at 11:58 AM, Phelps, Matthew <mphelps at cfa.harvard.edu> wrote: > On Tue, Feb 6, 2018 at 11:40 AM, Felipe Westfields < > felipe.westfields at gmail.com> wrote: > > > I'm having issues with a quad video card on CentOS. > > > > We have several systems on CentOS 6.8 and CentOS 6.9. The installed > > hardware is: > > > > Video card - Nvidia NVS quadro 440 > >...
2018 Feb 06
3
Issues with NVidia video driver and CentOS
I'm having issues with a quad video card on CentOS. We have several systems on CentOS 6.8 and CentOS 6.9. The installed hardware is: Video card - Nvidia NVS quadro 440 PC - Dell OptiPlex 9020 Whenever you update the kernel, it kills the graphical interface. The system appears to lock up and freeze during a reboot, but you can still get into it with SSH, or, if you're at the console,
2018 Feb 07
0
Issues with NVidia video driver and CentOS
...t one appears to have a dependency on "NVidia-x11-drv-304xx = 304.135" and I can't find that package anywhere - I've checked CentOS base, the EPEL repositories, and the elrepo repositories, RPMfind. Do you know where I can find it? Thanks, On Tue, Feb 6, 2018 at 2:44 PM, Felipe Westfields < felipe.westfields at gmail.com> wrote: > We do have the elrepo drivers installed. Maybe part of the problem is also > that we're using an IOgear KVM switch? > > On Tue, Feb 6, 2018 at 11:58 AM, Phelps, Matthew <mphelps at cfa.harvard.edu> > wrote: > >> On...
2018 Jan 29
3
Mirroring centos.org
Hello, I would like to mirror the centos.org repository for an offline network. I don't need the ISO images, don't need any i386 stuff, and I think I probably don't need any of the source code rpms either. Most of the clients are CentOS 6.x, so I don't want to download the CentOS 7.x tree yet either (that will come soon, but separately from this one). I tried using this command,
2018 Feb 08
3
Issues with NVidia video driver and CentOS
On 08/02/18 15:10, Felipe Westfields wrote: > I copied the error message exactly as it was on the screen > As John said, you are mistaken: $ rpm -qp --requires nvidia-x11-drv-304xx-304.135-1.el6.elrepo.x86_64.rpm /bin/sh /bin/sh /bin/sh /bin/sh /bin/sh /sbin/ldconfig /usr/bin/python config(nvidia-x11-drv-304xx) = 304.135-1.el...
2009 Aug 20
5
help with regular expressions in R
I'm having trouble achieving the results I want using a regular expression. I want to eliminate all characters that fall within square brackets as well as the brackets themselves, returning an "". I'm not sure if it's R's use of double slash escapes or something else that is tripping me up. If I only use one slash I get 1: '\[' is an unrecognized escape in a
2008 May 06
3
rggobi is crashing R-2.7.0
I am running 64-bit Ubuntu 8.04 and when I invoke rggobi the interactive graph displays but R crashes. See my sessionInfo() and a short example below. Ggobi and rggobi installed without complaints. Mark > sessionInfo() R version 2.7.0 Patched (2008-05-04 r45620) x86_64-unknown-linux-gnu locale:
2018 Jan 29
1
Mirroring centos.org
...t delete switch delete those files after download, or does it stop it from downloading at all? On Mon, Jan 29, 2018 at 10:48 AM, Tony Mountifield <tony at softins.co.uk> wrote: > In article <CANZsmmM6C_F+NuPdjd+mGDEXaJVcfc1bdhpWdESSbC2CR7Dz3 > g at mail.gmail.com>, > Felipe Westfields <felipe.westfields at gmail.com> wrote: > > Hello, > > > > I would like to mirror the centos.org repository for an offline > network. I > > don't need the ISO images, don't need any i386 stuff, and I think I > > probably don't need any of the sourc...
2008 Oct 17
1
how to list variables enclosed in an environment
I'm having trouble with a Bioconductor package, an variable expected in an environment does not seem to be there. As part of my investigation of the problem (most likely on my end) I'd like to list the variables contained in an environment. If you have an environment loaded, lets call it "pkgEnv', how does one find what it does contain? Mark
2018 Feb 02
6
Allowing non-root users to reboot a workstation
I would like to be able to allow regular users that don't have admin privileges to be able to reboot their workstation. (they're software developers so rebooting their workstation doesn't affect anybody else) I tried changing the ownership of /sbin/reboot and /sbin/shutdown to root:users and permissions to 550, but that didn't work - it's still asking for root privileges.
2018 Feb 08
2
Issues with NVidia video driver and CentOS
On Thu, 8 Feb 2018, Felipe Westfields wrote: > I'm on a network that is disconnected from the internet; makes things kind > of awkward sometimes. We have some internal repositories that are supposed > to mirror centos, and EPEL - don't have one (that I'm aware of) that > mirrors elrepo. > But it looks like i...
2008 Sep 24
1
splitting strings efficiently
I have a very long list of strings. Each string actually contains multiple values separated by a semi-colon. I need to turn each string into a vector of the values delimited by the semi-colons. I know I can do this very laboriously by using loops, nchar, and substr, but it is terribly slow. Is there a basic R function that handles this situation? If not, is there perhaps a faster way to do it than
2018 Feb 08
2
Issues with NVidia video driver and CentOS
On Wed, 7 Feb 2018, Felipe Westfields wrote: > I'm trying to reinstall the elrepo drivers. > Removed the existing elrepo drivers > Downloaded the following elrepo drivers: > > nvidia-x11-drv-304xx-304.135-1.el6.elrepo.x86_64.rpm > kmod-nvidia-304xx-304.135-1.el6.elrepo.x86_64.rpm > nvidia-x11-drv-304xx-32bit-3...
2008 Mar 05
4
vertex labels in igraph from adjacency matrix
I am getting some unexpected results from some functions of igraph and it is possible that I am misinterpreting the vertex numbers. Eg., the max betweenness measure seems to be from a vertex that is not connected to a single other vertex. Below if my code snippet: require(igraph) my.graph <- graph.adjacency(adjmatrix = my.adj.matrix, mode=c("undirected")) most.between.vert <-
2008 Mar 12
2
subset list based on logical within element flag
I have a very long list that I'd like to subset based on a logical value within each element. Example below. I'd like to get just those list elements for further study whose $sig.cor slot is TRUE. In this example, I'd only want element [[2]]. Should be simple, I know. How can I do this? Thanks, Mark > gene.pair.tf.lst [[1]] [[1]]$gene.pair [1] "Lgals1:Pxmp2"
2007 Aug 03
2
RSPython won't load in R 2.6.0 under Linux
I can compile RSPython without difficulty, been when I try to load it, I get the error messages below. Also below are some cryptic warnings I get on R boot (in case these are pertinent) and my sessionInfo(). Any help is appreciated. Thanks, Mark Warning messages: 1: In .updateMethodsInTable(fdef, where, attach) : Couldn't find methods table for "conditional", package
2009 Sep 16
4
2.10.0 Under development (unstable) (2009-09-15 r49711) just built segfaults on Debian Squeeze
I just downloaded R-devel and when loaded it immediately segfaults. I'm not sure how much or what sort of diagnostic info and can provide, but below is my build script, my console output, and the output of uname -r. I am currently dependent on the development version of a package, so I'd like to get R-devel up and running if possible. I am sure there is more info I can provide, but before
2018 Jan 29
0
Mirroring centos.org
In article <CANZsmmM6C_F+NuPdjd+mGDEXaJVcfc1bdhpWdESSbC2CR7Dz3g at mail.gmail.com>, Felipe Westfields <felipe.westfields at gmail.com> wrote: > Hello, > > I would like to mirror the centos.org repository for an offline network. I > don't need the ISO images, don't need any i386 stuff, and I think I > probably don't need any of the source code rpms either. Most of t...
2018 Feb 06
0
Issues with NVidia video driver and CentOS
On Tue, Feb 6, 2018 at 11:40 AM, Felipe Westfields < felipe.westfields at gmail.com> wrote: > I'm having issues with a quad video card on CentOS. > > We have several systems on CentOS 6.8 and CentOS 6.9. The installed > hardware is: > > Video card - Nvidia NVS quadro 440 > PC - Dell OptiPlex 9020 > > Whenever y...
2008 Aug 05
2
creating overall title for plots made with par(mfrow=c(2,2))
I'm making some plots on the same page and would like to include an overall title instead of individual main titles as they are similar and their x and y axis labels are sufficient to distinguish them. Is there a way to assign an overall "main" to this page of plots? Mark -- Mark W. Kimpel MD ** Neuroinformatics ** Dept. of Psychiatry Indiana University School of Medicine 15032