Score:1

Start idmapd at every boot

br flag

We suddenly had a "nobody" issue on NFSv4 mounts on SLES 12.5 machines.

The:

systemctl unmask nfs-idmapd.service
systemctl enable nfs-idmapd.service
systemctl restart nfs-idmapd.service
nfsidmap -c

solved it (+a correct /etc/idmapd.conf), but after a rebooot, we again have to start the idmapd service.

The question: How can we make the idmapd automatically start at boot?

UPDATE:

SERVER:~ # systemctl list-unit-files --type=service nfs-idmapd.service
UNIT FILE          STATE
nfs-idmapd.service static

From https://www.linux.com/training-tutorials/understanding-and-using-systemd/ I can see if a SystemD service is "static" that means it wont start at boot alone, maybe it has some dependency that starts it?

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.