Manco fosse la prima volta che installo debian, ho un grosso problema con i locales, che in pratica nemmeno rimuovendo locales e reinstallando si risolve, nè con il buon dpkg-reconfigure locales...
in pratica ottengo ad esempio:
abbio@laptop:~$ sudo dpkg-reconfigure locales
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = "it_IT@euro",
LC_ALL = "it_IT@euro",
LANG = "it_IT@euro"
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
/usr/bin/locale: Cannot set LC_CTYPE to default locale: No such file or directory
/usr/bin/locale: Cannot set LC_MESSAGES to default locale: No such file or directory
/usr/bin/locale: Cannot set LC_ALL to default locale: No such file or directory
questo pensi influenzi anche il fatto che non riesco più a montare dischi usb: dando dmesg |tail come suggerito dalla finestra di errore ottengo:
abbio@laptop:~$ dmesg |tail
[ 931.611661] sd 5:0:0:0: [sdc] Assuming drive cache: write through
[ 931.611663] sdc: sdc1
[ 931.975598] sd 5:0:0:0: [sdc] Attached SCSI disk
[ 935.477693] printk: 61 messages suppressed.
[ 935.477700] NTFS-fs error (device sdc1): parse_options(): Unrecognized mount option locale.
[ 935.477705] NTFS-fs warning (device sdc1): parse_options(): Option utf8 is no longer supported, using option nls=utf8. Please use option nls=utf8 in the future and make sure utf8 is compiled either as a module or into the kernel.
[ 1493.592367] NTFS-fs error (device sdc1): parse_options(): Unrecognized mount option locale.
[ 1493.592375] NTFS-fs warning (device sdc1): parse_options(): Option utf8 is no longer supported, using option nls=utf8. Please use option nls=utf8 in the future and make sure utf8 is compiled either as a module or into the kernel.
[ 1581.947997] NTFS-fs error (device sdc1): parse_options(): Unrecognized mount option locale.
[ 1581.948005] NTFS-fs warning (device sdc1): parse_options(): Option utf8 is no longer supported, using option nls=utf8. Please use option nls=utf8 in the future and make sure utf8 is compiled either as a module or into the kernel.
come si può risolvere? grazie