Thanks elco, I can see the log files in the web interface and in its own directory.
I can not attach the file “stderr.txt” is too large (1.81M) I copy next the last part of the text, I am not able to interpret it well. If you need the whole file tell me where I sent it to you.
Ramon
Traceback (most recent call last):
File “/home/brewpi/brewpi.py”, line 415, in
startBeer(config[‘beerName’])
File “/home/brewpi/brewpi.py”, line 287, in startBeer
setFiles()
File “/home/brewpi/brewpi.py”, line 273, in setFiles
brewpiJson.newEmptyFile(localJsonFileName)
File “/home/brewpi/brewpiJson.py”, line 109, in newEmptyFile
jsonFile = open(jsonFileName, “w”)
IOError: [Errno 28] No space left on device: '/home/brewpi/data/norauch/norauch-2017-12-06.json’
Exception in thread Thread-1 (most likely raised during interpreter shutdown):
Traceback (most recent call last):
File “/usr/lib/python2.7/threading.py”, line 801, in __bootstrap_inner
File “/usr/lib/python2.7/threading.py”, line 754, in run
File “/home/brewpi/backgroundserial.py”, line 81, in __listenThread
File “/usr/local/lib/python2.7/dist-packages/serial/serialutil.py”, line 590, in inWaiting
File “/usr/local/lib/python2.7/dist-packages/serial/serialposix.py”, line 467, in in_waiting
<type ‘exceptions.AttributeError’>: ‘NoneType’ object has no attribute 'ioctl’
Dec 06 2017 17:52:09 Opening serial port
Dec 06 2017 17:52:09 Notification: Script started for beer 'norauch’
Dec 06 2017 17:52:19 Checking software version on controller…
Dec 06 2017 17:52:19 Found BrewPi v0.2.10 build unknown, running on an Arduino Uno with a revA shield on port /dev/ttyUSB0
Traceback (most recent call last):
File “/home/brewpi/brewpi.py”, line 415, in
startBeer(config[‘beerName’])
File “/home/brewpi/brewpi.py”, line 287, in startBeer
setFiles()
File “/home/brewpi/brewpi.py”, line 273, in setFiles
brewpiJson.newEmptyFile(localJsonFileName)
File “/home/brewpi/brewpiJson.py”, line 109, in newEmptyFile
jsonFile = open(jsonFileName, “w”)
IOError: [Errno 28] No space left on device: '/home/brewpi/data/norauch/norauch-2017-12-06.json’
Exception in thread Thread-1 (most likely raised during interpreter shutdown):
Traceback (most recent call last):
File “/usr/lib/python2.7/threading.py”, line 801, in __bootstrap_inner
File “/usr/lib/python2.7/threading.py”, line 754, in run
File “/home/brewpi/backgroundserial.py”, line 81, in __listenThread
File “/usr/local/lib/python2.7/dist-packages/serial/serialutil.py”, line 590, in inWaiting
File “/usr/local/lib/python2.7/dist-packages/serial/serialposix.py”, line 467, in in_waiting
<type ‘exceptions.AttributeError’>: ‘NoneType’ object has no attribute 'ioctl’
Dec 06 2017 17:53:09 Opening serial port
Dec 06 2017 17:53:09 Notification: Script started for beer 'norauch’
Dec 06 2017 17:53:19 Checking software version on controller…
Dec 06 2017 17:53:19 Found BrewPi v0.2.10 build unknown, running on an Arduino Uno with a revA shield on port /dev/ttyUSB0
Traceback (most recent call last):
File “/home/brewpi/brewpi.py”, line 415, in
startBeer(config[‘beerName’])
File “/home/brewpi/brewpi.py”, line 287, in startBeer
setFiles()
File “/home/brewpi/brewpi.py”, line 273, in setFiles
brewpiJson.newEmptyFile(localJsonFileName)
File “/home/brewpi/brewpiJson.py”, line 109, in newEmptyFile
jsonFile = open(jsonFileName, “w”)
IOError: [Errno 28] No space left on device: '/home/brewpi/data/norauch/norauch-2017-12-06.json’
Exception in thread Thread-1 (most likely raised during interpreter shutdown):
Traceback (most recent call last):
FilBrewPi: wifiChecker: Attempt 1 to reach 192.168.0.1 failed (mié dic 6 18:00:12 CET 2017)
BrewPi: wifiChecker: Attempt 2 to reach 192.168.0.1 failed (mié dic 6 18:00:37 CET 2017)
BrewPi: wifiChecker: Unable to reach router. Restarting wlan0 interface… (mié dic 6 18:01:02 CET 2017)
ifdown: interface wlan0 not configured
RTNETLINK answers: File exists
ifup: failed to bring up wlan0
Dec 06 2017 18:01:09 Opening serial port
Dec 06 2017 18:01:09 Notification: Script started for beer 'norauch’
Dec 06 2017 18:01:19 Checking software version on controller…
Dec 06 2017 18:01:20 Found BrewPi v0.2.10 build unknown, running on an Arduino Uno with a revA shield on port /dev/ttyUSB0
Traceback (most recent call last):
File “/home/brewpi/brewpi.py”, line 415, in
startBeer(config[‘beerName’])
File “/home/brewpi/brewpi.py”, line 287, in startBeer
setFiles()
File “/home/brewpi/brewpi.py”, line 273, in setFiles
brewpiJson.newEmptyFile(localJsonFileName)
File “/home/brewpi/brewpiJson.py”, line 109, in newEmptyFile
jsonFile = open(jsonFileName, “w”)
IOError: [Errno 28] No space left on device: '/home/brewpi/data/norauch/norauch-2017-12-06.json’
Exception in thread Thread-1 (most likely raised during interpreter shutdown):
Traceback (most recent call last):
File “/usr/lib/python2.7/threading.py”, line 801, in __bootstrap_inner
File “/usr/lib/python2.7/threading.py”, line 754, in run
File “/home/brewpi/backgroundserial.py”, line 91, in __listenThread
File “/home/brewpi/backgroundserial.py”, line 114, in __get_line_from_buffer
File “/home/brewpi/expandLogMessage.py”, line 116, in filterOutLogMessages
File “/usr/lib/python2.7/re.py”, line 194, in compile
File “/usr/lib/python2.7/re.py”, line 249, in _compile
File “/usr/lib/python2.7/sre_compile.py”, line 576, in compile
File “/usr/lib/python2.7/sre_compile.py”, line 558, in _code
File “/usr/lib/python2.7/sre_compile.py”, line 437, in _compile_info
File “/usr/lib/python2.7/sre_parse.py”, line 177, in getwidth
File “/usr/lib/python2.7/sre_parse.py”, line 185, in getwidth
<type ‘exceptions.TypeError’>: unsupported operand type(s) for -: ‘NoneType’ and 'int’
Dec 06 2017 18:02:08 Opening serial port
Dec 06 2017 18:02:08 Notification: Script started for beer 'norauch’
Dec 06 2017 18:02:18 Checking software version on controller…
Dec 06 2017 18:02:18 Found BrewPi v0.2.10 build unknown, running on an Arduino Uno with a revA shield on port /dev/ttyUSB0
Traceback (most recent call last):
File “/home/brewpi/brewpi.py”, line 415, in
startBeer(config[‘beerName’])
File “/home/brewpi/brewpi.py”, line 287, in startBeer
setFiles()
File “/home/brewpi/brewpi.py”, line 273, in setFiles
brewpiJson.newEmptyFile(localJsonFileName)
File “/home/brewpi/brewpiJson.py”, line 109, in newEmptyFile
jsonFile = open(jsonFileName, “w”)
IOError: [Errno 28] No space left on device: '/home/brewpi/data/norauch/norauch-2017-12-06.json’
Exception in thread Thread-1 (most likely raised during interpreter shutdown):
Traceback (most recent call last):
File “/usr/lib/python2.7/threading.py”, line 801, in __bootstrap_inner
File “/usr/lib/python2.7/threading.py”, line 754, in run
File “/home/brewpi/backgroundserial.py”, line 81, in __listenThread
File “/usr/local/lib/python2.7/dist-packages/serial/serialutil.py”, line 590, in inWaiting
File “/usr/local/lib/python2.7/dist-packages/serial/serialposix.py”, line 467, in in_waiting
<type ‘exceptions.AttributeError’>: ‘NoneType’ object has no attribute 'ioctl’
Dec 06 2017 18:03:09 Opening serial port
Dec 06 2017 18:03:09 Notification: Script started for beer 'norauch’
Dec 06 2017 18:03:19 Checking software version on controller…
Dec 06 2017 18:03:19 Found BrewPi v0.2.10 build unknown, running on an Arduino Uno with a revA shield on port /dev/ttyUSB0
Traceback (most recent call last):
File “/home/brewpi/brewpi.py”, line 415, in
startBeer(config[‘beerName’])
File “/home/brewpi/brewpi.py”, line 287, in startBeer
setFiles()
FiBrewPi: wifiChecker: Attempt 1 to reach 192.168.0.1 failed (mié dic 6 18:10:12 CET 2017)
BrewPi: wifiChecker: Attempt 2 to reach 192.168.0.1 failed (mié dic 6 18:10:37 CET 2017)
BrewPi: wifiChecker: Unable to reach router. Restarting wlan0 interface… (mié dic 6 18:11:02 CET 2017)
ifdown: interface wlan0 not configured
RTNETLINK answers: File exists
ifup: failed to bring up wlan0
Dec 06 2017 18:11:10 Opening serial port
Dec 06 2017 18:11:10 Notification: Script started for beer 'norauch’
Dec 06 2017 18:11:20 Checking software version on controller…
Dec 06 2017 18:11:20 Found BrewPi v0.2.10 build unknown, running on an Arduino Uno with a revA shield on port /dev/ttyUSB0
Traceback (most recent call last):
File “/home/brewpi/brewpi.py”, line 415, in
startBeer(config[‘beerName’])
File “/home/brewpi/brewpi.py”, line 287, in startBeer
setFiles()
File “/home/brewpi/brewpi.py”, line 273, in setFiles
brewpiJson.newEmptyFile(localJsonFileName)
File “/home/brewpi/brewpiJson.py”, line 109, in newEmptyFile
jsonFile = open(jsonFileName, “w”)
IOError: [Errno 28] No space left on device: '/home/brewpi/data/norauch/norauch-2017-12-06.json’
Exception in thread Thread-1 (most likely raised during interpreter shutdown):
Traceback (most recent call last):
File “/usr/lib/python2.7/threading.py”, line 801, in __bootstrap_inner
File “/usr/lib/python2.7/threading.py”, line 754, in run
File “/home/brewpi/backgroundserial.py”, line 81, in __listenThread
File “/usr/local/lib/python2.7/dist-packages/serial/serialutil.py”, line 590, in inWaiting
File “/usr/local/lib/python2.7/dist-packages/serial/serialposix.py”, line 467, in in_waiting
<type ‘exceptions.AttributeError’>: ‘NoneType’ object has no attribute 'ioctl’
Dec 06 2017 18:12:09 Opening serial port
Dec 06 2017 18:12:09 Notification: Script started for beer 'norauch’
Dec 06 2017 18:12:19 Checking software version on controller…
Dec 06 2017 18:12:19 Found BrewPi v0.2.10 build unknown, running on an Arduino Uno with a revA shield on port /dev/ttyUSB0
Traceback (most recent call last):
File “/home/brewpi/brewpi.py”, line 415, in
startBeer(config[‘beerName’])
File “/home/brewpi/brewpi.py”, line 287, in startBeer
setFiles()
File “/home/brewpi/brewpi.py”, line 273, in setFiles
brewpiJson.newEmptyFile(localJsonFileName)
File “/home/brewpi/brewpiJson.py”, line 109, in newEmptyFile
jsonFile = open(jsonFileName, “w”)
IOError: [Errno 28] No space left on device: '/home/brewpi/data/norauch/norauch-2017-12-06.json’
Exception in thread Thread-1 (most likely raised during interpreter shutdown):
Traceback (most recent call last):
File “/usr/lib/python2.7/threading.py”, line 801, in __bootstrap_inner
File “/usr/lib/python2.7/threading.py”, line 754, in run
File “/home/brewpi/backgroundserial.py”, line 81, in __listenThread
File “/usr/local/lib/python2.7/dist-packages/serial/serialutil.py”, line 590, in inWaiting
File “/usr/local/lib/python2.7/dist-packages/serial/serialposix.py”, line 467, in in_waiting
<type ‘exceptions.AttributeError’>: ‘NoneType’ object has no attribute 'ioctl’
Dec 06 2017 18:13:08 Opening serial port
Dec 06 2017 18:13:08 Notification: Script started for beer 'norauch’
Dec 06 2017 18:13:18 Checking software version on controller…
Dec 06 2017 18:13:19 Found BrewPi v0.2.10 build unknown, running on an Arduino Uno with a revA shield on port /dev/ttyUSB0
Traceback (most recent call last):
File “/home/brewpi/brewpi.py”, line 415, in
startBeer(config[‘beerName’])
File “/home/brewpi/brewpi.py”, line 287, in startBeer
setFiles()
File “/home/brewpi/brewpi.py”, line 273, in setFiles
brewpiJson.newEmptyFile(localJsonFileName)
File “/home/brewpi/brewpiJson.py”, line 109, in newEmptyFile
jsonFile = open(jsonFileName, “w”)
IOError: [Errno 28] No space left on device: '/home/brewpi/data/norauch/norauch-2017-12-06.json’
Exception in thread Thread-1 (most likely raised during interpreter shutdown):
Traceback (most recent call last):
FilBrewPi: wifiChecker: Attempt 1 to reach 192.168.0.1 failed (mié dic 6 18:20:11 CET 2017)
BrewPi: wifiChecker: Attempt 2 to reach 192.168.0.1 failed (mié dic 6 18:20:36 CET 2017)
BrewPi: wifiChecker: Unable to reach router. Restarting wlan0 interface… (mié dic 6 18:21:01 CET 2017)
ifdown: interface wlan0 not configured
RTNETLINK answers: File exists
ifup: failed to bring up wlan0
Dec 06 2017 18:21:09 Opening serial port
Dec 06 2017 18:21:09 Notification: Script started for beer 'norauch’
Dec 06 2017 18:21:19 Checking software version on controller…
Dec 06 2017 18:21:19 Found BrewPi v0.2.10 build unknown, running on an Arduino Uno with a revA shield on port /dev/ttyUSB0
Traceback (most recent call last):
File “/home/brewpi/brewpi.py”, line 415, in
startBeer(config[‘beerName’])
File “/home/brewpi/brewpi.py”, line 287, in startBeer
setFiles()
File “/home/brewpi/brewpi.py”, line 273, in setFiles
brewpiJson.newEmptyFile(localJsonFileName)
File “/home/brewpi/brewpiJson.py”, line 109, in newEmptyFile
jsonFile = open(jsonFileName, “w”)
IOError: [Errno 28] No space left on device: '/home/brewpi/data/norauch/norauch-2017-12-06.json’
Exception in thread Thread-1 (most likely raised during interpreter shutdown):
Traceback (most recent call last):
File “/usr/lib/python2.7/threading.py”, line 801, in __bootstrap_inner
File “/usr/lib/python2.7/threading.py”, line 754, in run
File “/home/brewpi/backgroundserial.py”, line 81, in __listenThread
File “/usr/local/lib/python2.7/dist-packages/serial/serialutil.py”, line 590, in inWaiting
File “/usr/local/lib/python2.7/dist-packages/serial/serialposix.py”, line 467, in in_waiting
<type ‘exceptions.AttributeError’>: ‘NoneType’ object has no attribute 'ioctl’
Dec 06 2017 18:22:08 Opening serial port
Dec 06 2017 18:22:08 Notification: Script started for beer 'norauch’
Dec 06 2017 18:22:18 Checking software version on controller…
Dec 06 2017 18:22:18 Found BrewPi v0.2.10 build unknown, running on an Arduino Uno with a revA shield on port /dev/ttyUSB0
Traceback (most recent call last):
File “/home/brewpi/brewpi.py”, line 415, in
startBeer(config[‘beerName’])
File “/home/brewpi/brewpi.py”, line 287, in startBeer
setFiles()
File “/home/brewpi/brewpi.py”, line 273, in setFiles
brewpiJson.newEmptyFile(localJsonFileName)
File “/home/brewpi/brewpiJson.py”, line 109, in newEmptyFile
jsonFile = open(jsonFileName, “w”)
IOError: [Errno 28] No space left on device: '/home/brewpi/data/norauch/norauch-2017-12-06.json’
Exception in thread Thread-1 (most likely raised during interpreter shutdown):
Traceback (most recent call last):
File “/usr/lib/python2.7/threading.py”, line 801, in __bootstrap_inner
File “/usr/lib/python2.7/threading.py”, line 754, in run
File “/home/brewpi/backgroundserial.py”, line 81, in __listenThread
File “/usr/local/lib/python2.7/dist-packages/serial/serialutil.py”, line 590, in inWaiting
File “/usr/local/lib/python2.7/dist-packages/serial/serialposix.py”, line 467, in in_waiting
<type ‘exceptions.AttributeError’>: ‘NoneType’ object has no attribute 'ioctl’
Dec 06 2017 18:23:08 Opening serial port
Dec 06 2017 18:23:08 Notification: Script started for beer 'norauch’
Dec 06 2017 18:23:18 Checking software version on controller…
Dec 06 2017 18:23:18 Found BrewPi v0.2.10 build unknown, running on an Arduino Uno with a revA shield on port /dev/ttyUSB0
Traceback (most recent call last):
File “/home/brewpi/brewpi.py”, line 415, in
startBeer(config[‘beerName’])
File “/home/brewpi/brewpi.py”, line 287, in startBeer
setFiles()
File “/home/brewpi/brewpi.py”, line 273, in setFiles
brewpiJson.newEmptyFile(localJsonFileName)
File “/home/brewpi/brewpiJson.py”, line 109, in newEmptyFile
jsonFile = open(jsonFileName, “w”)
IOError: [Errno 28] No space left on device: '/home/brewpi/data/norauch/norauch-2017-12-06.json’
Exception in thread Thread-1 (most likely raised during interpreter shutdown):
Traceback (most recent call last):
FilBrewPi: wifiChecker: Attempt 1 to reach 192.168.0.1 failed (mié dic 6 18:20:12 CET 2017)