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
On openSUSE Tumbleweed, with Ruby 2.2 (VM os-tw-2015-04-24b, dhcp139); or on oS 13.2 (Ruby 2.1)
ssh in as root su tux (or even su - tux) cd ~/ruby-dbus ./spec/bus_driver_spec.rb # the test that sets up service by itself; but others fail too
The bus disconnects the client because the client calls Etc.getlogin which returns "root" and then authentication somehow fails.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On openSUSE Tumbleweed, with Ruby 2.2 (VM os-tw-2015-04-24b, dhcp139); or on oS 13.2 (Ruby 2.1)
ssh in as root
su tux (or even su - tux)
cd ~/ruby-dbus
./spec/bus_driver_spec.rb # the test that sets up service by itself; but others fail too
The bus disconnects the client because the client calls Etc.getlogin which returns "root" and then authentication somehow fails.
The text was updated successfully, but these errors were encountered: