Displaying 20 results from an estimated 20000 matches similar to: "Remote Share Access Problems"
2004 Dec 20
3
Samba + OpenLDAP + Automount question
Hi Samba Gurus,
I am not sure why my questions to the forum are not getting posted (and
I don't get any reply at all)!!!! Anyway, instead of my Mac mail client,
I am using webmail just to see if that works. Sorry for the repetition.
We have an OpenLDAP server (openldap2-2.1.22-65) and a separate NFS
server for home dirs. Currently LDAP NIS maps are being used by the
Linux users in the
2013 Mar 21
2
remote connection issue 'virsh -c qemu+ssh:///root@localhost/system list'
Hi,
I'm trying remote connection with qemu hypervisor on FSL PPC board.
The libvirt server is the PPC board.
root at ppc:~# ifconfig eth0 10.193.20.109
root at ppc:~# libvirtd -d
root at ppc:~# virsh -c qemu:///system define test.xml
root at ppc:~# virsh -c qemu:///system start test
root at ppc:~# virsh -c qemu:///system list --all
Id Name State
2003 Oct 26
1
commenting demos
Hi,
Is there a way to make demo() print comments along with the code
and output?
For example, if I use something like readline("..."), demo
prints both readline("...") and ...; as far as I can tell, this
is also true of print() and cat(). I just want students to stop
and think about every command in my demo scripts.
Thanks,
Olivia.
2003 Sep 23
4
searching R-help within a function
Hi,
I am working on a package which requires separate documentation
(tutorial documentation, really, with a lot of beautifully
latexed equations), and does not use R-help. I am trying to
make it so that my help function will automatically search
R-help if the help topic isn't found in my documentation.
The function looks something like this:
help.pkg <- function(topic) { #
2003 Sep 23
4
searching R-help within a function
Hi,
I am working on a package which requires separate documentation
(tutorial documentation, really, with a lot of beautifully
latexed equations), and does not use R-help. I am trying to
make it so that my help function will automatically search
R-help if the help topic isn't found in my documentation.
The function looks something like this:
help.pkg <- function(topic) { #
2004 Apr 16
1
install.packages
install.packages works for Linux because the directory structure is not
version dependent, as it is for the Windows download. That should be
fixed as soon as my sys admin consents to install R 1.9.0 so we
can do the cross compile.
Of course, you are right, Martin and Peter, that Zelig should be on CRAN
proper. We just need to write a few .Rd files to be compliant with R
check, and change our
2008 Jun 13
2
Maximum likelihood estimation in R with censored Data
Hello,
I'm trying to calculate the Maximum likelihood estimators for a dataset
which contains censored data.
I started by using the function "nlm", but isn't there a separate method
for doing this for e.g. the "weibull" and the "log-normal" distribution?
Thanks,
Olivia
[[alternative HTML version deleted]]
2013 Apr 09
2
fail to convert qemu xml to args with libvirt-1.0.4: An error occurred, but the cause is unknown
Hi,
I used to convert qemu XML to args with libvirt-1.0.3.
But it failed to convert with libvirt-1.0.4.
# virsh domxml-to-native qemu-argv test.xml >test.sh
error: An error occurred, but the cause is unknown
Comparing the debug file as below:
1) lbvirt-1.0.3
<cut>
2013-04-09 03:23:47.296+0000: 2669: debug : virEventPollInterruptLocked:716 : Interrupting
2013-04-09 03:23:47.296+0000:
2005 Jan 21
6
dim vs length for vectors
Hi all,
I'm not sure if this is a feature or a bug (and I did read the
FAQ and the posting guide, but am still not sure). Some of my
students have been complaining and I thought I just might ask:
Let K be a vector of length k. If one types dim(K), you get
NULL rather than [1] k. Is this logical?
Here's the way I explain it (and maybe someone can provide a
more accurate
2004 May 25
1
Home-share, winbindd and use-default-domain trouble
Hi folks,
after installing mit kerberos-1.3.3 and the samba.3_0-subversion tree
from yesterday i finally got my ADS-memberserver accessible from
win2k-clients. but now i have a little problem.
The samba server will be the main mailgatway for the site, so i need to
set the "use default domain" switch for winbind to get automagicaly
created the local user-mailboxes and home-dirs for the
2005 Nov 16
1
normal cdf over an interval
Hi,
I'm trying to find a way to take evaluate the Normal CDF over an interval and return the result on the log scale. This works, but I think it isn't numerically stable:
log(pnorm(a, mean = x, sd = y) - pnorm(b, mean = x, sd = y))
Does anyone know of a single function that does the above? Or knows of a way to make it more stable? I'd really appreciate any suggestions!
2003 Aug 06
1
demo() function returns alphabetical matches, not unique matches?
Hi,
I'm working on a set of demo files for a package, and I'm having a problem because I have two demo files (one called "logit", the other called "blogit") and when I type demo(logit), it gives me demo(blogit) instead. (And calls it the the demo for logit.)
I've figured out that this is because the demo() function searches through all the demo directories (in
2013 Mar 28
1
migrate qemu domains
Hi,
I tried to migrate qemu domains between same two Freescale PPC platforms.
1) Migrate test domain from Host1(10.193.20.109) to Host2(10.193.20.181).
root at ppc-host1:~# virsh migrate test qemu+tls://10.193.20.181/system
or
root at ppc-host2:~# virsh -c qemu+tls://10.193.20.109/system migrate test qemu:///system
I waited for a while and finally got error message as below:
error: Unable to
2003 Oct 11
1
boot statictic fn for dual estimation of 2 stats?
Hi,
I am trying to use boot() to refit an ordinal logit (polr in MASS) model.
(A very basic bootstrap which samples from the data frame without
replacement and updates the model.)
I need to extract two statistics per run (the coefficients and zeta) and I
tried concatenating them into a single vector after fitting, but I get the
following error:
Error in "[<-"(*tmp*, r, ,
2005 Jan 23
1
scan command
I am using the scan command to read a file I called data1. The program returns
Error in file(file,"r") : unable to open connection In addition:
Warning message: cannot open file 'data1'
I already checked to see if the starting directory in R was correct and it is.
Also, the file opens ok from its directory so it isn't corrupted.
Does someone
2013 Apr 30
1
Stacked geom_bar with aggregated SE -ggplot2
Hi there,?
I've been battling with an extension of this in my own data: getting
appropriate error bars once data is stacked in a bar graph.?
(original question:
http://r.789695.n4.nabble.com/ggplot2-se-variable-in-geom-errorbar-s-limits-
td3311176.html). It wouldn't let me reply to that thread.
A modification of the earlier answer:?
data(diamonds)?
?diamonds_df <- ddply(diamonds,
2013 Apr 18
2
ot: moving files/dirs from terminal ?
warning, dumb question ahead:
I want to re-arrange, rename & create some sub directories below INBOX in
my own mailbox;
if I use 'mc' from terminal to do so, can that cause me grief...?
do I need to ?? re-index explicitly?? afterwards ? how to re-index ?
or is that a really _B_ad idea, and, I should do it through say
squirrelmail client ?
thanks for any pointers!
# dovecot
2012 Jan 11
4
MSDFS on [homes] share for two samba servers
Hello list,
we have two samba servers on two localities with bigger distance between
them. On both localities there are organizational staff working. And I
am trying to configure homedirectories for all of staff in this way:
- all users will have same beginning part of URL path where is their
homedir located (i.e. \\files.example.com\loginname) for unification and
central acces
- but because
2003 Jan 08
1
Lattice: Plotting two densities on the same plot(s)?
I am trying to plot two density lines on the same graph. Using the
functions on the base package, I would go:
plot(density(x), col = 1)
lines(density(y), col = 2)
And I get two distinct (one-bump) density lines. When I try to do it
using lattice, I get two two-humped lines. (In other words, I think the
smoothing function is taking the next set of data points and smoothing them
in the same
2011 Apr 26
2
Wish R Core had a standard format (or generic function) for "newdata" objects
Is anybody working on a way to standardize the creation of "newdata"
objects for predict methods?
When using predict, I find it difficult/tedious to create newdata data
frames when there are many variables. It is necessary to set all
variables at the mean/mode/median, and then for some variables of
interest, one has to insert values for which predictions are desired.
I was at a