Displaying 20 results from an estimated 1000 matches similar to: "fruit:resource=stream on ZFS safety?"
2020 Feb 14
1
fruit:resource=stream on ZFS safety?
On 2/14/20 4:54 PM, Mike Pastore wrote:
> I guess the question is: what are you streaming to? And if the answer is
> streams_xattr, the question becomes: then why not just use
> fruit:resource=xattr?
When I tried fruit:resource=xattr appledouble files ._ were created. (I
know I'm hung up on aesthetics.)
Chad.
2010 Jun 23
0
Directory Permissions?
Hello,
Running Samba 3.3.10 on FreeBSD 7.3.
Cannot copy a folder with a subfolder and 10 files in the subfolder from
an OSX 10.6.4 client to a folder on the Samba server. What happens is
that the folder gets copied but not the subfolder and its files.
root at aries:/usr/local/etc# testparm
Load smb config files from /usr/local/etc/smb.conf
Processing section "[homes]"
Processing
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
2018 May 07
0
cifs.ko v2.1 bug (kernel 4.15)
Hi all,
I have observed in kernel 4.15 cifs.ko using protocol v2.1 getting
confused about whether a "filesystem object" is a file or a directory.
The true state in the example below is that "Alien" is directory and
"alien" is a (perl) file.
However, 'file' reports the type to be the same and matching the
first object accessed, e.g.
Both are perl
2020 Feb 14
2
fruit:resource=stream on ZFS safety?
Hello all,
Anyone have experience with using fruit:resource=stream on a ZFS filesystem? fruit:resource=stream is said to be experimental in man page, so I imagine there aren't many people using / testing it.
Thanks!
Chad.
2004 Feb 18
0
Samba 2.2.8a and print$
Hi all,
My name is Giuliano and I'm writing from Italy.
I contacting you because I have a question.
I use SuSE Pro 9.0.
I have configured Samba 2.2.8a like PDC in a lan with many microsoft client.
I use windows 95/98/ME/NT/2000/XP clients and I haven't anything problem.
My only problem is with [print$] directive because the downloaded the printer
driver don't run.
1? step:
This is
2008 Jan 09
1
Rscript on OSX
Hi,
I directed somebody to install R (2.6.1) on his OSX computer,
following instructions from http://cran.r-project.org/bin/macosx.
She can run R from the console.
But plot(1:10) doesn't produce any output or open a window (as I am
used to from linux).
More importantly:
Rscript is not in the path (minor problem ln -s is hopefully doable). I tried
to put a hardcoded path to Rscript into the
2010 Apr 19
2
[LLVMdev] Living on Clang
How about building this in the CMake or auto* level we build a separate
build script for it? I attache a simple version here. It does seem to work
here. It's a shell script, which uses cmake for the building but it seems
the second stage file works. I am not really sure why a third stage is
needed, but it can be added quite easily. A windows version should be
trivial to write (next week).
A
2004 Apr 27
1
SCP misses copying a file on error (possible bug?)
RCSID("$OpenBSD: scp.c,v 1.113 2003/11/23 23:21:21 djm Exp $");
Part of the OpenSSH_3.8p1, SSH protocols 1.5/2.0, OpenSSL 0.9.7c 30 Sep 2003 distribution
Could someone verify this case we found that causes a file to be missed during copying?
Not copying a file without any error indication is a major problem.
Here is the setup to replicate the problem:
On hosta /tmp:
-rwxrwxr-x 1
2004 May 04
0
[Bug 863] SCP misses copying a file on error
http://bugzilla.mindrot.org/show_bug.cgi?id=863
Summary: SCP misses copying a file on error
Product: Portable OpenSSH
Version: 3.8p1
Platform: Alpha
OS/Version: OSF/1
Status: NEW
Severity: critical
Priority: P2
Component: scp
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: rxanders at
2017 Mar 02
0
cifs-utils release 6.7 ready for download
The main change in this release is to address some regressions that
crept in when we switched to a scheme that does not rely on walking /tmp
to look for credcaches.
We now will use the information from the kernel about the initiating
pid, reach into that task's environment and scrape out the $KRB5CCNAME
variable. This can be problematic in setuid situations, so we avoid
doing that for the
2016 Mar 02
0
samba server with two kerberos realms
On 02/03/16 20:12, Chad William Seys wrote:
> Hi Rowland et al,
>
>>> The reason I thought sssd would be best is because I want to use the
>>> /etc/passwd file for user existence and was easy to set up.
>> You cannot have the same user in /etc/passwd and AD i.e. user 'foo' in
>> /etc/passwd could, and probably would, be seen as the the AD user
2016 Mar 02
2
samba server with two kerberos realms
Hi Rowland et al,
> > The reason I thought sssd would be best is because I want to use the
> > /etc/passwd file for user existence and was easy to set up.
>
> You cannot have the same user in /etc/passwd and AD i.e. user 'foo' in
> /etc/passwd could, and probably would, be seen as the the AD user 'foo'.
The way the system is set up, username existance and
2016 Apr 27
2
Building and Invoking DSA or Pool Alloc
Hi ,
This Is 'Suresh M' from AMD compiler team.
1) I obtained the source code of llvm and pool-alloc (relase_32 versions ) using the following commands,
svn co http://llvm.org/svn/llvm-project/llvm/branches/release_32 llvm
cd llvm/projects
svn co http://llvm.org/svn/llvm-project/poolalloc/branches/release_32 poolalloc
2) Was able to build the binaries and libraries
2007 Jun 05
1
cepstral TTS and app_swift
We are having some major problems with app_swift since we went live. It
is regularly segfaulting.
I don't know if this is my fault or not, but here's the story:
Installed the cepstral voices (at the time, 4.0) on our test system
(2.6.9-42.0.10.ELsmp)
and later added some extra voices (now 4.2). All worked fine - we stress
tested (20+ simultaneous calls).
Move to live (
2011 Aug 17
0
[LLVMdev] --enable-shared doesn't build shared library any more
Yuri, on which host?
2011/8/17 Yuri <yuri at rawbw.com>:
> In r134967 it still worked, and in r137742 it now doesn't.
> I used such flags: --enable-assertions --enable-shared --enable-libffi
> --enable-debug-runtime --enable-debug-symbols --disable-optimized
>
> Before build would create directory tools/llvm-shlib under the build
> tree. Now it is missing.
In my
2010 May 06
0
[LLVMdev] [cfe-dev] Living on Clang
On Mon, Apr 19, 2010 at 4:52 PM, Óscar Fuentes <ofv at wanadoo.es> wrote:
> The third stage is for comparing the output of clang (as compiled by
> gcc) against clang (as compiled by clang). The whole process is:
>
> Stage 1: build clang with gcc
>
> Stage 2: build clang with the clang created by gcc
>
> Stage 3: build clang with the clang created by clang.
>
>
2018 Sep 20
3
per share way to not follow msdfs links
Re-sending with right email...
msdfs root is set to "no" by default and is per-share.
[myshare]
msdfs root = no
path = ...
Should do the trick.
Otherwise if mounting on linux you can also use the 'nodfs' mount option
(mount.cifs //host/share/... /mnt/ -o ...,nodfs) to disable DFS
resolving and automatic sub-mounting.
Chad W Seys <cwseys at
2003 Nov 01
2
problems with 2880 linux floppy image
Hi,
I'm using syslinux to boot Linux off a network server running tftpd
and dhcpd. The server is running RH 7.3 with syslinux version 2.06 and
pxe-0.1-31.99.7.3 installed from the rpm. I created a 2880 K floppy
image using syslinux and populated it with the Linux kernel images:
vmlinuz, and initrd.img (trimmed of some modules) from RH 9, also,
syslinux.cfg with kickstart information.
The
2009 Jun 03
3
Lost sub-mailboxes - not showing after upgrading to Dovecot from Courier-IMAP
Last night we migrated from Courier-IMAP to Dovecot 1.2RC5 and all
seems to work fairly well, but I seem to have lost all my mailboxes
apart from INBOX. The maildirs are all on the HD in the correct place
(/usr/local/virtual/bordo.com.au/jlbrown):
mail:jlbrown root# ls -l
total 21400
drwxrwxr-x 13 _vmail _postfix 442 Jun 4 00:11 .4D
drwxrwxr-x 14 _vmail _postfix 476 Jun