--- rsyslog.conf 2018-07-05 07:53:00.794100426 +0200 +++ /etc/univention/templates/files/etc/rsyslog.conf 2018-07-05 07:53:17.274144236 +0200 @@ -32,7 +32,7 @@ from os.path import exists for (typ, cfg) in [('udp', 'UDP'), ('tcp', 'InputTCP'), ('relp', 'InputRELP')]: print '# provides %s syslog reception' % (typ.upper(),) - mod = '/usr/lib/rsyslog/im%s.so' % (typ,) + mod = '/usr/lib/x86_64-linux-gnu/rsyslog/im%s.so' % (typ,) port = configRegistry.get('syslog/input/%s' % (typ,)) pfx = '' if port and exists(mod) else '#' print '%s$ModLoad im%s' % (pfx, typ)