search for: fruit

Displaying 20 results from an estimated 977 matches for "fruit".

2002 Sep 10
3
print
Hi all, Suppose I have a vector Fruits <- c('Apple','Orange','Pear','Banana','Mango') I want to print the statement "The fruits in the basket are: Apple, Orange, Pear, Banana, Mango" If I do: print(paste('The fruits in the basket are:',Fruits)) The output is: [1] "The...
2020 May 29
3
Extended attributes not working on mac
...ration combination which made sense to me. Finally i spent days with figuring out the problem but i have no glue at all. The current config is basically the example from https://wiki.samba.org/index.php/Configure_Samba_to_Work_Better_with_Mac_OS_X: [Global] min protocol = SMB2 vfs objects = catia fruit streams_xattr fruit:metadata = stream fruit:model = MacSamba fruit:posix_rename = yes fruit:veto_appledouble = no fruit:wipe_intentionally_left_blank_rfork = yes fruit:delete_empty_adfiles = yes [Buchhaltung] vfs objects = catia fruit streams_xattr path = /home/buchhaltung read only = No valid use...
2020 Jun 01
1
Extended attributes not working on mac
...in my opion samba tries to access the non existent double files. > Samba is now probably writing the data in a netatalk compliant way in the extended attributes of the file but is not reading it. > > new configuration: > > [Global] > min protocol = SMB2 > vfs objects = catia fruit streams_xattr > fruit:metadata = stream > fruit:resource = stream > fruit:encoding = native > fruit:model = MacSamba > fruit:posix_rename = yes > fruit:veto_appledouble = no > fruit:wipe_intentionally_left_blank_rfork = yes > fruit:delete_empty_adfiles = yes > streams_xat...
2015 Dec 28
2
vfs_fruit: cannot remove any file
...g = %h dos charset = CP932 log file = /var/log/samba/log.%m max log size = 50 security = user passdb backend = smbpasswd load printers = yes cups options = raw [Test 1] path = /export/test1/ writable = yes vfs objects = catia fruit streams_xattr fruit:locking = netatalk fruit:encoding = native streams_xattr:prefix = user. streams_xattr:store_stream_type = no ea support = yes If "fruit:locking = netatalk" line is deleted, there is no problem. -- HAT
2016 Jun 09
6
Samba 4.2 - OS X 10.11 - permissions are being ignored
...security = user encrypt passwords = yes preferred master = no printcap name = /etc/printcap load printers = no [nova1] comment = projects share path = /data/nova1 read only = No valid users = lustreuser vfs objects = catia fruit streams_xattr fruit:resource = file fruit:metadata = netatalk fruit:locking = none fruit:encoding = private force directory mode = 0777 force create mode = 0666 Kind regards, Martin
2015 Dec 29
2
vfs_fruit: cannot remove any file
...gt; max log size = 50 >> security = user >> passdb backend = smbpasswd >> load printers = yes >> cups options = raw >> [Test 1] >> path = /export/test1/ >> writable = yes >> vfs objects = catia fruit streams_xattr >> fruit:locking = netatalk >> fruit:encoding = native >> streams_xattr:prefix = user. >> streams_xattr:store_stream_type = no >> ea support = yes >> >> >> If "fruit:locking = netatalk" line is d...
2004 Oct 18
1
How to draw x-axis time label.
...2 16:17:41", "2004-08-12 16:15:27", "2004-08-11 21:38:24", "2004-08-12 14:28:41", "2004-08-18 18:04:47", "2004-08-13 15:23:14", "2004-08-14 02:36:33") Time <- as.POSIXlt(Time) x <- data.frame(main.name="AAA", fruit.name=rep(c("Apply","Watermelon"),each=5), x.name=Time, y.name=(1:10)) plot(as.numeric(x$x.name),as.character(x$y.name),pch=26,) fruit.class <- table(x$fruit.name) color.code <- c(611,552,656,121,451,481,28,652,32,550,90,401,150,12,520,8) for(j in 1:length(fruit.class))...
2015 Dec 21
1
Fruit module configured to use matter still write ._* files
I have configured samba as follow: [global] workgroup = GOYMAN netbios name = MATRIX security = user encrypt passwords = yes smb passwd file = /var/db/samba4/private/passdb.ntdb vfs objects = catia fruit streams_xattr fruit:resource = xattr fruit:metadata = netatalk fruit:locking = netatalk fruit:encoding = private [projects] path = /data/projects write list = kuon, ino force create mode = 0770 create mask = 0770 I expect "fruit:resource = xattr" to avoid the creation of ._ files, but...
2006 Mar 16
2
Arrays of Model Objects, Intersections, Object Identification... ?
Hi all, Hope you can help me with understanding how Ruby / Rails treats arrays full of objects. Let''s say I have to arrays of objects. Both are the same kinds of objects. tomatoes = Fruit.find(:all, :conditions => [ ''tomato = ?'', true], :limit => 10) fruits = Fruit.find(:all, :limit => 10) And I want to create an array of these objects called @my_fruits, but I don''t want the set to contain any duplicates. In the Ruby API documentation for array...
2019 Jul 26
1
vfs_recycle throwing errors when files are deleted by a Mac on a share with vfs_fruit enabled
...ize) recycle: stat for Chris_Mac/._Pollay.pdf returned No such file or directory [2019/07/26 15:52:11.165328, 0] ../source3/modules/vfs_recycle.c:243(recycle_get_file_size) recycle: stat for temp/._checklist.pdf returned No such file or directory I tried without success different options for fruit:metadata and fruit:resource. I'm including the Global and share sections of my SMB.CONF files below. I would appreciate if anybody could shed a light on what I may be doing wrong. Regards ======= Server CentOS 7.6 Samba Version 4.8.3 Filesystem EXT4 Client Mac OS 10.14.5 **** SMB.CONF **...
2013 Sep 01
1
Intersect 2 lists+bring extra columns
...rying to intersect 2 columns and in the rows that intersect, I want information from the 3rd column to be brought with it. I think it will be easier to explain with an example example.csv <http://r.789695.n4.nabble.com/file/n4675136/example.csv> . In my example, I have a reference list of fruit (first column), and my fruit of interest (second column), and then in the third column, I have color information about the fruit of interest in the second column. Currently to find the intersection between column 1 and 2, I use >fruit<-read.csv("//Users//J//Desktop//example.csv",...
2020 Feb 17
0
fruit:resource=stream on ZFS safety?
Hi Mike and all, I still see ._ files with fruit:resource=xattr and not with fruit:resource=stream. Try extracting the attached zip file using a macintosh on the samba share. (Sounds dangerous, right?!) With fruit:resource=xattr # ls -al total 537 drwxrwx---+ 2 cwseys cwseys 9 Feb 17 09:57 . drwxrwx---+ 3 cwseys cwseys 5 Feb...
2015 Dec 26
3
vfs_fruit: xattr imcompatible with netatalk
On 26/12/15 17:08, HAT wrote: > Hi, > I'm testing samba 4.3.3 vfs_fruit on Fedora rawhide. > > The EAs are not seen from clients yet. > > smb.conf: > path = /export/test1/ > writable = yes > vfs objects = catia fruit streams_xattr > fruit:locking = netatalk > fruit:encoding = native > streams_xattr...
2004 Oct 18
2
答复: How to draw x-axis time label.
...t;2004-08-12 16:15:27", "2004-08-11 21:38:24", > "2004-08-12 14:28:41", "2004-08-18 18:04:47", > "2004-08-13 15:23:14", "2004-08-14 02:36:33") > Time <- as.POSIXlt(Time) > x <- data.frame(main.name="AAA", > fruit.name=rep(c("Apply","Watermelon"),each=5), > x.name=Time, y.name=(1:10)) > plot(as.numeric(x$x.name),as.character(x$y.name),pch=26,) > fruit.class <- table(x$fruit.name) > color.code <- > c(611,552,656,121,451,481,28,652,32,550,90,401,150,12,520,8) > fo...
2023 Mar 02
1
fruit:copyfile not working as expected
...a at lists.samba.org (mailto:samba at lists.samba.org)> wrote: > Hi folks, > > I have a number of Mac users connecting to our Samba fileserver over VPN. > When they copy/move files between shares it takes quite a long time due to > our miserable business internet connection. I set fruit:copyfile = yes in > smb.conf expecting that to enable server-side copy for Mac users. > Unfortunately, it did not. > > Befuddled, I tried the same copy operation from a Windows VM and it worked > great. Very little network traffic, direct disk-to-disk copy on the server. > So the...
2015 Apr 02
3
Allowing file permissions changes with mac os x clients.
...inder" application or using a classical "chmod". The former says only "you have custom permissions.", while the later returns 0 says nothing but changes nothing either. For the sake of the tests all the shared directories on the samba server are in 777 mode. I tried vfs_fruit by adding vfs objects = catia fruit streams_xattr fruit:resource = file fruit:metadata = stream fruit:locking = none fruit:encoding = native fruit:aapl = yes but with no luck (performances are way worse with these lines enabled when it should b...
2015 Apr 25
2
vs_fruit - can't write to share
Hi, i'm running Samba 4.2.1 compiled from source on an Ubuntu 10.04.4 LTS Server. ACL/XATTR is active and working. I tried to activate the vfs_fruite module and added the sample code: vfs objects = catia fruit streams_xattr fruit:resource = file fruit:metadata = netatalk fruit:locking = netatalk fruit:encoding = native to the share. In addition i tried the following share definition: vfs objects = catia fruit streams_xattr fruit:locking = ne...
2019 Dec 26
2
Read-only permissions - incorrect user mapping?
CentOS 8 Samba 4.9.1 Client: macOS 10.14 [global] workgroup = LOCAL log file = /var/log/samba/log.smb max log size = 1000 syslog = 0 server role = standalone server unix password sync = no min protocol = SMB2 ea support = yes vfs objects = catia fruit streams_xattr fruit:aapl = yes readdir_attr:aapl_rsize = yes readdir_attr:aapl_finder_info = yes readdir_attr:aapl_max_access = yes fruit:nfs_aces = yes fruit:copyfile = yes fruit:metadata = netatalk fruit:resource = file fruit:locking = none fruit:encoding =...
2015 Jul 28
2
vfs fruit unable to create xattr and ACL from OS X 10.10.4
Hello I am trying to integrate OS X 10.10.4 clients into existing Samba infractructure run by our IT department. We are currently using Samba 4.2.3. File share is stored on iSCSI array with ext4 filesystem which should support both ACL and XATTR. We are trying to setup vfs_fruit module to avoid possible performance problems on OS X clients. We do NOT user netatalk. Current vfs_fruit config: vfs objects = catia fruit streams_xattr fruit:resource = file fruit:metadata = netatalk fruit:locking = none fruit:encoding = private fruit:a...
2020 Feb 18
0
vfs fruit disk_free fails on tmsize overflow with macOS Time Machine
...4.9.5-Debian (latest in their repos) on a fresh-built Raspbian Buster Lite release 2020-02-05. I put together the configuration outlined below by using the docs at https://wiki.samba.org/index.php/Configure_Samba_to_Work_Better_with_Mac_OS_X and https://www.samba.org/samba/docs/current/man-html/vfs_fruit.8.html. The underlying usb hard drive is an ext4 partition mounted in fstab, on a new, clean drive with no issues reporting. # /etc/samba/smb.conf [global] server string = My Server map to guest = bad user logging = syslog at 4 vfs objects = catia fruit streams_xattr fruit:metadata = stream...