Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- pi@raspbmc:~$ sudo boblightd
- (InitLog) start of log /root/.boblight/boblightd.log
- (PrintFlags) starting boblightd
- (CConfig::LoadConfigFromFile) opening /etc/boblight.conf
- (CConfig::CheckConfig) checking config lines
- (CConfig::CheckConfig) config lines valid
- (CConfig::BuildConfig) building config
- (CConfig::BuildConfig) built config successfully
- (main) starting devices
- (CClientsHandler::Process) opening listening socket on *:19333
- (CDevice::Process) ambilight: starting with output "/dev/spidev0.0"
- (CDevice::Process) ambilight: setting up
- (CDeviceRS232::OpenSerialPort) ERROR: ambilight: /dev/spidev0.0: tcgetattr() Inappropriate ioctl for device
- (CDeviceRS232::OpenSerialPort) ambilight: /dev/spidev0.0 had a non fatal error, it might still work, continuing
- (CDevice::Process) ambilight: setup succeeded
- (CClientsHandler::Process) 127.0.0.1:57625 connected
- (CClientsHandler::ParseMessage) 127.0.0.1:57625 said hello
- (CClientsHandler::Process) 127.0.0.1:57626 connected
- (CClientsHandler::Process) SO_ERROR 127.0.0.1:57625 Broken pipe
- (CClientsHandler::RemoveClient) removing 127.0.0.1:57625
- (CClientsHandler::ParseMessage) 127.0.0.1:57626 said hello
- (CClientsHandler::Process) 127.0.0.1:57627 connected
- (CClientsHandler::Process) SO_ERROR 127.0.0.1:57626 Connection reset by peer
- (CClientsHandler::RemoveClient) removing 127.0.0.1:57626
- (CClientsHandler::ParseMessage) 127.0.0.1:57627 said hello
- (CClientsHandler::Process) 127.0.0.1:57628 connected
- (CClientsHandler::Process) SO_ERROR 127.0.0.1:57627 Broken pipe
- (CClientsHandler::RemoveClient) removing 127.0.0.1:57627
- (CClientsHandler::ParseMessage) 127.0.0.1:57628 said hello
- (CClientsHandler::Process) 127.0.0.1:57629 connected
- (CClientsHandler::Process) SO_ERROR 127.0.0.1:57628 Connection reset by peer
- (CClientsHandler::RemoveClient) removing 127.0.0.1:57628
- (CClientsHandler::ParseMessage) 127.0.0.1:57629 said hello
- (CClientsHandler::Process) 127.0.0.1:57630 connected
- (CClientsHandler::Process) SO_ERROR 127.0.0.1:57629 Broken pipe
- (CClientsHandler::RemoveClient) removing 127.0.0.1:57629
- (CClientsHandler::ParseMessage) 127.0.0.1:57630 said hello
- (CClientsHandler::Process) 127.0.0.1:57631 connected
- (CClientsHandler::Process) SO_ERROR 127.0.0.1:57630 Connection reset by peer
- (CClientsHandler::RemoveClient) removing 127.0.0.1:57630
- (CClientsHandler::ParseMessage) 127.0.0.1:57631 said hello
- (CClientsHandler::Process) 127.0.0.1:57632 connected
- (CClientsHandler::Process) SO_ERROR 127.0.0.1:57631 Broken pipe
- (CClientsHandler::RemoveClient) removing 127.0.0.1:57631
- (CClientsHandler::ParseMessage) 127.0.0.1:57632 said hello
- (CClientsHandler::Process) 127.0.0.1:57634 connected
- (CClientsHandler::Process) SO_ERROR 127.0.0.1:57632 Connection reset by peer
- (CClientsHandler::RemoveClient) removing 127.0.0.1:57632
- (CClientsHandler::ParseMessage) 127.0.0.1:57634 said hello
- ^C(SignalHandler) caught SIGINT
- (main) signaling devices to stop
- (CClientsHandler::Cleanup) disconnecting clients
- (CClientsHandler::RemoveClient) removing 127.0.0.1:57634
- (CClientsHandler::Cleanup) closing listening socket
- (CClientsHandler::Cleanup) clients handler stopped
- (main) waiting for devices to stop
- (CDevice::Process) ambilight: closed
- (CDevice::Process) ambilight: stopped
- (main) exiting
- pi@raspbmc:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement