similar to: Usign hosts allow in the smb.conf file

Displaying 20 results from an estimated 2000 matches similar to: "Usign hosts allow in the smb.conf file"

2000 Jun 14
1
Q: mounting shares with space inside name
I'm trying to mount a share from an NT machine which has an space inside, i.e doing something like that: mount -t smbfs -o username=nardmann,password=xxx "//machine/for internal use" internal_use I always get the message Could not resolve mount point internal How do I mount such shares with whitespace inside the share name? -- Heiko Nardmann (Dipl.-Ing.), h.nardmann@secunet.de,
1998 Oct 08
4
non-digest format of this list?
I always get the messages of this list in a digest format. This is bad to handle, esp. if you want to answer a question found in the digest. Does everyone else also get the list as a digest? Is there a way to switch to single messages? If not how do I easily answer messages which the subject correctly set? Or how do I automatically split the digest into the separate messages? For your
2004 Feb 17
1
Problems usign samba with Windows XP Pro
Hello, I have upgraded my computer from W2K to W XP Pro. I use samba connections to reach an Aix server (4.3.3), on which samba 2.2.8a is installed. Before upgrading my computer, everything worked perfectly, but since, the first time I try to access a file or directory on a samba network filesystem, I takes approximately 5 to 6 minutes to make connection. After that, response time is fine. Do
2008 Dec 20
1
how to set the busy signal usign softphones
Hi to all. I'm using Asterisk 1.4 with Sjphone as softphone. My problem is that when a SIP user is busy, he still receive calls from asterisk. I've tried to setup the call-limit preference to 1, but with this kind of configuration the user can't transfer calls, as the system block the 2nd call generated to do the transfer. I've also tried to set the user as friend, limitonpeers
2001 Mar 20
0
redefinition of "print command" not working, usign defaults
Hi, I have the following trouble with samba 2.0.5a, I have defined my printers as follows: in the global section: printcap name = /etc/printcap load printers = yes printing = lprng print command =/usr/bin/lpr -U%m -P%p -r %s;echo %m %M>>/var/log/samba/printlog lpq command = /usr/bin/lpq -U%m -P%p lprm command = /usr/bin/lprm -U%m -P%p %j lppause
2004 Aug 19
3
More precision problems in testing with Intel compilers
The Intel compiled version also fails the below test: > ###------------ Very big and very small > umach <- unlist(.Machine)[paste("double.x", c("min","max"), sep='')] > xmin <- umach[1] > xmax <- umach[2] > tx <- unique(outer(-1:1,c(.1,1e-3,1e-7)))# 7 values (out of 9) > tx <- unique(sort(c(outer(umach,1+tx))))# 11 values
2009 Jul 31
8
How to stop an R script when running JGR on a Linux/SuSE system
When I need to stop a running R script on Windows or Mac I just use the <esc> key which kills the current script and returns the control to R interpreter. But when I run R from JGR the <esc> is useless as well as the other available keyboard keys. Just recently not even clicking on the STOP-symbol (a big red X) placed on JGR top menu bar could terminate a process that had entered a
2015 Dec 21
2
Beginner's questions/suggestions
Hi! I was just trying libopus0-1.1-3.2.x86_64 and opus-tools-0.1.9-3.2.x86_64 on openSUSE Leap, and I was wondering: opusenc does not display the file name it processes. In Lunux when you use some batch processing, it might be interesting! Example output for "for f in *.wav;do opusenc --bitrate 160 $f ${f%.wav}.opus; done": ---just on file--- Encoding using libopus 1.1 (audio)
2004 Jan 30
3
looping over factors
How does one loop over factors? Perhaps this is a newbie question. I tried: > b [1] caseX caseY caseZ Levels: caseX caseY caseZ > length(b) [1] 3 > > for (i in b) { + print (b == i) ; + print (i); + } [1] FALSE FALSE FALSE [1] 1 [1] FALSE FALSE FALSE [1] 2 [1] FALSE FALSE FALSE [1] 3 > But that strangely doesn't work. I must protest the implications of the above. i , as
2004 Mar 31
3
Maximum number of connections in R
It appears that the maximum number of connections available in R is about 48. Can anyone tell me how to bump this number up? I've been perusing the source, but any info would speed things up. Is there a reason that it was set to such a low number? Thanks for any help. -Frank
2004 Apr 27
3
Mixed Effects Models in S and S-Plus book
Anybody know where I can get the Pinheiro/Bates book? I can't find a bookstore w/ stock and the publisher says they don't know when they'll have it again. Thanks. -Frank
2004 Sep 13
3
.Random.seed in R-devel
I'm running R-2.0.0 (yesterday's snapshot)in its own directory, and everything works great, except: > .Random.seed Error: Object ".Random.seed" not found Does 2.0.0 not use .Random.seed for saving, etc, like it says in the help page? Thanks for any help. -Frank
2001 Nov 09
3
Q: good and new book for Samba (including new features)?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I am looking for a good and new book for Samba which includes descriptions for the new features (maybe using Samba and Win2K), too. Any proposals? - -- Heiko Nardmann (Dipl.-Ing.), h.nardmann@secunet.de, Software Development secunet Security Networks AG - Sicherheit in Netzwerken (www.secunet.de), Weidenauer Str. 223-225, D-57076 Siegen Tel. : +49
2015 Dec 22
1
Antw: Re: Beginner's questions/suggestions
>>> Ralph Giles <giles at thaumas.net> schrieb am 21.12.2015 um 19:51 in Nachricht <CAEW_RkshUM55uwdvU6DsE17pLZki651Xvvu7d2Y6jObePXZwCQ at mail.gmail.com>: > On 21 December 2015 at 04:31, Ulrich Windl > <Ulrich.Windl at rz.uni-regensburg.de> wrote: > >> opusenc does not display the file name it processes. In Lunux when you use > some batch processing,
2004 Feb 09
2
moments, skewness, kurtosis
I checked the help and the mailing list archives, but I can find no mention of a routine that calculates higher moments like skewness and kurtosis. Of course, these are easy enough to write myself, but I was thinking that they MUST be in here. Am I wrong? Thanks. -Frank
2004 May 05
5
cgi/servlets/httpd in R
Hi R-helpers Has anyone had any experience doing CGI or Servlets or using an httpd server in R? Context: we are interested in running dynamic demographic calculations on the internet (life tables, and such) in response to form submissions. I might do simple cgi to get started, but loading in data each time seems like it would be quite, quite slow. I have looked at Rserv, but I am most
2004 Sep 13
6
Spare some CPU cycles for testing lme?
If anyone has a few extra CPU cycles to spare, I'd appreciate it if you could verify a problem that I have encountered. Run the code below and tell me if it crashes your R before completion. library(lme4) data(bdf) dump<-sapply( 1:50000, function(i) { fm <- lme(langPOST ~ IQ.ver.cen + avg.IQ.ver.cen, data = bdf, random = ~ IQ.ver.cen | schoolNR); cat("
2004 Feb 18
2
Area between CDFs
Dear List: I am trying to find the area between two ECDFs. I am examining the gap in performance between two groups, males and females on a student achievement test in math, which is a continuous metric. I start by creating a subset of the dataframe male<-subset(datafile, female="Male") female<-subset(datafile, female="Female") I then plot the two CDFs via
2004 Aug 19
1
precision problems in testing with Intel compilers
I compiled the 1.9.1 src.rpm with the standard gnu tools and it works. I tried compiling the 1.9.1 src.rpm with the Intel 8 C and FORTRAN compilers and it bombs out during the testing phase: comparing 'd-p-q-r-tests.Rout' to './d-p-q-r-tests.Rout.save' ...267c267 < df = 0.5[1] "Mean relative difference: 5.001647e-10" --- > df = 0.5[1] TRUE
2000 Jun 15
1
samba, MS Access and file/record locking
I've recently just resubscribed to the mailing list so my apologies if this has been discussed in the last 4 to 5 months while I was off. And the archive search seems to be down - I get: Not Found The requested URL /search/smb-mail.shtml was not found on this server. Sorry for the long message, but I didn't want to leave any necessary details out. Anyway, my wife's office is having