Advertisement
Guest User

Untitled

a guest
Nov 19th, 2012
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.59 KB | None | 0 0
  1. pi@raspbmc:~$ sudo boblightd
  2. (InitLog) start of log /root/.boblight/boblightd.log
  3. (PrintFlags) starting boblightd
  4. (CConfig::LoadConfigFromFile) opening /etc/boblight.conf
  5. (CConfig::CheckConfig) checking config lines
  6. (CConfig::CheckConfig) config lines valid
  7. (CConfig::BuildConfig) building config
  8. (CConfig::BuildConfig) built config successfully
  9. (main) starting devices
  10. (CClientsHandler::Process) opening listening socket on *:19333
  11. (CDevice::Process) ambilight: starting with output "/dev/spidev0.0"
  12. (CDevice::Process) ambilight: setting up
  13. (CDeviceRS232::OpenSerialPort) ERROR: ambilight: /dev/spidev0.0: tcgetattr() Inappropriate ioctl for device
  14. (CDeviceRS232::OpenSerialPort) ambilight: /dev/spidev0.0 had a non fatal error, it might still work, continuing
  15. (CDevice::Process) ambilight: setup succeeded
  16. (CClientsHandler::Process) 127.0.0.1:57625 connected
  17. (CClientsHandler::ParseMessage) 127.0.0.1:57625 said hello
  18. (CClientsHandler::Process) 127.0.0.1:57626 connected
  19. (CClientsHandler::Process) SO_ERROR 127.0.0.1:57625 Broken pipe
  20. (CClientsHandler::RemoveClient) removing 127.0.0.1:57625
  21. (CClientsHandler::ParseMessage) 127.0.0.1:57626 said hello
  22. (CClientsHandler::Process) 127.0.0.1:57627 connected
  23. (CClientsHandler::Process) SO_ERROR 127.0.0.1:57626 Connection reset by peer
  24. (CClientsHandler::RemoveClient) removing 127.0.0.1:57626
  25. (CClientsHandler::ParseMessage) 127.0.0.1:57627 said hello
  26. (CClientsHandler::Process) 127.0.0.1:57628 connected
  27. (CClientsHandler::Process) SO_ERROR 127.0.0.1:57627 Broken pipe
  28. (CClientsHandler::RemoveClient) removing 127.0.0.1:57627
  29. (CClientsHandler::ParseMessage) 127.0.0.1:57628 said hello
  30. (CClientsHandler::Process) 127.0.0.1:57629 connected
  31. (CClientsHandler::Process) SO_ERROR 127.0.0.1:57628 Connection reset by peer
  32. (CClientsHandler::RemoveClient) removing 127.0.0.1:57628
  33. (CClientsHandler::ParseMessage) 127.0.0.1:57629 said hello
  34. (CClientsHandler::Process) 127.0.0.1:57630 connected
  35. (CClientsHandler::Process) SO_ERROR 127.0.0.1:57629 Broken pipe
  36. (CClientsHandler::RemoveClient) removing 127.0.0.1:57629
  37. (CClientsHandler::ParseMessage) 127.0.0.1:57630 said hello
  38. (CClientsHandler::Process) 127.0.0.1:57631 connected
  39. (CClientsHandler::Process) SO_ERROR 127.0.0.1:57630 Connection reset by peer
  40. (CClientsHandler::RemoveClient) removing 127.0.0.1:57630
  41. (CClientsHandler::ParseMessage) 127.0.0.1:57631 said hello
  42. (CClientsHandler::Process) 127.0.0.1:57632 connected
  43. (CClientsHandler::Process) SO_ERROR 127.0.0.1:57631 Broken pipe
  44. (CClientsHandler::RemoveClient) removing 127.0.0.1:57631
  45. (CClientsHandler::ParseMessage) 127.0.0.1:57632 said hello
  46. (CClientsHandler::Process) 127.0.0.1:57634 connected
  47. (CClientsHandler::Process) SO_ERROR 127.0.0.1:57632 Connection reset by peer
  48. (CClientsHandler::RemoveClient) removing 127.0.0.1:57632
  49. (CClientsHandler::ParseMessage) 127.0.0.1:57634 said hello
  50. ^C(SignalHandler) caught SIGINT
  51. (main) signaling devices to stop
  52. (CClientsHandler::Cleanup) disconnecting clients
  53. (CClientsHandler::RemoveClient) removing 127.0.0.1:57634
  54. (CClientsHandler::Cleanup) closing listening socket
  55. (CClientsHandler::Cleanup) clients handler stopped
  56. (main) waiting for devices to stop
  57. (CDevice::Process) ambilight: closed
  58. (CDevice::Process) ambilight: stopped
  59. (main) exiting
  60. pi@raspbmc:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement