Bug 36886 - Не запускается
Summary: Не запускается
Status: CLOSED NOTABUG
Alias: None
Product: Sisyphus
Classification: Development
Component: blueberry (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Nobody's working on this, feel free to take it
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks: 34231
  Show dependency tree
 
Reported: 2019-06-10 16:48 MSK by Andrey Cherepanov
Modified: 2019-06-10 16:59 MSK (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Cherepanov 2019-06-10 16:48:54 MSK
rfkill: невозможно открыть /dev/rfkill: Нет такого файла или каталога
rfkill: не удаётся прочитать /dev/rfkill: Неправильный дескриптор файла
Traceback (most recent call last):
  File "/usr/share/blueberry/blueberry.py", line 36, in on_activate
    self.create_window()
  File "/usr/share/blueberry/blueberry.py", line 117, in create_window
    self.rfkill = rfkillMagic.Interface(self.update_ui_callback, debug)
  File "/usr/share/blueberry/rfkillMagic.py", line 29, in __init__
    self.have_adapter = self.adapter_check()
  File "/usr/share/blueberry/rfkillMagic.py", line 35, in adapter_check
    res = subprocess.check_output(RFKILL_CHK)
  File "/usr/lib64/python2.7/subprocess.py", line 223, in check_output
    raise CalledProcessError(retcode, cmd, output=output)
subprocess.CalledProcessError: Command '['/usr/sbin/rfkill', 'list', 'bluetooth']' returned non-zero exit status 1
Comment 1 Владимир Диденко 2019-06-10 16:58:39 MSK
Тут надо разбираться почему команда 

$ /usr/sbin/rfkill list bluetooth

вернула не 0. Blueberry тут практически не причем, хотя бы и мог хотя бы ошибку в GUI показать, но это уже к авторам blueberry.