We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I was able to get it to work on older versions of ubuntu, however on 22.04 I was getting,
install: creating directory '/etc/jail-shell' install: creating directory '/etc/jail-shell/jail-config' install: creating directory '/usr/local/jail-shell/misc' install: creating directory '/usr/local/jail-shell/bin' 'jail-cmd/jail-cmd' -> '/usr/local/jail-shell/jail-cmd/jail-cmd' 'jail-cmd/jail-cmdd' -> '/usr/local/jail-shell/jail-cmd/jail-cmdd' '/usr/sbin/jail-cmdd' -> '/usr/local/jail-shell/jail-cmd/jail-cmdd' 'bin/jail-shell' -> '/usr/local/jail-shell/bin/jail-shell' 'bin/jail-shell-setup' -> '/usr/local/jail-shell/bin/jail-shell-setup' 'bin/jail-shell-post' -> '/usr/local/jail-shell/bin/jail-shell-post' 'pam_jail_shell/jail-init' -> '/usr/local/jail-shell/bin/jail-init' '/usr/sbin/jail-shell' -> '/usr/local/jail-shell/bin/jail-shell' 'pam_jail_shell/pam_jail_shell.so' -> '/lib/x86_64-linux-gnu/security/pam_jail_shell.so' 'pam_jail_shell/jail-shell.conf' -> '/etc/jail-shell/jail-shell.conf' '/etc/security/jail-shell.conf' -> '/etc/jail-shell/jail-shell.conf' 'etc/init.d/jail-shell' -> '/etc/init.d/jail-shell' dirname: missing operand Try 'dirname --help' for more information. Failed to stop jail-shell.service: Unit jail-shell.service not loaded. jail-shell.service is not a native service, redirecting to systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install disable jail-shell dirname: missing operand Try 'dirname --help' for more information.
Any ideas what might be causing this?
The text was updated successfully, but these errors were encountered:
I was able to get it to work on older versions of ubuntu, however on 22.04 I was getting, install: creating directory '/etc/jail-shell' install: creating directory '/etc/jail-shell/jail-config' install: creating directory '/usr/local/jail-shell/misc' install: creating directory '/usr/local/jail-shell/bin' 'jail-cmd/jail-cmd' -> '/usr/local/jail-shell/jail-cmd/jail-cmd' 'jail-cmd/jail-cmdd' -> '/usr/local/jail-shell/jail-cmd/jail-cmdd' '/usr/sbin/jail-cmdd' -> '/usr/local/jail-shell/jail-cmd/jail-cmdd' 'bin/jail-shell' -> '/usr/local/jail-shell/bin/jail-shell' 'bin/jail-shell-setup' -> '/usr/local/jail-shell/bin/jail-shell-setup' 'bin/jail-shell-post' -> '/usr/local/jail-shell/bin/jail-shell-post' 'pam_jail_shell/jail-init' -> '/usr/local/jail-shell/bin/jail-init' '/usr/sbin/jail-shell' -> '/usr/local/jail-shell/bin/jail-shell' 'pam_jail_shell/pam_jail_shell.so' -> '/lib/x86_64-linux-gnu/security/pam_jail_shell.so' 'pam_jail_shell/jail-shell.conf' -> '/etc/jail-shell/jail-shell.conf' '/etc/security/jail-shell.conf' -> '/etc/jail-shell/jail-shell.conf' 'etc/init.d/jail-shell' -> '/etc/init.d/jail-shell' dirname: missing operand Try 'dirname --help' for more information. Failed to stop jail-shell.service: Unit jail-shell.service not loaded. jail-shell.service is not a native service, redirecting to systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install disable jail-shell dirname: missing operand Try 'dirname --help' for more information. Any ideas what might be causing this?
I'm experiencing the same issue on 22.04
Sorry, something went wrong.
No branches or pull requests
I was able to get it to work on older versions of ubuntu, however on 22.04 I was getting,
Any ideas what might be causing this?
The text was updated successfully, but these errors were encountered: