ฉันพยายามติดตั้ง sendmail แต่มันหยุดทำงานในขณะที่พยายามสร้างใบรับรอง SSL ฉันได้ยกเลิกกระบวนการติดตั้งและขั้นตอนการฆ่าในภายหลังซึ่งเป็นการล็อกแพ็คเกจใหม่ใด ๆ จากการติดตั้ง
แต่เมื่อใดก็ตามที่ฉันเรียกใช้apt-get install <package_name>
มันกลับไปที่การติดตั้ง sendmail และพยายามติดตั้ง ssl certs
ฉันรีบูทระบบแล้ว แต่ปัญหายังคงอยู่
ฉันจะแก้ไขปัญหานี้ได้อย่างไร
ข้อมูล CLI
sudo dpkg --configure -a
Setting up sendmail-bin (8.15.2-3) ...
Updating sendmail environment ...
Reading configuration from /etc/mail/sendmail.conf.
Validating configuration.
Writing configuration to /etc/mail/sendmail.conf.
Writing /etc/cron.d/sendmail.
Disabling HOST statistics file(/var/lib/sendmail/host_status).
Reading configuration from /etc/mail/sendmail.conf.
Validating configuration.
Writing configuration to /etc/mail/sendmail.conf.
Writing /etc/cron.d/sendmail.
Could not open /etc/mail/databases(No such file or directory), creating it.
Reading configuration from /etc/mail/sendmail.conf.
Validating configuration.
Creating /etc/mail/databases...
Checking filesystem, this may take some time - it will not hang!
... Done.
Checking for installed MDAs...
sasl2-bin not installed, not configuring sendmail support.
To enable sendmail SASL2 support at a later date, invoke "/usr/share/sendmail/update_auth"
Creating/Updating SSL(for TLS) information
Creating /etc/mail/tls/starttls.m4...
Creating SSL certificates for sendmail.
พบปัญหาที่คล้ายกันที่นี่แต่ไม่มีวิธีแก้ปัญหา OP เพิ่งเปลี่ยนระบบปฏิบัติการ
สวัสดีข้อมูลสนับสนุน (ฉันเพิ่งพบสิ่งนี้) สคริปต์ตัวติดตั้ง sendmail ให้ข้อโต้แย้งที่ไม่ถูกต้องกับ openssl บรรทัดนี้โดยเฉพาะกำลังรอข้อมูลจาก STDIN ซึ่งสคริปต์ไม่ได้จัดหาและไม่ได้ระบุพารามิเตอร์ -in openssl dsaparam 2048 - หมด ฉันไม่แน่ใจเกี่ยวกับวิธีแก้ปัญหา อาจส่งข้อผิดพลาดไปยังผู้ดูแลแพคเกจ sendmail?
—
Jotham
ฉันจะติดต่อกับผู้ดูแลได้อย่างไร ฉันต้องแก้ไขปัญหานี้อย่างน้อย ฉันติดขัดมากขึ้นแล้ว 1 วันในขณะนี้ ฉันไม่สามารถติดตั้งแพ็คเกจอื่นได้เช่นกัน
—
Sisir