-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
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
Systemd #4
base: master
Are you sure you want to change the base?
Systemd #4
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I still had to set the DBUS address manually in the start script to stop a bunch of errors:
export DISPLAY=:0.0
export DBUS_SYSTEM_BUS_ADDRESS=unix:path=/host/run/dbus/system_bus_socket
Got xf86OpenConsole: Cannot open virtual console 8 (Permission denied)
and fixed with this. Note adding chromium to tty
group as well.
# changing xwrapper config to run for any user
echo "allowed_users=anybody" >/etc/X11/Xwrapper.config
echo "needs_root_rights=yes" >>/etc/X11/Xwrapper.config
useradd chromium -m -s /bin/bash -G root,tty
Also, on buster and jessie (which is what the balena template gives me) the package is chromium
not -browser
re dbus.. Ive been ignoring those errors for months on a webrtc project ..
not sure what it even enables
…On Fri, Jul 26, 2019 at 9:27 PM Peter Kazazes ***@***.***> wrote:
***@***.**** requested changes on this pull request.
I still had to set the DBUS address manually in the start script to stop a
bunch of errors:
export DISPLAY=:0.0
export DBUS_SYSTEM_BUS_ADDRESS=unix:path=/host/run/dbus/system_bus_socket
Got xf86OpenConsole: Cannot open virtual console 8 (Permission denied)
and fixed with this. Note adding chromium to tty group as well.
# changing xwrapper config to run for any user
echo "allowed_users=anybody" >/etc/X11/Xwrapper.config
echo "needs_root_rights=yes" >>/etc/X11/Xwrapper.config
useradd chromium -m -s /bin/bash -G root,tty
Also, on buster and jessie (which is what the balena template gives me)
the package <https://packages.debian.org/buster/chromium> is chromium not
-browser
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#4?email_source=notifications&email_token=AADPI5GHMA36TYE5LWIJWJ3QBPFC7A5CNFSM4IHFXMA2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOB7YQVOI#pullrequestreview-267455161>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADPI5GOBC63CLWPIY3YWDLQBPFC7ANCNFSM4IHFXMAQ>
.
|
@jacobrosenthal it handles inter-process comms for the entire device. Also, forgot to say I had to add |
Yeah but ive been running without dbus for 6 months using video audio
joystick and a bunch more features.. literally no problems.
…On Fri, Jul 26, 2019 at 9:45 PM Peter Kazazes ***@***.***> wrote:
@jacobrosenthal <https://github.com/jacobrosenthal> it handles
inter-process comms for the entire device.
Also, forgot to say I had to add chromium-sandbox to run as non-root.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4?email_source=notifications&email_token=AADPI5HVRCGY5NXB664ZXW3QBPHHVA5CNFSM4IHFXMA2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD26DQYY#issuecomment-515651683>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADPI5CWEPE5TK4MSPGKRN3QBPHHVANCNFSM4IHFXMAQ>
.
|
Close #1 #2 and maybe #3