similar to: Permissions Problem using ADS

Displaying 20 results from an estimated 600 matches similar to: "Permissions Problem using ADS"

2008 Jul 10
0
Rmpi unkown input format error
I have just installed Rmpi on a Suse 9.1 linux cluster with openmpi-1.0.1. I am trying the example included below from the tutorial website. However, I keep getting the following error: > # Load the R MPI package if it is not already loaded. > if (!is.loaded("mpi_initialize")) { + library("Rmpi") + } > > # Spawn as many slaves as possible >
2009 Jan 22
0
Confused about behavior of an S4 object containing a ts object
I posted the question below about a month ago but received no response. I still have not been able to figure out what is happening. I also noticed another oddity. When the data part of the object is a multivariate time series, it doesn't show up in the structure, but it can be treated as a multivariate time series. Is this a bug in str? > setClass("tsExtended", representation =
2006 Nov 29
0
Re: asterisk-users Digest, Vol 28, Issue 152
asterisk-users-request@lists.digium.com wrote: > Send asterisk-users mailing list submissions to > asterisk-users@lists.digium.com > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.digium.com/mailman/listinfo/asterisk-users > or, via email, send a message with subject or body 'help' to > asterisk-users-request@lists.digium.com > >
2008 Jul 16
1
Problem with mpi.close.Rslaves()
I am running R 2.7.0 on a Suse 9.1 linux cluster with a job scheduler dispatching jobs and openmpi-1.0.1. I have tried running one of the examples at http://ace.acadiau.ca/math/ACMMaC/Rmpi/examples.html in Rmpi and they seem to be working, except mpi.close.Rslaves() hangs. The slaves are closed, but the master doesn't finish its script. Below is the example script and the call to R. The job is
2005 Aug 16
1
problems with making Samba authenticate off of domain server
starting from here: http://us1.samba.org/samba/docs/man/Samba-Guide/unixclients.html#wdcsdm I follow all the instructions including using the samba configuration found in: http://us1.samba.org/samba/docs/man/Samba-Guide/unixclients.html#ch0-NT4DSDM making obvious changes for workgroup, domain etc. The join succeeds but the wbinfo -u test fails. yes, I verified that all the demons are
2006 Oct 09
2
Incompatability of lme4 and Matrix packages
I just installed R 2.4 on a windows machine and installed the lme4 package version 0.9975-1. Unfortunately this version requires the 0.9975-2 version of the Matrix package which I cannot seem to find. It seems the newest version I can find is 0.9975-1. Is there somewhere I could find this newer version. Mark Lyman
2009 Mar 19
2
How to set R_PROFILE conditional on batch or interactive mode
I am running R 2.8.1 on SUSE Linux. I would like to be able to set R_PROFILE to two different possibilities. One when R is called by R CMD BATCH and another any other time. Is this possible? Mark Lyman, Statistician Engineering Systems & Integration, ATK
2009 Jun 11
1
formula for degrees of freedom for nonlinear mixed model in nlme
Dear forum members, What is the formula to calculate denominator degrees of freedom (den df) for nonlinear mixed-effect models with covariates? My model is similar to a CO2 uptake example from Pinheiro and Bates (2000, page 376). In this CO2 dataset, there are two treatments and two types (84 observations in total), but den df for each parameter of the model is 64. Isn’t it too high? Your
2006 Apr 01
2
List posting etiquette
Just a tag-on for the thread about list posting etiquette, etc., etc. The following is a link to an excellent (if wordy) how-to-do-it-right instruction manaual replete with links to other treatises on the topic. The entire text of this document is emailed to the mailing list on the 1st of each month. This is the Cadillac of etiquette manuals. http://www.linux-sxs.org/index2.html Enjoy, --
2007 Feb 24
2
barchart (lattice) with text labels
I would like to place the value for each bar in barchart (lattice) at the top of each bar. Something like the following code produces. library(lattice) mypanelfunc <- function(x, y, ...) { panel.barchart(x, y, ...) panel.text(x, y, labels=as.character(round(x,2)), ...) } myprepanelfunc <- function(x, y, ...) list(xlim=c(0, max(x)+.1)) mydata <- expand.grid(a=factor(1:5),
2008 Jul 01
1
Simulate from a GAM model
Does anybody have any suggestions on how I might simulate from fitted GAM model? I am using the gam function in the mgcv package to fit a variable coefficient model like the following from the examples. I would like simulate based on the fitted model like the simulate function in the stats package does for lm models. library(mgcv) set.seed(10) ## simulate date from y = f(x2)*x1 + error dat
2003 Mar 28
1
winbind with ADS error
RedHat AS 2.1 kernel 2.4.9-e.16 with kbr5-1.2.7 I've been playing with ADS features of samba-3.0alpha21 and am having problems getting winbind to work. I can join the domain: [root@asecl etc]# net ads join Joined 'ASECL' to realm 'ASE-LRC-AD.AE.UTEXAS.EDU' After joining the domain, I can use the other 'net ads' options of user, group, status and info.
2006 Mar 18
1
Mirror mirror on the wall, who is the best of them all? CentOS
Just to set the record straight. -- Collins Richey If you fill your heart with regrets of yesterday and the worries of tomorrow, you have no today to be thankful for.
2007 Nov 07
1
Dealing with schema in RODBC
Is there a way to get a table in a certain schema? The Oracle database I am using has a table by the same name in two different schemas. This creates problems in sqlUpdate because to sqlUpdate there are duplicate columns. The following is part of the output of sqlColumns: sqlColumns(eids, "TEST_ARTCL_INST")[,1:4] TABLE_CAT TABLE_SCHEM TABLE_NAME COLUMN_NAME 1
2005 May 28
2
Extending LVM2 logical volumes [ was: Demonizing ... ]
[ context from the previous thread ] On Saturday 28 May 2005 14:41, Collins Richey wrote: > On 5/28/05, Lamar Owen <lowen at pari.edu> wrote: > > Sure. LVM. > I'm curious about this. At work we haven't finished our evaluation of > RHEL3/RHEL4 (CentOS is out of the question, since SLA is king here). > Most of our servers and desktops are RH9 legacy, and we use LVM
2012 Jan 19
1
is winbind needed if i provide unix attributes?
hi, short: in a tipical Samba PDC + LDAP environment is winbind needed if i already fulfill unix attributes? long: i've been runing Samba PDC with LDAP as backend without any problems. my objects contains both sambaSamAccount and posixAccount (and shadowAccount) with uid, gid, homedirectory, etc. i'm setting up another samba server just for file services. in official docs says i
2009 Nov 04
2
FreeBSD 7.2 domain member problem
Hi! I am trying to set a FreeBSD 7.2, Samba 3.3.8 as an AD domain member server. I am not using LDAP, but idmap_rid. I have properly configured nsswitch.conf. Joining to domain and wbinfo -u work OK, but when I try pw show user -a I get only user accounts of FreeBSD. So, I cannot set owners, ACLs... My main source is Samba guide chapter 7:
2012 Apr 26
1
Heatmap fidelity
I'm having a problem when using heatmap. Even though the diagonal of my matrix is all the same value, the diagonal of my heatmap is not all the same color. Any suggestions? Here is some reproducible code: ######################################### # Get data nba <- read.csv("http://datasets.flowingdata.com/ppg2008.csv", sep=",") # Reorder nba <-
2005 Nov 24
1
Warnings for package kernel-2.6.9-22.0.1.106.unsupported
FYI, During my bi-weekly yum update, I noted the following warnings. Warnings during kernel update kernel-2.6.9-22.0.1.106.unsupported WARNING: /lib/modules/2.6.9-22.0.1.106.unsupported/kernel/fs/afs/kafs.ko needs unknown symbol afs_key_unregister WARNING: /lib/modules/2.6.9-22.0.1.106.unsupported/kernel/fs/afs/kafs.ko needs unknown symbol afs_key_register Is this anything to worry about? If I
2005 Oct 15
1
4.2 upgrade and kernels
Just curious about kernel requirements after the upgrade. I've been running the 2.6.9-11.106.unsupported kernel for some time. Now I see that the base kernel is up to 2.6.9-22.EL. Are there any plans to upgrade the unsupported kernel? Should I be using the newer kernel after the upgrade? Does it make any difference? Not trying to be pushy; just looking for information. Thanks for all the