Coder Social home page Coder Social logo

Error when build about vestacp HOT 6 CLOSED

limogin avatar limogin commented on June 10, 2024
Error when build

from vestacp.

Comments (6)

noogen avatar noogen commented on June 10, 2024

Seem to be issue from upstream: https://jira.mongodb.org/browse/SERVER-38666
I'll do a little more research.

from vestacp.

limogin avatar limogin commented on June 10, 2024

Thanks, It seems that adding this key solve the problem:

apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 2930ADAE8CAF5059EE73BB4B58712A2291FA4AD5

from vestacp.

limogin avatar limogin commented on June 10, 2024

I see also these warnings when build the image:

Synchronizing state of mysql.service with SysV init with /lib/systemd/systemd-sysv-install...
Executing /lib/systemd/systemd-sysv-install disable mysql
insserv: warning: script 'K01dovecot' missing LSB tags and overrides
insserv: warning: script 'dovecot' missing LSB tags and overrides
insserv: warning: script 'K01dovecot' missing LSB tags and overrides
insserv: warning: current start runlevel(s) (empty) of script `mysql' overrides LSB defaults (2 3 4 5).
insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `mysql' overrides LSB defaults (0 1 6).
insserv: warning: script 'dovecot' missing LSB tags and overrides
Removed symlink /etc/systemd/system/multi-user.target.wants/mariadb.service.
Removed symlink /etc/systemd/system/mysql.service.
Removed symlink /etc/systemd/system/mysqld.service.
 * Stopping PostgreSQL 9.6 database server
   ...done.
Synchronizing state of postgresql.service with SysV init with /lib/systemd/systemd-sysv-install...
Executing /lib/systemd/systemd-sysv-install disable postgresql
insserv: warning: script 'K01dovecot' missing LSB tags and overrides
insserv: warning: script 'dovecot' missing LSB tags and overrides
insserv: warning: script 'K01dovecot' missing LSB tags and overrides
insserv: warning: current start runlevel(s) (empty) of script `postgresql' overrides LSB defaults (2 3 4 5).
insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `postgresql' overrides LSB defaults (0 1 6).
insserv: warning: script 'dovecot' missing LSB tags and overrides
Stopping redis-server: redis-server.
Synchronizing state of redis-server.service with SysV init with /lib/systemd/systemd-sysv-install...
Executing /lib/systemd/systemd-sysv-install disable redis-server
insserv: warning: script 'K01dovecot' missing LSB tags and overrides
insserv: warning: script 'dovecot' missing LSB tags and overrides
insserv: warning: script 'K01dovecot' missing LSB tags and overrides
insserv: warning: current start runlevel(s) (empty) of script `redis-server' overrides LSB defaults (2 3 4 5).
insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `redis-server' overrides LSB defaults (0 1 6).
insserv: warning: script 'dovecot' missing LSB tags and overrides
Removed symlink /etc/systemd/system/redis.service.
 * Stopping authentication failure monitor fail2ban
   ...done.
Synchronizing state of fail2ban.service with SysV init with /lib/systemd/systemd-sysv-install...
Executing /lib/systemd/systemd-sysv-install disable fail2ban
insserv: warning: script 'K01dovecot' missing LSB tags and overrides
insserv: warning: script 'dovecot' missing LSB tags and overrides
insserv: warning: script 'K01dovecot' missing LSB tags and overrides
insserv: warning: current start runlevel(s) (empty) of script `fail2ban' overrides LSB defaults (2 3 4 5).
insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `fail2ban' overrides LSB defaults (0 1 6).
insserv: warning: script 'dovecot' missing LSB tags and overrides
start-stop-daemon: warning: failed to kill 22029: No such process
Synchronizing state of nginx.service with SysV init with /lib/systemd/systemd-sysv-install...
Executing /lib/systemd/systemd-sysv-install disable nginx
insserv: warning: script 'K01dovecot' missing LSB tags and overrides
insserv: warning: script 'dovecot' missing LSB tags and overrides
insserv: warning: script 'K01dovecot' missing LSB tags and overrides
insserv: warning: current start runlevel(s) (empty) of script `nginx' overrides LSB defaults (2 3 4 5).
insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `nginx' overrides LSB defaults (0 1 6).
insserv: warning: script 'dovecot' missing LSB tags and overrides
 * Stopping Apache httpd web server apache2
 * 
apache2.service is not a native service, redirecting to systemd-sysv-install
Executing /lib/systemd/systemd-sysv-install disable apache2
insserv: warning: script 'K01dovecot' missing LSB tags and overrides
insserv: warning: script 'dovecot' missing LSB tags and overrides
insserv: warning: script 'K01dovecot' missing LSB tags and overrides
insserv: warning: current start runlevel(s) (empty) of script `apache2' overrides LSB defaults (2 3 4 5).
insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `apache2' overrides LSB defaults (0 1 6).
insserv: warning: script 'dovecot' missing LSB tags and overrides

It should be taken into account or can be ignored?

from vestacp.

limogin avatar limogin commented on June 10, 2024

I see also that for some unknow reason the script /etc/init.d/couchdb is missing when the building process is finished.

from vestacp.

noogen avatar noogen commented on June 10, 2024

The docker has two different service managers (runit and systemd) because systemd is not known to be reliable in docker. Though, I find that work just fine but I also mix between the two in my usage. CouchDB systemd service is not part of vestacp so it's not avaiable by default. There are other that are not available by default that I added, example: https://github.com/niiknow/vestacp/tree/master/rootfs/etc/init.d

I will add couchdb into init.d in the next release.

from vestacp.

noogen avatar noogen commented on June 10, 2024

Add couchdb into init.d in 1.6.1

from vestacp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.