Replies: 2 comments
-
|
and forgot the logs from sunshine ifself: |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Additional hint:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Body
Hi,
trying to find out why my pointer isn't moving at all after connecting with moonlight on my headless setup:
lxc/xxx.conf:
sunshine built from sources:
sunshine.service
Watching on the host what happens in
/dev,dmesgandudevadm monitor -ep. 3 steps visible - marked inside logs:Logs from
inotifywait -r -m -e create,modify,attrib --format '%e %w%f' --exclude '^/dev/(dm-[0-9]+(p[0-9]+)?|shm/.*|fuse|pts/.*)$' /dev/ | while read event file; do echo -n "EVENT: $event "; ls -ln -- "$file"; done:dmesgon host:udevadm monitor -ep:Do you have some ideas where to look more closely?
I noticed that for some reasons inotify informs that some files has been created, but right after that when trying with
lsthe file doesn't exist. Maybe they are deleted - because i do not track the deletion event.my current
/etc/udev/rules.d/60-sunshine-lxc.rules:Beta Was this translation helpful? Give feedback.
All reactions