similar to: fileserving a directory

Displaying 20 results from an estimated 13000 matches similar to: "fileserving a directory"

2022 Sep 30
2
Project based in US for a Data Scientist
Yes. This position requires Python and SQL. Sorry for the confusion. On Fri, 30 Sep 2022 at 12:50, Ilya Kipnis <ilya.kipnis at gmail.com> wrote: > The position explicitly asks for Python, not R. > > On Fri, Sep 30, 2022, 6:47 AM Eusebi Llensa <ellensa at outvise.com> wrote: > >> Dear community, >> >> We are searching for a freelance data scientist to
2000 May 26
1
File/Dir permissions under a share
I am trying to duplicate the setup on my netware box on my samba box. Everyone wants to keep a single drive letter and go to the various dir's from there. So, what I did was create a share called "sys" and created various dir's underneath it, e.g. hr, eng, etc.... I setup the hr dir and files therein with 770 (i tried 777 also) and root:hr permissions. If an hr group member
2004 Aug 06
2
<fileserve>
Hi, While digging through the icecast2 xml configuration I noticed the option <fileserve>1</fileserve>. From what I could tell this is a totally undocumented feature and was wondering what exactly it was used for. <p> -- Colin Faber (303) 736-5160 fpsn.net, Inc. * Black holes are where God divided by zero. * --- >8 ---- List archives: http://www.xiph.org/archives/
2007 Nov 10
1
File Server Security
Hello all I''ve been reading the security details at http://reductivelabs.com/trac/puppet/wiki/FileServingConfiguration#Security Can I confirm that even with "allow *", it will still only be clients who have had their certs signed by the puppet server who will be allowed access? Either way, it might be a good idea to clarify this in the documents. Many thanks Ian J Cottee
1999 Dec 23
1
z: mapping on netlogon share
Is there any way to change the default netlogon share from using z: in logon scripts? We use a Win95 time recording software package that uses the same drive mapping and need to put it on our RH6.1 fileserver but have the obvious conflict. Bit of a problem really. Thanks. -----------------------------------------------------------------------------------------------------------
2017 Dec 02
3
Compilation of syslinux against musl libc
Hello, I wanted to ask if there's a reason efi/wrapper.{h,c} use __uint*_t instead of including stdint.h and using the therein defined uint*_t types? This breaks compilation of the efi blobs on systems with the musl libc since that doesn't define __uint*_t types. -- Simon Thelen
2006 Oct 19
8
puppet 0.20.0: updated language syntax doesn''t work?
Hi, I just upgraded to puppet 0.20.0 today after a short time playing with 0.19.3. The docs say to use the uppercase form for types but that seems to break for me. When I updated the remotefile function to use the new way, the puppet clients complain about objects not being found. For example: ----- OLD WAY (works, just with deprecations) ----- define remotefile (...) { file { $name :
2002 Sep 16
1
Samba 2.2.0 error on AIX 4.3.3
Hi We are getting the following error message on Samaba 2.2.0 on AIX 4.3.3:- lib/debug check_log.size (437) File/var/samba/log.smbd failed - using console write_socket_data: write failure. Error = Broken Pipe Can you help please. Robin Smith Technical Director Reflex Data Systems Ltd CONFIDENTIALITY NOTICE This email and any attachments should be read only by
2009 Jan 08
2
[LLVMdev] PIC16 backend for llvm 2.5
Hi Duncan, We are targetting a reasonably functional PIC16 backend for llvm 2.5. The only problem in our way is a local patch in ExpandIntegerOperand, which couldn't make its way to trunk so far. The discussion is contained in the following link: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20081103/069593.html I now have time to take it up again and do whatever rework is
2010 Jul 28
0
(Better formating) Puppet Standalone Client + Fileserving, not working.... (+ nice tutorial for puppet stand-alone) :)
Puppet local fileserving not working, as described here: http://docs.reductivelabs.com/guides/modules.html I''ve made a project to demonstrate this: http://github.com/mindreframer/puppet_stand_alone_testing There is more in the README... (http://github.com/mindreframer/puppet_stand_alone_testing/blob/master/ Readme.md) Would be nice to get this working, it seems wasteful the rewrite
2007 Jan 23
5
puppetd and puppetmasterd init script submission
Hey All, Id like to submit two init scripts for debian for puppetd and puppetmasterd, Which is the best to do this? Cheers B _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com https://mail.madstop.com/mailman/listinfo/puppet-users
2005 Jan 10
2
doing many commands within R
Dear all, I'm new to this list, so let me greet everyone. My problem is that I have several thousand data files which I want to perform a lot of R commands on, which are found in a seperate .R script. Now, what I did was within the R prompt, I used to read in a list of the data files. e.g. namelist <- readLines("list_of_names",n=-1) for (i in 1:100) { k <-
2009 Feb 17
3
Survival-Analysis: How to get numerical values from survfit (and not just a plot)?
Hi! I came across R just a few days ago since I was looking for a toolbox for cox-regression. I?ve read "Cox Proportional-Hazards Regression for Survival Data Appendix to An R and S-PLUS Companion to Applied Regression" from John Fox. As described therein plotting survival-functions works well (plot(survfit(model))). But I?d like to do some manipulation with the survival-functions
2006 Nov 10
2
RFC 2822 - message-id
I was porting some email from one imap server location to another and ran into a feature of something. One of them writes message-id as 'Message-Id' and the other writes it as 'Message-ID'. Because of this, all the messages are forever different. All mail is delivered from postfix and will be in the future. But I'm asking which of these syntaxes is correct or if there is
2007 Nov 15
2
Using plotmath expressions in lattice key text
Folks: delta <- 1:5 I would like to put 5 separate lines of text of the form "10 %+-% delta[i]" into a lattice key legend, where ""%+-%" is the plotmath plus/minus symbol and delta[i] is the ith value of delta. The construct: lapply(delta,function(d)bquote(10%+-%.(d))) appears to produce a list of expressions of the correct form, and, indeed, if I assign the above
2012 Nov 09
2
[LLVMdev] inttoptr and basicaa
BasicAA treats it conservatively if used on its own. It will return mayalias for the two pointers. TBAA operates based on the guarantee that pointers to different types cannot alias (think C's strict aliasing rules). Therein lies its power but also its danger, that is, nothing prevents the programmer to write code that violates these rules (That's why we have -fno-strict-aliasing). So
2010 Sep 16
3
Help with customizing a histogram figure
Hi all, Please consider the following code: require(plotrix) l <- list(rnorm(50),rnorm(50,sd=2),rnorm(50,mean=3)) multhist(l) I have two things I need help with: (1) In the output, there are empty spaces on the x-axis. How would I eliminate these spaces? I want a nice, smooth, empty-spaceless x-axis. (2) How could I add tracing lines to each histogram? I am undoubtedly using the wrong
2015 Aug 14
2
Usage of logos @ http://llvm.org/Logo.html for coffee mug
Ok thank you very much that sounds great. Do you know where I could get the derivate logos in bigger resolution? On the site not all logos are available in .svg format. Thanks in advance. greetings, dex 2015-08-14 18:31 GMT+02:00 Chris Lattner <clattner at apple.com>: > > On Aug 14, 2015, at 3:52 AM, deus ex via llvm-dev <llvm-dev at lists.llvm.org> > wrote: > >
2003 Jan 08
2
Sigh....ok once more with feeling
The firewall didnt help matters. I think its FUBAR and I need to reformat anyways, so ill reformat and reinstall and put fresh SAMBA up, on Mandrake 9.0. The system has 2 NICs and NET_MASQ shares internet to the XP machine. Therein it acts as a DHCP server and has a firewall. I will open 139 from the start next time.
2009 Dec 28
4
How to change the default Date format for write.csv function?
Hi, I have a data.frame containing a Date column. When using write.csv() function to generate a CSV file, I always get the Date column formatted as "YYYY-MM-DD". I would like to have it formatted as "MM/DD/YYYY", but could not find an easy way to do it. Here is the test code: d <- data.frame(ticker=c("IBM", "IBM"), date =