search for: felles

Displaying 20 results from an estimated 712 matches for "felles".

Did you mean: fellas
2005 May 07
0
force group broken in 3.0.14?
...used for scanning from a photocopier using an account called scan. The idea is that once scanning is done, the users can access the files from the Scan-folder. They can't delete them but will instead copy them to somewhere else. See the permissions below. The problem is that any user on the felles-share can delete the Scan-folder. This has not been the case before. Anyone got an idea if I missed something totally in release 3.0.14? [felles] comment = Faelles drev path = /home/felles read only = no force user = felles create mask = 660 directory ma...
2002 Dec 15
2
Laggy and faulty Samba server
...ath = /data/d ## Section - [D write] [D write] writeable = yes comment = D write write list = root, nilsen public = no path = /data/d ## Section - [felles] [felles] readonly = no comment = Felles public = yes path = /data/felles ## Section - [Images] [Images] readonly = no comment = Images...
2002 Nov 25
2
smbpasswd problem with LDAP
Hello, I have installed / configured samba-ldap (compiled SAMBA_2_2 from CVS) Whe i try to change the password for the root user, there is no problem. If i try to change the password of an ordinary user, i get the error: nas:~# smbpasswd -U william New SMB password: Retype new SMB password: No user to modify! Password changed for user william. Failed to modify entry for user william. Failed to
2003 Dec 09
1
samba - sql server authentication
samba 2.2.8a/LDAP backend Red Hat 7.3 Windows 2000 server, connected to the samba controlled domain Sql Server 7.0 It seems that my sql server does not want to run scheduled jobs as a domain user, I am needing to do this for a network share that I am saving to, otherwise I would just run as SA Error from sql server: The job failed. Unable to determine if the owner (PRUPREF.COM\Administrator)
2000 Jan 04
0
MS Access on Samba 2.0.6
...workgroup = IC netbios name = TELIX server string = Samba Server on telix log file = /var/log/samba/log.%m max log size = 50 dns proxy = No guest account = directory mask = 0777 hosts allow = 192.168.0. 127. oplocks = No [FELLES] comment = Felles - telix path = /FELLES force user = felles force group = felles read only = No max connections = 50 mangle locks = Yes I would appreciate any comments and possible solutions. I've sort of promissed my boss that samba on...
2016 Sep 10
6
(Thin)LTO llvm build
I tried building llvm, clang, lld, lldb from the 3.9 svn release branch with LTO, and some of the results were unexpected. I first tried to rebuild llvm with llvm-3.9, which has ThinLTO, by providing -DLLVM_ENABLE_LTO=Thin, but that failed very quickly, so I fell back to building with -DLLVM_ENABLE_LTO=On and using the system CC/CXX (gcc 6.1). The resulting installed build is many times bigger
2007 Mar 19
1
documentation for beginners ?`
Is there any documentation that instructs a beginner how to configure (and the logic behind) wine and the steps necessary to install windows software? I have the user's guide but it does lack much, particularly what is going on. I am using ubuntu 6.06 and have presumably installed wine correctly. However, I cannot configure the system. A typical error message is, upon invoking winecfg,
2007 Mar 17
1
newbie: wxruby on fedora5
the preview is looking good ! - the gem seemed to load fine but samples failed to load at all to start with: "load error: Wx" but got things running by pasting the set up stuff from Wx.rb into the demo file...haven''t had time to figure out why yet. i copied over the copyright also, so now i''ve 2 in that file - lucky me. The unicode sample fell over on sys_lang
2017 Jun 12
3
count number of stop words in R
define your string as whatever object you want: data <- "Mhm . Alright . There's um a young boy that's getting a cookie jar . And it he's uh in bad shape because uh the thing is falling over . And in the picture the mother is washing dishes and doesn't see it . And so is the the water is overflowing in the sink . And the dishes might get falled over if you don't fell
2012 Jul 05
5
[LLVMdev] [PATCH] with no response: Bug 13163 - BlockAddress instruction with use from the global context is damaged during module link
I think my patch fell through the cracks: http://llvm.org/bugs/show_bug.cgi?id=13163 Could anybody please check it in? Thanks, Yuri
2017 Nov 01
1
Correct subsetting in R
Hi all, I have two data frames that one of them does not have the column ID: > str(data) 'data.frame': 499 obs. of 608 variables: $ ID : int 1 2 3 4 5 6 7 8 9 10 ... $ alright : int 1 0 0 0 0 0 0 1 2 1 ... $ bad : int 1 0 0 0 0 0 0 0 0 0 ... $ boy : int 1 2 1 1 0 2 2 4 2 1 ... $ cooki : int 1 2 2 1 0 1 1 4 2 3
2008 Jan 19
2
Nightly tarballs, would you use them?
Greetings, During the past week, there have been some requests for nightly tarballs to help making testing new Asterisk code easier. There was some debate as to whether they would be useful. The reason that they may not be useful is because you can get equivalent access to new code just by accessing the subversion repository directly. However, for one reason or another, some people would
2017 Jun 12
0
count number of stop words in R
Thanks for your reply. I know the command data <- tm_map(data, removeWords, stopwords("english")) removes English stop words, I don't know how should I count stop words of my string: str="Mhm . Alright . There's um a young boy that's getting a cookie jar . And it he's uh in bad shape because uh the thing is falling over . And in the picture the mother is
2017 Jun 12
3
count number of stop words in R
You can define stop words as below. data <- tm_map(data, removeWords, stopwords("english")) Patrick Casimir, PhD Health Analytics, Data Science, Big Data Expert & Independent Consultant C: 954.614.1178 ________________________________ From: R-help <r-help-bounces at r-project.org> on behalf of Bert Gunter <bgunter.4567 at gmail.com> Sent: Monday, June 12, 2017
2017 Jun 12
0
count number of stop words in R
Defining data as you mentioned in your respond causes the following error: Error in UseMethod("tm_map", x) : no applicable method for 'tm_map' applied to an object of class "character" I can solve this error by using Corpus(VectorSource(my string)) and the using your command but I cannot see the number of stop words in my string! On Monday, June 12, 2017 8:36
2016 Sep 10
3
(Thin)LTO llvm build
On Sat, Sep 10, 2016 at 6:25 PM, Mehdi Amini <mehdi.amini at apple.com> wrote: > >> On Sep 10, 2016, at 3:03 AM, Carsten Mattner via llvm-dev <llvm-dev at lists.llvm.org> wrote: >> >> I tried building llvm, clang, lld, lldb from the 3.9 svn release >> branch with LTO, and some of the results were unexpected. >> >> I first tried to rebuild llvm
2002 Jan 08
6
Subsets without NA
Is there a way of removing all rows with missing values from a data frame? I usually use subset(x, var1!="NA") and repeat for each variable. It would be nice to be able to do it in one fell swoop. Also, surprisingly, it doesn't always work. Sometimes I'm left with an empty set even though not all rows have missing values for the variable. Cheers, mikkel Mikkel Grum,
2017 Nov 01
1
Correct subsetting in R
It's not what I want, the first data frame has 499 observations and the second data frame is a subset of the first one but with 375 observations. I want something that returns the ID for training data frame On Wednesday, November 1, 2017 10:18 AM, Eric Berger <ericjberger at gmail.com> wrote: matches <- merge(training,data,by=intersect(names(training),names(data))) HTH, Eric
2004 May 11
1
Samba 2.2.8a - winbind do I need ACL for letting users change their file permissions?
...se default domain = Yes path = /home admin users = Administrator [homes] path = /users/DOMAIN/home read only = No create mask = 0600 directory mask = 0700 browseable = No wide links = No [felles] path = /users/DOMAIN/felles read only = No valid users = @"Domain Users", at Domain_Ansatte,@"Domain Admins" force create mode = 0775 force directory mode = 0775 I was wondering if there is a simple solution to...
2017 Nov 01
1
Correct subsetting in R
But they row.names() cannot give me the IDs On Wednesday, November 1, 2017 9:45 AM, David Wolfskill <r at catwhisker.org> wrote: On Wed, Nov 01, 2017 at 04:13:42PM +0000, Elahe chalabi via R-help wrote: > Hi all, > I have two data frames that one of them does not have the column ID: > > > str(data) > 'data.frame': 499 obs. of 608 variables: