Displaying 20 results from an estimated 1200 matches similar to: "Cannot copy files to samba share. (A little off-topic)"
2002 Jun 28
1
AW: samba and PDC don't trust
hi!
you have to add the machine account like: useradd -s /bin/false -d /dev/null
machineaccount$
passwd -l
machineaccount$
smbpasswd -a -m
machineaccount
have you done this?
gianluca
-----Urspr?ngliche Nachricht-----
Von: Michiel_Lange@actuera.nl [mailto:Michiel_Lange@actuera.nl]
Gesendet: Freitag, 28. Juni 2002 16:21
An: samba@samba.org
Betreff: [Samba] samba and PDC don't
2012 Mar 09
4
round giving different results on Windows and Mac
Dear all,
I have been running some tests of my package RSiena on different
platforms and trying to reconcile the results.
With Mac, the commands
options(digits=4)
round(1.81652, digits=4)
print 1.817
With Windows, the same commands print 1.816
I am not bothered which answer I get, but it would be nice if they were
the same. A linux box agreed with the Mac.
Mac sessionInfo():
R version
2009 Jan 20
1
tclarray with embedded spaces in data
I would like to use a tclArray:
mytkarray <- tclArray()
as the variable for a table:
table1 <- tkwidget(f1, 'table', variable= mytkarray)
but if I include character strings with embedded spaces, I get braces
appearing in the table.
I can remove them using a non-R tclarray, (the difference between the
first example of
http://www.sciviews.org/_rgui/tcltk/Tktable.html
and
2002 Jul 17
2
Installing/Removing RPM's
Hello everyone.
This is partly a RedHat specific question. When I try removing a rpm using 'rpm -e'
I get 'rpm not installed', and when I try install the same rpm using 'rpm -i', I get 'rpm already installed'. How can this be? Please advise.
Another thing is that I can't find the swat service. I installed smb server at installation, and the rest of the
2006 Apr 18
2
installation of package "randomForest" failed
Hello
I'd like to try out some functions in the package randomForest. Therefore,
I did install this package. However, it is not possible to load the
library, although I have R-Version 2.1.1 (i.e. later than 2.0.0). The
commands I used and the Answers/Error from R is as follows:
>
install.packages("C://Programme//R//rw2011//library//randomForest_4.5-16.zip",
2006 Mar 08
4
Rails running on new MacIntels?
Has anybody got Rails running on one of the new Intel based Macs? I''d
love to get a MacBook Pro but if I can''t run Rails and MySQL then
there''s no real point.
--
Posted via http://www.ruby-forum.com/.
2020 Jul 12
2
No se inicia R-studio
Al instalar el R funciona, pero el r-Studio al abrirlo despu?s de la instalaci?n no se inicia y se queda cargando al final aparece que tardo mucho y no hay conexi?n.
Gracias por la ayuda
Saludos cordiales
Ruth Madera Sandoval
[[alternative HTML version deleted]]
2002 Jul 16
1
OK, Samba's OK, now I need swat help.
Ok, I should be able to start swat with xinetd, but I can't seem to get
anything to start.
1. How do I tell if swat is running (other than trying to browse to
aaa.bbb.ccc.ddd:901)
2. Can someone give me an idea of what and where I need commands for xinetd.
Server is RH7.2, Samba 2.2.3a, following file "swat" is in /etc/xinetd.d/
## /etc/xinetd.d/swat
service swat
{
port
2002 Jul 24
1
Controlling Access to directories within shares
I have several directories within a share. I have different groups within
linux that have access to these directories. I currently have my force group
= everyone in smb.conf (the everyone group is just that a group of all valid
users). Is there any way to set a force group for different directories
within a share? If I set those directories up as shares, (even if I get to
them via the other
2013 Apr 22
2
NAT problem assistance...
Hi folks,
I took the plunge recently to move NAT from my router to my shorewall
config, and mostly things are ok. Most traffic moves around without
problems but sometimes I am having trouble accessing external webservers
from non-gateway internal computers. I have stared at the traffic in
wireshark (even 2 wiresharks on different interfaces) but can''t see the
problem. Nevertheless
2012 Jan 16
1
Saving WinBugs log file when using bugs()
Hi,
I am very new to R and Winbugs. I have been provided with a code that runs
Winbugs from R. The code runs 60 different models and I would like to
either save the Winbugs log file for each of these or reproduce the WinBugs
plots which show convergence over the iterations.I can do this by using
Debug=true and saving manually each time but obviously this is very time
consuming.
Many thanks
Ruth
2008 Jul 28
3
lib90_cmusieve_plugin.so: undefined symbol: message_decoder_init
After upgrading our CentOS 5 box to the latest revisions last week
(including Dovecot 1.1), we're seeing the following error message in the
log files. Sieve was working fine with Dovecot 1.0.
I have yet to turn up anything via Google for this particular error.
SELinux is not logging any error messages at the moment, so I'm pretty
sure that we've properly allowed all the SELinux
2011 Oct 13
2
boxplot
hello
I want to make a boxplot with diferents rows and also include a column to sort into two groups to each of the other columns
my date set looks like this:
4 5 6 7 8 site
23 56 41 45 63 C
21 89 42 10 63 E
32 45 14 17 96 E
45 74 13 63 41 C
68 32
2010 Nov 08
15
Can I use shorewell stuff for my problem
Hi all, Im new to shorewell, can anyone guide me whether I can use
shorewell for my work.
I have a requirement in our work:
Each system shall have two Ethernet card interfaces(system means hardware
devices, servers, clients in other words any device or host used in the
project). The IP address of each interface will be of different networks,
subnets and gateways completely. Bcoz if one of
2012 Jul 23
3
How to do the same thing for all levels of a column?
Dear all,
I am a R beginner, and I am looking for a way to do the same thing for all
levels of a column in a table.
Basically, I have a bunch of protein sequences composed of different amino
acid residues, and each residue is represented by an uppercase letter. I
want to calculate the ratio of different amino acid residues at each
position of the proteins. Here is an example table:
Proteins
2003 May 20
4
Inefficient Winbind behavior?
Hello all,
I'm having an issue with Winbind and I'm not sure if it's occurring by
design or not.
My Samba server resides in a Windows NT domain and uses winbindd to
authenticate to a mixed-mode 2003 domain over a trust relationship.
Everything works the way it ought to. However, every so often my users
experience delays of anywhere from 30 to 60 seconds when connecting to a
share,
2002 Aug 02
1
survival analysis: plot.survfit
Hello everybody,
does anybody know how the function plot.survfit exactly works?
I'd like to plot the log of the cummulative hazard against the
log time by using plot.survfit(...fun="cloglog") which does not
work correctly. The scales are wrong and there is an error
message about infinit numbers. It must have something to do with
the censored data, doesn't it?
#Example:
2007 Oct 16
1
simulation
I am trying to write a function that will simulate observed counts X and
Y as below, I want the function to be able give many replicates, can
somebody advise?
thanks
Oarabile
#alpha,n sdx and sdy are constant, and N is a vector of length n.
unstructured<-function(n,N,alpha,sdx,sdy){
Vx<-rnorm(n,mean=0,sd=sdx)
Vy<-rnorm(n,mean=0,sd=sdy)
thetax<-exp(alpha+Vx)
thetay<-exp(alpha+Vy)
2002 Jul 30
2
Questions concerning survival analysis
Good morning everyone (or maybe good evening)
Is there a counterpart to the s-plus function "probplot" (which
provides a qq-plot for "survreg"-objects)? Or do exist other
(rather simple) possibilities to check the assumptions of the
distribution?
I have another question to the author(s) of summary.survreg:
Why does summary(...,times=sort(x)) not give the same result as
2005 Jun 17
2
Domain login - XP 64 -> Samba
I currently have samba setup as a file/login server. A variety of
clients running Windows 2000 and XP 32-bit authenticate normally without
any issues. I just brought up a Windows XP 64-bit box made the standard
group policy changes and joined the domain without any issues. When
attempting to login against the domain Windows returns "A remote
procedure call (RPC) protocol error