Displaying 20 results from an estimated 30000 matches similar to: "Network browsing"
2007 Sep 27
0
Problem with tar commands in smbclient 3.0.23c
Since upgrading from CentOS 4.3 to CentOS 5 the smbclient tar commands
seem to be broken. The version on 4.3 was 3.0.10 I believe, while on 5
it is 3.0.23c-2.
Here's what happens.
Running the command:
$ /usr/bin/smbclient \\\\host.domain.com\\backup -A /tmp/ntcredentials
works fine. It connects no problem.
But:
$ /usr/bin/smbclient \\\\host.domain.com\\backup -A /tmp/ntcredentials
-Tc
2010 Apr 16
3
GSL in C code for R
Dear fellow R users,
I am now investing time in learning how to use compiled C code to produces functions that can be used in R. I am just starting, and there is much that I need to learn, so I have a question that might be straight forward. I am learning how to use function in the C library GSL (gnu scientific library), to write C code, that I then plant to use in R. Is there any problem in
2008 Jan 11
1
Creating samba shares from windows machine?
We have two samba boxes using ads security in a windows domain, and
would like for members of the Domain Admins group to be able to create
shares on the samba boxes using the Computer Management snap-in. When I
attempt to do this I get access denied errors. Is this possible, and if
so, how would I go about setting it up?
Here is the relevant portion from smb.conf
[global]
workgroup =
2004 Feb 17
1
varimax rotation in R
Hi everyone-
I have used several methods to calculate principal components rotated using the varimax procedure. This is simple enough. But I would like to calculate the % of variance explained associated with each PC before and after rotation.
factanal returns the % of variance explained associated with each PC but I cannot seem to get it to change after rotation.
Many thanks for your
2004 Jan 07
1
3-dimensional looping Q.
Hello everyone-
I have a 3-d array with the 1st dimension being monthly mean data that
I would like to correlate with some time series index, for example, and
save the coefficients in an array.
The code I am currently running is....
rData <- array(0,c(73,144)) # array to store results
for (i in 1:73) {
for (j in 1:144) {
rData[i,j] <- cor(slp[,i,j],y)
2008 Jun 24
1
transform a table into a matrix
Hi.
is there a way to transform a table that has numeric and categorical variables into a matrix?
thanks
Maria Mercedes Gavilanez
Department of Biological Sciences
107 Life Sciences Building
Louisiana State University
Baton Rouge, LA 70803
(225)578-4284
2011 Jun 19
4
For loop by factor.
I have a data.frame as follows:
a 3
a 2
a 1
b 3
b 2
c 2
c 3
c 1
c 1
Each factor (a, b, c) should be monotonically decreasing, notice that factor
'c' is not.
I could use some help to figure out how to form a logical structure (mostly
just syntax), that will check each 'next value' for each factor to see if it
is less than the previous value. If it is less than the
2008 Nov 03
2
Calculating R2 for a unit slope regression
Does anyone know of a literature reference, or a piece of code that can help me calculate the amount of variation explained (R2 value), in a regression constrained to have a slope of 1 and an intercept of 0?
Thanks!
Sebastian
J. Sebastián Tello
Department of Biological Sciences
285 Life Sciences Building
Louisiana State University
Baton Rouge, LA, 70803
(225) 578-4284 (office and lab.)
2010 Feb 28
1
"Types" of missingness
Dear R-List,
My questions concerns missing values. Specifically, is is possible to
use different "types" of missingness in a dataset and not a
one-size-fits-all NA?
For example, data may be missing because of an outright refusal by a
respondent to answer a question, or because she didn't know an answer,
or because the item simply did not apply. In later analysis it is
sometimes
2007 Jul 13
8
More sorting problems with untokenized index
I''m having problems sorting on untokenized fields. I have one field that
sorts fine, but there are others that seem to sort on a different field.
Here''s the index description:
acts_as_ferret
:remote=>true,:fields=>{:name=>{:boost=>2},:name_for_sort=>{:index =>
:untokenized},
:city=>{:boost=>2}, :city_for_sort=>{:index=>:untokenized},
2003 Jul 09
3
[SAGE] FreeBSD 4.4-REL to FreeBSD 4.8-STABLE upgrade problem.
Before reading below: I am considering a new install rather than an upgrade
of our servers. However, now I just want to beat this problem. :)
At 02:19 PM 7/8/2003 +0000, Phil Pennock wrote:
>On 2003-07-08 at 14:09 +0000, Phil Pennock wrote:
> > There was a fairly major update to the IDE disk device handlers which
> > required new device nodes. Bringing in the new MAKEDEV script
2010 Apr 16
3
VERY SIMPLE QUESTION
Dear R users,
I am looking for more efficient way to compute the followings
--------------------------------------------------------------------------
a <- matrix(c(1,1,1,1,2,2,2,2),4,2)
b <- matrix(c(1,2,3,4),4,1)
Eventually, I want to get this matrix, `c`.
c <- matrix(c(1/1,1/2,1/3,1/4,2/1,2/2,2/3,2/4),4,2)
--------------------------------------------------------------------------
2010 Feb 22
3
gsub patterns from vector elements w/out loop?
Dear list,
I have two vectors:
x <- c("one","two")
y <- paste(rep(x,2),"blah")
I want to replace all occurrences of each element of x in y with
something else, so that y looks like this:
y
[1] "something else blah" "something else blah" "something else blah"
[4] "something else blah"
I can do this using a loop:
for (
2003 Jul 07
2
FreeBSD 4.4-REL to FreeBSD 4.8-STABLE upgrade problem.
I sent this to freebsd-questions earlier via the newsgroup, but I just
found out today that the list-to-news gateway has been down for half a
month now. Any idea when it's going back up? Who was hosting that service
anyway?
And now for the question..
I have a test server that is being used to test a 4.4-REL to 4.8-STABLE
upgrade, and I've found the system will no longer boot unless I
2011 Jun 09
2
Problem with a if statement inside a function
I have a really long functions, and at the end of the function, I am using a
if statement
to tag certain keywords based on whether they have certain values contained
in them.
However, the if statement doesn't seem to work.
When I had split up the commands into various functions, it worked fine, but
I'm not sure
what going on now that it's combined into a single function.
myfunc
2006 Nov 18
1
deriv when one term is indexed
Hi,
I'm fitting a standard nonlinear model to the luminances measured
from the red, green and blue guns of a TV display, using nls.
The call is:
dd.nls <- nls(Lum ~ Blev + beta[Gun] * GL^gamm,
data = dd, start = st)
where st was initally estimated using optim()
st
$Blev
[1] -0.06551802
$beta
[1] 1.509686e-05 4.555250e-05 7.322720e-06
$gamm
[1] 2.511870
This works fine but I
2006 Jun 19
1
Slightly OT: Browsing issues with Windows 2003 Server, Win 2K server and Windows 2000 clients
Hi, everybody:
Forgive me for bringing this to you. We normally use Samba servers but
are dealing with a situation involving two Windows 2003 servers and
browsing, and the truth is, I can't think of a better forum to bring
questions about browsing.
We have the following situation:
Domain controller is a Windows 2000 machine at 192.168.0.100
The backup domain controller is a Windows 2003
1998 Apr 21
2
Browsing across subnets - some more problems
Hi all,
I am still battling to get browsing across subnets to work.
I just need some clarification on some issues. I understand the
following things to be the case, please correct me if I am wrong:
- Machines on a subnet will periodically announce their existance by
broadcasting to everyone their identity
- Other machines will hear these broadcasts, and add the machines to
their browse lists.
-
2009 Nov 16
1
Wins, browsing, browse.dat and wins.dat
Hi,
I have troubles understanding wins and network browsing functionnality.
I have a samba server(pdc) on a different subnet than my clients.
The server smb.conf has wins support = Yes, the client are configured to
use the wins server.
In the wins.dat, i can see all the computers.
In the browse.dat i have only computers/servers that are in the same subnet.
When i try to browse the network
2005 May 28
3
Dovecot auth process died because of Socket operation on non-socket
Hi,
I'm having problems setting up a dovecot1.0 stable on a Debian-amd64
server. The process dies with the following message:
May 28 15:13:46 rouge dovecot: Dovecot v1.0-stable starting up
May 28 15:13:47 rouge dovecot: Login process died too early - shutting down
May 28 15:13:47 rouge dovecot: pop3-login: fd_send(-1) failed: Socket
operation on non-socket
May 28 15:13:47 rouge dovecot: