Hi list, any experts for tmpfiles.d around? I have a laptop with intel ME that has a serial port. It is detected by linux (serial8250), but doesn't work because ME is disabled. Bad thing is, anything trying to access it runs into a 30s timeout :(( So I try to remove access to it using tmpfiles.d: woodstock:~ # cat /etc/tmpfiles.d/block_AMT_ttyS0.conf #Type Path Mode UID GID Age Argument z /dev/ttyS0 0600 - - - - However, after boot I still have woodstock:~ # l /dev/ttyS0 crw-rw---- 1 root dialout 4, 64 Mar 6 10:18 /dev/ttyS0 Is 'z' the wrong command? According to the manpage it should change modes of existing files/directories, and the serial module is loaded before systemd starts the tmpfiles scripts. Any ideas why it's not working? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org