You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.
ln -s '/usr/lib/systemd/system/portus_crono.service' '/etc/systemd/system/multi-user.target.wants/portus_crono.service'
ln -s '/usr/lib/systemd/system/apache2.service' '/etc/systemd/system/httpd.service'
ln -s '/usr/lib/systemd/system/apache2.service' '/etc/systemd/system/apache.service'
ln -s '/usr/lib/systemd/system/apache2.service' '/etc/systemd/system/multi-user.target.wants/apache2.service'
Failed to execute operation: No such file or directory
/srv/Portus/packaging/suse/portusctl/lib/runner.rb:7:in exec': Something went wrong while invoking: systemctl enable registry (RuntimeError) from /srv/Portus/packaging/suse/portusctl/lib/runner.rb:30:inactivate_service'
from /srv/Portus/packaging/suse/portusctl/lib/configurator.rb:179:in block in services' from /srv/Portus/packaging/suse/portusctl/lib/configurator.rb:178:ineach'
from /srv/Portus/packaging/suse/portusctl/lib/configurator.rb:178:in services' from /srv/Portus/packaging/suse/portusctl/lib/cli.rb:91:insetup'
from /srv/Portus/vendor/bundle/ruby/2.1.0/gems/thor-0.18.1/lib/thor/command.rb:27:in run' from /srv/Portus/vendor/bundle/ruby/2.1.0/gems/thor-0.18.1/lib/thor/invocation.rb:120:ininvoke_command'
from /srv/Portus/vendor/bundle/ruby/2.1.0/gems/thor-0.18.1/lib/thor.rb:363:in dispatch' from /srv/Portus/vendor/bundle/ruby/2.1.0/gems/thor-0.18.1/lib/thor/base.rb:439:instart'
from packaging/suse/portusctl/bin/portusctl:5:in `
'
i
I used this command:
portusctl setup --local-registry
Does this imply that the registry must already be installed and running before running the portusctl setup command? The documentation seems to imply that it will install the docker registry as part of the portus setup.
The text was updated successfully, but these errors were encountered:
It appears to work if the docker registry is installed separately before installing portus. You may want to make the documentation slightly less confusing.
ln -s '/usr/lib/systemd/system/portus_crono.service' '/etc/systemd/system/multi-user.target.wants/portus_crono.service'
'ln -s '/usr/lib/systemd/system/apache2.service' '/etc/systemd/system/httpd.service'
ln -s '/usr/lib/systemd/system/apache2.service' '/etc/systemd/system/apache.service'
ln -s '/usr/lib/systemd/system/apache2.service' '/etc/systemd/system/multi-user.target.wants/apache2.service'
Failed to execute operation: No such file or directory
/srv/Portus/packaging/suse/portusctl/lib/runner.rb:7:in
exec': Something went wrong while invoking: systemctl enable registry (RuntimeError) from /srv/Portus/packaging/suse/portusctl/lib/runner.rb:30:in
activate_service'from /srv/Portus/packaging/suse/portusctl/lib/configurator.rb:179:in
block in services' from /srv/Portus/packaging/suse/portusctl/lib/configurator.rb:178:in
each'from /srv/Portus/packaging/suse/portusctl/lib/configurator.rb:178:in
services' from /srv/Portus/packaging/suse/portusctl/lib/cli.rb:91:in
setup'from /srv/Portus/vendor/bundle/ruby/2.1.0/gems/thor-0.18.1/lib/thor/command.rb:27:in
run' from /srv/Portus/vendor/bundle/ruby/2.1.0/gems/thor-0.18.1/lib/thor/invocation.rb:120:in
invoke_command'from /srv/Portus/vendor/bundle/ruby/2.1.0/gems/thor-0.18.1/lib/thor.rb:363:in
dispatch' from /srv/Portus/vendor/bundle/ruby/2.1.0/gems/thor-0.18.1/lib/thor/base.rb:439:in
start'from packaging/suse/portusctl/bin/portusctl:5:in `
i
I used this command:
portusctl setup --local-registry
Does this imply that the registry must already be installed and running before running the portusctl setup command? The documentation seems to imply that it will install the docker registry as part of the portus setup.
The text was updated successfully, but these errors were encountered: