Displaying 10 results from an estimated 10 matches for "prefixpath".
2011 Apr 01
3
FW: ACL Lost and unable to set rights from explorer (xp)
...rn.log.0:Mar 30 21:14:11 ms249-lin-001 kernel: [14382.471268] CIFS VFS:
strtoUCS: char2uni of -13 returned -22
kern.log.0:Mar 30 21:14:11 ms249-lin-001 kernel: [14382.471293] CIFS VFS:
strtoUCS: char2uni of -13 returned -22
messages:Mar 30 11:05:50 ms249-lin-001 kernel: CIFS: Unknown mount option
prefixpath
messages:Mar 30 11:08:30 ms249-lin-001 kernel: CIFS: Unknown mount option
prefixpath
messages:Mar 30 11:38:54 ms249-lin-001 kernel: CIFS: Unknown mount option
prefixpath
messages:Mar 30 11:41:12 ms249-lin-001 kernel: CIFS: Unknown mount option
prefixpath
messages:Mar 30 12:02:22 ms249-lin-001 kerne...
2009 May 14
0
how to debug permission denied errors
...k,credentials=/home/przemek/.smb_credentials
parsing options: uid=przemek,credentials=/home/przemek/.smb_credentials
Domain NIST
mount.cifs kernel mount options unc=//elwood.nist.gov\61_NCNR,user=przemek,domain=NIST,pass=mypass,ver=1,credentials=/home/przemek/.smb_credentials,uid=500,prefixpath=610
df
//elwood.nist.gov/61_NCNR/610 21893480448 14847986400 7045494048 68% /mnt
umount /mnt
but not the other one:
mount.cifs '//ociosfs.nist.gov/plan$/NCNR' /mnt/ --verbose -o uid=przemek,credentials=/home/przemek/.smb_credentials
parsing options: uid=przemek,creden...
2019 Dec 17
0
cifs-utils release 6.10 ready for download
...stall smb2-quota and its manpage
b10aaef smb2-quota: Simplify code logic for quota entries.
be37d3d Add program name to error output instead of static mount.cifs
67b0fe3 Add support for smb3 alias/fstype in mount.cifs.c
74a1ced smbinfo.rst: document new `keys` command
f9085c4 mount.cifs.rst: remove prefixpath mount option.
9f7dd4e smb2quota.rst: Add man page for smb2quota.py
49fd975 smb2quota.py: Userspace helper to display quota information
b9e63c4 smbinfo: add bash completion support for setcompression
07c5812 smbinfo: Add SETCOMPRESSION support
6df98da smbinfo: print the security information needed t...
2010 May 21
0
ANNOUNCE: cifs-utils release 4.5 available for download
...e parse_username
function, though.
Signed-off-by: Scott Lovenberg <scott.lovenberg at gmail.com>
commit e5d3ceb9958437ef50510a578b0274615a37bcf7
Author: Jeff Layton <jlayton at samba.org>
Date: Sun May 2 06:32:34 2010 -0400
mount.cifs: strip leading delimiter off of prefixpath option
...the kernel doesn't expect to see it and it causes a regression
when mounting some UNCs.
Reported-by: Ales Zelinka <azelinka at redhat.com>
Signed-off-by: Jeff Layton <jlayton at samba.org>
commit 373146ceda319fb7585439d74f216b8a94b9525b
Author: J...
2014 Jul 11
0
ANNOUNCE: cifs-utils release 6.4 ready for download
....org>
Date: Tue Jul 1 17:43:55 2014 +0200
mount.cifs: on 2nd try mount.cifs must also uppercase "orig_dev"
Recent kernels now ignore "unc=..." mount option. mount.cifs, when
getting errno=ENXIO, retries the mount with uppercased hostname,
sharename and prefixpath in the "unc=..." mount option, which is ignored
now in the kernel. Used e.g. during OS/2 mounts, which fail now.
Also uppercase the now used "orig_dev" parameter.
Signed-off-by: Guenter Kukkukk <kukks at samba.org>
commit 487f46da737291877867cbd3acb4...
2012 Mar 12
0
[ANNOUNCE] Samba 3.5.13 Available for Download
...CRAP return valid user session key.
* BUG 8771: Make Winbind change faster from DC1 to DC2.
o Andreas Schneider <asn at samba.org>
* BUG 8608: Don't fail on users without a uid (Winbind).
* BUG 8628: Don't duplicate Kerberos service tickets.
* BUG 8645: Add missing prefixpath options for mount.cifs manpage.
* BUG 8658: Add an update function for Winbind cache.
* BUG 8678: Fix segfault in Winbind if we can't map the last user.
o Karolin Seeger <kseeger at samba.org>
* BUG 7705: Fix rpm build issues on RHEL4.
o Richard Sharpe <realrichards...
2012 Mar 12
0
[ANNOUNCE] Samba 3.5.13 Available for Download
...CRAP return valid user session key.
* BUG 8771: Make Winbind change faster from DC1 to DC2.
o Andreas Schneider <asn at samba.org>
* BUG 8608: Don't fail on users without a uid (Winbind).
* BUG 8628: Don't duplicate Kerberos service tickets.
* BUG 8645: Add missing prefixpath options for mount.cifs manpage.
* BUG 8658: Add an update function for Winbind cache.
* BUG 8678: Fix segfault in Winbind if we can't map the last user.
o Karolin Seeger <kseeger at samba.org>
* BUG 7705: Fix rpm build issues on RHEL4.
o Richard Sharpe <realrichards...
2018 May 30
5
Fw: Home directory is not created
Hi there,
I have following homes section on my smb.conf file.
[homes]
comment = Home Directories
browseable = no
read only = no
valid users = %S
guest ok = no
path = /home/remote/%U
root preexec = /usr/local/sbin/mkhomdironfly.sh %U
script to make home directory i.e mkhomdironfly.sh
if [ ! -e /home/remote/$1 ]; then
mkdir /home/remote/$1
cp
2011 Dec 10
0
ANNOUNCE: cifs-utils release 5.2 available for download
...cifs/" and try to get a service ticket for
that principal.
Signed-off-by: Jeff Layton <jlayton at samba.org>
commit b0c77da5f8e7465a6032954cef12f016d6b05388
Author: Jeff Layton <jlayton at samba.org>
Date: Mon Dec 5 11:40:17 2011 -0500
manpage: add an entry for prefixpath= to the mount.cifs manpage
Reported-by: Sumit Bose <sbose at redhat.com>
Signed-off-by: Jeff Layton <jlayton at samba.org>
commit 6dcc86dff3f9afd75e3ae906fad3c8c223efddaf
Author: Jeff Layton <jlayton at samba.org>
Date: Fri Dec 9 20:28:17 2011 -0500
autoconf:...
2023 Jun 10
1
Fopen upsmon.pid - no such file or directory - Nut 2.8.0 built from source
I've built NUT 2.8.0 from source. When the nut-monitor runs: fopen upsmon.pid fails. I'm running as root, upsmon has root:root permissions as well as the other daemons and .conf files. I've tried configuring with and without --prefixpath --prefixaltpath.
Is there something I am missing?
Please see attached.
Dan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/nut-upsuser/attachments/20230610/06578ece/attachment-0001.htm>
-------------- next part ------...