Displaying 20 results from an estimated 700 matches similar to: "Default Hidden Disk Shares"
2010 Jul 01
1
net ads testjoin without asking for password
Hello all,
is it possible to execute "net ads testjoin" without net asking for a
password (in any circumstance)? The reason for my question is that I
want to use it in a script and thus won't be able to supply a password
to net (net does not ask for a password on stdin).
Thanks in advance to anyone who can shed some light on this for me!
Regards,
Khaled
2009 Jul 08
1
No Error When Trying To Delete Protected Files With Windows Explorer
I have a file on a VMS system that I'm accessing using a SAMBA share. When I
delete the file, the icon disappears from the browser window as if it's been
deleted.
On the VMS host, the file is still there, and cannot be deleted because it's
protected (no delete privilege). If I then press F5 to refresh the Browser
window, the fie re-appears.
A trace of the IP packets show that SAMBA
2010 Aug 30
1
search path for attaching packages
Several of us locally are puzzling over the following problem:
We have a central repository of R packages on our linux system.
Occasionally, we'd like to install a different version of the same
package (such as making updates to the survival package before it is
released to the larger group, or a downloaded beta version). When
using the library function, it appears that lib.loc is not
2003 May 19
5
Questions about AGI and Wildcard boards
Hello all :)
I've just been handed a project that I need to get working pretty quickly.
Basically I have four "analog DID trunks" for incoming only calls coming in.
I know that these are Loop start with Wink start, and that after wink they
send a 4-digit id number. Is this something that the Wildcard boards are
able to handle and that Asterisk could interpret? The digits
2002 Sep 01
2
Seperating Forground from Background
One thing I have noticed when encoding VCDs is that often videos with
complex backgrounds don't compress nearly as well as those with simple
ones. Part of the problem is that TV cameras seam to have the focus so
that the entire image is clear rather than focusing on the foreground (and
blurring the backgrounds). The result is that a good number of bits are
wasted trying to perfectly
2014 Feb 26
2
VM Creation Timestamp
Hello,
Is there any way to query libvirt, ideally through virsh CLI utility or
similar, to get a timestamp of when a VM was created.
Or to put it another way, a timestamp of when a domain's UUID was allocated.
Many thanks,
--
Tony Atkinson
2024 Mar 11
2
Vignettes with long compute time
Is there a way to include the compiled version of a vignette in the doc directory but mark
it to NOT be rerun by CRAN??? I think I remember that this is possible, but have forgotton
how.?? (It might even be a false memory.)
Terry T.
Background:? Beth Atkinson and I are splitting out many of the vignettes from the survival
package into a separate package survivalVignettes.? There are a few
2004 Jun 01
3
Confidence Bounds on QQ Plots?
What's the current best wisdom on how to construct confidence
bounds on something like a normal probability plot?
I recall having read a suggestion to Monte Carlo something like
201 simulated lines with the same number of points, then sort the order
statistics, and plot the 6th and 196th of these. [I use 201 not 200
because quantile(1:201, c(0.025, 0.975)) = 6 and 196 while
2006 Mar 30
1
Random Coefficients using coxme
Hello, I was hoping someone could answer a question for me that may
either be statistical or script related. I don't come from a statistics
background, so I am not positive if I am using the correct nomenclature
or even the correct procedure. Is it possible to model "random
coefficients" in a mixed effects cox-regression using coxme from the
Kinship package? For example, using
2006 Mar 30
3
Is mount_smbfs broken in 6.1-PRERELEASE?
Anyone know if mount_smbfs is broken in 6.1, I'm trying to run this:
"mount_smbfs -I 192.168.1.2 //nbritton@192.168.1.2/music2 /mnt/network/music/"
And then it asks for my password, I type it in, and then I get this error:
"mount_smbfs: unable to open connection: syserr = Authentication error"
I've had this same problem on another 6.1 box too... I can run this
same
2015 Jul 02
3
[LLVMdev] MCJIT or ORC JIT for new project?
Hi,
For a new language I am developing (in the very early stages, nothing public
posted yet) I would like to able to use a JIT for several purposes:
1) Create a functional REPL as is done is done with in the Kaleidoscope
tutorial.
2) Be able to interpret my language in addition to compiling.
3) While compiling, be able to execute arbitrary code at compile time. The
simple case will be to
2012 Dec 28
3
installing ruby 1.9.3 in michael hartl's ruby on rails tutorial
I''m working on Michael Hartl''s ruby on rails tutorial
http://ruby.railstutorial.org/ruby-on-rails-tutorial-book#sec-development_tools
.
I installed Git, updated my OS to 10.8.2 and downloaded XCode 4.5.2.
when I type in
rvm install 1.9.3
this long thing comes up...
Ruby (and needed base gems) for your selection will be installed shortly.
Before it happens, please read and
2006 Sep 25
2
rpart
Dear r-help-list:
If I use the rpart method like
cfit<-rpart(y~.,data=data,...),
what kind of tree is stored in cfit?
Is it right that this tree is not pruned at all, that it is the full tree?
If so, it's up to me to choose a subtree by using the printcp method.
In the technical report from Atkinson and Therneau "An Introduction to recursive partitioning using the rpart
2008 Oct 26
3
2 (very old) bugs?
Hi everybody,
Is someone can confirm me that there are 2 bugs never fixed:
- first in the stat command. Only with the -x option. If you execute
stat -x on /tmp or /usr/bin/passwd parameters for example, the
numeric representation of mode is wrong. The "special" bits are
always 0. No suid-bit, no sticky bit!
- Second. Because of a missing suid-bit on the newgrp command, this
2003 Oct 07
5
IAX and Jitter problem
Hello,
I've been playing around with * for quite a while now, and have run into a
problem that I just cannot seem to figure out.
When using * and any IAX client (I have tested with GnoPhone and both
clients from iaxclient.sourceforge.net) I have incredibly bad jitter on the
connection.
What I'm running is a P3-1Ghz machine with 512mb ram for a server. The
other end has been
2014 Feb 26
1
Re: VM Creation Timestamp
On 02/26/2014 08:21 AM, Eric Blake wrote:
> On 02/26/2014 04:42 AM, Tony Atkinson wrote:
>> Hello,
>> Is there any way to query libvirt, ideally through virsh CLI utility or
>> similar, to get a timestamp of when a VM was created.
>> Or to put it another way, a timestamp of when a domain's UUID was allocated.
>
> Sorry, there is no such information currently
1999 Jun 23
1
Influence.measures
I am using rw0641 with Windows 98. To list just the influential
repetitiones that result from "influence.measures", I am using the input
result <- lm(y~x)
and the code from the example in the help for "influence.measures"
INFLM <- function(result){
inflm <- influence.measures(result)
which(apply(inflm$is.inf,1,any))
}
It works fine up to now with the
2004 Mar 04
2
Short demo CD image
Hi,
While investigating why the Xen 1.2 Demo CD won''t boot on a particular
laptop, I noticed the download image appears to be truncated. "isoinfo
-d -i xendemo-1.2.iso" reports:
Logical block size is: 2048
Volume size is: 294080
That would suggest the image size should be 294080 * 2048 = 602275840
bytes. However I only have 292376 * 2048 = 598786048 bytes. The web
server
2005 Apr 19
3
RE: [Xen-devel] Run X in other domains?
> > I can see how you could start a very simple VGA-only Xserver -- by
> > default dom0 happens to have access to the bottom 1MB of
> memory, which
> > is enough to get a VGA Xserver working.
>
> OK, I wasn''t familiar with this. However I''ve checked
> XFree86.0.log from domain 0 for memory reports, and these two
> lines indicate more than
2003 Dec 19
1
Question re labels in r-part (continuation of a thread from a while back)
Hello again
I have modeled a tree using rpart, with the DV being a log
transformation of the variable I am really interested in (I transformed
the DV due to extreme skewness). By default, text.rpart labels the
nodes with the value of yval, which in this case is not what I want; I'd
like the labels to be on the original metric, but label in text.rpart
requires a "column name of