English user please read below ! Man kann ja nicht alles kennen. Heute bei der Übernahme von Metasets von einem Hosts zum anderen wollte der Zielhost die metasets nicht importieren.
rpc.metad: Permission denied
Interessant. Zuerst sucht mal mal in den Netzwerken rum. Dabei ist die Lösung deutlich einfacher.Root muß in die Gruppe „sysadmin“, ein Reboot ist nicht erforderlich. Das Problem hatte ich bisher noch nicht auch wenn die Lösung relativ alt ist. Der Fehler tritt nicht immer auf (ich hab ein wenig rumgespielt und konnte den nicht nachstellen), kann aber muß nicht.
The solution:
Add root to the sysadmin group.
e.g.: in /etc/group change:
—-
sysadmin::14:
to:
—-
sysadmin::14:root
Update: For english users. Here is a solution -> If you get the error please try to add user root to group „sysadmin“. You dont need a reboot. As i know its no bug in every installation. It could be or it could be not.