Displaying 20 results from an estimated 68 matches for "louise".
Did you mean:
louis
2019 Feb 24
4
Samba Won't start after upgrading Operating system
...ning as
an NT style member server server with smbd nmbd and winbindd all
running. None of them will start.
It worked this morning.
This morning it was running Version 4.3.11-Ubuntu
This afternoon after the upgrade it's Version 4.7.6-Ubuntu
The logs in /var/spool/samba are empty.
root at louise:/var/log/samba# systemctl start smbd
Job for smbd.service failed because the control process exited with
error code.
See "systemctl status smbd.service" and "journalctl -xe" for details.
root at louise:/var/log/samba# systemctl status smbd
smbd.service - Samba SMB Daemon
...
2011 Feb 03
1
Double user name
...user name.
On the Domain Controller
# pdbedit -w -L|grep debbie
debbie:1005:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:84DEC6FE3B018B0FB977EDDF5009742C:[U
]:LCT-4D4B086F:
On the other Server running winbind I get
# getent passwd|grep debbie
debbie:*:10025:10001::/home/ATLANTA/debbie:/bin/bash
LOUISE\debbie:*:10055:10232::/home/LOUISE/debbie:/bin/bash
LOUISE\thelma\debbie:*:10056:10232::/home/LOUISE/thelma\debbie:/bin/bash
# wbinfo -u|grep debbie
LOUISE\debbie
LOUISE\thelma\debbie
debbie
This is the only user that does this.
Any ideas what is going on?
2008 Apr 30
2
Can R do rts (Regular Time Series) like S-Plus?
Dear readers,
S-Plus have a rts function (Regular Time Series), which is used like so:
fveks<-read.csv('http://louise.hoffman.googlepages.com/veks.csv',header=TRUE,sep=',')
attach(fveks)
acf(ts.intersect(rts(HC.f),rts(Ta.f),rts(GR.f),rts(W.f)))
Warning the csv file is 750kB.
Can the same be done in R?
Lots of love =)
Louise
2012 Oct 12
1
ks.test not working?
...t function but I am unsure of how to implement it using the pgev distribution.
For example:
ks.test(data,pgev,shape,location,scale)
ks.boot(data,(distribution parameters?),alternative="pgev",nboots=1000)
Any advice? Apologies in advance if I have used the wrong email address.
Regards,
Louise Wilson
Louise Wilson
Climate Projections Project Officer
CSIRO Climate Adaptation Flagship
National Resource Management (NRM)
Pacific-Australia Climate Change Science and Adaptation Planning Program (PACCSAP)
CSIRO Marine and Atmospheric Research
Private Bag 1 (107-121 Station St)
Aspendale, Vict...
2012 Aug 29
3
Bonferroni correction for multiple correlation tests
Please can someone advise me how I can adjust correlations using bonferroni's correction? I am doing manny correlation tests as part of an investigation of the validity/reliability of a psychometric measure.
Help would be so appreciated!
Cheers,
Louise
2019 Feb 24
0
Samba Won't start after upgrading Operating system
...bd and winbindd all
RSvs> running. None of them will start.
RSvs> It worked this morning.
RSvs> This morning it was running Version 4.3.11-Ubuntu
RSvs> This afternoon after the upgrade it's Version 4.7.6-Ubuntu
RSvs> The logs in /var/spool/samba are empty.
RSvs> root at louise:/var/log/samba# systemctl start smbd
RSvs> Job for smbd.service failed because the control process exited with
RSvs> error code.
RSvs> See "systemctl status smbd.service" and "journalctl -xe" for details.
RSvs> root at louise:/var/log/samba# systemctl status smbd...
2019 Feb 24
0
Samba Won't start after upgrading Operating system
...winbindd all
> running. None of them will start.
>
> It worked this morning.
>
> This morning it was running Version 4.3.11-Ubuntu
>
> This afternoon after the upgrade it's Version 4.7.6-Ubuntu
>
> The logs in /var/spool/samba are empty.
>
>
> root at louise:/var/log/samba# systemctl start smbd
> Job for smbd.service failed because the control process exited with
> error code.
> See "systemctl status smbd.service" and "journalctl -xe" for details.
> root at louise:/var/log/samba# systemctl status smbd
>
>
>...
2016 Apr 22
0
Unexpected values obtained when reading in data using ncdf and ncdf4
On Fri, Apr 22, 2016 at 1:32 AM, Louise Mair <louise.mair at slu.se> wrote:
> Dear R Users,
>
> I am encountering a problem when reading nc files into R using the ncdf
> and ncdf4 libraries. The nc files are too large to attach an example (but
> if someone is interested in helping out I could send a file privately v...
2016 Apr 22
2
Unexpected values obtained when reading in data using ncdf and ncdf4
...s are (1) Has anyone encountered something like this before?, (2) Is there something I am failing to specify in the code when reading in?, and (3) Is anyone interested in digging into this and willing to play around with the nc files if I make them available privately?
Thanks very much in advance!
Louise
[[alternative HTML version deleted]]
2019 Feb 24
1
Samba Won't start after upgrading Operating system
...em will start.
>
> RSvs> It worked this morning.
>
> RSvs> This morning it was running Version 4.3.11-Ubuntu
>
> RSvs> This afternoon after the upgrade it's Version 4.7.6-Ubuntu
>
> RSvs> The logs in /var/spool/samba are empty.
>
>
> RSvs> root at louise:/var/log/samba# systemctl start smbd
> RSvs> Job for smbd.service failed because the control process exited with
> RSvs> error code.
> RSvs> See "systemctl status smbd.service" and "journalctl -xe" for
> details.
> RSvs> root at louise:/var/log/samba#...
2008 Mar 02
3
Need help to locate my mistake
Dear readers
I would like to make General Linear Model (GLM) for the following data set
http://louise.hoffman.googlepages.com/fuel.csv
The code I have written is
fuelData<-read.table('fuel.csv',header=TRUE, sep=',')
n<-dim(fuelData)[1]
xOnes<- matrix(1,nrow=n,ncol=1)
x<-cbind(xOnes,fuelData[,3])
y<-fuelData[,4]
theta<-((t(x)%*%x)^(-1))%*%t(x)%*%y
which gives
&g...
2011 Jan 27
2
creating categorical frequency tables from continuous data
...like it,
I've also tried cut() but couldn't make it work. Ideally I'd like the
output to look something like this...
distance frequency
0-999 0
1000-1999 3
2000-2999 0
...
Any suggestions that are an improvement on doing it manually please?
Thanks in advance!
Louise
2012 Mar 14
2
Creating polygons from scattered points
...ent are the outline of the
polygon.
Can anyone please recommend a function I can use here, or suggest a way of
extracting the outline points? I have tried this manually but cannot seem
to write a code that will effectively take account of jagged edges and
islands.
Thanks very much for your help,
Louise.
[[alternative HTML version deleted]]
2007 Mar 19
2
What files do I need from Windows?
Dear readers,
I am using Fedora Core Linux 6 and Wine installed from rpm packages.
I haven't got Windows installed, so what files should I copy from a
working Windows? I assume XP is best?
Lots of love,
Louise
2006 Jul 29
1
How to keep permissions from rsync server?
...ly = yes
list = no
auth users = root
hosts allow = 172.20.10.0
secrets file = /etc/rsyncd.scrt
-------------------------------------------------------
When I want to copy everything from the server to my onw computer, I write:
rsync -avH --delete --delete-excluded
--exclude-from=/home/louise/.rsync-exclude-server
root@172.20.0.1::server /home/louise/backup
So my question is; How I get rsync to keep the file permissions on the
destination side? =)
Hugs,
Louise
2012 Aug 13
1
R-help question
...have missing data in other variables? If so, I don't know how to do this. Or, I need to do an overall test like Little's test of missing completely at random. I have spent ages looking online and at packages and can't find anything.
Please help! I don't want to use SPSS!
Cheers,
Louise
Louise Cowpertwait
louisecowpertwait@gmail.com
021 258 9795
Auckland, NZ
[[alternative HTML version deleted]]
2011 Jul 26
1
(no subject)
...ted 2 individuals from my 16 but as I include more individuals in my sample this is becoming more painstaking! So does anybody know how I can write a command so that R randomly selects a specified number of individuals from my ID column.
If anybody can help I would really appreciate it
Many thanks
Louise Soanes
University of Liverpool
[[alternative HTML version deleted]]
2007 Jun 16
3
What is the motivation for choosing nVidia?
...doesn't mention
anything about ATi.
Is nVidia easier to write drivers for, or do you think AMD will
release specs for their GPU's so it would be a waist for time, or are
you continuing on ATi, when the nVidia is done, or are ATi GPU's not
of interest?
Keep up the great work =)
Hugs,
Louise
2002 May 08
3
Inputting Co-ordinates
...s that I am trying to input have 305
points each and I think that the program will not accept a command that is
as long as necessary. Is this so? If this is the case can you tell me how
to read the points in as a table but so that I can call on them as being p1,
later in the program?
Many Thanks
Louise
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at stat...
2008 Jul 17
0
Domain MEmber Groups
...and one Domain Member Server. I have been
having problems with the Domain Member Server since a recent upgrade to
Samba 3.0.28a on Ubuntu. Every time samba is restarted users lose access
to the shares on the Member Server.
It appears to be related to group mapping. Users on the Domain Member
(Louise) seem to be GID "users", not GID "samba" as expected and desired.
All of the shares are set to group samba and the PDC reports these mappings;
root@thelma:/home/rob# net groupmap list
System Operators (S-1-5-32-549) -> operator
Replicators (S-1-5-32-552) -> staff
Guests...