Bug 36886

Summary: Не запускается
Product: Sisyphus Reporter: Andrey Cherepanov <cas>
Component: blueberryAssignee: Nobody's working on this, feel free to take it <nobody>
Status: CLOSED NOTABUG QA Contact: qa-sisyphus
Severity: normal    
Priority: P3 CC: iv, lepata, vladimir.didenko
Version: unstable   
Hardware: all   
OS: Linux   
Bug Depends on:    
Bug Blocks: 34231    

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.