Comment 13 for bug 1774431

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

I liked the report especially with the patch already linked and all that.
But to reproduce on Debian/Ubuntu one needs to:

$ sudo apt install rpcbind quota

To let the service start at all one need:
- Add ",usrquota" to your fstab options somewhere
- Add a fake export to /etc/exports like
  /tmp 127.0.0.1

Only then will quotarpc.service start, but it does not expose the faulty behavior.

If you could outline the steps to get the bad behavior on Ubuntu that would be very kind.