Displaying 13 results from an estimated 13 matches for "mntpt".
Did you mean:
mnt_t
2007 Feb 04
0
Can't authenticate, from a linux client, against a samba PDC/tdbsam
...am_limits.so
session [success=1 default=ignore] pam_succeed_if.so service in crond quiet
use_uid
session required pam_unix.so
PAM_MOUNT (LINUX CLIENT):
debug 0
mkmountpoint 1
fsckloop /dev/loop7
options_allow nosuid,nodev,loop,encryption
options_require nosuid,nodev
lsof /usr/sbin/lsof %(MNTPT)
fsck /sbin/fsck -p %(FSCKTARGET)
losetup /sbin/losetup -p0 "%(before=\"-e \" CIPHER)" "%(before=\"-k \"
KEYBITS)" %(FSCKLOOP) %(VOLUME)
unlosetup /sbin/losetup -d %(FSCKLOOP)
cifsmount /bin/mount -t cifs //%(SERVER)/%(VOLUME) %(MNTPT) -o
"username=%...
2007 Jul 10
1
mounting an AD share upon login
...ere are no "mount errors" but still "mount of peter failed".
Here is pam_mount.conf:
=====================
debug 1
mkmountpoint 1
fsckloop /dev/loop7
luserconf .pam_mount.conf
options_allow nosuid,nodev
options_deny suid,dev
options_require nosuid,nodev
lsof /usr/bin/lsof %(MNTPT)
fsck /sbin/fsck -p %(FSCKTARGET)
cifsmount /bin/mount -t cifs //%(SERVER)/%(VOLUME) %(MNTPT) -o
"user=%(USER),uid=%(USERUID),gid=%(USERGID)%(before=\",\" OPTIONS)"
smbmount /usr/bin/smbmount //%(SERVER)/%(VOLUME) %(MNTPT) -o
"username=%(USER),uid=%(USERUID),gid=%(USERGI...
2007 Oct 17
4
Pam_mount + cifs
...i've tryed mounting homes with cifs insted but this is what happens....
-------------------------
pam_mount.conf
-------------------------
debug 1
mkmountpoint 1
luserconf .pam_mount.conf
options_allow nosuid,nodev
options_deny suid,dev
options_require nosuid,nodev
lsof /usr/sbin/lsof %(MNTPT)
fsck /sbin/fsck -p %(FSCKLOOP)
cifsmount /bin/mount -t cifs //%(SERVER)/%(VOLUME) %(MNTPT) -o
"username=%(USER)%(before=\",\" OPTIONS)"
smbmount /usr/bin/smbmount //%(SERVER)/%(VOLUME) %(MNTPT) -o
"username=%(USER),gid=%(USERGID)%(before=\",\" OPTIONS)"
umo...
2019 Oct 25
1
net ads join -- strange message
...uot;1.0" encoding="UTF-8"?>
<pam_mount>
<debug enable="1"/>
<mkmountpoint enable="1" />
<mntoptions allow="nosuid,nodev,loop,encryption,fsck" />
<mntoptions require="nosuid,nodev" />
<lsof>/usr/bin/lsof %(MNTPT) </lsof>
<cifsmount> /sbin/mount.cifs //%(SERVER)/%(VOLUME) %(MNTPT) -o
"user=%(USER),domain=SAMBADOM,uid=%(USER),gid=%(USERGID),cifsacl,file_mode=0700,dir_mode=0700"
</cifsmount>
<umount>/bin/umount %(MNTPT) </umount>
<volume
options="username=%(D...
2006 Dec 12
0
Homedir access rights and running KDE
...cess.
My volume configuration:
volume * cifs obelix students /home/& nosuid,nodev,workgroup=sps-pi - -
volume * - - /home/&/& /home/& rbind,umask=0077,nosuid,nodev - -
To make my configuration functional I have to also change this:
#lclmount /bin/mount -p0 -t %(FSTYPE) %(VOLUME) %(MNTPT)
"%(before=\"-o\" OPTIONS)"
to this:
lclmount /bin/mount -p0 %(VOLUME) %(MNTPT) -o "%(before=\"\" OPTIONS)"
How could I set access rights on homedir to 700?
2.When I log in as my network user with homedir mounted from w2k3
server, I am not able to start K...
2019 Oct 23
2
net ads join -- strange message
Hello,
I have an server ad? - everything seems ok
I have a windows client and a linux client . The users must to connect
on windows or on linux with the same home.
when I join my client linux with the command net ads join -U
administration I have after the following message
net ads join -U administrator
Enter administrator's password:
Error reading password from file descriptor 0: empty
2015 Mar 25
0
xfs_quota problem
I brought this up a month or so ago, and am just back to it: I've got a
large RAID filesystem, mounted in one location, /<mntpt>/x/workspace, but
we're having project directories that are under that magically appear
under /workspace, as /workspace/projname1.... I need to set up xfs quotas
by project, and I can't seem to find the right syntax.
CentOS 6. Note that it's *project* quotas, which according to the...
2007 Apr 13
2
How to dtrace which process is writting a veritas volume?
Hi all,
How to dtrace a who is writing a veritas volume?
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.opensolaris.org/pipermail/zfs-discuss/attachments/20070412/dfd8c254/attachment.html>
2004 Aug 11
0
pam_mount issue
...er, and I can then see the
files that live on the NT file server. ?I cannot get this mount to
happen automatically with pam_mount however. ?I have debug enabled in
/etc/security/pam_mount.conf and the two other "interesting" lines are
smbmount /usr/bin/smbmount //%(SERVER)/%(VOLUME) %(MNTPT) -o "username=%
(USER)%(before=\",\" OPTIONS)"
volume * smb SERVER2 & ~/WORKAREA uid=&,gid=&,dmask=0700 - -
The debug messages displayed give nothing away as to why it fails; the
comment "mount errors (should be empty)" is very confusing, as the
director...
2013 Oct 25
8
[PATCH] btrfs: add framework to read fs info from btrfs-control
This adds ioctl BTRFS_IOC_GET_FSIDS which reads the fs
info through the btrfs-control
Signed-off-by: Anand Jain <anand.jain@oracle.com>
---
fs/btrfs/super.c | 47 ++++++++++++++++++++++++++++++++++++++-----
fs/btrfs/volumes.c | 33 ++++++++++++++++++++++++++++++
fs/btrfs/volumes.h | 2 +
include/uapi/linux/btrfs.h | 19 +++++++++++++++++
4 files changed,
2013 Dec 17
9
[PATCH] Btrfs-progs: receive: fix the case that we can not find subvolume
...diff --git a/utils.h b/utils.h
index 00f1c18..9b2f79c 100644
--- a/utils.h
+++ b/utils.h
@@ -98,5 +98,6 @@ int btrfs_scan_lblkid(int update_kernel);
int get_btrfs_mount(const char *dev, char *mp, size_t mp_size);
int get_fslist(struct btrfs_ioctl_fslist **out_fslist, u64 *out_count);
int fsid_to_mntpt(__u8 *fsid, char *mntpt, int *mnt_cnt);
+int mnt_to_dev(const char *mnt, char **dev);
#endif
--
1.8.3.1
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/major...
2012 Nov 01
41
[Request for review] [RFC] Add label support for snapshots and subvols
From: Anand Jain <anand.jain@oracle.com>
(This patch is for the review/test not yet for the integration).
Here is an implementation of the feature to add label to the
subvolume and snapshots. Which would help sysadmin to better manager
the subvol and snapshots.
This can be done in two ways, one - using attr which is user land
only changes but drawback is able to change the label
2018 Jan 10
1
guestmount fails after linux kernel update 01/10/2018
...nd not
working is the kernel update from this morning. I am concerned this might
be related to the intel issues and the patch, which is probably in the
kernel update I just applied.
The output for the command is as follows:
guestmount -a ~/WombatCases/thumbdrive.wfc -m /dev/sda
~/.wombatforensics/mntpt/ > guestmountissues
libguestfs: trace: set_verbose true
libguestfs: trace: set_verbose = 0
libguestfs: create: flags = 0, handle = 0xd2d000, program = guestmount
libguestfs: trace: set_recovery_proc false
libguestfs: trace: set_recovery_proc = 0
libguestfs: trace: add_drive "/home/pasquale/...