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
Cannot use services from snap since there is some issue with cgroups
sudo snap install firefox mkdir ~/bin ln -s /snap/bin/firefox.geckodriver ~/bin/geckodriver ~/bin/geckodriver --version
-
I have workarounded the issue by
export XDG_RUNTIME_DIR="/run/user/$(id -u)" export DBUS_SESSION_BUS_ADDRESS="unix:path=$XDG_RUNTIME_DIR/bus" echo "$(id -u)" loginctl enable-linger $USER sudo apt-get install dbus-user-session -yqq systemctl --user start dbus.service
need to solidify the solution on LXD machines from the charm side
The text was updated successfully, but these errors were encountered:
There are no issues using openstack cloud mode with rev 290: https://github.com/canonical/cbartz-runner-testing/actions/runs/11773520890/job/32790565230
Sorry, something went wrong.
reproduce canonical/github-runner-operator#56
5888317
There are still issues using runners on LXD cloud (rev 282): https://github.com/cbartz/gh-runner-test/actions/runs/11774021950/job/32791875659#step:3:10
/system.slice/lxd-agent.service is not a snap cgroup Error: Process completed with exit code 1.
Created Jira ticket: https://warthogs.atlassian.net/browse/ISD-2732
cbartz
No branches or pull requests
Bug Description
Cannot use services from snap since there is some issue with cgroups
To Reproduce
create GH runner instance and run following code
Environment
Relevant log output
Additional context
I have workarounded the issue by
need to solidify the solution on LXD machines from the charm side
The text was updated successfully, but these errors were encountered: