Hi Petter, hi all,with this script, the CUPS failures on Debian Edu machines (not only diskless) are gone:
"""
$ cat /etc/network/if-up.d/cups
#!/bin/sh
if [ -x /etc/init.d/cups ]; then
/etc/init.d/cups restart
fi
"""
I drop this script into any Debian Edu machine and the issues is resolved.
Mike
--
DAS-NETZWERKTEAM
mike gabriel, rothenstein 5, 24214 neudorf-bornstein
fon: +49 (1520) 1976 148
GnuPG Key ID 0x25771B31
mail: [email protected], http://das-netzwerkteam.de
freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb
pgpFAPHznCC2m.pgp
Description: Digitale PGP-Unterschrift

