JustPaste.it

install.log

Start install: 2023-01-15 12:23:31
Operating System: Ubuntu 22.04 (64-bit)

================================================================================
  Dovecot
================================================================================

  exec  | /usr/share/debconf/fix_db.pl
  exec  | DEBIAN_FRONTEND=noninteractive apt-get install -y dovecot-core dovecot-common dovecot-mysql dovecot-sieve dovecot-managesieved doveco>
          Reading package lists...
          Building dependency tree...
          Reading state information...
          dovecot-core is already the newest version (1:2.3.16+dfsg1-3ubuntu2.1).
          dovecot-imapd is already the newest version (1:2.3.16+dfsg1-3ubuntu2.1).
          dovecot-pop3d is already the newest version (1:2.3.16+dfsg1-3ubuntu2.1).
          dovecot-lmtpd is already the newest version (1:2.3.16+dfsg1-3ubuntu2.1).
          dovecot-managesieved is already the newest version (1:2.3.16+dfsg1-3ubuntu2.1).
          dovecot-mysql is already the newest version (1:2.3.16+dfsg1-3ubuntu2.1).
          dovecot-sieve is already the newest version (1:2.3.16+dfsg1-3ubuntu2.1).
          0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  exec  | DEBIAN_FRONTEND=dialog
  exec  | mkdir --mode 0750 /etc/dovecot/conf.keyhelp.d/
          mkdir: cannot create directory ‘/etc/dovecot/conf.keyhelp.d/’: File exists

  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ERROR DETECTED <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<


  [SKIPPED DUE PREVIOUS ERRORS] files | dovecot/dovecot.conf.twig => /etc/dovecot/dovecot.conf
  [SKIPPED DUE PREVIOUS ERRORS] files | dovecot/dovecot-sql.conf => /etc/dovecot/dovecot-sql.conf
  [SKIPPED DUE PREVIOUS ERRORS] files | dovecot/conf.keyhelp.d/10-auth.conf.twig => /etc/dovecot/conf.keyhelp.d/10-auth.conf
  [SKIPPED DUE PREVIOUS ERRORS] files | dovecot/conf.keyhelp.d/10-services.conf.twig => /etc/dovecot/conf.keyhelp.d/10-services.conf
  [SKIPPED DUE PREVIOUS ERRORS] files | dovecot/conf.keyhelp.d/10-ssl.conf.twig => /etc/dovecot/conf.keyhelp.d/10-ssl.conf
  [SKIPPED DUE PREVIOUS ERRORS] files | dovecot/conf.keyhelp.d/15-mailboxes.conf => /etc/dovecot/conf.keyhelp.d/15-mailboxes.conf
  [SKIPPED DUE PREVIOUS ERRORS] files | dovecot/conf.keyhelp.d/20-protocols.conf.twig => /etc/dovecot/conf.keyhelp.d/20-protocols.conf
  [SKIPPED DUE PREVIOUS ERRORS] files | dovecot/conf.keyhelp.d/90-plugins.conf.twig => /etc/dovecot/conf.keyhelp.d/90-plugins.conf

  [SKIPPED DUE PREVIOUS ERRORS] exec  | id -u vmail 2>&1 || useradd -u 5000 -d /var/mail vmail
  [SKIPPED DUE PREVIOUS ERRORS] exec  | chown -R vmail:vmail /var/mail/
  [SKIPPED DUE PREVIOUS ERRORS] exec  | chmod 0777 /var/mail
  [SKIPPED DUE PREVIOUS ERRORS] exec  | chown -R vmail:dovecot /etc/dovecot/
  [SKIPPED DUE PREVIOUS ERRORS] exec  | chmod -R o-rwx /etc/dovecot/
  [SKIPPED DUE PREVIOUS ERRORS] exec  | service dovecot restart

================================================================================
  Quota
================================================================================

  exec  | apt-get install -y quota quotatool
          Reading package lists...
          Building dependency tree...
          Reading state information...
          quota is already the newest version (4.06-1build2).
          quotatool is already the newest version (1:1.6.2-5fakesync1).
          0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  exec  | service quota stop
  exec  | cp /etc/fstab /etc/fstab-backup
  exec  | echo "LABEL=cloudimg-rootfs     /     ext4     defaults,usrquota,grpquota     0     0
  LABEL=UEFI    /boot/efi       vfat    defaults        0 0" > "/etc/fstab"
  exec  | mount -o remount /
  exec  | quotacheck -avmug
          quotacheck: Your kernel probably supports ext4 quota feature but you are using external quota files. Please switch your filesystem to>          quotacheck: Quota for users is enabled on mountpoint / so quotacheck might damage the file.
          Please turn quotas off or use -f to force checking.

  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ERROR DETECTED <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

  [SKIPPED DUE PREVIOUS ERRORS] exec  | service quota start