similar to: share premissions help

Displaying 20 results from an estimated 800 matches similar to: "share premissions help"

2010 Apr 15
2
[LLVMdev] Compile, link and run on the fly
Hi, I am working on my diploma thesis "Consideration of Virtual Machines Suitability for Packet Decoding". One of VMs I am testing is LLVM. Currently I have a filter written in LLVM IR which consist of 3 modules: filter, decoder and filter_rule. The last one is generated using my own-written compiler. I`d like to ask if there is a possibility to generate filter_rule, then link
2010 Apr 15
2
[LLVMdev] Compile, link and run on the fly
First of all thanks for fast replay. I appreciated it:-) > Is your compiler written in C++ or something that can interface with > it easily? If so, you should probably check out the JIT, and the > tutorial here: Yes my compiler is written in C++ and I had followed tutorial you mentioned. > It sounds like you're generating LLVM IL and dumping it to a .ll file > in your own
2010 Apr 15
0
[LLVMdev] Compile, link and run on the fly
Is your compiler written in C++ or something that can interface with it easily? If so, you should probably check out the JIT, and the tutorial here: http://llvm.org/docs/tutorial/ In particular, this bit is relevant to using a JIT: http://llvm.org/docs/tutorial/LangImpl4.html#jit It sounds like you're generating LLVM IL and dumping it to a .ll file in your own compiler, so you'll
2002 Jul 28
2
how to use w2k acl to modify samba premission
I have been read through the samba documentation that said we can use w2k ack to control samba file or directories permission but when i try to do ( add user to share the file )this I got an error message said that access is denied. I have set the nt acl support = yes. I am using samba 2.2.4 and redaht 7.2 and w2k professional as client. --cksoo -------------- next part -------------- HTML
2004 Apr 19
3
Premission
Hello i am new to this list so i hope this question havent been asked for. i want a user on windows ( admin ) that has access to all userfiles on the samba server: /home/user1 ; / home/user2/ no i made a schare for /home the problem is: i can access all files in the userdirectory, but i canot access a subdirectory in the userdierecory. any help would be nice. sorry for my englih Greatings
2005 Feb 28
4
ACL Question [Repost]
OK so I've got samba-3.0.11 compiled with ACL support. I've running 2.4.25 with the ACL/ATTR patch applied. I can read and set ACLS's using the getfacl/setfacl programs. ldd /usr/sbin/smbd shows it's linked to libattr.so.1 and libacl.so.1. I can read ACL with the smbcacls program, but when I try to set them I get: ERROR: Unable to open credentials file! Also from the
2008 Mar 31
1
How to give user a prompt before connecting thecall
Yes it is. I'm remote at the moment so I can't send you the code but google for mobile remote receiver and you'll find what you are looking for. Lots of people do it so they don't have calls to cell phones picked up by voicemail. Cheers dean -----Original Message----- From: Pete Kay <petedao at gmail.com> Sent: Monday, March 31, 2008 2:27 PM To: Asterisk Users Mailing
2013 Nov 16
1
r documentation rugarch egarch
Hi, I`m about to switch from STATA to R and have serious troubles to find proper documentations on the internet. Right now I try to find a proper documentation of the eGARCH model being part of the rugarch package. Neither here http://cran.r-project.org/web/packages/rugarch/vignettes/Introduction_to_the_rugarch_package.pdf nor here http://cran.r-project.org/web/packages/rugarch/rugarch.pdf could
2010 Apr 28
1
rJava (installation?) problem: unable to find the basic String class
Hello, I have experienced the following problem after installing rJava (it being a prerequisite for another package in which I am relly interested). Any helpful thoughts would be appreciated: OS: Windows XP Professional 2002 SP3, have Java 6 Update 20 from Sun, also installed the JDK from http://java.sun.com/javase/downloads/index.jsp (or at least I suspect I installed it as it asked to re-boot
2006 Jan 26
2
nmbd terminates with error code 58
Hello everybody, i have already posted this message yesterday, but i didn't receive my posting. There i want to repeat it. >From time to time our nmbd daemon quits his job and the last time he did this he told us: [2006/01/25 15:56:02, 0] nmbd/nmbd.c:terminate(58) Got SIGTERM: going down... So my question is: What is the cause of this behaviour and in special what is happening when
2003 Apr 14
1
samba pdc premissions problem
Hello Everybody, I have samba 2.2.8a instaled on a RedHat 7.3 Gnu/Linux. I'm trying to setup a Samba as a PDC Server for Win2K/XP/98 workstations. The basic stuff did very well, everybody can join and access the domain. But now I want the shares by departments and give only access to the correct users. I tried to setup a group policy between my users and shares doing the
2006 Jul 16
1
compiz developers
Hi Colin Gutrie: Thanks for your repply about alt-gr problem. And great!!!! I'm also a developer (opengl developer), so I very happy to find a developer list of compiz...I'm working in some ideas for pluggins (for now only in a opengl format without nothing about compiz or xgl), so I very interesting in work with you, is this posible??, please guide me on this...what I have to do to set
2013 Dec 18
4
[LLVMdev] [RFC] Iterrative compilation framework for Clang/LLVM
Hal, Thank you for finding interest in our work! Please find my answers inlined below. > > ________________________________________ > From: Hal Finkel [hfinkel at anl.gov] > Sent: Monday, December 16, 2013 4:26 PM > To: Radovan Obradovic > Cc: llvmdev at cs.uiuc.edu; chandlerc; Andrew Trick > Subject: Re: [LLVMdev] [RFC] Iterrative compilation framework for Clang/LLVM >
2002 Nov 23
3
Upgrading to Samba 2.2.7
I'm running Red Hat version 7.2 as server. It has been fully upgraded from Red Hat UP2DATE. Samba 2.2.3a is currently running on the server with a working smb.conf file. I've noted a lot of comments/suggestions to upgrade to Samba 2.2.7. I find 2 files on the samba.org site for Red Hat 7.x: samba2.2.7-1.i386.rpm and samba2.2.7.src.rpm When trying to install with the Package Manager I
2013 Dec 19
0
[LLVMdev] [RFC] Iterrative compilation framework for Clang/LLVM
Hi Radovan, I am also interested in the iterative compilation in LLVM, and had implemented a simple iterative compilation driver. I guess you do not need to embedded the pointer to ModuleDecisionTreeProxies into the core classes of llvm, i.e. the PassManager class and the Function class. Instead, you could: 1. Implement a special pass manager that runs a set of passes iteratively. Implementing
2004 Mar 22
4
R commands formating for LaTeX
Dear R users, I have to include typical UNIX formated R commands and outputs into the article using LaTeX. What is the easiest way to include R prompt commands and text outputs (including messages) into LaTeX documents? Is there any template or library? So far I'm trying to produce R commands in LaTeX using LaTeX general format options. Thanks, Rado
2004 Jul 14
3
ROracle - fetch gives empty dataframe
Dear R-users, I was able to make ROracle package to connect to the DB (Oracle91, 64bit, on Solaris). But after executing siple SQL query, "fetch" commaned gives me an empty dataframe. ### RORACLE INSTALATION PROCEDURE ### R CMD INSTALL --configure-args='--enable-extralibs' --enable-oracle32=no ~/tmp/ROracle_0.5-5.tar.gz #since we have 64bit Oracle9i instalation PROBLEM:
2004 Jul 05
4
extract columns from a dataframe
Dear R users, I'm coming back to R after while. I have a data frame with 200 columns, each column has a name. How to extract all columns to a new dataset, but the specified (by names) ones? I was playing with that for a little bit using the vector syntax but got several syntax errors. Thanks, Rado
2013 Dec 23
2
[LLVMdev] [RFC] Iterrative compilation framework for Clang/LLVM
On Dec 16, 2013, at 4:26 PM, Hal Finkel <hfinkel at anl.gov> wrote: >> At the end of each iteration, quality of generated code is estimated >> by >> executing newly introduced target dependent pass. Based on results >> path for >> the following iteration is calculated. At the moment, this has been >> proved >> for MIPS only and it is based on code
2006 Apr 11
2
my email address???
oh boy, looks like I screwed things up some trying to add hosting for another domain besides my own I thought I went by the book here but something sure ain't right. my real email address is rado at rivers-bend.com then a few days ago, I tweaked sendmail.mc I think it was to masquerade ideallightinginc.com (the other domain) now I just noticed I am showing as rado at ideallighting.com