Displaying 20 results from an estimated 27 matches for "deakin".
2007 Mar 21
2
A request for your input.
Hello
My name is Lara Thynne and I am a PhD candidate at Deakin University
Australia. I am currently researching the boundary between work and
leisure activities directly related to the open source community and
open source program development.
As part of this I am running a survey at the following address.
https://dcarf.deakin.edu.au/surveys/oss/
The surve...
2007 Mar 13
2
A request for your input.
Hello
My name is Lara Thynne and I am a PhD candidate at Deakin University
Australia. I am currently researching the boundary between work and
leisure activities directly related to the open source community and
open source program development.
As part of this I am running a survey at the following address.
https://dcarf.deakin.edu.au/surveys/oss/
The surve...
2003 Dec 12
0
Roamin Profile problem / filedate issue
...the dos filetime resolution setting, and it seems to
make no difference
to the behavior.
Has anybody else seen this issue, and are there any suggested solutions
I should check out ?
Cheers
Dave...
--
David Schwarz, Desktop - Workgroup Section Leader,
Information Technology Services Division
Deakin University Geelong Victoria 3217 Australia.
Phone: 03 5227 8938 International: +61 3 52278938
Fax: 03 5227 8866 International: +61 3 5227 8866
E-mail: dave@deakin.edu.au
Website: http://www.deakin.edu.au
Deakin University CRICOS Provider Code
Important Notice: The contents of this email tra...
2004 Mar 30
0
File time / date issues with Samba 2.08
...ould always be even or odd if this was causing the issue)
Question:
has anybody seen this issue before, and is there any obvious issues I
should investigate to resolve this issue.
Regards
Dave..
--
David Schwarz, Desktop - Workgroup Section Leader,
Information Technology Services Division
Deakin University Geelong Victoria 3217 Australia.
Phone: 03 5227 8938 International: +61 3 52278938
Fax: 03 5227 8866 International: +61 3 5227 8866
E-mail: dave@deakin.edu.au
Website: http://www.deakin.edu.au
Deakin University CRICOS Provider Code
Important Notice: The contents of this email tra...
2013 Apr 05
2
Assessing the fit of a nonlinear model to a new dataset
...il are intended solely for the named addressee and are confidential; any unauthorised use, reproduction or storage of the contents is expressly prohibited. If you have received this email in error, please delete it and any attachments immediately and advise the sender by return email or telephone.
Deakin University does not warrant that this email and any attachments are error or virus free.
[[alternative HTML version deleted]]
2005 Jun 10
0
Mac OS X Finder hangs when accessing Samba server
...opped link more gracefully.
I'd suggest raising it with Apple - log it into their BugReporter
(bugreporter.apple.com) system. They'll probably tell you to try and
recreate it with 10.4, though.
Cheers,
David.
David Whiteley, Software Engineer, Information Technology
Services Division
Deakin University Geelong Victoria 3217 Australia
Phone: 03 5227 8914 International: +61 3 5227 8914
Fax: 03 5227 8866 International: +61 3 5227 8866
E-mail: deej@deakin.edu.au
Website: http://www.deakin.edu.au
Deakin University CRICOS Provider Code 00113B
Important Notice: The contents of this email tr...
2009 Nov 19
4
mac client and inherited permissions
Hi everyone,
We are a longtime samba/win desktop shop but are getting more Macs.
Samba sernet rpms 3.3.9 on CentOS 5.4 test box (started to test 3.43
but will wait) and I confirmed a problem I have been having in
production.
Server is ADS member with ldap stored idmap. All AD auth and idmap are
identical to production servers and have been working fine for years.
Filesystem is XFS and there are
2009 Nov 26
1
JMP <-> R ?
An embedded and charset-unspecified text was scrubbed...
Name: not available
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20091126/5252ee65/attachment-0001.pl>
2009 Nov 30
1
multiple column argument in formula (MASS:lda)
Dear R Help team,
I'm having some problems running a discriminant analysis (MASS:lda)
over my data, i have a grouping variable coming from a previous
cluster analysis and several discriminators (78 actually). I'm trying
to run lda using column index as independent variable in the formula
like it's done in the help page for ?formula:
2001 May 17
0
kerberos 5 support
...able from
> http://www.sxw.org.uk/computing/patches/ Is there any interest in
> integrating these into the distribution? If so, I'd be happy to update
> them to the development version.
---------------
Ben McConaghy
Systems Programmer
Information Technology Services
Waterfront Campus
Deakin University
benmc at deakin.edu.au
2009 Nov 25
1
draw circle on PCA plot
An embedded and charset-unspecified text was scrubbed...
Name: not available
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20091125/bf6c327e/attachment-0001.pl>
2007 Nov 14
2
adding in missing values in a sequence
...9 16.8
9 10 3.4
## note: index number 5 is missing
## What I want
index data
1 1 1.5
2 2 4.3
3 3 5.6
4 4 6.7
5 5 NA
6 6 7.1
7 7 12.5
8 8 14.5
9 9 16.8
10 10 3.4
I'm running R2.6.0 on Mac OSX.
Thanks in advance,
Andrew Hoskins
PhD Candidate
Deakin University, Australia
Email: ajhos@deakin.edu.au
[[alternative HTML version deleted]]
2004 Jan 31
1
netgroups patch for rsync 2.6.0
...netgroup);
+ setnetgrent(netgroup);
+ while(getnetgrent(&machinep, &userp, &domainp)){
+ if(machinep!=NULL){
+ if(strcmp(host, machinep)==0){
+ return(1);
+ }
+ }
+ }
+ }
+ }
if (!host || !*host) return 0;
return wildmatch(tok, host);
}
Travis
http://www.deakin.edu.au/~travis/sig.html
2004 Feb 01
1
innetgr revised netgroup patch against 2.6.0
...netgroup=tok+1;
+ if(innetgr(netgroup, host, NULL, NULL)){
+ return(1);
+ }
+ }
+ }
if (!host || !*host) return 0;
return wildmatch(tok, host);
}
Travis
http://www.deakin.edu.au/~travis/sig.html
2006 Jan 06
1
net ads join Core Dumps.
Hi,
I have just installed Mandrake linux x84_64 (64 bit version) on my new dell
poweredge server (1850 SMP)
I am getting core dumps when trying to join the 2003 AD domain.
ie. I run
net ads join administrator@MY.DOMAIN
running kinit worked ok.
I am running samba version 3.0.20
samba-client-3.0.20-3mdk
samba-server-3.0.20-3mdk
samba-common-3.0.20-3mdk
samba-winbind-3.0.20-3mdk
Anyone help.
2008 Apr 09
5
intermittent BJ errors
hi all
I''m running background tasks using BJ 1.0.1 (gem version). On some
requests, the tasks are executed as expected. On others, I get the
following error:
RuntimeError (no bj found in ["/u/apps/igniter/releases/20080408205801/
script", "/bin", "/usr/bin", "/sbin", "/usr/sbin"]):
when it runs, it runs fine but does anyone know what
2007 Oct 13
1
Error Message from R
Hi,
I am trying to calculate the descretionary accruals using the bootstrapping technique with the R program, but I keep getting an error message.
Previously, after typing in the command on the front sreen, R would return the output without any problems. I am now using a different dataset, and am getting the following error:
Error in solve.default(t(X) %*% X) : system is
2005 Jun 21
0
pulling userinfo from trusted domain RE-POST
Sorry to repeat this but I had no answers. Anyone up for a chat about
this. More info:
wbinfo -m returns nothing
wbinfo -t , wbinfo -u wbinfo -g returns users for the primary (Staff
Domain, but not the student domain). I'm sure I had it returning info
from both primary and secondary domains when the servers were windows
2000 servers earlier this year, So I believe winbind should be able
2007 Apr 30
0
PANIC: internal error in samba rhel4-u4
Hi,
I am not sure if this has been fixed already or not but I wasn't able to
find any mention of it.
The error I am getting is:
===============================================================
[2007/04/12 22:41:00, 0, effective(0, 0), real(0, 0)]
lib/fault.c:fault_report(37)
INTERNAL ERROR: Signal 11 in pid 18617 (3.0.10-1.4E.9)
Please read the appendix Bugs of the Samba HOWTO
2012 Nov 02
0
Mixed model with multinomial distribution
I would like to run a GLMM on categorical data. In this case the response
data are abundance of insects of 4 trophic groups.
I am unsure whether I need to cbind the categories and run with the model
with family=multinomial4 or family=gaussian.
Also I'm unsure whether I should use lme4 package or MCMCglmm.
If anyone can give me any pointers, I would be most grateful.
I am new to R and mixed