View Single Post
eight's Avatar
Posts: 106 | Thanked: 81 times | Joined on Dec 2011 @ /
#2506
Sorry I meant:
Code:
dpkg-reconfigure locales
Copied from the wrong Browse-tab I think.
Though it shows me the same warning.

And the same warning occurs when doing apt-get upgrade
Code:
[root@m5sulu: /]apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages have been kept back:
  libavcodec52 libavformat52 libavutil50 libpostproc51
The following packages will be upgraded:
  aptitude base-files ca-certificates chromium-browser
  chromium-browser-inspector chromium-browser-l10n dhcp3-client dhcp3-common
  iceweasel isc-dhcp-client isc-dhcp-common libavutil49 libcups2 libcupsimage2
  libfreetype6 libgl1-mesa-dri libgl1-mesa-swx11 libglu1-mesa libgssapi-krb5-2
  libjasper1 libk5crypto3 libkrb5-3 libkrb53 libkrb5support0 libmozjs2d
  libnss3-1d libosmesa6 libpam-modules libpam-runtime libpam0g
  libpolkit-agent-1-0 libpolkit-backend-1-0 libpolkit-gobject-1-0 libsmbclient
  libsoup-gnome2.4-1 libsoup2.4-1 libssl0.9.8 libvpx0 libvte-common libvte9
  libwbclient0 mesa-utils mplayer openssh-client openssh-server openssl
  policykit-1 pulseaudio tzdata tzdata-java update-inetd usbutils x11-common
  xbase-clients xulrunner-1.9.1
55 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
Need to get 0 B/64.3 MB of archives.
After this operation, 762 kB disk space will be freed.
Do you want to continue [Y/n]?
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = (unset),
        LC_ALL = (unset),
        LC_PAPER = "de_DE",
        LC_ADDRESS = "de_DE",
        LC_MONETARY = "de_DE",
        LC_NUMERIC = "de_DE",
        LC_TELEPHONE = "de_DE",
        LC_MESSAGES = "de_DE",
        LC_IDENTIFICATION = "de_DE",
        LC_MEASUREMENT = "de_DE",
        LC_TIME = "de_DE",
        LC_NAME = "de_DE",
        LANG = "de_DE"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
Extracting templates from packages: 100%
Preconfiguring packages ...
dpkg: unrecoverable fatal error, aborting:
 syntax error: unknown group 'crontab' in statoverride file
E: Sub-process /usr/bin/dpkg returned an error code (2)
Edit:
Overlooked
Code:
syntax error: unknown group 'crontab' in statoverride file
After adding
Code:
groupadd crontab
"apt-get upgrade" works.

Last edited by eight; 2012-01-10 at 23:57.
 

The Following 3 Users Say Thank You to eight For This Useful Post: