systemd simply calls the /bin/mount utility.

Russel, could you use the attached wrapper script to get a log of what
systemd is doing
mv /bin/mount /bin/mount.orig
cp attached script to /bin/mount
chmod +x /bin/mount

reboot, then attach /run/log.mount


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
#!/bin/bash

log=/run/log.mount

echo "==========" >> $log
echo "$PPID" >> $log
echo "$0 >>>$@<<<" >> $log
/bin/mount.orig $@

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Pkg-systemd-maintainers mailing list
Pkg-systemd-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers

Reply via email to