Am 27.12.18 um 14:13 schrieb Michael Biebl:
On Wed, 26 Dec 2018 17:03:31 +0100 =?utf-8?q?Holger_Schr=C3=B6der?=
<[email protected]> wrote:
Package: systemd
Version: 239-15
Severity: normal
Dear Maintainer,
With systemd 240-1 it is not possible to mount an nfs-share. Downgrade to
239-15 solves the problem.
root@sidbox/home/holgi $ mount -t nfs -o vers=3 hsp1:/home/holgi/backup
/media/dummy
mount.nfs: clnt_dg_create: out of memory
mount.nfs: Cannot allocate memory
If further information is needed, please let me know :)
Might be the same issue as #917167
Can you try the following
# ulimit -n 4096
# mount -t nfs -o vers=3 hsp1:/home/holgi/backup
Can I put that down somewhere as a workaround, that helped. nfs works
with it.
...