Displaying 20 results from an estimated 20000 matches similar to: "Crash with R1.7.0 + Windows XP Professional"
2002 Feb 20
2
Code for bivariate Poisson regression?
Dear RHelpers,
Does anyone know of any R code to perform bivariate Poisson regression
(including random effects)?
Best wishes
Simon
Simon D.W. Frost, M.A., D.Phil.
Department of Pathology
University of California, San Diego
Antiviral Research Center
(Formerly: UCSD Treatment Center)
150 W. Washington St., Suite 100
San Diego, CA 92103
USA
Tel: +1 619 543 8080 x275
Fax: +1 619 298 0177
Email:
2006 Dec 15
0
Samba mounts XP Home but not XP Professional
For some reason I can mount my XP Home machine but not my XP
Professional. The mount seems to go ok until I enter the password then
fails with:
17184: session request ok
Password:
17184: session setup ok
17184: tree connect failed: ERRDOS - ERRnosuchshare (You specified an
invalid share name)
SMB connection failed
The command
smbmount //winpro/lba /mnt/winpro -o guest,uid=lba
works from the
2006 Mar 22
1
Trouble login into a Samba 3.0.21c from Windows XP Professional SP2
Hi !!!
I've had configured a samba 3.0.21c PDC on a SuSE 9.3 with the RPM I've
downloaded from http://www.samba.org. My PDC uses LDAP as backend. I
have a Windows 98 client and a Windows XP Professional SP2 client. The
windows 98 client lets all the users log in happily and everything works
as expected, the Windows XP has a very weird an annoyuing behaviour.
After booting both the
2003 Mar 12
1
Samba & XP Professional
Hi,
I have a linux SuSE 8.1 with samba 2.2.5 Release 80.
I have a Windows XP Professional that is member of a Samba domain,
authentication it's OK but i have a profile in /usr/lib/samba/netlogon
that i want to execute when the XP boots, i don't know what's happening.
I have read the "How to" documentation
Can you help me, please?
Thanks a lot.
2005 Aug 26
1
Cannot see the samba shares with Windows XP professional
Hello,
My name is Chris and I'm new with Samba. Currently, the problem I'm having
is that I cannot see my samba shares from my Windows XP Professional
workstation. Below is a copy of my smb.conf file:
#======================= Global Settings
=====================================
[global]
workgroup = na.dsmain.com
server string = Samba Server
load printers = yes
2002 Jul 22
0
Patches for windows Xp Professional
Good Morning,
j have need to know were j can found the patches for windows xp
professional, because the same file for windows 2000 don't function.
Please can answer me very urgently because for us is a very big prblem.
Thank you an advance
Best Regards
Bernini Andrea
bernini@provincia.torino.it
2004 Dec 28
1
group policies in samba PDC for windows 2000 professional and xp clients
I have configured a samba PDC with windows 2000 professional and xp clients
and the PDC working fine, but how can i implement group policies for clients?
like i want to disable run command from start menu or i want to allow
a group to use msn and other groups shouldn't able to use msn.
how can i implement these group policies object in samba PDC?
2003 Jul 03
2
Problems with force (user|group) and XP Professional?
Hi all,
In continuing of previous problems, I've noticed some potential problems
with force user / force group and Windows XP Professional.
I'm not exactly sure why or how, but it appears that XP picks up the fact
that it's being connected as the forced user (smbguest), and continues
trying to authenticate to other services/shares as that user (smbugest).
I'm not sure if this
2004 Dec 28
1
Re: Re: group policies in samba PDC for windows 2000 professional and xp clients (fwd)
sorry, the darn reply to got me again
---------- Forwarded message ----------
can you remote regedit from linux?
if so, you can execute on logon from the samba server a push of the keys,
you can even make a queue of pushes that run only once.
-jason pyeron
On Tue, 28 Dec 2004, Danny Paul wrote:
> The only thing I've tried with any success is to find the registry keys that
> need
2004 Oct 22
1
Assist on R-2.0.0 /64 bit AMD/SuSE 9.1
Hi Folks,
I compiled and installed Assist-0.1.0; I'm using R-2.0.0 running on SuSe
Linux, on a dual AMD64 machine. However, I (apparently randomly) get
segmentation faults when I use cubic2. Any ideas?
Thanks
Simon
--
Simon D.W. Frost, MA DPhil
Adjunct Assistant Professor
Department of Pathology
University of California, San Diego
UCSD Antiviral Research Center
150 W. Washington St.
San
2003 Jun 20
3
namespaces not available
This happened to me with R-1.7.0, Linux RH9:
------------------------------------------------------------------
> q()
Save workspace image? [y/n/c]: y
Warning messages:
1: namespaces may not be available when loading
2: names in persistent strings are currently ignored
gb at lasker:~/R/test$ R
R : Copyright 2003, The R Development Core Team
Version 1.7.0 (2003-04-16)
R is free software
2006 Feb 28
1
Collinearity in nls problem
Dear R-Help list,
I have a nonlinear least squares problem, which involves a changepoint;
at the beginning, the outcome y is constant, and after a delay, t0, y
follows a biexponential decay. I log-transform the data, to stabilize
the error variance. At time t < t0, my model is
log(y_i)=log(exp(a0)+exp(b0))
at time t >= t0, the model is
log(y_i)=log(exp(a0-a1*(t_i - t0))+exp(b0=b1*(t_i -
2005 Dec 14
2
Problem with dir.create (R2.2.0 Windows XP 2002 SP 2)
I've run into a problem with dir.create on R2.2.0 Windows XP 2002 SP 2.
setwd("d:/")
print(dir.create("d:\\otis-sim\\rdata", recursive=T))
print(dir.create("d:\\otis-sim\\", recursive=T))
Both return false and fail to create the directories.
setwd("c:/")
print(dir.create("d:\\otis-sim\\rdata", recursive=T))
Returns true and succesfully
2013 Apr 09
4
Converting matrix to data frame without losing an assigned dimname
Hello All,
Would like to be able to convert a matrix to a dataframe without losing an assigned dimname.
Here is an example that should illustrate what I'm talking about.
tableData <- state.x77[c(7, 38, 20, 46), c(7, 1, 8)]
names(dimnames(tableData)) <- c("State", "")
tableData
State Frost Population Area
Connecticut 139 3100 4862
2003 May 27
2
Help! R won't start
Returning after the long weekend, I get the following:
aperrin at perrin:~/afshome/papers/microcultures/R$ R
R : Copyright 2003, The R Development Core Team
Version 1.7.0 (2003-04-16)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type `license()' or `licence()' for distribution details.
R is a collaborative
2002 Dec 18
1
samba to samba via LDAP
Hi all,
I have lots of samba servers and want them to all authenticate against a
single password file which will be a LDAP database.
Where I want to be:
Login to a domain called "FROST" that passes the username:passwd to a domain
called "ACR" which checks LDAP.
Where I'm at:
I can login (from a W2K machine) to a test server called LIBIT which uses LDAP
2007 Mar 06
2
bug: sticky symbol refs? (PR#9555)
Hello. What happens in the following is that I create two simple functions, f and g, on the workspace. Then I
replace g. When I then call f, it uses the old version of g. Now clearly, the circumstances for this to happen
must be quite special and rare. But I'd say they're not pathological. It seems to require two things: 1) masked versions
of f and g on a search position lower down the
2008 Jun 03
1
Model simplification using anova()
Hello all,
I've become confused by the output produced by a call to
anova(model1,model2). First a brief background. My model used to predict
final tree height is summarised here:
Df Sum Sq Mean Sq F value Pr(>F)
Treatment 2 748.35 374.17 21.3096 7.123e-06 ***
HeightInitial 1 0.31 0.31 0.0178 0.89519
2006 Feb 28
3
error on installation
My system: Suse 9.3 Prof.
I downloaded Wine: wine-0.9.7-SuSELinux100.i586.rpm.
I get the message libstdc++.so.6 not available.
What can I do?
Please note: I am not a linux expert. What little I know,
I acquired by myself.
Regards,
suren
--
The woods are lovely dark and deep
But I have promises to keep
And miles to go before I sleep
And miles to go before I sleep (Robert Frost)
2007 Apr 21
7
Database Modeller (Mac)
Can anyone recommend a database modelling tool for the Mac? I''m
building a new Rails app and want an interface to draw out the
database''s entity relationship diagram, setup foreign keys and then
output DDL at the end to MySQL.
I''ve previously used DBDesigner, CASE Studio and some pricier
enterprise software on Windows, but can''t find anything suitable for
my