Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 306402 Details for
Bug 447962
pam_mount ignores mount -o exec flag
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Debug output from pam_mount during a user login
pam_mount-debug.log (text/plain), 5.66 KB, created by
Eric Bowser
on 2008-05-22 16:47:57 UTC
(
hide
)
Description:
Debug output from pam_mount during a user login
Filename:
MIME Type:
Creator:
Eric Bowser
Created:
2008-05-22 16:47:57 UTC
Size:
5.66 KB
patch
obsolete
>May 22 12:36:47 localhost login: pam_mount(pam_mount.c:202) enter read_password >May 22 12:36:53 localhost login: pam_mount(pam_mount.c:311) saving authtok for session code >May 22 12:36:53 localhost login: pam_unix(login:session): session opened for user ebowser by LOGIN(uid=0) >May 22 12:36:53 localhost login: pam_mount(pam_mount.c:460) Entered pam_mount session stage >May 22 12:36:53 localhost login: pam_mount(pam_mount.c:481) back from global readconfig >May 22 12:36:53 localhost login: pam_mount(pam_mount.c:483) per-user configurations not allowed by pam_mount.conf.xml >May 22 12:36:53 localhost login: pam_mount(misc.c:56) Session open: (uid=0, euid=0, gid=0, egid=0) >May 22 12:36:53 localhost login: pam_mount(rdconf2.c:209) checking sanity of volume record (/home/ebowser.img) >May 22 12:36:53 localhost login: pam_mount(pam_mount.c:535) about to perform mount operations >May 22 12:36:53 localhost login: pam_mount(mount.c:409) information for mount: >May 22 12:36:53 localhost login: pam_mount(mount.c:410) ---------------------- >May 22 12:36:53 localhost login: pam_mount(mount.c:411) (defined by globalconf) >May 22 12:36:53 localhost login: pam_mount(mount.c:412) user: ebowser >May 22 12:36:53 localhost login: pam_mount(mount.c:413) server: >May 22 12:36:53 localhost login: pam_mount(mount.c:414) volume: /home/ebowser.img >May 22 12:36:53 localhost login: pam_mount(mount.c:415) mountpoint: /home/ebowser >May 22 12:36:53 localhost login: pam_mount(mount.c:416) options: encryption=aes,exec,loop,user, >May 22 12:36:53 localhost login: pam_mount(mount.c:417) fs_key_cipher: bf-cbc >May 22 12:36:53 localhost login: pam_mount(mount.c:418) fs_key_path: /home/ebowser.key >May 22 12:36:53 localhost login: pam_mount(mount.c:419) use_fstab: 0 >May 22 12:36:53 localhost login: pam_mount(mount.c:420) ---------------------- >May 22 12:36:53 localhost login: pam_mount(mount.c:182) realpath of volume "/home/ebowser" is "/home/ebowser" >May 22 12:36:53 localhost login: pam_mount(mount.c:186) checking to see if /home/ebowser.img is already mounted at /home/ebowser >May 22 12:36:53 localhost login: pam_mount(mount.c:873) checking for encrypted filesystem key configuration >May 22 12:36:53 localhost login: pam_mount(mount.c:882) decrypting FS key using system auth. token and bf-cbc >May 22 12:36:53 localhost login: pam_mount(mount.c:899) about to start building mount command >May 22 12:36:53 localhost login: pam_mount(misc.c:285) command: losetup [-p0] [-eaes] [%(KEYBITS)] [/dev/loop7] [/home/ebowser.img] >May 22 12:36:53 localhost login: pam_mount(misc.c:56) set_myuid<pre>: (uid=0, euid=0, gid=0, egid=0) >May 22 12:36:53 localhost login: pam_mount(misc.c:56) set_myuid<post>: (uid=0, euid=0, gid=0, egid=0) >May 22 12:36:53 localhost login: pam_mount(mount.c:104) losetup errors: >May 22 12:36:53 localhost login: pam_mount(mount.c:107) >May 22 12:36:53 localhost login: pam_mount(mount.c:107) Usage: >May 22 12:36:53 localhost login: pam_mount(mount.c:107) losetup loop_device # give info >May 22 12:36:53 localhost login: pam_mount(mount.c:107) losetup -a | --all # list all used >May 22 12:36:53 localhost login: pam_mount(mount.c:107) losetup -d | --detach loop_device # delete >May 22 12:36:53 localhost login: pam_mount(mount.c:107) losetup -f | --find # find unused >May 22 12:36:53 localhost login: pam_mount(mount.c:107) losetup [ options ] {-f|--find|loop_device} file # setup >May 22 12:36:53 localhost login: pam_mount(mount.c:107) >May 22 12:36:53 localhost login: pam_mount(mount.c:107) Options: >May 22 12:36:53 localhost login: pam_mount(mount.c:107) -e | --encryption <type> enable data encryption with specified <name/num> >May 22 12:36:53 localhost login: pam_mount(mount.c:107) -h | --help this help >May 22 12:36:53 localhost login: pam_mount(mount.c:107) -o | --offset <num> start at offset <num> into file >May 22 12:36:53 localhost login: pam_mount(mount.c:107) -p | --pass-fd <num> read passphrase from file descriptor <num> >May 22 12:36:53 localhost login: pam_mount(mount.c:107) -r | --read-only setup read-only loop device >May 22 12:36:53 localhost login: pam_mount(mount.c:107) -s | --show print device name (with -f <file>) >May 22 12:36:53 localhost login: pam_mount(mount.c:107) -v | --verbose verbose mode >May 22 12:36:53 localhost login: pam_mount(mount.c:107) >May 22 12:36:53 localhost login: pam_mount(mount.c:697) waiting for losetup >May 22 12:36:53 localhost login: pam_mount(mount.c:911) error checking filesystem but will continue >May 22 12:36:53 localhost login: pam_mount(misc.c:285) command: mount [-p0] [-t] [ext3] [/home/ebowser.img] [/home/ebowser] [-oencryption=aes,exec,loop,user,] >May 22 12:36:53 localhost login: pam_mount(misc.c:56) set_myuid<pre>: (uid=0, euid=0, gid=0, egid=0) >May 22 12:36:53 localhost login: pam_mount(misc.c:56) set_myuid<post>: (uid=0, euid=0, gid=0, egid=0) >May 22 12:36:53 localhost login: pam_mount(mount.c:107) >May 22 12:36:53 localhost login: pam_mount(mount.c:933) waiting for mount >May 22 12:36:53 localhost login: pam_mount(pam_mount.c:134) clean system authtok (0) >May 22 12:36:53 localhost login: pam_mount(misc.c:285) command: pmvarrun [-u] [ebowser] [-o] [1] >May 22 12:36:53 localhost login: pam_mount(misc.c:56) set_myuid<pre>: (uid=0, euid=0, gid=0, egid=0) >May 22 12:36:53 localhost login: pam_mount(misc.c:56) set_myuid<post>: (uid=0, euid=0, gid=0, egid=0) >May 22 12:36:53 localhost login: pam_mount(pam_mount.c:425) pmvarrun says login count is 1 >May 22 12:36:53 localhost login: pam_mount(pam_mount.c:548) done opening session (ret=0) >May 22 12:36:54 localhost login: LOGIN ON tty2 BY ebowser
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 447962
: 306402 |
306403