Skip to content
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

Add fuser #6

Closed
RobLoach opened this issue Sep 10, 2018 · 5 comments
Closed

Add fuser #6

RobLoach opened this issue Sep 10, 2018 · 5 comments

Comments

@RobLoach
Copy link
Owner

ERROR    2018-09-10 18:28:04,848 [system]:No executable found in ['/usr/sbin/fuser', '/home/rob/.var/app/org.lutris.Lutris/data/lutris/runners/wine/staging-3.12-x86_64/bin/wine']
ERROR    2018-09-10 18:28:04,849 [jobs]:Error while completing task <bound method LutrisThread.stop of <LutrisThread(Thread-35, stopped daemon 140108460185344)>>: 'NoneType' object has no attribute 'split'
<class 'AttributeError'> 'NoneType' object has no attribute 'split'
  File "/app/lib/python3.7/site-packages/lutris/util/jobs.py", line 29, in target
    result = self.function(*args, **kwargs)
  File "/app/lib/python3.7/site-packages/lutris/thread.py", line 238, in stop
    resume_stop = self.stop_func()
  File "/app/lib/python3.7/site-packages/lutris/runners/wine.py", line 1166, in stop
    initial_pids=self.get_pids())
  File "/app/lib/python3.7/site-packages/lutris/runners/wine.py", line 1084, in get_pids
    pids = system.get_pids_using_file(exe)
  File "/app/lib/python3.7/site-packages/lutris/util/system.py", line 323, in get_pids_using_file
    return set(fuser_output.split())

```
@RobLoach RobLoach mentioned this issue Sep 11, 2018
@RobLoach
Copy link
Owner Author

I haven't worked on it at all.

@RobLoach
Copy link
Owner Author

It could be a package locally here if the runtimes don't take it.

@shuriken1812
Copy link

Leandro I tested this on RHEL 7 and Fuser problem is still there, dont close it https://gitlab.com/freedesktop-sdk/freedesktop-sdk/issues/427 open it again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@RobLoach @shuriken1812 and others