similar to: Is it possible to send a message to samba client from samba vfs module?

Displaying 20 results from an estimated 30000 matches similar to: "Is it possible to send a message to samba client from samba vfs module?"

2016 Aug 12
2
Is it possible to send a message to samba client from samba vfs module?
Couldn't you do something like the "net send" command? On 08/12/2016 10:44 AM, Jeremy Allison via samba wrote: > On Fri, Aug 12, 2016 at 06:48:36AM +0000, UGlee via samba wrote: >> For some reason, I want to write a VFS module to prevent user from deleting >> certain folder or files. I want to do it in a user-friendly way. For >> example, the client pops up a
2008 Feb 17
7
Calling an external API as quickly as possible
Hi I''m a Java developer working with a team that''s moving over to Ruby and Ruby on Rails - we''re really excited! We are writing a replacement for a large, java-based, e-commerce website for a client who is based in the United Kingdom. This will be the first web site of its kind written in RoR. One of the things we need to do is to access various external
2009 Oct 21
1
Bootstrapping confidence intervals
Hello, We are a group of PhD students working in the field of toxicology. Several of us have small data sets with N=10-15. Our research is mainly about the association between an exposure and an effect, so preferrably we would like to use linear regression models. However, most of the time our data do not fulfill the model assumptions for linear models ( no normality of y-varible achieved even
2004 Sep 10
0
Smarter flac / samba VFS module possible?
I'm not sure Bery (the author) is subscribed here; he's probably the best one to ask first. Josh --- Eric Sandeen <sandeen@sandeen.net> wrote: > Hi all - > > Hope this isn't too OT - I've been playing with the file extention > mapper VFS module for samba (http://file-ext-map.sourceforge.net/) to > play flac files on my Audiotron. The above module takes any
2004 Sep 10
2
Smarter flac / samba VFS module possible?
Hi all - Hope this isn't too OT - I've been playing with the file extention mapper VFS module for samba (http://file-ext-map.sourceforge.net/) to play flac files on my Audiotron. The above module takes any *.flac file and presents it as a *.wav to the client, and decodes on the fly when the file is read. It seems to work pretty well, but I often get the first second or so of a song
2014 Dec 07
1
userdb lookup not possible with only userdb prefetch
Am 07.12.2014 um 00:56 schrieb Alexander Dalloz: > You did fulfill the requzirements for prefetch to work documented in the > wiki? > > http://wiki2.dovecot.org/UserDatabase/Prefetch Ehm, this is my SQL configuration 'dovecot-sql.conf.ext': > driver = mysql > connect = host=**** user=**** password=**** dbname=**** > default_pass_scheme = PLAIN > password_query = \
2004 Sep 08
3
Thanks
Thanks a lot for your timely rely. I still wonder whether I can use "a":"d" instead of 1:4. I remember I fulfill it successfully according to the guidance of some materials on R,but fail to find it now. Thanks again! ______________________________________________ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting
2011 Aug 31
3
how to create data.frames from vectors with duplicates
Hi R users, suppose I have two vectors, > x=c(1,2,3,4,5) > y=c('a','b','c','a','c') How can I get a data.frame like this? > xy count a 5 b 2 c 8 I know a few ways to fulfill the task. However, I have a huge number of this kind calculations, so I'd like an efficient solution. Thanks -- Best, Zhenjiang
2007 Dec 09
4
scannedonly samba anti-virus vfs module
Dear all, this is the first public announcement of scannedonly. Scannedonly is a samba VFS module that ensures that only files that have been scanned for viruses are visible and accessible to the end user. Scannedonly was developed because of scalability problems with samba-vscan: high server loads when (the same) files were requested often, and timeouts when large zip files were requested.
2011 Jun 24
2
counting columns that fulfill specific criteria
Hi, I have a matrix (pwdiff in the example below) with ~480000 rows and 780 columns. For each row, I want to get the percentage of columns that have an absolute value above a certain threshold "t". I then want to allocate that percentage to matrix 'perc' in the corresponding row. Below is my attempt at doing this, but it does not work: I get 'replacement has length
2008 Nov 23
2
Latin Hypercube with condition sum = 1
Hi I want to du a sensitivity analysis using Latin Hypercubes. But my parameters have to fulfill two conditions: 1) ranging from 0 to 1 2) have to sum up to 1 So far I am using the lhs package and am doing the following: library(lhs) ws <- improvedLHS(1000, 7) wsSums <- rowSums(ws) wss <- ws / wsSums but I think I can't do that, as after the normalization > min(wss) [1]
2010 Aug 09
3
Extract values from data frame in R
Using R, I would like to find out which Samples (S1, S2, S3, S4, S5) fulfill the following criteria:contain minimally one value (x, y or z) bigger than 4. Any ideas? Thanks, Alex. > data Sample x y z 1 S1 -0.3 5.3 2.5 2 S2 0.4 0.2 -1.2 3 S3 1.2 -0.6 3.2 4 S4 4.3 0.7 5.7 5 S5 2.4 4.3 2.3
2015 Dec 07
2
OpenSSH FIPS 140-2 support using OpenSSL FIPS modules?
On 12/04/2015 10:02 PM, security veteran wrote: > Hi Jakub, > > Another question I have is, are there any changes in this patch RedHat > Linux distribution specific? The reason I ask is, if I port the changes to > other Linux distribution like Debian or Ubuntu, do you see any issues? I don't think there is something distro-specific. Distro specific parts are handled in other
2006 Aug 02
2
Problem with RadRails plugin installation
Hi, I am usiing Windows XP and am behind a firewall. I get following error while trying to isntall few specific plugins that are hosted on some other sites than rubyforge (e.g.http://progrium.com/svn/vforge/plugins/widgets) in my RadRails project. "HTTP/1.1 407 Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy service is
2009 Jul 13
2
open source call center application for Asterisk
Dear all, I am new to asterisk.i like to configure call center using asterisk.please can anyone tell me open source application to fulfill my requirement. thanks Ashish Kumar Chauhan M T S ,C D A C Chennai -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090713/1ecf17ec/attachment-0001.htm
2011 Jun 13
3
Compiling PHP and MySQL
Hi everyone, I need to install an older version of PHP - 5.2.16, which is not currently available through an official CentOS repo (as far as I can tell). In order to fulfill our developer's requirements, I've decided to just compile PHP and MySql from the source. Is there a way to find out what are the usual configure options that are used to compile binaries that are available through
2008 Mar 26
3
generate random numbers subject to constraints
I am trying to generate a set of random numbers that fulfill the following constraints: X1 + X2 + X3 + X4 = 1 aX1 + bX2 + cX3 + dX4 = n where a, b, c, d, and n are known. Any function to do this? Thanks, -Ala' [[alternative HTML version deleted]]
2019 Dec 11
3
Lightweight LMTP daemon to avoid overkill MTA
Hi, My situation is as follows. -An internet-facing spam filter relays email to destination mail server (Dovecot) with SMTP. - Dovecot should take email and deliver it to user's mailboxes. I guess I'd need LMTP for this. - An external SMTP relay is already in place. I am thinking of using Dovecot submission to relay to the external relaying cluster. So, both relaying and routing are done
2009 Mar 27
3
how to get all iterations if I meet NaN?
hi, everybody, please help me with this question: If I want to do iteration for 1000 times, however, for the 500th iteration, there is NaN appears. Then the iteration will stop. If I don't want the stop and want the all the 1000 iterations be done. What shall I do? suppose I have x[1:1000] and z[1:1000],I want to do some calculation for all x[1] to x[1000]. z=rep(0,1000) for (i in 1:1000){
2012 Apr 28
3
Exporting plots generated by a 'for' loop
Hello! I have a 'for' loop that generates a plot with each iteration. I would either like the plots to be stacked one below the other in a single .jpg file or be stored in three different files with each file being named dynamically. The following code is an illustration of my query (but does not accomplish my aim):- for (i in 1:4) { jpeg("samplo.jpg") par(mfrow=c(3,1))