Vấn đề cài đặt lạ của Mysql (logger: không tìm thấy lệnh)


8

Vấn đề này thực sự kỳ lạ, tôi đã thử nhiều cách để giải quyết nhưng không có gì hiệu quả. Đầu ra cuối cùng của tôi là:

    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
2 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "pl_PL.UTF-8"
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
Setting up mysql-server-5.5 (5.5.38-0ubuntu0.14.04.1) ...
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
/var/lib/dpkg/info/mysql-server-5.5.postinst: line 146: logger: command not found
ATTENTION: An error has occured. More info is in the syslog!
/var/lib/dpkg/info/mysql-server-5.5.postinst: line 236: logger: command not found
dpkg: error processing package mysql-server-5.5 (--configure):
subprocess installed post-installation script returned error exit status 127
dpkg: dependency problems prevent configuration of mysql-server:
mysql-server depends on mysql-server-5.5; however:
Package mysql-server-5.5 is not configured yet.

dpkg: error processing package mysql-server (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
mysql-server-5.5
mysql-server
E: Sub-process /usr/bin/dpkg returned an error code (1)

Tôi thực sự không biết làm thế nào để khắc phục điều đó, các bạn hãy giúp tôi :)


Câu trả lời:



1

"Địa phương" của bạn chưa được tạo hoặc chưa đúng.

Thử cái này:

sudo locale-gen en_US en_US.UTF-8 pl_PL pl_PL.UTF-8
sudo dpkg-reconfigure locales

Sau đó thử lại để cài đặt MySQL.


1

Đây là câu trả lời ban đầu được đề cập từ khối này:

https://smyl.es/how-to-fix-ubuntudebian-apt-get-404-not-found-package-reposeective-errors-saucy-rared-quantal-oneiric-natty/

Cập nhật địa điểm:

sudo locale-gen fi_FI.UTF-8
sudo dpkg-reconfigure locales
apt-get update

Chạy lệnh này dưới đây

Trên máy chủ của bạn và nó sẽ thay thế tất cả các URL kho lưu trữ archive.ubuntu.comsecurity.ubuntu.comgói old-releases.ubuntu.com

sudo sed -i -e 's/us.old-releases.ubuntu.com\|security.ubuntu.com/old-releases.ubuntu.com/g'/etc/apt/sources.list

sudo sed -i -e 's/archive.ubuntu.com\|security.ubuntu.com/old-releases.ubuntu.com/g'/etc/apt/sources.list

apt-get update
Khi sử dụng trang web của chúng tôi, bạn xác nhận rằng bạn đã đọc và hiểu Chính sách cookieChính sách bảo mật của chúng tôi.
Licensed under cc by-sa 3.0 with attribution required.