Missing AuthenticationToken

Moinsen,
wollte gerade ein Update durchführen und bekomme folgenden Fehler:
Was habe ich da falsch gemacht?

-Joe

Preparing to unpack .../symcon_4.4-2055_armhf.deb ...
IP-Symcon is running.
Stopping...
IP-Symcon stopped
/var/lib/dpkg/tmp.ci/preinst: line 49: awk: command not found
/var/lib/dpkg/tmp.ci/preinst: line 50: awk: command not found
/var/lib/dpkg/tmp.ci/preinst: line 51: awk: command not found
/var/lib/dpkg/tmp.ci/preinst: line 57: awk: command not found
/var/lib/dpkg/tmp.ci/preinst: line 58: awk: command not found
/var/lib/dpkg/tmp.ci/preinst: line 61: [: -eq: unary operator expected
IP-Symcon: "Missing AuthenticationToken"
403
Press any key to continue...
dpkg: error processing archive /var/cache/apt/archives/symcon_4.4-2055_armhf.deb (--unpack):
 subprocess new pre-installation script returned error exit status 1
IP-Symcon is not running.
Starting...
IP-Symcon started with PID 21229
Errors were encountered while processing:
 /var/cache/apt/archives/symcon_4.4-2055_armhf.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

Kann es sein, dass awk bei dir nicht mehr installiert ist?

Magst du mal sudo apt-get install awk ausführen?

paresy

Danke paresy.
Erhalte dann folgendes:
-Joe

pi@symcon:~ $ sudo apt-get install awk
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package awk is a virtual package provided by:
  original-awk 2012-12-20-6
  mawk 1.3.3-17
  gawk 1:4.1.4+dfsg-1
You should explicitly select one to install.

E: Package 'awk' has no installation candidate

sudo apt-get install mawk <-- Versuch es mal mit mawk.

paresy

Bringt nichts, leider noch der gleiche Fehler.

-Joe