similar to: Samba 2.2.5: denying access to printer...

Displaying 20 results from an estimated 600 matches similar to: "Samba 2.2.5: denying access to printer..."

2003 Apr 03
1
ts function
hello I read "Practical Time Series" (Gareth Janacek; 2001) and they presented e.g the smoothing functions msmooth(x,k) or the bivariate function crosscorr(x,y,k), but both didn't work on my machine. I only load the ts library, is another library necessary or did this function change since 2001? Is there a more recent and detailed manual for ts? thanks, cheers Martin -- Martin
2003 Apr 21
2
name of arrays
Hello, I computed acf() and have an array as output. now I would like to have only one matrix or data frame (not yet familiar with the nomenclature) extracted from this array. or even only the first row of each matrix. the first part of my data "test" is called $acf ,1 , , 1 , , 2 1, , ... ... 2, , .. ... I tried several names but nothing wants to work, I only
2001 Feb 27
4
AllowHosts / DenyHosts
I'd like to see a feature of the commercial ssh in openssh: AllowHosts xxx.yyy.xxx.yyy *.domain.net DenyHosts xxx.yyy.xxx.* name.domain.net This allows or denies connects from certain machines (including wildcard matching). Is there any chance for this feature to be included? No, we don't want to use tcp-wrapper for this. Bye.
2008 Apr 29
2
Broken Header uidvalidity problem after upgrade
Hi, we use a current Debian etch distribution as basis for our servers, which are running within a vmware server environment. Our current configuration consists of a dovecot server with imap enabled and a ldap based authentication. Mails are stored using the Maildir format on a central nfs store. We do not use any virtual mailboxes. Since upgrading from dovecot version 1.0.rc15 (debian
2003 Apr 30
2
acf() with two df?
Hello, I have two dataframes, one with a time series of variables and another one with biological data of each plot. the column names correspond to each other plot1 plot 2....... 1983 ... .... 1984 ... .... ... and plot 1 plot2 1 ... ... 2 is it somehow possible to use acf() with two data frames and get a p values for the whole correaltion of these
2003 Apr 11
1
MS authentification with white space
Hi together, with our first implementation of Samba running under Linux on s/390 we are running in problems because some of our users authentificate to the windows domain with their full name, i.e. "maenz ullrich". Logon to Samba services failed because user (and password) verification seems to stop at that whitespace without ignoring it - by the way, it's impossible to create
2008 May 28
2
Tukey HSD (or other post hoc tests) following repeated measures ANOVA
Hi everyone, I am fairly new to R, and I am aware that others have had this problem before, but I have failed to solve the problem from previous replies I found in the archives. As this is such a standard procedure in psychological science, there must be an elegant solution to this...I think. I would much appreciate a solution that even I could understand... ;-) Now, I want to calculate a
2003 May 10
1
error in qr(x)
Hello, I get the following prompt when tring to compute rlm: > x<-rlm(core.e, na.action=na.omit) >Error in qr(x) : NA/NaN/Inf in foreign function call (arg 1) I checked with is.finite and is.infinite but in both cases i get FALSE and my missing values are substituted by NA. what does this error prompt mean and how do I solve it? thanks in advance, cheers Martin -- Martin
2003 Mar 14
2
grasper installation
Hello R user, I downloaded grasper_0.3-2.tar.gz and installed it as described. $ su $ R CMD INSTALL grasper_0.3-2.tar.gz $ R that seems to work, but > grasp.GUI() doesn't work. I read the note, that graspeR need mgcv (downloaded), MASS, modreg and tcktk . I haven't found the last 3 packetages in the Suse 8.1 contrib list. Where can I find them? Or what could be the problem? thanks in
2013 Oct 01
1
9.2-PRE: switch off that stupid "Nakatomi Socrates"
> > Message: 6 > Date: Mon, 30 Sep 2013 20:23:16 +0200 > From: David Demelier <demelier.david at gmail.com> > To: freebsd-stable at freebsd.org > Subject: Re: 9.2-PRE: switch off that stupid "Nakatomi Socrates" > Message-ID: <5249C194.8030504 at gmail.com> > Content-Type: text/plain; charset=ISO-8859-1 > > On 30.09.2013 15:50, Matthieu Volat
2005 Mar 31
1
Surface plot for polynomial regression
Dear R-experts, my goal is to visualize the following polynomial regression as a 3D-surface: Z = b0 + b1*X + b2*Y + b3*XY + b4*X^2 + b5*Y^2 I believe that a solution to this problem may be of interest to a wider range of scientists because the problem is a derivative of a more general problem, i.e.: how to describe the relationship between one dependent variable and the DIFFERENCE between two
1999 Jan 23
4
smbwrapper
> What you are looking for is smbwrapper, which is in fact included with Samba > 2.0. However as it is not supported on all systems it is not included > in the default build (it should work nicely on Solaris though). > Essentially smbwrapper is a preloaded library which intercepts system calls and > simulates a /smb filesystem, so you can access /smb/SERVER/SHARE/file.txt.
2024 Mar 22
1
Problem with new version of R: Mutated vocals
Dear ladies and gentlemen, I have recently installed the latest version of R (4.3.3) for windows. Now I have the following problems with mutated vowels like ?, ?, etc. Here is an example: If I type the command: Dir <- "C/Users/macho/Documents/_LVn/Experimentelle ?bungen" in the R console there is no problem. However, if I put the same command into a source file (e.g. Test.r) and call
2009 Jan 05
0
getResponse(model.lme) yields incorrect number of dimensions error
Dear R experts, I would like to get an R^2 - like value for a multilevel regression using lme. I followed an archived suggestion by José Pinheiro to use the squared correlation between fitted and observed values, i.e., (cor(fitted(model.lme), getResponse(model.lme))^2 but getResponse returns the error message Error in val[, level] : incorrect number of dimensions The same happens with
2010 Nov 12
3
Partition of a set
Hi I am new on this forum. I am searching for a function in R which provides all partitions of a set, say for the set {1,2,3} you get {{1,2,3}} {1,{2,3}} {2,{1,3}} {3,{1,2}} {{1},{2},{3}} . The number of partitions of a set is given by Bellsche`s number. The number of possibilities of length (this is the number of subsets included in the partition) of the partition is given by the partition
2005 Sep 10
0
Special authentication question
I'm up to create a Samba server which provides PDF-printers in a network. This server should rely on a special remastered Knoppix system. Once deployed in a network, the server should be accessible for configuration by a browser interface which allowes to create and configure those printer shares. The main advantage of this server should be the ability to email the "printed"
2002 Sep 25
2
smbd process with high cpu utilization.
One of my smbd processes used 100% cpu. I straced the process and the output follows: washington:~# strace -p 3416 fcntl64(13, F_SETLKW64, {type=F_UNLCK, whence=SEEK_SET, start=404, len=1}, 0xbfffefa0) = 0 sendto(12, "\3\0X\r\0\0&\0\0\0\0\0\0\0\'\374\f\0\0\0\0\0\16\0\0\0", 26, 0, {sin_family=AF_INET, sin_port=htons(41373), sin_addr=inet_addr("127.0.0.1")}}, 16) = 26
2004 Jan 22
3
adding mean to boxplot
I am a new and unexperienced user of R and got so far as to know how to produce boxplots. I have no experience of messing with function code, so presently I do not know how to create a boxplot with group means instead of group medians. If somebody could help me either replace the median with the mean or superimpose the mean onto the existing boxplot, it would be appreciated.
2006 May 16
3
multiple plots in a function()
Dear all, I have the following problem: I have written a function genereating to plots, eg myfunction <- (data, some.parameters) { #some calculations etc . par (mfrow=c(1,2)) plot1(......) plot2(.....) } which works fine. But for analysing several variants, I tried a slope, eg: par (mfrow=c(5,5)) for ( i in 1:10) { myfunction(data, i) } Off
1998 Oct 04
2
policies
Hi, I have set up samba to enable Domain-Logons for windows95/98. I am using Samba-1.9.18p7. I have a share netlogon with a batchfile for connection network drives. Everything is working. But when I create a policies file and put it onto the netlogon share windows doesn't use it. I have named it config.pol. Is there another special thing to configure? I have found archives of this