Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 520414 - sys-auth_pam_mount-2.14 with sys-apps/util-linux-2.25 - slim: (mount.c:72): mount: invalid option -- 'p'_
Summary: sys-auth_pam_mount-2.14 with sys-apps/util-linux-2.25 - slim: (mount.c:72): m...
Status: RESOLVED DUPLICATE of bug 519902
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Hanno Böck
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-21 14:27 UTC by Massimo Burcheri
Modified: 2014-08-22 07:20 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Massimo Burcheri 2014-08-21 14:27:22 UTC
Recently pam_mount does not mount anymore:



Reproducible: Always

Actual Results:  
Aug 21 10:15:49 [slim] (mount.c:68): Messages from underlying mount program:_
Aug 21 10:15:49 [slim] (mount.c:72): mount: invalid option -- 'p'_
Aug 21 10:15:49 [slim] (mount.c:72): _
Aug 21 10:15:49 [slim] (mount.c:72): Usage:_
Aug 21 10:15:49 [slim] (mount.c:72):  mount [-lhV]_
Aug 21 10:15:49 [slim] (mount.c:72):  mount -a [options]_
Aug 21 10:15:49 [slim] (mount.c:72):  mount [options] [--source] <source> | [--target] <directory>_
Aug 21 10:15:49 [slim] (mount.c:72):  mount [options] <source> <directory>_
Aug 21 10:15:49 [slim] (mount.c:72):  mount <operation> <mountpoint> [<target>]_

....





<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE pam_mount SYSTEM "pam_mount.conf.xml.dtd">
<pam_mount>
  <debug enable="0"/>
  <mntoptions allow="nosuid,nodev,loop,encryption,fsck,nonempty,allow_root,allow_other"/>
  <mntoptions require="nosuid,nodev"/>
  <logout wait="3000" hup="yes" term="yes" kill="yes"/>
  <mkmountpoint enable="yes" remove="no"/>

  <volume user="mb" path="/dev/disk/by-uuid/782ac631-5579-4c94-9a48-xxxx" mountpoint="/home/mb" cipher="twofish-xts-plain64:sha256" options="barrier,data=journal,journal_checksum"/>

  <volume user="mb" path="/dev/disk/by-uuid/2a1f7bc3-7dd1-4868-99fd-xxxx" mountpoint="/mnt/usb.hd" cipher="twofish-xts-plain64:sha256" options="barrier,data=journal,journal_checksum"/>

  <volume user="mb" path="/dev/disk/by-uuid/ef8eaf2c-2d54-483f-81bf-xxxx" mountpoint="/mnt/firewire.hd" cipher="twofish-cbc-essiv:sha256" options="barrier,data=journal,journal_checksum"/>

  <volume user="mb" path="/mnt/usb.hd/backup/nfs" mountpoint="/mnt/exports/backup" options="bind"/>
</pam_mount>
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2014-08-22 07:20:26 UTC

*** This bug has been marked as a duplicate of bug 519902 ***