Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.14 KB | None | 0 0
  1. [Devicemanager] found: sda
  2. [Devicemanager]device: sda, size: 1947, model: , vendor: , friendlyName: External Storage sda, is_cdrom: False, is_hdd: True
  3. NewNigma2: [getPng]Png /usr/share/enigma2/newnigma2Skin.new/newnigma2/usb-hdd.png not found, taking plugin integrated png
  4. (../../devices/pci0000:00/0000:00:14.2/usb1/1-1/1-1:1.0/host3/target3:0:0/3:0:0:0) NO USB
  5. [Devicemanager] found: sda
  6. [Devicemanager]device: sda, size: 1947, model: , vendor: , friendlyName: External Storage sda, is_cdrom: False, is_hdd: True
  7. NewNigma2: [getPng]Png /usr/share/enigma2/newnigma2Skin.new/newnigma2/usb-hdd.png not found, taking plugin integrated png
  8. Traceback (most recent call last):
  9. File "/usr/lib/enigma2/python/mytest.py", line 86, in runReactor
  10. reactor.run(installSignalHandlers=False)
  11. File "/usr/lib/python2.6/site-packages/twisted/internet/base.py", line 1128, in run
  12. self.mainLoop()
  13. File "/usr/lib/python2.6/site-packages/twisted/internet/base.py", line 1140, in mainLoop
  14. self.doIteration(t)
  15. File "/usr/lib/enigma2/python/e2reactor.py", line 165, in doPoll
  16. log.callWithLogger(selectable, _drdw, selectable, fd, event, POLLIN, POLLOUT, log)
  17. --- <exception caught here> ---
  18. File "/usr/lib/python2.6/site-packages/twisted/python/log.py", line 84, in callWithLogger
  19. return callWithContext({"system": lp}, func, *args, **kw)
  20. File "/usr/lib/python2.6/site-packages/twisted/python/log.py", line 69, in callWithContext
  21. return context.call({ILogContext: newCtx}, func, *args, **kw)
  22. File "/usr/lib/python2.6/site-packages/twisted/python/context.py", line 59, in callWithContext
  23. return self.currentContext().callWithContext(ctx, func, *args, **kw)
  24. File "/usr/lib/python2.6/site-packages/twisted/python/context.py", line 37, in callWithContext
  25. return func(*args,**kw)
  26. File "/usr/lib/enigma2/python/e2reactor.py", line 193, in _doReadOrWrite
  27. self._disconnectSelectable(selectable, why, inRead)
  28. File "/usr/lib/python2.6/site-packages/twisted/internet/posixbase.py", line 190, in _disconnectSelectable
  29. selectable.readConnectionLost(f)
  30. File "/usr/lib/python2.6/site-packages/twisted/internet/tcp.py", line 509, in readConnectionLost
  31. self.connectionLost(reason)
  32. File "/usr/lib/python2.6/site-packages/twisted/internet/tcp.py", line 520, in connectionLost
  33. protocol.connectionLost(reason)
  34. File "/usr/lib/enigma2/python/Plugins/newnigma2/deviceManager/deviceManagerHotplugEventMounter.py", line 85, in connectionLost
  35. callback(dev, action or media_state)
  36. exceptions.NameError: global name 'media_state' is not defined
  37. hotplug: {'X_E2_CDROM': '0', 'PHYSDEVDRIVER': 'sd', 'DEVPATH': '/block/sda', 'PHYSDEVPATH': '/devices/pci0000:00/0000:00:14.2/usb1/1-1/1-1:1.0/host3/target3:0:0/3:0:0:0', 'X_E2_REMOVABLE': '1', 'ACTION': 'add'}
  38. main infobar is not execing... so we ignore hotplug event!
  39. hotplug: {'X_E2_CDROM': '0', 'PHYSDEVDRIVER': 'sd', 'DEVPATH': '/block/sda/sda1', 'PHYSDEVPATH': '/devices/pci0000:00/0000:00:14.2/usb1/1-1/1-1:1.0/host3/target3:0:0/3:0:0:0', 'X_E2_REMOVABLE': '0', 'ACTION': 'add'}
  40. main infobar is not execing... so we ignore hotplug event!
  41. hotplug: {'X_E2_MEDIA_STATUS': '1', 'DEVPATH': '/block/sda'}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement