search for: fruit

Displaying 20 results from an estimated 1010 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...
2024 Oct 16
1
Optimal File Permissions for Shared Access Between Windows and Linux
...256M 0 part /boot ??mmcblk0p2 179:2 0 59.4G 0 part / I also wanted to mention that I'm not familiar with the Apple environment, so I'm unsure if the following settings are necessary for my wife to read and write in|/mnt/shared/partage_de_fichiers|: easupport =yes vfsobjects = catia fruit streams_xattr fruit:delete_empty_adfiles =yes fruit:metadata = stream fruit:model = MacSamba fruit:nfs_aces =no fruit:posix_rename =yes fruit:veto_appledouble =no fruit:wipe_intentionally_left_blank_rfork =yes I appreciate your help in resolving this issue! Best regards, Jonathan Le 10/16/2024...
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
2025 May 13
1
Macs deleting files off RHEL8 server
...er and destroy the electronic transmission. Hi, That was redacted to remove the users. Here's the output from testparm -s: Server role: ROLE_STANDALONE # Global parameters [global] log file = /var/log/samba/%I-%a.%U.%m.%S.-%v.log printcap name = cups security = USER workgroup = SAMBA fruit:copyfile = yes fruit:delete_empty_adfiles = yes fruit:wipe_intentionally_left_blank_rfork = yes fruit:nfs_aces = no fruit:veto_appledouble = no fruit:posix_rename = yes fruit:model = MacSamba fruit:metadata = stream idmap config * : backend = tdb cups options = raw locking = No mangled n...
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...
2024 Oct 16
1
Optimal File Permissions for Shared Access Between Windows and Linux
...writable = yes > ?? browsable = yes > ?? read only = no > ?? guest ok = no > ?? create mask = 0660 > ?? directory mask = 0770 > ?? force group = sharedaccess > ?? force create mode = 0660 > ?? min protocol = SMB2 > ?? ea support = yes > ?? vfs objects = catia fruit streams_xattr > ?? fruit:delete_empty_adfiles = yes > ?? fruit:metadata = stream > ?? fruit:model = MacSamba > ?? fruit:nfs_aces = no > ?? fruit:posix_rename = yes > ?? fruit:veto_appledouble = no > ?? fruit:wipe_intentionally_left_blank_rfork = yes > > ``` Quite...
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...
2025 May 12
1
Macs deleting files off RHEL8 server.
...#log level = 6 #####log level = 7 passdb:5:@/var/log/samba/passdb.log auth:10:@/var/log/samba/auth.log locking:10:@/var/log/samba/locking.log scavenger:10:@/var/log/samba/scavenger.log smb:10:@/var/log/samba/smb.log smb2:10:@/var/log/samba/smb2.log smb2_credits:10:@/var/log/samba/smb2_credits.log fruit:10:@/var/log/samba/fruit.log preopen:10:@/var/log/samba/preopen.log recycle:10:@/var/log/samba/recycle.log auth_audit:10:@/var/log/AuthAudit.log full_audit:10:@/var/log/fullAudit.log extd_audit:10:@/var/log/extd_audit.log workgroup = SAMBA security = user passdb backend = tdbsam# vfs objects = ca...
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...