Displaying 20 results from an estimated 86 matches for "mclean".
Did you mean:
clean
2002 May 15
1
rsync not prompting for username, only password
...ect to my rsync server, I'm not
prompted for a username and password but instead I'm only prompted for a
password? I have "auth users = username" set in /etc/rsyncd.conf and a
corresponding entry in /etc/rsyncd.secrets but still rsync only asks for a
password.
Stewart
--
Stewart Mclean
UNIX Support Group
Information Management Services
Curtin University of Technology
GPO Box U1987
Perth 6845
Ph: (08) 9266 7495
Email: stewart@glory.curtin.edu.au
The manual said install Windows 98 or better..........so I installed Linux!
....so what if my password is the same as my dog's name...
2014 Jun 11
1
R CMD check and DESCRIPTION file with Authors@R only
...hat the Maintainer and Author fields can be
omitted from the DESCRIPTION file if Authors@R is supplied. However, R CMD
check does not seem to like this.
package.skeleton("foo")
desc <- readLines("foo/DESCRIPTION")
desc[6] <- "Authors@R: person('Mathew', 'McLean', email = 'name@example.com',
role = c('aut', 'cre'))"
desc <- desc[-7]
writeLines(desc, "foo/DESCRIPTION")
system2("R", args = c("CMD", "check", "foo"))
* using log directory ‘/home/grad/mmclean/foo.Rcheck’
* usi...
2002 May 15
1
strange password problem with rsync
...only = no
list = yes
uid = unixadm
gid = staff
hosts allow = x.x.x.x
hosts deny = *
auth users = unixadm
secrets file = /etc/rsyncd.secrets
/etc/rsyncd.secrets
*******************
unixadm:password here
Thanks in advance,
Stewart
--
Stewart Mclean
UNIX Support Group
Information Management Services
Curtin University of Technology
GPO Box U1987
Perth 6845
Ph: (08) 9266 7495
Email: stewart@glory.curtin.edu.au
The manual said install Windows 98 or better..........so I installed Linux!
....so what if my password is the same as my dog's name...
2003 Dec 23
1
Samba 2.0.7 poor performance
...has dramatically decreased. Nothing has changed on the AIX box. I recently added a Microsoft Small Business Server 2003 to the network. I thought that may be the culprit. I shutdown that server for a few days and the problem still exists. Any help would be much appreciated.
Thanks.
Michael McLean
Director of Information Systems
D. Myers & Sons , Inc.
4311 Erdman Avenue
Baltimore, Maryland 21213
Email: mlmclean@dmyers.com
800.367.7463 Voice
410.522.7575 Fax
Website: www.dmyers.com
2003 Jul 11
2
troubleshooting help
...s follows:
added interface ip=140.188.120.55 bcast=140.188.120.255 nmask=255.255.255.0
session setup failed: Call returned zero bytes (EOF)
Any insight into this issue would be greatly appreciated!
_____________________________________
Elisa Fata
Software Engineer
7575 Colshire Drive, C7W2
McLean, VA 22102
Ph. 703.556.2090
Fax: 703.556.2260
2007 Mar 19
3
No License error message when running MSAccess via Wine
Does any one out there running MicroSoft Access 97 get this message
when they try to run it via Wine ?
"Microsoft Access can't start because there is no license for it on
this machine"
I get this message, despite the fact I have a perfectly legal copy of
Access on my machine, and it runs perfectly, and has been for years,
from windows.
I am running linux Fedora FC5, and wine
2006 Nov 29
1
ISOLinux Windows / linux Install DVD
...perly in a step by step idiots
guide and put it up in the Wiki when i am done.
Ideally the following structure will be used.
/
/isolinux
/winxpsp2
/winxpsp2/i386
/rhws43
/rhws43/redhat
ie the folders /winxpsp2 and /rhws43 will be the "root" of their
respective OSes
Regards,
Ryan McLean
2013 Jun 29
3
VMware distributed port groups..Supported?
Hi,
I installed libvirt on CentOS 6 today, only to find I could create the
volume, create the VM, but could not assign the interface to a distributed
port group. I then downloaded the latest source, compiled, and it looks to
be the same...unless its under a command I'm not recognizing?
Does anybody have the great tip that is going to set me free? I hope?
Everything we use is on the
2020 Apr 09
5
[Bug 1418] New: segfaults when running nft --file foo.nft --echo
https://bugzilla.netfilter.org/show_bug.cgi?id=1418
Bug ID: 1418
Summary: segfaults when running nft --file foo.nft --echo
Product: nftables
Version: unspecified
Hardware: x86_64
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: nft
Assignee: pablo at
2006 Sep 23
5
SYSLINUX 3.31-pre4 is release candidate
I have decided to promote SYSLINUX 3.31-pre4 to release candidate
status. If it tests out OK, it will become 3.31 some time next week,
probably.
-hpa
2007 Sep 06
3
Lisp-like primitives in R
...sp, especially its many
primitives such as find, member, cond, and (perhaps a bridge too far)
loop.
Has anyone created a package that includes R analogs to a subset of Lisp
functions?
Chris Elsaesser, PhD
Principal Scientist, Machine Learning
SPADAC Inc.
7921 Jones Branch Dr. Suite 600
McLean, VA 22102
703.371.7301 (m)
703.637.9421 (o)
2008 Mar 06
4
PXELINUX "Fancy" advanced menu question
Hello.
I am trying to run advanced dialog-like menus from com32.
But I can not boot anything... ? it always fails. :-)
So, my /path/to/pxelinux.cfg/default looks like this:
--------------8<--------------
DEFAULT pxemenu/fancy.c32
PROMPT 0
IMPLICIT 1
TIMEOUT 600
LABEL test
MENU LABEL Test
KERNEL suse10_3/vmlinuz
APPEND initrd=suse10_3/initrd.img ....(and so on)....
2002 May 22
2
rsyncing read-only files
...inetd.conf). The rsyncing
on B works fine except for one problem: when I run rsync on B to do the
downloading from A, I get permission denied for files on A that have mode
600.
Is there a way to get rsync to download all files, irrespective of their
modes?
Thanks in advance,
Stewart
--
Stewart Mclean
UNIX Support Group
Information Management Services
Curtin University of Technology
GPO Box U1987
Perth 6845
Ph: (08) 9266 7495
Email: stewart@glory.curtin.edu.au
The manual said install Windows 98 or better..........so I installed Linux!
....so what if my password is the same as my dog's name...
2007 Sep 21
2
Likelihood ration test on glm
...submodel of the
first, in the style of lrt
(http://www.pik-potsdam.de/~hrust/tools/farismahelp/lrt.html). [lrt
takes farimsa objects]
Does anyone know of such a likelihood ratio test?
Chris Elsaesser, PhD
Principal Scientist, Machine Learning
SPADAC Inc.
7921 Jones Branch Dr. Suite 600
McLean, VA 22102
703.371.7301 (m)
703.637.9421 (o)
2009 Mar 12
1
alternative to EMV?
...and I can't seem to install the archived version by hand on my Windoz machine.
Does anyone know of an alternative to EMV?
Thanks,
Chris Elsaesser, PhD 703.371.7301 (m)
Principal Engineer 703.983.4116 (o)
Information Discovery & Understanding
The MITRE Corporation
McLean, VA
2005 Jan 14
0
Users with changed passwords can connect locally, but not remotely
...emote host.
So this really is a case of Samba rejecting a login for a remote machine
but allowing the same login locally - but only for users with changed
passwords. Anyone ever seen anything like this?
Thanks in advance,
Ed
--
:: Ed Holden
:: Administrator, Research Information Systems
:: McLean Hospital
:: Tel: (617) 855-2822
:: Web: http://research.mclean.harvard.edu/ris
Any information, including protected health information (PHI), transmitted
in this email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential...
2010 Aug 14
2
detecting a key press
...s postings have indicated that keyboard responses can be processed using scan and readline but both seem to wait for the user to also press return. Is there a way to detect the initial key press without requiring them to hit return?
Thank you so much.
Martin H. Teicher
Department of Psychiatry
McLean Hospital / Harvard Medical School
Belmont, MA USA
2003 Jul 01
1
crossed random effects
...t(~pmu:mo - 1)))))
Error in chol((value + t(value))/2) : non-positive
definite matrix in chol
I know the problem is with the random interaction
terms, but I don't know how to overcome this.
Any advice would be greatly appreciated. I'm new to R
and analysis such as this.
Thank you,
Sarah Mclean
sarahmclean9 at yahoo.co.nz
http://mobile.yahoo.com.au - Yahoo! Mobile
- Check & compose your email via SMS on your Telstra or Vodafone mobile.
2005 Jan 18
1
Users with changed passwords can't log on remotely (but can locally)
...ow Dog Linux.
I'm guessing it's something in the secrets.tdb database, though when I
delete the database and Samba recreates it, the problems are not solved.
Anyone ever seen anything like this?
Thanks in advance,
Ed
--
:: Ed Holden
:: Administrator, Research Information Systems
:: McLean Hospital
:: Tel: (617) 855-2822
:: Web: http://research.mclean.harvard.edu/ris
Any information, including protected health information (PHI), transmitted
in this email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential...
2007 Apr 10
1
Add support for Variables
...i would
only have to update changes in 1 or 2 places as opposed to multiple
locations..
(Noone suggest using the likes of sed please as this in my case is all
servered via a windows RIS server :P )
Other than this improvement i am still loving syslinux keep up the good
work.
Regards,
Ryan McLean