Displaying 20 results from an estimated 1100 matches similar to: "Repeated measures in Classification and Regresssion Trees"
1999 Apr 06
1
SAMBA digest 2047
Thanks Andy !
Unfortunately the situation is unchanged. Interesting is that sometime
Win98 can see the correct shares but only the first time when is
accessing Samba and then... lost.
I'm still trying . Can someone tell me how to find what values those %..
parameters take when Samba is acessed ?
Alex
>
> Go to http://www.reac.com/samba/ and check out the stuff with
1999 Jan 18
2
Samba-2.0.0 : configure problem with SunOs 4.1.x
Hi all,
Running configure (several times) on a SunOs 4.1.x machine ends with the
following error message:
..
...
creating include/stamp-h
creating Makefile
creating include/config.h
./config.status: 6853 Bus error
What can I do ?
Please help !
Best Regards
Peter Krauspe
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Peter Krauspe
.---. .-----------
2025 May 20
1
Macs deleting files off RHEL8 server
Okay, so the server was changed to case insensitive yesterday morning.
Today, I just watched an instance where files disappeared in real time.
User print33 was moving/deleting files from a job on the server.
It got hung up, the server was showing no folders, so we force quit the
Finder. The server share unmounted, then we remounted it.
Before the hang up there were 239 folders on the server.
2025 May 20
1
Macs deleting files off RHEL8 server
Thanks for this info! I appreciate it. AFAIK, I've never changed any
settings on the Macs re: case sensitivity, so they should be insensitive.
Is there a way I can check this?
Kind regards,
*Mike Soliven*
*IT Manager*
Winnipeg, Manitoba, Canada R2X 2Y1
204.697.3338 Ext.1235
www.embassygraphics.com
CONFIDENTIALITY NOTICE: This electronic transmission and any attachment are
the confidential
2010 Oct 15
2
AIC in bestglm, glm, and lm - why do they differ?
I recently found the "bestglm" package while trolling CRAN for a function to
save some keystrokes with simple (k<10) nested models. I am interested in
using the best of several nested linear models which I have explored using
lm(), glm() and now bestglm(). When I compare the AIC values for the 'best'
candidate model I get the same AIC values with lm() and glm() but a
2009 Jan 16
0
Project Robust & Linier Regresssion
Hello, I'm EDWIN, I create (make) GUI, with call many function
but I don't know why when I call function I can't. if without function, Yes
I can..
can you help me ? can you make this, become true with full code?
Can you help me to
create data.entry with interface
LM - BETA1.HAT - BETA2.HAT SD.BETA1.HAT HAT SD.BETA2.HAT RLM - BETA1.HAT
- BETA2.HAT SD.BETA1.HAT HAT SD.BETA2.HAT
2
10
2011 Apr 11
1
predict ordered regresssion
Is there a way to get confidence intervals around an ordered regression like
polr() in the MASS package?
-------------------------------------------
Joe King, M.A.
Ph.D. Student
University of Washington - Seattle
206-913-2912
<mailto:jp@joepking.com> jp@joepking.com
-------------------------------------------
Ad astra per aspera - "Through hardships to the stars"
2003 Jan 02
1
Samba Share out of space
I seem to have a problem in a folder within a samba share. For some odd
reason it's ran out of space in the folder. But other folders within the
share aren't out of room. Can someone please help!
Thanks,
Roger Miranda
Sumac Clothing Company
49 Adelaide Street
Winnipeg, Manitoba
Canada, R3A 0V8
t:??(204) 942-0091 (ext. 203)
????(866) 266-9488
f:??(204) 943-5939
c:? (204) 228-2032
e:?
2025 May 19
1
Macs deleting files off RHEL8 server
You have to be really careful with shares and macs.
Since each mac can be set to either be case sensitive or not.
It is possible for macs to throw all sorts of errors, if they are operating on mixed case systems.
If the mac assumes it is case sensitive and it is not , it can either delete files or cause file name clashes that throw errors.
2025 May 14
1
Macs deleting files off RHEL8 server
Thanks for the confirmation, Roland. I'll have those looked at.
I've gotten some info that because the server is case sensitive, it could
be interfering with Apple's SMB protocol. Any thoughts on that? It is
something I'll look into.
Kind regards,
*Mike Soliven*
*IT Manager*
Winnipeg, Manitoba, Canada R2X 2Y1
204.697.3338 Ext.1235
www.embassygraphics.com
CONFIDENTIALITY
2025 May 21
1
Macs deleting files off RHEL8 server
These are a combination of "temp" and "real" files. The user is
deleting/moving PDFs, InDesign and image files. I'm presuming hidden files
are also getting deleted when the real files are.
The filesystem has been solid (XFS) up until the switch to SMB.
From: itdept_head <itdept_head at grown-up.com>
To:
Cc: "samba at lists.samba.org" <samba at
2025 May 22
1
Macs deleting files off RHEL8 server
Understood.
A very weird situation just happened. A user was deleting a folder
containing 1 InDesign file.
When the process started, it said it was deleting 1000s of files. She
immediately stopped the delete process from her Mac and opened the folder
and saw what looked like all of the folders from our server. When I looked
at that same folder from my computer I didn't see that, I only saw
2001 Dec 11
2
Uninstalling Wine
I am going to try winex, but I have wine installed currently. First off, do
I need to unistall wine, or should I? And how do I go about it, if yes?
Thanks.
Ian.
Ian Truelsen
Masters program in Philosophy
University of Manitoba, Winnipeg, Canada
BA (Wilfrid Laurier University)
Email: ian@ihtruelsen.2y.net
Current favourite quote:
"No great civilisation likes forests."
K.F.
2002 Jul 25
1
RE: Experimental support for regedit.exe -> URL correction
Nir Soffer wrote:
> On Thu, 25 Jul 2002, Nir Soffer wrote:
> > >
> > > The patch files for 2.2.5 can be obtained from
> > >
> > > http://download.samba.org/samba/ftp/patches/jerry/expertimental
> >
> >
> > I'm getting a 404. Is it you or me ? :)
That'll be because you're not taking the "t" out of experimental.
2013 Mar 01
2
solving x in a polynomial function
Hi there,
Does anyone know how I solve for x from a given y in a polynomial
function? Here's some example code:
##example file
a<-1:10
b<-c(1,2,2.5,3,3.5,4,6,7,7.5,8)
po.lm<-lm(a~b+I(b^2)+I(b^3)+I(b^4)); summary(po.lm)
(please ignore that the model is severely overfit- that's not the point).
Let's say I want to solve for the value b where a = 5.5.
Any thoughts? I did
2025 May 13
1
Macs deleting files off RHEL8 server
*Mike Soliven*
*IT Manager*
Winnipeg, Manitoba, Canada R2X 2Y1
204.697.3338 Ext.1235
www.embassygraphics.com
CONFIDENTIALITY NOTICE: This electronic transmission and any attachment are
the confidential property of the sender, and the materials are privileged
communications intended solely for the receipt, use, benefit, and
information of the intended recipient indicated above. If you are not the
2008 May 07
2
Estimating QAIC using glm with the quasibinomial family
Hello R-list. I am a "long time listener - first time caller" who has
been using R in research and graduate teaching for over 5 years. I
hope that my question is simple but not too foolish. I've looked
through the FAQ and searched the R site mail list with some close hits
but no direct answers, so...
I would like to estimate QAIC (and QAICc) for a glm fit using the
2013 Mar 02
3
print method like print.anova()
I have a print method for a set of statistical tests, vcdExtra::CMHtest,
for which I'd like to
have more sensible printing of pvalues, as in print.anova().
[Testing this requires the latest version of vcdExtra, from R-Forge
**|install.packages("vcdExtra", repos="http://R-Forge.R-project.org")|**
]
With my current print method, I get results like this, but all Prob
values
2008 Dec 01
1
Mitel 3300
Anyone familiar with getting Asterisk 1.4 and Mitel 3300 to play nice together?
Mark Bergen
Information Systems Manager
Number TEN Architectural Group
Winnipeg - 204.942.0981
Victoria - 250.360.2106
www.numberten.com<http://www.numberten.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: