[Ole-Anders Andreassen] > When running apt-get update and upgrade, I get a lot of errors:
Are you using ltsp-chroot? > 2. > E: Klarte ikke åpne fila /tmp/user/0/tzdata.template.53290 - open > (2: Ingen slik fil eller filkatalog) The messages about problems with /tmp/user/0/ is because TMPDIR and TMP is set to a per-user directory only valid outside the chroot (due to security and name space considerations). To avoid it, try to call chroot like this: TMP= TMPDIR= ltsp-chroot -- Happy hacking Petter Reinholdtsen -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

