Displaying 20 results from an estimated 50 matches for "add_files".
Did you mean:
add_file
2009 Oct 21
1
zfs acls and MS office applications
I'm trying to use zfs acls in solaris 10. I've looked at past posts
regarding this and some online help, but am stuck. I'm currently using
samba 3.3.9; I've had the same problem with 3.3.7. samba is compiled
and running as an Active Directory member server (compiled with ldap and
kerberos). The zfs disk is local. I'm not using winbind. I compiled
with zfsacl module.
2010 Feb 09
4
Rails3 pre and protect_from_forgery
I''ve almost entirely converted a rails 2.3.5 app to 3pre. I''m having
some trouble with protect_from_forgery. I had protect_from_forgery set
in application_controller.rb, but run some uploadify ajax stuff in one
of my controllers, where I had protect_from_forgery, :except
=> :add_file set.
In rails 3 I''m getting ActionController::InvalidAuthenticityToken on
the ajax
2016 Nov 04
4
[PATCH 0/2] improve Lua API for files and initramfs objects
From: Paul Emmerich <p.emmerich at first-colo.net>
Hi,
the new API for initramfs and files in master lacked the ability to build
initramfs objects from files loaded via HTTP/TFTP in Lua. The documentation
indicated that it should be possible (and I believe I did that in an older
version). I implemented a few new functions to handle files/initramfs
objects better.
Changes:
* NEW:
2008 Feb 28
0
Windows permissions and inheritance
Does anybody have experience of running Samba on a domain and getting
inherited file permissions on a Samba server to more closely match the
permissions you would see on a Windows 2000 box?
I'm trying to reproduce our departmental folders on a Samba box, running
on ZFS with NFSv4 ACL's, but I'm struggling to get inherited permissions
working properly when new files are created.
2001 Jul 29
1
add version 2 identities by default, too
[ I'm not subscribed to this list; please CC any followups to me as
well ]
When a user invokes "ssh-add" with no arguments, I think we should
default to adding both version 1 and version 2 keys. Here's a patch
against the source included with my Debian package of OpenSSH:
walters at space-ghost:/usr/src/ssh/openssh-2.9p2$ diff -u ssh-add.c~ ssh-add.c
--- ssh-add.c~ Thu Apr
2020 Nov 21
0
Cannot delete (empty) folder from Mac client
Hello.
A Mac client of mine has a problem deleting an empty folder from the
root of a Samba 4.12 server share, reporting a permission issue;
however, the more I look at it, the more I am convinced it should be
able to delete it.
smb.conf:
> [global]
> workgroup=XXXXXXXX
> realm=XXXXXXXX.local
> interfaces=em0
> hosts allow=192.168.XXX. 10.0.XXX.2
2016 Nov 10
3
[PATCH 0/2] improve Lua API for files and initramfs objects
Hi,
> Ferenc W?gner <wferi at niif.hu>:
> for reading configuration files from disk. Does it not work with HTTP/
> TFTP for you? Using that, load_file could be implemented in Lua as:
that does work, yes. It just looked like a file object should have a some way
to get the contents. I'm actually not using it in our scripts.
> All in all, I can't see the need for new
2016 Nov 30
1
slow directory access, convert_string_internal: Conversion error: Incomplete multibyte sequence
I think the issue may be related to the broken trusts. First of
all only two people had specifically reported issues which meant for
most people it was acceptable. Then I noticed that some directories
seemed slower than others.
If I ssh'd into the server and checked permissions, listing permissions
on most directories was quick (under 2 second.) On directories that
allowed
2016 Nov 30
2
slow directory access, convert_string_internal: Conversion error: Incomplete multibyte sequence
There are definitely some files with some weird names- in an ssh session they don't even have regular characters.
e.g
-rw-rw---- 1 xxx xxx 114985112 Oct 31 14:39 ▒^t
Not sure if that is related to problems though.
The top command shows
Memory: 12G phys mem, 343M free mem, 2048M total swap, 2048M free swap
This is in the evening so should not be much load but I think
2009 Mar 30
0
multi-protocol (cifs/nfs) access to same files - help please
Hello,
New here, and I''m not sure if this is the correct mailing list to post this question or not.
Anyway, we are having some questions about multi-protocol (CIFS/NFS) access to the same files specifically when not using AD or LDAP.
Summary:
Accessing the same folder from CIFS or NFS when working in a workgroup configuration (no domain authentication) works fine using cifs user
2008 Jan 18
0
Can't write to share.
HI all,
Having fixed the group issues from solaris having a default max of 16
groups I can now locally create and delete files on the solaris box as a
domain user
However when accessed via samba I can not create new files/folders
(although I can delete the files I created when logged on locally)
I have created a temporary directory on a non zfs (non acl enabled) file
system to see if that
2010 Apr 21
8
DO NOT REPLY [Bug 7382] New: Fails to copy with ACL issue if src user is unknown (OSX 10.6 only)
https://bugzilla.samba.org/show_bug.cgi?id=7382
Summary: Fails to copy with ACL issue if src user is unknown (OSX
10.6 only)
Product: rsync
Version: 3.0.7
Platform: All
OS/Version: Mac OS X
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned at samba.org
2020 Oct 06
2
Accessing SSH key path using SSH_ASKPASS and passwordstore
Hello,
With the introduction of SSH_ASKPASS_REQUIRE in version 8.4, I've set
up a script for SSH_ASKPASS to query my local passwordstore
(https://www.passwordstore.org/) vault to retrieve the password for a
given key. This works for ssh-add as well as ssh (configured with
AddKeysToAgent set to 'yes'). My workflow effectively transforms into
entering the password for the GPG key used
2016 Nov 10
0
[PATCH 0/2] improve Lua API for files and initramfs objects
Paul Emmerich <P.Emmerich at first-colo.net> writes:
> initramfs:load_file() is basically a memory optimization over your
> solution. It calls initramfs_load_file() directly, this loads the
> file exactly once into memory.
True.
> Going through a Lua string loads the file, then copies it into a
> (interned) Lua string, then copies this string again in
>
2010 Nov 27
0
[patch] Make passphrase-protected SSHv1 keys work again
ssh-add on OpenBSD current (with malloc -S enabled) crashes ("chunk is
already free") when loading my password-protected SSHv1 key (used only
for testing). "ssh-add ~/.ssh/identity" also fails to format the prompt
properly ("Enter passphrase for :").
The issue is as follows:
Starting at ssh-add.c:158 in add_file(ac, filename = "~/.ssh/identity"),
we call
2001 Jan 07
1
[PATCH] Caching passphrase in ssh-add.
The patch below does two things.
1. If invoked with no arguments, attempt to add both RSA and DSA keys.
2. Remember the last successful passphrase and attempt to use it on
subsequent key files which are added.
Note that the latter part of the patch extends the period of time during
which the passphrase is held in clear text in the ssh-add process, but
doesn't introduce any _new_
2017 Dec 29
2
notmuch: Xapian exception during database creation
Running notmuch from git on Debian testing[1] with the mail and database
sitting on a ZFS filesystem, adding mail to a new database:
> agrajag-testing ~/s/notmuch % ./notmuch new
> Found 605510 total files (that's not much mail).
> add_file: A Xapian exception occurred36m 37s remaining).
> A Xapian exception occurred adding message: Unexpected end of posting list for
2009 Jan 29
19
ZFS extended ACL
What is wrong with this?
# chmod -R A+user:webservd:add_file/write_data/execute:allow /var/apache
chmod: invalid mode: `A+user:webservd:add_file/write_data/execute:allow''
Try `chmod --help'' for more information.
This works in a zone, works on S10u5, does not work on OpenSolaris2008.11.
CT
2015 Jul 26
2
[PATCH] ssh-agent: Add support to load additional certificates
Add support to load additional certificates
for already loaded private keys. Useful
if the private key is on a PKCS#11 hardware token.
The private keys inside ssh-agent are now using a refcount
to share the private parts between "Identities".
The reason for this change was that the PKCS#11 code
might have redirected ("wrap") the RSA functions to a hardware token.
We don't
2017 Oct 26
3
[RFC 0/2] add engine based keys
Engine keys are private key files which are only understood by openssl
external engines. ?The problem is they can't be loaded with the usual
openssl methods, they have to be loaded via ENGINE_load_private_key().
?Because they're files, they fit well into openssh pub/private file
structure, so they're not very appropriately handled by the pkcs11
interface because it assumes the private