mount is Using util-linux 2.30-rc2 (libmount 2.30.0: smack, btrfs, mtab,
debug).
Trying to mount any file system, thinks I have bad UID:
Ishtar:/mnt# /bin/mount /dev/tmpfs /mnt/tmpfs -t tmpfs
mount: only root can use "--types" option (effective UID is 5013)
Ishtar:/mnt# echo "$UID $EUID"
0 0
The previous version of mount works fine -- so it seems clear that the
new version of mount is doing something wrong.
Someone else had a problem w/mount doing some bad check
that wasn't the case. Think they had the right bits (CAP_SYS_ADMIN),
but the mount command was ignoring caps and looking for UID==0.
But in this case, it "double" shouldn't matter, since I'm
running as root.
--
To unsubscribe from this list: send the line "unsubscribe util-linux" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html