Compare commits
No commits in common. "20da2e820705006c3b08481b4fc115858b9b0a63" and "b87a39c376f5a0249148fd3ed46930e6713e1117" have entirely different histories.
20da2e8207
...
b87a39c376
@ -1 +1 @@
|
||||
Subproject commit 01c7befacb5b71643130433f2afb3f22ece68d71
|
||||
Subproject commit 6ce6fbbce07605010c0d4fa8eaa0ebcde01e53db
|
@ -1 +1 @@
|
||||
Subproject commit 99b97afc7de1ed16ddc7db29ab6354bd6ea3dfb7
|
||||
Subproject commit 67c98f6a7610ff4196954a665e5599bea9ccf5ac
|
@ -0,0 +1,90 @@
|
||||
[server]
|
||||
host: 0.0.0.0
|
||||
port: 7125
|
||||
# The maximum size allowed for a file upload (in MiB). Default 1024 MiB
|
||||
max_upload_size: 1024
|
||||
# Path to klippy Unix Domain Socket
|
||||
klippy_uds_address: ~/printer_data/comms/klippy.sock
|
||||
|
||||
[file_manager]
|
||||
# post processing for object cancel. Not recommended for low resource SBCs such as a Pi Zero. Default False
|
||||
enable_object_processing: False
|
||||
|
||||
[authorization]
|
||||
cors_domains:
|
||||
https://my.mainsail.xyz
|
||||
http://my.mainsail.xyz
|
||||
http://*.local
|
||||
http://*.lan
|
||||
trusted_clients:
|
||||
10.0.0.0/8
|
||||
127.0.0.0/8
|
||||
169.254.0.0/16
|
||||
172.16.0.0/12
|
||||
192.168.0.0/16
|
||||
FE80::/10
|
||||
::1/128
|
||||
|
||||
# enables partial support of Octoprint API
|
||||
[octoprint_compat]
|
||||
|
||||
# enables moonraker to track and store print history.
|
||||
[history]
|
||||
|
||||
# this enables moonraker announcements for mainsail
|
||||
[announcements]
|
||||
subscriptions:
|
||||
mainsail
|
||||
|
||||
# this enables moonraker's update manager
|
||||
[update_manager]
|
||||
refresh_interval: 168
|
||||
enable_auto_refresh: True
|
||||
|
||||
[update_manager mainsail]
|
||||
type: web
|
||||
channel: stable
|
||||
repo: mainsail-crew/mainsail
|
||||
path: ~/mainsail
|
||||
|
||||
[update_manager mainsail-config]
|
||||
type: git_repo
|
||||
primary_branch: master
|
||||
path: ~/mainsail-config
|
||||
origin: https://github.com/mainsail-crew/mainsail-config.git
|
||||
managed_services: klipper
|
||||
|
||||
### moonraker-timelapse
|
||||
### Don't forget to include timelapse.cfg to your printer.cfg
|
||||
### Uncomment to enable moonraker-timelapse
|
||||
|
||||
|
||||
#[update_manager timelapse]
|
||||
#type: git_repo
|
||||
#primary_branch: main
|
||||
#path: ~/moonraker-timelapse
|
||||
#origin: https://github.com/mainsail-crew/moonraker-timelapse.git
|
||||
#managed_services: klipper moonraker
|
||||
|
||||
#[timelapse]
|
||||
### Directory where the generated video will be saved
|
||||
#output_path: ~/timelapse/
|
||||
### Directory where ffmpeg is installed
|
||||
#ffmpeg_binary_path: /usr/bin/ffmpeg
|
||||
|
||||
# Crowsnest update_manager entry
|
||||
[update_manager crowsnest]
|
||||
type: git_repo
|
||||
path: ~/crowsnest
|
||||
origin: https://github.com/mainsail-crew/crowsnest.git
|
||||
managed_services: crowsnest
|
||||
install_script: tools/pkglist.sh
|
||||
|
||||
# Sonar update_manager entry
|
||||
[update_manager sonar]
|
||||
type: git_repo
|
||||
path: ~/sonar
|
||||
origin: https://github.com/mainsail-crew/sonar.git
|
||||
primary_branch: main
|
||||
managed_services: sonar
|
||||
install_script: tools/install.sh
|
64
dirs/printer_data/config/.moonraker.conf.bkp
Normal file
64
dirs/printer_data/config/.moonraker.conf.bkp
Normal file
@ -0,0 +1,64 @@
|
||||
[server]
|
||||
host = 0.0.0.0
|
||||
port = 7126
|
||||
max_upload_size = 1024
|
||||
klippy_uds_address = ~/taz/printer_data_taz/comms/klippy.sock
|
||||
|
||||
[file_manager]
|
||||
enable_object_processing = False
|
||||
|
||||
[authorization]
|
||||
cors_domains =
|
||||
https://my.mainsail.xyz
|
||||
http://my.mainsail.xyz
|
||||
http://*.local
|
||||
http://*.lan
|
||||
trusted_clients =
|
||||
10.0.0.0/8
|
||||
127.0.0.0/8
|
||||
169.254.0.0/16
|
||||
172.16.0.0/12
|
||||
192.168.0.0/16
|
||||
FE80::/10
|
||||
::1/128
|
||||
|
||||
[octoprint_compat]
|
||||
|
||||
[history]
|
||||
|
||||
[announcements]
|
||||
subscriptions =
|
||||
mainsail
|
||||
|
||||
[update_manager]
|
||||
refresh_interval = 168
|
||||
enable_auto_refresh = True
|
||||
|
||||
[update_manager mainsail]
|
||||
type = web
|
||||
channel = stable
|
||||
repo = mainsail-crew/mainsail
|
||||
path = ~/mainsail
|
||||
|
||||
[update_manager mainsail-config]
|
||||
type = git_repo
|
||||
primary_branch = master
|
||||
path = ~/taz/mainsail-config
|
||||
origin = https://github.com/mainsail-crew/mainsail-config.git
|
||||
managed_services = klipper
|
||||
|
||||
[update_manager crowsnest]
|
||||
type = git_repo
|
||||
path = ~/crowsnest
|
||||
origin = https://github.com/mainsail-crew/crowsnest.git
|
||||
managed_services = crowsnest
|
||||
install_script = tools/pkglist.sh
|
||||
|
||||
[update_manager sonar]
|
||||
type = git_repo
|
||||
path = ~/sonar
|
||||
origin = https://github.com/mainsail-crew/sonar.git
|
||||
primary_branch = main
|
||||
managed_services = sonar
|
||||
install_script = tools/install.sh
|
||||
|
1
dirs/printer_data/config/old_mainsail.cfg
Symbolic link
1
dirs/printer_data/config/old_mainsail.cfg
Symbolic link
@ -0,0 +1 @@
|
||||
/home/pi/mainsail-config/mainsail.cfg
|
220
dirs/printer_data/config/printer-20240318_221945.cfg
Normal file
220
dirs/printer_data/config/printer-20240318_221945.cfg
Normal file
@ -0,0 +1,220 @@
|
||||
# This file contains common pin mappings for RAMBo boards. To use this
|
||||
# config, the firmware should be compiled for the AVR atmega2560.
|
||||
|
||||
# See docs/Config_Reference.md for a description of parameters.
|
||||
[gcode_macro CALIBRATE_NOZZLE_OFFSET]
|
||||
description: Move to center of bed and calibrate nozzle offset
|
||||
gcode:
|
||||
G90
|
||||
G0 X100 Y155 F1500
|
||||
PROBE_CALIBRATE
|
||||
|
||||
[gcode_macro LEVEL_BED]
|
||||
description: "Level the bed manually."
|
||||
gcode:
|
||||
BED_SCREWS_ADJUST
|
||||
|
||||
[gcode_macro CHECK_DEVIATION]
|
||||
description: "Check the deviation of the bed from the last loaded mesh."
|
||||
gcode:
|
||||
SCREWS_TILT_CALCULATE MAX_DEVIATION=0.05
|
||||
|
||||
[gcode_macro LIZ_IS_A_BAKA]
|
||||
description: "Liz is a baka, so here's her start G-Code >.<"
|
||||
gcode:
|
||||
BED_MESH_CALIBRATE
|
||||
BED_MESH_PROFILE SAVE=default
|
||||
|
||||
[gcode_macro _START_GCODE]
|
||||
description: "The gcode that should be called from your slicer at the beginning of a print."
|
||||
gcode:
|
||||
# Ender 3 Custom Start G-code
|
||||
G90
|
||||
G1 X2 Y30 Z30 F1500
|
||||
G1 Z0.28 F240
|
||||
G92 E0
|
||||
G1 Y220 E10 F1500 ; prime the nozzle
|
||||
G1 X2.3 F5000
|
||||
G92 E0
|
||||
G1 Y30 E10 F1200 ; prime the nozzle
|
||||
G92 E0
|
||||
G1 Z5 F1500 ; don't scratch the build plate
|
||||
|
||||
[gcode_macro _END_GCODE]
|
||||
description: "The gcode that should be called from your slicer at the end of a print."
|
||||
gcode:
|
||||
G91 # Relative positioning
|
||||
G1 E-2 F2700 # Retract a bit
|
||||
G1 E-2 Z0.2 F2400 # Retract and raise Z
|
||||
G1 X5 Y5 F3000 # Wipe out
|
||||
G1 Z10 # Raise Z more
|
||||
G90 # Absolute positioning
|
||||
|
||||
G1 X0 Y220 # Present print
|
||||
M106 S0 # Turn-off fan
|
||||
M104 S0 # Turn-off hotend
|
||||
M140 S0 # Turn-off bed
|
||||
|
||||
M84 X Y E # Disable all steppers but Z
|
||||
|
||||
[stepper_x]
|
||||
step_pin: PC0
|
||||
dir_pin: PL1
|
||||
enable_pin: !PA7
|
||||
microsteps: 16
|
||||
# rotation_distance: 40 # Default, seems 3mm short on a 10mm move
|
||||
# rotation_distance: 28 # Test 1, seems to move 1-2mm too far
|
||||
# rotation_distance: 30 # Test 2, seems to move 1mm too far
|
||||
rotation_distance: 33
|
||||
endstop_pin: ^!PB6
|
||||
#endstop_pin: ^PA2
|
||||
position_endstop: 0
|
||||
position_max: 298
|
||||
homing_speed: 50
|
||||
|
||||
[stepper_y]
|
||||
step_pin: PC1
|
||||
dir_pin: !PL0
|
||||
enable_pin: !PA6
|
||||
microsteps: 16
|
||||
rotation_distance: 40 # Default, Seems ok
|
||||
endstop_pin: ^!PB5
|
||||
#endstop_pin: ^PA1
|
||||
position_endstop: 0
|
||||
position_max: 280
|
||||
homing_speed: 50
|
||||
|
||||
[stepper_z]
|
||||
step_pin: PC2
|
||||
dir_pin: PL2
|
||||
enable_pin: !PA5
|
||||
microsteps: 16
|
||||
# rotation_distance: 8 # Default, seems 1mm too short
|
||||
# rotation_distance: 7.2 # Test 1, seems 3mm overshot
|
||||
# rotation_distance: 8.33 # Test 2, still seems 1mm under
|
||||
rotation_distance: 8
|
||||
endstop_pin: probe:z_virtual_endstop
|
||||
#endstop_pin: !PB4
|
||||
#endstop_pin: ^PC7
|
||||
# position_endstop: 0.5
|
||||
position_max: 250
|
||||
|
||||
[bltouch]
|
||||
sensor_pin: ^PB4
|
||||
control_pin: PL5
|
||||
x_offset: -33.0
|
||||
y_offset: 9.0
|
||||
z_offset: 3.0
|
||||
|
||||
[bed_mesh]
|
||||
speed: 120
|
||||
horizontal_move_z: 7
|
||||
mesh_min: 30, 40
|
||||
mesh_max: 280, 270
|
||||
probe_count: 5
|
||||
mesh_pps: 3
|
||||
algorithm: bicubic
|
||||
|
||||
[safe_z_home]
|
||||
home_xy_position: 140, 140
|
||||
speed: 50
|
||||
z_hop: 10
|
||||
z_hop_speed: 5
|
||||
|
||||
[extruder]
|
||||
step_pin: PC3
|
||||
dir_pin: !PL6
|
||||
enable_pin: !PA4
|
||||
microsteps: 16
|
||||
# rotation_distance: 33.500 # Original Setting, seems ??x too small
|
||||
# rotation_distance: 16.75 # Initial test, seems to extrude 1/2 supposed
|
||||
# rotation_distance: 8.375 # Test Two, still seems 1/2
|
||||
rotation_distance: 4.25
|
||||
nozzle_diameter: 0.400
|
||||
heater_pin: PH6
|
||||
filament_diameter: 2.850
|
||||
#filament_diameter: 1.750
|
||||
sensor_type: EPCOS 100K B57560G104F
|
||||
sensor_pin: PF0
|
||||
control: pid
|
||||
pid_Kp: 22.2
|
||||
pid_Ki: 1.08
|
||||
pid_Kd: 114
|
||||
min_temp: 0
|
||||
max_temp: 250
|
||||
|
||||
#[extruder1]
|
||||
#step_pin: PC4
|
||||
#dir_pin: PL7
|
||||
#enable_pin: !PA3
|
||||
#heater_pin: PH4
|
||||
#sensor_pin: PF1
|
||||
#...
|
||||
|
||||
[heater_bed]
|
||||
heater_pin: PE5
|
||||
sensor_type: EPCOS 100K B57560G104F
|
||||
sensor_pin: PF2
|
||||
control: watermark
|
||||
min_temp: 0
|
||||
max_temp: 130
|
||||
max_power: 1.0
|
||||
|
||||
[verify_heater heater_bed]
|
||||
heating_gain: 1
|
||||
check_gain_time: 60
|
||||
|
||||
[fan]
|
||||
pin: PH5
|
||||
|
||||
#[heater_fan heatbreak_cooling_fan]
|
||||
#pin: PH3
|
||||
|
||||
[mcu]
|
||||
serial: /dev/serial/by-id/usb-UltiMachine__ultimachine.com__RAMBo_6403335373035101E171-if00
|
||||
baud: 250000
|
||||
|
||||
[printer]
|
||||
kinematics: cartesian
|
||||
max_velocity: 300
|
||||
max_accel: 3000
|
||||
max_z_velocity: 5
|
||||
max_z_accel: 100
|
||||
|
||||
[ad5206 stepper_digipot]
|
||||
enable_pin: PD7
|
||||
# Scale the config so that the channel value can be specified in amps.
|
||||
# (For Rambo v1.0d boards, use 1.56 instead.)
|
||||
scale: 2.08
|
||||
# Channel 1 is E0, 2 is E1, 3 is unused, 4 is Z, 5 is X, 6 is Y
|
||||
channel_1: 1.34
|
||||
channel_2: 1.0
|
||||
channel_4: 1.1
|
||||
channel_5: 1.1
|
||||
channel_6: 1.1
|
||||
|
||||
# Enable 16 micro-steps on steppers X, Y, Z, E0, E1
|
||||
[static_digital_output stepper_config]
|
||||
pins:
|
||||
PG1, PG0,
|
||||
PK7, PG2,
|
||||
PK6, PK5,
|
||||
PK3, PK4,
|
||||
PK1, PK2
|
||||
|
||||
[static_digital_output yellow_led]
|
||||
pins: !PB7
|
||||
|
||||
# Common EXP1 / EXP2 (display) pins
|
||||
[board_pins]
|
||||
aliases:
|
||||
# Common EXP1/EXP2 headers found on RAMBo v1.4
|
||||
EXP1_1=PE6, EXP1_3=PG3, EXP1_5=PJ2, EXP1_7=PJ7, EXP1_9=<GND>,
|
||||
EXP1_2=PE2, EXP1_4=PG4, EXP1_6=PJ3, EXP1_8=PJ4, EXP1_10=<5V>,
|
||||
# EXP2 header
|
||||
EXP2_1=PB3, EXP2_3=PJ5, EXP2_5=PJ6, EXP2_7=PD4, EXP2_9=<GND>,
|
||||
EXP2_2=PB1, EXP2_4=PB0, EXP2_6=PB2, EXP2_8=PE7, EXP2_10=PH2
|
||||
# Pins EXP2_1, EXP2_6, EXP2_2 are also MISO, MOSI, SCK of bus "spi"
|
||||
|
||||
# See the sample-lcd.cfg file for definitions of common LCD displays.
|
||||
[include mainsail.cfg]
|
228
dirs/printer_data/config/printer-20240321_112054.cfg
Normal file
228
dirs/printer_data/config/printer-20240321_112054.cfg
Normal file
@ -0,0 +1,228 @@
|
||||
# This file contains common pin mappings for RAMBo boards. To use this
|
||||
# config, the firmware should be compiled for the AVR atmega2560.
|
||||
|
||||
# See docs/Config_Reference.md for a description of parameters.
|
||||
[gcode_macro CALIBRATE_NOZZLE_OFFSET]
|
||||
description: Move to center of bed and calibrate nozzle offset
|
||||
gcode:
|
||||
G90
|
||||
G0 X100 Y155 F1500
|
||||
PROBE_CALIBRATE
|
||||
|
||||
[gcode_macro LEVEL_BED]
|
||||
description: "Level the bed manually."
|
||||
gcode:
|
||||
BED_SCREWS_ADJUST
|
||||
|
||||
[gcode_macro CHECK_DEVIATION]
|
||||
description: "Check the deviation of the bed from the last loaded mesh."
|
||||
gcode:
|
||||
SCREWS_TILT_CALCULATE MAX_DEVIATION=0.05
|
||||
|
||||
[gcode_macro LIZ_IS_A_BAKA]
|
||||
description: "Liz is a baka, so here's her start G-Code >.<"
|
||||
gcode:
|
||||
BED_MESH_CALIBRATE
|
||||
BED_MESH_PROFILE SAVE=default
|
||||
|
||||
[gcode_macro _START_GCODE]
|
||||
description: "The gcode that should be called from your slicer at the beginning of a print."
|
||||
gcode:
|
||||
# Ender 3 Custom Start G-code
|
||||
G90
|
||||
G1 X2 Y30 Z30 F1500
|
||||
G1 Z0.28 F240
|
||||
G92 E0
|
||||
G1 Y220 E10 F1500 ; prime the nozzle
|
||||
G1 X2.3 F5000
|
||||
G92 E0
|
||||
G1 Y30 E10 F1200 ; prime the nozzle
|
||||
G92 E0
|
||||
G1 Z5 F1500 ; don't scratch the build plate
|
||||
|
||||
[gcode_macro _END_GCODE]
|
||||
description: "The gcode that should be called from your slicer at the end of a print."
|
||||
gcode:
|
||||
G91 # Relative positioning
|
||||
G1 E-2 F2700 # Retract a bit
|
||||
G1 E-2 Z0.2 F2400 # Retract and raise Z
|
||||
G1 X5 Y5 F3000 # Wipe out
|
||||
G1 Z10 # Raise Z more
|
||||
G90 # Absolute positioning
|
||||
|
||||
G1 X0 Y220 # Present print
|
||||
M106 S0 # Turn-off fan
|
||||
M104 S0 # Turn-off hotend
|
||||
M140 S0 # Turn-off bed
|
||||
|
||||
M84 X Y E # Disable all steppers but Z
|
||||
|
||||
[stepper_x]
|
||||
step_pin: PC0
|
||||
dir_pin: PL1
|
||||
enable_pin: !PA7
|
||||
microsteps: 16
|
||||
# rotation_distance: 40 # Default, seems 3mm short on a 10mm move
|
||||
# rotation_distance: 28 # Test 1, seems to move 1-2mm too far
|
||||
# rotation_distance: 30 # Test 2, seems to move 1mm too far
|
||||
rotation_distance: 33
|
||||
endstop_pin: ^!PB6
|
||||
#endstop_pin: ^PA2
|
||||
position_endstop: 0
|
||||
position_max: 298
|
||||
homing_speed: 50
|
||||
|
||||
[stepper_y]
|
||||
step_pin: PC1
|
||||
dir_pin: !PL0
|
||||
enable_pin: !PA6
|
||||
microsteps: 16
|
||||
# rotation_distance: 40 # Default, Seems 4mm overshot
|
||||
# rotation_distance: 42 # Test 1, Still seems 3-4mm overshot
|
||||
rotation_distance: 46
|
||||
endstop_pin: ^!PB5
|
||||
#endstop_pin: ^PA1
|
||||
position_endstop: 0
|
||||
position_max: 280
|
||||
homing_speed: 50
|
||||
|
||||
[stepper_z]
|
||||
step_pin: PC2
|
||||
dir_pin: PL2
|
||||
enable_pin: !PA5
|
||||
microsteps: 16
|
||||
# rotation_distance: 8 # Default, seems 1mm too short
|
||||
# rotation_distance: 7.2 # Test 1, seems 3mm overshot
|
||||
# rotation_distance: 8.33 # Test 2, still seems 1mm under
|
||||
rotation_distance: 8
|
||||
endstop_pin: probe:z_virtual_endstop
|
||||
#endstop_pin: !PB4
|
||||
#endstop_pin: ^PC7
|
||||
# position_endstop: 0.5
|
||||
position_max: 250
|
||||
|
||||
[bltouch]
|
||||
sensor_pin: ^PB4
|
||||
control_pin: PL5
|
||||
x_offset: -33.0
|
||||
y_offset: 9.0
|
||||
#z_offset: 3.0
|
||||
|
||||
[bed_mesh]
|
||||
speed: 120
|
||||
horizontal_move_z: 7
|
||||
mesh_min: 30, 40
|
||||
mesh_max: 250, 230
|
||||
probe_count: 5
|
||||
mesh_pps: 3
|
||||
algorithm: bicubic
|
||||
|
||||
[safe_z_home]
|
||||
home_xy_position: 140, 140
|
||||
speed: 50
|
||||
z_hop: 10
|
||||
z_hop_speed: 5
|
||||
|
||||
[extruder]
|
||||
step_pin: PC3
|
||||
dir_pin: !PL6
|
||||
enable_pin: !PA4
|
||||
microsteps: 16
|
||||
# rotation_distance: 33.500 # Original Setting, seems ??x too small
|
||||
# rotation_distance: 16.75 # Initial test, seems to extrude 1/2 supposed
|
||||
# rotation_distance: 8.375 # Test Two, still seems 1/2
|
||||
rotation_distance: 4.25
|
||||
nozzle_diameter: 0.400
|
||||
heater_pin: PH6
|
||||
filament_diameter: 2.850
|
||||
#filament_diameter: 1.750
|
||||
sensor_type: EPCOS 100K B57560G104F
|
||||
sensor_pin: PF0
|
||||
control: pid
|
||||
pid_Kp: 22.2
|
||||
pid_Ki: 1.08
|
||||
pid_Kd: 114
|
||||
min_temp: 0
|
||||
max_temp: 250
|
||||
|
||||
#[extruder1]
|
||||
#step_pin: PC4
|
||||
#dir_pin: PL7
|
||||
#enable_pin: !PA3
|
||||
#heater_pin: PH4
|
||||
#sensor_pin: PF1
|
||||
#...
|
||||
|
||||
[heater_bed]
|
||||
heater_pin: PE5
|
||||
sensor_type: EPCOS 100K B57560G104F
|
||||
sensor_pin: PF2
|
||||
control: watermark
|
||||
min_temp: 0
|
||||
max_temp: 130
|
||||
max_power: 1.0
|
||||
|
||||
[verify_heater heater_bed]
|
||||
heating_gain: 1
|
||||
check_gain_time: 60
|
||||
|
||||
[fan]
|
||||
pin: PH5
|
||||
|
||||
#[heater_fan heatbreak_cooling_fan]
|
||||
#pin: PH3
|
||||
|
||||
[mcu]
|
||||
serial: /dev/serial/by-id/usb-UltiMachine__ultimachine.com__RAMBo_6403335373035101E171-if00
|
||||
baud: 250000
|
||||
|
||||
[printer]
|
||||
kinematics: cartesian
|
||||
max_velocity: 300
|
||||
max_accel: 3000
|
||||
max_z_velocity: 5
|
||||
max_z_accel: 100
|
||||
|
||||
[ad5206 stepper_digipot]
|
||||
enable_pin: PD7
|
||||
# Scale the config so that the channel value can be specified in amps.
|
||||
# (For Rambo v1.0d boards, use 1.56 instead.)
|
||||
scale: 2.08
|
||||
# Channel 1 is E0, 2 is E1, 3 is unused, 4 is Z, 5 is X, 6 is Y
|
||||
channel_1: 1.34
|
||||
channel_2: 1.0
|
||||
channel_4: 1.1
|
||||
channel_5: 1.1
|
||||
channel_6: 1.1
|
||||
|
||||
# Enable 16 micro-steps on steppers X, Y, Z, E0, E1
|
||||
[static_digital_output stepper_config]
|
||||
pins:
|
||||
PG1, PG0,
|
||||
PK7, PG2,
|
||||
PK6, PK5,
|
||||
PK3, PK4,
|
||||
PK1, PK2
|
||||
|
||||
[static_digital_output yellow_led]
|
||||
pins: !PB7
|
||||
|
||||
# Common EXP1 / EXP2 (display) pins
|
||||
[board_pins]
|
||||
aliases:
|
||||
# Common EXP1/EXP2 headers found on RAMBo v1.4
|
||||
EXP1_1=PE6, EXP1_3=PG3, EXP1_5=PJ2, EXP1_7=PJ7, EXP1_9=<GND>,
|
||||
EXP1_2=PE2, EXP1_4=PG4, EXP1_6=PJ3, EXP1_8=PJ4, EXP1_10=<5V>,
|
||||
# EXP2 header
|
||||
EXP2_1=PB3, EXP2_3=PJ5, EXP2_5=PJ6, EXP2_7=PD4, EXP2_9=<GND>,
|
||||
EXP2_2=PB1, EXP2_4=PB0, EXP2_6=PB2, EXP2_8=PE7, EXP2_10=PH2
|
||||
# Pins EXP2_1, EXP2_6, EXP2_2 are also MISO, MOSI, SCK of bus "spi"
|
||||
|
||||
# See the sample-lcd.cfg file for definitions of common LCD displays.
|
||||
[include mainsail.cfg]
|
||||
|
||||
#*# <---------------------- SAVE_CONFIG ---------------------->
|
||||
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
|
||||
#*#
|
||||
#*# [bltouch]
|
||||
#*# z_offset = 2.288
|
249
dirs/printer_data/config/printer-20240329_223756.cfg
Normal file
249
dirs/printer_data/config/printer-20240329_223756.cfg
Normal file
@ -0,0 +1,249 @@
|
||||
# This file contains common pin mappings for RAMBo boards. To use this
|
||||
# config, the firmware should be compiled for the AVR atmega2560.
|
||||
|
||||
# See docs/Config_Reference.md for a description of parameters.
|
||||
[gcode_macro CALIBRATE_NOZZLE_OFFSET]
|
||||
description: Move to center of bed and calibrate nozzle offset
|
||||
gcode:
|
||||
G90
|
||||
G0 X100 Y155 F1500
|
||||
PROBE_CALIBRATE
|
||||
|
||||
[gcode_macro LEVEL_BED]
|
||||
description: "Level the bed manually."
|
||||
gcode:
|
||||
BED_SCREWS_ADJUST
|
||||
|
||||
[gcode_macro CHECK_DEVIATION]
|
||||
description: "Check the deviation of the bed from the last loaded mesh."
|
||||
gcode:
|
||||
SCREWS_TILT_CALCULATE MAX_DEVIATION=0.05
|
||||
|
||||
[gcode_macro LIZ_IS_A_BAKA]
|
||||
description: "Liz is a baka, so here's her start G-Code >.<"
|
||||
gcode:
|
||||
BED_MESH_CALIBRATE
|
||||
BED_MESH_PROFILE SAVE=default
|
||||
|
||||
[gcode_macro _START_GCODE]
|
||||
description: "The gcode that should be called from your slicer at the beginning of a print."
|
||||
gcode:
|
||||
# Ender 3 Custom Start G-code
|
||||
G90
|
||||
G1 X2 Y30 Z30 F1500
|
||||
G1 Z0.28 F240
|
||||
G92 E0
|
||||
G1 Y220 E10 F1500 ; prime the nozzle
|
||||
G1 X2.3 F5000
|
||||
G92 E0
|
||||
G1 Y30 E10 F1200 ; prime the nozzle
|
||||
G92 E0
|
||||
G1 Z5 F1500 ; don't scratch the build plate
|
||||
|
||||
[gcode_macro _END_GCODE]
|
||||
description: "The gcode that should be called from your slicer at the end of a print."
|
||||
gcode:
|
||||
G91 # Relative positioning
|
||||
G1 E-2 F2700 # Retract a bit
|
||||
G1 E-2 Z0.2 F2400 # Retract and raise Z
|
||||
G1 X5 Y5 F3000 # Wipe out
|
||||
G1 Z10 # Raise Z more
|
||||
G90 # Absolute positioning
|
||||
|
||||
G1 X0 Y220 # Present print
|
||||
M106 S0 # Turn-off fan
|
||||
M104 S0 # Turn-off hotend
|
||||
M140 S0 # Turn-off bed
|
||||
|
||||
M84 X Y E # Disable all steppers but Z
|
||||
|
||||
[stepper_x]
|
||||
step_pin: PC0
|
||||
dir_pin: PL1
|
||||
enable_pin: !PA7
|
||||
microsteps: 16
|
||||
# rotation_distance: 40 # Default, seems 3mm short on a 10mm move
|
||||
# rotation_distance: 28 # Test 1, seems to move 1-2mm too far
|
||||
# rotation_distance: 30 # Test 2, seems to move 1mm too far
|
||||
rotation_distance: 33
|
||||
endstop_pin: ^!PB6
|
||||
#endstop_pin: ^PA2
|
||||
position_endstop: 0
|
||||
position_max: 298
|
||||
homing_speed: 50
|
||||
|
||||
[stepper_y]
|
||||
step_pin: PC1
|
||||
dir_pin: !PL0
|
||||
enable_pin: !PA6
|
||||
microsteps: 16
|
||||
# rotation_distance: 40 # Default, Seems 4mm overshot
|
||||
# rotation_distance: 42 # Test 1, Still seems 3-4mm overshot
|
||||
rotation_distance: 46
|
||||
endstop_pin: ^!PB5
|
||||
#endstop_pin: ^PA1
|
||||
position_endstop: 0
|
||||
position_max: 280
|
||||
homing_speed: 50
|
||||
|
||||
[stepper_z]
|
||||
step_pin: PC2
|
||||
dir_pin: PL2
|
||||
enable_pin: !PA5
|
||||
microsteps: 16
|
||||
# rotation_distance: 8 # Default, seems 1mm too short
|
||||
# rotation_distance: 7.2 # Test 1, seems 3mm overshot
|
||||
# rotation_distance: 8.33 # Test 2, still seems 1mm under
|
||||
rotation_distance: 8
|
||||
endstop_pin: probe:z_virtual_endstop
|
||||
#endstop_pin: !PB4
|
||||
#endstop_pin: ^PC7
|
||||
# position_endstop: 0.5
|
||||
position_max: 250
|
||||
|
||||
[bltouch]
|
||||
sensor_pin: ^PB4
|
||||
control_pin: PL5
|
||||
x_offset: -33.0
|
||||
y_offset: 9.0
|
||||
#z_offset: 3.0
|
||||
|
||||
[bed_mesh]
|
||||
speed: 120
|
||||
horizontal_move_z: 7
|
||||
mesh_min: 30, 40
|
||||
mesh_max: 250, 230
|
||||
probe_count: 5
|
||||
mesh_pps: 3
|
||||
algorithm: bicubic
|
||||
|
||||
[safe_z_home]
|
||||
home_xy_position: 140, 140
|
||||
speed: 50
|
||||
z_hop: 10
|
||||
z_hop_speed: 5
|
||||
|
||||
[extruder]
|
||||
step_pin: PC3
|
||||
dir_pin: !PL6
|
||||
enable_pin: !PA4
|
||||
microsteps: 16
|
||||
# rotation_distance: 33.500 # Original Setting, seems ??x too small
|
||||
# rotation_distance: 16.75 # Initial test, seems to extrude 1/2 supposed
|
||||
# rotation_distance: 8.375 # Test Two, still seems 1/2
|
||||
# rotation_distance: 4.25 # Old Extruder Setup
|
||||
rotation_distance: 7.9797 # Copied from Replimat
|
||||
nozzle_diameter: 0.400
|
||||
heater_pin: PH6
|
||||
# filament_diameter: 2.850
|
||||
filament_diameter: 1.750
|
||||
# sensor_type: EPCOS 100K B57560G104F # Either it's not connecting right, or this is the wronf sensor
|
||||
sensor_type: NTC 100K MGB18-104F39050L32 # Probably just disconnected
|
||||
sensor_pin: PF0
|
||||
control: pid
|
||||
pid_Kp: 22.2
|
||||
pid_Ki: 1.08
|
||||
pid_Kd: 114
|
||||
min_temp: 0
|
||||
max_temp: 990
|
||||
|
||||
#[extruder1]
|
||||
#step_pin: PC4
|
||||
#dir_pin: PL7
|
||||
#enable_pin: !PA3
|
||||
#heater_pin: PH4
|
||||
#sensor_pin: PF1
|
||||
#...
|
||||
|
||||
[heater_bed]
|
||||
heater_pin: PE5
|
||||
sensor_type: EPCOS 100K B57560G104F
|
||||
sensor_pin: PF2
|
||||
control: watermark
|
||||
min_temp: 0
|
||||
max_temp: 130
|
||||
max_power: 1.0
|
||||
|
||||
[verify_heater heater_bed]
|
||||
heating_gain: 1
|
||||
check_gain_time: 60
|
||||
|
||||
[fan]
|
||||
pin: PH3
|
||||
|
||||
[heater_fan heatbreak_cooling_fan]
|
||||
pin: PH5
|
||||
|
||||
[mcu]
|
||||
serial: /dev/serial/by-id/usb-UltiMachine__ultimachine.com__RAMBo_6403335373035101E171-if00
|
||||
baud: 250000
|
||||
|
||||
[printer]
|
||||
kinematics: cartesian
|
||||
max_velocity: 300
|
||||
max_accel: 3000
|
||||
max_z_velocity: 5
|
||||
max_z_accel: 100
|
||||
|
||||
[ad5206 stepper_digipot]
|
||||
enable_pin: PD7
|
||||
# Scale the config so that the channel value can be specified in amps.
|
||||
# (For Rambo v1.0d boards, use 1.56 instead.)
|
||||
scale: 2.08
|
||||
# Channel 1 is E0, 2 is E1, 3 is unused, 4 is Z, 5 is X, 6 is Y
|
||||
channel_1: 1.34
|
||||
channel_2: 1.0
|
||||
channel_4: 1.1
|
||||
channel_5: 1.1
|
||||
channel_6: 1.1
|
||||
|
||||
# Enable 16 micro-steps on steppers X, Y, Z, E0, E1
|
||||
[static_digital_output stepper_config]
|
||||
pins:
|
||||
PG1, PG0,
|
||||
PK7, PG2,
|
||||
PK6, PK5,
|
||||
PK3, PK4,
|
||||
PK1, PK2
|
||||
|
||||
[static_digital_output yellow_led]
|
||||
pins: !PB7
|
||||
|
||||
# Common EXP1 / EXP2 (display) pins
|
||||
[board_pins]
|
||||
aliases:
|
||||
# Common EXP1/EXP2 headers found on RAMBo v1.4
|
||||
EXP1_1=PE6, EXP1_3=PG3, EXP1_5=PJ2, EXP1_7=PJ7, EXP1_9=<GND>,
|
||||
EXP1_2=PE2, EXP1_4=PG4, EXP1_6=PJ3, EXP1_8=PJ4, EXP1_10=<5V>,
|
||||
# EXP2 header
|
||||
EXP2_1=PB3, EXP2_3=PJ5, EXP2_5=PJ6, EXP2_7=PD4, EXP2_9=<GND>,
|
||||
EXP2_2=PB1, EXP2_4=PB0, EXP2_6=PB2, EXP2_8=PE7, EXP2_10=PH2
|
||||
# Pins EXP2_1, EXP2_6, EXP2_2 are also MISO, MOSI, SCK of bus "spi"
|
||||
|
||||
# See the sample-lcd.cfg file for definitions of common LCD displays.
|
||||
[include mainsail.cfg]
|
||||
|
||||
#*# <---------------------- SAVE_CONFIG ---------------------->
|
||||
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
|
||||
#*#
|
||||
#*# [bltouch]
|
||||
#*# z_offset = 2.288
|
||||
#*#
|
||||
#*# [bed_mesh default]
|
||||
#*# version = 1
|
||||
#*# points =
|
||||
#*# -1.065000, -0.857500, -0.817500, -0.865000, -0.927500
|
||||
#*# -0.592500, -0.502500, -0.442500, -0.482500, -0.522500
|
||||
#*# -0.172500, -0.070000, -0.027500, -0.040000, -0.057500
|
||||
#*# 0.182500, 0.265000, 0.312500, 0.302500, 0.332500
|
||||
#*# 0.480000, 0.610000, 0.670000, 0.715000, 0.735000
|
||||
#*# x_count = 5
|
||||
#*# y_count = 5
|
||||
#*# mesh_x_pps = 3
|
||||
#*# mesh_y_pps = 3
|
||||
#*# algo = bicubic
|
||||
#*# tension = 0.2
|
||||
#*# min_x = 30.0
|
||||
#*# max_x = 250.0
|
||||
#*# min_y = 39.989999999999995
|
||||
#*# max_y = 230.0
|
255
dirs/printer_data/config/printer-20240330_002211.cfg
Normal file
255
dirs/printer_data/config/printer-20240330_002211.cfg
Normal file
@ -0,0 +1,255 @@
|
||||
# This file contains common pin mappings for RAMBo boards. To use this
|
||||
# config, the firmware should be compiled for the AVR atmega2560.
|
||||
|
||||
# See docs/Config_Reference.md for a description of parameters.
|
||||
[gcode_macro CALIBRATE_NOZZLE_OFFSET]
|
||||
description: Move to center of bed and calibrate nozzle offset
|
||||
gcode:
|
||||
G90
|
||||
G0 X100 Y155 F1500
|
||||
PROBE_CALIBRATE
|
||||
|
||||
[gcode_macro LEVEL_BED]
|
||||
description: "Level the bed manually."
|
||||
gcode:
|
||||
BED_SCREWS_ADJUST
|
||||
|
||||
[gcode_macro CHECK_DEVIATION]
|
||||
description: "Check the deviation of the bed from the last loaded mesh."
|
||||
gcode:
|
||||
SCREWS_TILT_CALCULATE MAX_DEVIATION=0.05
|
||||
|
||||
[gcode_macro LIZ_IS_A_BAKA]
|
||||
description: "Liz is a baka, so here's her start G-Code >.<"
|
||||
gcode:
|
||||
BED_MESH_CALIBRATE
|
||||
BED_MESH_PROFILE SAVE=default
|
||||
|
||||
[gcode_macro _START_GCODE]
|
||||
description: "The gcode that should be called from your slicer at the beginning of a print."
|
||||
gcode:
|
||||
# Ender 3 Custom Start G-code
|
||||
G90
|
||||
G1 X2 Y30 Z30 F1500
|
||||
G1 Z0.28 F240
|
||||
G92 E0
|
||||
G1 Y220 E10 F1500 ; prime the nozzle
|
||||
G1 X2.3 F5000
|
||||
G92 E0
|
||||
G1 Y30 E10 F1200 ; prime the nozzle
|
||||
G92 E0
|
||||
G1 Z5 F1500 ; don't scratch the build plate
|
||||
|
||||
[gcode_macro _END_GCODE]
|
||||
description: "The gcode that should be called from your slicer at the end of a print."
|
||||
gcode:
|
||||
G91 # Relative positioning
|
||||
G1 E-2 F2700 # Retract a bit
|
||||
G1 E-2 Z0.2 F2400 # Retract and raise Z
|
||||
G1 X5 Y5 F3000 # Wipe out
|
||||
G1 Z10 # Raise Z more
|
||||
G90 # Absolute positioning
|
||||
|
||||
G1 X0 Y220 # Present print
|
||||
M106 S0 # Turn-off fan
|
||||
M104 S0 # Turn-off hotend
|
||||
M140 S0 # Turn-off bed
|
||||
|
||||
M84 X Y E # Disable all steppers but Z
|
||||
|
||||
[stepper_x]
|
||||
step_pin: PC0
|
||||
dir_pin: PL1
|
||||
enable_pin: !PA7
|
||||
microsteps: 16
|
||||
# rotation_distance: 40 # Default, seems 3mm short on a 10mm move
|
||||
# rotation_distance: 28 # Test 1, seems to move 1-2mm too far
|
||||
# rotation_distance: 30 # Test 2, seems to move 1mm too far
|
||||
rotation_distance: 33
|
||||
endstop_pin: ^!PB6
|
||||
#endstop_pin: ^PA2
|
||||
position_endstop: 0
|
||||
position_max: 298
|
||||
homing_speed: 50
|
||||
|
||||
[stepper_y]
|
||||
step_pin: PC1
|
||||
dir_pin: !PL0
|
||||
enable_pin: !PA6
|
||||
microsteps: 16
|
||||
# rotation_distance: 40 # Default, Seems 4mm overshot
|
||||
# rotation_distance: 42 # Test 1, Still seems 3-4mm overshot
|
||||
rotation_distance: 46
|
||||
endstop_pin: ^!PB5
|
||||
#endstop_pin: ^PA1
|
||||
position_endstop: 0
|
||||
position_max: 280
|
||||
homing_speed: 50
|
||||
|
||||
[stepper_z]
|
||||
step_pin: PC2
|
||||
dir_pin: PL2
|
||||
enable_pin: !PA5
|
||||
microsteps: 16
|
||||
# rotation_distance: 8 # Default, seems 1mm too short
|
||||
# rotation_distance: 7.2 # Test 1, seems 3mm overshot
|
||||
# rotation_distance: 8.33 # Test 2, still seems 1mm under
|
||||
rotation_distance: 8
|
||||
endstop_pin: probe:z_virtual_endstop
|
||||
#endstop_pin: !PB4
|
||||
#endstop_pin: ^PC7
|
||||
# position_endstop: 0.5
|
||||
position_max: 250
|
||||
|
||||
[bltouch]
|
||||
sensor_pin: ^PB4
|
||||
control_pin: PL5
|
||||
x_offset: -44
|
||||
y_offset: 8
|
||||
z_offset: 3.0
|
||||
|
||||
[bed_mesh]
|
||||
speed: 120
|
||||
horizontal_move_z: 7
|
||||
mesh_min: 30, 40
|
||||
mesh_max: 250, 230
|
||||
probe_count: 5
|
||||
mesh_pps: 3
|
||||
algorithm: bicubic
|
||||
|
||||
[safe_z_home]
|
||||
home_xy_position: 140, 140
|
||||
speed: 50
|
||||
z_hop: 10
|
||||
z_hop_speed: 5
|
||||
|
||||
[extruder]
|
||||
step_pin: PC3
|
||||
dir_pin: !PL6
|
||||
enable_pin: !PA4
|
||||
microsteps: 16
|
||||
# rotation_distance: 33.500 # Original Setting, seems ??x too small
|
||||
# rotation_distance: 16.75 # Initial test, seems to extrude 1/2 supposed
|
||||
# rotation_distance: 8.375 # Test Two, still seems 1/2
|
||||
# rotation_distance: 4.25 # Old Extruder Setup
|
||||
rotation_distance: 7.9797 # Copied from Replimat
|
||||
nozzle_diameter: 0.400
|
||||
heater_pin: PH6
|
||||
# filament_diameter: 2.850
|
||||
filament_diameter: 1.750
|
||||
# sensor_type: EPCOS 100K B57560G104F # Either it's not connecting right, or this is the wronf sensor
|
||||
sensor_type: NTC 100K MGB18-104F39050L32 # Probably just disconnected
|
||||
sensor_pin: PF0
|
||||
#control: pid
|
||||
#pid_Kp: 22.2
|
||||
#pid_Ki: 1.08
|
||||
#pid_Kd: 114
|
||||
min_temp: 0
|
||||
max_temp: 990
|
||||
|
||||
#[extruder1]
|
||||
#step_pin: PC4
|
||||
#dir_pin: PL7
|
||||
#enable_pin: !PA3
|
||||
#heater_pin: PH4
|
||||
#sensor_pin: PF1
|
||||
#...
|
||||
|
||||
[heater_bed]
|
||||
heater_pin: PE5
|
||||
sensor_type: EPCOS 100K B57560G104F
|
||||
sensor_pin: PF2
|
||||
control: watermark
|
||||
min_temp: 0
|
||||
max_temp: 130
|
||||
max_power: 1.0
|
||||
|
||||
[verify_heater heater_bed]
|
||||
heating_gain: 1
|
||||
check_gain_time: 60
|
||||
|
||||
[fan]
|
||||
pin: PH3
|
||||
|
||||
[heater_fan heatbreak_cooling_fan]
|
||||
pin: PH5
|
||||
|
||||
[mcu]
|
||||
serial: /dev/serial/by-id/usb-UltiMachine__ultimachine.com__RAMBo_6403335373035101E171-if00
|
||||
baud: 250000
|
||||
|
||||
[printer]
|
||||
kinematics: cartesian
|
||||
max_velocity: 300
|
||||
max_accel: 3000
|
||||
max_z_velocity: 5
|
||||
max_z_accel: 100
|
||||
|
||||
[ad5206 stepper_digipot]
|
||||
enable_pin: PD7
|
||||
# Scale the config so that the channel value can be specified in amps.
|
||||
# (For Rambo v1.0d boards, use 1.56 instead.)
|
||||
scale: 2.08
|
||||
# Channel 1 is E0, 2 is E1, 3 is unused, 4 is Z, 5 is X, 6 is Y
|
||||
channel_1: 1.34
|
||||
channel_2: 1.0
|
||||
channel_4: 1.1
|
||||
channel_5: 1.1
|
||||
channel_6: 1.1
|
||||
|
||||
# Enable 16 micro-steps on steppers X, Y, Z, E0, E1
|
||||
[static_digital_output stepper_config]
|
||||
pins:
|
||||
PG1, PG0,
|
||||
PK7, PG2,
|
||||
PK6, PK5,
|
||||
PK3, PK4,
|
||||
PK1, PK2
|
||||
|
||||
[static_digital_output yellow_led]
|
||||
pins: !PB7
|
||||
|
||||
# Common EXP1 / EXP2 (display) pins
|
||||
[board_pins]
|
||||
aliases:
|
||||
# Common EXP1/EXP2 headers found on RAMBo v1.4
|
||||
EXP1_1=PE6, EXP1_3=PG3, EXP1_5=PJ2, EXP1_7=PJ7, EXP1_9=<GND>,
|
||||
EXP1_2=PE2, EXP1_4=PG4, EXP1_6=PJ3, EXP1_8=PJ4, EXP1_10=<5V>,
|
||||
# EXP2 header
|
||||
EXP2_1=PB3, EXP2_3=PJ5, EXP2_5=PJ6, EXP2_7=PD4, EXP2_9=<GND>,
|
||||
EXP2_2=PB1, EXP2_4=PB0, EXP2_6=PB2, EXP2_8=PE7, EXP2_10=PH2
|
||||
# Pins EXP2_1, EXP2_6, EXP2_2 are also MISO, MOSI, SCK of bus "spi"
|
||||
|
||||
# See the sample-lcd.cfg file for definitions of common LCD displays.
|
||||
[include mainsail.cfg]
|
||||
|
||||
#*# <---------------------- SAVE_CONFIG ---------------------->
|
||||
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
|
||||
#*#
|
||||
#*# [bltouch]
|
||||
#*# z_offset = 2.288
|
||||
#*#
|
||||
#*# [bed_mesh default]
|
||||
#*# version = 1
|
||||
#*# points =
|
||||
#*# -1.065000, -0.857500, -0.817500, -0.865000, -0.927500
|
||||
#*# -0.592500, -0.502500, -0.442500, -0.482500, -0.522500
|
||||
#*# -0.172500, -0.070000, -0.027500, -0.040000, -0.057500
|
||||
#*# 0.182500, 0.265000, 0.312500, 0.302500, 0.332500
|
||||
#*# 0.480000, 0.610000, 0.670000, 0.715000, 0.735000
|
||||
#*# x_count = 5
|
||||
#*# y_count = 5
|
||||
#*# mesh_x_pps = 3
|
||||
#*# mesh_y_pps = 3
|
||||
#*# algo = bicubic
|
||||
#*# tension = 0.2
|
||||
#*# min_x = 30.0
|
||||
#*# max_x = 250.0
|
||||
#*# min_y = 39.989999999999995
|
||||
#*# max_y = 230.0
|
||||
#*#
|
||||
#*# [extruder]
|
||||
#*# control = pid
|
||||
#*# pid_kp = 23.769
|
||||
#*# pid_ki = 1.248
|
||||
#*# pid_kd = 113.201
|
278
dirs/printer_data/config/printer.cfg
Normal file
278
dirs/printer_data/config/printer.cfg
Normal file
@ -0,0 +1,278 @@
|
||||
# This file contains common pin mappings for RAMBo boards. To use this
|
||||
# config, the firmware should be compiled for the AVR atmega2560.
|
||||
|
||||
# See docs/Config_Reference.md for a description of parameters.
|
||||
[gcode_macro CALIBRATE_NOZZLE_OFFSET]
|
||||
description: Move to center of bed and calibrate nozzle offset
|
||||
gcode:
|
||||
G90
|
||||
G0 X100 Y155 F1500
|
||||
PROBE_CALIBRATE
|
||||
|
||||
[gcode_macro LEVEL_BED]
|
||||
description: "Level the bed manually."
|
||||
gcode:
|
||||
BED_SCREWS_ADJUST
|
||||
|
||||
[gcode_macro CHECK_DEVIATION]
|
||||
description: "Check the deviation of the bed from the last loaded mesh."
|
||||
gcode:
|
||||
SCREWS_TILT_CALCULATE MAX_DEVIATION=0.05
|
||||
|
||||
[gcode_macro LIZ_IS_A_BAKA]
|
||||
description: "Liz is a baka, so here's her start G-Code >.<"
|
||||
gcode:
|
||||
BED_MESH_CALIBRATE
|
||||
BED_MESH_PROFILE SAVE=default
|
||||
|
||||
[gcode_macro _START_GCODE]
|
||||
description: "The gcode that should be called from your slicer at the beginning of a print."
|
||||
gcode:
|
||||
# Ender 3 Custom Start G-code
|
||||
G90
|
||||
G1 X2 Y30 Z30 F1500
|
||||
G1 Z0.28 F240
|
||||
G92 E0
|
||||
G1 Y220 E10 F1500 ; prime the nozzle
|
||||
G1 X2.3 F5000
|
||||
G92 E0
|
||||
G1 Y30 E10 F1200 ; prime the nozzle
|
||||
G92 E0
|
||||
G1 Z5 F1500 ; don't scratch the build plate
|
||||
|
||||
[gcode_macro _END_GCODE]
|
||||
description: "The gcode that should be called from your slicer at the end of a print."
|
||||
gcode:
|
||||
G91 # Relative positioning
|
||||
G1 E-2 F2700 # Retract a bit
|
||||
G1 E-2 Z0.2 F2400 # Retract and raise Z
|
||||
G1 X5 Y5 F3000 # Wipe out
|
||||
G1 Z10 # Raise Z more
|
||||
G90 # Absolute positioning
|
||||
|
||||
G1 X0 Y220 # Present print
|
||||
M106 S0 # Turn-off fan
|
||||
M104 S0 # Turn-off hotend
|
||||
M140 S0 # Turn-off bed
|
||||
|
||||
M84 X Y E # Disable all steppers but Z
|
||||
|
||||
[stepper_x]
|
||||
step_pin: PC0
|
||||
dir_pin: PL1
|
||||
enable_pin: !PA7
|
||||
microsteps: 16
|
||||
# rotation_distance: 40 # Default, seems 3mm short on a 10mm move
|
||||
# rotation_distance: 28 # Test 1, seems to move 1-2mm too far
|
||||
# rotation_distance: 30 # Test 2, seems to move 1mm too far
|
||||
rotation_distance: 33
|
||||
endstop_pin: ^!PB6
|
||||
#endstop_pin: ^PA2
|
||||
position_endstop: 0
|
||||
position_max: 298
|
||||
homing_speed: 50
|
||||
|
||||
[stepper_y]
|
||||
step_pin: PC1
|
||||
dir_pin: !PL0
|
||||
enable_pin: !PA6
|
||||
microsteps: 16
|
||||
# rotation_distance: 40 # Default, Seems 4mm overshot
|
||||
# rotation_distance: 42 # Test 1, Still seems 3-4mm overshot
|
||||
rotation_distance: 46
|
||||
endstop_pin: ^!PB5
|
||||
#endstop_pin: ^PA1
|
||||
position_endstop: 0
|
||||
position_max: 280
|
||||
homing_speed: 50
|
||||
|
||||
[stepper_z]
|
||||
step_pin: PC2
|
||||
dir_pin: PL2
|
||||
enable_pin: !PA5
|
||||
microsteps: 16
|
||||
# rotation_distance: 8 # Default, seems 1mm too short
|
||||
# rotation_distance: 7.2 # Test 1, seems 3mm overshot
|
||||
# rotation_distance: 8.33 # Test 2, still seems 1mm under
|
||||
rotation_distance: 8
|
||||
endstop_pin: probe:z_virtual_endstop
|
||||
#endstop_pin: !PB4
|
||||
#endstop_pin: ^PC7
|
||||
# position_endstop: 0.5
|
||||
position_max: 250
|
||||
|
||||
[bltouch]
|
||||
sensor_pin: ^PB4
|
||||
control_pin: PL5
|
||||
x_offset: -44
|
||||
y_offset: 8
|
||||
#z_offset: 3.0
|
||||
|
||||
[bed_mesh]
|
||||
speed: 120
|
||||
horizontal_move_z: 7
|
||||
mesh_min: 30, 40
|
||||
mesh_max: 250, 230
|
||||
probe_count: 5
|
||||
mesh_pps: 3
|
||||
algorithm: bicubic
|
||||
|
||||
[safe_z_home]
|
||||
home_xy_position: 140, 140
|
||||
speed: 50
|
||||
z_hop: 10
|
||||
z_hop_speed: 5
|
||||
|
||||
[extruder]
|
||||
step_pin: PC3
|
||||
dir_pin: PL6
|
||||
enable_pin: !PA4
|
||||
microsteps: 16
|
||||
# rotation_distance: 33.500 # Original Setting, seems ??x too small
|
||||
# rotation_distance: 16.75 # Initial test, seems to extrude 1/2 supposed
|
||||
# rotation_distance: 8.375 # Test Two, still seems 1/2
|
||||
# rotation_distance: 4.25 # Old Extruder Setup
|
||||
rotation_distance: 7.9797 # Copied from Replimat
|
||||
nozzle_diameter: 0.400
|
||||
heater_pin: PH6
|
||||
# filament_diameter: 2.850
|
||||
filament_diameter: 1.750
|
||||
# sensor_type: EPCOS 100K B57560G104F # Either it's not connecting right, or this is the wronf sensor
|
||||
sensor_type: NTC 100K MGB18-104F39050L32 # Probably just disconnected
|
||||
sensor_pin: PF0
|
||||
#control: pid
|
||||
#pid_Kp: 22.2
|
||||
#pid_Ki: 1.08
|
||||
#pid_Kd: 114
|
||||
min_temp: 0
|
||||
max_temp: 990
|
||||
|
||||
#[extruder1]
|
||||
#step_pin: PC4
|
||||
#dir_pin: PL7
|
||||
#enable_pin: !PA3
|
||||
#heater_pin: PH4
|
||||
#sensor_pin: PF1
|
||||
#...
|
||||
|
||||
[heater_bed]
|
||||
heater_pin: PE5
|
||||
sensor_type: EPCOS 100K B57560G104F
|
||||
sensor_pin: PF2
|
||||
control: watermark
|
||||
min_temp: 0
|
||||
max_temp: 130
|
||||
max_power: 1.0
|
||||
|
||||
[verify_heater heater_bed]
|
||||
heating_gain: 1
|
||||
check_gain_time: 60
|
||||
|
||||
[fan]
|
||||
pin: PH3
|
||||
|
||||
[heater_fan heatbreak_cooling_fan]
|
||||
pin: PH5
|
||||
fan_speed: 1.0
|
||||
# The fan speed (expressed as a value from 0.0 to 1.0) that the fan
|
||||
# will be set to when its associated heater is enabled. The default
|
||||
# is 1.0
|
||||
#max_power:
|
||||
#shutdown_speed:
|
||||
#cycle_time:
|
||||
#hardware_pwm:
|
||||
#kick_start_time:
|
||||
#off_below:
|
||||
#tachometer_pin:
|
||||
#tachometer_ppr:
|
||||
#tachometer_poll_interval:
|
||||
#enable_pin:
|
||||
# See the "fan" section for a description of the above parameters.
|
||||
heater: extruder
|
||||
# Name of the config section defining the heater that this fan is
|
||||
# associated with. If a comma separated list of heater names is
|
||||
# provided here, then the fan will be enabled when any of the given
|
||||
# heaters are enabled. The default is "extruder".
|
||||
heater_temp: 50.0
|
||||
# A temperature (in Celsius) that the heater must drop below before
|
||||
# the fan is disabled. The default is 50 Celsius.
|
||||
|
||||
[mcu]
|
||||
serial: /dev/serial/by-id/usb-UltiMachine__ultimachine.com__RAMBo_6403335373035101E171-if00
|
||||
baud: 250000
|
||||
|
||||
[printer]
|
||||
kinematics: cartesian
|
||||
max_velocity: 300
|
||||
max_accel: 3000
|
||||
max_z_velocity: 5
|
||||
max_z_accel: 100
|
||||
|
||||
[ad5206 stepper_digipot]
|
||||
enable_pin: PD7
|
||||
# Scale the config so that the channel value can be specified in amps.
|
||||
# (For Rambo v1.0d boards, use 1.56 instead.)
|
||||
scale: 2.08
|
||||
# Channel 1 is E0, 2 is E1, 3 is unused, 4 is Z, 5 is X, 6 is Y
|
||||
channel_1: 1.34
|
||||
channel_2: 1.0
|
||||
channel_4: 1.1
|
||||
channel_5: 1.1
|
||||
channel_6: 1.1
|
||||
|
||||
# Enable 16 micro-steps on steppers X, Y, Z, E0, E1
|
||||
[static_digital_output stepper_config]
|
||||
pins:
|
||||
PG1, PG0,
|
||||
PK7, PG2,
|
||||
PK6, PK5,
|
||||
PK3, PK4,
|
||||
PK1, PK2
|
||||
|
||||
[static_digital_output yellow_led]
|
||||
pins: !PB7
|
||||
|
||||
# Common EXP1 / EXP2 (display) pins
|
||||
[board_pins]
|
||||
aliases:
|
||||
# Common EXP1/EXP2 headers found on RAMBo v1.4
|
||||
EXP1_1=PE6, EXP1_3=PG3, EXP1_5=PJ2, EXP1_7=PJ7, EXP1_9=<GND>,
|
||||
EXP1_2=PE2, EXP1_4=PG4, EXP1_6=PJ3, EXP1_8=PJ4, EXP1_10=<5V>,
|
||||
# EXP2 header
|
||||
EXP2_1=PB3, EXP2_3=PJ5, EXP2_5=PJ6, EXP2_7=PD4, EXP2_9=<GND>,
|
||||
EXP2_2=PB1, EXP2_4=PB0, EXP2_6=PB2, EXP2_8=PE7, EXP2_10=PH2
|
||||
# Pins EXP2_1, EXP2_6, EXP2_2 are also MISO, MOSI, SCK of bus "spi"
|
||||
|
||||
# See the sample-lcd.cfg file for definitions of common LCD displays.
|
||||
[include mainsail.cfg]
|
||||
|
||||
#*# <---------------------- SAVE_CONFIG ---------------------->
|
||||
#*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated.
|
||||
#*#
|
||||
#*# [bltouch]
|
||||
#*# z_offset = 2.850
|
||||
#*#
|
||||
#*# [bed_mesh default]
|
||||
#*# version = 1
|
||||
#*# points =
|
||||
#*# -1.065000, -0.857500, -0.817500, -0.865000, -0.927500
|
||||
#*# -0.592500, -0.502500, -0.442500, -0.482500, -0.522500
|
||||
#*# -0.172500, -0.070000, -0.027500, -0.040000, -0.057500
|
||||
#*# 0.182500, 0.265000, 0.312500, 0.302500, 0.332500
|
||||
#*# 0.480000, 0.610000, 0.670000, 0.715000, 0.735000
|
||||
#*# x_count = 5
|
||||
#*# y_count = 5
|
||||
#*# mesh_x_pps = 3
|
||||
#*# mesh_y_pps = 3
|
||||
#*# algo = bicubic
|
||||
#*# tension = 0.2
|
||||
#*# min_x = 30.0
|
||||
#*# max_x = 250.0
|
||||
#*# min_y = 39.989999999999995
|
||||
#*# max_y = 230.0
|
||||
#*#
|
||||
#*# [extruder]
|
||||
#*# control = pid
|
||||
#*# pid_kp = 23.769
|
||||
#*# pid_ki = 1.248
|
||||
#*# pid_kd = 113.201
|
97541
dirs/printer_data/gcodes/3DBenchy.gcode
Normal file
97541
dirs/printer_data/gcodes/3DBenchy.gcode
Normal file
File diff suppressed because it is too large
Load Diff
38480
dirs/printer_data/gcodes/Calibration cube.gcode
Normal file
38480
dirs/printer_data/gcodes/Calibration cube.gcode
Normal file
File diff suppressed because it is too large
Load Diff
10486
dirs/printer_data/gcodes/Calibration_Cube_Oriented.gcode
Normal file
10486
dirs/printer_data/gcodes/Calibration_Cube_Oriented.gcode
Normal file
File diff suppressed because it is too large
Load Diff
87335
dirs/printer_data/gcodes/Flash Drive Organizer-Center.gcode
Normal file
87335
dirs/printer_data/gcodes/Flash Drive Organizer-Center.gcode
Normal file
File diff suppressed because it is too large
Load Diff
10034
dirs/printer_data/gcodes/Lulzbot Taz 1st Gen Buildplate Upgrade.gcode
Normal file
10034
dirs/printer_data/gcodes/Lulzbot Taz 1st Gen Buildplate Upgrade.gcode
Normal file
File diff suppressed because it is too large
Load Diff
365358
dirs/printer_data/gcodes/Spool_Holder.gcode
Normal file
365358
dirs/printer_data/gcodes/Spool_Holder.gcode
Normal file
File diff suppressed because it is too large
Load Diff
101115
dirs/printer_data/gcodes/skull.gcode
Normal file
101115
dirs/printer_data/gcodes/skull.gcode
Normal file
File diff suppressed because it is too large
Load Diff
897
dirs/printer_data/logs/crowsnest.log
Normal file
897
dirs/printer_data/logs/crowsnest.log
Normal file
@ -0,0 +1,897 @@
|
||||
[06/18/23 10:56:38] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[06/18/23 10:56:38] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[06/18/23 10:56:38] crowsnest: Prepare Startup ...
|
||||
[06/18/23 10:56:38] crowsnest: INFO: Host information:
|
||||
[06/18/23 10:56:38] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[06/18/23 10:56:38] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[06/18/23 10:56:38] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[06/18/23 10:56:38] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[06/18/23 10:56:38] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[06/18/23 10:56:38] crowsnest: Host Info: Available Memory: 7819944 kB
|
||||
[06/18/23 10:56:38] crowsnest: Host Info: Diskspace (avail. / total): 23G / 29G
|
||||
[06/18/23 10:56:38] crowsnest: INFO: Checking Dependencies
|
||||
[06/18/23 10:56:38] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[06/18/23 10:56:38] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[06/18/23 10:56:38] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[06/18/23 10:56:38] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[06/18/23 10:56:38] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[06/18/23 10:56:38] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[06/18/23 10:56:40] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[06/18/23 10:56:40] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[06/18/23 10:56:40] crowsnest: [crowsnest]
|
||||
[06/18/23 10:56:40] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[06/18/23 10:56:40] crowsnest: log_level: verbose
|
||||
[06/18/23 10:56:40] crowsnest: delete_log: false
|
||||
[06/18/23 10:56:40] crowsnest: no_proxy: false
|
||||
[06/18/23 10:56:40] crowsnest:
|
||||
[06/18/23 10:56:40] crowsnest: [cam 1]
|
||||
[06/18/23 10:56:40] crowsnest: mode: ustreamer
|
||||
[06/18/23 10:56:40] crowsnest:
|
||||
[06/18/23 10:56:40] crowsnest: enable_rtsp: false
|
||||
[06/18/23 10:56:40] crowsnest: rtsp_port: 8554
|
||||
[06/18/23 10:56:40] crowsnest: port: 8080
|
||||
[06/18/23 10:56:40] crowsnest: device: /dev/video0
|
||||
[06/18/23 10:56:40] crowsnest: resolution: 640x480
|
||||
[06/18/23 10:56:40] crowsnest: max_fps: 15
|
||||
[06/18/23 10:56:40] crowsnest: INFO: Detect available Devices
|
||||
[06/18/23 10:56:40] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[06/18/23 10:56:46] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[06/18/23 10:56:46] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[06/18/23 10:56:46] crowsnest: Prepare Startup ...
|
||||
[06/18/23 10:56:46] crowsnest: INFO: Host information:
|
||||
[06/18/23 10:56:46] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[06/18/23 10:56:46] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[06/18/23 10:56:46] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[06/18/23 10:56:46] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[06/18/23 10:56:46] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[06/18/23 10:56:46] crowsnest: Host Info: Available Memory: 7819944 kB
|
||||
[06/18/23 10:56:46] crowsnest: Host Info: Diskspace (avail. / total): 23G / 29G
|
||||
[06/18/23 10:56:46] crowsnest: INFO: Checking Dependencies
|
||||
[06/18/23 10:56:46] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[06/18/23 10:56:46] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[06/18/23 10:56:46] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[06/18/23 10:56:46] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[06/18/23 10:56:46] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[06/18/23 10:56:46] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[06/18/23 10:56:46] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[06/18/23 10:56:46] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[06/18/23 10:56:46] crowsnest: [crowsnest]
|
||||
[06/18/23 10:56:46] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[06/18/23 10:56:46] crowsnest: log_level: verbose
|
||||
[06/18/23 10:56:46] crowsnest: delete_log: false
|
||||
[06/18/23 10:56:46] crowsnest: no_proxy: false
|
||||
[06/18/23 10:56:46] crowsnest:
|
||||
[06/18/23 10:56:46] crowsnest: [cam 1]
|
||||
[06/18/23 10:56:46] crowsnest: mode: ustreamer
|
||||
[06/18/23 10:56:46] crowsnest:
|
||||
[06/18/23 10:56:46] crowsnest: enable_rtsp: false
|
||||
[06/18/23 10:56:46] crowsnest: rtsp_port: 8554
|
||||
[06/18/23 10:56:46] crowsnest: port: 8080
|
||||
[06/18/23 10:56:46] crowsnest: device: /dev/video0
|
||||
[06/18/23 10:56:46] crowsnest: resolution: 640x480
|
||||
[06/18/23 10:56:46] crowsnest: max_fps: 15
|
||||
[06/18/23 10:56:46] crowsnest: INFO: Detect available Devices
|
||||
[06/18/23 10:56:46] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/08/24 14:12:42] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/08/24 14:12:42] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/08/24 14:12:42] crowsnest: Prepare Startup ...
|
||||
[02/08/24 14:12:42] crowsnest: INFO: Host information:
|
||||
[02/08/24 14:12:42] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/08/24 14:12:42] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/08/24 14:12:42] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/08/24 14:12:42] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/08/24 14:12:42] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/08/24 14:12:42] crowsnest: Host Info: Available Memory: 7819944 kB
|
||||
[02/08/24 14:12:42] crowsnest: Host Info: Diskspace (avail. / total): 23G / 29G
|
||||
[02/08/24 14:12:42] crowsnest: INFO: Checking Dependencies
|
||||
[02/08/24 14:12:42] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/08/24 14:12:42] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/08/24 14:12:42] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/08/24 14:12:42] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/08/24 14:12:42] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/08/24 14:12:42] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/08/24 14:12:42] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/08/24 14:12:42] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/08/24 14:12:42] crowsnest: [crowsnest]
|
||||
[02/08/24 14:12:42] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/08/24 14:12:42] crowsnest: log_level: verbose
|
||||
[02/08/24 14:12:42] crowsnest: delete_log: false
|
||||
[02/08/24 14:12:42] crowsnest: no_proxy: false
|
||||
[02/08/24 14:12:42] crowsnest:
|
||||
[02/08/24 14:12:42] crowsnest: [cam 1]
|
||||
[02/08/24 14:12:42] crowsnest: mode: ustreamer
|
||||
[02/08/24 14:12:42] crowsnest:
|
||||
[02/08/24 14:12:42] crowsnest: enable_rtsp: false
|
||||
[02/08/24 14:12:42] crowsnest: rtsp_port: 8554
|
||||
[02/08/24 14:12:42] crowsnest: port: 8080
|
||||
[02/08/24 14:12:42] crowsnest: device: /dev/video0
|
||||
[02/08/24 14:12:42] crowsnest: resolution: 640x480
|
||||
[02/08/24 14:12:42] crowsnest: max_fps: 15
|
||||
[02/08/24 14:12:42] crowsnest: INFO: Detect available Devices
|
||||
[02/08/24 14:12:42] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/08/24 14:12:48] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/08/24 14:12:48] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/08/24 14:12:48] crowsnest: Prepare Startup ...
|
||||
[02/08/24 14:12:48] crowsnest: INFO: Host information:
|
||||
[02/08/24 14:12:48] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/08/24 14:12:48] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/08/24 14:12:48] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/08/24 14:12:48] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/08/24 14:12:48] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/08/24 14:12:48] crowsnest: Host Info: Available Memory: 7819944 kB
|
||||
[02/08/24 14:12:48] crowsnest: Host Info: Diskspace (avail. / total): 23G / 29G
|
||||
[02/08/24 14:12:48] crowsnest: INFO: Checking Dependencies
|
||||
[02/08/24 14:12:48] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/08/24 14:12:48] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/08/24 14:12:48] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/08/24 14:12:48] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/08/24 14:12:48] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/08/24 14:12:48] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/08/24 14:12:48] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/08/24 14:12:48] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/08/24 14:12:48] crowsnest: [crowsnest]
|
||||
[02/08/24 14:12:48] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/08/24 14:12:48] crowsnest: log_level: verbose
|
||||
[02/08/24 14:12:48] crowsnest: delete_log: false
|
||||
[02/08/24 14:12:48] crowsnest: no_proxy: false
|
||||
[02/08/24 14:12:48] crowsnest:
|
||||
[02/08/24 14:12:48] crowsnest: [cam 1]
|
||||
[02/08/24 14:12:48] crowsnest: mode: ustreamer
|
||||
[02/08/24 14:12:48] crowsnest:
|
||||
[02/08/24 14:12:48] crowsnest: enable_rtsp: false
|
||||
[02/08/24 14:12:48] crowsnest: rtsp_port: 8554
|
||||
[02/08/24 14:12:48] crowsnest: port: 8080
|
||||
[02/08/24 14:12:48] crowsnest: device: /dev/video0
|
||||
[02/08/24 14:12:48] crowsnest: resolution: 640x480
|
||||
[02/08/24 14:12:48] crowsnest: max_fps: 15
|
||||
[02/08/24 14:12:48] crowsnest: INFO: Detect available Devices
|
||||
[02/08/24 14:12:49] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/08/24 14:12:54] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/08/24 14:12:54] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/08/24 14:12:54] crowsnest: Prepare Startup ...
|
||||
[02/08/24 14:12:54] crowsnest: INFO: Host information:
|
||||
[02/08/24 14:12:54] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/08/24 14:12:54] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/08/24 14:12:54] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/08/24 14:12:54] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/08/24 14:12:54] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/08/24 14:12:54] crowsnest: Host Info: Available Memory: 7819944 kB
|
||||
[02/08/24 14:12:54] crowsnest: Host Info: Diskspace (avail. / total): 23G / 29G
|
||||
[02/08/24 14:12:54] crowsnest: INFO: Checking Dependencies
|
||||
[02/08/24 14:12:54] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/08/24 14:12:54] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/08/24 14:12:54] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/08/24 14:12:54] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/08/24 14:12:54] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/08/24 14:12:54] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/08/24 14:12:55] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/08/24 14:12:55] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/08/24 14:12:55] crowsnest: [crowsnest]
|
||||
[02/08/24 14:12:55] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/08/24 14:12:55] crowsnest: log_level: verbose
|
||||
[02/08/24 14:12:55] crowsnest: delete_log: false
|
||||
[02/08/24 14:12:55] crowsnest: no_proxy: false
|
||||
[02/08/24 14:12:55] crowsnest:
|
||||
[02/08/24 14:12:55] crowsnest: [cam 1]
|
||||
[02/08/24 14:12:55] crowsnest: mode: ustreamer
|
||||
[02/08/24 14:12:55] crowsnest:
|
||||
[02/08/24 14:12:55] crowsnest: enable_rtsp: false
|
||||
[02/08/24 14:12:55] crowsnest: rtsp_port: 8554
|
||||
[02/08/24 14:12:55] crowsnest: port: 8080
|
||||
[02/08/24 14:12:55] crowsnest: device: /dev/video0
|
||||
[02/08/24 14:12:55] crowsnest: resolution: 640x480
|
||||
[02/08/24 14:12:55] crowsnest: max_fps: 15
|
||||
[02/08/24 14:12:55] crowsnest: INFO: Detect available Devices
|
||||
[02/08/24 14:12:55] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/08/24 14:13:00] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/08/24 14:13:00] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/08/24 14:13:01] crowsnest: Prepare Startup ...
|
||||
[02/08/24 14:13:01] crowsnest: INFO: Host information:
|
||||
[02/08/24 14:13:01] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/08/24 14:13:01] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/08/24 14:13:01] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/08/24 14:13:01] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/08/24 14:13:01] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/08/24 14:13:01] crowsnest: Host Info: Available Memory: 7819944 kB
|
||||
[02/08/24 14:13:01] crowsnest: Host Info: Diskspace (avail. / total): 23G / 29G
|
||||
[02/08/24 14:13:01] crowsnest: INFO: Checking Dependencies
|
||||
[02/08/24 14:13:01] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/08/24 14:13:01] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/08/24 14:13:01] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/08/24 14:13:01] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/08/24 14:13:01] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/08/24 14:13:01] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/08/24 14:13:01] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/08/24 14:13:01] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/08/24 14:13:01] crowsnest: [crowsnest]
|
||||
[02/08/24 14:13:01] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/08/24 14:13:01] crowsnest: log_level: verbose
|
||||
[02/08/24 14:13:01] crowsnest: delete_log: false
|
||||
[02/08/24 14:13:01] crowsnest: no_proxy: false
|
||||
[02/08/24 14:13:01] crowsnest:
|
||||
[02/08/24 14:13:01] crowsnest: [cam 1]
|
||||
[02/08/24 14:13:01] crowsnest: mode: ustreamer
|
||||
[02/08/24 14:13:01] crowsnest:
|
||||
[02/08/24 14:13:01] crowsnest: enable_rtsp: false
|
||||
[02/08/24 14:13:01] crowsnest: rtsp_port: 8554
|
||||
[02/08/24 14:13:01] crowsnest: port: 8080
|
||||
[02/08/24 14:13:01] crowsnest: device: /dev/video0
|
||||
[02/08/24 14:13:01] crowsnest: resolution: 640x480
|
||||
[02/08/24 14:13:01] crowsnest: max_fps: 15
|
||||
[02/08/24 14:13:01] crowsnest: INFO: Detect available Devices
|
||||
[02/08/24 14:13:01] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/08/24 14:13:07] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/08/24 14:13:07] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/08/24 14:13:07] crowsnest: Prepare Startup ...
|
||||
[02/08/24 14:13:07] crowsnest: INFO: Host information:
|
||||
[02/08/24 14:13:07] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/08/24 14:13:07] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/08/24 14:13:07] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/08/24 14:13:07] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/08/24 14:13:07] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/08/24 14:13:07] crowsnest: Host Info: Available Memory: 7819944 kB
|
||||
[02/08/24 14:13:07] crowsnest: Host Info: Diskspace (avail. / total): 23G / 29G
|
||||
[02/08/24 14:13:07] crowsnest: INFO: Checking Dependencies
|
||||
[02/08/24 14:13:07] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/08/24 14:13:07] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/08/24 14:13:07] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/08/24 14:13:07] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/08/24 14:13:07] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/08/24 14:13:07] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/08/24 14:13:07] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/08/24 14:13:07] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/08/24 14:13:07] crowsnest: [crowsnest]
|
||||
[02/08/24 14:13:07] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/08/24 14:13:07] crowsnest: log_level: verbose
|
||||
[02/08/24 14:13:07] crowsnest: delete_log: false
|
||||
[02/08/24 14:13:07] crowsnest: no_proxy: false
|
||||
[02/08/24 14:13:07] crowsnest:
|
||||
[02/08/24 14:13:07] crowsnest: [cam 1]
|
||||
[02/08/24 14:13:07] crowsnest: mode: ustreamer
|
||||
[02/08/24 14:13:07] crowsnest:
|
||||
[02/08/24 14:13:07] crowsnest: enable_rtsp: false
|
||||
[02/08/24 14:13:07] crowsnest: rtsp_port: 8554
|
||||
[02/08/24 14:13:07] crowsnest: port: 8080
|
||||
[02/08/24 14:13:07] crowsnest: device: /dev/video0
|
||||
[02/08/24 14:13:07] crowsnest: resolution: 640x480
|
||||
[02/08/24 14:13:07] crowsnest: max_fps: 15
|
||||
[02/08/24 14:13:07] crowsnest: INFO: Detect available Devices
|
||||
[02/08/24 14:13:07] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/08/24 14:13:13] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/08/24 14:13:13] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/08/24 14:13:13] crowsnest: Prepare Startup ...
|
||||
[02/08/24 14:13:13] crowsnest: INFO: Host information:
|
||||
[02/08/24 14:13:13] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/08/24 14:13:13] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/08/24 14:13:13] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/08/24 14:13:13] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/08/24 14:13:13] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/08/24 14:13:13] crowsnest: Host Info: Available Memory: 7819944 kB
|
||||
[02/08/24 14:13:13] crowsnest: Host Info: Diskspace (avail. / total): 23G / 29G
|
||||
[02/08/24 14:13:13] crowsnest: INFO: Checking Dependencies
|
||||
[02/08/24 14:13:13] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/08/24 14:13:13] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/08/24 14:13:13] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/08/24 14:13:13] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/08/24 14:13:13] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/08/24 14:13:13] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/08/24 14:13:13] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/08/24 14:13:13] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/08/24 14:13:13] crowsnest: [crowsnest]
|
||||
[02/08/24 14:13:13] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/08/24 14:13:13] crowsnest: log_level: verbose
|
||||
[02/08/24 14:13:13] crowsnest: delete_log: false
|
||||
[02/08/24 14:13:13] crowsnest: no_proxy: false
|
||||
[02/08/24 14:13:13] crowsnest:
|
||||
[02/08/24 14:13:13] crowsnest: [cam 1]
|
||||
[02/08/24 14:13:13] crowsnest: mode: ustreamer
|
||||
[02/08/24 14:13:13] crowsnest:
|
||||
[02/08/24 14:13:13] crowsnest: enable_rtsp: false
|
||||
[02/08/24 14:13:13] crowsnest: rtsp_port: 8554
|
||||
[02/08/24 14:13:13] crowsnest: port: 8080
|
||||
[02/08/24 14:13:13] crowsnest: device: /dev/video0
|
||||
[02/08/24 14:13:13] crowsnest: resolution: 640x480
|
||||
[02/08/24 14:13:13] crowsnest: max_fps: 15
|
||||
[02/08/24 14:13:13] crowsnest: INFO: Detect available Devices
|
||||
[02/08/24 14:13:14] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/08/24 14:13:19] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/08/24 14:13:19] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/08/24 14:13:19] crowsnest: Prepare Startup ...
|
||||
[02/08/24 14:13:19] crowsnest: INFO: Host information:
|
||||
[02/08/24 14:13:19] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/08/24 14:13:19] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/08/24 14:13:19] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/08/24 14:13:19] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/08/24 14:13:19] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/08/24 14:13:19] crowsnest: Host Info: Available Memory: 7819944 kB
|
||||
[02/08/24 14:13:19] crowsnest: Host Info: Diskspace (avail. / total): 23G / 29G
|
||||
[02/08/24 14:13:19] crowsnest: INFO: Checking Dependencies
|
||||
[02/08/24 14:13:19] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/08/24 14:13:19] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/08/24 14:13:19] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/08/24 14:13:19] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/08/24 14:13:19] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/08/24 14:13:19] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/08/24 14:13:20] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/08/24 14:13:20] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/08/24 14:13:20] crowsnest: [crowsnest]
|
||||
[02/08/24 14:13:20] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/08/24 14:13:20] crowsnest: log_level: verbose
|
||||
[02/08/24 14:13:20] crowsnest: delete_log: false
|
||||
[02/08/24 14:13:20] crowsnest: no_proxy: false
|
||||
[02/08/24 14:13:20] crowsnest:
|
||||
[02/08/24 14:13:20] crowsnest: [cam 1]
|
||||
[02/08/24 14:13:20] crowsnest: mode: ustreamer
|
||||
[02/08/24 14:13:20] crowsnest:
|
||||
[02/08/24 14:13:20] crowsnest: enable_rtsp: false
|
||||
[02/08/24 14:13:20] crowsnest: rtsp_port: 8554
|
||||
[02/08/24 14:13:20] crowsnest: port: 8080
|
||||
[02/08/24 14:13:20] crowsnest: device: /dev/video0
|
||||
[02/08/24 14:13:20] crowsnest: resolution: 640x480
|
||||
[02/08/24 14:13:20] crowsnest: max_fps: 15
|
||||
[02/08/24 14:13:20] crowsnest: INFO: Detect available Devices
|
||||
[02/08/24 14:13:20] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/08/24 14:13:25] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/08/24 14:13:25] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/08/24 14:13:25] crowsnest: Prepare Startup ...
|
||||
[02/08/24 14:13:26] crowsnest: INFO: Host information:
|
||||
[02/08/24 14:13:26] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/08/24 14:13:26] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/08/24 14:13:26] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/08/24 14:13:26] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/08/24 14:13:26] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/08/24 14:13:26] crowsnest: Host Info: Available Memory: 7819944 kB
|
||||
[02/08/24 14:13:26] crowsnest: Host Info: Diskspace (avail. / total): 23G / 29G
|
||||
[02/08/24 14:13:26] crowsnest: INFO: Checking Dependencies
|
||||
[02/08/24 14:13:26] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/08/24 14:13:26] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/08/24 14:13:26] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/08/24 14:13:26] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/08/24 14:13:26] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/08/24 14:13:26] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/08/24 14:13:26] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/08/24 14:13:26] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/08/24 14:13:26] crowsnest: [crowsnest]
|
||||
[02/08/24 14:13:26] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/08/24 14:13:26] crowsnest: log_level: verbose
|
||||
[02/08/24 14:13:26] crowsnest: delete_log: false
|
||||
[02/08/24 14:13:26] crowsnest: no_proxy: false
|
||||
[02/08/24 14:13:26] crowsnest:
|
||||
[02/08/24 14:13:26] crowsnest: [cam 1]
|
||||
[02/08/24 14:13:26] crowsnest: mode: ustreamer
|
||||
[02/08/24 14:13:26] crowsnest:
|
||||
[02/08/24 14:13:26] crowsnest: enable_rtsp: false
|
||||
[02/08/24 14:13:26] crowsnest: rtsp_port: 8554
|
||||
[02/08/24 14:13:26] crowsnest: port: 8080
|
||||
[02/08/24 14:13:26] crowsnest: device: /dev/video0
|
||||
[02/08/24 14:13:26] crowsnest: resolution: 640x480
|
||||
[02/08/24 14:13:26] crowsnest: max_fps: 15
|
||||
[02/08/24 14:13:26] crowsnest: INFO: Detect available Devices
|
||||
[02/08/24 14:13:26] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/12/24 22:19:52] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/12/24 22:19:52] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/12/24 22:19:52] crowsnest: Prepare Startup ...
|
||||
[02/12/24 22:19:52] crowsnest: INFO: Host information:
|
||||
[02/12/24 22:19:52] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/12/24 22:19:52] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/12/24 22:19:52] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/12/24 22:19:52] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/12/24 22:19:52] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/12/24 22:19:52] crowsnest: Host Info: Available Memory: 7819948 kB
|
||||
[02/12/24 22:19:52] crowsnest: Host Info: Diskspace (avail. / total): 22G / 29G
|
||||
[02/12/24 22:19:52] crowsnest: INFO: Checking Dependencies
|
||||
[02/12/24 22:19:52] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/12/24 22:19:52] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/12/24 22:19:52] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/12/24 22:19:52] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/12/24 22:19:52] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/12/24 22:19:52] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/12/24 22:19:53] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/12/24 22:19:53] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/12/24 22:19:53] crowsnest: [crowsnest]
|
||||
[02/12/24 22:19:53] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/12/24 22:19:53] crowsnest: log_level: verbose
|
||||
[02/12/24 22:19:53] crowsnest: delete_log: false
|
||||
[02/12/24 22:19:53] crowsnest: no_proxy: false
|
||||
[02/12/24 22:19:53] crowsnest:
|
||||
[02/12/24 22:19:53] crowsnest: [cam 1]
|
||||
[02/12/24 22:19:53] crowsnest: mode: ustreamer
|
||||
[02/12/24 22:19:53] crowsnest:
|
||||
[02/12/24 22:19:53] crowsnest: enable_rtsp: false
|
||||
[02/12/24 22:19:53] crowsnest: rtsp_port: 8554
|
||||
[02/12/24 22:19:53] crowsnest: port: 8080
|
||||
[02/12/24 22:19:53] crowsnest: device: /dev/video0
|
||||
[02/12/24 22:19:53] crowsnest: resolution: 640x480
|
||||
[02/12/24 22:19:53] crowsnest: max_fps: 15
|
||||
[02/12/24 22:19:53] crowsnest: INFO: Detect available Devices
|
||||
[02/12/24 22:19:53] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/12/24 22:19:59] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/12/24 22:19:59] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/12/24 22:19:59] crowsnest: Prepare Startup ...
|
||||
[02/12/24 22:19:59] crowsnest: INFO: Host information:
|
||||
[02/12/24 22:19:59] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/12/24 22:19:59] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/12/24 22:19:59] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/12/24 22:19:59] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/12/24 22:19:59] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/12/24 22:19:59] crowsnest: Host Info: Available Memory: 7819948 kB
|
||||
[02/12/24 22:19:59] crowsnest: Host Info: Diskspace (avail. / total): 22G / 29G
|
||||
[02/12/24 22:19:59] crowsnest: INFO: Checking Dependencies
|
||||
[02/12/24 22:19:59] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/12/24 22:19:59] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/12/24 22:19:59] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/12/24 22:19:59] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/12/24 22:19:59] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/12/24 22:19:59] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/12/24 22:19:59] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/12/24 22:19:59] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/12/24 22:19:59] crowsnest: [crowsnest]
|
||||
[02/12/24 22:19:59] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/12/24 22:19:59] crowsnest: log_level: verbose
|
||||
[02/12/24 22:19:59] crowsnest: delete_log: false
|
||||
[02/12/24 22:19:59] crowsnest: no_proxy: false
|
||||
[02/12/24 22:19:59] crowsnest:
|
||||
[02/12/24 22:19:59] crowsnest: [cam 1]
|
||||
[02/12/24 22:19:59] crowsnest: mode: ustreamer
|
||||
[02/12/24 22:19:59] crowsnest:
|
||||
[02/12/24 22:19:59] crowsnest: enable_rtsp: false
|
||||
[02/12/24 22:19:59] crowsnest: rtsp_port: 8554
|
||||
[02/12/24 22:19:59] crowsnest: port: 8080
|
||||
[02/12/24 22:19:59] crowsnest: device: /dev/video0
|
||||
[02/12/24 22:19:59] crowsnest: resolution: 640x480
|
||||
[02/12/24 22:19:59] crowsnest: max_fps: 15
|
||||
[02/12/24 22:19:59] crowsnest: INFO: Detect available Devices
|
||||
[02/12/24 22:19:59] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/12/24 22:20:05] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/12/24 22:20:05] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/12/24 22:20:05] crowsnest: Prepare Startup ...
|
||||
[02/12/24 22:20:05] crowsnest: INFO: Host information:
|
||||
[02/12/24 22:20:05] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/12/24 22:20:05] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/12/24 22:20:05] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/12/24 22:20:05] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/12/24 22:20:05] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/12/24 22:20:05] crowsnest: Host Info: Available Memory: 7819948 kB
|
||||
[02/12/24 23:35:20] crowsnest: Host Info: Diskspace (avail. / total): 22G / 29G
|
||||
[02/12/24 23:35:20] crowsnest: INFO: Checking Dependencies
|
||||
[02/12/24 23:35:20] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/12/24 23:35:20] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/12/24 23:35:20] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/12/24 23:35:20] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/12/24 23:35:20] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/12/24 23:35:20] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/12/24 23:35:21] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/12/24 23:35:21] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/12/24 23:35:21] crowsnest: [crowsnest]
|
||||
[02/12/24 23:35:21] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/12/24 23:35:21] crowsnest: log_level: verbose
|
||||
[02/12/24 23:35:21] crowsnest: delete_log: false
|
||||
[02/12/24 23:35:21] crowsnest: no_proxy: false
|
||||
[02/12/24 23:35:21] crowsnest:
|
||||
[02/12/24 23:35:21] crowsnest: [cam 1]
|
||||
[02/12/24 23:35:21] crowsnest: mode: ustreamer
|
||||
[02/12/24 23:35:21] crowsnest:
|
||||
[02/12/24 23:35:21] crowsnest: enable_rtsp: false
|
||||
[02/12/24 23:35:21] crowsnest: rtsp_port: 8554
|
||||
[02/12/24 23:35:21] crowsnest: port: 8080
|
||||
[02/12/24 23:35:21] crowsnest: device: /dev/video0
|
||||
[02/12/24 23:35:21] crowsnest: resolution: 640x480
|
||||
[02/12/24 23:35:21] crowsnest: max_fps: 15
|
||||
[02/12/24 23:35:21] crowsnest: INFO: Detect available Devices
|
||||
[02/12/24 23:35:21] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/12/24 23:35:27] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/12/24 23:35:27] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/12/24 23:35:27] crowsnest: Prepare Startup ...
|
||||
[02/12/24 23:35:27] crowsnest: INFO: Host information:
|
||||
[02/12/24 23:35:27] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/12/24 23:35:27] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/12/24 23:35:27] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/12/24 23:35:27] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/12/24 23:35:27] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/12/24 23:35:27] crowsnest: Host Info: Available Memory: 7819948 kB
|
||||
[02/12/24 23:35:27] crowsnest: Host Info: Diskspace (avail. / total): 22G / 29G
|
||||
[02/12/24 23:35:27] crowsnest: INFO: Checking Dependencies
|
||||
[02/12/24 23:35:27] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/12/24 23:35:27] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/12/24 23:35:27] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/12/24 23:35:27] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/12/24 23:35:27] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/12/24 23:35:27] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/12/24 23:35:27] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/12/24 23:35:27] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/12/24 23:35:27] crowsnest: [crowsnest]
|
||||
[02/12/24 23:35:27] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/12/24 23:35:27] crowsnest: log_level: verbose
|
||||
[02/12/24 23:35:27] crowsnest: delete_log: false
|
||||
[02/12/24 23:35:27] crowsnest: no_proxy: false
|
||||
[02/12/24 23:35:27] crowsnest:
|
||||
[02/12/24 23:35:27] crowsnest: [cam 1]
|
||||
[02/12/24 23:35:27] crowsnest: mode: ustreamer
|
||||
[02/12/24 23:35:27] crowsnest:
|
||||
[02/12/24 23:35:27] crowsnest: enable_rtsp: false
|
||||
[02/12/24 23:35:27] crowsnest: rtsp_port: 8554
|
||||
[02/12/24 23:35:27] crowsnest: port: 8080
|
||||
[02/12/24 23:35:27] crowsnest: device: /dev/video0
|
||||
[02/12/24 23:35:27] crowsnest: resolution: 640x480
|
||||
[02/12/24 23:35:27] crowsnest: max_fps: 15
|
||||
[02/12/24 23:35:27] crowsnest: INFO: Detect available Devices
|
||||
[02/12/24 23:35:27] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/12/24 23:35:33] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/12/24 23:35:33] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/12/24 23:35:33] crowsnest: Prepare Startup ...
|
||||
[02/12/24 23:35:33] crowsnest: INFO: Host information:
|
||||
[02/12/24 23:35:33] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/12/24 23:35:33] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/12/24 23:35:33] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/12/24 23:35:33] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/12/24 23:35:33] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/12/24 23:35:33] crowsnest: Host Info: Available Memory: 7819948 kB
|
||||
[02/12/24 23:35:33] crowsnest: Host Info: Diskspace (avail. / total): 22G / 29G
|
||||
[02/12/24 23:35:33] crowsnest: INFO: Checking Dependencies
|
||||
[02/12/24 23:35:33] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/12/24 23:35:33] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/12/24 23:35:33] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/12/24 23:35:33] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/12/24 23:35:33] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/12/24 23:35:33] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/12/24 23:35:33] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/12/24 23:35:33] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/12/24 23:35:33] crowsnest: [crowsnest]
|
||||
[02/12/24 23:35:33] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/12/24 23:35:33] crowsnest: log_level: verbose
|
||||
[02/12/24 23:35:33] crowsnest: delete_log: false
|
||||
[02/12/24 23:35:33] crowsnest: no_proxy: false
|
||||
[02/12/24 23:35:33] crowsnest:
|
||||
[02/12/24 23:35:33] crowsnest: [cam 1]
|
||||
[02/12/24 23:35:33] crowsnest: mode: ustreamer
|
||||
[02/12/24 23:35:33] crowsnest:
|
||||
[02/12/24 23:35:33] crowsnest: enable_rtsp: false
|
||||
[02/12/24 23:35:33] crowsnest: rtsp_port: 8554
|
||||
[02/12/24 23:35:33] crowsnest: port: 8080
|
||||
[02/12/24 23:35:33] crowsnest: device: /dev/video0
|
||||
[02/12/24 23:35:33] crowsnest: resolution: 640x480
|
||||
[02/12/24 23:35:33] crowsnest: max_fps: 15
|
||||
[02/12/24 23:35:33] crowsnest: INFO: Detect available Devices
|
||||
[02/12/24 23:35:34] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/12/24 23:35:39] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/12/24 23:35:39] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/12/24 23:35:39] crowsnest: Prepare Startup ...
|
||||
[02/12/24 23:35:39] crowsnest: INFO: Host information:
|
||||
[02/12/24 23:35:40] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/12/24 23:35:40] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/12/24 23:35:40] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/12/24 23:35:40] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/12/24 23:35:40] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/12/24 23:35:40] crowsnest: Host Info: Available Memory: 7819948 kB
|
||||
[02/12/24 23:35:40] crowsnest: Host Info: Diskspace (avail. / total): 22G / 29G
|
||||
[02/12/24 23:35:40] crowsnest: INFO: Checking Dependencies
|
||||
[02/12/24 23:35:40] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/12/24 23:35:40] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/12/24 23:35:40] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/12/24 23:35:40] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/12/24 23:35:40] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/12/24 23:35:40] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/12/24 23:35:40] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/12/24 23:35:40] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/12/24 23:35:40] crowsnest: [crowsnest]
|
||||
[02/12/24 23:35:40] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/12/24 23:35:40] crowsnest: log_level: verbose
|
||||
[02/12/24 23:35:40] crowsnest: delete_log: false
|
||||
[02/12/24 23:35:40] crowsnest: no_proxy: false
|
||||
[02/12/24 23:35:40] crowsnest:
|
||||
[02/12/24 23:35:40] crowsnest: [cam 1]
|
||||
[02/12/24 23:35:40] crowsnest: mode: ustreamer
|
||||
[02/12/24 23:35:40] crowsnest:
|
||||
[02/12/24 23:35:40] crowsnest: enable_rtsp: false
|
||||
[02/12/24 23:35:40] crowsnest: rtsp_port: 8554
|
||||
[02/12/24 23:35:40] crowsnest: port: 8080
|
||||
[02/12/24 23:35:40] crowsnest: device: /dev/video0
|
||||
[02/12/24 23:35:40] crowsnest: resolution: 640x480
|
||||
[02/12/24 23:35:40] crowsnest: max_fps: 15
|
||||
[02/12/24 23:35:40] crowsnest: INFO: Detect available Devices
|
||||
[02/12/24 23:35:40] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/12/24 23:35:46] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/12/24 23:35:46] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/12/24 23:35:46] crowsnest: Prepare Startup ...
|
||||
[02/12/24 23:35:46] crowsnest: INFO: Host information:
|
||||
[02/12/24 23:35:46] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/12/24 23:35:46] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/12/24 23:35:46] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/12/24 23:35:46] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/12/24 23:35:46] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/12/24 23:35:46] crowsnest: Host Info: Available Memory: 7819948 kB
|
||||
[02/12/24 23:35:46] crowsnest: Host Info: Diskspace (avail. / total): 22G / 29G
|
||||
[02/12/24 23:35:46] crowsnest: INFO: Checking Dependencies
|
||||
[02/12/24 23:35:46] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/12/24 23:35:46] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/12/24 23:35:46] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/12/24 23:35:46] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/12/24 23:35:46] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/12/24 23:35:46] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/12/24 23:35:46] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/12/24 23:35:46] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/12/24 23:35:46] crowsnest: [crowsnest]
|
||||
[02/12/24 23:35:46] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/12/24 23:35:46] crowsnest: log_level: verbose
|
||||
[02/12/24 23:35:46] crowsnest: delete_log: false
|
||||
[02/12/24 23:35:46] crowsnest: no_proxy: false
|
||||
[02/12/24 23:35:46] crowsnest:
|
||||
[02/12/24 23:35:46] crowsnest: [cam 1]
|
||||
[02/12/24 23:35:46] crowsnest: mode: ustreamer
|
||||
[02/12/24 23:35:46] crowsnest:
|
||||
[02/12/24 23:35:46] crowsnest: enable_rtsp: false
|
||||
[02/12/24 23:35:46] crowsnest: rtsp_port: 8554
|
||||
[02/12/24 23:35:46] crowsnest: port: 8080
|
||||
[02/12/24 23:35:46] crowsnest: device: /dev/video0
|
||||
[02/12/24 23:35:46] crowsnest: resolution: 640x480
|
||||
[02/12/24 23:35:46] crowsnest: max_fps: 15
|
||||
[02/12/24 23:35:46] crowsnest: INFO: Detect available Devices
|
||||
[02/12/24 23:35:46] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/12/24 23:35:52] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/12/24 23:35:52] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/12/24 23:35:52] crowsnest: Prepare Startup ...
|
||||
[02/12/24 23:35:52] crowsnest: INFO: Host information:
|
||||
[02/12/24 23:35:52] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/12/24 23:35:52] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/12/24 23:35:52] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/12/24 23:35:52] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/12/24 23:35:52] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/12/24 23:35:52] crowsnest: Host Info: Available Memory: 7819948 kB
|
||||
[02/12/24 23:35:52] crowsnest: Host Info: Diskspace (avail. / total): 22G / 29G
|
||||
[02/12/24 23:35:52] crowsnest: INFO: Checking Dependencies
|
||||
[02/12/24 23:35:52] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/12/24 23:35:52] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/12/24 23:35:52] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/12/24 23:35:52] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/12/24 23:35:52] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/12/24 23:35:52] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/12/24 23:35:52] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/12/24 23:35:52] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/12/24 23:35:52] crowsnest: [crowsnest]
|
||||
[02/12/24 23:35:52] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/12/24 23:35:52] crowsnest: log_level: verbose
|
||||
[02/12/24 23:35:52] crowsnest: delete_log: false
|
||||
[02/12/24 23:35:52] crowsnest: no_proxy: false
|
||||
[02/12/24 23:35:52] crowsnest:
|
||||
[02/12/24 23:35:52] crowsnest: [cam 1]
|
||||
[02/12/24 23:35:52] crowsnest: mode: ustreamer
|
||||
[02/12/24 23:35:52] crowsnest:
|
||||
[02/12/24 23:35:52] crowsnest: enable_rtsp: false
|
||||
[02/12/24 23:35:52] crowsnest: rtsp_port: 8554
|
||||
[02/12/24 23:35:52] crowsnest: port: 8080
|
||||
[02/12/24 23:35:52] crowsnest: device: /dev/video0
|
||||
[02/12/24 23:35:52] crowsnest: resolution: 640x480
|
||||
[02/12/24 23:35:52] crowsnest: max_fps: 15
|
||||
[02/12/24 23:35:52] crowsnest: INFO: Detect available Devices
|
||||
[02/12/24 23:35:53] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/12/24 23:35:58] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/12/24 23:35:58] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/12/24 23:35:58] crowsnest: Prepare Startup ...
|
||||
[02/12/24 23:35:58] crowsnest: INFO: Host information:
|
||||
[02/12/24 23:35:58] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/12/24 23:35:58] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/12/24 23:35:58] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/12/24 23:35:58] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/12/24 23:35:58] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/12/24 23:35:58] crowsnest: Host Info: Available Memory: 7819948 kB
|
||||
[02/12/24 23:35:58] crowsnest: Host Info: Diskspace (avail. / total): 22G / 29G
|
||||
[02/12/24 23:35:58] crowsnest: INFO: Checking Dependencies
|
||||
[02/12/24 23:35:58] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/12/24 23:35:58] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/12/24 23:35:58] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/12/24 23:35:58] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/12/24 23:35:58] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/12/24 23:35:58] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/12/24 23:35:59] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/12/24 23:35:59] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/12/24 23:35:59] crowsnest: [crowsnest]
|
||||
[02/12/24 23:35:59] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/12/24 23:35:59] crowsnest: log_level: verbose
|
||||
[02/12/24 23:35:59] crowsnest: delete_log: false
|
||||
[02/12/24 23:35:59] crowsnest: no_proxy: false
|
||||
[02/12/24 23:35:59] crowsnest:
|
||||
[02/12/24 23:35:59] crowsnest: [cam 1]
|
||||
[02/12/24 23:35:59] crowsnest: mode: ustreamer
|
||||
[02/12/24 23:35:59] crowsnest:
|
||||
[02/12/24 23:35:59] crowsnest: enable_rtsp: false
|
||||
[02/12/24 23:35:59] crowsnest: rtsp_port: 8554
|
||||
[02/12/24 23:35:59] crowsnest: port: 8080
|
||||
[02/12/24 23:35:59] crowsnest: device: /dev/video0
|
||||
[02/12/24 23:35:59] crowsnest: resolution: 640x480
|
||||
[02/12/24 23:35:59] crowsnest: max_fps: 15
|
||||
[02/12/24 23:35:59] crowsnest: INFO: Detect available Devices
|
||||
[02/12/24 23:35:59] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/12/24 23:36:04] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/12/24 23:36:04] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/12/24 23:36:05] crowsnest: Prepare Startup ...
|
||||
[02/12/24 23:36:05] crowsnest: INFO: Host information:
|
||||
[02/12/24 23:36:05] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/12/24 23:36:05] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/12/24 23:36:05] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/12/24 23:36:05] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/12/24 23:36:05] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/12/24 23:36:05] crowsnest: Host Info: Available Memory: 7819948 kB
|
||||
[02/12/24 23:36:05] crowsnest: Host Info: Diskspace (avail. / total): 22G / 29G
|
||||
[02/12/24 23:36:05] crowsnest: INFO: Checking Dependencies
|
||||
[02/12/24 23:36:05] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/12/24 23:36:05] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/12/24 23:36:05] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/12/24 23:36:05] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/12/24 23:36:05] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/12/24 23:36:05] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/12/24 23:36:05] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/12/24 23:36:05] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/12/24 23:36:05] crowsnest: [crowsnest]
|
||||
[02/12/24 23:36:05] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/12/24 23:36:05] crowsnest: log_level: verbose
|
||||
[02/12/24 23:36:05] crowsnest: delete_log: false
|
||||
[02/12/24 23:36:05] crowsnest: no_proxy: false
|
||||
[02/12/24 23:36:05] crowsnest:
|
||||
[02/12/24 23:36:05] crowsnest: [cam 1]
|
||||
[02/12/24 23:36:05] crowsnest: mode: ustreamer
|
||||
[02/12/24 23:36:05] crowsnest:
|
||||
[02/12/24 23:36:05] crowsnest: enable_rtsp: false
|
||||
[02/12/24 23:36:05] crowsnest: rtsp_port: 8554
|
||||
[02/12/24 23:36:05] crowsnest: port: 8080
|
||||
[02/12/24 23:36:05] crowsnest: device: /dev/video0
|
||||
[02/12/24 23:36:05] crowsnest: resolution: 640x480
|
||||
[02/12/24 23:36:05] crowsnest: max_fps: 15
|
||||
[02/12/24 23:36:05] crowsnest: INFO: Detect available Devices
|
||||
[02/12/24 23:36:05] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/13/24 10:34:30] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/13/24 10:34:30] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/13/24 10:34:30] crowsnest: Prepare Startup ...
|
||||
[02/13/24 10:34:30] crowsnest: INFO: Host information:
|
||||
[02/13/24 10:34:30] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/13/24 10:34:30] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/13/24 10:34:30] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/13/24 10:34:30] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/13/24 10:34:30] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/13/24 10:34:30] crowsnest: Host Info: Available Memory: 7819948 kB
|
||||
[02/13/24 10:34:30] crowsnest: Host Info: Diskspace (avail. / total): 22G / 29G
|
||||
[02/13/24 10:34:30] crowsnest: INFO: Checking Dependencies
|
||||
[02/13/24 10:34:30] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/13/24 10:34:30] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/13/24 10:34:30] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/13/24 10:34:30] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/13/24 10:34:30] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/13/24 10:34:30] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/13/24 10:34:30] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/13/24 10:34:30] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/13/24 10:34:30] crowsnest: [crowsnest]
|
||||
[02/13/24 10:34:30] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/13/24 10:34:30] crowsnest: log_level: verbose
|
||||
[02/13/24 10:34:30] crowsnest: delete_log: false
|
||||
[02/13/24 10:34:30] crowsnest: no_proxy: false
|
||||
[02/13/24 10:34:30] crowsnest:
|
||||
[02/13/24 10:34:30] crowsnest: [cam 1]
|
||||
[02/13/24 10:34:30] crowsnest: mode: ustreamer
|
||||
[02/13/24 10:34:30] crowsnest:
|
||||
[02/13/24 10:34:30] crowsnest: enable_rtsp: true
|
||||
[02/13/24 10:34:30] crowsnest: rtsp_port: 8554
|
||||
[02/13/24 10:34:30] crowsnest: port: 8080
|
||||
[02/13/24 10:34:30] crowsnest: device: /dev/v4l/usb-Generic_USB2.0_PC_CAMERA-video-index0
|
||||
[02/13/24 10:34:30] crowsnest: resolution: 640x480
|
||||
[02/13/24 10:34:30] crowsnest: max_fps: 60
|
||||
[02/13/24 10:34:30] crowsnest: INFO: Detect available Devices
|
||||
[02/13/24 10:34:30] crowsnest: INFO: Found 2 total available Device(s)
|
||||
[02/13/24 10:34:30] crowsnest: Detected 'libcamera' device -> /base/scb/xhci@7e9c0000-1.2:1.0-1908:2311
|
||||
[02/13/24 10:34:30] crowsnest: INFO: Found 1 available v4l2 (UVC) camera(s)
|
||||
[02/13/24 10:34:30] crowsnest: /dev/v4l/by-id/usb-Generic_USB2.0_PC_CAMERA-video-index0 -> /dev/video0
|
||||
[02/13/24 10:34:30] crowsnest: Supported Formats:
|
||||
[02/13/24 10:34:30] crowsnest: [0]: 'YUYV' (YUYV 4:2:2)
|
||||
[02/13/24 10:34:30] crowsnest: Size: Discrete 640x480
|
||||
[02/13/24 10:34:30] crowsnest: Interval: Discrete 0.033s (30.000 fps)
|
||||
[02/13/24 10:34:30] crowsnest: Interval: Discrete 0.067s (15.000 fps)
|
||||
[02/13/24 10:34:30] crowsnest: Size: Discrete 352x288
|
||||
[02/13/24 10:34:30] crowsnest: Interval: Discrete 0.033s (30.000 fps)
|
||||
[02/13/24 10:34:30] crowsnest: Interval: Discrete 0.067s (15.000 fps)
|
||||
[02/13/24 10:34:30] crowsnest: Size: Discrete 320x240
|
||||
[02/13/24 10:34:30] crowsnest: Interval: Discrete 0.033s (30.000 fps)
|
||||
[02/13/24 10:34:30] crowsnest: Interval: Discrete 0.067s (15.000 fps)
|
||||
[02/13/24 10:34:30] crowsnest: Size: Discrete 176x144
|
||||
[02/13/24 10:34:30] crowsnest: Interval: Discrete 0.033s (30.000 fps)
|
||||
[02/13/24 10:34:30] crowsnest: Interval: Discrete 0.067s (15.000 fps)
|
||||
[02/13/24 10:34:30] crowsnest: Size: Discrete 160x120
|
||||
[02/13/24 10:34:30] crowsnest: Interval: Discrete 0.033s (30.000 fps)
|
||||
[02/13/24 10:34:30] crowsnest: Interval: Discrete 0.067s (15.000 fps)
|
||||
[02/13/24 10:34:30] crowsnest: Supported Controls:
|
||||
[02/13/24 10:34:30] crowsnest:
|
||||
[02/13/24 10:34:30] crowsnest: User Controls
|
||||
[02/13/24 10:34:30] crowsnest:
|
||||
[02/13/24 10:34:30] crowsnest: brightness 0x00980900 (int) : min=0 max=255 step=1 default=128 value=128
|
||||
[02/13/24 10:34:30] crowsnest: contrast 0x00980901 (int) : min=0 max=255 step=1 default=130 value=130
|
||||
[02/13/24 10:34:30] crowsnest: saturation 0x00980902 (int) : min=0 max=255 step=1 default=64 value=64
|
||||
[02/13/24 10:34:30] crowsnest: hue 0x00980903 (int) : min=-127 max=127 step=1 default=0 value=0
|
||||
[02/13/24 10:34:30] crowsnest: gamma 0x00980910 (int) : min=1 max=8 step=1 default=4 value=4
|
||||
[02/13/24 10:34:30] crowsnest: power_line_frequency 0x00980918 (menu) : min=0 max=2 default=1 value=1
|
||||
[02/13/24 10:34:30] crowsnest: 0: Disabled
|
||||
[02/13/24 10:34:30] crowsnest: 1: 50 Hz
|
||||
[02/13/24 10:34:30] crowsnest: 2: 60 Hz
|
||||
[02/13/24 10:34:30] crowsnest: sharpness 0x0098091b (int) : min=0 max=15 step=1 default=13 value=13
|
||||
[02/13/24 10:34:30] crowsnest: backlight_compensation 0x0098091c (int) : min=1 max=5 step=1 default=1 value=1
|
||||
[02/13/24 10:34:30] crowsnest: Try to start configured Cams / Services...
|
||||
[02/13/24 10:34:32] crowsnest: INFO: Configuration of Section [cam 1] looks good. Continue ...
|
||||
[02/13/24 10:34:32] crowsnest: V4L2 Control: No parameters set for [cam 1]. Skipped.
|
||||
[02/13/24 10:34:34] crowsnest: Starting ustreamer with Device /dev/v4l/usb-Generic_USB2.0_PC_CAMERA-video-index0 ...
|
||||
[02/13/24 10:34:36] crowsnest: ... Done!
|
||||
[02/13/24 10:34:36] crowsnest: WATCHDOG: Lost Device: '/dev/v4l/usb-Generic_USB2.0_PC_CAMERA-video-index0'
|
||||
[02/13/24 11:08:53] crowsnest: Shutdown or Killed by User!
|
||||
[02/13/24 11:08:53] crowsnest: Please come again :)
|
||||
[02/13/24 11:08:53] crowsnest: Goodbye...
|
||||
[02/13/24 11:08:54] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/13/24 11:08:54] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/13/24 11:08:54] crowsnest: Prepare Startup ...
|
||||
[02/13/24 11:08:54] crowsnest: INFO: Host information:
|
||||
[02/13/24 11:08:54] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/13/24 11:08:54] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/13/24 11:08:54] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/13/24 11:08:54] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/13/24 11:08:54] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/13/24 11:08:54] crowsnest: Host Info: Available Memory: 7819948 kB
|
||||
[02/13/24 11:08:54] crowsnest: Host Info: Diskspace (avail. / total): 22G / 29G
|
||||
[02/13/24 11:08:54] crowsnest: INFO: Checking Dependencies
|
||||
[02/13/24 11:08:54] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/13/24 11:08:54] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/13/24 11:08:54] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/13/24 11:08:54] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/13/24 11:08:54] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/13/24 11:08:54] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/13/24 11:08:54] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/13/24 11:08:54] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/13/24 11:08:54] crowsnest: [crowsnest]
|
||||
[02/13/24 11:08:54] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/13/24 11:08:54] crowsnest: log_level: verbose
|
||||
[02/13/24 11:08:54] crowsnest: delete_log: false
|
||||
[02/13/24 11:08:54] crowsnest: no_proxy: false
|
||||
[02/13/24 11:08:54] crowsnest:
|
||||
[02/13/24 11:08:54] crowsnest: [cam 1]
|
||||
[02/13/24 11:08:54] crowsnest: mode: camera-streamer
|
||||
[02/13/24 11:08:54] crowsnest:
|
||||
[02/13/24 11:08:54] crowsnest: enable_rtsp: true
|
||||
[02/13/24 11:08:54] crowsnest: rtsp_port: 8554
|
||||
[02/13/24 11:08:54] crowsnest: port: 8080
|
||||
[02/13/24 11:08:54] crowsnest: device: /dev/v4l/by-id/usb-Generic_USB2.0_PC_CAMERA-video-index0
|
||||
[02/13/24 11:08:54] crowsnest: resolution: 640x480
|
||||
[02/13/24 11:08:54] crowsnest: max_fps: 30
|
||||
[02/13/24 11:08:54] crowsnest: INFO: Detect available Devices
|
||||
[02/13/24 11:08:55] crowsnest: INFO: Found 2 total available Device(s)
|
||||
[02/13/24 11:08:55] crowsnest: Detected 'libcamera' device -> /base/scb/xhci@7e9c0000-1.2:1.0-1908:2311
|
||||
[02/13/24 11:08:55] crowsnest: INFO: Found 1 available v4l2 (UVC) camera(s)
|
||||
[02/13/24 11:08:55] crowsnest: /dev/v4l/by-id/usb-Generic_USB2.0_PC_CAMERA-video-index0 -> /dev/video0
|
||||
[02/13/24 11:08:55] crowsnest: Supported Formats:
|
||||
[02/13/24 11:08:55] crowsnest: [0]: 'YUYV' (YUYV 4:2:2)
|
||||
[02/13/24 11:08:55] crowsnest: Size: Discrete 640x480
|
||||
[02/13/24 11:08:55] crowsnest: Interval: Discrete 0.033s (30.000 fps)
|
||||
[02/13/24 11:08:55] crowsnest: Interval: Discrete 0.067s (15.000 fps)
|
||||
[02/13/24 11:08:55] crowsnest: Size: Discrete 352x288
|
||||
[02/13/24 11:08:55] crowsnest: Interval: Discrete 0.033s (30.000 fps)
|
||||
[02/13/24 11:08:55] crowsnest: Interval: Discrete 0.067s (15.000 fps)
|
||||
[02/13/24 11:08:55] crowsnest: Size: Discrete 320x240
|
||||
[02/13/24 11:08:55] crowsnest: Interval: Discrete 0.033s (30.000 fps)
|
||||
[02/13/24 11:08:55] crowsnest: Interval: Discrete 0.067s (15.000 fps)
|
||||
[02/13/24 11:08:55] crowsnest: Size: Discrete 176x144
|
||||
[02/13/24 11:08:55] crowsnest: Interval: Discrete 0.033s (30.000 fps)
|
||||
[02/13/24 11:08:55] crowsnest: Interval: Discrete 0.067s (15.000 fps)
|
||||
[02/13/24 11:08:55] crowsnest: Size: Discrete 160x120
|
||||
[02/13/24 11:08:55] crowsnest: Interval: Discrete 0.033s (30.000 fps)
|
||||
[02/13/24 11:08:55] crowsnest: Interval: Discrete 0.067s (15.000 fps)
|
||||
[02/13/24 11:08:55] crowsnest: Supported Controls:
|
||||
[02/13/24 11:08:55] crowsnest:
|
||||
[02/13/24 11:08:55] crowsnest: User Controls
|
||||
[02/13/24 11:08:55] crowsnest:
|
||||
[02/13/24 11:08:55] crowsnest: brightness 0x00980900 (int) : min=0 max=255 step=1 default=128 value=128
|
||||
[02/13/24 11:08:55] crowsnest: contrast 0x00980901 (int) : min=0 max=255 step=1 default=130 value=130
|
||||
[02/13/24 11:08:55] crowsnest: saturation 0x00980902 (int) : min=0 max=255 step=1 default=64 value=64
|
||||
[02/13/24 11:08:55] crowsnest: hue 0x00980903 (int) : min=-127 max=127 step=1 default=0 value=0
|
||||
[02/13/24 11:08:55] crowsnest: gamma 0x00980910 (int) : min=1 max=8 step=1 default=4 value=4
|
||||
[02/13/24 11:08:55] crowsnest: power_line_frequency 0x00980918 (menu) : min=0 max=2 default=1 value=1
|
||||
[02/13/24 11:08:55] crowsnest: 0: Disabled
|
||||
[02/13/24 11:08:55] crowsnest: 1: 50 Hz
|
||||
[02/13/24 11:08:55] crowsnest: 2: 60 Hz
|
||||
[02/13/24 11:08:55] crowsnest: sharpness 0x0098091b (int) : min=0 max=15 step=1 default=13 value=13
|
||||
[02/13/24 11:08:55] crowsnest: backlight_compensation 0x0098091c (int) : min=1 max=5 step=1 default=1 value=1
|
||||
[02/13/24 11:08:55] crowsnest: Try to start configured Cams / Services...
|
||||
[02/13/24 11:08:56] crowsnest: INFO: Configuration of Section [cam 1] looks good. Continue ...
|
||||
[02/13/24 11:08:58] crowsnest: Starting camera-streamer with Device /dev/v4l/by-id/usb-Generic_USB2.0_PC_CAMERA-video-index0 ...
|
||||
[02/13/24 11:08:58] crowsnest: ... Done!
|
897
dirs/printer_data/logs/crowsnest.log.2024-02-14
Normal file
897
dirs/printer_data/logs/crowsnest.log.2024-02-14
Normal file
@ -0,0 +1,897 @@
|
||||
[06/18/23 10:56:38] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[06/18/23 10:56:38] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[06/18/23 10:56:38] crowsnest: Prepare Startup ...
|
||||
[06/18/23 10:56:38] crowsnest: INFO: Host information:
|
||||
[06/18/23 10:56:38] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[06/18/23 10:56:38] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[06/18/23 10:56:38] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[06/18/23 10:56:38] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[06/18/23 10:56:38] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[06/18/23 10:56:38] crowsnest: Host Info: Available Memory: 7819944 kB
|
||||
[06/18/23 10:56:38] crowsnest: Host Info: Diskspace (avail. / total): 23G / 29G
|
||||
[06/18/23 10:56:38] crowsnest: INFO: Checking Dependencies
|
||||
[06/18/23 10:56:38] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[06/18/23 10:56:38] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[06/18/23 10:56:38] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[06/18/23 10:56:38] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[06/18/23 10:56:38] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[06/18/23 10:56:38] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[06/18/23 10:56:40] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[06/18/23 10:56:40] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[06/18/23 10:56:40] crowsnest: [crowsnest]
|
||||
[06/18/23 10:56:40] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[06/18/23 10:56:40] crowsnest: log_level: verbose
|
||||
[06/18/23 10:56:40] crowsnest: delete_log: false
|
||||
[06/18/23 10:56:40] crowsnest: no_proxy: false
|
||||
[06/18/23 10:56:40] crowsnest:
|
||||
[06/18/23 10:56:40] crowsnest: [cam 1]
|
||||
[06/18/23 10:56:40] crowsnest: mode: ustreamer
|
||||
[06/18/23 10:56:40] crowsnest:
|
||||
[06/18/23 10:56:40] crowsnest: enable_rtsp: false
|
||||
[06/18/23 10:56:40] crowsnest: rtsp_port: 8554
|
||||
[06/18/23 10:56:40] crowsnest: port: 8080
|
||||
[06/18/23 10:56:40] crowsnest: device: /dev/video0
|
||||
[06/18/23 10:56:40] crowsnest: resolution: 640x480
|
||||
[06/18/23 10:56:40] crowsnest: max_fps: 15
|
||||
[06/18/23 10:56:40] crowsnest: INFO: Detect available Devices
|
||||
[06/18/23 10:56:40] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[06/18/23 10:56:46] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[06/18/23 10:56:46] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[06/18/23 10:56:46] crowsnest: Prepare Startup ...
|
||||
[06/18/23 10:56:46] crowsnest: INFO: Host information:
|
||||
[06/18/23 10:56:46] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[06/18/23 10:56:46] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[06/18/23 10:56:46] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[06/18/23 10:56:46] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[06/18/23 10:56:46] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[06/18/23 10:56:46] crowsnest: Host Info: Available Memory: 7819944 kB
|
||||
[06/18/23 10:56:46] crowsnest: Host Info: Diskspace (avail. / total): 23G / 29G
|
||||
[06/18/23 10:56:46] crowsnest: INFO: Checking Dependencies
|
||||
[06/18/23 10:56:46] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[06/18/23 10:56:46] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[06/18/23 10:56:46] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[06/18/23 10:56:46] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[06/18/23 10:56:46] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[06/18/23 10:56:46] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[06/18/23 10:56:46] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[06/18/23 10:56:46] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[06/18/23 10:56:46] crowsnest: [crowsnest]
|
||||
[06/18/23 10:56:46] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[06/18/23 10:56:46] crowsnest: log_level: verbose
|
||||
[06/18/23 10:56:46] crowsnest: delete_log: false
|
||||
[06/18/23 10:56:46] crowsnest: no_proxy: false
|
||||
[06/18/23 10:56:46] crowsnest:
|
||||
[06/18/23 10:56:46] crowsnest: [cam 1]
|
||||
[06/18/23 10:56:46] crowsnest: mode: ustreamer
|
||||
[06/18/23 10:56:46] crowsnest:
|
||||
[06/18/23 10:56:46] crowsnest: enable_rtsp: false
|
||||
[06/18/23 10:56:46] crowsnest: rtsp_port: 8554
|
||||
[06/18/23 10:56:46] crowsnest: port: 8080
|
||||
[06/18/23 10:56:46] crowsnest: device: /dev/video0
|
||||
[06/18/23 10:56:46] crowsnest: resolution: 640x480
|
||||
[06/18/23 10:56:46] crowsnest: max_fps: 15
|
||||
[06/18/23 10:56:46] crowsnest: INFO: Detect available Devices
|
||||
[06/18/23 10:56:46] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/08/24 14:12:42] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/08/24 14:12:42] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/08/24 14:12:42] crowsnest: Prepare Startup ...
|
||||
[02/08/24 14:12:42] crowsnest: INFO: Host information:
|
||||
[02/08/24 14:12:42] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/08/24 14:12:42] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/08/24 14:12:42] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/08/24 14:12:42] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/08/24 14:12:42] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/08/24 14:12:42] crowsnest: Host Info: Available Memory: 7819944 kB
|
||||
[02/08/24 14:12:42] crowsnest: Host Info: Diskspace (avail. / total): 23G / 29G
|
||||
[02/08/24 14:12:42] crowsnest: INFO: Checking Dependencies
|
||||
[02/08/24 14:12:42] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/08/24 14:12:42] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/08/24 14:12:42] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/08/24 14:12:42] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/08/24 14:12:42] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/08/24 14:12:42] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/08/24 14:12:42] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/08/24 14:12:42] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/08/24 14:12:42] crowsnest: [crowsnest]
|
||||
[02/08/24 14:12:42] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/08/24 14:12:42] crowsnest: log_level: verbose
|
||||
[02/08/24 14:12:42] crowsnest: delete_log: false
|
||||
[02/08/24 14:12:42] crowsnest: no_proxy: false
|
||||
[02/08/24 14:12:42] crowsnest:
|
||||
[02/08/24 14:12:42] crowsnest: [cam 1]
|
||||
[02/08/24 14:12:42] crowsnest: mode: ustreamer
|
||||
[02/08/24 14:12:42] crowsnest:
|
||||
[02/08/24 14:12:42] crowsnest: enable_rtsp: false
|
||||
[02/08/24 14:12:42] crowsnest: rtsp_port: 8554
|
||||
[02/08/24 14:12:42] crowsnest: port: 8080
|
||||
[02/08/24 14:12:42] crowsnest: device: /dev/video0
|
||||
[02/08/24 14:12:42] crowsnest: resolution: 640x480
|
||||
[02/08/24 14:12:42] crowsnest: max_fps: 15
|
||||
[02/08/24 14:12:42] crowsnest: INFO: Detect available Devices
|
||||
[02/08/24 14:12:42] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/08/24 14:12:48] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/08/24 14:12:48] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/08/24 14:12:48] crowsnest: Prepare Startup ...
|
||||
[02/08/24 14:12:48] crowsnest: INFO: Host information:
|
||||
[02/08/24 14:12:48] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/08/24 14:12:48] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/08/24 14:12:48] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/08/24 14:12:48] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/08/24 14:12:48] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/08/24 14:12:48] crowsnest: Host Info: Available Memory: 7819944 kB
|
||||
[02/08/24 14:12:48] crowsnest: Host Info: Diskspace (avail. / total): 23G / 29G
|
||||
[02/08/24 14:12:48] crowsnest: INFO: Checking Dependencies
|
||||
[02/08/24 14:12:48] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/08/24 14:12:48] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/08/24 14:12:48] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/08/24 14:12:48] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/08/24 14:12:48] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/08/24 14:12:48] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/08/24 14:12:48] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/08/24 14:12:48] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/08/24 14:12:48] crowsnest: [crowsnest]
|
||||
[02/08/24 14:12:48] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/08/24 14:12:48] crowsnest: log_level: verbose
|
||||
[02/08/24 14:12:48] crowsnest: delete_log: false
|
||||
[02/08/24 14:12:48] crowsnest: no_proxy: false
|
||||
[02/08/24 14:12:48] crowsnest:
|
||||
[02/08/24 14:12:48] crowsnest: [cam 1]
|
||||
[02/08/24 14:12:48] crowsnest: mode: ustreamer
|
||||
[02/08/24 14:12:48] crowsnest:
|
||||
[02/08/24 14:12:48] crowsnest: enable_rtsp: false
|
||||
[02/08/24 14:12:48] crowsnest: rtsp_port: 8554
|
||||
[02/08/24 14:12:48] crowsnest: port: 8080
|
||||
[02/08/24 14:12:48] crowsnest: device: /dev/video0
|
||||
[02/08/24 14:12:48] crowsnest: resolution: 640x480
|
||||
[02/08/24 14:12:48] crowsnest: max_fps: 15
|
||||
[02/08/24 14:12:48] crowsnest: INFO: Detect available Devices
|
||||
[02/08/24 14:12:49] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/08/24 14:12:54] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/08/24 14:12:54] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/08/24 14:12:54] crowsnest: Prepare Startup ...
|
||||
[02/08/24 14:12:54] crowsnest: INFO: Host information:
|
||||
[02/08/24 14:12:54] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/08/24 14:12:54] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/08/24 14:12:54] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/08/24 14:12:54] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/08/24 14:12:54] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/08/24 14:12:54] crowsnest: Host Info: Available Memory: 7819944 kB
|
||||
[02/08/24 14:12:54] crowsnest: Host Info: Diskspace (avail. / total): 23G / 29G
|
||||
[02/08/24 14:12:54] crowsnest: INFO: Checking Dependencies
|
||||
[02/08/24 14:12:54] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/08/24 14:12:54] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/08/24 14:12:54] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/08/24 14:12:54] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/08/24 14:12:54] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/08/24 14:12:54] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/08/24 14:12:55] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/08/24 14:12:55] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/08/24 14:12:55] crowsnest: [crowsnest]
|
||||
[02/08/24 14:12:55] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/08/24 14:12:55] crowsnest: log_level: verbose
|
||||
[02/08/24 14:12:55] crowsnest: delete_log: false
|
||||
[02/08/24 14:12:55] crowsnest: no_proxy: false
|
||||
[02/08/24 14:12:55] crowsnest:
|
||||
[02/08/24 14:12:55] crowsnest: [cam 1]
|
||||
[02/08/24 14:12:55] crowsnest: mode: ustreamer
|
||||
[02/08/24 14:12:55] crowsnest:
|
||||
[02/08/24 14:12:55] crowsnest: enable_rtsp: false
|
||||
[02/08/24 14:12:55] crowsnest: rtsp_port: 8554
|
||||
[02/08/24 14:12:55] crowsnest: port: 8080
|
||||
[02/08/24 14:12:55] crowsnest: device: /dev/video0
|
||||
[02/08/24 14:12:55] crowsnest: resolution: 640x480
|
||||
[02/08/24 14:12:55] crowsnest: max_fps: 15
|
||||
[02/08/24 14:12:55] crowsnest: INFO: Detect available Devices
|
||||
[02/08/24 14:12:55] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/08/24 14:13:00] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/08/24 14:13:00] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/08/24 14:13:01] crowsnest: Prepare Startup ...
|
||||
[02/08/24 14:13:01] crowsnest: INFO: Host information:
|
||||
[02/08/24 14:13:01] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/08/24 14:13:01] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/08/24 14:13:01] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/08/24 14:13:01] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/08/24 14:13:01] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/08/24 14:13:01] crowsnest: Host Info: Available Memory: 7819944 kB
|
||||
[02/08/24 14:13:01] crowsnest: Host Info: Diskspace (avail. / total): 23G / 29G
|
||||
[02/08/24 14:13:01] crowsnest: INFO: Checking Dependencies
|
||||
[02/08/24 14:13:01] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/08/24 14:13:01] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/08/24 14:13:01] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/08/24 14:13:01] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/08/24 14:13:01] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/08/24 14:13:01] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/08/24 14:13:01] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/08/24 14:13:01] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/08/24 14:13:01] crowsnest: [crowsnest]
|
||||
[02/08/24 14:13:01] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/08/24 14:13:01] crowsnest: log_level: verbose
|
||||
[02/08/24 14:13:01] crowsnest: delete_log: false
|
||||
[02/08/24 14:13:01] crowsnest: no_proxy: false
|
||||
[02/08/24 14:13:01] crowsnest:
|
||||
[02/08/24 14:13:01] crowsnest: [cam 1]
|
||||
[02/08/24 14:13:01] crowsnest: mode: ustreamer
|
||||
[02/08/24 14:13:01] crowsnest:
|
||||
[02/08/24 14:13:01] crowsnest: enable_rtsp: false
|
||||
[02/08/24 14:13:01] crowsnest: rtsp_port: 8554
|
||||
[02/08/24 14:13:01] crowsnest: port: 8080
|
||||
[02/08/24 14:13:01] crowsnest: device: /dev/video0
|
||||
[02/08/24 14:13:01] crowsnest: resolution: 640x480
|
||||
[02/08/24 14:13:01] crowsnest: max_fps: 15
|
||||
[02/08/24 14:13:01] crowsnest: INFO: Detect available Devices
|
||||
[02/08/24 14:13:01] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/08/24 14:13:07] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/08/24 14:13:07] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/08/24 14:13:07] crowsnest: Prepare Startup ...
|
||||
[02/08/24 14:13:07] crowsnest: INFO: Host information:
|
||||
[02/08/24 14:13:07] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/08/24 14:13:07] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/08/24 14:13:07] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/08/24 14:13:07] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/08/24 14:13:07] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/08/24 14:13:07] crowsnest: Host Info: Available Memory: 7819944 kB
|
||||
[02/08/24 14:13:07] crowsnest: Host Info: Diskspace (avail. / total): 23G / 29G
|
||||
[02/08/24 14:13:07] crowsnest: INFO: Checking Dependencies
|
||||
[02/08/24 14:13:07] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/08/24 14:13:07] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/08/24 14:13:07] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/08/24 14:13:07] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/08/24 14:13:07] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/08/24 14:13:07] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/08/24 14:13:07] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/08/24 14:13:07] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/08/24 14:13:07] crowsnest: [crowsnest]
|
||||
[02/08/24 14:13:07] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/08/24 14:13:07] crowsnest: log_level: verbose
|
||||
[02/08/24 14:13:07] crowsnest: delete_log: false
|
||||
[02/08/24 14:13:07] crowsnest: no_proxy: false
|
||||
[02/08/24 14:13:07] crowsnest:
|
||||
[02/08/24 14:13:07] crowsnest: [cam 1]
|
||||
[02/08/24 14:13:07] crowsnest: mode: ustreamer
|
||||
[02/08/24 14:13:07] crowsnest:
|
||||
[02/08/24 14:13:07] crowsnest: enable_rtsp: false
|
||||
[02/08/24 14:13:07] crowsnest: rtsp_port: 8554
|
||||
[02/08/24 14:13:07] crowsnest: port: 8080
|
||||
[02/08/24 14:13:07] crowsnest: device: /dev/video0
|
||||
[02/08/24 14:13:07] crowsnest: resolution: 640x480
|
||||
[02/08/24 14:13:07] crowsnest: max_fps: 15
|
||||
[02/08/24 14:13:07] crowsnest: INFO: Detect available Devices
|
||||
[02/08/24 14:13:07] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/08/24 14:13:13] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/08/24 14:13:13] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/08/24 14:13:13] crowsnest: Prepare Startup ...
|
||||
[02/08/24 14:13:13] crowsnest: INFO: Host information:
|
||||
[02/08/24 14:13:13] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/08/24 14:13:13] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/08/24 14:13:13] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/08/24 14:13:13] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/08/24 14:13:13] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/08/24 14:13:13] crowsnest: Host Info: Available Memory: 7819944 kB
|
||||
[02/08/24 14:13:13] crowsnest: Host Info: Diskspace (avail. / total): 23G / 29G
|
||||
[02/08/24 14:13:13] crowsnest: INFO: Checking Dependencies
|
||||
[02/08/24 14:13:13] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/08/24 14:13:13] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/08/24 14:13:13] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/08/24 14:13:13] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/08/24 14:13:13] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/08/24 14:13:13] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/08/24 14:13:13] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/08/24 14:13:13] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/08/24 14:13:13] crowsnest: [crowsnest]
|
||||
[02/08/24 14:13:13] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/08/24 14:13:13] crowsnest: log_level: verbose
|
||||
[02/08/24 14:13:13] crowsnest: delete_log: false
|
||||
[02/08/24 14:13:13] crowsnest: no_proxy: false
|
||||
[02/08/24 14:13:13] crowsnest:
|
||||
[02/08/24 14:13:13] crowsnest: [cam 1]
|
||||
[02/08/24 14:13:13] crowsnest: mode: ustreamer
|
||||
[02/08/24 14:13:13] crowsnest:
|
||||
[02/08/24 14:13:13] crowsnest: enable_rtsp: false
|
||||
[02/08/24 14:13:13] crowsnest: rtsp_port: 8554
|
||||
[02/08/24 14:13:13] crowsnest: port: 8080
|
||||
[02/08/24 14:13:13] crowsnest: device: /dev/video0
|
||||
[02/08/24 14:13:13] crowsnest: resolution: 640x480
|
||||
[02/08/24 14:13:13] crowsnest: max_fps: 15
|
||||
[02/08/24 14:13:13] crowsnest: INFO: Detect available Devices
|
||||
[02/08/24 14:13:14] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/08/24 14:13:19] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/08/24 14:13:19] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/08/24 14:13:19] crowsnest: Prepare Startup ...
|
||||
[02/08/24 14:13:19] crowsnest: INFO: Host information:
|
||||
[02/08/24 14:13:19] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/08/24 14:13:19] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/08/24 14:13:19] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/08/24 14:13:19] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/08/24 14:13:19] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/08/24 14:13:19] crowsnest: Host Info: Available Memory: 7819944 kB
|
||||
[02/08/24 14:13:19] crowsnest: Host Info: Diskspace (avail. / total): 23G / 29G
|
||||
[02/08/24 14:13:19] crowsnest: INFO: Checking Dependencies
|
||||
[02/08/24 14:13:19] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/08/24 14:13:19] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/08/24 14:13:19] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/08/24 14:13:19] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/08/24 14:13:19] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/08/24 14:13:19] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/08/24 14:13:20] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/08/24 14:13:20] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/08/24 14:13:20] crowsnest: [crowsnest]
|
||||
[02/08/24 14:13:20] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/08/24 14:13:20] crowsnest: log_level: verbose
|
||||
[02/08/24 14:13:20] crowsnest: delete_log: false
|
||||
[02/08/24 14:13:20] crowsnest: no_proxy: false
|
||||
[02/08/24 14:13:20] crowsnest:
|
||||
[02/08/24 14:13:20] crowsnest: [cam 1]
|
||||
[02/08/24 14:13:20] crowsnest: mode: ustreamer
|
||||
[02/08/24 14:13:20] crowsnest:
|
||||
[02/08/24 14:13:20] crowsnest: enable_rtsp: false
|
||||
[02/08/24 14:13:20] crowsnest: rtsp_port: 8554
|
||||
[02/08/24 14:13:20] crowsnest: port: 8080
|
||||
[02/08/24 14:13:20] crowsnest: device: /dev/video0
|
||||
[02/08/24 14:13:20] crowsnest: resolution: 640x480
|
||||
[02/08/24 14:13:20] crowsnest: max_fps: 15
|
||||
[02/08/24 14:13:20] crowsnest: INFO: Detect available Devices
|
||||
[02/08/24 14:13:20] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/08/24 14:13:25] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/08/24 14:13:25] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/08/24 14:13:25] crowsnest: Prepare Startup ...
|
||||
[02/08/24 14:13:26] crowsnest: INFO: Host information:
|
||||
[02/08/24 14:13:26] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/08/24 14:13:26] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/08/24 14:13:26] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/08/24 14:13:26] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/08/24 14:13:26] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/08/24 14:13:26] crowsnest: Host Info: Available Memory: 7819944 kB
|
||||
[02/08/24 14:13:26] crowsnest: Host Info: Diskspace (avail. / total): 23G / 29G
|
||||
[02/08/24 14:13:26] crowsnest: INFO: Checking Dependencies
|
||||
[02/08/24 14:13:26] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/08/24 14:13:26] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/08/24 14:13:26] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/08/24 14:13:26] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/08/24 14:13:26] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/08/24 14:13:26] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/08/24 14:13:26] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/08/24 14:13:26] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/08/24 14:13:26] crowsnest: [crowsnest]
|
||||
[02/08/24 14:13:26] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/08/24 14:13:26] crowsnest: log_level: verbose
|
||||
[02/08/24 14:13:26] crowsnest: delete_log: false
|
||||
[02/08/24 14:13:26] crowsnest: no_proxy: false
|
||||
[02/08/24 14:13:26] crowsnest:
|
||||
[02/08/24 14:13:26] crowsnest: [cam 1]
|
||||
[02/08/24 14:13:26] crowsnest: mode: ustreamer
|
||||
[02/08/24 14:13:26] crowsnest:
|
||||
[02/08/24 14:13:26] crowsnest: enable_rtsp: false
|
||||
[02/08/24 14:13:26] crowsnest: rtsp_port: 8554
|
||||
[02/08/24 14:13:26] crowsnest: port: 8080
|
||||
[02/08/24 14:13:26] crowsnest: device: /dev/video0
|
||||
[02/08/24 14:13:26] crowsnest: resolution: 640x480
|
||||
[02/08/24 14:13:26] crowsnest: max_fps: 15
|
||||
[02/08/24 14:13:26] crowsnest: INFO: Detect available Devices
|
||||
[02/08/24 14:13:26] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/12/24 22:19:52] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/12/24 22:19:52] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/12/24 22:19:52] crowsnest: Prepare Startup ...
|
||||
[02/12/24 22:19:52] crowsnest: INFO: Host information:
|
||||
[02/12/24 22:19:52] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/12/24 22:19:52] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/12/24 22:19:52] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/12/24 22:19:52] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/12/24 22:19:52] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/12/24 22:19:52] crowsnest: Host Info: Available Memory: 7819948 kB
|
||||
[02/12/24 22:19:52] crowsnest: Host Info: Diskspace (avail. / total): 22G / 29G
|
||||
[02/12/24 22:19:52] crowsnest: INFO: Checking Dependencies
|
||||
[02/12/24 22:19:52] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/12/24 22:19:52] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/12/24 22:19:52] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/12/24 22:19:52] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/12/24 22:19:52] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/12/24 22:19:52] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/12/24 22:19:53] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/12/24 22:19:53] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/12/24 22:19:53] crowsnest: [crowsnest]
|
||||
[02/12/24 22:19:53] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/12/24 22:19:53] crowsnest: log_level: verbose
|
||||
[02/12/24 22:19:53] crowsnest: delete_log: false
|
||||
[02/12/24 22:19:53] crowsnest: no_proxy: false
|
||||
[02/12/24 22:19:53] crowsnest:
|
||||
[02/12/24 22:19:53] crowsnest: [cam 1]
|
||||
[02/12/24 22:19:53] crowsnest: mode: ustreamer
|
||||
[02/12/24 22:19:53] crowsnest:
|
||||
[02/12/24 22:19:53] crowsnest: enable_rtsp: false
|
||||
[02/12/24 22:19:53] crowsnest: rtsp_port: 8554
|
||||
[02/12/24 22:19:53] crowsnest: port: 8080
|
||||
[02/12/24 22:19:53] crowsnest: device: /dev/video0
|
||||
[02/12/24 22:19:53] crowsnest: resolution: 640x480
|
||||
[02/12/24 22:19:53] crowsnest: max_fps: 15
|
||||
[02/12/24 22:19:53] crowsnest: INFO: Detect available Devices
|
||||
[02/12/24 22:19:53] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/12/24 22:19:59] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/12/24 22:19:59] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/12/24 22:19:59] crowsnest: Prepare Startup ...
|
||||
[02/12/24 22:19:59] crowsnest: INFO: Host information:
|
||||
[02/12/24 22:19:59] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/12/24 22:19:59] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/12/24 22:19:59] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/12/24 22:19:59] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/12/24 22:19:59] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/12/24 22:19:59] crowsnest: Host Info: Available Memory: 7819948 kB
|
||||
[02/12/24 22:19:59] crowsnest: Host Info: Diskspace (avail. / total): 22G / 29G
|
||||
[02/12/24 22:19:59] crowsnest: INFO: Checking Dependencies
|
||||
[02/12/24 22:19:59] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/12/24 22:19:59] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/12/24 22:19:59] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/12/24 22:19:59] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/12/24 22:19:59] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/12/24 22:19:59] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/12/24 22:19:59] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/12/24 22:19:59] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/12/24 22:19:59] crowsnest: [crowsnest]
|
||||
[02/12/24 22:19:59] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/12/24 22:19:59] crowsnest: log_level: verbose
|
||||
[02/12/24 22:19:59] crowsnest: delete_log: false
|
||||
[02/12/24 22:19:59] crowsnest: no_proxy: false
|
||||
[02/12/24 22:19:59] crowsnest:
|
||||
[02/12/24 22:19:59] crowsnest: [cam 1]
|
||||
[02/12/24 22:19:59] crowsnest: mode: ustreamer
|
||||
[02/12/24 22:19:59] crowsnest:
|
||||
[02/12/24 22:19:59] crowsnest: enable_rtsp: false
|
||||
[02/12/24 22:19:59] crowsnest: rtsp_port: 8554
|
||||
[02/12/24 22:19:59] crowsnest: port: 8080
|
||||
[02/12/24 22:19:59] crowsnest: device: /dev/video0
|
||||
[02/12/24 22:19:59] crowsnest: resolution: 640x480
|
||||
[02/12/24 22:19:59] crowsnest: max_fps: 15
|
||||
[02/12/24 22:19:59] crowsnest: INFO: Detect available Devices
|
||||
[02/12/24 22:19:59] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/12/24 22:20:05] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/12/24 22:20:05] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/12/24 22:20:05] crowsnest: Prepare Startup ...
|
||||
[02/12/24 22:20:05] crowsnest: INFO: Host information:
|
||||
[02/12/24 22:20:05] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/12/24 22:20:05] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/12/24 22:20:05] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/12/24 22:20:05] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/12/24 22:20:05] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/12/24 22:20:05] crowsnest: Host Info: Available Memory: 7819948 kB
|
||||
[02/12/24 23:35:20] crowsnest: Host Info: Diskspace (avail. / total): 22G / 29G
|
||||
[02/12/24 23:35:20] crowsnest: INFO: Checking Dependencies
|
||||
[02/12/24 23:35:20] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/12/24 23:35:20] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/12/24 23:35:20] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/12/24 23:35:20] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/12/24 23:35:20] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/12/24 23:35:20] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/12/24 23:35:21] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/12/24 23:35:21] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/12/24 23:35:21] crowsnest: [crowsnest]
|
||||
[02/12/24 23:35:21] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/12/24 23:35:21] crowsnest: log_level: verbose
|
||||
[02/12/24 23:35:21] crowsnest: delete_log: false
|
||||
[02/12/24 23:35:21] crowsnest: no_proxy: false
|
||||
[02/12/24 23:35:21] crowsnest:
|
||||
[02/12/24 23:35:21] crowsnest: [cam 1]
|
||||
[02/12/24 23:35:21] crowsnest: mode: ustreamer
|
||||
[02/12/24 23:35:21] crowsnest:
|
||||
[02/12/24 23:35:21] crowsnest: enable_rtsp: false
|
||||
[02/12/24 23:35:21] crowsnest: rtsp_port: 8554
|
||||
[02/12/24 23:35:21] crowsnest: port: 8080
|
||||
[02/12/24 23:35:21] crowsnest: device: /dev/video0
|
||||
[02/12/24 23:35:21] crowsnest: resolution: 640x480
|
||||
[02/12/24 23:35:21] crowsnest: max_fps: 15
|
||||
[02/12/24 23:35:21] crowsnest: INFO: Detect available Devices
|
||||
[02/12/24 23:35:21] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/12/24 23:35:27] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/12/24 23:35:27] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/12/24 23:35:27] crowsnest: Prepare Startup ...
|
||||
[02/12/24 23:35:27] crowsnest: INFO: Host information:
|
||||
[02/12/24 23:35:27] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/12/24 23:35:27] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/12/24 23:35:27] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/12/24 23:35:27] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/12/24 23:35:27] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/12/24 23:35:27] crowsnest: Host Info: Available Memory: 7819948 kB
|
||||
[02/12/24 23:35:27] crowsnest: Host Info: Diskspace (avail. / total): 22G / 29G
|
||||
[02/12/24 23:35:27] crowsnest: INFO: Checking Dependencies
|
||||
[02/12/24 23:35:27] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/12/24 23:35:27] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/12/24 23:35:27] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/12/24 23:35:27] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/12/24 23:35:27] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/12/24 23:35:27] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/12/24 23:35:27] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/12/24 23:35:27] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/12/24 23:35:27] crowsnest: [crowsnest]
|
||||
[02/12/24 23:35:27] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/12/24 23:35:27] crowsnest: log_level: verbose
|
||||
[02/12/24 23:35:27] crowsnest: delete_log: false
|
||||
[02/12/24 23:35:27] crowsnest: no_proxy: false
|
||||
[02/12/24 23:35:27] crowsnest:
|
||||
[02/12/24 23:35:27] crowsnest: [cam 1]
|
||||
[02/12/24 23:35:27] crowsnest: mode: ustreamer
|
||||
[02/12/24 23:35:27] crowsnest:
|
||||
[02/12/24 23:35:27] crowsnest: enable_rtsp: false
|
||||
[02/12/24 23:35:27] crowsnest: rtsp_port: 8554
|
||||
[02/12/24 23:35:27] crowsnest: port: 8080
|
||||
[02/12/24 23:35:27] crowsnest: device: /dev/video0
|
||||
[02/12/24 23:35:27] crowsnest: resolution: 640x480
|
||||
[02/12/24 23:35:27] crowsnest: max_fps: 15
|
||||
[02/12/24 23:35:27] crowsnest: INFO: Detect available Devices
|
||||
[02/12/24 23:35:27] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/12/24 23:35:33] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/12/24 23:35:33] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/12/24 23:35:33] crowsnest: Prepare Startup ...
|
||||
[02/12/24 23:35:33] crowsnest: INFO: Host information:
|
||||
[02/12/24 23:35:33] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/12/24 23:35:33] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/12/24 23:35:33] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/12/24 23:35:33] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/12/24 23:35:33] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/12/24 23:35:33] crowsnest: Host Info: Available Memory: 7819948 kB
|
||||
[02/12/24 23:35:33] crowsnest: Host Info: Diskspace (avail. / total): 22G / 29G
|
||||
[02/12/24 23:35:33] crowsnest: INFO: Checking Dependencies
|
||||
[02/12/24 23:35:33] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/12/24 23:35:33] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/12/24 23:35:33] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/12/24 23:35:33] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/12/24 23:35:33] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/12/24 23:35:33] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/12/24 23:35:33] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/12/24 23:35:33] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/12/24 23:35:33] crowsnest: [crowsnest]
|
||||
[02/12/24 23:35:33] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/12/24 23:35:33] crowsnest: log_level: verbose
|
||||
[02/12/24 23:35:33] crowsnest: delete_log: false
|
||||
[02/12/24 23:35:33] crowsnest: no_proxy: false
|
||||
[02/12/24 23:35:33] crowsnest:
|
||||
[02/12/24 23:35:33] crowsnest: [cam 1]
|
||||
[02/12/24 23:35:33] crowsnest: mode: ustreamer
|
||||
[02/12/24 23:35:33] crowsnest:
|
||||
[02/12/24 23:35:33] crowsnest: enable_rtsp: false
|
||||
[02/12/24 23:35:33] crowsnest: rtsp_port: 8554
|
||||
[02/12/24 23:35:33] crowsnest: port: 8080
|
||||
[02/12/24 23:35:33] crowsnest: device: /dev/video0
|
||||
[02/12/24 23:35:33] crowsnest: resolution: 640x480
|
||||
[02/12/24 23:35:33] crowsnest: max_fps: 15
|
||||
[02/12/24 23:35:33] crowsnest: INFO: Detect available Devices
|
||||
[02/12/24 23:35:34] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/12/24 23:35:39] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/12/24 23:35:39] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/12/24 23:35:39] crowsnest: Prepare Startup ...
|
||||
[02/12/24 23:35:39] crowsnest: INFO: Host information:
|
||||
[02/12/24 23:35:40] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/12/24 23:35:40] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/12/24 23:35:40] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/12/24 23:35:40] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/12/24 23:35:40] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/12/24 23:35:40] crowsnest: Host Info: Available Memory: 7819948 kB
|
||||
[02/12/24 23:35:40] crowsnest: Host Info: Diskspace (avail. / total): 22G / 29G
|
||||
[02/12/24 23:35:40] crowsnest: INFO: Checking Dependencies
|
||||
[02/12/24 23:35:40] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/12/24 23:35:40] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/12/24 23:35:40] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/12/24 23:35:40] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/12/24 23:35:40] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/12/24 23:35:40] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/12/24 23:35:40] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/12/24 23:35:40] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/12/24 23:35:40] crowsnest: [crowsnest]
|
||||
[02/12/24 23:35:40] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/12/24 23:35:40] crowsnest: log_level: verbose
|
||||
[02/12/24 23:35:40] crowsnest: delete_log: false
|
||||
[02/12/24 23:35:40] crowsnest: no_proxy: false
|
||||
[02/12/24 23:35:40] crowsnest:
|
||||
[02/12/24 23:35:40] crowsnest: [cam 1]
|
||||
[02/12/24 23:35:40] crowsnest: mode: ustreamer
|
||||
[02/12/24 23:35:40] crowsnest:
|
||||
[02/12/24 23:35:40] crowsnest: enable_rtsp: false
|
||||
[02/12/24 23:35:40] crowsnest: rtsp_port: 8554
|
||||
[02/12/24 23:35:40] crowsnest: port: 8080
|
||||
[02/12/24 23:35:40] crowsnest: device: /dev/video0
|
||||
[02/12/24 23:35:40] crowsnest: resolution: 640x480
|
||||
[02/12/24 23:35:40] crowsnest: max_fps: 15
|
||||
[02/12/24 23:35:40] crowsnest: INFO: Detect available Devices
|
||||
[02/12/24 23:35:40] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/12/24 23:35:46] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/12/24 23:35:46] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/12/24 23:35:46] crowsnest: Prepare Startup ...
|
||||
[02/12/24 23:35:46] crowsnest: INFO: Host information:
|
||||
[02/12/24 23:35:46] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/12/24 23:35:46] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/12/24 23:35:46] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/12/24 23:35:46] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/12/24 23:35:46] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/12/24 23:35:46] crowsnest: Host Info: Available Memory: 7819948 kB
|
||||
[02/12/24 23:35:46] crowsnest: Host Info: Diskspace (avail. / total): 22G / 29G
|
||||
[02/12/24 23:35:46] crowsnest: INFO: Checking Dependencies
|
||||
[02/12/24 23:35:46] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/12/24 23:35:46] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/12/24 23:35:46] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/12/24 23:35:46] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/12/24 23:35:46] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/12/24 23:35:46] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/12/24 23:35:46] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/12/24 23:35:46] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/12/24 23:35:46] crowsnest: [crowsnest]
|
||||
[02/12/24 23:35:46] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/12/24 23:35:46] crowsnest: log_level: verbose
|
||||
[02/12/24 23:35:46] crowsnest: delete_log: false
|
||||
[02/12/24 23:35:46] crowsnest: no_proxy: false
|
||||
[02/12/24 23:35:46] crowsnest:
|
||||
[02/12/24 23:35:46] crowsnest: [cam 1]
|
||||
[02/12/24 23:35:46] crowsnest: mode: ustreamer
|
||||
[02/12/24 23:35:46] crowsnest:
|
||||
[02/12/24 23:35:46] crowsnest: enable_rtsp: false
|
||||
[02/12/24 23:35:46] crowsnest: rtsp_port: 8554
|
||||
[02/12/24 23:35:46] crowsnest: port: 8080
|
||||
[02/12/24 23:35:46] crowsnest: device: /dev/video0
|
||||
[02/12/24 23:35:46] crowsnest: resolution: 640x480
|
||||
[02/12/24 23:35:46] crowsnest: max_fps: 15
|
||||
[02/12/24 23:35:46] crowsnest: INFO: Detect available Devices
|
||||
[02/12/24 23:35:46] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/12/24 23:35:52] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/12/24 23:35:52] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/12/24 23:35:52] crowsnest: Prepare Startup ...
|
||||
[02/12/24 23:35:52] crowsnest: INFO: Host information:
|
||||
[02/12/24 23:35:52] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/12/24 23:35:52] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/12/24 23:35:52] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/12/24 23:35:52] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/12/24 23:35:52] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/12/24 23:35:52] crowsnest: Host Info: Available Memory: 7819948 kB
|
||||
[02/12/24 23:35:52] crowsnest: Host Info: Diskspace (avail. / total): 22G / 29G
|
||||
[02/12/24 23:35:52] crowsnest: INFO: Checking Dependencies
|
||||
[02/12/24 23:35:52] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/12/24 23:35:52] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/12/24 23:35:52] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/12/24 23:35:52] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/12/24 23:35:52] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/12/24 23:35:52] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/12/24 23:35:52] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/12/24 23:35:52] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/12/24 23:35:52] crowsnest: [crowsnest]
|
||||
[02/12/24 23:35:52] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/12/24 23:35:52] crowsnest: log_level: verbose
|
||||
[02/12/24 23:35:52] crowsnest: delete_log: false
|
||||
[02/12/24 23:35:52] crowsnest: no_proxy: false
|
||||
[02/12/24 23:35:52] crowsnest:
|
||||
[02/12/24 23:35:52] crowsnest: [cam 1]
|
||||
[02/12/24 23:35:52] crowsnest: mode: ustreamer
|
||||
[02/12/24 23:35:52] crowsnest:
|
||||
[02/12/24 23:35:52] crowsnest: enable_rtsp: false
|
||||
[02/12/24 23:35:52] crowsnest: rtsp_port: 8554
|
||||
[02/12/24 23:35:52] crowsnest: port: 8080
|
||||
[02/12/24 23:35:52] crowsnest: device: /dev/video0
|
||||
[02/12/24 23:35:52] crowsnest: resolution: 640x480
|
||||
[02/12/24 23:35:52] crowsnest: max_fps: 15
|
||||
[02/12/24 23:35:52] crowsnest: INFO: Detect available Devices
|
||||
[02/12/24 23:35:53] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/12/24 23:35:58] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/12/24 23:35:58] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/12/24 23:35:58] crowsnest: Prepare Startup ...
|
||||
[02/12/24 23:35:58] crowsnest: INFO: Host information:
|
||||
[02/12/24 23:35:58] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/12/24 23:35:58] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/12/24 23:35:58] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/12/24 23:35:58] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/12/24 23:35:58] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/12/24 23:35:58] crowsnest: Host Info: Available Memory: 7819948 kB
|
||||
[02/12/24 23:35:58] crowsnest: Host Info: Diskspace (avail. / total): 22G / 29G
|
||||
[02/12/24 23:35:58] crowsnest: INFO: Checking Dependencies
|
||||
[02/12/24 23:35:58] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/12/24 23:35:58] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/12/24 23:35:58] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/12/24 23:35:58] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/12/24 23:35:58] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/12/24 23:35:58] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/12/24 23:35:59] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/12/24 23:35:59] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/12/24 23:35:59] crowsnest: [crowsnest]
|
||||
[02/12/24 23:35:59] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/12/24 23:35:59] crowsnest: log_level: verbose
|
||||
[02/12/24 23:35:59] crowsnest: delete_log: false
|
||||
[02/12/24 23:35:59] crowsnest: no_proxy: false
|
||||
[02/12/24 23:35:59] crowsnest:
|
||||
[02/12/24 23:35:59] crowsnest: [cam 1]
|
||||
[02/12/24 23:35:59] crowsnest: mode: ustreamer
|
||||
[02/12/24 23:35:59] crowsnest:
|
||||
[02/12/24 23:35:59] crowsnest: enable_rtsp: false
|
||||
[02/12/24 23:35:59] crowsnest: rtsp_port: 8554
|
||||
[02/12/24 23:35:59] crowsnest: port: 8080
|
||||
[02/12/24 23:35:59] crowsnest: device: /dev/video0
|
||||
[02/12/24 23:35:59] crowsnest: resolution: 640x480
|
||||
[02/12/24 23:35:59] crowsnest: max_fps: 15
|
||||
[02/12/24 23:35:59] crowsnest: INFO: Detect available Devices
|
||||
[02/12/24 23:35:59] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/12/24 23:36:04] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/12/24 23:36:04] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/12/24 23:36:05] crowsnest: Prepare Startup ...
|
||||
[02/12/24 23:36:05] crowsnest: INFO: Host information:
|
||||
[02/12/24 23:36:05] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/12/24 23:36:05] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/12/24 23:36:05] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/12/24 23:36:05] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/12/24 23:36:05] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/12/24 23:36:05] crowsnest: Host Info: Available Memory: 7819948 kB
|
||||
[02/12/24 23:36:05] crowsnest: Host Info: Diskspace (avail. / total): 22G / 29G
|
||||
[02/12/24 23:36:05] crowsnest: INFO: Checking Dependencies
|
||||
[02/12/24 23:36:05] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/12/24 23:36:05] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/12/24 23:36:05] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/12/24 23:36:05] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/12/24 23:36:05] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/12/24 23:36:05] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/12/24 23:36:05] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/12/24 23:36:05] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/12/24 23:36:05] crowsnest: [crowsnest]
|
||||
[02/12/24 23:36:05] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/12/24 23:36:05] crowsnest: log_level: verbose
|
||||
[02/12/24 23:36:05] crowsnest: delete_log: false
|
||||
[02/12/24 23:36:05] crowsnest: no_proxy: false
|
||||
[02/12/24 23:36:05] crowsnest:
|
||||
[02/12/24 23:36:05] crowsnest: [cam 1]
|
||||
[02/12/24 23:36:05] crowsnest: mode: ustreamer
|
||||
[02/12/24 23:36:05] crowsnest:
|
||||
[02/12/24 23:36:05] crowsnest: enable_rtsp: false
|
||||
[02/12/24 23:36:05] crowsnest: rtsp_port: 8554
|
||||
[02/12/24 23:36:05] crowsnest: port: 8080
|
||||
[02/12/24 23:36:05] crowsnest: device: /dev/video0
|
||||
[02/12/24 23:36:05] crowsnest: resolution: 640x480
|
||||
[02/12/24 23:36:05] crowsnest: max_fps: 15
|
||||
[02/12/24 23:36:05] crowsnest: INFO: Detect available Devices
|
||||
[02/12/24 23:36:05] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/13/24 10:34:30] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/13/24 10:34:30] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/13/24 10:34:30] crowsnest: Prepare Startup ...
|
||||
[02/13/24 10:34:30] crowsnest: INFO: Host information:
|
||||
[02/13/24 10:34:30] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/13/24 10:34:30] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/13/24 10:34:30] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/13/24 10:34:30] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/13/24 10:34:30] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/13/24 10:34:30] crowsnest: Host Info: Available Memory: 7819948 kB
|
||||
[02/13/24 10:34:30] crowsnest: Host Info: Diskspace (avail. / total): 22G / 29G
|
||||
[02/13/24 10:34:30] crowsnest: INFO: Checking Dependencies
|
||||
[02/13/24 10:34:30] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/13/24 10:34:30] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/13/24 10:34:30] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/13/24 10:34:30] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/13/24 10:34:30] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/13/24 10:34:30] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/13/24 10:34:30] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/13/24 10:34:30] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/13/24 10:34:30] crowsnest: [crowsnest]
|
||||
[02/13/24 10:34:30] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/13/24 10:34:30] crowsnest: log_level: verbose
|
||||
[02/13/24 10:34:30] crowsnest: delete_log: false
|
||||
[02/13/24 10:34:30] crowsnest: no_proxy: false
|
||||
[02/13/24 10:34:30] crowsnest:
|
||||
[02/13/24 10:34:30] crowsnest: [cam 1]
|
||||
[02/13/24 10:34:30] crowsnest: mode: ustreamer
|
||||
[02/13/24 10:34:30] crowsnest:
|
||||
[02/13/24 10:34:30] crowsnest: enable_rtsp: true
|
||||
[02/13/24 10:34:30] crowsnest: rtsp_port: 8554
|
||||
[02/13/24 10:34:30] crowsnest: port: 8080
|
||||
[02/13/24 10:34:30] crowsnest: device: /dev/v4l/usb-Generic_USB2.0_PC_CAMERA-video-index0
|
||||
[02/13/24 10:34:30] crowsnest: resolution: 640x480
|
||||
[02/13/24 10:34:30] crowsnest: max_fps: 60
|
||||
[02/13/24 10:34:30] crowsnest: INFO: Detect available Devices
|
||||
[02/13/24 10:34:30] crowsnest: INFO: Found 2 total available Device(s)
|
||||
[02/13/24 10:34:30] crowsnest: Detected 'libcamera' device -> /base/scb/xhci@7e9c0000-1.2:1.0-1908:2311
|
||||
[02/13/24 10:34:30] crowsnest: INFO: Found 1 available v4l2 (UVC) camera(s)
|
||||
[02/13/24 10:34:30] crowsnest: /dev/v4l/by-id/usb-Generic_USB2.0_PC_CAMERA-video-index0 -> /dev/video0
|
||||
[02/13/24 10:34:30] crowsnest: Supported Formats:
|
||||
[02/13/24 10:34:30] crowsnest: [0]: 'YUYV' (YUYV 4:2:2)
|
||||
[02/13/24 10:34:30] crowsnest: Size: Discrete 640x480
|
||||
[02/13/24 10:34:30] crowsnest: Interval: Discrete 0.033s (30.000 fps)
|
||||
[02/13/24 10:34:30] crowsnest: Interval: Discrete 0.067s (15.000 fps)
|
||||
[02/13/24 10:34:30] crowsnest: Size: Discrete 352x288
|
||||
[02/13/24 10:34:30] crowsnest: Interval: Discrete 0.033s (30.000 fps)
|
||||
[02/13/24 10:34:30] crowsnest: Interval: Discrete 0.067s (15.000 fps)
|
||||
[02/13/24 10:34:30] crowsnest: Size: Discrete 320x240
|
||||
[02/13/24 10:34:30] crowsnest: Interval: Discrete 0.033s (30.000 fps)
|
||||
[02/13/24 10:34:30] crowsnest: Interval: Discrete 0.067s (15.000 fps)
|
||||
[02/13/24 10:34:30] crowsnest: Size: Discrete 176x144
|
||||
[02/13/24 10:34:30] crowsnest: Interval: Discrete 0.033s (30.000 fps)
|
||||
[02/13/24 10:34:30] crowsnest: Interval: Discrete 0.067s (15.000 fps)
|
||||
[02/13/24 10:34:30] crowsnest: Size: Discrete 160x120
|
||||
[02/13/24 10:34:30] crowsnest: Interval: Discrete 0.033s (30.000 fps)
|
||||
[02/13/24 10:34:30] crowsnest: Interval: Discrete 0.067s (15.000 fps)
|
||||
[02/13/24 10:34:30] crowsnest: Supported Controls:
|
||||
[02/13/24 10:34:30] crowsnest:
|
||||
[02/13/24 10:34:30] crowsnest: User Controls
|
||||
[02/13/24 10:34:30] crowsnest:
|
||||
[02/13/24 10:34:30] crowsnest: brightness 0x00980900 (int) : min=0 max=255 step=1 default=128 value=128
|
||||
[02/13/24 10:34:30] crowsnest: contrast 0x00980901 (int) : min=0 max=255 step=1 default=130 value=130
|
||||
[02/13/24 10:34:30] crowsnest: saturation 0x00980902 (int) : min=0 max=255 step=1 default=64 value=64
|
||||
[02/13/24 10:34:30] crowsnest: hue 0x00980903 (int) : min=-127 max=127 step=1 default=0 value=0
|
||||
[02/13/24 10:34:30] crowsnest: gamma 0x00980910 (int) : min=1 max=8 step=1 default=4 value=4
|
||||
[02/13/24 10:34:30] crowsnest: power_line_frequency 0x00980918 (menu) : min=0 max=2 default=1 value=1
|
||||
[02/13/24 10:34:30] crowsnest: 0: Disabled
|
||||
[02/13/24 10:34:30] crowsnest: 1: 50 Hz
|
||||
[02/13/24 10:34:30] crowsnest: 2: 60 Hz
|
||||
[02/13/24 10:34:30] crowsnest: sharpness 0x0098091b (int) : min=0 max=15 step=1 default=13 value=13
|
||||
[02/13/24 10:34:30] crowsnest: backlight_compensation 0x0098091c (int) : min=1 max=5 step=1 default=1 value=1
|
||||
[02/13/24 10:34:30] crowsnest: Try to start configured Cams / Services...
|
||||
[02/13/24 10:34:32] crowsnest: INFO: Configuration of Section [cam 1] looks good. Continue ...
|
||||
[02/13/24 10:34:32] crowsnest: V4L2 Control: No parameters set for [cam 1]. Skipped.
|
||||
[02/13/24 10:34:34] crowsnest: Starting ustreamer with Device /dev/v4l/usb-Generic_USB2.0_PC_CAMERA-video-index0 ...
|
||||
[02/13/24 10:34:36] crowsnest: ... Done!
|
||||
[02/13/24 10:34:36] crowsnest: WATCHDOG: Lost Device: '/dev/v4l/usb-Generic_USB2.0_PC_CAMERA-video-index0'
|
||||
[02/13/24 11:08:53] crowsnest: Shutdown or Killed by User!
|
||||
[02/13/24 11:08:53] crowsnest: Please come again :)
|
||||
[02/13/24 11:08:53] crowsnest: Goodbye...
|
||||
[02/13/24 11:08:54] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/13/24 11:08:54] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/13/24 11:08:54] crowsnest: Prepare Startup ...
|
||||
[02/13/24 11:08:54] crowsnest: INFO: Host information:
|
||||
[02/13/24 11:08:54] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/13/24 11:08:54] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/13/24 11:08:54] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/13/24 11:08:54] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/13/24 11:08:54] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/13/24 11:08:54] crowsnest: Host Info: Available Memory: 7819948 kB
|
||||
[02/13/24 11:08:54] crowsnest: Host Info: Diskspace (avail. / total): 22G / 29G
|
||||
[02/13/24 11:08:54] crowsnest: INFO: Checking Dependencies
|
||||
[02/13/24 11:08:54] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/13/24 11:08:54] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/13/24 11:08:54] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/13/24 11:08:54] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/13/24 11:08:54] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/13/24 11:08:54] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/13/24 11:08:54] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/13/24 11:08:54] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/13/24 11:08:54] crowsnest: [crowsnest]
|
||||
[02/13/24 11:08:54] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/13/24 11:08:54] crowsnest: log_level: verbose
|
||||
[02/13/24 11:08:54] crowsnest: delete_log: false
|
||||
[02/13/24 11:08:54] crowsnest: no_proxy: false
|
||||
[02/13/24 11:08:54] crowsnest:
|
||||
[02/13/24 11:08:54] crowsnest: [cam 1]
|
||||
[02/13/24 11:08:54] crowsnest: mode: camera-streamer
|
||||
[02/13/24 11:08:54] crowsnest:
|
||||
[02/13/24 11:08:54] crowsnest: enable_rtsp: true
|
||||
[02/13/24 11:08:54] crowsnest: rtsp_port: 8554
|
||||
[02/13/24 11:08:54] crowsnest: port: 8080
|
||||
[02/13/24 11:08:54] crowsnest: device: /dev/v4l/by-id/usb-Generic_USB2.0_PC_CAMERA-video-index0
|
||||
[02/13/24 11:08:54] crowsnest: resolution: 640x480
|
||||
[02/13/24 11:08:54] crowsnest: max_fps: 30
|
||||
[02/13/24 11:08:54] crowsnest: INFO: Detect available Devices
|
||||
[02/13/24 11:08:55] crowsnest: INFO: Found 2 total available Device(s)
|
||||
[02/13/24 11:08:55] crowsnest: Detected 'libcamera' device -> /base/scb/xhci@7e9c0000-1.2:1.0-1908:2311
|
||||
[02/13/24 11:08:55] crowsnest: INFO: Found 1 available v4l2 (UVC) camera(s)
|
||||
[02/13/24 11:08:55] crowsnest: /dev/v4l/by-id/usb-Generic_USB2.0_PC_CAMERA-video-index0 -> /dev/video0
|
||||
[02/13/24 11:08:55] crowsnest: Supported Formats:
|
||||
[02/13/24 11:08:55] crowsnest: [0]: 'YUYV' (YUYV 4:2:2)
|
||||
[02/13/24 11:08:55] crowsnest: Size: Discrete 640x480
|
||||
[02/13/24 11:08:55] crowsnest: Interval: Discrete 0.033s (30.000 fps)
|
||||
[02/13/24 11:08:55] crowsnest: Interval: Discrete 0.067s (15.000 fps)
|
||||
[02/13/24 11:08:55] crowsnest: Size: Discrete 352x288
|
||||
[02/13/24 11:08:55] crowsnest: Interval: Discrete 0.033s (30.000 fps)
|
||||
[02/13/24 11:08:55] crowsnest: Interval: Discrete 0.067s (15.000 fps)
|
||||
[02/13/24 11:08:55] crowsnest: Size: Discrete 320x240
|
||||
[02/13/24 11:08:55] crowsnest: Interval: Discrete 0.033s (30.000 fps)
|
||||
[02/13/24 11:08:55] crowsnest: Interval: Discrete 0.067s (15.000 fps)
|
||||
[02/13/24 11:08:55] crowsnest: Size: Discrete 176x144
|
||||
[02/13/24 11:08:55] crowsnest: Interval: Discrete 0.033s (30.000 fps)
|
||||
[02/13/24 11:08:55] crowsnest: Interval: Discrete 0.067s (15.000 fps)
|
||||
[02/13/24 11:08:55] crowsnest: Size: Discrete 160x120
|
||||
[02/13/24 11:08:55] crowsnest: Interval: Discrete 0.033s (30.000 fps)
|
||||
[02/13/24 11:08:55] crowsnest: Interval: Discrete 0.067s (15.000 fps)
|
||||
[02/13/24 11:08:55] crowsnest: Supported Controls:
|
||||
[02/13/24 11:08:55] crowsnest:
|
||||
[02/13/24 11:08:55] crowsnest: User Controls
|
||||
[02/13/24 11:08:55] crowsnest:
|
||||
[02/13/24 11:08:55] crowsnest: brightness 0x00980900 (int) : min=0 max=255 step=1 default=128 value=128
|
||||
[02/13/24 11:08:55] crowsnest: contrast 0x00980901 (int) : min=0 max=255 step=1 default=130 value=130
|
||||
[02/13/24 11:08:55] crowsnest: saturation 0x00980902 (int) : min=0 max=255 step=1 default=64 value=64
|
||||
[02/13/24 11:08:55] crowsnest: hue 0x00980903 (int) : min=-127 max=127 step=1 default=0 value=0
|
||||
[02/13/24 11:08:55] crowsnest: gamma 0x00980910 (int) : min=1 max=8 step=1 default=4 value=4
|
||||
[02/13/24 11:08:55] crowsnest: power_line_frequency 0x00980918 (menu) : min=0 max=2 default=1 value=1
|
||||
[02/13/24 11:08:55] crowsnest: 0: Disabled
|
||||
[02/13/24 11:08:55] crowsnest: 1: 50 Hz
|
||||
[02/13/24 11:08:55] crowsnest: 2: 60 Hz
|
||||
[02/13/24 11:08:55] crowsnest: sharpness 0x0098091b (int) : min=0 max=15 step=1 default=13 value=13
|
||||
[02/13/24 11:08:55] crowsnest: backlight_compensation 0x0098091c (int) : min=1 max=5 step=1 default=1 value=1
|
||||
[02/13/24 11:08:55] crowsnest: Try to start configured Cams / Services...
|
||||
[02/13/24 11:08:56] crowsnest: INFO: Configuration of Section [cam 1] looks good. Continue ...
|
||||
[02/13/24 11:08:58] crowsnest: Starting camera-streamer with Device /dev/v4l/by-id/usb-Generic_USB2.0_PC_CAMERA-video-index0 ...
|
||||
[02/13/24 11:08:58] crowsnest: ... Done!
|
897
dirs/printer_data/logs/crowsnest.log.2024-02-15
Normal file
897
dirs/printer_data/logs/crowsnest.log.2024-02-15
Normal file
@ -0,0 +1,897 @@
|
||||
[06/18/23 10:56:38] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[06/18/23 10:56:38] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[06/18/23 10:56:38] crowsnest: Prepare Startup ...
|
||||
[06/18/23 10:56:38] crowsnest: INFO: Host information:
|
||||
[06/18/23 10:56:38] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[06/18/23 10:56:38] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[06/18/23 10:56:38] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[06/18/23 10:56:38] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[06/18/23 10:56:38] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[06/18/23 10:56:38] crowsnest: Host Info: Available Memory: 7819944 kB
|
||||
[06/18/23 10:56:38] crowsnest: Host Info: Diskspace (avail. / total): 23G / 29G
|
||||
[06/18/23 10:56:38] crowsnest: INFO: Checking Dependencies
|
||||
[06/18/23 10:56:38] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[06/18/23 10:56:38] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[06/18/23 10:56:38] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[06/18/23 10:56:38] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[06/18/23 10:56:38] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[06/18/23 10:56:38] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[06/18/23 10:56:40] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[06/18/23 10:56:40] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[06/18/23 10:56:40] crowsnest: [crowsnest]
|
||||
[06/18/23 10:56:40] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[06/18/23 10:56:40] crowsnest: log_level: verbose
|
||||
[06/18/23 10:56:40] crowsnest: delete_log: false
|
||||
[06/18/23 10:56:40] crowsnest: no_proxy: false
|
||||
[06/18/23 10:56:40] crowsnest:
|
||||
[06/18/23 10:56:40] crowsnest: [cam 1]
|
||||
[06/18/23 10:56:40] crowsnest: mode: ustreamer
|
||||
[06/18/23 10:56:40] crowsnest:
|
||||
[06/18/23 10:56:40] crowsnest: enable_rtsp: false
|
||||
[06/18/23 10:56:40] crowsnest: rtsp_port: 8554
|
||||
[06/18/23 10:56:40] crowsnest: port: 8080
|
||||
[06/18/23 10:56:40] crowsnest: device: /dev/video0
|
||||
[06/18/23 10:56:40] crowsnest: resolution: 640x480
|
||||
[06/18/23 10:56:40] crowsnest: max_fps: 15
|
||||
[06/18/23 10:56:40] crowsnest: INFO: Detect available Devices
|
||||
[06/18/23 10:56:40] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[06/18/23 10:56:46] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[06/18/23 10:56:46] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[06/18/23 10:56:46] crowsnest: Prepare Startup ...
|
||||
[06/18/23 10:56:46] crowsnest: INFO: Host information:
|
||||
[06/18/23 10:56:46] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[06/18/23 10:56:46] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[06/18/23 10:56:46] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[06/18/23 10:56:46] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[06/18/23 10:56:46] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[06/18/23 10:56:46] crowsnest: Host Info: Available Memory: 7819944 kB
|
||||
[06/18/23 10:56:46] crowsnest: Host Info: Diskspace (avail. / total): 23G / 29G
|
||||
[06/18/23 10:56:46] crowsnest: INFO: Checking Dependencies
|
||||
[06/18/23 10:56:46] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[06/18/23 10:56:46] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[06/18/23 10:56:46] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[06/18/23 10:56:46] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[06/18/23 10:56:46] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[06/18/23 10:56:46] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[06/18/23 10:56:46] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[06/18/23 10:56:46] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[06/18/23 10:56:46] crowsnest: [crowsnest]
|
||||
[06/18/23 10:56:46] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[06/18/23 10:56:46] crowsnest: log_level: verbose
|
||||
[06/18/23 10:56:46] crowsnest: delete_log: false
|
||||
[06/18/23 10:56:46] crowsnest: no_proxy: false
|
||||
[06/18/23 10:56:46] crowsnest:
|
||||
[06/18/23 10:56:46] crowsnest: [cam 1]
|
||||
[06/18/23 10:56:46] crowsnest: mode: ustreamer
|
||||
[06/18/23 10:56:46] crowsnest:
|
||||
[06/18/23 10:56:46] crowsnest: enable_rtsp: false
|
||||
[06/18/23 10:56:46] crowsnest: rtsp_port: 8554
|
||||
[06/18/23 10:56:46] crowsnest: port: 8080
|
||||
[06/18/23 10:56:46] crowsnest: device: /dev/video0
|
||||
[06/18/23 10:56:46] crowsnest: resolution: 640x480
|
||||
[06/18/23 10:56:46] crowsnest: max_fps: 15
|
||||
[06/18/23 10:56:46] crowsnest: INFO: Detect available Devices
|
||||
[06/18/23 10:56:46] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/08/24 14:12:42] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/08/24 14:12:42] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/08/24 14:12:42] crowsnest: Prepare Startup ...
|
||||
[02/08/24 14:12:42] crowsnest: INFO: Host information:
|
||||
[02/08/24 14:12:42] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/08/24 14:12:42] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/08/24 14:12:42] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/08/24 14:12:42] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/08/24 14:12:42] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/08/24 14:12:42] crowsnest: Host Info: Available Memory: 7819944 kB
|
||||
[02/08/24 14:12:42] crowsnest: Host Info: Diskspace (avail. / total): 23G / 29G
|
||||
[02/08/24 14:12:42] crowsnest: INFO: Checking Dependencies
|
||||
[02/08/24 14:12:42] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/08/24 14:12:42] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/08/24 14:12:42] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/08/24 14:12:42] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/08/24 14:12:42] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/08/24 14:12:42] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/08/24 14:12:42] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/08/24 14:12:42] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/08/24 14:12:42] crowsnest: [crowsnest]
|
||||
[02/08/24 14:12:42] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/08/24 14:12:42] crowsnest: log_level: verbose
|
||||
[02/08/24 14:12:42] crowsnest: delete_log: false
|
||||
[02/08/24 14:12:42] crowsnest: no_proxy: false
|
||||
[02/08/24 14:12:42] crowsnest:
|
||||
[02/08/24 14:12:42] crowsnest: [cam 1]
|
||||
[02/08/24 14:12:42] crowsnest: mode: ustreamer
|
||||
[02/08/24 14:12:42] crowsnest:
|
||||
[02/08/24 14:12:42] crowsnest: enable_rtsp: false
|
||||
[02/08/24 14:12:42] crowsnest: rtsp_port: 8554
|
||||
[02/08/24 14:12:42] crowsnest: port: 8080
|
||||
[02/08/24 14:12:42] crowsnest: device: /dev/video0
|
||||
[02/08/24 14:12:42] crowsnest: resolution: 640x480
|
||||
[02/08/24 14:12:42] crowsnest: max_fps: 15
|
||||
[02/08/24 14:12:42] crowsnest: INFO: Detect available Devices
|
||||
[02/08/24 14:12:42] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/08/24 14:12:48] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/08/24 14:12:48] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/08/24 14:12:48] crowsnest: Prepare Startup ...
|
||||
[02/08/24 14:12:48] crowsnest: INFO: Host information:
|
||||
[02/08/24 14:12:48] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/08/24 14:12:48] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/08/24 14:12:48] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/08/24 14:12:48] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/08/24 14:12:48] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/08/24 14:12:48] crowsnest: Host Info: Available Memory: 7819944 kB
|
||||
[02/08/24 14:12:48] crowsnest: Host Info: Diskspace (avail. / total): 23G / 29G
|
||||
[02/08/24 14:12:48] crowsnest: INFO: Checking Dependencies
|
||||
[02/08/24 14:12:48] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/08/24 14:12:48] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/08/24 14:12:48] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/08/24 14:12:48] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/08/24 14:12:48] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/08/24 14:12:48] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/08/24 14:12:48] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/08/24 14:12:48] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/08/24 14:12:48] crowsnest: [crowsnest]
|
||||
[02/08/24 14:12:48] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/08/24 14:12:48] crowsnest: log_level: verbose
|
||||
[02/08/24 14:12:48] crowsnest: delete_log: false
|
||||
[02/08/24 14:12:48] crowsnest: no_proxy: false
|
||||
[02/08/24 14:12:48] crowsnest:
|
||||
[02/08/24 14:12:48] crowsnest: [cam 1]
|
||||
[02/08/24 14:12:48] crowsnest: mode: ustreamer
|
||||
[02/08/24 14:12:48] crowsnest:
|
||||
[02/08/24 14:12:48] crowsnest: enable_rtsp: false
|
||||
[02/08/24 14:12:48] crowsnest: rtsp_port: 8554
|
||||
[02/08/24 14:12:48] crowsnest: port: 8080
|
||||
[02/08/24 14:12:48] crowsnest: device: /dev/video0
|
||||
[02/08/24 14:12:48] crowsnest: resolution: 640x480
|
||||
[02/08/24 14:12:48] crowsnest: max_fps: 15
|
||||
[02/08/24 14:12:48] crowsnest: INFO: Detect available Devices
|
||||
[02/08/24 14:12:49] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/08/24 14:12:54] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/08/24 14:12:54] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/08/24 14:12:54] crowsnest: Prepare Startup ...
|
||||
[02/08/24 14:12:54] crowsnest: INFO: Host information:
|
||||
[02/08/24 14:12:54] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/08/24 14:12:54] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/08/24 14:12:54] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/08/24 14:12:54] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/08/24 14:12:54] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/08/24 14:12:54] crowsnest: Host Info: Available Memory: 7819944 kB
|
||||
[02/08/24 14:12:54] crowsnest: Host Info: Diskspace (avail. / total): 23G / 29G
|
||||
[02/08/24 14:12:54] crowsnest: INFO: Checking Dependencies
|
||||
[02/08/24 14:12:54] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/08/24 14:12:54] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/08/24 14:12:54] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/08/24 14:12:54] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/08/24 14:12:54] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/08/24 14:12:54] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/08/24 14:12:55] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/08/24 14:12:55] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/08/24 14:12:55] crowsnest: [crowsnest]
|
||||
[02/08/24 14:12:55] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/08/24 14:12:55] crowsnest: log_level: verbose
|
||||
[02/08/24 14:12:55] crowsnest: delete_log: false
|
||||
[02/08/24 14:12:55] crowsnest: no_proxy: false
|
||||
[02/08/24 14:12:55] crowsnest:
|
||||
[02/08/24 14:12:55] crowsnest: [cam 1]
|
||||
[02/08/24 14:12:55] crowsnest: mode: ustreamer
|
||||
[02/08/24 14:12:55] crowsnest:
|
||||
[02/08/24 14:12:55] crowsnest: enable_rtsp: false
|
||||
[02/08/24 14:12:55] crowsnest: rtsp_port: 8554
|
||||
[02/08/24 14:12:55] crowsnest: port: 8080
|
||||
[02/08/24 14:12:55] crowsnest: device: /dev/video0
|
||||
[02/08/24 14:12:55] crowsnest: resolution: 640x480
|
||||
[02/08/24 14:12:55] crowsnest: max_fps: 15
|
||||
[02/08/24 14:12:55] crowsnest: INFO: Detect available Devices
|
||||
[02/08/24 14:12:55] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/08/24 14:13:00] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/08/24 14:13:00] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/08/24 14:13:01] crowsnest: Prepare Startup ...
|
||||
[02/08/24 14:13:01] crowsnest: INFO: Host information:
|
||||
[02/08/24 14:13:01] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/08/24 14:13:01] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/08/24 14:13:01] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/08/24 14:13:01] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/08/24 14:13:01] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/08/24 14:13:01] crowsnest: Host Info: Available Memory: 7819944 kB
|
||||
[02/08/24 14:13:01] crowsnest: Host Info: Diskspace (avail. / total): 23G / 29G
|
||||
[02/08/24 14:13:01] crowsnest: INFO: Checking Dependencies
|
||||
[02/08/24 14:13:01] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/08/24 14:13:01] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/08/24 14:13:01] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/08/24 14:13:01] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/08/24 14:13:01] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/08/24 14:13:01] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/08/24 14:13:01] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/08/24 14:13:01] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/08/24 14:13:01] crowsnest: [crowsnest]
|
||||
[02/08/24 14:13:01] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/08/24 14:13:01] crowsnest: log_level: verbose
|
||||
[02/08/24 14:13:01] crowsnest: delete_log: false
|
||||
[02/08/24 14:13:01] crowsnest: no_proxy: false
|
||||
[02/08/24 14:13:01] crowsnest:
|
||||
[02/08/24 14:13:01] crowsnest: [cam 1]
|
||||
[02/08/24 14:13:01] crowsnest: mode: ustreamer
|
||||
[02/08/24 14:13:01] crowsnest:
|
||||
[02/08/24 14:13:01] crowsnest: enable_rtsp: false
|
||||
[02/08/24 14:13:01] crowsnest: rtsp_port: 8554
|
||||
[02/08/24 14:13:01] crowsnest: port: 8080
|
||||
[02/08/24 14:13:01] crowsnest: device: /dev/video0
|
||||
[02/08/24 14:13:01] crowsnest: resolution: 640x480
|
||||
[02/08/24 14:13:01] crowsnest: max_fps: 15
|
||||
[02/08/24 14:13:01] crowsnest: INFO: Detect available Devices
|
||||
[02/08/24 14:13:01] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/08/24 14:13:07] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/08/24 14:13:07] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/08/24 14:13:07] crowsnest: Prepare Startup ...
|
||||
[02/08/24 14:13:07] crowsnest: INFO: Host information:
|
||||
[02/08/24 14:13:07] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/08/24 14:13:07] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/08/24 14:13:07] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/08/24 14:13:07] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/08/24 14:13:07] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/08/24 14:13:07] crowsnest: Host Info: Available Memory: 7819944 kB
|
||||
[02/08/24 14:13:07] crowsnest: Host Info: Diskspace (avail. / total): 23G / 29G
|
||||
[02/08/24 14:13:07] crowsnest: INFO: Checking Dependencies
|
||||
[02/08/24 14:13:07] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/08/24 14:13:07] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/08/24 14:13:07] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/08/24 14:13:07] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/08/24 14:13:07] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/08/24 14:13:07] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/08/24 14:13:07] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/08/24 14:13:07] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/08/24 14:13:07] crowsnest: [crowsnest]
|
||||
[02/08/24 14:13:07] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/08/24 14:13:07] crowsnest: log_level: verbose
|
||||
[02/08/24 14:13:07] crowsnest: delete_log: false
|
||||
[02/08/24 14:13:07] crowsnest: no_proxy: false
|
||||
[02/08/24 14:13:07] crowsnest:
|
||||
[02/08/24 14:13:07] crowsnest: [cam 1]
|
||||
[02/08/24 14:13:07] crowsnest: mode: ustreamer
|
||||
[02/08/24 14:13:07] crowsnest:
|
||||
[02/08/24 14:13:07] crowsnest: enable_rtsp: false
|
||||
[02/08/24 14:13:07] crowsnest: rtsp_port: 8554
|
||||
[02/08/24 14:13:07] crowsnest: port: 8080
|
||||
[02/08/24 14:13:07] crowsnest: device: /dev/video0
|
||||
[02/08/24 14:13:07] crowsnest: resolution: 640x480
|
||||
[02/08/24 14:13:07] crowsnest: max_fps: 15
|
||||
[02/08/24 14:13:07] crowsnest: INFO: Detect available Devices
|
||||
[02/08/24 14:13:07] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/08/24 14:13:13] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/08/24 14:13:13] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/08/24 14:13:13] crowsnest: Prepare Startup ...
|
||||
[02/08/24 14:13:13] crowsnest: INFO: Host information:
|
||||
[02/08/24 14:13:13] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/08/24 14:13:13] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/08/24 14:13:13] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/08/24 14:13:13] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/08/24 14:13:13] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/08/24 14:13:13] crowsnest: Host Info: Available Memory: 7819944 kB
|
||||
[02/08/24 14:13:13] crowsnest: Host Info: Diskspace (avail. / total): 23G / 29G
|
||||
[02/08/24 14:13:13] crowsnest: INFO: Checking Dependencies
|
||||
[02/08/24 14:13:13] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/08/24 14:13:13] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/08/24 14:13:13] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/08/24 14:13:13] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/08/24 14:13:13] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/08/24 14:13:13] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/08/24 14:13:13] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/08/24 14:13:13] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/08/24 14:13:13] crowsnest: [crowsnest]
|
||||
[02/08/24 14:13:13] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/08/24 14:13:13] crowsnest: log_level: verbose
|
||||
[02/08/24 14:13:13] crowsnest: delete_log: false
|
||||
[02/08/24 14:13:13] crowsnest: no_proxy: false
|
||||
[02/08/24 14:13:13] crowsnest:
|
||||
[02/08/24 14:13:13] crowsnest: [cam 1]
|
||||
[02/08/24 14:13:13] crowsnest: mode: ustreamer
|
||||
[02/08/24 14:13:13] crowsnest:
|
||||
[02/08/24 14:13:13] crowsnest: enable_rtsp: false
|
||||
[02/08/24 14:13:13] crowsnest: rtsp_port: 8554
|
||||
[02/08/24 14:13:13] crowsnest: port: 8080
|
||||
[02/08/24 14:13:13] crowsnest: device: /dev/video0
|
||||
[02/08/24 14:13:13] crowsnest: resolution: 640x480
|
||||
[02/08/24 14:13:13] crowsnest: max_fps: 15
|
||||
[02/08/24 14:13:13] crowsnest: INFO: Detect available Devices
|
||||
[02/08/24 14:13:14] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/08/24 14:13:19] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/08/24 14:13:19] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/08/24 14:13:19] crowsnest: Prepare Startup ...
|
||||
[02/08/24 14:13:19] crowsnest: INFO: Host information:
|
||||
[02/08/24 14:13:19] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/08/24 14:13:19] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/08/24 14:13:19] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/08/24 14:13:19] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/08/24 14:13:19] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/08/24 14:13:19] crowsnest: Host Info: Available Memory: 7819944 kB
|
||||
[02/08/24 14:13:19] crowsnest: Host Info: Diskspace (avail. / total): 23G / 29G
|
||||
[02/08/24 14:13:19] crowsnest: INFO: Checking Dependencies
|
||||
[02/08/24 14:13:19] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/08/24 14:13:19] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/08/24 14:13:19] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/08/24 14:13:19] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/08/24 14:13:19] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/08/24 14:13:19] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/08/24 14:13:20] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/08/24 14:13:20] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/08/24 14:13:20] crowsnest: [crowsnest]
|
||||
[02/08/24 14:13:20] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/08/24 14:13:20] crowsnest: log_level: verbose
|
||||
[02/08/24 14:13:20] crowsnest: delete_log: false
|
||||
[02/08/24 14:13:20] crowsnest: no_proxy: false
|
||||
[02/08/24 14:13:20] crowsnest:
|
||||
[02/08/24 14:13:20] crowsnest: [cam 1]
|
||||
[02/08/24 14:13:20] crowsnest: mode: ustreamer
|
||||
[02/08/24 14:13:20] crowsnest:
|
||||
[02/08/24 14:13:20] crowsnest: enable_rtsp: false
|
||||
[02/08/24 14:13:20] crowsnest: rtsp_port: 8554
|
||||
[02/08/24 14:13:20] crowsnest: port: 8080
|
||||
[02/08/24 14:13:20] crowsnest: device: /dev/video0
|
||||
[02/08/24 14:13:20] crowsnest: resolution: 640x480
|
||||
[02/08/24 14:13:20] crowsnest: max_fps: 15
|
||||
[02/08/24 14:13:20] crowsnest: INFO: Detect available Devices
|
||||
[02/08/24 14:13:20] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/08/24 14:13:25] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/08/24 14:13:25] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/08/24 14:13:25] crowsnest: Prepare Startup ...
|
||||
[02/08/24 14:13:26] crowsnest: INFO: Host information:
|
||||
[02/08/24 14:13:26] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/08/24 14:13:26] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/08/24 14:13:26] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/08/24 14:13:26] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/08/24 14:13:26] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/08/24 14:13:26] crowsnest: Host Info: Available Memory: 7819944 kB
|
||||
[02/08/24 14:13:26] crowsnest: Host Info: Diskspace (avail. / total): 23G / 29G
|
||||
[02/08/24 14:13:26] crowsnest: INFO: Checking Dependencies
|
||||
[02/08/24 14:13:26] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/08/24 14:13:26] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/08/24 14:13:26] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/08/24 14:13:26] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/08/24 14:13:26] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/08/24 14:13:26] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/08/24 14:13:26] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/08/24 14:13:26] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/08/24 14:13:26] crowsnest: [crowsnest]
|
||||
[02/08/24 14:13:26] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/08/24 14:13:26] crowsnest: log_level: verbose
|
||||
[02/08/24 14:13:26] crowsnest: delete_log: false
|
||||
[02/08/24 14:13:26] crowsnest: no_proxy: false
|
||||
[02/08/24 14:13:26] crowsnest:
|
||||
[02/08/24 14:13:26] crowsnest: [cam 1]
|
||||
[02/08/24 14:13:26] crowsnest: mode: ustreamer
|
||||
[02/08/24 14:13:26] crowsnest:
|
||||
[02/08/24 14:13:26] crowsnest: enable_rtsp: false
|
||||
[02/08/24 14:13:26] crowsnest: rtsp_port: 8554
|
||||
[02/08/24 14:13:26] crowsnest: port: 8080
|
||||
[02/08/24 14:13:26] crowsnest: device: /dev/video0
|
||||
[02/08/24 14:13:26] crowsnest: resolution: 640x480
|
||||
[02/08/24 14:13:26] crowsnest: max_fps: 15
|
||||
[02/08/24 14:13:26] crowsnest: INFO: Detect available Devices
|
||||
[02/08/24 14:13:26] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/12/24 22:19:52] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/12/24 22:19:52] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/12/24 22:19:52] crowsnest: Prepare Startup ...
|
||||
[02/12/24 22:19:52] crowsnest: INFO: Host information:
|
||||
[02/12/24 22:19:52] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/12/24 22:19:52] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/12/24 22:19:52] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/12/24 22:19:52] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/12/24 22:19:52] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/12/24 22:19:52] crowsnest: Host Info: Available Memory: 7819948 kB
|
||||
[02/12/24 22:19:52] crowsnest: Host Info: Diskspace (avail. / total): 22G / 29G
|
||||
[02/12/24 22:19:52] crowsnest: INFO: Checking Dependencies
|
||||
[02/12/24 22:19:52] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/12/24 22:19:52] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/12/24 22:19:52] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/12/24 22:19:52] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/12/24 22:19:52] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/12/24 22:19:52] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/12/24 22:19:53] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/12/24 22:19:53] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/12/24 22:19:53] crowsnest: [crowsnest]
|
||||
[02/12/24 22:19:53] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/12/24 22:19:53] crowsnest: log_level: verbose
|
||||
[02/12/24 22:19:53] crowsnest: delete_log: false
|
||||
[02/12/24 22:19:53] crowsnest: no_proxy: false
|
||||
[02/12/24 22:19:53] crowsnest:
|
||||
[02/12/24 22:19:53] crowsnest: [cam 1]
|
||||
[02/12/24 22:19:53] crowsnest: mode: ustreamer
|
||||
[02/12/24 22:19:53] crowsnest:
|
||||
[02/12/24 22:19:53] crowsnest: enable_rtsp: false
|
||||
[02/12/24 22:19:53] crowsnest: rtsp_port: 8554
|
||||
[02/12/24 22:19:53] crowsnest: port: 8080
|
||||
[02/12/24 22:19:53] crowsnest: device: /dev/video0
|
||||
[02/12/24 22:19:53] crowsnest: resolution: 640x480
|
||||
[02/12/24 22:19:53] crowsnest: max_fps: 15
|
||||
[02/12/24 22:19:53] crowsnest: INFO: Detect available Devices
|
||||
[02/12/24 22:19:53] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/12/24 22:19:59] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/12/24 22:19:59] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/12/24 22:19:59] crowsnest: Prepare Startup ...
|
||||
[02/12/24 22:19:59] crowsnest: INFO: Host information:
|
||||
[02/12/24 22:19:59] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/12/24 22:19:59] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/12/24 22:19:59] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/12/24 22:19:59] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/12/24 22:19:59] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/12/24 22:19:59] crowsnest: Host Info: Available Memory: 7819948 kB
|
||||
[02/12/24 22:19:59] crowsnest: Host Info: Diskspace (avail. / total): 22G / 29G
|
||||
[02/12/24 22:19:59] crowsnest: INFO: Checking Dependencies
|
||||
[02/12/24 22:19:59] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/12/24 22:19:59] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/12/24 22:19:59] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/12/24 22:19:59] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/12/24 22:19:59] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/12/24 22:19:59] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/12/24 22:19:59] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/12/24 22:19:59] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/12/24 22:19:59] crowsnest: [crowsnest]
|
||||
[02/12/24 22:19:59] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/12/24 22:19:59] crowsnest: log_level: verbose
|
||||
[02/12/24 22:19:59] crowsnest: delete_log: false
|
||||
[02/12/24 22:19:59] crowsnest: no_proxy: false
|
||||
[02/12/24 22:19:59] crowsnest:
|
||||
[02/12/24 22:19:59] crowsnest: [cam 1]
|
||||
[02/12/24 22:19:59] crowsnest: mode: ustreamer
|
||||
[02/12/24 22:19:59] crowsnest:
|
||||
[02/12/24 22:19:59] crowsnest: enable_rtsp: false
|
||||
[02/12/24 22:19:59] crowsnest: rtsp_port: 8554
|
||||
[02/12/24 22:19:59] crowsnest: port: 8080
|
||||
[02/12/24 22:19:59] crowsnest: device: /dev/video0
|
||||
[02/12/24 22:19:59] crowsnest: resolution: 640x480
|
||||
[02/12/24 22:19:59] crowsnest: max_fps: 15
|
||||
[02/12/24 22:19:59] crowsnest: INFO: Detect available Devices
|
||||
[02/12/24 22:19:59] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/12/24 22:20:05] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/12/24 22:20:05] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/12/24 22:20:05] crowsnest: Prepare Startup ...
|
||||
[02/12/24 22:20:05] crowsnest: INFO: Host information:
|
||||
[02/12/24 22:20:05] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/12/24 22:20:05] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/12/24 22:20:05] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/12/24 22:20:05] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/12/24 22:20:05] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/12/24 22:20:05] crowsnest: Host Info: Available Memory: 7819948 kB
|
||||
[02/12/24 23:35:20] crowsnest: Host Info: Diskspace (avail. / total): 22G / 29G
|
||||
[02/12/24 23:35:20] crowsnest: INFO: Checking Dependencies
|
||||
[02/12/24 23:35:20] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/12/24 23:35:20] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/12/24 23:35:20] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/12/24 23:35:20] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/12/24 23:35:20] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/12/24 23:35:20] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/12/24 23:35:21] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/12/24 23:35:21] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/12/24 23:35:21] crowsnest: [crowsnest]
|
||||
[02/12/24 23:35:21] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/12/24 23:35:21] crowsnest: log_level: verbose
|
||||
[02/12/24 23:35:21] crowsnest: delete_log: false
|
||||
[02/12/24 23:35:21] crowsnest: no_proxy: false
|
||||
[02/12/24 23:35:21] crowsnest:
|
||||
[02/12/24 23:35:21] crowsnest: [cam 1]
|
||||
[02/12/24 23:35:21] crowsnest: mode: ustreamer
|
||||
[02/12/24 23:35:21] crowsnest:
|
||||
[02/12/24 23:35:21] crowsnest: enable_rtsp: false
|
||||
[02/12/24 23:35:21] crowsnest: rtsp_port: 8554
|
||||
[02/12/24 23:35:21] crowsnest: port: 8080
|
||||
[02/12/24 23:35:21] crowsnest: device: /dev/video0
|
||||
[02/12/24 23:35:21] crowsnest: resolution: 640x480
|
||||
[02/12/24 23:35:21] crowsnest: max_fps: 15
|
||||
[02/12/24 23:35:21] crowsnest: INFO: Detect available Devices
|
||||
[02/12/24 23:35:21] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/12/24 23:35:27] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/12/24 23:35:27] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/12/24 23:35:27] crowsnest: Prepare Startup ...
|
||||
[02/12/24 23:35:27] crowsnest: INFO: Host information:
|
||||
[02/12/24 23:35:27] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/12/24 23:35:27] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/12/24 23:35:27] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/12/24 23:35:27] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/12/24 23:35:27] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/12/24 23:35:27] crowsnest: Host Info: Available Memory: 7819948 kB
|
||||
[02/12/24 23:35:27] crowsnest: Host Info: Diskspace (avail. / total): 22G / 29G
|
||||
[02/12/24 23:35:27] crowsnest: INFO: Checking Dependencies
|
||||
[02/12/24 23:35:27] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/12/24 23:35:27] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/12/24 23:35:27] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/12/24 23:35:27] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/12/24 23:35:27] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/12/24 23:35:27] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/12/24 23:35:27] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/12/24 23:35:27] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/12/24 23:35:27] crowsnest: [crowsnest]
|
||||
[02/12/24 23:35:27] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/12/24 23:35:27] crowsnest: log_level: verbose
|
||||
[02/12/24 23:35:27] crowsnest: delete_log: false
|
||||
[02/12/24 23:35:27] crowsnest: no_proxy: false
|
||||
[02/12/24 23:35:27] crowsnest:
|
||||
[02/12/24 23:35:27] crowsnest: [cam 1]
|
||||
[02/12/24 23:35:27] crowsnest: mode: ustreamer
|
||||
[02/12/24 23:35:27] crowsnest:
|
||||
[02/12/24 23:35:27] crowsnest: enable_rtsp: false
|
||||
[02/12/24 23:35:27] crowsnest: rtsp_port: 8554
|
||||
[02/12/24 23:35:27] crowsnest: port: 8080
|
||||
[02/12/24 23:35:27] crowsnest: device: /dev/video0
|
||||
[02/12/24 23:35:27] crowsnest: resolution: 640x480
|
||||
[02/12/24 23:35:27] crowsnest: max_fps: 15
|
||||
[02/12/24 23:35:27] crowsnest: INFO: Detect available Devices
|
||||
[02/12/24 23:35:27] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/12/24 23:35:33] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/12/24 23:35:33] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/12/24 23:35:33] crowsnest: Prepare Startup ...
|
||||
[02/12/24 23:35:33] crowsnest: INFO: Host information:
|
||||
[02/12/24 23:35:33] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/12/24 23:35:33] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/12/24 23:35:33] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/12/24 23:35:33] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/12/24 23:35:33] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/12/24 23:35:33] crowsnest: Host Info: Available Memory: 7819948 kB
|
||||
[02/12/24 23:35:33] crowsnest: Host Info: Diskspace (avail. / total): 22G / 29G
|
||||
[02/12/24 23:35:33] crowsnest: INFO: Checking Dependencies
|
||||
[02/12/24 23:35:33] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/12/24 23:35:33] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/12/24 23:35:33] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/12/24 23:35:33] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/12/24 23:35:33] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/12/24 23:35:33] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/12/24 23:35:33] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/12/24 23:35:33] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/12/24 23:35:33] crowsnest: [crowsnest]
|
||||
[02/12/24 23:35:33] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/12/24 23:35:33] crowsnest: log_level: verbose
|
||||
[02/12/24 23:35:33] crowsnest: delete_log: false
|
||||
[02/12/24 23:35:33] crowsnest: no_proxy: false
|
||||
[02/12/24 23:35:33] crowsnest:
|
||||
[02/12/24 23:35:33] crowsnest: [cam 1]
|
||||
[02/12/24 23:35:33] crowsnest: mode: ustreamer
|
||||
[02/12/24 23:35:33] crowsnest:
|
||||
[02/12/24 23:35:33] crowsnest: enable_rtsp: false
|
||||
[02/12/24 23:35:33] crowsnest: rtsp_port: 8554
|
||||
[02/12/24 23:35:33] crowsnest: port: 8080
|
||||
[02/12/24 23:35:33] crowsnest: device: /dev/video0
|
||||
[02/12/24 23:35:33] crowsnest: resolution: 640x480
|
||||
[02/12/24 23:35:33] crowsnest: max_fps: 15
|
||||
[02/12/24 23:35:33] crowsnest: INFO: Detect available Devices
|
||||
[02/12/24 23:35:34] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/12/24 23:35:39] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/12/24 23:35:39] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/12/24 23:35:39] crowsnest: Prepare Startup ...
|
||||
[02/12/24 23:35:39] crowsnest: INFO: Host information:
|
||||
[02/12/24 23:35:40] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/12/24 23:35:40] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/12/24 23:35:40] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/12/24 23:35:40] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/12/24 23:35:40] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/12/24 23:35:40] crowsnest: Host Info: Available Memory: 7819948 kB
|
||||
[02/12/24 23:35:40] crowsnest: Host Info: Diskspace (avail. / total): 22G / 29G
|
||||
[02/12/24 23:35:40] crowsnest: INFO: Checking Dependencies
|
||||
[02/12/24 23:35:40] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/12/24 23:35:40] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/12/24 23:35:40] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/12/24 23:35:40] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/12/24 23:35:40] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/12/24 23:35:40] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/12/24 23:35:40] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/12/24 23:35:40] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/12/24 23:35:40] crowsnest: [crowsnest]
|
||||
[02/12/24 23:35:40] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/12/24 23:35:40] crowsnest: log_level: verbose
|
||||
[02/12/24 23:35:40] crowsnest: delete_log: false
|
||||
[02/12/24 23:35:40] crowsnest: no_proxy: false
|
||||
[02/12/24 23:35:40] crowsnest:
|
||||
[02/12/24 23:35:40] crowsnest: [cam 1]
|
||||
[02/12/24 23:35:40] crowsnest: mode: ustreamer
|
||||
[02/12/24 23:35:40] crowsnest:
|
||||
[02/12/24 23:35:40] crowsnest: enable_rtsp: false
|
||||
[02/12/24 23:35:40] crowsnest: rtsp_port: 8554
|
||||
[02/12/24 23:35:40] crowsnest: port: 8080
|
||||
[02/12/24 23:35:40] crowsnest: device: /dev/video0
|
||||
[02/12/24 23:35:40] crowsnest: resolution: 640x480
|
||||
[02/12/24 23:35:40] crowsnest: max_fps: 15
|
||||
[02/12/24 23:35:40] crowsnest: INFO: Detect available Devices
|
||||
[02/12/24 23:35:40] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/12/24 23:35:46] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/12/24 23:35:46] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/12/24 23:35:46] crowsnest: Prepare Startup ...
|
||||
[02/12/24 23:35:46] crowsnest: INFO: Host information:
|
||||
[02/12/24 23:35:46] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/12/24 23:35:46] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/12/24 23:35:46] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/12/24 23:35:46] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/12/24 23:35:46] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/12/24 23:35:46] crowsnest: Host Info: Available Memory: 7819948 kB
|
||||
[02/12/24 23:35:46] crowsnest: Host Info: Diskspace (avail. / total): 22G / 29G
|
||||
[02/12/24 23:35:46] crowsnest: INFO: Checking Dependencies
|
||||
[02/12/24 23:35:46] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/12/24 23:35:46] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/12/24 23:35:46] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/12/24 23:35:46] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/12/24 23:35:46] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/12/24 23:35:46] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/12/24 23:35:46] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/12/24 23:35:46] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/12/24 23:35:46] crowsnest: [crowsnest]
|
||||
[02/12/24 23:35:46] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/12/24 23:35:46] crowsnest: log_level: verbose
|
||||
[02/12/24 23:35:46] crowsnest: delete_log: false
|
||||
[02/12/24 23:35:46] crowsnest: no_proxy: false
|
||||
[02/12/24 23:35:46] crowsnest:
|
||||
[02/12/24 23:35:46] crowsnest: [cam 1]
|
||||
[02/12/24 23:35:46] crowsnest: mode: ustreamer
|
||||
[02/12/24 23:35:46] crowsnest:
|
||||
[02/12/24 23:35:46] crowsnest: enable_rtsp: false
|
||||
[02/12/24 23:35:46] crowsnest: rtsp_port: 8554
|
||||
[02/12/24 23:35:46] crowsnest: port: 8080
|
||||
[02/12/24 23:35:46] crowsnest: device: /dev/video0
|
||||
[02/12/24 23:35:46] crowsnest: resolution: 640x480
|
||||
[02/12/24 23:35:46] crowsnest: max_fps: 15
|
||||
[02/12/24 23:35:46] crowsnest: INFO: Detect available Devices
|
||||
[02/12/24 23:35:46] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/12/24 23:35:52] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/12/24 23:35:52] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/12/24 23:35:52] crowsnest: Prepare Startup ...
|
||||
[02/12/24 23:35:52] crowsnest: INFO: Host information:
|
||||
[02/12/24 23:35:52] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/12/24 23:35:52] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/12/24 23:35:52] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/12/24 23:35:52] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/12/24 23:35:52] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/12/24 23:35:52] crowsnest: Host Info: Available Memory: 7819948 kB
|
||||
[02/12/24 23:35:52] crowsnest: Host Info: Diskspace (avail. / total): 22G / 29G
|
||||
[02/12/24 23:35:52] crowsnest: INFO: Checking Dependencies
|
||||
[02/12/24 23:35:52] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/12/24 23:35:52] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/12/24 23:35:52] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/12/24 23:35:52] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/12/24 23:35:52] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/12/24 23:35:52] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/12/24 23:35:52] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/12/24 23:35:52] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/12/24 23:35:52] crowsnest: [crowsnest]
|
||||
[02/12/24 23:35:52] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/12/24 23:35:52] crowsnest: log_level: verbose
|
||||
[02/12/24 23:35:52] crowsnest: delete_log: false
|
||||
[02/12/24 23:35:52] crowsnest: no_proxy: false
|
||||
[02/12/24 23:35:52] crowsnest:
|
||||
[02/12/24 23:35:52] crowsnest: [cam 1]
|
||||
[02/12/24 23:35:52] crowsnest: mode: ustreamer
|
||||
[02/12/24 23:35:52] crowsnest:
|
||||
[02/12/24 23:35:52] crowsnest: enable_rtsp: false
|
||||
[02/12/24 23:35:52] crowsnest: rtsp_port: 8554
|
||||
[02/12/24 23:35:52] crowsnest: port: 8080
|
||||
[02/12/24 23:35:52] crowsnest: device: /dev/video0
|
||||
[02/12/24 23:35:52] crowsnest: resolution: 640x480
|
||||
[02/12/24 23:35:52] crowsnest: max_fps: 15
|
||||
[02/12/24 23:35:52] crowsnest: INFO: Detect available Devices
|
||||
[02/12/24 23:35:53] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/12/24 23:35:58] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/12/24 23:35:58] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/12/24 23:35:58] crowsnest: Prepare Startup ...
|
||||
[02/12/24 23:35:58] crowsnest: INFO: Host information:
|
||||
[02/12/24 23:35:58] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/12/24 23:35:58] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/12/24 23:35:58] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/12/24 23:35:58] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/12/24 23:35:58] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/12/24 23:35:58] crowsnest: Host Info: Available Memory: 7819948 kB
|
||||
[02/12/24 23:35:58] crowsnest: Host Info: Diskspace (avail. / total): 22G / 29G
|
||||
[02/12/24 23:35:58] crowsnest: INFO: Checking Dependencies
|
||||
[02/12/24 23:35:58] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/12/24 23:35:58] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/12/24 23:35:58] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/12/24 23:35:58] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/12/24 23:35:58] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/12/24 23:35:58] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/12/24 23:35:59] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/12/24 23:35:59] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/12/24 23:35:59] crowsnest: [crowsnest]
|
||||
[02/12/24 23:35:59] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/12/24 23:35:59] crowsnest: log_level: verbose
|
||||
[02/12/24 23:35:59] crowsnest: delete_log: false
|
||||
[02/12/24 23:35:59] crowsnest: no_proxy: false
|
||||
[02/12/24 23:35:59] crowsnest:
|
||||
[02/12/24 23:35:59] crowsnest: [cam 1]
|
||||
[02/12/24 23:35:59] crowsnest: mode: ustreamer
|
||||
[02/12/24 23:35:59] crowsnest:
|
||||
[02/12/24 23:35:59] crowsnest: enable_rtsp: false
|
||||
[02/12/24 23:35:59] crowsnest: rtsp_port: 8554
|
||||
[02/12/24 23:35:59] crowsnest: port: 8080
|
||||
[02/12/24 23:35:59] crowsnest: device: /dev/video0
|
||||
[02/12/24 23:35:59] crowsnest: resolution: 640x480
|
||||
[02/12/24 23:35:59] crowsnest: max_fps: 15
|
||||
[02/12/24 23:35:59] crowsnest: INFO: Detect available Devices
|
||||
[02/12/24 23:35:59] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/12/24 23:36:04] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/12/24 23:36:04] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/12/24 23:36:05] crowsnest: Prepare Startup ...
|
||||
[02/12/24 23:36:05] crowsnest: INFO: Host information:
|
||||
[02/12/24 23:36:05] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/12/24 23:36:05] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/12/24 23:36:05] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/12/24 23:36:05] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/12/24 23:36:05] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/12/24 23:36:05] crowsnest: Host Info: Available Memory: 7819948 kB
|
||||
[02/12/24 23:36:05] crowsnest: Host Info: Diskspace (avail. / total): 22G / 29G
|
||||
[02/12/24 23:36:05] crowsnest: INFO: Checking Dependencies
|
||||
[02/12/24 23:36:05] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/12/24 23:36:05] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/12/24 23:36:05] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/12/24 23:36:05] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/12/24 23:36:05] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/12/24 23:36:05] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/12/24 23:36:05] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/12/24 23:36:05] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/12/24 23:36:05] crowsnest: [crowsnest]
|
||||
[02/12/24 23:36:05] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/12/24 23:36:05] crowsnest: log_level: verbose
|
||||
[02/12/24 23:36:05] crowsnest: delete_log: false
|
||||
[02/12/24 23:36:05] crowsnest: no_proxy: false
|
||||
[02/12/24 23:36:05] crowsnest:
|
||||
[02/12/24 23:36:05] crowsnest: [cam 1]
|
||||
[02/12/24 23:36:05] crowsnest: mode: ustreamer
|
||||
[02/12/24 23:36:05] crowsnest:
|
||||
[02/12/24 23:36:05] crowsnest: enable_rtsp: false
|
||||
[02/12/24 23:36:05] crowsnest: rtsp_port: 8554
|
||||
[02/12/24 23:36:05] crowsnest: port: 8080
|
||||
[02/12/24 23:36:05] crowsnest: device: /dev/video0
|
||||
[02/12/24 23:36:05] crowsnest: resolution: 640x480
|
||||
[02/12/24 23:36:05] crowsnest: max_fps: 15
|
||||
[02/12/24 23:36:05] crowsnest: INFO: Detect available Devices
|
||||
[02/12/24 23:36:05] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/13/24 10:34:30] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/13/24 10:34:30] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/13/24 10:34:30] crowsnest: Prepare Startup ...
|
||||
[02/13/24 10:34:30] crowsnest: INFO: Host information:
|
||||
[02/13/24 10:34:30] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/13/24 10:34:30] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/13/24 10:34:30] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/13/24 10:34:30] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/13/24 10:34:30] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/13/24 10:34:30] crowsnest: Host Info: Available Memory: 7819948 kB
|
||||
[02/13/24 10:34:30] crowsnest: Host Info: Diskspace (avail. / total): 22G / 29G
|
||||
[02/13/24 10:34:30] crowsnest: INFO: Checking Dependencies
|
||||
[02/13/24 10:34:30] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/13/24 10:34:30] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/13/24 10:34:30] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/13/24 10:34:30] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/13/24 10:34:30] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/13/24 10:34:30] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/13/24 10:34:30] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/13/24 10:34:30] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/13/24 10:34:30] crowsnest: [crowsnest]
|
||||
[02/13/24 10:34:30] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/13/24 10:34:30] crowsnest: log_level: verbose
|
||||
[02/13/24 10:34:30] crowsnest: delete_log: false
|
||||
[02/13/24 10:34:30] crowsnest: no_proxy: false
|
||||
[02/13/24 10:34:30] crowsnest:
|
||||
[02/13/24 10:34:30] crowsnest: [cam 1]
|
||||
[02/13/24 10:34:30] crowsnest: mode: ustreamer
|
||||
[02/13/24 10:34:30] crowsnest:
|
||||
[02/13/24 10:34:30] crowsnest: enable_rtsp: true
|
||||
[02/13/24 10:34:30] crowsnest: rtsp_port: 8554
|
||||
[02/13/24 10:34:30] crowsnest: port: 8080
|
||||
[02/13/24 10:34:30] crowsnest: device: /dev/v4l/usb-Generic_USB2.0_PC_CAMERA-video-index0
|
||||
[02/13/24 10:34:30] crowsnest: resolution: 640x480
|
||||
[02/13/24 10:34:30] crowsnest: max_fps: 60
|
||||
[02/13/24 10:34:30] crowsnest: INFO: Detect available Devices
|
||||
[02/13/24 10:34:30] crowsnest: INFO: Found 2 total available Device(s)
|
||||
[02/13/24 10:34:30] crowsnest: Detected 'libcamera' device -> /base/scb/xhci@7e9c0000-1.2:1.0-1908:2311
|
||||
[02/13/24 10:34:30] crowsnest: INFO: Found 1 available v4l2 (UVC) camera(s)
|
||||
[02/13/24 10:34:30] crowsnest: /dev/v4l/by-id/usb-Generic_USB2.0_PC_CAMERA-video-index0 -> /dev/video0
|
||||
[02/13/24 10:34:30] crowsnest: Supported Formats:
|
||||
[02/13/24 10:34:30] crowsnest: [0]: 'YUYV' (YUYV 4:2:2)
|
||||
[02/13/24 10:34:30] crowsnest: Size: Discrete 640x480
|
||||
[02/13/24 10:34:30] crowsnest: Interval: Discrete 0.033s (30.000 fps)
|
||||
[02/13/24 10:34:30] crowsnest: Interval: Discrete 0.067s (15.000 fps)
|
||||
[02/13/24 10:34:30] crowsnest: Size: Discrete 352x288
|
||||
[02/13/24 10:34:30] crowsnest: Interval: Discrete 0.033s (30.000 fps)
|
||||
[02/13/24 10:34:30] crowsnest: Interval: Discrete 0.067s (15.000 fps)
|
||||
[02/13/24 10:34:30] crowsnest: Size: Discrete 320x240
|
||||
[02/13/24 10:34:30] crowsnest: Interval: Discrete 0.033s (30.000 fps)
|
||||
[02/13/24 10:34:30] crowsnest: Interval: Discrete 0.067s (15.000 fps)
|
||||
[02/13/24 10:34:30] crowsnest: Size: Discrete 176x144
|
||||
[02/13/24 10:34:30] crowsnest: Interval: Discrete 0.033s (30.000 fps)
|
||||
[02/13/24 10:34:30] crowsnest: Interval: Discrete 0.067s (15.000 fps)
|
||||
[02/13/24 10:34:30] crowsnest: Size: Discrete 160x120
|
||||
[02/13/24 10:34:30] crowsnest: Interval: Discrete 0.033s (30.000 fps)
|
||||
[02/13/24 10:34:30] crowsnest: Interval: Discrete 0.067s (15.000 fps)
|
||||
[02/13/24 10:34:30] crowsnest: Supported Controls:
|
||||
[02/13/24 10:34:30] crowsnest:
|
||||
[02/13/24 10:34:30] crowsnest: User Controls
|
||||
[02/13/24 10:34:30] crowsnest:
|
||||
[02/13/24 10:34:30] crowsnest: brightness 0x00980900 (int) : min=0 max=255 step=1 default=128 value=128
|
||||
[02/13/24 10:34:30] crowsnest: contrast 0x00980901 (int) : min=0 max=255 step=1 default=130 value=130
|
||||
[02/13/24 10:34:30] crowsnest: saturation 0x00980902 (int) : min=0 max=255 step=1 default=64 value=64
|
||||
[02/13/24 10:34:30] crowsnest: hue 0x00980903 (int) : min=-127 max=127 step=1 default=0 value=0
|
||||
[02/13/24 10:34:30] crowsnest: gamma 0x00980910 (int) : min=1 max=8 step=1 default=4 value=4
|
||||
[02/13/24 10:34:30] crowsnest: power_line_frequency 0x00980918 (menu) : min=0 max=2 default=1 value=1
|
||||
[02/13/24 10:34:30] crowsnest: 0: Disabled
|
||||
[02/13/24 10:34:30] crowsnest: 1: 50 Hz
|
||||
[02/13/24 10:34:30] crowsnest: 2: 60 Hz
|
||||
[02/13/24 10:34:30] crowsnest: sharpness 0x0098091b (int) : min=0 max=15 step=1 default=13 value=13
|
||||
[02/13/24 10:34:30] crowsnest: backlight_compensation 0x0098091c (int) : min=1 max=5 step=1 default=1 value=1
|
||||
[02/13/24 10:34:30] crowsnest: Try to start configured Cams / Services...
|
||||
[02/13/24 10:34:32] crowsnest: INFO: Configuration of Section [cam 1] looks good. Continue ...
|
||||
[02/13/24 10:34:32] crowsnest: V4L2 Control: No parameters set for [cam 1]. Skipped.
|
||||
[02/13/24 10:34:34] crowsnest: Starting ustreamer with Device /dev/v4l/usb-Generic_USB2.0_PC_CAMERA-video-index0 ...
|
||||
[02/13/24 10:34:36] crowsnest: ... Done!
|
||||
[02/13/24 10:34:36] crowsnest: WATCHDOG: Lost Device: '/dev/v4l/usb-Generic_USB2.0_PC_CAMERA-video-index0'
|
||||
[02/13/24 11:08:53] crowsnest: Shutdown or Killed by User!
|
||||
[02/13/24 11:08:53] crowsnest: Please come again :)
|
||||
[02/13/24 11:08:53] crowsnest: Goodbye...
|
||||
[02/13/24 11:08:54] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/13/24 11:08:54] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/13/24 11:08:54] crowsnest: Prepare Startup ...
|
||||
[02/13/24 11:08:54] crowsnest: INFO: Host information:
|
||||
[02/13/24 11:08:54] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/13/24 11:08:54] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/13/24 11:08:54] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/13/24 11:08:54] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/13/24 11:08:54] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/13/24 11:08:54] crowsnest: Host Info: Available Memory: 7819948 kB
|
||||
[02/13/24 11:08:54] crowsnest: Host Info: Diskspace (avail. / total): 22G / 29G
|
||||
[02/13/24 11:08:54] crowsnest: INFO: Checking Dependencies
|
||||
[02/13/24 11:08:54] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/13/24 11:08:54] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/13/24 11:08:54] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/13/24 11:08:54] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/13/24 11:08:54] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/13/24 11:08:54] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/13/24 11:08:54] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/13/24 11:08:54] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/13/24 11:08:54] crowsnest: [crowsnest]
|
||||
[02/13/24 11:08:54] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/13/24 11:08:54] crowsnest: log_level: verbose
|
||||
[02/13/24 11:08:54] crowsnest: delete_log: false
|
||||
[02/13/24 11:08:54] crowsnest: no_proxy: false
|
||||
[02/13/24 11:08:54] crowsnest:
|
||||
[02/13/24 11:08:54] crowsnest: [cam 1]
|
||||
[02/13/24 11:08:54] crowsnest: mode: camera-streamer
|
||||
[02/13/24 11:08:54] crowsnest:
|
||||
[02/13/24 11:08:54] crowsnest: enable_rtsp: true
|
||||
[02/13/24 11:08:54] crowsnest: rtsp_port: 8554
|
||||
[02/13/24 11:08:54] crowsnest: port: 8080
|
||||
[02/13/24 11:08:54] crowsnest: device: /dev/v4l/by-id/usb-Generic_USB2.0_PC_CAMERA-video-index0
|
||||
[02/13/24 11:08:54] crowsnest: resolution: 640x480
|
||||
[02/13/24 11:08:54] crowsnest: max_fps: 30
|
||||
[02/13/24 11:08:54] crowsnest: INFO: Detect available Devices
|
||||
[02/13/24 11:08:55] crowsnest: INFO: Found 2 total available Device(s)
|
||||
[02/13/24 11:08:55] crowsnest: Detected 'libcamera' device -> /base/scb/xhci@7e9c0000-1.2:1.0-1908:2311
|
||||
[02/13/24 11:08:55] crowsnest: INFO: Found 1 available v4l2 (UVC) camera(s)
|
||||
[02/13/24 11:08:55] crowsnest: /dev/v4l/by-id/usb-Generic_USB2.0_PC_CAMERA-video-index0 -> /dev/video0
|
||||
[02/13/24 11:08:55] crowsnest: Supported Formats:
|
||||
[02/13/24 11:08:55] crowsnest: [0]: 'YUYV' (YUYV 4:2:2)
|
||||
[02/13/24 11:08:55] crowsnest: Size: Discrete 640x480
|
||||
[02/13/24 11:08:55] crowsnest: Interval: Discrete 0.033s (30.000 fps)
|
||||
[02/13/24 11:08:55] crowsnest: Interval: Discrete 0.067s (15.000 fps)
|
||||
[02/13/24 11:08:55] crowsnest: Size: Discrete 352x288
|
||||
[02/13/24 11:08:55] crowsnest: Interval: Discrete 0.033s (30.000 fps)
|
||||
[02/13/24 11:08:55] crowsnest: Interval: Discrete 0.067s (15.000 fps)
|
||||
[02/13/24 11:08:55] crowsnest: Size: Discrete 320x240
|
||||
[02/13/24 11:08:55] crowsnest: Interval: Discrete 0.033s (30.000 fps)
|
||||
[02/13/24 11:08:55] crowsnest: Interval: Discrete 0.067s (15.000 fps)
|
||||
[02/13/24 11:08:55] crowsnest: Size: Discrete 176x144
|
||||
[02/13/24 11:08:55] crowsnest: Interval: Discrete 0.033s (30.000 fps)
|
||||
[02/13/24 11:08:55] crowsnest: Interval: Discrete 0.067s (15.000 fps)
|
||||
[02/13/24 11:08:55] crowsnest: Size: Discrete 160x120
|
||||
[02/13/24 11:08:55] crowsnest: Interval: Discrete 0.033s (30.000 fps)
|
||||
[02/13/24 11:08:55] crowsnest: Interval: Discrete 0.067s (15.000 fps)
|
||||
[02/13/24 11:08:55] crowsnest: Supported Controls:
|
||||
[02/13/24 11:08:55] crowsnest:
|
||||
[02/13/24 11:08:55] crowsnest: User Controls
|
||||
[02/13/24 11:08:55] crowsnest:
|
||||
[02/13/24 11:08:55] crowsnest: brightness 0x00980900 (int) : min=0 max=255 step=1 default=128 value=128
|
||||
[02/13/24 11:08:55] crowsnest: contrast 0x00980901 (int) : min=0 max=255 step=1 default=130 value=130
|
||||
[02/13/24 11:08:55] crowsnest: saturation 0x00980902 (int) : min=0 max=255 step=1 default=64 value=64
|
||||
[02/13/24 11:08:55] crowsnest: hue 0x00980903 (int) : min=-127 max=127 step=1 default=0 value=0
|
||||
[02/13/24 11:08:55] crowsnest: gamma 0x00980910 (int) : min=1 max=8 step=1 default=4 value=4
|
||||
[02/13/24 11:08:55] crowsnest: power_line_frequency 0x00980918 (menu) : min=0 max=2 default=1 value=1
|
||||
[02/13/24 11:08:55] crowsnest: 0: Disabled
|
||||
[02/13/24 11:08:55] crowsnest: 1: 50 Hz
|
||||
[02/13/24 11:08:55] crowsnest: 2: 60 Hz
|
||||
[02/13/24 11:08:55] crowsnest: sharpness 0x0098091b (int) : min=0 max=15 step=1 default=13 value=13
|
||||
[02/13/24 11:08:55] crowsnest: backlight_compensation 0x0098091c (int) : min=1 max=5 step=1 default=1 value=1
|
||||
[02/13/24 11:08:55] crowsnest: Try to start configured Cams / Services...
|
||||
[02/13/24 11:08:56] crowsnest: INFO: Configuration of Section [cam 1] looks good. Continue ...
|
||||
[02/13/24 11:08:58] crowsnest: Starting camera-streamer with Device /dev/v4l/by-id/usb-Generic_USB2.0_PC_CAMERA-video-index0 ...
|
||||
[02/13/24 11:08:58] crowsnest: ... Done!
|
897
dirs/printer_data/logs/crowsnest.log.2024-02-16
Normal file
897
dirs/printer_data/logs/crowsnest.log.2024-02-16
Normal file
@ -0,0 +1,897 @@
|
||||
[06/18/23 10:56:38] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[06/18/23 10:56:38] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[06/18/23 10:56:38] crowsnest: Prepare Startup ...
|
||||
[06/18/23 10:56:38] crowsnest: INFO: Host information:
|
||||
[06/18/23 10:56:38] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[06/18/23 10:56:38] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[06/18/23 10:56:38] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[06/18/23 10:56:38] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[06/18/23 10:56:38] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[06/18/23 10:56:38] crowsnest: Host Info: Available Memory: 7819944 kB
|
||||
[06/18/23 10:56:38] crowsnest: Host Info: Diskspace (avail. / total): 23G / 29G
|
||||
[06/18/23 10:56:38] crowsnest: INFO: Checking Dependencies
|
||||
[06/18/23 10:56:38] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[06/18/23 10:56:38] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[06/18/23 10:56:38] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[06/18/23 10:56:38] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[06/18/23 10:56:38] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[06/18/23 10:56:38] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[06/18/23 10:56:40] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[06/18/23 10:56:40] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[06/18/23 10:56:40] crowsnest: [crowsnest]
|
||||
[06/18/23 10:56:40] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[06/18/23 10:56:40] crowsnest: log_level: verbose
|
||||
[06/18/23 10:56:40] crowsnest: delete_log: false
|
||||
[06/18/23 10:56:40] crowsnest: no_proxy: false
|
||||
[06/18/23 10:56:40] crowsnest:
|
||||
[06/18/23 10:56:40] crowsnest: [cam 1]
|
||||
[06/18/23 10:56:40] crowsnest: mode: ustreamer
|
||||
[06/18/23 10:56:40] crowsnest:
|
||||
[06/18/23 10:56:40] crowsnest: enable_rtsp: false
|
||||
[06/18/23 10:56:40] crowsnest: rtsp_port: 8554
|
||||
[06/18/23 10:56:40] crowsnest: port: 8080
|
||||
[06/18/23 10:56:40] crowsnest: device: /dev/video0
|
||||
[06/18/23 10:56:40] crowsnest: resolution: 640x480
|
||||
[06/18/23 10:56:40] crowsnest: max_fps: 15
|
||||
[06/18/23 10:56:40] crowsnest: INFO: Detect available Devices
|
||||
[06/18/23 10:56:40] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[06/18/23 10:56:46] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[06/18/23 10:56:46] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[06/18/23 10:56:46] crowsnest: Prepare Startup ...
|
||||
[06/18/23 10:56:46] crowsnest: INFO: Host information:
|
||||
[06/18/23 10:56:46] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[06/18/23 10:56:46] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[06/18/23 10:56:46] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[06/18/23 10:56:46] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[06/18/23 10:56:46] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[06/18/23 10:56:46] crowsnest: Host Info: Available Memory: 7819944 kB
|
||||
[06/18/23 10:56:46] crowsnest: Host Info: Diskspace (avail. / total): 23G / 29G
|
||||
[06/18/23 10:56:46] crowsnest: INFO: Checking Dependencies
|
||||
[06/18/23 10:56:46] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[06/18/23 10:56:46] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[06/18/23 10:56:46] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[06/18/23 10:56:46] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[06/18/23 10:56:46] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[06/18/23 10:56:46] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[06/18/23 10:56:46] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[06/18/23 10:56:46] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[06/18/23 10:56:46] crowsnest: [crowsnest]
|
||||
[06/18/23 10:56:46] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[06/18/23 10:56:46] crowsnest: log_level: verbose
|
||||
[06/18/23 10:56:46] crowsnest: delete_log: false
|
||||
[06/18/23 10:56:46] crowsnest: no_proxy: false
|
||||
[06/18/23 10:56:46] crowsnest:
|
||||
[06/18/23 10:56:46] crowsnest: [cam 1]
|
||||
[06/18/23 10:56:46] crowsnest: mode: ustreamer
|
||||
[06/18/23 10:56:46] crowsnest:
|
||||
[06/18/23 10:56:46] crowsnest: enable_rtsp: false
|
||||
[06/18/23 10:56:46] crowsnest: rtsp_port: 8554
|
||||
[06/18/23 10:56:46] crowsnest: port: 8080
|
||||
[06/18/23 10:56:46] crowsnest: device: /dev/video0
|
||||
[06/18/23 10:56:46] crowsnest: resolution: 640x480
|
||||
[06/18/23 10:56:46] crowsnest: max_fps: 15
|
||||
[06/18/23 10:56:46] crowsnest: INFO: Detect available Devices
|
||||
[06/18/23 10:56:46] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/08/24 14:12:42] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/08/24 14:12:42] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/08/24 14:12:42] crowsnest: Prepare Startup ...
|
||||
[02/08/24 14:12:42] crowsnest: INFO: Host information:
|
||||
[02/08/24 14:12:42] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/08/24 14:12:42] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/08/24 14:12:42] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/08/24 14:12:42] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/08/24 14:12:42] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/08/24 14:12:42] crowsnest: Host Info: Available Memory: 7819944 kB
|
||||
[02/08/24 14:12:42] crowsnest: Host Info: Diskspace (avail. / total): 23G / 29G
|
||||
[02/08/24 14:12:42] crowsnest: INFO: Checking Dependencies
|
||||
[02/08/24 14:12:42] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/08/24 14:12:42] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/08/24 14:12:42] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/08/24 14:12:42] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/08/24 14:12:42] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/08/24 14:12:42] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/08/24 14:12:42] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/08/24 14:12:42] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/08/24 14:12:42] crowsnest: [crowsnest]
|
||||
[02/08/24 14:12:42] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/08/24 14:12:42] crowsnest: log_level: verbose
|
||||
[02/08/24 14:12:42] crowsnest: delete_log: false
|
||||
[02/08/24 14:12:42] crowsnest: no_proxy: false
|
||||
[02/08/24 14:12:42] crowsnest:
|
||||
[02/08/24 14:12:42] crowsnest: [cam 1]
|
||||
[02/08/24 14:12:42] crowsnest: mode: ustreamer
|
||||
[02/08/24 14:12:42] crowsnest:
|
||||
[02/08/24 14:12:42] crowsnest: enable_rtsp: false
|
||||
[02/08/24 14:12:42] crowsnest: rtsp_port: 8554
|
||||
[02/08/24 14:12:42] crowsnest: port: 8080
|
||||
[02/08/24 14:12:42] crowsnest: device: /dev/video0
|
||||
[02/08/24 14:12:42] crowsnest: resolution: 640x480
|
||||
[02/08/24 14:12:42] crowsnest: max_fps: 15
|
||||
[02/08/24 14:12:42] crowsnest: INFO: Detect available Devices
|
||||
[02/08/24 14:12:42] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/08/24 14:12:48] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/08/24 14:12:48] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/08/24 14:12:48] crowsnest: Prepare Startup ...
|
||||
[02/08/24 14:12:48] crowsnest: INFO: Host information:
|
||||
[02/08/24 14:12:48] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/08/24 14:12:48] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/08/24 14:12:48] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/08/24 14:12:48] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/08/24 14:12:48] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/08/24 14:12:48] crowsnest: Host Info: Available Memory: 7819944 kB
|
||||
[02/08/24 14:12:48] crowsnest: Host Info: Diskspace (avail. / total): 23G / 29G
|
||||
[02/08/24 14:12:48] crowsnest: INFO: Checking Dependencies
|
||||
[02/08/24 14:12:48] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/08/24 14:12:48] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/08/24 14:12:48] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/08/24 14:12:48] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/08/24 14:12:48] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/08/24 14:12:48] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/08/24 14:12:48] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/08/24 14:12:48] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/08/24 14:12:48] crowsnest: [crowsnest]
|
||||
[02/08/24 14:12:48] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/08/24 14:12:48] crowsnest: log_level: verbose
|
||||
[02/08/24 14:12:48] crowsnest: delete_log: false
|
||||
[02/08/24 14:12:48] crowsnest: no_proxy: false
|
||||
[02/08/24 14:12:48] crowsnest:
|
||||
[02/08/24 14:12:48] crowsnest: [cam 1]
|
||||
[02/08/24 14:12:48] crowsnest: mode: ustreamer
|
||||
[02/08/24 14:12:48] crowsnest:
|
||||
[02/08/24 14:12:48] crowsnest: enable_rtsp: false
|
||||
[02/08/24 14:12:48] crowsnest: rtsp_port: 8554
|
||||
[02/08/24 14:12:48] crowsnest: port: 8080
|
||||
[02/08/24 14:12:48] crowsnest: device: /dev/video0
|
||||
[02/08/24 14:12:48] crowsnest: resolution: 640x480
|
||||
[02/08/24 14:12:48] crowsnest: max_fps: 15
|
||||
[02/08/24 14:12:48] crowsnest: INFO: Detect available Devices
|
||||
[02/08/24 14:12:49] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/08/24 14:12:54] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/08/24 14:12:54] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/08/24 14:12:54] crowsnest: Prepare Startup ...
|
||||
[02/08/24 14:12:54] crowsnest: INFO: Host information:
|
||||
[02/08/24 14:12:54] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/08/24 14:12:54] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/08/24 14:12:54] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/08/24 14:12:54] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/08/24 14:12:54] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/08/24 14:12:54] crowsnest: Host Info: Available Memory: 7819944 kB
|
||||
[02/08/24 14:12:54] crowsnest: Host Info: Diskspace (avail. / total): 23G / 29G
|
||||
[02/08/24 14:12:54] crowsnest: INFO: Checking Dependencies
|
||||
[02/08/24 14:12:54] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/08/24 14:12:54] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/08/24 14:12:54] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/08/24 14:12:54] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/08/24 14:12:54] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/08/24 14:12:54] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/08/24 14:12:55] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/08/24 14:12:55] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/08/24 14:12:55] crowsnest: [crowsnest]
|
||||
[02/08/24 14:12:55] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/08/24 14:12:55] crowsnest: log_level: verbose
|
||||
[02/08/24 14:12:55] crowsnest: delete_log: false
|
||||
[02/08/24 14:12:55] crowsnest: no_proxy: false
|
||||
[02/08/24 14:12:55] crowsnest:
|
||||
[02/08/24 14:12:55] crowsnest: [cam 1]
|
||||
[02/08/24 14:12:55] crowsnest: mode: ustreamer
|
||||
[02/08/24 14:12:55] crowsnest:
|
||||
[02/08/24 14:12:55] crowsnest: enable_rtsp: false
|
||||
[02/08/24 14:12:55] crowsnest: rtsp_port: 8554
|
||||
[02/08/24 14:12:55] crowsnest: port: 8080
|
||||
[02/08/24 14:12:55] crowsnest: device: /dev/video0
|
||||
[02/08/24 14:12:55] crowsnest: resolution: 640x480
|
||||
[02/08/24 14:12:55] crowsnest: max_fps: 15
|
||||
[02/08/24 14:12:55] crowsnest: INFO: Detect available Devices
|
||||
[02/08/24 14:12:55] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/08/24 14:13:00] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/08/24 14:13:00] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/08/24 14:13:01] crowsnest: Prepare Startup ...
|
||||
[02/08/24 14:13:01] crowsnest: INFO: Host information:
|
||||
[02/08/24 14:13:01] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/08/24 14:13:01] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/08/24 14:13:01] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/08/24 14:13:01] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/08/24 14:13:01] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/08/24 14:13:01] crowsnest: Host Info: Available Memory: 7819944 kB
|
||||
[02/08/24 14:13:01] crowsnest: Host Info: Diskspace (avail. / total): 23G / 29G
|
||||
[02/08/24 14:13:01] crowsnest: INFO: Checking Dependencies
|
||||
[02/08/24 14:13:01] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/08/24 14:13:01] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/08/24 14:13:01] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/08/24 14:13:01] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/08/24 14:13:01] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/08/24 14:13:01] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/08/24 14:13:01] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/08/24 14:13:01] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/08/24 14:13:01] crowsnest: [crowsnest]
|
||||
[02/08/24 14:13:01] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/08/24 14:13:01] crowsnest: log_level: verbose
|
||||
[02/08/24 14:13:01] crowsnest: delete_log: false
|
||||
[02/08/24 14:13:01] crowsnest: no_proxy: false
|
||||
[02/08/24 14:13:01] crowsnest:
|
||||
[02/08/24 14:13:01] crowsnest: [cam 1]
|
||||
[02/08/24 14:13:01] crowsnest: mode: ustreamer
|
||||
[02/08/24 14:13:01] crowsnest:
|
||||
[02/08/24 14:13:01] crowsnest: enable_rtsp: false
|
||||
[02/08/24 14:13:01] crowsnest: rtsp_port: 8554
|
||||
[02/08/24 14:13:01] crowsnest: port: 8080
|
||||
[02/08/24 14:13:01] crowsnest: device: /dev/video0
|
||||
[02/08/24 14:13:01] crowsnest: resolution: 640x480
|
||||
[02/08/24 14:13:01] crowsnest: max_fps: 15
|
||||
[02/08/24 14:13:01] crowsnest: INFO: Detect available Devices
|
||||
[02/08/24 14:13:01] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/08/24 14:13:07] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/08/24 14:13:07] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/08/24 14:13:07] crowsnest: Prepare Startup ...
|
||||
[02/08/24 14:13:07] crowsnest: INFO: Host information:
|
||||
[02/08/24 14:13:07] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/08/24 14:13:07] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/08/24 14:13:07] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/08/24 14:13:07] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/08/24 14:13:07] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/08/24 14:13:07] crowsnest: Host Info: Available Memory: 7819944 kB
|
||||
[02/08/24 14:13:07] crowsnest: Host Info: Diskspace (avail. / total): 23G / 29G
|
||||
[02/08/24 14:13:07] crowsnest: INFO: Checking Dependencies
|
||||
[02/08/24 14:13:07] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/08/24 14:13:07] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/08/24 14:13:07] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/08/24 14:13:07] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/08/24 14:13:07] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/08/24 14:13:07] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/08/24 14:13:07] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/08/24 14:13:07] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/08/24 14:13:07] crowsnest: [crowsnest]
|
||||
[02/08/24 14:13:07] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/08/24 14:13:07] crowsnest: log_level: verbose
|
||||
[02/08/24 14:13:07] crowsnest: delete_log: false
|
||||
[02/08/24 14:13:07] crowsnest: no_proxy: false
|
||||
[02/08/24 14:13:07] crowsnest:
|
||||
[02/08/24 14:13:07] crowsnest: [cam 1]
|
||||
[02/08/24 14:13:07] crowsnest: mode: ustreamer
|
||||
[02/08/24 14:13:07] crowsnest:
|
||||
[02/08/24 14:13:07] crowsnest: enable_rtsp: false
|
||||
[02/08/24 14:13:07] crowsnest: rtsp_port: 8554
|
||||
[02/08/24 14:13:07] crowsnest: port: 8080
|
||||
[02/08/24 14:13:07] crowsnest: device: /dev/video0
|
||||
[02/08/24 14:13:07] crowsnest: resolution: 640x480
|
||||
[02/08/24 14:13:07] crowsnest: max_fps: 15
|
||||
[02/08/24 14:13:07] crowsnest: INFO: Detect available Devices
|
||||
[02/08/24 14:13:07] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/08/24 14:13:13] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/08/24 14:13:13] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/08/24 14:13:13] crowsnest: Prepare Startup ...
|
||||
[02/08/24 14:13:13] crowsnest: INFO: Host information:
|
||||
[02/08/24 14:13:13] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/08/24 14:13:13] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/08/24 14:13:13] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/08/24 14:13:13] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/08/24 14:13:13] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/08/24 14:13:13] crowsnest: Host Info: Available Memory: 7819944 kB
|
||||
[02/08/24 14:13:13] crowsnest: Host Info: Diskspace (avail. / total): 23G / 29G
|
||||
[02/08/24 14:13:13] crowsnest: INFO: Checking Dependencies
|
||||
[02/08/24 14:13:13] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/08/24 14:13:13] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/08/24 14:13:13] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/08/24 14:13:13] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/08/24 14:13:13] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/08/24 14:13:13] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/08/24 14:13:13] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/08/24 14:13:13] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/08/24 14:13:13] crowsnest: [crowsnest]
|
||||
[02/08/24 14:13:13] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/08/24 14:13:13] crowsnest: log_level: verbose
|
||||
[02/08/24 14:13:13] crowsnest: delete_log: false
|
||||
[02/08/24 14:13:13] crowsnest: no_proxy: false
|
||||
[02/08/24 14:13:13] crowsnest:
|
||||
[02/08/24 14:13:13] crowsnest: [cam 1]
|
||||
[02/08/24 14:13:13] crowsnest: mode: ustreamer
|
||||
[02/08/24 14:13:13] crowsnest:
|
||||
[02/08/24 14:13:13] crowsnest: enable_rtsp: false
|
||||
[02/08/24 14:13:13] crowsnest: rtsp_port: 8554
|
||||
[02/08/24 14:13:13] crowsnest: port: 8080
|
||||
[02/08/24 14:13:13] crowsnest: device: /dev/video0
|
||||
[02/08/24 14:13:13] crowsnest: resolution: 640x480
|
||||
[02/08/24 14:13:13] crowsnest: max_fps: 15
|
||||
[02/08/24 14:13:13] crowsnest: INFO: Detect available Devices
|
||||
[02/08/24 14:13:14] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/08/24 14:13:19] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/08/24 14:13:19] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/08/24 14:13:19] crowsnest: Prepare Startup ...
|
||||
[02/08/24 14:13:19] crowsnest: INFO: Host information:
|
||||
[02/08/24 14:13:19] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/08/24 14:13:19] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/08/24 14:13:19] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/08/24 14:13:19] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/08/24 14:13:19] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/08/24 14:13:19] crowsnest: Host Info: Available Memory: 7819944 kB
|
||||
[02/08/24 14:13:19] crowsnest: Host Info: Diskspace (avail. / total): 23G / 29G
|
||||
[02/08/24 14:13:19] crowsnest: INFO: Checking Dependencies
|
||||
[02/08/24 14:13:19] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/08/24 14:13:19] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/08/24 14:13:19] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/08/24 14:13:19] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/08/24 14:13:19] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/08/24 14:13:19] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/08/24 14:13:20] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/08/24 14:13:20] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/08/24 14:13:20] crowsnest: [crowsnest]
|
||||
[02/08/24 14:13:20] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/08/24 14:13:20] crowsnest: log_level: verbose
|
||||
[02/08/24 14:13:20] crowsnest: delete_log: false
|
||||
[02/08/24 14:13:20] crowsnest: no_proxy: false
|
||||
[02/08/24 14:13:20] crowsnest:
|
||||
[02/08/24 14:13:20] crowsnest: [cam 1]
|
||||
[02/08/24 14:13:20] crowsnest: mode: ustreamer
|
||||
[02/08/24 14:13:20] crowsnest:
|
||||
[02/08/24 14:13:20] crowsnest: enable_rtsp: false
|
||||
[02/08/24 14:13:20] crowsnest: rtsp_port: 8554
|
||||
[02/08/24 14:13:20] crowsnest: port: 8080
|
||||
[02/08/24 14:13:20] crowsnest: device: /dev/video0
|
||||
[02/08/24 14:13:20] crowsnest: resolution: 640x480
|
||||
[02/08/24 14:13:20] crowsnest: max_fps: 15
|
||||
[02/08/24 14:13:20] crowsnest: INFO: Detect available Devices
|
||||
[02/08/24 14:13:20] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/08/24 14:13:25] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/08/24 14:13:25] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/08/24 14:13:25] crowsnest: Prepare Startup ...
|
||||
[02/08/24 14:13:26] crowsnest: INFO: Host information:
|
||||
[02/08/24 14:13:26] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/08/24 14:13:26] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/08/24 14:13:26] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/08/24 14:13:26] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/08/24 14:13:26] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/08/24 14:13:26] crowsnest: Host Info: Available Memory: 7819944 kB
|
||||
[02/08/24 14:13:26] crowsnest: Host Info: Diskspace (avail. / total): 23G / 29G
|
||||
[02/08/24 14:13:26] crowsnest: INFO: Checking Dependencies
|
||||
[02/08/24 14:13:26] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/08/24 14:13:26] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/08/24 14:13:26] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/08/24 14:13:26] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/08/24 14:13:26] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/08/24 14:13:26] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/08/24 14:13:26] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/08/24 14:13:26] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/08/24 14:13:26] crowsnest: [crowsnest]
|
||||
[02/08/24 14:13:26] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/08/24 14:13:26] crowsnest: log_level: verbose
|
||||
[02/08/24 14:13:26] crowsnest: delete_log: false
|
||||
[02/08/24 14:13:26] crowsnest: no_proxy: false
|
||||
[02/08/24 14:13:26] crowsnest:
|
||||
[02/08/24 14:13:26] crowsnest: [cam 1]
|
||||
[02/08/24 14:13:26] crowsnest: mode: ustreamer
|
||||
[02/08/24 14:13:26] crowsnest:
|
||||
[02/08/24 14:13:26] crowsnest: enable_rtsp: false
|
||||
[02/08/24 14:13:26] crowsnest: rtsp_port: 8554
|
||||
[02/08/24 14:13:26] crowsnest: port: 8080
|
||||
[02/08/24 14:13:26] crowsnest: device: /dev/video0
|
||||
[02/08/24 14:13:26] crowsnest: resolution: 640x480
|
||||
[02/08/24 14:13:26] crowsnest: max_fps: 15
|
||||
[02/08/24 14:13:26] crowsnest: INFO: Detect available Devices
|
||||
[02/08/24 14:13:26] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/12/24 22:19:52] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/12/24 22:19:52] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/12/24 22:19:52] crowsnest: Prepare Startup ...
|
||||
[02/12/24 22:19:52] crowsnest: INFO: Host information:
|
||||
[02/12/24 22:19:52] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/12/24 22:19:52] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/12/24 22:19:52] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/12/24 22:19:52] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/12/24 22:19:52] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/12/24 22:19:52] crowsnest: Host Info: Available Memory: 7819948 kB
|
||||
[02/12/24 22:19:52] crowsnest: Host Info: Diskspace (avail. / total): 22G / 29G
|
||||
[02/12/24 22:19:52] crowsnest: INFO: Checking Dependencies
|
||||
[02/12/24 22:19:52] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/12/24 22:19:52] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/12/24 22:19:52] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/12/24 22:19:52] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/12/24 22:19:52] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/12/24 22:19:52] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/12/24 22:19:53] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/12/24 22:19:53] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/12/24 22:19:53] crowsnest: [crowsnest]
|
||||
[02/12/24 22:19:53] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/12/24 22:19:53] crowsnest: log_level: verbose
|
||||
[02/12/24 22:19:53] crowsnest: delete_log: false
|
||||
[02/12/24 22:19:53] crowsnest: no_proxy: false
|
||||
[02/12/24 22:19:53] crowsnest:
|
||||
[02/12/24 22:19:53] crowsnest: [cam 1]
|
||||
[02/12/24 22:19:53] crowsnest: mode: ustreamer
|
||||
[02/12/24 22:19:53] crowsnest:
|
||||
[02/12/24 22:19:53] crowsnest: enable_rtsp: false
|
||||
[02/12/24 22:19:53] crowsnest: rtsp_port: 8554
|
||||
[02/12/24 22:19:53] crowsnest: port: 8080
|
||||
[02/12/24 22:19:53] crowsnest: device: /dev/video0
|
||||
[02/12/24 22:19:53] crowsnest: resolution: 640x480
|
||||
[02/12/24 22:19:53] crowsnest: max_fps: 15
|
||||
[02/12/24 22:19:53] crowsnest: INFO: Detect available Devices
|
||||
[02/12/24 22:19:53] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/12/24 22:19:59] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/12/24 22:19:59] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/12/24 22:19:59] crowsnest: Prepare Startup ...
|
||||
[02/12/24 22:19:59] crowsnest: INFO: Host information:
|
||||
[02/12/24 22:19:59] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/12/24 22:19:59] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/12/24 22:19:59] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/12/24 22:19:59] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/12/24 22:19:59] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/12/24 22:19:59] crowsnest: Host Info: Available Memory: 7819948 kB
|
||||
[02/12/24 22:19:59] crowsnest: Host Info: Diskspace (avail. / total): 22G / 29G
|
||||
[02/12/24 22:19:59] crowsnest: INFO: Checking Dependencies
|
||||
[02/12/24 22:19:59] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/12/24 22:19:59] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/12/24 22:19:59] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/12/24 22:19:59] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/12/24 22:19:59] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/12/24 22:19:59] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/12/24 22:19:59] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/12/24 22:19:59] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/12/24 22:19:59] crowsnest: [crowsnest]
|
||||
[02/12/24 22:19:59] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/12/24 22:19:59] crowsnest: log_level: verbose
|
||||
[02/12/24 22:19:59] crowsnest: delete_log: false
|
||||
[02/12/24 22:19:59] crowsnest: no_proxy: false
|
||||
[02/12/24 22:19:59] crowsnest:
|
||||
[02/12/24 22:19:59] crowsnest: [cam 1]
|
||||
[02/12/24 22:19:59] crowsnest: mode: ustreamer
|
||||
[02/12/24 22:19:59] crowsnest:
|
||||
[02/12/24 22:19:59] crowsnest: enable_rtsp: false
|
||||
[02/12/24 22:19:59] crowsnest: rtsp_port: 8554
|
||||
[02/12/24 22:19:59] crowsnest: port: 8080
|
||||
[02/12/24 22:19:59] crowsnest: device: /dev/video0
|
||||
[02/12/24 22:19:59] crowsnest: resolution: 640x480
|
||||
[02/12/24 22:19:59] crowsnest: max_fps: 15
|
||||
[02/12/24 22:19:59] crowsnest: INFO: Detect available Devices
|
||||
[02/12/24 22:19:59] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/12/24 22:20:05] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/12/24 22:20:05] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/12/24 22:20:05] crowsnest: Prepare Startup ...
|
||||
[02/12/24 22:20:05] crowsnest: INFO: Host information:
|
||||
[02/12/24 22:20:05] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/12/24 22:20:05] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/12/24 22:20:05] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/12/24 22:20:05] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/12/24 22:20:05] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/12/24 22:20:05] crowsnest: Host Info: Available Memory: 7819948 kB
|
||||
[02/12/24 23:35:20] crowsnest: Host Info: Diskspace (avail. / total): 22G / 29G
|
||||
[02/12/24 23:35:20] crowsnest: INFO: Checking Dependencies
|
||||
[02/12/24 23:35:20] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/12/24 23:35:20] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/12/24 23:35:20] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/12/24 23:35:20] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/12/24 23:35:20] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/12/24 23:35:20] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/12/24 23:35:21] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/12/24 23:35:21] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/12/24 23:35:21] crowsnest: [crowsnest]
|
||||
[02/12/24 23:35:21] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/12/24 23:35:21] crowsnest: log_level: verbose
|
||||
[02/12/24 23:35:21] crowsnest: delete_log: false
|
||||
[02/12/24 23:35:21] crowsnest: no_proxy: false
|
||||
[02/12/24 23:35:21] crowsnest:
|
||||
[02/12/24 23:35:21] crowsnest: [cam 1]
|
||||
[02/12/24 23:35:21] crowsnest: mode: ustreamer
|
||||
[02/12/24 23:35:21] crowsnest:
|
||||
[02/12/24 23:35:21] crowsnest: enable_rtsp: false
|
||||
[02/12/24 23:35:21] crowsnest: rtsp_port: 8554
|
||||
[02/12/24 23:35:21] crowsnest: port: 8080
|
||||
[02/12/24 23:35:21] crowsnest: device: /dev/video0
|
||||
[02/12/24 23:35:21] crowsnest: resolution: 640x480
|
||||
[02/12/24 23:35:21] crowsnest: max_fps: 15
|
||||
[02/12/24 23:35:21] crowsnest: INFO: Detect available Devices
|
||||
[02/12/24 23:35:21] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/12/24 23:35:27] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/12/24 23:35:27] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/12/24 23:35:27] crowsnest: Prepare Startup ...
|
||||
[02/12/24 23:35:27] crowsnest: INFO: Host information:
|
||||
[02/12/24 23:35:27] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/12/24 23:35:27] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/12/24 23:35:27] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/12/24 23:35:27] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/12/24 23:35:27] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/12/24 23:35:27] crowsnest: Host Info: Available Memory: 7819948 kB
|
||||
[02/12/24 23:35:27] crowsnest: Host Info: Diskspace (avail. / total): 22G / 29G
|
||||
[02/12/24 23:35:27] crowsnest: INFO: Checking Dependencies
|
||||
[02/12/24 23:35:27] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/12/24 23:35:27] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/12/24 23:35:27] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/12/24 23:35:27] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/12/24 23:35:27] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/12/24 23:35:27] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/12/24 23:35:27] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/12/24 23:35:27] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/12/24 23:35:27] crowsnest: [crowsnest]
|
||||
[02/12/24 23:35:27] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/12/24 23:35:27] crowsnest: log_level: verbose
|
||||
[02/12/24 23:35:27] crowsnest: delete_log: false
|
||||
[02/12/24 23:35:27] crowsnest: no_proxy: false
|
||||
[02/12/24 23:35:27] crowsnest:
|
||||
[02/12/24 23:35:27] crowsnest: [cam 1]
|
||||
[02/12/24 23:35:27] crowsnest: mode: ustreamer
|
||||
[02/12/24 23:35:27] crowsnest:
|
||||
[02/12/24 23:35:27] crowsnest: enable_rtsp: false
|
||||
[02/12/24 23:35:27] crowsnest: rtsp_port: 8554
|
||||
[02/12/24 23:35:27] crowsnest: port: 8080
|
||||
[02/12/24 23:35:27] crowsnest: device: /dev/video0
|
||||
[02/12/24 23:35:27] crowsnest: resolution: 640x480
|
||||
[02/12/24 23:35:27] crowsnest: max_fps: 15
|
||||
[02/12/24 23:35:27] crowsnest: INFO: Detect available Devices
|
||||
[02/12/24 23:35:27] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/12/24 23:35:33] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/12/24 23:35:33] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/12/24 23:35:33] crowsnest: Prepare Startup ...
|
||||
[02/12/24 23:35:33] crowsnest: INFO: Host information:
|
||||
[02/12/24 23:35:33] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/12/24 23:35:33] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/12/24 23:35:33] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/12/24 23:35:33] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/12/24 23:35:33] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/12/24 23:35:33] crowsnest: Host Info: Available Memory: 7819948 kB
|
||||
[02/12/24 23:35:33] crowsnest: Host Info: Diskspace (avail. / total): 22G / 29G
|
||||
[02/12/24 23:35:33] crowsnest: INFO: Checking Dependencies
|
||||
[02/12/24 23:35:33] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/12/24 23:35:33] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/12/24 23:35:33] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/12/24 23:35:33] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/12/24 23:35:33] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/12/24 23:35:33] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/12/24 23:35:33] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/12/24 23:35:33] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/12/24 23:35:33] crowsnest: [crowsnest]
|
||||
[02/12/24 23:35:33] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/12/24 23:35:33] crowsnest: log_level: verbose
|
||||
[02/12/24 23:35:33] crowsnest: delete_log: false
|
||||
[02/12/24 23:35:33] crowsnest: no_proxy: false
|
||||
[02/12/24 23:35:33] crowsnest:
|
||||
[02/12/24 23:35:33] crowsnest: [cam 1]
|
||||
[02/12/24 23:35:33] crowsnest: mode: ustreamer
|
||||
[02/12/24 23:35:33] crowsnest:
|
||||
[02/12/24 23:35:33] crowsnest: enable_rtsp: false
|
||||
[02/12/24 23:35:33] crowsnest: rtsp_port: 8554
|
||||
[02/12/24 23:35:33] crowsnest: port: 8080
|
||||
[02/12/24 23:35:33] crowsnest: device: /dev/video0
|
||||
[02/12/24 23:35:33] crowsnest: resolution: 640x480
|
||||
[02/12/24 23:35:33] crowsnest: max_fps: 15
|
||||
[02/12/24 23:35:33] crowsnest: INFO: Detect available Devices
|
||||
[02/12/24 23:35:34] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/12/24 23:35:39] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/12/24 23:35:39] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/12/24 23:35:39] crowsnest: Prepare Startup ...
|
||||
[02/12/24 23:35:39] crowsnest: INFO: Host information:
|
||||
[02/12/24 23:35:40] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/12/24 23:35:40] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/12/24 23:35:40] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/12/24 23:35:40] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/12/24 23:35:40] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/12/24 23:35:40] crowsnest: Host Info: Available Memory: 7819948 kB
|
||||
[02/12/24 23:35:40] crowsnest: Host Info: Diskspace (avail. / total): 22G / 29G
|
||||
[02/12/24 23:35:40] crowsnest: INFO: Checking Dependencies
|
||||
[02/12/24 23:35:40] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/12/24 23:35:40] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/12/24 23:35:40] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/12/24 23:35:40] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/12/24 23:35:40] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/12/24 23:35:40] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/12/24 23:35:40] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/12/24 23:35:40] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/12/24 23:35:40] crowsnest: [crowsnest]
|
||||
[02/12/24 23:35:40] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/12/24 23:35:40] crowsnest: log_level: verbose
|
||||
[02/12/24 23:35:40] crowsnest: delete_log: false
|
||||
[02/12/24 23:35:40] crowsnest: no_proxy: false
|
||||
[02/12/24 23:35:40] crowsnest:
|
||||
[02/12/24 23:35:40] crowsnest: [cam 1]
|
||||
[02/12/24 23:35:40] crowsnest: mode: ustreamer
|
||||
[02/12/24 23:35:40] crowsnest:
|
||||
[02/12/24 23:35:40] crowsnest: enable_rtsp: false
|
||||
[02/12/24 23:35:40] crowsnest: rtsp_port: 8554
|
||||
[02/12/24 23:35:40] crowsnest: port: 8080
|
||||
[02/12/24 23:35:40] crowsnest: device: /dev/video0
|
||||
[02/12/24 23:35:40] crowsnest: resolution: 640x480
|
||||
[02/12/24 23:35:40] crowsnest: max_fps: 15
|
||||
[02/12/24 23:35:40] crowsnest: INFO: Detect available Devices
|
||||
[02/12/24 23:35:40] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/12/24 23:35:46] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/12/24 23:35:46] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/12/24 23:35:46] crowsnest: Prepare Startup ...
|
||||
[02/12/24 23:35:46] crowsnest: INFO: Host information:
|
||||
[02/12/24 23:35:46] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/12/24 23:35:46] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/12/24 23:35:46] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/12/24 23:35:46] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/12/24 23:35:46] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/12/24 23:35:46] crowsnest: Host Info: Available Memory: 7819948 kB
|
||||
[02/12/24 23:35:46] crowsnest: Host Info: Diskspace (avail. / total): 22G / 29G
|
||||
[02/12/24 23:35:46] crowsnest: INFO: Checking Dependencies
|
||||
[02/12/24 23:35:46] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/12/24 23:35:46] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/12/24 23:35:46] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/12/24 23:35:46] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/12/24 23:35:46] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/12/24 23:35:46] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/12/24 23:35:46] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/12/24 23:35:46] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/12/24 23:35:46] crowsnest: [crowsnest]
|
||||
[02/12/24 23:35:46] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/12/24 23:35:46] crowsnest: log_level: verbose
|
||||
[02/12/24 23:35:46] crowsnest: delete_log: false
|
||||
[02/12/24 23:35:46] crowsnest: no_proxy: false
|
||||
[02/12/24 23:35:46] crowsnest:
|
||||
[02/12/24 23:35:46] crowsnest: [cam 1]
|
||||
[02/12/24 23:35:46] crowsnest: mode: ustreamer
|
||||
[02/12/24 23:35:46] crowsnest:
|
||||
[02/12/24 23:35:46] crowsnest: enable_rtsp: false
|
||||
[02/12/24 23:35:46] crowsnest: rtsp_port: 8554
|
||||
[02/12/24 23:35:46] crowsnest: port: 8080
|
||||
[02/12/24 23:35:46] crowsnest: device: /dev/video0
|
||||
[02/12/24 23:35:46] crowsnest: resolution: 640x480
|
||||
[02/12/24 23:35:46] crowsnest: max_fps: 15
|
||||
[02/12/24 23:35:46] crowsnest: INFO: Detect available Devices
|
||||
[02/12/24 23:35:46] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/12/24 23:35:52] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/12/24 23:35:52] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/12/24 23:35:52] crowsnest: Prepare Startup ...
|
||||
[02/12/24 23:35:52] crowsnest: INFO: Host information:
|
||||
[02/12/24 23:35:52] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/12/24 23:35:52] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/12/24 23:35:52] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/12/24 23:35:52] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/12/24 23:35:52] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/12/24 23:35:52] crowsnest: Host Info: Available Memory: 7819948 kB
|
||||
[02/12/24 23:35:52] crowsnest: Host Info: Diskspace (avail. / total): 22G / 29G
|
||||
[02/12/24 23:35:52] crowsnest: INFO: Checking Dependencies
|
||||
[02/12/24 23:35:52] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/12/24 23:35:52] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/12/24 23:35:52] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/12/24 23:35:52] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/12/24 23:35:52] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/12/24 23:35:52] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/12/24 23:35:52] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/12/24 23:35:52] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/12/24 23:35:52] crowsnest: [crowsnest]
|
||||
[02/12/24 23:35:52] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/12/24 23:35:52] crowsnest: log_level: verbose
|
||||
[02/12/24 23:35:52] crowsnest: delete_log: false
|
||||
[02/12/24 23:35:52] crowsnest: no_proxy: false
|
||||
[02/12/24 23:35:52] crowsnest:
|
||||
[02/12/24 23:35:52] crowsnest: [cam 1]
|
||||
[02/12/24 23:35:52] crowsnest: mode: ustreamer
|
||||
[02/12/24 23:35:52] crowsnest:
|
||||
[02/12/24 23:35:52] crowsnest: enable_rtsp: false
|
||||
[02/12/24 23:35:52] crowsnest: rtsp_port: 8554
|
||||
[02/12/24 23:35:52] crowsnest: port: 8080
|
||||
[02/12/24 23:35:52] crowsnest: device: /dev/video0
|
||||
[02/12/24 23:35:52] crowsnest: resolution: 640x480
|
||||
[02/12/24 23:35:52] crowsnest: max_fps: 15
|
||||
[02/12/24 23:35:52] crowsnest: INFO: Detect available Devices
|
||||
[02/12/24 23:35:53] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/12/24 23:35:58] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/12/24 23:35:58] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/12/24 23:35:58] crowsnest: Prepare Startup ...
|
||||
[02/12/24 23:35:58] crowsnest: INFO: Host information:
|
||||
[02/12/24 23:35:58] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/12/24 23:35:58] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/12/24 23:35:58] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/12/24 23:35:58] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/12/24 23:35:58] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/12/24 23:35:58] crowsnest: Host Info: Available Memory: 7819948 kB
|
||||
[02/12/24 23:35:58] crowsnest: Host Info: Diskspace (avail. / total): 22G / 29G
|
||||
[02/12/24 23:35:58] crowsnest: INFO: Checking Dependencies
|
||||
[02/12/24 23:35:58] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/12/24 23:35:58] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/12/24 23:35:58] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/12/24 23:35:58] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/12/24 23:35:58] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/12/24 23:35:58] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/12/24 23:35:59] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/12/24 23:35:59] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/12/24 23:35:59] crowsnest: [crowsnest]
|
||||
[02/12/24 23:35:59] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/12/24 23:35:59] crowsnest: log_level: verbose
|
||||
[02/12/24 23:35:59] crowsnest: delete_log: false
|
||||
[02/12/24 23:35:59] crowsnest: no_proxy: false
|
||||
[02/12/24 23:35:59] crowsnest:
|
||||
[02/12/24 23:35:59] crowsnest: [cam 1]
|
||||
[02/12/24 23:35:59] crowsnest: mode: ustreamer
|
||||
[02/12/24 23:35:59] crowsnest:
|
||||
[02/12/24 23:35:59] crowsnest: enable_rtsp: false
|
||||
[02/12/24 23:35:59] crowsnest: rtsp_port: 8554
|
||||
[02/12/24 23:35:59] crowsnest: port: 8080
|
||||
[02/12/24 23:35:59] crowsnest: device: /dev/video0
|
||||
[02/12/24 23:35:59] crowsnest: resolution: 640x480
|
||||
[02/12/24 23:35:59] crowsnest: max_fps: 15
|
||||
[02/12/24 23:35:59] crowsnest: INFO: Detect available Devices
|
||||
[02/12/24 23:35:59] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/12/24 23:36:04] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/12/24 23:36:04] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/12/24 23:36:05] crowsnest: Prepare Startup ...
|
||||
[02/12/24 23:36:05] crowsnest: INFO: Host information:
|
||||
[02/12/24 23:36:05] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/12/24 23:36:05] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/12/24 23:36:05] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/12/24 23:36:05] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/12/24 23:36:05] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/12/24 23:36:05] crowsnest: Host Info: Available Memory: 7819948 kB
|
||||
[02/12/24 23:36:05] crowsnest: Host Info: Diskspace (avail. / total): 22G / 29G
|
||||
[02/12/24 23:36:05] crowsnest: INFO: Checking Dependencies
|
||||
[02/12/24 23:36:05] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/12/24 23:36:05] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/12/24 23:36:05] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/12/24 23:36:05] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/12/24 23:36:05] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/12/24 23:36:05] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/12/24 23:36:05] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/12/24 23:36:05] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/12/24 23:36:05] crowsnest: [crowsnest]
|
||||
[02/12/24 23:36:05] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/12/24 23:36:05] crowsnest: log_level: verbose
|
||||
[02/12/24 23:36:05] crowsnest: delete_log: false
|
||||
[02/12/24 23:36:05] crowsnest: no_proxy: false
|
||||
[02/12/24 23:36:05] crowsnest:
|
||||
[02/12/24 23:36:05] crowsnest: [cam 1]
|
||||
[02/12/24 23:36:05] crowsnest: mode: ustreamer
|
||||
[02/12/24 23:36:05] crowsnest:
|
||||
[02/12/24 23:36:05] crowsnest: enable_rtsp: false
|
||||
[02/12/24 23:36:05] crowsnest: rtsp_port: 8554
|
||||
[02/12/24 23:36:05] crowsnest: port: 8080
|
||||
[02/12/24 23:36:05] crowsnest: device: /dev/video0
|
||||
[02/12/24 23:36:05] crowsnest: resolution: 640x480
|
||||
[02/12/24 23:36:05] crowsnest: max_fps: 15
|
||||
[02/12/24 23:36:05] crowsnest: INFO: Detect available Devices
|
||||
[02/12/24 23:36:05] crowsnest: ERROR: No usable Devices Found. Stopping crowsnest.
|
||||
[02/13/24 10:34:30] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/13/24 10:34:30] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/13/24 10:34:30] crowsnest: Prepare Startup ...
|
||||
[02/13/24 10:34:30] crowsnest: INFO: Host information:
|
||||
[02/13/24 10:34:30] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/13/24 10:34:30] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/13/24 10:34:30] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/13/24 10:34:30] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/13/24 10:34:30] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/13/24 10:34:30] crowsnest: Host Info: Available Memory: 7819948 kB
|
||||
[02/13/24 10:34:30] crowsnest: Host Info: Diskspace (avail. / total): 22G / 29G
|
||||
[02/13/24 10:34:30] crowsnest: INFO: Checking Dependencies
|
||||
[02/13/24 10:34:30] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/13/24 10:34:30] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/13/24 10:34:30] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/13/24 10:34:30] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/13/24 10:34:30] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/13/24 10:34:30] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/13/24 10:34:30] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/13/24 10:34:30] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/13/24 10:34:30] crowsnest: [crowsnest]
|
||||
[02/13/24 10:34:30] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/13/24 10:34:30] crowsnest: log_level: verbose
|
||||
[02/13/24 10:34:30] crowsnest: delete_log: false
|
||||
[02/13/24 10:34:30] crowsnest: no_proxy: false
|
||||
[02/13/24 10:34:30] crowsnest:
|
||||
[02/13/24 10:34:30] crowsnest: [cam 1]
|
||||
[02/13/24 10:34:30] crowsnest: mode: ustreamer
|
||||
[02/13/24 10:34:30] crowsnest:
|
||||
[02/13/24 10:34:30] crowsnest: enable_rtsp: true
|
||||
[02/13/24 10:34:30] crowsnest: rtsp_port: 8554
|
||||
[02/13/24 10:34:30] crowsnest: port: 8080
|
||||
[02/13/24 10:34:30] crowsnest: device: /dev/v4l/usb-Generic_USB2.0_PC_CAMERA-video-index0
|
||||
[02/13/24 10:34:30] crowsnest: resolution: 640x480
|
||||
[02/13/24 10:34:30] crowsnest: max_fps: 60
|
||||
[02/13/24 10:34:30] crowsnest: INFO: Detect available Devices
|
||||
[02/13/24 10:34:30] crowsnest: INFO: Found 2 total available Device(s)
|
||||
[02/13/24 10:34:30] crowsnest: Detected 'libcamera' device -> /base/scb/xhci@7e9c0000-1.2:1.0-1908:2311
|
||||
[02/13/24 10:34:30] crowsnest: INFO: Found 1 available v4l2 (UVC) camera(s)
|
||||
[02/13/24 10:34:30] crowsnest: /dev/v4l/by-id/usb-Generic_USB2.0_PC_CAMERA-video-index0 -> /dev/video0
|
||||
[02/13/24 10:34:30] crowsnest: Supported Formats:
|
||||
[02/13/24 10:34:30] crowsnest: [0]: 'YUYV' (YUYV 4:2:2)
|
||||
[02/13/24 10:34:30] crowsnest: Size: Discrete 640x480
|
||||
[02/13/24 10:34:30] crowsnest: Interval: Discrete 0.033s (30.000 fps)
|
||||
[02/13/24 10:34:30] crowsnest: Interval: Discrete 0.067s (15.000 fps)
|
||||
[02/13/24 10:34:30] crowsnest: Size: Discrete 352x288
|
||||
[02/13/24 10:34:30] crowsnest: Interval: Discrete 0.033s (30.000 fps)
|
||||
[02/13/24 10:34:30] crowsnest: Interval: Discrete 0.067s (15.000 fps)
|
||||
[02/13/24 10:34:30] crowsnest: Size: Discrete 320x240
|
||||
[02/13/24 10:34:30] crowsnest: Interval: Discrete 0.033s (30.000 fps)
|
||||
[02/13/24 10:34:30] crowsnest: Interval: Discrete 0.067s (15.000 fps)
|
||||
[02/13/24 10:34:30] crowsnest: Size: Discrete 176x144
|
||||
[02/13/24 10:34:30] crowsnest: Interval: Discrete 0.033s (30.000 fps)
|
||||
[02/13/24 10:34:30] crowsnest: Interval: Discrete 0.067s (15.000 fps)
|
||||
[02/13/24 10:34:30] crowsnest: Size: Discrete 160x120
|
||||
[02/13/24 10:34:30] crowsnest: Interval: Discrete 0.033s (30.000 fps)
|
||||
[02/13/24 10:34:30] crowsnest: Interval: Discrete 0.067s (15.000 fps)
|
||||
[02/13/24 10:34:30] crowsnest: Supported Controls:
|
||||
[02/13/24 10:34:30] crowsnest:
|
||||
[02/13/24 10:34:30] crowsnest: User Controls
|
||||
[02/13/24 10:34:30] crowsnest:
|
||||
[02/13/24 10:34:30] crowsnest: brightness 0x00980900 (int) : min=0 max=255 step=1 default=128 value=128
|
||||
[02/13/24 10:34:30] crowsnest: contrast 0x00980901 (int) : min=0 max=255 step=1 default=130 value=130
|
||||
[02/13/24 10:34:30] crowsnest: saturation 0x00980902 (int) : min=0 max=255 step=1 default=64 value=64
|
||||
[02/13/24 10:34:30] crowsnest: hue 0x00980903 (int) : min=-127 max=127 step=1 default=0 value=0
|
||||
[02/13/24 10:34:30] crowsnest: gamma 0x00980910 (int) : min=1 max=8 step=1 default=4 value=4
|
||||
[02/13/24 10:34:30] crowsnest: power_line_frequency 0x00980918 (menu) : min=0 max=2 default=1 value=1
|
||||
[02/13/24 10:34:30] crowsnest: 0: Disabled
|
||||
[02/13/24 10:34:30] crowsnest: 1: 50 Hz
|
||||
[02/13/24 10:34:30] crowsnest: 2: 60 Hz
|
||||
[02/13/24 10:34:30] crowsnest: sharpness 0x0098091b (int) : min=0 max=15 step=1 default=13 value=13
|
||||
[02/13/24 10:34:30] crowsnest: backlight_compensation 0x0098091c (int) : min=1 max=5 step=1 default=1 value=1
|
||||
[02/13/24 10:34:30] crowsnest: Try to start configured Cams / Services...
|
||||
[02/13/24 10:34:32] crowsnest: INFO: Configuration of Section [cam 1] looks good. Continue ...
|
||||
[02/13/24 10:34:32] crowsnest: V4L2 Control: No parameters set for [cam 1]. Skipped.
|
||||
[02/13/24 10:34:34] crowsnest: Starting ustreamer with Device /dev/v4l/usb-Generic_USB2.0_PC_CAMERA-video-index0 ...
|
||||
[02/13/24 10:34:36] crowsnest: ... Done!
|
||||
[02/13/24 10:34:36] crowsnest: WATCHDOG: Lost Device: '/dev/v4l/usb-Generic_USB2.0_PC_CAMERA-video-index0'
|
||||
[02/13/24 11:08:53] crowsnest: Shutdown or Killed by User!
|
||||
[02/13/24 11:08:53] crowsnest: Please come again :)
|
||||
[02/13/24 11:08:53] crowsnest: Goodbye...
|
||||
[02/13/24 11:08:54] crowsnest: crowsnest - A webcam Service for multiple Cams and Stream Services.
|
||||
[02/13/24 11:08:54] crowsnest: Version: v4.1.3-1-gc0c9c41
|
||||
[02/13/24 11:08:54] crowsnest: Prepare Startup ...
|
||||
[02/13/24 11:08:54] crowsnest: INFO: Host information:
|
||||
[02/13/24 11:08:54] crowsnest: Host Info: Distribution: Debian GNU/Linux 11 (bullseye)
|
||||
[02/13/24 11:08:54] crowsnest: Host Info: Release: MainsailOS release 1.3.2 (bullseye)
|
||||
[02/13/24 11:08:54] crowsnest: Host Info: Kernel: Linux 6.1.21-v8+ aarch64
|
||||
[02/13/24 11:08:54] crowsnest: Host Info: Model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
[02/13/24 11:08:54] crowsnest: Host Info: Available CPU Cores: 4
|
||||
[02/13/24 11:08:54] crowsnest: Host Info: Available Memory: 7819948 kB
|
||||
[02/13/24 11:08:54] crowsnest: Host Info: Diskspace (avail. / total): 22G / 29G
|
||||
[02/13/24 11:08:54] crowsnest: INFO: Checking Dependencies
|
||||
[02/13/24 11:08:54] crowsnest: Dependency: 'crudini' found in /usr/bin/crudini.
|
||||
[02/13/24 11:08:54] crowsnest: Dependency: 'find' found in /usr/bin/find.
|
||||
[02/13/24 11:08:54] crowsnest: Dependency: 'xargs' found in /usr/bin/xargs.
|
||||
[02/13/24 11:08:54] crowsnest: Dependency: 'ustreamer' found in bin/ustreamer/ustreamer.
|
||||
[02/13/24 11:08:54] crowsnest: Dependency: 'camera-streamer' found in bin/camera-streamer/camera-streamer.
|
||||
[02/13/24 11:08:54] crowsnest: Version Control: ustreamer is up to date. (v5.48)
|
||||
[02/13/24 11:08:54] crowsnest: Version Control: camera-streamer is up to date. ((f1627aa))
|
||||
[02/13/24 11:08:54] crowsnest: INFO: Print Configfile: '/home/pi/printer_data/config/crowsnest.conf'
|
||||
[02/13/24 11:08:54] crowsnest: [crowsnest]
|
||||
[02/13/24 11:08:54] crowsnest: log_path: /home/pi/printer_data/logs/crowsnest.log
|
||||
[02/13/24 11:08:54] crowsnest: log_level: verbose
|
||||
[02/13/24 11:08:54] crowsnest: delete_log: false
|
||||
[02/13/24 11:08:54] crowsnest: no_proxy: false
|
||||
[02/13/24 11:08:54] crowsnest:
|
||||
[02/13/24 11:08:54] crowsnest: [cam 1]
|
||||
[02/13/24 11:08:54] crowsnest: mode: camera-streamer
|
||||
[02/13/24 11:08:54] crowsnest:
|
||||
[02/13/24 11:08:54] crowsnest: enable_rtsp: true
|
||||
[02/13/24 11:08:54] crowsnest: rtsp_port: 8554
|
||||
[02/13/24 11:08:54] crowsnest: port: 8080
|
||||
[02/13/24 11:08:54] crowsnest: device: /dev/v4l/by-id/usb-Generic_USB2.0_PC_CAMERA-video-index0
|
||||
[02/13/24 11:08:54] crowsnest: resolution: 640x480
|
||||
[02/13/24 11:08:54] crowsnest: max_fps: 30
|
||||
[02/13/24 11:08:54] crowsnest: INFO: Detect available Devices
|
||||
[02/13/24 11:08:55] crowsnest: INFO: Found 2 total available Device(s)
|
||||
[02/13/24 11:08:55] crowsnest: Detected 'libcamera' device -> /base/scb/xhci@7e9c0000-1.2:1.0-1908:2311
|
||||
[02/13/24 11:08:55] crowsnest: INFO: Found 1 available v4l2 (UVC) camera(s)
|
||||
[02/13/24 11:08:55] crowsnest: /dev/v4l/by-id/usb-Generic_USB2.0_PC_CAMERA-video-index0 -> /dev/video0
|
||||
[02/13/24 11:08:55] crowsnest: Supported Formats:
|
||||
[02/13/24 11:08:55] crowsnest: [0]: 'YUYV' (YUYV 4:2:2)
|
||||
[02/13/24 11:08:55] crowsnest: Size: Discrete 640x480
|
||||
[02/13/24 11:08:55] crowsnest: Interval: Discrete 0.033s (30.000 fps)
|
||||
[02/13/24 11:08:55] crowsnest: Interval: Discrete 0.067s (15.000 fps)
|
||||
[02/13/24 11:08:55] crowsnest: Size: Discrete 352x288
|
||||
[02/13/24 11:08:55] crowsnest: Interval: Discrete 0.033s (30.000 fps)
|
||||
[02/13/24 11:08:55] crowsnest: Interval: Discrete 0.067s (15.000 fps)
|
||||
[02/13/24 11:08:55] crowsnest: Size: Discrete 320x240
|
||||
[02/13/24 11:08:55] crowsnest: Interval: Discrete 0.033s (30.000 fps)
|
||||
[02/13/24 11:08:55] crowsnest: Interval: Discrete 0.067s (15.000 fps)
|
||||
[02/13/24 11:08:55] crowsnest: Size: Discrete 176x144
|
||||
[02/13/24 11:08:55] crowsnest: Interval: Discrete 0.033s (30.000 fps)
|
||||
[02/13/24 11:08:55] crowsnest: Interval: Discrete 0.067s (15.000 fps)
|
||||
[02/13/24 11:08:55] crowsnest: Size: Discrete 160x120
|
||||
[02/13/24 11:08:55] crowsnest: Interval: Discrete 0.033s (30.000 fps)
|
||||
[02/13/24 11:08:55] crowsnest: Interval: Discrete 0.067s (15.000 fps)
|
||||
[02/13/24 11:08:55] crowsnest: Supported Controls:
|
||||
[02/13/24 11:08:55] crowsnest:
|
||||
[02/13/24 11:08:55] crowsnest: User Controls
|
||||
[02/13/24 11:08:55] crowsnest:
|
||||
[02/13/24 11:08:55] crowsnest: brightness 0x00980900 (int) : min=0 max=255 step=1 default=128 value=128
|
||||
[02/13/24 11:08:55] crowsnest: contrast 0x00980901 (int) : min=0 max=255 step=1 default=130 value=130
|
||||
[02/13/24 11:08:55] crowsnest: saturation 0x00980902 (int) : min=0 max=255 step=1 default=64 value=64
|
||||
[02/13/24 11:08:55] crowsnest: hue 0x00980903 (int) : min=-127 max=127 step=1 default=0 value=0
|
||||
[02/13/24 11:08:55] crowsnest: gamma 0x00980910 (int) : min=1 max=8 step=1 default=4 value=4
|
||||
[02/13/24 11:08:55] crowsnest: power_line_frequency 0x00980918 (menu) : min=0 max=2 default=1 value=1
|
||||
[02/13/24 11:08:55] crowsnest: 0: Disabled
|
||||
[02/13/24 11:08:55] crowsnest: 1: 50 Hz
|
||||
[02/13/24 11:08:55] crowsnest: 2: 60 Hz
|
||||
[02/13/24 11:08:55] crowsnest: sharpness 0x0098091b (int) : min=0 max=15 step=1 default=13 value=13
|
||||
[02/13/24 11:08:55] crowsnest: backlight_compensation 0x0098091c (int) : min=1 max=5 step=1 default=1 value=1
|
||||
[02/13/24 11:08:55] crowsnest: Try to start configured Cams / Services...
|
||||
[02/13/24 11:08:56] crowsnest: INFO: Configuration of Section [cam 1] looks good. Continue ...
|
||||
[02/13/24 11:08:58] crowsnest: Starting camera-streamer with Device /dev/v4l/by-id/usb-Generic_USB2.0_PC_CAMERA-video-index0 ...
|
||||
[02/13/24 11:08:58] crowsnest: ... Done!
|
1159
dirs/printer_data/logs/klippy.log
Normal file
1159
dirs/printer_data/logs/klippy.log
Normal file
File diff suppressed because it is too large
Load Diff
10115
dirs/printer_data/logs/klippy.log.2024-03-29
Normal file
10115
dirs/printer_data/logs/klippy.log.2024-03-29
Normal file
File diff suppressed because it is too large
Load Diff
88686
dirs/printer_data/logs/klippy.log.2024-03-30
Normal file
88686
dirs/printer_data/logs/klippy.log.2024-03-30
Normal file
File diff suppressed because it is too large
Load Diff
86792
dirs/printer_data/logs/klippy.log.2024-03-31
Normal file
86792
dirs/printer_data/logs/klippy.log.2024-03-31
Normal file
File diff suppressed because it is too large
Load Diff
85425
dirs/printer_data/logs/klippy.log.2024-04-01
Normal file
85425
dirs/printer_data/logs/klippy.log.2024-04-01
Normal file
File diff suppressed because it is too large
Load Diff
485
dirs/printer_data/logs/klippy.log.2024-04-02
Normal file
485
dirs/printer_data/logs/klippy.log.2024-04-02
Normal file
@ -0,0 +1,485 @@
|
||||
===== Config file =====
|
||||
[gcode_macro CALIBRATE_NOZZLE_OFFSET]
|
||||
description = Move to center of bed and calibrate nozzle offset
|
||||
gcode =
|
||||
G90
|
||||
G0 X100 Y155 F1500
|
||||
PROBE_CALIBRATE
|
||||
|
||||
[gcode_macro LEVEL_BED]
|
||||
description = "Level the bed manually."
|
||||
gcode =
|
||||
BED_SCREWS_ADJUST
|
||||
|
||||
[gcode_macro CHECK_DEVIATION]
|
||||
description = "Check the deviation of the bed from the last loaded mesh."
|
||||
gcode =
|
||||
SCREWS_TILT_CALCULATE MAX_DEVIATION=0.05
|
||||
|
||||
[gcode_macro LIZ_IS_A_BAKA]
|
||||
description = "Liz is a baka, so here's her start G-Code >.<"
|
||||
gcode =
|
||||
BED_MESH_CALIBRATE
|
||||
BED_MESH_PROFILE SAVE=default
|
||||
|
||||
[gcode_macro _START_GCODE]
|
||||
description = "The gcode that should be called from your slicer at the beginning of a print."
|
||||
gcode =
|
||||
|
||||
G90
|
||||
G1 X2 Y30 Z30 F1500
|
||||
G1 Z0.28 F240
|
||||
G92 E0
|
||||
G1 Y220 E10 F1500
|
||||
G1 X2.3 F5000
|
||||
G92 E0
|
||||
G1 Y30 E10 F1200
|
||||
G92 E0
|
||||
G1 Z5 F1500
|
||||
|
||||
[gcode_macro _END_GCODE]
|
||||
description = "The gcode that should be called from your slicer at the end of a print."
|
||||
gcode =
|
||||
G91
|
||||
G1 E-2 F2700
|
||||
G1 E-2 Z0.2 F2400
|
||||
G1 X5 Y5 F3000
|
||||
G1 Z10
|
||||
G90
|
||||
|
||||
G1 X0 Y220
|
||||
M106 S0
|
||||
M104 S0
|
||||
M140 S0
|
||||
|
||||
M84 X Y E
|
||||
|
||||
[stepper_x]
|
||||
step_pin = PC0
|
||||
dir_pin = PL1
|
||||
enable_pin = !PA7
|
||||
microsteps = 16
|
||||
rotation_distance = 33
|
||||
endstop_pin = ^!PB6
|
||||
position_endstop = 0
|
||||
position_max = 298
|
||||
homing_speed = 50
|
||||
|
||||
[stepper_y]
|
||||
step_pin = PC1
|
||||
dir_pin = !PL0
|
||||
enable_pin = !PA6
|
||||
microsteps = 16
|
||||
rotation_distance = 46
|
||||
endstop_pin = ^!PB5
|
||||
position_endstop = 0
|
||||
position_max = 280
|
||||
homing_speed = 50
|
||||
|
||||
[stepper_z]
|
||||
step_pin = PC2
|
||||
dir_pin = PL2
|
||||
enable_pin = !PA5
|
||||
microsteps = 16
|
||||
rotation_distance = 8
|
||||
endstop_pin = probe:z_virtual_endstop
|
||||
position_max = 250
|
||||
|
||||
[bltouch]
|
||||
sensor_pin = ^PB4
|
||||
control_pin = PL5
|
||||
x_offset = -44
|
||||
y_offset = 8
|
||||
z_offset = 2.850
|
||||
|
||||
[bed_mesh]
|
||||
speed = 120
|
||||
horizontal_move_z = 7
|
||||
mesh_min = 30, 40
|
||||
mesh_max = 250, 230
|
||||
probe_count = 5
|
||||
mesh_pps = 3
|
||||
algorithm = bicubic
|
||||
|
||||
[safe_z_home]
|
||||
home_xy_position = 140, 140
|
||||
speed = 50
|
||||
z_hop = 10
|
||||
z_hop_speed = 5
|
||||
|
||||
[extruder]
|
||||
step_pin = PC3
|
||||
dir_pin = PL6
|
||||
enable_pin = !PA4
|
||||
microsteps = 16
|
||||
rotation_distance = 7.9797
|
||||
nozzle_diameter = 0.400
|
||||
heater_pin = PH6
|
||||
filament_diameter = 1.750
|
||||
sensor_type = NTC 100K MGB18-104F39050L32
|
||||
sensor_pin = PF0
|
||||
min_temp = 0
|
||||
max_temp = 990
|
||||
control = pid
|
||||
pid_kp = 23.769
|
||||
pid_ki = 1.248
|
||||
pid_kd = 113.201
|
||||
|
||||
[heater_bed]
|
||||
heater_pin = PE5
|
||||
sensor_type = EPCOS 100K B57560G104F
|
||||
sensor_pin = PF2
|
||||
control = watermark
|
||||
min_temp = 0
|
||||
max_temp = 130
|
||||
max_power = 1.0
|
||||
|
||||
[verify_heater heater_bed]
|
||||
heating_gain = 1
|
||||
check_gain_time = 60
|
||||
|
||||
[fan]
|
||||
pin = PH3
|
||||
|
||||
[heater_fan heatbreak_cooling_fan]
|
||||
pin = PH5
|
||||
fan_speed = 1.0
|
||||
heater = extruder
|
||||
heater_temp = 50.0
|
||||
|
||||
[mcu]
|
||||
serial = /dev/serial/by-id/usb-UltiMachine__ultimachine.com__RAMBo_6403335373035101E171-if00
|
||||
baud = 250000
|
||||
|
||||
[printer]
|
||||
kinematics = cartesian
|
||||
max_velocity = 300
|
||||
max_accel = 3000
|
||||
max_z_velocity = 5
|
||||
max_z_accel = 100
|
||||
|
||||
[ad5206 stepper_digipot]
|
||||
enable_pin = PD7
|
||||
scale = 2.08
|
||||
channel_1 = 1.34
|
||||
channel_2 = 1.0
|
||||
channel_4 = 1.1
|
||||
channel_5 = 1.1
|
||||
channel_6 = 1.1
|
||||
|
||||
[static_digital_output stepper_config]
|
||||
pins =
|
||||
PG1, PG0,
|
||||
PK7, PG2,
|
||||
PK6, PK5,
|
||||
PK3, PK4,
|
||||
PK1, PK2
|
||||
|
||||
[static_digital_output yellow_led]
|
||||
pins = !PB7
|
||||
|
||||
[board_pins]
|
||||
aliases =
|
||||
|
||||
EXP1_1=PE6, EXP1_3=PG3, EXP1_5=PJ2, EXP1_7=PJ7, EXP1_9=<GND>,
|
||||
EXP1_2=PE2, EXP1_4=PG4, EXP1_6=PJ3, EXP1_8=PJ4, EXP1_10=<5V>,
|
||||
|
||||
EXP2_1=PB3, EXP2_3=PJ5, EXP2_5=PJ6, EXP2_7=PD4, EXP2_9=<GND>,
|
||||
EXP2_2=PB1, EXP2_4=PB0, EXP2_6=PB2, EXP2_8=PE7, EXP2_10=PH2
|
||||
|
||||
[virtual_sdcard]
|
||||
path = ~/taz/printer_data_taz/gcodes
|
||||
on_error_gcode = CANCEL_PRINT
|
||||
|
||||
[pause_resume]
|
||||
|
||||
[display_status]
|
||||
|
||||
[respond]
|
||||
|
||||
[gcode_macro CANCEL_PRINT]
|
||||
description = Cancel the actual running print
|
||||
rename_existing = CANCEL_PRINT_BASE
|
||||
gcode =
|
||||
|
||||
{% set client = printer['gcode_macro _CLIENT_VARIABLE']|default({}) %}
|
||||
{% set allow_park = client.park_at_cancel|default(false)|lower == 'true' %}
|
||||
{% set retract = client.cancel_retract|default(5.0)|abs %}
|
||||
|
||||
{% set park_x = "" if (client.park_at_cancel_x|default(none) is none)
|
||||
else "X=" ~ client.park_at_cancel_x %}
|
||||
{% set park_y = "" if (client.park_at_cancel_y|default(none) is none)
|
||||
else "Y=" ~ client.park_at_cancel_y %}
|
||||
{% set custom_park = park_x|length > 0 or park_y|length > 0 %}
|
||||
|
||||
|
||||
{% if printer['gcode_macro RESUME'].restore_idle_timeout > 0 %}
|
||||
SET_IDLE_TIMEOUT TIMEOUT={printer['gcode_macro RESUME'].restore_idle_timeout}
|
||||
{% endif %}
|
||||
{% if (custom_park or not printer.pause_resume.is_paused) and allow_park %} _TOOLHEAD_PARK_PAUSE_CANCEL {park_x} {park_y} {% endif %}
|
||||
_CLIENT_RETRACT LENGTH={retract}
|
||||
TURN_OFF_HEATERS
|
||||
M106 S0
|
||||
{client.user_cancel_macro|default("")}
|
||||
SET_GCODE_VARIABLE MACRO=RESUME VARIABLE=idle_state VALUE=False
|
||||
|
||||
SET_PAUSE_NEXT_LAYER ENABLE=0
|
||||
SET_PAUSE_AT_LAYER ENABLE=0 LAYER=0
|
||||
CANCEL_PRINT_BASE
|
||||
|
||||
[gcode_macro PAUSE]
|
||||
description = Pause the actual running print
|
||||
rename_existing = PAUSE_BASE
|
||||
gcode =
|
||||
|
||||
{% set client = printer['gcode_macro _CLIENT_VARIABLE']|default({}) %}
|
||||
{% set idle_timeout = client.idle_timeout|default(0) %}
|
||||
{% set temp = printer[printer.toolhead.extruder].target if printer.toolhead.extruder != '' else 0 %}
|
||||
{% set restore = False if printer.toolhead.extruder == ''
|
||||
else True if params.RESTORE|default(1)|int == 1 else False %}
|
||||
|
||||
SET_GCODE_VARIABLE MACRO=RESUME VARIABLE=last_extruder_temp VALUE="{{'restore': restore, 'temp': temp}}"
|
||||
|
||||
{% if idle_timeout > 0 %}
|
||||
SET_GCODE_VARIABLE MACRO=RESUME VARIABLE=restore_idle_timeout VALUE={printer.configfile.settings.idle_timeout.timeout}
|
||||
SET_IDLE_TIMEOUT TIMEOUT={idle_timeout}
|
||||
{% endif %}
|
||||
PAUSE_BASE
|
||||
{client.user_pause_macro|default("")}
|
||||
_TOOLHEAD_PARK_PAUSE_CANCEL {rawparams}
|
||||
|
||||
[gcode_macro RESUME]
|
||||
description = Resume the actual running print
|
||||
rename_existing = RESUME_BASE
|
||||
variable_last_extruder_temp = {'restore': False, 'temp': 0}
|
||||
variable_restore_idle_timeout = 0
|
||||
variable_idle_state = False
|
||||
gcode =
|
||||
|
||||
{% set client = printer['gcode_macro _CLIENT_VARIABLE']|default({}) %}
|
||||
{% set velocity = printer.configfile.settings.pause_resume.recover_velocity %}
|
||||
{% set sp_move = client.speed_move|default(velocity) %}
|
||||
{% set runout_resume = True if client.runout_sensor|default("") == ""
|
||||
else True if not printer[client.runout_sensor].enabled
|
||||
else printer[client.runout_sensor].filament_detected %}
|
||||
{% set can_extrude = True if printer.toolhead.extruder == ''
|
||||
else printer[printer.toolhead.extruder].can_extrude %}
|
||||
{% set do_resume = False %}
|
||||
{% set prompt_txt = [] %}
|
||||
|
||||
|
||||
{% if printer.idle_timeout.state|upper == "IDLE" or idle_state %}
|
||||
SET_GCODE_VARIABLE MACRO=RESUME VARIABLE=idle_state VALUE=False
|
||||
{% if last_extruder_temp.restore %}
|
||||
|
||||
RESPOND TYPE=echo MSG='{"Restoring \"%s\" temperature to %3.1f\u00B0C, this may take some time" % (printer.toolhead.extruder, last_extruder_temp.temp) }'
|
||||
M109 S{last_extruder_temp.temp}
|
||||
{% set do_resume = True %}
|
||||
{% elif can_extrude %}
|
||||
{% set do_resume = True %}
|
||||
{% else %}
|
||||
RESPOND TYPE=error MSG='{"Resume aborted !!! \"%s\" not hot enough, please heat up again and press RESUME" % printer.toolhead.extruder}'
|
||||
{% set _d = prompt_txt.append("\"%s\" not hot enough, please heat up again and press RESUME" % printer.toolhead.extruder) %}
|
||||
{% endif %}
|
||||
|
||||
{% elif can_extrude %}
|
||||
{% set do_resume = True %}
|
||||
{% else %}
|
||||
RESPOND TYPE=error MSG='{"Resume aborted !!! \"%s\" not hot enough, please heat up again and press RESUME" % printer.toolhead.extruder}'
|
||||
{% set _d = prompt_txt.append("\"%s\" not hot enough, please heat up again and press RESUME" % printer.toolhead.extruder) %}
|
||||
{% endif %}
|
||||
{% if runout_resume %}
|
||||
{% if do_resume %}
|
||||
{% if restore_idle_timeout > 0 %} SET_IDLE_TIMEOUT TIMEOUT={restore_idle_timeout} {% endif %}
|
||||
{client.user_resume_macro|default("")}
|
||||
_CLIENT_EXTRUDE
|
||||
RESUME_BASE VELOCITY={params.VELOCITY|default(sp_move)}
|
||||
{% endif %}
|
||||
{% else %}
|
||||
RESPOND TYPE=error MSG='{"Resume aborted !!! \"%s\" detects no filament, please load filament and press RESUME" % (client.runout_sensor.split(" "))[1]}'
|
||||
{% set _d = prompt_txt.append("\"%s\" detects no filament, please load filament and press RESUME" % (client.runout_sensor.split(" "))[1]) %}
|
||||
{% endif %}
|
||||
|
||||
{% if not (runout_resume and do_resume) %}
|
||||
RESPOND TYPE=command MSG="action:prompt_begin RESUME aborted !!!"
|
||||
{% for element in prompt_txt %}
|
||||
RESPOND TYPE=command MSG='{"action:prompt_text %s" % element}'
|
||||
{% endfor %}
|
||||
RESPOND TYPE=command MSG="action:prompt_footer_button Ok|RESPOND TYPE=command MSG=action:prompt_end|info"
|
||||
RESPOND TYPE=command MSG="action:prompt_show"
|
||||
{% endif %}
|
||||
|
||||
[gcode_macro SET_PAUSE_NEXT_LAYER]
|
||||
description = Enable a pause if the next layer is reached
|
||||
gcode =
|
||||
{% set pause_next_layer = printer['gcode_macro SET_PRINT_STATS_INFO'].pause_next_layer %}
|
||||
{% set ENABLE = params.ENABLE|default(1)|int != 0 %}
|
||||
{% set MACRO = params.MACRO|default(pause_next_layer.call, True) %}
|
||||
SET_GCODE_VARIABLE MACRO=SET_PRINT_STATS_INFO VARIABLE=pause_next_layer VALUE="{{ 'enable': ENABLE, 'call': MACRO }}"
|
||||
|
||||
[gcode_macro SET_PAUSE_AT_LAYER]
|
||||
description = Enable/disable a pause if a given layer number is reached
|
||||
gcode =
|
||||
{% set pause_at_layer = printer['gcode_macro SET_PRINT_STATS_INFO'].pause_at_layer %}
|
||||
{% set ENABLE = params.ENABLE|int != 0 if params.ENABLE is defined
|
||||
else params.LAYER is defined %}
|
||||
{% set LAYER = params.LAYER|default(pause_at_layer.layer)|int %}
|
||||
{% set MACRO = params.MACRO|default(pause_at_layer.call, True) %}
|
||||
SET_GCODE_VARIABLE MACRO=SET_PRINT_STATS_INFO VARIABLE=pause_at_layer VALUE="{{ 'enable': ENABLE, 'layer': LAYER, 'call': MACRO }}"
|
||||
|
||||
[gcode_macro SET_PRINT_STATS_INFO]
|
||||
rename_existing = SET_PRINT_STATS_INFO_BASE
|
||||
description = Overwrite, to get pause_next_layer and pause_at_layer feature
|
||||
variable_pause_next_layer = { 'enable': False, 'call': "PAUSE" }
|
||||
variable_pause_at_layer = { 'enable': False, 'layer': 0, 'call': "PAUSE" }
|
||||
gcode =
|
||||
{% if pause_next_layer.enable %}
|
||||
RESPOND TYPE=echo MSG='{"%s, forced by pause_next_layer" % pause_next_layer.call}'
|
||||
{pause_next_layer.call}
|
||||
SET_PAUSE_NEXT_LAYER ENABLE=0
|
||||
{% elif pause_at_layer.enable and params.CURRENT_LAYER is defined and params.CURRENT_LAYER|int == pause_at_layer.layer %}
|
||||
RESPOND TYPE=echo MSG='{"%s, forced by pause_at_layer [%d]" % (pause_at_layer.call, pause_at_layer.layer)}'
|
||||
{pause_at_layer.call}
|
||||
SET_PAUSE_AT_LAYER ENABLE=0
|
||||
{% endif %}
|
||||
SET_PRINT_STATS_INFO_BASE {rawparams}
|
||||
|
||||
[gcode_macro _TOOLHEAD_PARK_PAUSE_CANCEL]
|
||||
description = Helper: park toolhead used in PAUSE and CANCEL_PRINT
|
||||
gcode =
|
||||
|
||||
{% set client = printer['gcode_macro _CLIENT_VARIABLE']|default({}) %}
|
||||
{% set velocity = printer.configfile.settings.pause_resume.recover_velocity %}
|
||||
{% set use_custom = client.use_custom_pos|default(false)|lower == 'true' %}
|
||||
{% set custom_park_x = client.custom_park_x|default(0.0) %}
|
||||
{% set custom_park_y = client.custom_park_y|default(0.0) %}
|
||||
{% set park_dz = client.custom_park_dz|default(2.0)|abs %}
|
||||
{% set sp_hop = client.speed_hop|default(15) * 60 %}
|
||||
{% set sp_move = client.speed_move|default(velocity) * 60 %}
|
||||
|
||||
{% set origin = printer.gcode_move.homing_origin %}
|
||||
{% set act = printer.gcode_move.gcode_position %}
|
||||
{% set max = printer.toolhead.axis_maximum %}
|
||||
{% set cone = printer.toolhead.cone_start_z|default(max.z) %}
|
||||
{% set round_bed = True if printer.configfile.settings.printer.kinematics is in ['delta','polar','rotary_delta','winch']
|
||||
else False %}
|
||||
|
||||
{% set z_min = params.Z_MIN|default(0)|float %}
|
||||
{% set z_park = [[(act.z + park_dz), z_min]|max, (max.z - origin.z)]|min %}
|
||||
{% set x_park = params.X if params.X is defined
|
||||
else custom_park_x if use_custom
|
||||
else 0.0 if round_bed
|
||||
else (max.x - 5.0) %}
|
||||
{% set y_park = params.Y if params.Y is defined
|
||||
else custom_park_y if use_custom
|
||||
else (max.y - 5.0) if round_bed and z_park < cone
|
||||
else 0.0 if round_bed
|
||||
else (max.y - 5.0) %}
|
||||
|
||||
_CLIENT_RETRACT
|
||||
{% if "xyz" in printer.toolhead.homed_axes %}
|
||||
G90
|
||||
G1 Z{z_park} F{sp_hop}
|
||||
G1 X{x_park} Y{y_park} F{sp_move}
|
||||
{% if not printer.gcode_move.absolute_coordinates %} G91 {% endif %}
|
||||
{% else %}
|
||||
RESPOND TYPE=echo MSG='Printer not homed'
|
||||
{% endif %}
|
||||
|
||||
[gcode_macro _CLIENT_EXTRUDE]
|
||||
description = Extrudes, if the extruder is hot enough
|
||||
gcode =
|
||||
|
||||
{% set client = printer['gcode_macro _CLIENT_VARIABLE']|default({}) %}
|
||||
{% set use_fw_retract = (client.use_fw_retract|default(false)|lower == 'true') and (printer.firmware_retraction is defined) %}
|
||||
{% set length = params.LENGTH|default(client.unretract)|default(1.0)|float %}
|
||||
{% set speed = params.SPEED|default(client.speed_unretract)|default(35) %}
|
||||
{% set absolute_extrude = printer.gcode_move.absolute_extrude %}
|
||||
|
||||
{% if printer.toolhead.extruder != '' %}
|
||||
{% if printer[printer.toolhead.extruder].can_extrude %}
|
||||
{% if use_fw_retract %}
|
||||
{% if length < 0 %}
|
||||
G10
|
||||
{% else %}
|
||||
G11
|
||||
{% endif %}
|
||||
{% else %}
|
||||
M83
|
||||
G1 E{length} F{(speed|float|abs) * 60}
|
||||
{% if absolute_extrude %}
|
||||
M82
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% else %}
|
||||
RESPOND TYPE=echo MSG='{"\"%s\" not hot enough" % printer.toolhead.extruder}'
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
[gcode_macro _CLIENT_RETRACT]
|
||||
description = Retracts, if the extruder is hot enough
|
||||
gcode =
|
||||
{% set client = printer['gcode_macro _CLIENT_VARIABLE']|default({}) %}
|
||||
{% set length = params.LENGTH|default(client.retract)|default(1.0)|float %}
|
||||
{% set speed = params.SPEED|default(client.speed_retract)|default(35) %}
|
||||
|
||||
_CLIENT_EXTRUDE LENGTH=-{length|float|abs} SPEED={speed|float|abs}
|
||||
|
||||
[bed_mesh default]
|
||||
version = 1
|
||||
points =
|
||||
-1.065000, -0.857500, -0.817500, -0.865000, -0.927500
|
||||
-0.592500, -0.502500, -0.442500, -0.482500, -0.522500
|
||||
-0.172500, -0.070000, -0.027500, -0.040000, -0.057500
|
||||
0.182500, 0.265000, 0.312500, 0.302500, 0.332500
|
||||
0.480000, 0.610000, 0.670000, 0.715000, 0.735000
|
||||
x_count = 5
|
||||
y_count = 5
|
||||
mesh_x_pps = 3
|
||||
mesh_y_pps = 3
|
||||
algo = bicubic
|
||||
tension = 0.2
|
||||
min_x = 30.0
|
||||
max_x = 250.0
|
||||
min_y = 39.989999999999995
|
||||
max_y = 230.0
|
||||
=======================
|
||||
Loaded MCU 'mcu' 106 commands (v0.12.0-103-g6ce6fbbc / gcc: (GCC) 5.4.0 binutils: (GNU Binutils) 2.26.20160125)
|
||||
MCU 'mcu' config: ADC_MAX=1023 BUS_PINS_spi=PB3,PB2,PB1 BUS_PINS_twi=PD0,PD1 CLOCK_FREQ=16000000 MCU=atmega2560 PWM_MAX=255 RECEIVE_WINDOW=192 RESERVE_PINS_serial=PE0,PE1 SERIAL_BAUD=250000 STATS_SUMSQ_BASE=256
|
||||
Configured MCU 'mcu' (609 moves)
|
||||
Args: ['/home/pi/taz/klipper-taz/klippy/klippy.py', '/home/pi/taz/printer_data_taz/config/printer.cfg', '-l', '/home/pi/taz/printer_data_taz/logs/klippy.log', '-I', '/home/pi/taz/printer_data_taz/comms/klippy.serial', '-a', '/home/pi/taz/printer_data_taz/comms/klippy.sock']
|
||||
Git version: 'v0.12.0-103-g6ce6fbbc'
|
||||
Branch: master
|
||||
Remote: origin
|
||||
Tracked URL: https://github.com/Klipper3d/klipper.git
|
||||
CPU: 4 core ?
|
||||
Python: '3.9.2 (default, Feb 28 2021, 17:03:44) \n[GCC 10.2.1 20210110]'
|
||||
webhooks client 547750616272: {'program': 'Moonraker', 'version': 'v0.8.0-310-g67c98f6'}
|
||||
=============== Log rollover at Tue Apr 2 12:00:25 2024 ===============
|
||||
b'Got EOF when reading from device'
|
||||
Timeout with MCU 'mcu' (eventtime=1347908.264162)
|
||||
Transition to shutdown state: Lost communication with MCU 'mcu'
|
||||
Dumping gcode input 0 blocks
|
||||
Dumping 20 requests for client 547750616272
|
||||
Received 1296220.546719: b'{"id": 547230179232, "method": "info", "params": {}}'
|
||||
Received 1296220.547447: b'{"id": 547579577104, "method": "objects/list", "params": {}}'
|
||||
Received 1296220.548017: b'{"id": 547579577632, "method": "gcode/help", "params": {}}'
|
||||
Received 1296220.549168: b'{"id": 547230176592, "method": "objects/list", "params": {}}'
|
||||
Received 1296220.556426: b'{"id": 547579579504, "method": "objects/subscribe", "params": {"objects": {"webhooks": null, "heaters": null, "heater_bed": null, "fan": null, "heater_fan heatbreak_cooling_fan": null, "print_stats": null, "virtual_sdcard": null, "display_status": null, "idle_timeout": null, "toolhead": null, "extruder": null}, "response_template": {"method": "process_status_update"}}}'
|
||||
Received 1296220.725053: b'{"id": 547579577536, "method": "objects/subscribe", "params": {"objects": {"gcode": null, "webhooks": null, "configfile": null, "mcu": null, "gcode_macro CALIBRATE_NOZZLE_OFFSET": null, "gcode_macro LEVEL_BED": null, "gcode_macro CHECK_DEVIATION": null, "gcode_macro LIZ_IS_A_BAKA": null, "gcode_macro _START_GCODE": null, "gcode_macro _END_GCODE": null, "gcode_move": null, "probe": null, "bed_mesh": null, "heaters": null, "heater_bed": null, "fan": null, "heater_fan heatbreak_cooling_fan": null, "print_stats": null, "virtual_sdcard": null, "pause_resume": null, "display_status": null, "gcode_macro CANCEL_PRINT": null, "gcode_macro PAUSE": null, "gcode_macro RESUME": null, "gcode_macro SET_PAUSE_NEXT_LAYER": null, "gcode_macro SET_PAUSE_AT_LAYER": null, "gcode_macro SET_PRINT_STATS_INFO": null, "gcode_macro _TOOLHEAD_PARK_PAUSE_CANCEL": null, "gcode_macro _CLIENT_EXTRUDE": null, "gcode_macro _CLIENT_RETRACT": null, "stepper_enable": null, "motion_report": null, "query_endstops": null, "idle_timeout": null, "system_stats": null, "manual_probe": null, "toolhead": null, "extruder": null}, "response_template": {"method": "process_status_update"}}}'
|
||||
Received 1296220.981979: b'{"id": 547230313728, "method": "objects/subscribe", "params": {"objects": {"webhooks": null, "print_stats": null, "heater_bed": null, "extruder": null, "heaters": null, "fan": null, "heater_fan heatbreak_cooling_fan": null, "virtual_sdcard": null, "display_status": null, "idle_timeout": null, "toolhead": null, "gcode": null, "configfile": null, "mcu": null, "gcode_macro CALIBRATE_NOZZLE_OFFSET": null, "gcode_macro LEVEL_BED": null, "gcode_macro CHECK_DEVIATION": null, "gcode_macro LIZ_IS_A_BAKA": null, "gcode_macro _START_GCODE": null, "gcode_macro _END_GCODE": null, "gcode_move": null, "probe": null, "bed_mesh": null, "pause_resume": null, "gcode_macro CANCEL_PRINT": null, "gcode_macro PAUSE": null, "gcode_macro RESUME": null, "gcode_macro SET_PAUSE_NEXT_LAYER": null, "gcode_macro SET_PAUSE_AT_LAYER": null, "gcode_macro SET_PRINT_STATS_INFO": null, "gcode_macro _TOOLHEAD_PARK_PAUSE_CANCEL": null, "gcode_macro _CLIENT_EXTRUDE": null, "gcode_macro _CLIENT_RETRACT": null, "stepper_enable": null, "motion_report": null, "query_endstops": null, "system_stats": null, "manual_probe": null}, "response_template": {"method": "process_status_update"}}}'
|
||||
Received 1296221.231186: b'{"id": 547230313728, "method": "objects/subscribe", "params": {"objects": {"webhooks": null, "print_stats": null, "heater_bed": null, "extruder": null, "heaters": null, "fan": null, "heater_fan heatbreak_cooling_fan": null, "virtual_sdcard": null, "display_status": null, "idle_timeout": null, "toolhead": null, "gcode": null, "configfile": null, "mcu": null, "gcode_macro CALIBRATE_NOZZLE_OFFSET": null, "gcode_macro LEVEL_BED": null, "gcode_macro CHECK_DEVIATION": null, "gcode_macro LIZ_IS_A_BAKA": null, "gcode_macro _START_GCODE": null, "gcode_macro _END_GCODE": null, "gcode_move": null, "probe": null, "bed_mesh": null, "pause_resume": null, "gcode_macro CANCEL_PRINT": null, "gcode_macro PAUSE": null, "gcode_macro RESUME": null, "gcode_macro SET_PAUSE_NEXT_LAYER": null, "gcode_macro SET_PAUSE_AT_LAYER": null, "gcode_macro SET_PRINT_STATS_INFO": null, "gcode_macro _TOOLHEAD_PARK_PAUSE_CANCEL": null, "gcode_macro _CLIENT_EXTRUDE": null, "gcode_macro _CLIENT_RETRACT": null, "stepper_enable": null, "motion_report": null, "query_endstops": null, "system_stats": null, "manual_probe": null}, "response_template": {"method": "process_status_update"}}}'
|
||||
Received 1296221.996582: b'{"id": 547230312480, "method": "objects/query", "params": {"objects": {"extruder": ["can_extrude"]}}}'
|
||||
Received 1296269.001266: b'{"id": 547230313440, "method": "gcode/script", "params": {"script": "SDCARD_PRINT_FILE FILENAME=\\"Calibration_Cube_Oriented.gcode\\""}}'
|
||||
Received 1300127.879949: b'{"id": 547230207952, "method": "objects/list", "params": {}}'
|
||||
Received 1300127.897067: b'{"id": 547230206944, "method": "objects/subscribe", "params": {"objects": {"webhooks": null, "heaters": null, "heater_bed": null, "fan": null, "heater_fan heatbreak_cooling_fan": null, "print_stats": null, "virtual_sdcard": null, "display_status": null, "idle_timeout": null, "toolhead": null, "extruder": null, "gcode": null, "configfile": null, "mcu": null, "gcode_macro CALIBRATE_NOZZLE_OFFSET": null, "gcode_macro LEVEL_BED": null, "gcode_macro CHECK_DEVIATION": null, "gcode_macro LIZ_IS_A_BAKA": null, "gcode_macro _START_GCODE": null, "gcode_macro _END_GCODE": null, "gcode_move": null, "probe": null, "bed_mesh": null, "pause_resume": null, "gcode_macro CANCEL_PRINT": null, "gcode_macro PAUSE": null, "gcode_macro RESUME": null, "gcode_macro SET_PAUSE_NEXT_LAYER": null, "gcode_macro SET_PAUSE_AT_LAYER": null, "gcode_macro SET_PRINT_STATS_INFO": null, "gcode_macro _TOOLHEAD_PARK_PAUSE_CANCEL": null, "gcode_macro _CLIENT_EXTRUDE": null, "gcode_macro _CLIENT_RETRACT": null, "stepper_enable": null, "motion_report": null, "query_endstops": null, "system_stats": null, "manual_probe": null}, "response_template": {"method": "process_status_update"}}}'
|
||||
Received 1313507.331566: b'{"id": 547230169552, "method": "objects/list", "params": {}}'
|
||||
Received 1313507.387263: b'{"id": 547544086656, "method": "objects/list", "params": {}}'
|
||||
Received 1313508.368876: b'{"id": 547541573152, "method": "objects/subscribe", "params": {"objects": {"webhooks": null, "heaters": null, "heater_bed": null, "fan": null, "heater_fan heatbreak_cooling_fan": null, "print_stats": null, "virtual_sdcard": null, "display_status": null, "idle_timeout": null, "toolhead": null, "extruder": null}, "response_template": {"method": "process_status_update"}}}'
|
||||
Received 1313516.856086: b'{"id": 547230168832, "method": "info", "params": {}}'
|
||||
Received 1313516.856086: b'{"id": 547542707312, "method": "objects/list", "params": {}}'
|
||||
Received 1313516.857006: b'{"id": 547542707264, "method": "gcode/help", "params": {}}'
|
||||
Received 1313516.890593: b'{"id": 547541419488, "method": "objects/subscribe", "params": {"objects": {"gcode": null, "webhooks": null, "configfile": null, "mcu": null, "gcode_macro CALIBRATE_NOZZLE_OFFSET": null, "gcode_macro LEVEL_BED": null, "gcode_macro CHECK_DEVIATION": null, "gcode_macro LIZ_IS_A_BAKA": null, "gcode_macro _START_GCODE": null, "gcode_macro _END_GCODE": null, "gcode_move": null, "probe": null, "bed_mesh": null, "heaters": null, "heater_bed": null, "fan": null, "heater_fan heatbreak_cooling_fan": null, "print_stats": null, "virtual_sdcard": null, "pause_resume": null, "display_status": null, "gcode_macro CANCEL_PRINT": null, "gcode_macro PAUSE": null, "gcode_macro RESUME": null, "gcode_macro SET_PAUSE_NEXT_LAYER": null, "gcode_macro SET_PAUSE_AT_LAYER": null, "gcode_macro SET_PRINT_STATS_INFO": null, "gcode_macro _TOOLHEAD_PARK_PAUSE_CANCEL": null, "gcode_macro _CLIENT_EXTRUDE": null, "gcode_macro _CLIENT_RETRACT": null, "stepper_enable": null, "motion_report": null, "query_endstops": null, "idle_timeout": null, "system_stats": null, "manual_probe": null, "toolhead": null, "extruder": null}, "response_template": {"method": "process_status_update"}}}'
|
||||
Received 1313526.684805: b'{"id": 547541419392, "method": "objects/query", "params": {"objects": {"extruder": ["can_extrude"]}}}'
|
||||
gcode state: absolute_coord=True absolute_extrude=True base_position=[0.0, 0.0, 0.0, 1499.9595300000008] last_position=[0.0, 140.0, 20.09357510834813, 1499.9595300000008] homing_position=[0.0, 0.0, 0.0, 0.0] speed_factor=0.016666666666666666 extrude_factor=1.0 speed=25.0
|
||||
Reactor garbage collection: (1297180.274482653, 0.0, 0.0)
|
1
dirs/printer_data/logs/mainsail-access.log
Symbolic link
1
dirs/printer_data/logs/mainsail-access.log
Symbolic link
@ -0,0 +1 @@
|
||||
/var/log/nginx/mainsail-access.log
|
1
dirs/printer_data/logs/mainsail-error.log
Symbolic link
1
dirs/printer_data/logs/mainsail-error.log
Symbolic link
@ -0,0 +1 @@
|
||||
/var/log/nginx/mainsail-error.log
|
100
dirs/printer_data/logs/mobileraker.log
Normal file
100
dirs/printer_data/logs/mobileraker.log
Normal file
@ -0,0 +1,100 @@
|
||||
--------------------MobilerakerCompanion Log Start--------------------
|
||||
Git Version: v0.4.0-43-gcb6e9c3
|
||||
2024-02-14 18:17:32,436 root INFO - MobilerakerCompanion version: v0.4.0-43-gcb6e9c3
|
||||
2024-02-14 18:17:32,437 root INFO - Passed config file is: /home/pi/Mobileraker.conf
|
||||
2024-02-14 18:17:32,438 root INFO - Checking mobileraker_companion dir
|
||||
2024-02-14 18:17:32,438 root INFO - Checking klipper_config dir
|
||||
2024-02-14 18:17:32,439 root INFO - Checking printer_data/config dir
|
||||
2024-02-14 18:17:32,439 root INFO - Checking user dir
|
||||
2024-02-14 18:17:32,440 root WARNING - No config file was found, using default fallback values!
|
||||
2024-02-14 18:17:32,440 root INFO - Read 1 printer config sections
|
||||
2024-02-14 18:17:32,499 root INFO - Main section read, language:"en", timezone:"America/New_York", eta_format:"%d.%m.%Y, %H:%M:%S", include_snapshot:"True"
|
||||
2024-02-14 18:17:32,501 mobileraker._Default.jrpc INFO - Trying to connect to: ws://127.0.0.1:7125/websocket api key <NO API KEY>
|
||||
2024-02-14 18:17:32,510 mobileraker._Default.jrpc INFO - WebSocket connected
|
||||
2024-02-14 18:17:32,511 mobileraker._Default.jrpc INFO - Notifying listeners about connection state True
|
||||
2024-02-14 18:17:32,512 mobileraker._Default.sync INFO - Doing a (Re)Sync with moonraker
|
||||
2024-02-14 18:17:32,513 mobileraker._Default.sync INFO - Syncing klippy Objects
|
||||
2024-02-14 18:17:32,533 mobileraker._Default.sync INFO - Received server info: {'jsonrpc': '2.0', 'result': {'klippy_connected': True, 'klippy_state': 'ready', 'components': ['secrets', 'template', 'klippy_connection', 'jsonrpc', 'internal_transport', 'application', 'websockets', 'dbus_manager', 'database', 'file_manager', 'authorization', 'klippy_apis', 'shell_command', 'machine', 'data_store', 'proc_stats', 'job_state', 'job_queue', 'http_client', 'announcements', 'webcam', 'extensions', 'update_manager', 'octoprint_compat', 'history'], 'failed_components': [], 'registered_directories': ['config', 'logs', 'gcodes', 'config_examples', 'docs'], 'warnings': [], 'websocket_count': 1, 'moonraker_version': 'v0.8.0-310-g67c98f6', 'missing_klippy_requirements': [], 'api_version': [1, 4, 0], 'api_version_string': '1.4.0'}, 'id': 5842}
|
||||
2024-02-14 18:17:32,535 mobileraker._Default.sync INFO - Syncing printer Objects
|
||||
2024-02-14 18:17:32,550 mobileraker._Default INFO - Updated companion meta data in moonraker database
|
||||
2024-02-14 18:17:32,802 mobileraker._Default.sync INFO - Subscribing to printer Objects
|
||||
2024-02-14 18:17:32,802 mobileraker._Default.sync INFO - Fetching metadata for skull.gcode
|
||||
2024-02-14 18:17:32,804 mobileraker._Default.sync INFO - Subscribed to printer Objects
|
||||
2024-02-14 18:17:32,804 mobileraker._Default.sync INFO - (Re)Sync completed
|
||||
2024-02-14 18:17:32,808 mobileraker._Default INFO - No last snapshot available. Evaluating!
|
||||
2024-02-14 18:17:32,808 mobileraker._Default INFO - Snapshot passed threshold. LastSnap: None, NewSnap: PrinterSnapshot(klippy_ready=True, print_state=complete, m117=None, m117_hash=, virtual_sdcard=VirtualSDCard (progress: 1.000000, file_position: 2571094), print_stats=PrintStats (filename: skull.gcode, total_duration: 2713.642408235006, print_duration: 2438.908434675999, state: complete, message: ), current_file=Filename: skull.gcode, Modified: 1707840468.982831, Size: 2571094, toolhead=<mobileraker.data.dtos.moonraker.printer_objects.Toolhead object at 0x7f8d4d71f0>, gcode_move=<mobileraker.data.dtos.moonraker.printer_objects.GCodeMove object at 0x7f8d4d7fd0>, gcode_response=None, gcode_response_hash=, timelapse_pause=None)
|
||||
2024-02-14 18:17:32,812 mobileraker._Default INFO - Fetched 0 app Cfgs!
|
||||
2024-02-14 18:17:32,813 mobileraker._Default INFO - ---- Completed Evaluations Task! ----
|
||||
--------------------MobilerakerCompanion Log Start--------------------
|
||||
Git Version: v0.4.0-43-gcb6e9c3
|
||||
2024-02-16 17:02:25,199 root INFO - MobilerakerCompanion version: v0.4.0-43-gcb6e9c3
|
||||
2024-02-16 17:02:25,201 root INFO - Passed config file is: /home/pi/Mobileraker.conf
|
||||
2024-02-16 17:02:25,201 root INFO - Checking mobileraker_companion dir
|
||||
2024-02-16 17:02:25,202 root INFO - Checking klipper_config dir
|
||||
2024-02-16 17:02:25,202 root INFO - Checking printer_data/config dir
|
||||
2024-02-16 17:02:25,203 root INFO - Checking user dir
|
||||
2024-02-16 17:02:25,203 root WARNING - No config file was found, using default fallback values!
|
||||
2024-02-16 17:02:25,203 root INFO - Read 1 printer config sections
|
||||
2024-02-16 17:02:25,263 root INFO - Main section read, language:"en", timezone:"America/New_York", eta_format:"%d.%m.%Y, %H:%M:%S", include_snapshot:"True"
|
||||
2024-02-16 17:02:25,265 mobileraker._Default.jrpc INFO - Trying to connect to: ws://127.0.0.1:7125/websocket api key <NO API KEY>
|
||||
2024-02-16 17:02:25,275 mobileraker._Default.jrpc INFO - WebSocket connected
|
||||
2024-02-16 17:02:25,276 mobileraker._Default.jrpc INFO - Notifying listeners about connection state True
|
||||
2024-02-16 17:02:25,277 mobileraker._Default.sync INFO - Doing a (Re)Sync with moonraker
|
||||
2024-02-16 17:02:25,277 mobileraker._Default.sync INFO - Syncing klippy Objects
|
||||
2024-02-16 17:02:25,295 mobileraker._Default.sync INFO - Received server info: {'jsonrpc': '2.0', 'result': {'klippy_connected': True, 'klippy_state': 'ready', 'components': ['secrets', 'template', 'klippy_connection', 'jsonrpc', 'internal_transport', 'application', 'websockets', 'dbus_manager', 'database', 'file_manager', 'authorization', 'klippy_apis', 'shell_command', 'machine', 'data_store', 'proc_stats', 'job_state', 'job_queue', 'http_client', 'announcements', 'webcam', 'extensions', 'update_manager', 'octoprint_compat', 'history'], 'failed_components': [], 'registered_directories': ['config', 'logs', 'gcodes', 'config_examples', 'docs'], 'warnings': [], 'websocket_count': 1, 'moonraker_version': 'v0.8.0-310-g67c98f6', 'missing_klippy_requirements': [], 'api_version': [1, 4, 0], 'api_version_string': '1.4.0'}, 'id': 1898}
|
||||
2024-02-16 17:02:25,297 mobileraker._Default.sync INFO - Syncing printer Objects
|
||||
2024-02-16 17:02:25,299 mobileraker._Default INFO - Updated companion meta data in moonraker database
|
||||
2024-02-16 17:02:25,524 mobileraker._Default.sync INFO - Subscribing to printer Objects
|
||||
2024-02-16 17:02:25,525 mobileraker._Default.sync INFO - Fetching metadata for skull.gcode
|
||||
2024-02-16 17:02:25,527 mobileraker._Default.sync INFO - Subscribed to printer Objects
|
||||
2024-02-16 17:02:25,527 mobileraker._Default.sync INFO - (Re)Sync completed
|
||||
2024-02-16 17:02:25,530 mobileraker._Default INFO - No last snapshot available. Evaluating!
|
||||
2024-02-16 17:02:25,531 mobileraker._Default INFO - Snapshot passed threshold. LastSnap: None, NewSnap: PrinterSnapshot(klippy_ready=True, print_state=complete, m117=None, m117_hash=, virtual_sdcard=VirtualSDCard (progress: 1.000000, file_position: 2571094), print_stats=PrintStats (filename: skull.gcode, total_duration: 2713.642408235006, print_duration: 2438.908434675999, state: complete, message: ), current_file=Filename: skull.gcode, Modified: 1707840468.982831, Size: 2571094, toolhead=<mobileraker.data.dtos.moonraker.printer_objects.Toolhead object at 0x7fb1a51f40>, gcode_move=<mobileraker.data.dtos.moonraker.printer_objects.GCodeMove object at 0x7fb1a59d60>, gcode_response=None, gcode_response_hash=, timelapse_pause=None)
|
||||
2024-02-16 17:02:25,535 mobileraker._Default INFO - Fetched 0 app Cfgs!
|
||||
2024-02-16 17:02:25,536 mobileraker._Default INFO - ---- Completed Evaluations Task! ----
|
||||
2024-02-16 17:50:46,704 mobileraker._Default.sync INFO - Moonraker's connection to Klippy has terminated/disconnected
|
||||
2024-02-16 17:50:46,705 mobileraker._Default INFO - State changed. Evaluating!
|
||||
2024-02-16 17:50:46,706 mobileraker._Default INFO - Snapshot passed threshold. LastSnap: PrinterSnapshot(klippy_ready=True, print_state=complete, m117=None, m117_hash=, virtual_sdcard=VirtualSDCard (progress: 1.000000, file_position: 2571094), print_stats=PrintStats (filename: skull.gcode, total_duration: 2713.642408235006, print_duration: 2438.908434675999, state: complete, message: ), current_file=Filename: skull.gcode, Modified: 1707840468.982831, Size: 2571094, toolhead=<mobileraker.data.dtos.moonraker.printer_objects.Toolhead object at 0x7fb1a51f40>, gcode_move=<mobileraker.data.dtos.moonraker.printer_objects.GCodeMove object at 0x7fb1a59d60>, gcode_response=None, gcode_response_hash=, timelapse_pause=None), NewSnap: PrinterSnapshot(klippy_ready=False, print_state=error, m117=None, m117_hash=, virtual_sdcard=VirtualSDCard (progress: 1.000000, file_position: 2571094), print_stats=PrintStats (filename: skull.gcode, total_duration: 2713.642408235006, print_duration: 2438.908434675999, state: complete, message: ), current_file=Filename: skull.gcode, Modified: 1707840468.982831, Size: 2571094, toolhead=<mobileraker.data.dtos.moonraker.printer_objects.Toolhead object at 0x7fb1a21850>, gcode_move=<mobileraker.data.dtos.moonraker.printer_objects.GCodeMove object at 0x7fb1a59d60>, gcode_response=None, gcode_response_hash=, timelapse_pause=None)
|
||||
2024-02-16 17:50:46,712 mobileraker._Default INFO - Fetched 0 app Cfgs!
|
||||
2024-02-16 17:50:46,712 mobileraker._Default INFO - ---- Completed Evaluations Task! ----
|
||||
2024-02-16 18:13:04,715 mobileraker._Default.sync INFO - Klippy has reported a ready state
|
||||
2024-02-16 18:13:04,716 mobileraker._Default.sync INFO - Doing a (Re)Sync with moonraker
|
||||
2024-02-16 18:13:04,716 mobileraker._Default.sync INFO - Syncing klippy Objects
|
||||
2024-02-16 18:13:04,722 mobileraker._Default.sync INFO - Received server info: {'jsonrpc': '2.0', 'result': {'klippy_connected': True, 'klippy_state': 'ready', 'components': ['secrets', 'template', 'klippy_connection', 'jsonrpc', 'internal_transport', 'application', 'websockets', 'dbus_manager', 'database', 'file_manager', 'authorization', 'klippy_apis', 'shell_command', 'machine', 'data_store', 'proc_stats', 'job_state', 'job_queue', 'http_client', 'announcements', 'webcam', 'extensions', 'update_manager', 'octoprint_compat', 'history'], 'failed_components': [], 'registered_directories': ['config', 'logs', 'gcodes', 'config_examples', 'docs'], 'warnings': [], 'websocket_count': 2, 'moonraker_version': 'v0.8.0-310-g67c98f6', 'missing_klippy_requirements': [], 'api_version': [1, 4, 0], 'api_version_string': '1.4.0'}, 'id': 9224}
|
||||
2024-02-16 18:13:04,722 mobileraker._Default.sync INFO - Syncing printer Objects
|
||||
2024-02-16 18:13:04,959 mobileraker._Default.sync INFO - Subscribing to printer Objects
|
||||
2024-02-16 18:13:04,961 mobileraker._Default.sync INFO - Subscribed to printer Objects
|
||||
2024-02-16 18:13:04,962 mobileraker._Default.sync INFO - (Re)Sync completed
|
||||
2024-02-16 18:13:04,963 mobileraker._Default INFO - State changed. Evaluating!
|
||||
2024-02-16 18:13:04,963 mobileraker._Default INFO - Snapshot passed threshold. LastSnap: PrinterSnapshot(klippy_ready=False, print_state=error, m117=None, m117_hash=, virtual_sdcard=VirtualSDCard (progress: 1.000000, file_position: 2571094), print_stats=PrintStats (filename: skull.gcode, total_duration: 2713.642408235006, print_duration: 2438.908434675999, state: complete, message: ), current_file=Filename: skull.gcode, Modified: 1707840468.982831, Size: 2571094, toolhead=<mobileraker.data.dtos.moonraker.printer_objects.Toolhead object at 0x7fb1a21850>, gcode_move=<mobileraker.data.dtos.moonraker.printer_objects.GCodeMove object at 0x7fb1a59d60>, gcode_response=None, gcode_response_hash=, timelapse_pause=None), NewSnap: PrinterSnapshot(klippy_ready=True, print_state=standby, m117=None, m117_hash=, virtual_sdcard=VirtualSDCard (progress: 0.000000, file_position: 0), print_stats=PrintStats (filename: , total_duration: 0.0, print_duration: 0.0, state: standby, message: ), current_file=None, toolhead=<mobileraker.data.dtos.moonraker.printer_objects.Toolhead object at 0x7fb1a228b0>, gcode_move=<mobileraker.data.dtos.moonraker.printer_objects.GCodeMove object at 0x7fb1a21910>, gcode_response=None, gcode_response_hash=, timelapse_pause=None)
|
||||
2024-02-16 18:13:04,967 mobileraker._Default INFO - Fetched 0 app Cfgs!
|
||||
2024-02-16 18:13:04,967 mobileraker._Default INFO - ---- Completed Evaluations Task! ----
|
||||
2024-02-16 18:13:15,247 mobileraker._Default.sync INFO - Fetching metadata for Spool_Holder.gcode
|
||||
2024-02-16 18:13:15,258 mobileraker._Default INFO - State changed. Evaluating!
|
||||
2024-02-16 18:13:15,259 mobileraker._Default INFO - Snapshot passed threshold. LastSnap: PrinterSnapshot(klippy_ready=True, print_state=standby, m117=None, m117_hash=, virtual_sdcard=VirtualSDCard (progress: 0.000000, file_position: 0), print_stats=PrintStats (filename: , total_duration: 0.0, print_duration: 0.0, state: standby, message: ), current_file=None, toolhead=<mobileraker.data.dtos.moonraker.printer_objects.Toolhead object at 0x7fb1a228b0>, gcode_move=<mobileraker.data.dtos.moonraker.printer_objects.GCodeMove object at 0x7fb1a21910>, gcode_response=None, gcode_response_hash=, timelapse_pause=None), NewSnap: PrinterSnapshot(klippy_ready=True, print_state=printing, m117=None, m117_hash=, virtual_sdcard=VirtualSDCard (progress: 0.000057, file_position: 564), print_stats=PrintStats (filename: Spool_Holder.gcode, total_duration: 0.2092056290130131, print_duration: 0.0, state: printing, message: ), current_file=Filename: Spool_Holder.gcode, Modified: 1707800302.061349, Size: 9978253, toolhead=<mobileraker.data.dtos.moonraker.printer_objects.Toolhead object at 0x7fb1a21700>, gcode_move=<mobileraker.data.dtos.moonraker.printer_objects.GCodeMove object at 0x7fb1a21910>, gcode_response=1.1 /60.0 T0:22.0 /0.0, gcode_response_hash=5b182e868b8d7970c0169f29e770ae41ee42fb652ff47eec899c993900b8b86a, timelapse_pause=None)
|
||||
2024-02-16 18:13:15,268 mobileraker._Default INFO - Fetched 0 app Cfgs!
|
||||
2024-02-16 18:13:15,269 mobileraker._Default INFO - ---- Completed Evaluations Task! ----
|
||||
2024-02-16 18:21:05,824 mobileraker._Default INFO - ETA is available. Evaluating!
|
||||
2024-02-16 18:21:05,826 mobileraker._Default INFO - Snapshot passed threshold. LastSnap: PrinterSnapshot(klippy_ready=True, print_state=printing, m117=None, m117_hash=, virtual_sdcard=VirtualSDCard (progress: 0.000057, file_position: 564), print_stats=PrintStats (filename: Spool_Holder.gcode, total_duration: 0.2092056290130131, print_duration: 0.0, state: printing, message: ), current_file=Filename: Spool_Holder.gcode, Modified: 1707800302.061349, Size: 9978253, toolhead=<mobileraker.data.dtos.moonraker.printer_objects.Toolhead object at 0x7fb1a21700>, gcode_move=<mobileraker.data.dtos.moonraker.printer_objects.GCodeMove object at 0x7fb1a21910>, gcode_response=1.1 /60.0 T0:22.0 /0.0, gcode_response_hash=5b182e868b8d7970c0169f29e770ae41ee42fb652ff47eec899c993900b8b86a, timelapse_pause=None), NewSnap: PrinterSnapshot(klippy_ready=True, print_state=printing, m117=None, m117_hash=, virtual_sdcard=VirtualSDCard (progress: 0.000125, file_position: 1249), print_stats=PrintStats (filename: Spool_Holder.gcode, total_duration: 470.79346451500896, print_duration: 0.25075322203338146, state: printing, message: ), current_file=Filename: Spool_Holder.gcode, Modified: 1707800302.061349, Size: 9978253, toolhead=<mobileraker.data.dtos.moonraker.printer_objects.Toolhead object at 0x7fb1a211f0>, gcode_move=<mobileraker.data.dtos.moonraker.printer_objects.GCodeMove object at 0x7fb1a21670>, gcode_response=9.9 /60.0 T0:199.0 /198.0, gcode_response_hash=13b8071f7a3a58729518f3e017ca29fcb4504bde2c9e38e7e09cb0684a9ab56f, timelapse_pause=None)
|
||||
2024-02-16 18:21:05,834 mobileraker._Default INFO - Fetched 0 app Cfgs!
|
||||
2024-02-16 18:21:05,835 mobileraker._Default INFO - ---- Completed Evaluations Task! ----
|
||||
2024-02-16 18:42:02,641 mobileraker._Default INFO - State changed. Evaluating!
|
||||
2024-02-16 18:42:02,641 mobileraker._Default INFO - Snapshot passed threshold. LastSnap: PrinterSnapshot(klippy_ready=True, print_state=printing, m117=None, m117_hash=, virtual_sdcard=VirtualSDCard (progress: 0.000125, file_position: 1249), print_stats=PrintStats (filename: Spool_Holder.gcode, total_duration: 470.79346451500896, print_duration: 0.25075322203338146, state: printing, message: ), current_file=Filename: Spool_Holder.gcode, Modified: 1707800302.061349, Size: 9978253, toolhead=<mobileraker.data.dtos.moonraker.printer_objects.Toolhead object at 0x7fb1a211f0>, gcode_move=<mobileraker.data.dtos.moonraker.printer_objects.GCodeMove object at 0x7fb1a21670>, gcode_response=9.9 /60.0 T0:199.0 /198.0, gcode_response_hash=13b8071f7a3a58729518f3e017ca29fcb4504bde2c9e38e7e09cb0684a9ab56f, timelapse_pause=None), NewSnap: PrinterSnapshot(klippy_ready=True, print_state=paused, m117=None, m117_hash=, virtual_sdcard=VirtualSDCard (progress: 0.039993, file_position: 399057), print_stats=PrintStats (filename: Spool_Holder.gcode, total_duration: 1727.6259171179845, print_duration: 1257.0186386959977, state: paused, message: ), current_file=Filename: Spool_Holder.gcode, Modified: 1707800302.061349, Size: 9978253, toolhead=<mobileraker.data.dtos.moonraker.printer_objects.Toolhead object at 0x7fb1a21880>, gcode_move=<mobileraker.data.dtos.moonraker.printer_objects.GCodeMove object at 0x7fb1a218b0>, gcode_response=action:pause, gcode_response_hash=e0563c940d06cca1e02a2a8442e237af8de1aed54172acf79b5bcfdc69253af8, timelapse_pause=None)
|
||||
2024-02-16 18:42:02,649 mobileraker._Default INFO - Fetched 0 app Cfgs!
|
||||
2024-02-16 18:42:02,649 mobileraker._Default INFO - ---- Completed Evaluations Task! ----
|
||||
2024-02-16 18:42:04,647 mobileraker._Default INFO - State changed. Evaluating!
|
||||
2024-02-16 18:42:04,648 mobileraker._Default INFO - Snapshot passed threshold. LastSnap: PrinterSnapshot(klippy_ready=True, print_state=paused, m117=None, m117_hash=, virtual_sdcard=VirtualSDCard (progress: 0.039993, file_position: 399057), print_stats=PrintStats (filename: Spool_Holder.gcode, total_duration: 1727.6259171179845, print_duration: 1257.0186386959977, state: paused, message: ), current_file=Filename: Spool_Holder.gcode, Modified: 1707800302.061349, Size: 9978253, toolhead=<mobileraker.data.dtos.moonraker.printer_objects.Toolhead object at 0x7fb1a21880>, gcode_move=<mobileraker.data.dtos.moonraker.printer_objects.GCodeMove object at 0x7fb1a218b0>, gcode_response=action:pause, gcode_response_hash=e0563c940d06cca1e02a2a8442e237af8de1aed54172acf79b5bcfdc69253af8, timelapse_pause=None), NewSnap: PrinterSnapshot(klippy_ready=True, print_state=cancelled, m117=None, m117_hash=, virtual_sdcard=VirtualSDCard (progress: 0.000000, file_position: 0), print_stats=PrintStats (filename: Spool_Holder.gcode, total_duration: 1729.4391617840156, print_duration: 1258.89645049104, state: cancelled, message: ), current_file=Filename: Spool_Holder.gcode, Modified: 1707800302.061349, Size: 9978253, toolhead=<mobileraker.data.dtos.moonraker.printer_objects.Toolhead object at 0x7fb1a21430>, gcode_move=<mobileraker.data.dtos.moonraker.printer_objects.GCodeMove object at 0x7fb1a214f0>, gcode_response=action:pause, gcode_response_hash=e0563c940d06cca1e02a2a8442e237af8de1aed54172acf79b5bcfdc69253af8, timelapse_pause=None)
|
||||
2024-02-16 18:42:04,668 mobileraker._Default INFO - Fetched 0 app Cfgs!
|
||||
2024-02-16 18:42:04,669 mobileraker._Default INFO - ---- Completed Evaluations Task! ----
|
||||
2024-02-16 19:03:52,267 mobileraker._Default INFO - State changed. Evaluating!
|
||||
2024-02-16 19:03:52,268 mobileraker._Default INFO - Snapshot passed threshold. LastSnap: PrinterSnapshot(klippy_ready=True, print_state=cancelled, m117=None, m117_hash=, virtual_sdcard=VirtualSDCard (progress: 0.000000, file_position: 0), print_stats=PrintStats (filename: Spool_Holder.gcode, total_duration: 1729.4391617840156, print_duration: 1258.89645049104, state: cancelled, message: ), current_file=Filename: Spool_Holder.gcode, Modified: 1707800302.061349, Size: 9978253, toolhead=<mobileraker.data.dtos.moonraker.printer_objects.Toolhead object at 0x7fb1a21430>, gcode_move=<mobileraker.data.dtos.moonraker.printer_objects.GCodeMove object at 0x7fb1a214f0>, gcode_response=action:pause, gcode_response_hash=e0563c940d06cca1e02a2a8442e237af8de1aed54172acf79b5bcfdc69253af8, timelapse_pause=None), NewSnap: PrinterSnapshot(klippy_ready=True, print_state=printing, m117=None, m117_hash=, virtual_sdcard=VirtualSDCard (progress: 0.000057, file_position: 564), print_stats=PrintStats (filename: Spool_Holder.gcode, total_duration: 0.17166731494944543, print_duration: 0.0, state: printing, message: ), current_file=Filename: Spool_Holder.gcode, Modified: 1707800302.061349, Size: 9978253, toolhead=<mobileraker.data.dtos.moonraker.printer_objects.Toolhead object at 0x7fb1a219d0>, gcode_move=<mobileraker.data.dtos.moonraker.printer_objects.GCodeMove object at 0x7fb1a21970>, gcode_response=3.7 /60.0 T0:28.7 /0.0, gcode_response_hash=229040ba902f0a0dfdcbf0bc4e14e46b73b90cb2eeaabfeb989a57e04ac38c92, timelapse_pause=None)
|
||||
2024-02-16 19:03:52,282 mobileraker._Default INFO - Fetched 0 app Cfgs!
|
||||
2024-02-16 19:03:52,284 mobileraker._Default INFO - ---- Completed Evaluations Task! ----
|
||||
2024-02-16 19:09:58,404 mobileraker._Default INFO - ETA is available. Evaluating!
|
||||
2024-02-16 19:09:58,404 mobileraker._Default INFO - Snapshot passed threshold. LastSnap: PrinterSnapshot(klippy_ready=True, print_state=printing, m117=None, m117_hash=, virtual_sdcard=VirtualSDCard (progress: 0.000057, file_position: 564), print_stats=PrintStats (filename: Spool_Holder.gcode, total_duration: 0.17166731494944543, print_duration: 0.0, state: printing, message: ), current_file=Filename: Spool_Holder.gcode, Modified: 1707800302.061349, Size: 9978253, toolhead=<mobileraker.data.dtos.moonraker.printer_objects.Toolhead object at 0x7fb1a219d0>, gcode_move=<mobileraker.data.dtos.moonraker.printer_objects.GCodeMove object at 0x7fb1a21970>, gcode_response=3.7 /60.0 T0:28.7 /0.0, gcode_response_hash=229040ba902f0a0dfdcbf0bc4e14e46b73b90cb2eeaabfeb989a57e04ac38c92, timelapse_pause=None), NewSnap: PrinterSnapshot(klippy_ready=True, print_state=printing, m117=None, m117_hash=, virtual_sdcard=VirtualSDCard (progress: 0.000125, file_position: 1249), print_stats=PrintStats (filename: Spool_Holder.gcode, total_duration: 366.3154210409848, print_duration: 0.25048090697964653, state: printing, message: ), current_file=Filename: Spool_Holder.gcode, Modified: 1707800302.061349, Size: 9978253, toolhead=<mobileraker.data.dtos.moonraker.printer_objects.Toolhead object at 0x7fb1a21940>, gcode_move=<mobileraker.data.dtos.moonraker.printer_objects.GCodeMove object at 0x7fb1a21850>, gcode_response=0.0 /60.0 T0:197.9 /198.0, gcode_response_hash=6aec6b667d72fbaa8b8ffbf18c3cac4e17de4f7c69d992125140fc57e864850e, timelapse_pause=None)
|
||||
2024-02-16 19:09:58,415 mobileraker._Default INFO - Fetched 0 app Cfgs!
|
||||
2024-02-16 19:09:58,416 mobileraker._Default INFO - ---- Completed Evaluations Task! ----
|
||||
2024-02-16 19:39:17,294 mobileraker._Default INFO - Progress reached interval. Evaluating!
|
||||
2024-02-16 19:39:17,294 mobileraker._Default INFO - Snapshot passed threshold. LastSnap: PrinterSnapshot(klippy_ready=True, print_state=printing, m117=None, m117_hash=, virtual_sdcard=VirtualSDCard (progress: 0.000125, file_position: 1249), print_stats=PrintStats (filename: Spool_Holder.gcode, total_duration: 366.3154210409848, print_duration: 0.25048090697964653, state: printing, message: ), current_file=Filename: Spool_Holder.gcode, Modified: 1707800302.061349, Size: 9978253, toolhead=<mobileraker.data.dtos.moonraker.printer_objects.Toolhead object at 0x7fb1a21940>, gcode_move=<mobileraker.data.dtos.moonraker.printer_objects.GCodeMove object at 0x7fb1a21850>, gcode_response=0.0 /60.0 T0:197.9 /198.0, gcode_response_hash=6aec6b667d72fbaa8b8ffbf18c3cac4e17de4f7c69d992125140fc57e864850e, timelapse_pause=None), NewSnap: PrinterSnapshot(klippy_ready=True, print_state=printing, m117=None, m117_hash=, virtual_sdcard=VirtualSDCard (progress: 0.050015, file_position: 499060), print_stats=PrintStats (filename: Spool_Holder.gcode, total_duration: 2125.2298762149876, print_duration: 1759.1649360809824, state: printing, message: ), current_file=Filename: Spool_Holder.gcode, Modified: 1707800302.061349, Size: 9978253, toolhead=<mobileraker.data.dtos.moonraker.printer_objects.Toolhead object at 0x7fb1a211f0>, gcode_move=<mobileraker.data.dtos.moonraker.printer_objects.GCodeMove object at 0x7fb1a21b20>, gcode_response=0.0 /60.0 T0:197.9 /198.0, gcode_response_hash=6aec6b667d72fbaa8b8ffbf18c3cac4e17de4f7c69d992125140fc57e864850e, timelapse_pause=None)
|
||||
2024-02-16 19:39:17,303 mobileraker._Default INFO - Fetched 0 app Cfgs!
|
||||
2024-02-16 19:39:17,304 mobileraker._Default INFO - ---- Completed Evaluations Task! ----
|
227
dirs/printer_data/logs/moonraker.log
Normal file
227
dirs/printer_data/logs/moonraker.log
Normal file
@ -0,0 +1,227 @@
|
||||
-------------------- Log Start | Fri Apr 5 23:53:10 2024 --------------------
|
||||
data_path: /home/pi/taz/printer_data_taz
|
||||
is_default_data_path: False
|
||||
config_file: /home/pi/taz/printer_data_taz/config/moonraker.conf
|
||||
startup_warnings: []
|
||||
verbose: False
|
||||
debug: False
|
||||
asyncio_debug: False
|
||||
is_backup_config: False
|
||||
is_python_package: True
|
||||
instance_uuid: bc16b7b6eb614f20b555dde96de3080f
|
||||
unix_socket_path: /home/pi/taz/printer_data_taz/comms/moonraker.sock
|
||||
software_version: v0.8.0-310-g67c98f6
|
||||
git_branch: master
|
||||
git_remote: origin
|
||||
git_repo_url: https://github.com/Arksine/moonraker.git
|
||||
modified_files: []
|
||||
unofficial_components: []
|
||||
log_file: /home/pi/taz/printer_data_taz/logs/moonraker.log
|
||||
python_version: 3.9.2 (default, Feb 28 2021, 17:03:44) [GCC 10.2.1 20210110]
|
||||
launch_args: /home/pi/taz/moonraker-env-taz/bin/python /home/pi/taz/moonraker-taz/moonraker/__main__.py
|
||||
msgspec_enabled: False
|
||||
uvloop_enabled: False
|
||||
|
||||
#################### Moonraker Configuration ####################
|
||||
|
||||
[server]
|
||||
host = 0.0.0.0
|
||||
port = 7126
|
||||
max_upload_size = 1024
|
||||
klippy_uds_address = ~/taz/printer_data_taz/comms/klippy.sock
|
||||
|
||||
[file_manager]
|
||||
enable_object_processing = False
|
||||
|
||||
[authorization]
|
||||
cors_domains =
|
||||
https://my.mainsail.xyz
|
||||
http://my.mainsail.xyz
|
||||
http://*.local
|
||||
http://*.lan
|
||||
trusted_clients =
|
||||
10.0.0.0/8
|
||||
127.0.0.0/8
|
||||
169.254.0.0/16
|
||||
172.16.0.0/12
|
||||
192.168.0.0/16
|
||||
FE80::/10
|
||||
::1/128
|
||||
|
||||
[octoprint_compat]
|
||||
|
||||
[history]
|
||||
|
||||
[announcements]
|
||||
subscriptions =
|
||||
mainsail
|
||||
|
||||
[update_manager]
|
||||
refresh_interval = 168
|
||||
enable_auto_refresh = True
|
||||
|
||||
[update_manager mainsail]
|
||||
type = web
|
||||
channel = stable
|
||||
repo = mainsail-crew/mainsail
|
||||
path = ~/mainsail
|
||||
|
||||
[update_manager mainsail-config]
|
||||
type = git_repo
|
||||
primary_branch = master
|
||||
path = ~/taz/mainsail-config
|
||||
origin = https://github.com/mainsail-crew/mainsail-config.git
|
||||
managed_services = klipper
|
||||
|
||||
[update_manager crowsnest]
|
||||
type = git_repo
|
||||
path = ~/crowsnest
|
||||
origin = https://github.com/mainsail-crew/crowsnest.git
|
||||
managed_services = crowsnest
|
||||
install_script = tools/pkglist.sh
|
||||
|
||||
[update_manager sonar]
|
||||
type = git_repo
|
||||
path = ~/sonar
|
||||
origin = https://github.com/mainsail-crew/sonar.git
|
||||
primary_branch = main
|
||||
managed_services = sonar
|
||||
install_script = tools/install.sh
|
||||
|
||||
#################################################################
|
||||
All Configuration Files:
|
||||
/home/pi/taz/printer_data_taz/config/moonraker.conf
|
||||
#################################################################
|
||||
|
||||
Database Versions: pylmdb = 1.4.1, lmdb = (0, 9, 29)
|
||||
Unsafe Shutdown Count: 10
|
||||
|
||||
System Info:
|
||||
|
||||
***python***
|
||||
version: (3, 9, 2, 'final', 0)
|
||||
version_string: 3.9.2 (default, Feb 28 2021, 17:03:44) [GCC 10.2.1 20210110]
|
||||
|
||||
***cpu_info***
|
||||
cpu_count: 4
|
||||
bits: 64bit
|
||||
processor: aarch64
|
||||
cpu_desc:
|
||||
serial_number: 100000002cfc6999
|
||||
hardware_desc: BCM2835
|
||||
model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
total_memory: 7819948
|
||||
memory_units: kB
|
||||
|
||||
***sd_info***
|
||||
manufacturer_id: 15
|
||||
manufacturer: Unknown
|
||||
oem_id: 0100
|
||||
product_name: BJTD4
|
||||
product_revision: 5.2
|
||||
serial_number: 03708a4e
|
||||
manufacturer_date: 8/2088
|
||||
capacity: Unknown
|
||||
total_bytes: 0
|
||||
|
||||
***distribution***
|
||||
name: Debian GNU/Linux 11 (bullseye)
|
||||
id: debian
|
||||
version: 11
|
||||
version_parts: {'major': '11', 'minor': '', 'build_number': ''}
|
||||
like:
|
||||
codename: bullseye
|
||||
release_info: {'name': 'MainsailOS', 'version_id': '1.3.2', 'codename': 'bullseye', 'id': 'mainsailos'}
|
||||
|
||||
***virtualization***
|
||||
virt_type: none
|
||||
virt_identifier: none
|
||||
|
||||
***network***
|
||||
|
||||
***canbus***
|
||||
|
||||
***Allowed Services***
|
||||
klipper_mcu
|
||||
webcamd
|
||||
MoonCord
|
||||
KlipperScreen
|
||||
moonraker-telegram-bot
|
||||
moonraker-obico
|
||||
sonar
|
||||
crowsnest
|
||||
octoeverywhere
|
||||
ratos-configurator
|
||||
mobileraker
|
||||
Found libcamera Python module, version: v0.0.5+83-bde9b04f
|
||||
|
||||
Systemd unit moonraker-taz.service:
|
||||
unit_name: moonraker-taz.service
|
||||
is_default: False
|
||||
manager: systemd
|
||||
Properties:
|
||||
**Requires=['sysinit.target', 'network-online.target', 'system.slice']
|
||||
**After=['system.slice', 'sysinit.target', 'systemd-journald.socket', 'network-online.target', 'basic.target']
|
||||
**SupplementaryGroups=['moonraker-admin']
|
||||
**EnvironmentFiles=/home/pi/taz/printer_data_taz/systemd/moonraker.env
|
||||
**ExecStart=/home/pi/taz/moonraker-env-taz/bin/python $MOONRAKER_ARGS
|
||||
**WorkingDirectory=
|
||||
**FragmentPath=/etc/systemd/system/moonraker-taz.service
|
||||
**Description=API Server for Klipper on Lulzbot Taz
|
||||
**User=pi
|
||||
|
||||
Systemd unit klipper-taz.service:
|
||||
unit_name: klipper-taz.service
|
||||
is_default: False
|
||||
manager: systemd
|
||||
Properties:
|
||||
**Requires=['-.mount', 'system.slice', 'sysinit.target']
|
||||
**After=['system.slice', '-.mount', 'sysinit.target', 'systemd-journald.socket', 'network-online.target', 'basic.target']
|
||||
**SupplementaryGroups=[]
|
||||
**EnvironmentFiles=/home/pi/taz/printer_data_taz/systemd/klipper.env
|
||||
**ExecStart=/home/pi/taz/klippy-env-taz/bin/python $KLIPPER_ARGS
|
||||
**WorkingDirectory=/home/pi/taz/klipper-taz
|
||||
**FragmentPath=/etc/systemd/system/klipper-taz.service
|
||||
**Description=Klipper 3D Printer - Lulzbot Taz Gen 1
|
||||
**User=pi
|
||||
Git Repo moonraker: Warnings detected:
|
||||
Repo has untracked source files: ['moonraker/components/timelapse.py']
|
||||
Multiple instances of Moonraker managing this repo:
|
||||
moonraker@bc16b7b6eb614f20b555dde96de3080f
|
||||
moonraker-taz@bc16b7b6eb614f20b555dde96de3080f
|
||||
Git Repo klipper: No warnings detected
|
||||
Git Repo mainsail-config: Warnings detected:
|
||||
Repo is dirty. Detected the following modifed files: ['client.cfg', 'mainsail-moonraker-update.conf']
|
||||
Multiple instances of Moonraker managing this repo:
|
||||
moonraker@bc16b7b6eb614f20b555dde96de3080f
|
||||
moonraker-taz@bc16b7b6eb614f20b555dde96de3080f
|
||||
Git Repo crowsnest: Warnings detected:
|
||||
Multiple instances of Moonraker managing this repo:
|
||||
moonraker-taz@bc16b7b6eb614f20b555dde96de3080f
|
||||
moonraker@bc16b7b6eb614f20b555dde96de3080f
|
||||
Git Repo sonar: Warnings detected:
|
||||
Multiple instances of Moonraker managing this repo:
|
||||
moonraker@bc16b7b6eb614f20b555dde96de3080f
|
||||
moonraker-taz@bc16b7b6eb614f20b555dde96de3080f
|
||||
Klipper Version: v0.12.0-103-g6ce6fbbc
|
||||
CPU Throttled Flags: ['Under-Voltage Detected', 'Currently Throttled', 'Previously Under-Volted', 'Previously Throttled']
|
||||
2024-04-05 19:53:10,435 [authorization.py:_check_trusted_connection()] - Trusted Connection Detected, IP: 10.11.2.106
|
||||
2024-04-05 19:53:10,437 [application.py:log_request()] - 101 GET /websocket (10.11.2.106) [_TRUSTED_USER_] 3.40ms
|
||||
2024-04-05 19:53:10,437 [websockets.py:open()] - Websocket Opened: ID: 547541419968, Proxied: False, User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0, Host Name: 10.11.4.114
|
||||
2024-04-05 19:53:10,652 [application.py:log_request()] - 101 GET /websocket (10.11.2.106) [_TRUSTED_USER_] 1.77ms
|
||||
2024-04-05 19:53:10,653 [websockets.py:open()] - Websocket Opened: ID: 547541419584, Proxied: False, User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0, Host Name: 10.11.4.114
|
||||
2024-04-05 19:53:11,110 [file_manager.py:get_file_list()] - Updating File List <config>...
|
||||
2024-04-05 19:53:11,168 [file_manager.py:get_file_list()] - Updating File List <config>...
|
||||
2024-04-05 19:56:02,717 [application.py:log_request()] - 101 GET /websocket (10.11.2.106) [_TRUSTED_USER_] 4.13ms
|
||||
2024-04-05 19:56:02,717 [websockets.py:open()] - Websocket Opened: ID: 547541421696, Proxied: False, User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0, Host Name: 10.11.4.114
|
||||
2024-04-05 19:56:02,738 [websockets.py:_handle_identify()] - Websocket 547541421696 Client Identified - Name: mainsail, Version: 2.9.1, Type: web
|
||||
2024-04-05 19:56:03,248 [websockets.py:on_close()] - Websocket Closed: ID: 547541419584 Close Code: None, Close Reason: None, Pong Time Elapsed: 2.59
|
||||
2024-04-05 19:56:07,670 [klippy_connection.py:_on_connection_closed()] - Klippy Connection Removed
|
||||
2024-04-05 19:56:08,931 [klippy_connection.py:_do_connect()] - Klippy Connection Established
|
||||
2024-04-05 19:56:08,974 [machine.py:extract_service_info()] - Detected alternate unit name for klipper: klipper-taz.service
|
||||
2024-04-05 19:56:11,024 [klippy_connection.py:_request_initial_subscriptions()] - Webhooks Subscribed
|
||||
2024-04-05 19:56:11,025 [klippy_connection.py:_request_initial_subscriptions()] - GCode Output Subscribed
|
||||
2024-04-05 19:56:11,275 [job_state.py:_handle_started()] - Job state initialized: standby
|
||||
2024-04-05 19:56:11,534 [klippy_connection.py:_check_ready()] - Klippy ready
|
||||
2024-04-05 19:56:11,550 [file_manager.py:get_file_list()] - Updating File List <config>...
|
||||
2024-04-05 19:56:12,282 [data_store.py:_init_sensors()] - Configuring available sensors: ['heater_bed', 'extruder']
|
677
dirs/printer_data/logs/moonraker.log.2024-04-01
Normal file
677
dirs/printer_data/logs/moonraker.log.2024-04-01
Normal file
@ -0,0 +1,677 @@
|
||||
-------------------- Log Start | Mon Apr 1 06:36:05 2024 --------------------
|
||||
data_path: /home/pi/taz/printer_data_taz
|
||||
is_default_data_path: False
|
||||
config_file: /home/pi/taz/printer_data_taz/config/moonraker.conf
|
||||
startup_warnings: []
|
||||
verbose: False
|
||||
debug: False
|
||||
asyncio_debug: False
|
||||
is_backup_config: False
|
||||
is_python_package: True
|
||||
instance_uuid: bc16b7b6eb614f20b555dde96de3080f
|
||||
unix_socket_path: /home/pi/taz/printer_data_taz/comms/moonraker.sock
|
||||
software_version: v0.8.0-310-g67c98f6
|
||||
git_branch: master
|
||||
git_remote: origin
|
||||
git_repo_url: https://github.com/Arksine/moonraker.git
|
||||
modified_files: []
|
||||
unofficial_components: []
|
||||
log_file: /home/pi/taz/printer_data_taz/logs/moonraker.log
|
||||
python_version: 3.9.2 (default, Feb 28 2021, 17:03:44) [GCC 10.2.1 20210110]
|
||||
launch_args: /home/pi/taz/moonraker-env-taz/bin/python /home/pi/taz/moonraker-taz/moonraker/__main__.py
|
||||
msgspec_enabled: False
|
||||
uvloop_enabled: False
|
||||
|
||||
#################### Moonraker Configuration ####################
|
||||
|
||||
[server]
|
||||
host = 0.0.0.0
|
||||
port = 7126
|
||||
max_upload_size = 1024
|
||||
klippy_uds_address = ~/taz/printer_data_taz/comms/klippy.sock
|
||||
|
||||
[file_manager]
|
||||
enable_object_processing = False
|
||||
|
||||
[authorization]
|
||||
cors_domains =
|
||||
https://my.mainsail.xyz
|
||||
http://my.mainsail.xyz
|
||||
http://*.local
|
||||
http://*.lan
|
||||
trusted_clients =
|
||||
10.0.0.0/8
|
||||
127.0.0.0/8
|
||||
169.254.0.0/16
|
||||
172.16.0.0/12
|
||||
192.168.0.0/16
|
||||
FE80::/10
|
||||
::1/128
|
||||
|
||||
[octoprint_compat]
|
||||
|
||||
[history]
|
||||
|
||||
[announcements]
|
||||
subscriptions =
|
||||
mainsail
|
||||
|
||||
[update_manager]
|
||||
refresh_interval = 168
|
||||
enable_auto_refresh = True
|
||||
|
||||
[update_manager mainsail]
|
||||
type = web
|
||||
channel = stable
|
||||
repo = mainsail-crew/mainsail
|
||||
path = ~/mainsail
|
||||
|
||||
[update_manager mainsail-config]
|
||||
type = git_repo
|
||||
primary_branch = master
|
||||
path = ~/taz/mainsail-config
|
||||
origin = https://github.com/mainsail-crew/mainsail-config.git
|
||||
managed_services = klipper
|
||||
|
||||
[update_manager crowsnest]
|
||||
type = git_repo
|
||||
path = ~/crowsnest
|
||||
origin = https://github.com/mainsail-crew/crowsnest.git
|
||||
managed_services = crowsnest
|
||||
install_script = tools/pkglist.sh
|
||||
|
||||
[update_manager sonar]
|
||||
type = git_repo
|
||||
path = ~/sonar
|
||||
origin = https://github.com/mainsail-crew/sonar.git
|
||||
primary_branch = main
|
||||
managed_services = sonar
|
||||
install_script = tools/install.sh
|
||||
|
||||
#################################################################
|
||||
All Configuration Files:
|
||||
/home/pi/taz/printer_data_taz/config/moonraker.conf
|
||||
#################################################################
|
||||
|
||||
Database Versions: pylmdb = 1.4.1, lmdb = (0, 9, 29)
|
||||
Unsafe Shutdown Count: 10
|
||||
|
||||
System Info:
|
||||
|
||||
***python***
|
||||
version: (3, 9, 2, 'final', 0)
|
||||
version_string: 3.9.2 (default, Feb 28 2021, 17:03:44) [GCC 10.2.1 20210110]
|
||||
|
||||
***cpu_info***
|
||||
cpu_count: 4
|
||||
bits: 64bit
|
||||
processor: aarch64
|
||||
cpu_desc:
|
||||
serial_number: 100000002cfc6999
|
||||
hardware_desc: BCM2835
|
||||
model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
total_memory: 7819948
|
||||
memory_units: kB
|
||||
|
||||
***sd_info***
|
||||
manufacturer_id: 15
|
||||
manufacturer: Unknown
|
||||
oem_id: 0100
|
||||
product_name: BJTD4
|
||||
product_revision: 5.2
|
||||
serial_number: 03708a4e
|
||||
manufacturer_date: 8/2088
|
||||
capacity: Unknown
|
||||
total_bytes: 0
|
||||
|
||||
***distribution***
|
||||
name: Debian GNU/Linux 11 (bullseye)
|
||||
id: debian
|
||||
version: 11
|
||||
version_parts: {'major': '11', 'minor': '', 'build_number': ''}
|
||||
like:
|
||||
codename: bullseye
|
||||
release_info: {'name': 'MainsailOS', 'version_id': '1.3.2', 'codename': 'bullseye', 'id': 'mainsailos'}
|
||||
|
||||
***virtualization***
|
||||
virt_type: none
|
||||
virt_identifier: none
|
||||
|
||||
***network***
|
||||
|
||||
***canbus***
|
||||
|
||||
***Allowed Services***
|
||||
klipper_mcu
|
||||
webcamd
|
||||
MoonCord
|
||||
KlipperScreen
|
||||
moonraker-telegram-bot
|
||||
moonraker-obico
|
||||
sonar
|
||||
crowsnest
|
||||
octoeverywhere
|
||||
ratos-configurator
|
||||
mobileraker
|
||||
Found libcamera Python module, version: v0.0.5+83-bde9b04f
|
||||
|
||||
Systemd unit moonraker-taz.service:
|
||||
unit_name: moonraker-taz.service
|
||||
is_default: False
|
||||
manager: systemd
|
||||
Properties:
|
||||
**Requires=['sysinit.target', 'network-online.target', 'system.slice']
|
||||
**After=['system.slice', 'sysinit.target', 'systemd-journald.socket', 'network-online.target', 'basic.target']
|
||||
**SupplementaryGroups=['moonraker-admin']
|
||||
**EnvironmentFiles=/home/pi/taz/printer_data_taz/systemd/moonraker.env
|
||||
**ExecStart=/home/pi/taz/moonraker-env-taz/bin/python $MOONRAKER_ARGS
|
||||
**WorkingDirectory=
|
||||
**FragmentPath=/etc/systemd/system/moonraker-taz.service
|
||||
**Description=API Server for Klipper on Lulzbot Taz
|
||||
**User=pi
|
||||
|
||||
Systemd unit klipper-taz.service:
|
||||
unit_name: klipper-taz.service
|
||||
is_default: False
|
||||
manager: systemd
|
||||
Properties:
|
||||
**Requires=['-.mount', 'system.slice', 'sysinit.target']
|
||||
**After=['system.slice', '-.mount', 'sysinit.target', 'systemd-journald.socket', 'network-online.target', 'basic.target']
|
||||
**SupplementaryGroups=[]
|
||||
**EnvironmentFiles=/home/pi/taz/printer_data_taz/systemd/klipper.env
|
||||
**ExecStart=/home/pi/taz/klippy-env-taz/bin/python $KLIPPER_ARGS
|
||||
**WorkingDirectory=/home/pi/taz/klipper-taz
|
||||
**FragmentPath=/etc/systemd/system/klipper-taz.service
|
||||
**Description=Klipper 3D Printer - Lulzbot Taz Gen 1
|
||||
**User=pi
|
||||
Git Repo moonraker: Warnings detected:
|
||||
Repo has untracked source files: ['moonraker/components/timelapse.py']
|
||||
Multiple instances of Moonraker managing this repo:
|
||||
moonraker@bc16b7b6eb614f20b555dde96de3080f
|
||||
moonraker-taz@bc16b7b6eb614f20b555dde96de3080f
|
||||
Git Repo klipper: No warnings detected
|
||||
Git Repo mainsail-config: Warnings detected:
|
||||
Repo is dirty. Detected the following modifed files: ['client.cfg', 'mainsail-moonraker-update.conf']
|
||||
Multiple instances of Moonraker managing this repo:
|
||||
moonraker@bc16b7b6eb614f20b555dde96de3080f
|
||||
moonraker-taz@bc16b7b6eb614f20b555dde96de3080f
|
||||
Git Repo crowsnest: Warnings detected:
|
||||
Multiple instances of Moonraker managing this repo:
|
||||
moonraker-taz@bc16b7b6eb614f20b555dde96de3080f
|
||||
moonraker@bc16b7b6eb614f20b555dde96de3080f
|
||||
Git Repo sonar: Warnings detected:
|
||||
Multiple instances of Moonraker managing this repo:
|
||||
moonraker@bc16b7b6eb614f20b555dde96de3080f
|
||||
moonraker-taz@bc16b7b6eb614f20b555dde96de3080f
|
||||
Klipper Version: v0.12.0-103-g6ce6fbbc
|
||||
CPU Throttled Flags: ['Under-Voltage Detected', 'Currently Throttled', 'Previously Under-Volted', 'Previously Throttled']
|
||||
2024-04-01 02:36:05,894 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/crowsnest status --porcelain -b) successfully finished
|
||||
2024-04-01 02:36:05,949 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/crowsnest branch --list --no-color) successfully finished
|
||||
2024-04-01 02:36:06,004 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/crowsnest remote get-url origin) successfully finished
|
||||
2024-04-01 02:36:06,405 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/crowsnest fetch origin --prune --progress) successfully finished
|
||||
2024-04-01 02:36:06,424 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/crowsnest merge-base --is-ancestor HEAD origin/master) successfully finished
|
||||
2024-04-01 02:36:06,441 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/crowsnest rev-parse HEAD) successfully finished
|
||||
2024-04-01 02:36:06,464 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/crowsnest describe --always --tags --long --dirty --abbrev=8) successfully finished
|
||||
2024-04-01 02:36:06,484 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/crowsnest rev-parse origin/master) successfully finished
|
||||
2024-04-01 02:36:06,507 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/crowsnest describe origin/master --always --tags --long --abbrev=8) successfully finished
|
||||
2024-04-01 02:36:06,528 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/crowsnest rev-list HEAD..e96cd46ffb4a42ae1fbf23118caa68dd0dac0597 --count) successfully finished
|
||||
2024-04-01 02:36:06,548 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/crowsnest log c0c9c418c8e7d6158bfd7bb51a184ab20b77d075..origin/master --format="sha:%H%x1Dauthor:%an%x1Ddate:%ct%x1Dsubject:%s%x1Dmessage:%b%x1E" --max-count=100) successfully finished
|
||||
2024-04-01 02:36:06,579 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/crowsnest for-each-ref --count=100 --sort='-creatordate' --contains=HEAD --merged=origin/master --format='%(if)%(*objecttype)%(then)%(*objecttype) %(*objectname)%(else)%(objecttype) %(objectname)%(end) %(refname)' 'refs/tags') successfully finished
|
||||
2024-04-01 02:36:06,580 [git_deploy.py:log_repo_info()] - Git Repo crowsnest Detected:
|
||||
Owner: mainsail-crew
|
||||
Repository Name: crowsnest
|
||||
Path: /home/pi/crowsnest
|
||||
Remote: origin
|
||||
Branch: master
|
||||
Remote URL: https://github.com/mainsail-crew/crowsnest.git
|
||||
Recovery URL: https://github.com/mainsail-crew/crowsnest.git
|
||||
Current Commit SHA: c0c9c418c8e7d6158bfd7bb51a184ab20b77d075
|
||||
Upstream Commit SHA: e96cd46ffb4a42ae1fbf23118caa68dd0dac0597
|
||||
Current Version: v4.1.3-1-gc0c9c418
|
||||
Upstream Version: v4.1.6-1-ge96cd46f
|
||||
Rollback Commit: c0c9c418c8e7d6158bfd7bb51a184ab20b77d075
|
||||
Rollback Branch: master
|
||||
Rollback Version: v4.1.3-1-gc0c9c418
|
||||
Is Dirty: False
|
||||
Is Detached: False
|
||||
Is Shallow: False
|
||||
Commits Behind Count: 12
|
||||
Diverged: False
|
||||
Repo Warnings:
|
||||
Multiple instances of Moonraker managing this repo:
|
||||
moonraker-taz@bc16b7b6eb614f20b555dde96de3080f
|
||||
moonraker@bc16b7b6eb614f20b555dde96de3080f
|
||||
2024-04-01 02:36:06,580 [base_deploy.py:log_info()] - Git Repo crowsnest: Channel: dev
|
||||
2024-04-01 02:36:06,581 [base_deploy.py:log_info()] - Git Repo crowsnest: Validity check for git repo passed
|
||||
2024-04-01 02:36:06,604 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/sonar status --porcelain -b) successfully finished
|
||||
2024-04-01 02:36:06,636 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/sonar branch --list --no-color) successfully finished
|
||||
2024-04-01 02:36:06,668 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/sonar remote get-url origin) successfully finished
|
||||
2024-04-01 02:36:06,981 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/sonar fetch origin --prune --progress) successfully finished
|
||||
2024-04-01 02:36:06,998 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/sonar merge-base --is-ancestor HEAD origin/main) successfully finished
|
||||
2024-04-01 02:36:07,015 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/sonar rev-parse HEAD) successfully finished
|
||||
2024-04-01 02:36:07,033 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/sonar describe --always --tags --long --dirty --abbrev=8) successfully finished
|
||||
2024-04-01 02:36:07,050 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/sonar rev-parse origin/main) successfully finished
|
||||
2024-04-01 02:36:07,068 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/sonar describe origin/main --always --tags --long --abbrev=8) successfully finished
|
||||
2024-04-01 02:36:07,086 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/sonar rev-list HEAD..eacc498a52f79292063b6f9b0e0c191c34c5dc09 --count) successfully finished
|
||||
2024-04-01 02:36:07,087 [git_deploy.py:log_repo_info()] - Git Repo sonar Detected:
|
||||
Owner: mainsail-crew
|
||||
Repository Name: sonar
|
||||
Path: /home/pi/sonar
|
||||
Remote: origin
|
||||
Branch: main
|
||||
Remote URL: https://github.com/mainsail-crew/sonar.git
|
||||
Recovery URL: https://github.com/mainsail-crew/sonar.git
|
||||
Current Commit SHA: eacc498a52f79292063b6f9b0e0c191c34c5dc09
|
||||
Upstream Commit SHA: eacc498a52f79292063b6f9b0e0c191c34c5dc09
|
||||
Current Version: v0.1.3-1-geacc498a
|
||||
Upstream Version: v0.1.3-1-geacc498a
|
||||
Rollback Commit: eacc498a52f79292063b6f9b0e0c191c34c5dc09
|
||||
Rollback Branch: main
|
||||
Rollback Version: v0.1.3-1-geacc498a
|
||||
Is Dirty: False
|
||||
Is Detached: False
|
||||
Is Shallow: False
|
||||
Commits Behind Count: 0
|
||||
Diverged: False
|
||||
Repo Warnings:
|
||||
Multiple instances of Moonraker managing this repo:
|
||||
moonraker@bc16b7b6eb614f20b555dde96de3080f
|
||||
moonraker-taz@bc16b7b6eb614f20b555dde96de3080f
|
||||
2024-04-01 02:36:07,087 [base_deploy.py:log_info()] - Git Repo sonar: Channel: dev
|
||||
2024-04-01 02:36:07,087 [base_deploy.py:log_info()] - Git Repo sonar: Validity check for git repo passed
|
||||
2024-04-01 19:39:15,843 [websockets.py:on_close()] - Websocket Closed: ID: 547543799456 Close Code: None, Close Reason: None, Pong Time Elapsed: 1.69
|
||||
2024-04-01 19:39:16,672 [authorization.py:_check_trusted_connection()] - Trusted Connection Detected, IP: 10.11.2.106
|
||||
2024-04-01 19:39:16,674 [application.py:log_request()] - 101 GET /websocket (10.11.2.106) [_TRUSTED_USER_] 3.13ms
|
||||
2024-04-01 19:39:16,675 [websockets.py:open()] - Websocket Opened: ID: 547541308944, Proxied: False, User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0, Host Name: 10.11.4.114
|
||||
2024-04-01 19:39:16,691 [file_manager.py:get_file_list()] - Updating File List <config>...
|
||||
2024-04-01 19:39:19,701 [websockets.py:on_close()] - Websocket Closed: ID: 547541308944 Close Code: None, Close Reason: None, Pong Time Elapsed: 3.03
|
||||
2024-04-01 19:39:19,732 [application.py:log_request()] - 101 GET /websocket (10.11.2.106) [_TRUSTED_USER_] 1.56ms
|
||||
2024-04-01 19:39:19,733 [websockets.py:open()] - Websocket Opened: ID: 547542880160, Proxied: False, User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0, Host Name: 10.11.4.114
|
||||
2024-04-01 19:39:19,786 [file_manager.py:get_file_list()] - Updating File List <config>...
|
||||
2024-04-01 20:04:35,017 [authorization.py:_check_trusted_connection()] - Trusted Connection Detected, IP: 10.11.2.34
|
||||
2024-04-01 20:04:35,019 [application.py:log_request()] - 101 GET /websocket (10.11.2.34) [_TRUSTED_USER_] 3.34ms
|
||||
2024-04-01 20:04:35,019 [websockets.py:open()] - Websocket Opened: ID: 547543763840, Proxied: False, User Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1, Host Name: 10.11.4.114
|
||||
2024-04-01 20:04:35,033 [file_manager.py:get_file_list()] - Updating File List <config>...
|
||||
2024-04-01 20:04:38,080 [application.py:log_request()] - 101 GET /websocket (10.11.2.34) [_TRUSTED_USER_] 1.61ms
|
||||
2024-04-01 20:04:38,080 [websockets.py:open()] - Websocket Opened: ID: 547541698880, Proxied: False, User Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1, Host Name: 10.11.4.114
|
||||
2024-04-01 20:04:38,088 [websockets.py:_handle_identify()] - Websocket 547541698880 Client Identified - Name: mainsail, Version: 2.9.1, Type: web
|
||||
2024-04-01 20:04:38,437 [websockets.py:on_close()] - Websocket Closed: ID: 547543763840 Close Code: None, Close Reason: None, Pong Time Elapsed: 3.42
|
||||
2024-04-01 20:04:41,773 [klippy_connection.py:_on_connection_closed()] - Klippy Connection Removed
|
||||
2024-04-01 20:04:43,041 [klippy_connection.py:_do_connect()] - Klippy Connection Established
|
||||
2024-04-01 20:04:43,083 [machine.py:extract_service_info()] - Detected alternate unit name for klipper: klipper-taz.service
|
||||
2024-04-01 20:04:45,134 [klippy_connection.py:_request_initial_subscriptions()] - Webhooks Subscribed
|
||||
2024-04-01 20:04:45,136 [klippy_connection.py:_request_initial_subscriptions()] - GCode Output Subscribed
|
||||
2024-04-01 20:04:45,385 [job_state.py:_handle_started()] - Job state initialized: standby
|
||||
2024-04-01 20:04:45,644 [klippy_connection.py:_check_ready()] - Klippy ready
|
||||
2024-04-01 20:04:45,650 [file_manager.py:get_file_list()] - Updating File List <config>...
|
||||
2024-04-01 20:04:46,394 [data_store.py:_init_sensors()] - Configuring available sensors: ['heater_bed', 'extruder']
|
||||
2024-04-01 20:14:01,921 [websockets.py:on_close()] - Websocket Closed: ID: 547541698880 Close Code: None, Close Reason: None, Pong Time Elapsed: 3.83
|
||||
2024-04-01 20:16:35,844 [application.py:log_request()] - 101 GET /websocket (10.11.2.106) [_TRUSTED_USER_] 4.15ms
|
||||
2024-04-01 20:16:35,845 [websockets.py:open()] - Websocket Opened: ID: 547541573056, Proxied: False, User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0, Host Name: 10.11.4.114
|
||||
2024-04-01 20:16:35,881 [websockets.py:_handle_identify()] - Websocket 547541573056 Client Identified - Name: mainsail, Version: 2.9.1, Type: web
|
||||
2024-04-01 20:16:36,358 [websockets.py:on_close()] - Websocket Closed: ID: 547542880160 Close Code: None, Close Reason: None, Pong Time Elapsed: 6.62
|
||||
2024-04-01 20:24:47,742 [application.py:prepare()] - Upload Request Received from 10.11.2.106
|
||||
Content-Type:
|
||||
2024-04-01 20:24:47,765 [application.py:prepare()] - Upload Request Received from 10.11.2.106
|
||||
Content-Type: multipart/form-data; boundary=---------------------------230756579923082826831694829272
|
||||
2024-04-01 20:24:47,785 [application.py:post()] - Processing Uploaded File: printer.cfg
|
||||
2024-04-01 20:24:47,795 [application.py:log_request()] - 201 POST /server/files/upload (10.11.2.106) [_TRUSTED_USER_] 31.52ms
|
||||
2024-04-01 20:24:49,148 [klippy_connection.py:_on_connection_closed()] - Klippy Connection Removed
|
||||
2024-04-01 20:24:50,408 [klippy_connection.py:_do_connect()] - Klippy Connection Established
|
||||
2024-04-01 20:24:50,452 [machine.py:extract_service_info()] - Detected alternate unit name for klipper: klipper-taz.service
|
||||
2024-04-01 20:24:52,503 [klippy_connection.py:_request_initial_subscriptions()] - Webhooks Subscribed
|
||||
2024-04-01 20:24:52,505 [klippy_connection.py:_request_initial_subscriptions()] - GCode Output Subscribed
|
||||
2024-04-01 20:24:52,754 [job_state.py:_handle_started()] - Job state initialized: standby
|
||||
2024-04-01 20:24:53,013 [klippy_connection.py:_check_ready()] - Klippy ready
|
||||
2024-04-01 20:24:53,514 [data_store.py:_init_sensors()] - Configuring available sensors: ['heater_bed', 'extruder']
|
||||
2024-04-01 20:28:20,448 [application.py:log_request()] - 101 GET /websocket (10.11.2.34) [_TRUSTED_USER_] 6.09ms
|
||||
2024-04-01 20:28:20,450 [websockets.py:open()] - Websocket Opened: ID: 547229866304, Proxied: False, User Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1, Host Name: 10.11.4.114
|
||||
2024-04-01 20:28:20,462 [websockets.py:_handle_identify()] - Websocket 547229866304 Client Identified - Name: mainsail, Version: 2.9.1, Type: web
|
||||
2024-04-01 20:35:24,561 [websockets.py:on_close()] - Websocket Closed: ID: 547229866304 Close Code: None, Close Reason: None, Pong Time Elapsed: 4.09
|
||||
2024-04-01 20:38:28,932 [application.py:prepare()] - Upload Request Received from 10.11.2.106
|
||||
Content-Type: multipart/form-data; boundary=------------------------c00a012fae7cb509
|
||||
2024-04-01 20:38:28,986 [application.py:post()] - Processing Uploaded File: Calibration_Cube_Oriented.gcode
|
||||
2024-04-01 20:38:29,241 [shell_command.py:pipe_data_received()] - INFO:metadata:Object Processing is disabled
|
||||
|
||||
2024-04-01 20:38:29,299 [shell_command.py:_check_proc_success()] - Command (/home/pi/taz/moonraker-env-taz/bin/python /home/pi/taz/moonraker-taz/moonraker/components/file_manager/metadata.py -p /home/pi/taz/printer_data_taz/gcodes -f "Calibration_Cube_Oriented.gcode") successfully finished
|
||||
2024-04-01 20:38:29,310 [application.py:log_request()] - 201 POST /server/files/upload (10.11.2.106) [_TRUSTED_USER_] 379.73ms
|
||||
2024-04-01 20:38:29,420 [job_state.py:_status_update()] - Job Started: Calibration_Cube_Oriented.gcode
|
||||
2024-04-01 20:40:59,169 [websockets.py:on_close()] - Websocket Closed: ID: 547541573056 Close Code: 1001, Close Reason: None, Pong Time Elapsed: 3.32
|
||||
2024-04-01 20:41:00,038 [application.py:log_request()] - 101 GET /websocket (10.11.2.106) [_TRUSTED_USER_] 2.39ms
|
||||
2024-04-01 20:41:00,038 [websockets.py:open()] - Websocket Opened: ID: 547230328576, Proxied: False, User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0, Host Name: 10.11.4.114
|
||||
2024-04-01 20:41:00,054 [file_manager.py:get_file_list()] - Updating File List <config>...
|
||||
2024-04-01 20:41:01,718 [application.py:log_request()] - 101 GET /websocket (10.11.2.106) [_TRUSTED_USER_] 1.63ms
|
||||
2024-04-01 20:41:01,719 [websockets.py:open()] - Websocket Opened: ID: 547230290848, Proxied: False, User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0, Host Name: 10.11.4.114
|
||||
2024-04-01 20:41:01,732 [file_manager.py:get_file_list()] - Updating File List <config>...
|
||||
2024-04-01 20:41:10,683 [application.py:log_request()] - 101 GET /websocket (10.11.2.106) [_TRUSTED_USER_] 4.69ms
|
||||
2024-04-01 20:41:10,684 [websockets.py:open()] - Websocket Opened: ID: 547230168544, Proxied: False, User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0, Host Name: 10.11.4.114
|
||||
2024-04-01 20:41:10,712 [websockets.py:_handle_identify()] - Websocket 547230168544 Client Identified - Name: mainsail, Version: 2.9.1, Type: web
|
||||
2024-04-01 20:41:11,237 [websockets.py:on_close()] - Websocket Closed: ID: 547230290848 Close Code: None, Close Reason: None, Pong Time Elapsed: 9.52
|
||||
2024-04-01 20:56:42,292 [klippy_connection.py:_process_status_update()] - Klippy has shutdown
|
||||
2024-04-01 20:56:42,300 [proc_stats.py:_handle_shutdown()] -
|
||||
Moonraker System Usage Statistics:
|
||||
System Time: 1712019372.759649, Usage: 2.11%, Memory: 58736 kB
|
||||
System Time: 1712019373.760453, Usage: 2.32%, Memory: 58736 kB
|
||||
System Time: 1712019374.761736, Usage: 2.37%, Memory: 58736 kB
|
||||
System Time: 1712019375.762392, Usage: 2.22%, Memory: 58736 kB
|
||||
System Time: 1712019376.764666, Usage: 4.58%, Memory: 58736 kB
|
||||
System Time: 1712019377.764067, Usage: 2.24%, Memory: 58736 kB
|
||||
System Time: 1712019378.765395, Usage: 2.11%, Memory: 58736 kB
|
||||
System Time: 1712019379.765906, Usage: 2.03%, Memory: 58736 kB
|
||||
System Time: 1712019380.767703, Usage: 2.54%, Memory: 58736 kB
|
||||
System Time: 1712019381.768034, Usage: 2.12%, Memory: 58736 kB
|
||||
System Time: 1712019382.768680, Usage: 2.18%, Memory: 58736 kB
|
||||
System Time: 1712019383.770154, Usage: 2.1%, Memory: 58736 kB
|
||||
System Time: 1712019384.770903, Usage: 2.41%, Memory: 58740 kB
|
||||
System Time: 1712019385.770860, Usage: 2.31%, Memory: 58740 kB
|
||||
System Time: 1712019386.774110, Usage: 4.49%, Memory: 58740 kB
|
||||
System Time: 1712019387.774199, Usage: 2.5%, Memory: 58740 kB
|
||||
System Time: 1712019388.774971, Usage: 2.35%, Memory: 58740 kB
|
||||
System Time: 1712019389.775100, Usage: 2.26%, Memory: 58740 kB
|
||||
System Time: 1712019390.775231, Usage: 2.89%, Memory: 58740 kB
|
||||
System Time: 1712019391.777118, Usage: 2.26%, Memory: 58740 kB
|
||||
System Time: 1712019392.777875, Usage: 2.47%, Memory: 58740 kB
|
||||
System Time: 1712019393.779221, Usage: 2.12%, Memory: 58740 kB
|
||||
System Time: 1712019394.781214, Usage: 2.23%, Memory: 58740 kB
|
||||
System Time: 1712019395.782139, Usage: 2.35%, Memory: 58740 kB
|
||||
System Time: 1712019396.784684, Usage: 4.96%, Memory: 58740 kB
|
||||
System Time: 1712019397.783854, Usage: 2.48%, Memory: 58740 kB
|
||||
System Time: 1712019398.785201, Usage: 2.16%, Memory: 58740 kB
|
||||
System Time: 1712019399.791262, Usage: 1.9%, Memory: 58740 kB
|
||||
System Time: 1712019400.790776, Usage: 2.82%, Memory: 58740 kB
|
||||
System Time: 1712019401.788623, Usage: 4.39%, Memory: 58740 kB
|
||||
CPU Temperature: 53.556
|
||||
2024-04-01 20:56:42,303 [proc_stats.py:_handle_shutdown()] - Throttled Flags: Previously Under-Volted Previously Throttled
|
||||
2024-04-01 20:57:02,394 [klippy_connection.py:_on_connection_closed()] - Klippy Connection Removed
|
||||
2024-04-01 20:57:03,655 [klippy_connection.py:_do_connect()] - Klippy Connection Established
|
||||
2024-04-01 20:57:03,698 [machine.py:extract_service_info()] - Detected alternate unit name for klipper: klipper-taz.service
|
||||
2024-04-01 20:57:05,747 [klippy_connection.py:_request_initial_subscriptions()] - Webhooks Subscribed
|
||||
2024-04-01 20:57:05,748 [klippy_connection.py:_request_initial_subscriptions()] - GCode Output Subscribed
|
||||
2024-04-01 20:57:05,998 [job_state.py:_handle_started()] - Job state initialized: standby
|
||||
2024-04-01 20:57:06,257 [klippy_connection.py:_check_ready()] - Klippy ready
|
||||
2024-04-01 20:57:06,277 [file_manager.py:get_file_list()] - Updating File List <config>...
|
||||
2024-04-01 20:57:07,004 [data_store.py:_init_sensors()] - Configuring available sensors: ['heater_bed', 'extruder']
|
||||
2024-04-01 20:57:07,258 [proc_stats.py:_handle_shutdown()] -
|
||||
Moonraker System Usage Statistics:
|
||||
System Time: 1712019397.783854, Usage: 2.48%, Memory: 58740 kB
|
||||
System Time: 1712019398.785201, Usage: 2.16%, Memory: 58740 kB
|
||||
System Time: 1712019399.791262, Usage: 1.9%, Memory: 58740 kB
|
||||
System Time: 1712019400.790776, Usage: 2.82%, Memory: 58740 kB
|
||||
System Time: 1712019401.788623, Usage: 4.39%, Memory: 58740 kB
|
||||
System Time: 1712019402.791000, Usage: 3.81%, Memory: 58740 kB
|
||||
System Time: 1712019403.793075, Usage: 2.07%, Memory: 58740 kB
|
||||
System Time: 1712019404.796306, Usage: 2.36%, Memory: 58740 kB
|
||||
System Time: 1712019405.797827, Usage: 1.96%, Memory: 58740 kB
|
||||
System Time: 1712019406.805325, Usage: 4.36%, Memory: 58740 kB
|
||||
System Time: 1712019407.803675, Usage: 2.83%, Memory: 58740 kB
|
||||
System Time: 1712019408.805975, Usage: 2.29%, Memory: 58740 kB
|
||||
System Time: 1712019409.808190, Usage: 2.42%, Memory: 58740 kB
|
||||
System Time: 1712019410.810011, Usage: 2.84%, Memory: 58740 kB
|
||||
System Time: 1712019411.811598, Usage: 2.14%, Memory: 58740 kB
|
||||
System Time: 1712019412.811153, Usage: 2.7%, Memory: 58740 kB
|
||||
System Time: 1712019413.813223, Usage: 1.99%, Memory: 58740 kB
|
||||
System Time: 1712019414.814790, Usage: 2.47%, Memory: 58740 kB
|
||||
System Time: 1712019415.815654, Usage: 2.15%, Memory: 58740 kB
|
||||
System Time: 1712019416.818983, Usage: 5.24%, Memory: 58740 kB
|
||||
System Time: 1712019417.818202, Usage: 2.29%, Memory: 58740 kB
|
||||
System Time: 1712019418.818973, Usage: 2.48%, Memory: 58740 kB
|
||||
System Time: 1712019419.820161, Usage: 2.11%, Memory: 58740 kB
|
||||
System Time: 1712019420.821864, Usage: 2.94%, Memory: 58740 kB
|
||||
System Time: 1712019421.822055, Usage: 2.09%, Memory: 58740 kB
|
||||
System Time: 1712019422.823603, Usage: 2.69%, Memory: 58740 kB
|
||||
System Time: 1712019423.822043, Usage: 7.44%, Memory: 58760 kB
|
||||
System Time: 1712019424.822549, Usage: 1.49%, Memory: 58760 kB
|
||||
System Time: 1712019425.824299, Usage: 1.52%, Memory: 58760 kB
|
||||
System Time: 1712019426.825253, Usage: 11.31%, Memory: 59048 kB
|
||||
CPU Temperature: 54.53
|
||||
2024-04-01 20:57:07,260 [proc_stats.py:_handle_shutdown()] - Throttled Flags: Previously Under-Volted Previously Throttled
|
||||
2024-04-01 21:00:20,235 [klippy_connection.py:_on_connection_closed()] - Klippy Connection Removed
|
||||
2024-04-01 21:00:21,498 [klippy_connection.py:_do_connect()] - Klippy Connection Established
|
||||
2024-04-01 21:00:21,617 [machine.py:extract_service_info()] - Detected alternate unit name for klipper: klipper-taz.service
|
||||
2024-04-01 21:00:23,664 [klippy_connection.py:_request_initial_subscriptions()] - Webhooks Subscribed
|
||||
2024-04-01 21:00:23,667 [klippy_connection.py:_request_initial_subscriptions()] - GCode Output Subscribed
|
||||
2024-04-01 21:00:23,915 [job_state.py:_handle_started()] - Job state initialized: standby
|
||||
2024-04-01 21:00:24,175 [klippy_connection.py:_check_ready()] - Klippy ready
|
||||
2024-04-01 21:00:24,180 [file_manager.py:get_file_list()] - Updating File List <config>...
|
||||
2024-04-01 21:00:24,923 [data_store.py:_init_sensors()] - Configuring available sensors: ['heater_bed', 'extruder']
|
||||
2024-04-01 21:00:25,176 [proc_stats.py:_handle_shutdown()] -
|
||||
Moonraker System Usage Statistics:
|
||||
System Time: 1712019596.032189, Usage: 2.31%, Memory: 59068 kB
|
||||
System Time: 1712019597.034574, Usage: 4.28%, Memory: 59068 kB
|
||||
System Time: 1712019598.035133, Usage: 2.9%, Memory: 59068 kB
|
||||
System Time: 1712019599.036607, Usage: 2.2%, Memory: 59068 kB
|
||||
System Time: 1712019600.038170, Usage: 2.67%, Memory: 59068 kB
|
||||
System Time: 1712019601.038406, Usage: 2.72%, Memory: 59068 kB
|
||||
System Time: 1712019602.039927, Usage: 2.58%, Memory: 59068 kB
|
||||
System Time: 1712019603.040994, Usage: 2.23%, Memory: 59068 kB
|
||||
System Time: 1712019604.042055, Usage: 2.14%, Memory: 59068 kB
|
||||
System Time: 1712019605.043512, Usage: 2.57%, Memory: 59068 kB
|
||||
System Time: 1712019606.044837, Usage: 2.08%, Memory: 59068 kB
|
||||
System Time: 1712019607.046991, Usage: 5.25%, Memory: 59068 kB
|
||||
System Time: 1712019608.047322, Usage: 2.26%, Memory: 59068 kB
|
||||
System Time: 1712019609.048975, Usage: 2.59%, Memory: 59068 kB
|
||||
System Time: 1712019610.050972, Usage: 2.47%, Memory: 59068 kB
|
||||
System Time: 1712019611.051199, Usage: 2.44%, Memory: 59068 kB
|
||||
System Time: 1712019612.053524, Usage: 2.34%, Memory: 59068 kB
|
||||
System Time: 1712019613.054574, Usage: 2.03%, Memory: 59068 kB
|
||||
System Time: 1712019614.057167, Usage: 2.23%, Memory: 59068 kB
|
||||
System Time: 1712019615.058042, Usage: 1.99%, Memory: 59068 kB
|
||||
System Time: 1712019616.059710, Usage: 2.25%, Memory: 59068 kB
|
||||
System Time: 1712019617.061396, Usage: 4.16%, Memory: 59068 kB
|
||||
System Time: 1712019618.061647, Usage: 2.49%, Memory: 59068 kB
|
||||
System Time: 1712019619.063387, Usage: 1.89%, Memory: 59068 kB
|
||||
System Time: 1712019620.063024, Usage: 3.1%, Memory: 59068 kB
|
||||
System Time: 1712019621.064694, Usage: 2.34%, Memory: 59068 kB
|
||||
System Time: 1712019622.063649, Usage: 14.55%, Memory: 59072 kB
|
||||
System Time: 1712019623.064692, Usage: 1.28%, Memory: 59072 kB
|
||||
System Time: 1712019624.066892, Usage: 1.71%, Memory: 59072 kB
|
||||
System Time: 1712019625.068254, Usage: 9.3%, Memory: 59072 kB
|
||||
CPU Temperature: 54.53
|
||||
2024-04-01 21:00:25,177 [proc_stats.py:_handle_shutdown()] - Throttled Flags: Previously Under-Volted Previously Throttled
|
||||
2024-04-01 21:01:28,217 [klippy_connection.py:close()] - Error closing Klippy Unix Socket
|
||||
Traceback (most recent call last):
|
||||
File "/home/pi/taz/moonraker-taz/moonraker/components/klippy_connection.py", line 769, in close
|
||||
await self.writer.wait_closed()
|
||||
File "/usr/lib/python3.9/asyncio/streams.py", line 359, in wait_closed
|
||||
await self._protocol._get_close_waiter(self)
|
||||
File "/home/pi/taz/moonraker-taz/moonraker/components/klippy_connection.py", line 172, in _read_stream
|
||||
data = await reader.readuntil(b'\x03')
|
||||
File "/usr/lib/python3.9/asyncio/streams.py", line 632, in readuntil
|
||||
await self._wait_for_data('readuntil')
|
||||
File "/usr/lib/python3.9/asyncio/streams.py", line 517, in _wait_for_data
|
||||
await self._waiter
|
||||
File "/usr/lib/python3.9/asyncio/selector_events.py", line 856, in _read_ready__data_received
|
||||
data = self._sock.recv(self.max_size)
|
||||
ConnectionResetError: [Errno 104] Connection reset by peer
|
||||
2024-04-01 21:01:28,218 [klippy_connection.py:_on_connection_closed()] - Klippy Connection Removed
|
||||
2024-04-01 21:01:28,222 [common.py:build_error()] - JSON-RPC Request Error - Requested Method: printer.info, Code: 503, Message: Klippy Disconnected
|
||||
2024-04-01 21:01:29,481 [klippy_connection.py:_do_connect()] - Klippy Connection Established
|
||||
2024-04-01 21:01:29,525 [machine.py:extract_service_info()] - Detected alternate unit name for klipper: klipper-taz.service
|
||||
2024-04-01 21:01:31,578 [klippy_connection.py:_request_initial_subscriptions()] - Webhooks Subscribed
|
||||
2024-04-01 21:01:31,580 [klippy_connection.py:_request_initial_subscriptions()] - GCode Output Subscribed
|
||||
2024-04-01 21:01:31,829 [job_state.py:_handle_started()] - Job state initialized: standby
|
||||
2024-04-01 21:01:32,087 [klippy_connection.py:_check_ready()] - Klippy ready
|
||||
2024-04-01 21:01:32,093 [file_manager.py:get_file_list()] - Updating File List <config>...
|
||||
2024-04-01 21:01:32,838 [data_store.py:_init_sensors()] - Configuring available sensors: ['heater_bed', 'extruder']
|
||||
2024-04-01 21:01:33,092 [proc_stats.py:_handle_shutdown()] -
|
||||
Moonraker System Usage Statistics:
|
||||
System Time: 1712019663.119624, Usage: 1.96%, Memory: 59072 kB
|
||||
System Time: 1712019664.120044, Usage: 2.5%, Memory: 59072 kB
|
||||
System Time: 1712019665.122244, Usage: 2.0%, Memory: 59072 kB
|
||||
System Time: 1712019666.122370, Usage: 2.46%, Memory: 59072 kB
|
||||
System Time: 1712019667.125327, Usage: 4.51%, Memory: 59072 kB
|
||||
System Time: 1712019668.124027, Usage: 2.67%, Memory: 59072 kB
|
||||
System Time: 1712019669.127006, Usage: 2.03%, Memory: 59072 kB
|
||||
System Time: 1712019670.130029, Usage: 2.71%, Memory: 59072 kB
|
||||
System Time: 1712019671.129086, Usage: 2.3%, Memory: 59072 kB
|
||||
System Time: 1712019672.132129, Usage: 2.36%, Memory: 59072 kB
|
||||
System Time: 1712019673.131910, Usage: 2.01%, Memory: 59072 kB
|
||||
System Time: 1712019674.136311, Usage: 2.79%, Memory: 59072 kB
|
||||
System Time: 1712019675.134857, Usage: 2.11%, Memory: 59072 kB
|
||||
System Time: 1712019676.134255, Usage: 2.74%, Memory: 59072 kB
|
||||
System Time: 1712019677.139651, Usage: 4.16%, Memory: 59072 kB
|
||||
System Time: 1712019678.139144, Usage: 2.78%, Memory: 59072 kB
|
||||
System Time: 1712019679.137634, Usage: 2.17%, Memory: 59072 kB
|
||||
System Time: 1712019680.139006, Usage: 2.8%, Memory: 59072 kB
|
||||
System Time: 1712019681.140841, Usage: 2.22%, Memory: 59072 kB
|
||||
System Time: 1712019682.142526, Usage: 2.41%, Memory: 59072 kB
|
||||
System Time: 1712019683.142076, Usage: 2.16%, Memory: 59072 kB
|
||||
System Time: 1712019684.143542, Usage: 2.33%, Memory: 59072 kB
|
||||
System Time: 1712019685.145255, Usage: 2.26%, Memory: 59072 kB
|
||||
System Time: 1712019686.146122, Usage: 2.74%, Memory: 59072 kB
|
||||
System Time: 1712019687.147916, Usage: 4.47%, Memory: 59072 kB
|
||||
System Time: 1712019688.147549, Usage: 2.65%, Memory: 59072 kB
|
||||
System Time: 1712019689.148645, Usage: 2.45%, Memory: 59072 kB
|
||||
System Time: 1712019690.146439, Usage: 7.9%, Memory: 59072 kB
|
||||
System Time: 1712019691.148576, Usage: 1.4%, Memory: 59072 kB
|
||||
System Time: 1712019692.152050, Usage: 7.79%, Memory: 59072 kB
|
||||
CPU Temperature: 55.991
|
||||
2024-04-01 21:01:33,093 [proc_stats.py:_handle_shutdown()] - Throttled Flags: Previously Under-Volted Previously Throttled
|
||||
2024-04-01 21:06:04,398 [klippy_connection.py:close()] - Error closing Klippy Unix Socket
|
||||
Traceback (most recent call last):
|
||||
File "/home/pi/taz/moonraker-taz/moonraker/components/klippy_connection.py", line 769, in close
|
||||
await self.writer.wait_closed()
|
||||
File "/usr/lib/python3.9/asyncio/streams.py", line 359, in wait_closed
|
||||
await self._protocol._get_close_waiter(self)
|
||||
File "/home/pi/taz/moonraker-taz/moonraker/components/klippy_connection.py", line 172, in _read_stream
|
||||
data = await reader.readuntil(b'\x03')
|
||||
File "/usr/lib/python3.9/asyncio/streams.py", line 632, in readuntil
|
||||
await self._wait_for_data('readuntil')
|
||||
File "/usr/lib/python3.9/asyncio/streams.py", line 517, in _wait_for_data
|
||||
await self._waiter
|
||||
File "/usr/lib/python3.9/asyncio/selector_events.py", line 856, in _read_ready__data_received
|
||||
data = self._sock.recv(self.max_size)
|
||||
ConnectionResetError: [Errno 104] Connection reset by peer
|
||||
2024-04-01 21:06:04,399 [klippy_connection.py:_on_connection_closed()] - Klippy Connection Removed
|
||||
2024-04-01 21:06:04,402 [common.py:build_error()] - JSON-RPC Request Error - Requested Method: printer.info, Code: 503, Message: Klippy Disconnected
|
||||
2024-04-01 21:06:05,662 [klippy_connection.py:_do_connect()] - Klippy Connection Established
|
||||
2024-04-01 21:06:05,702 [machine.py:extract_service_info()] - Detected alternate unit name for klipper: klipper-taz.service
|
||||
2024-04-01 21:06:07,765 [klippy_connection.py:_request_initial_subscriptions()] - Webhooks Subscribed
|
||||
2024-04-01 21:06:07,768 [klippy_connection.py:_request_initial_subscriptions()] - GCode Output Subscribed
|
||||
2024-04-01 21:06:08,016 [job_state.py:_handle_started()] - Job state initialized: standby
|
||||
2024-04-01 21:06:08,274 [klippy_connection.py:_check_ready()] - Klippy ready
|
||||
2024-04-01 21:06:08,283 [file_manager.py:get_file_list()] - Updating File List <config>...
|
||||
2024-04-01 21:06:09,023 [data_store.py:_init_sensors()] - Configuring available sensors: ['heater_bed', 'extruder']
|
||||
2024-04-01 21:06:09,276 [proc_stats.py:_handle_shutdown()] -
|
||||
Moonraker System Usage Statistics:
|
||||
System Time: 1712019939.450229, Usage: 2.07%, Memory: 59072 kB
|
||||
System Time: 1712019940.451704, Usage: 2.65%, Memory: 59072 kB
|
||||
System Time: 1712019941.452430, Usage: 2.18%, Memory: 59072 kB
|
||||
System Time: 1712019942.454464, Usage: 2.54%, Memory: 59072 kB
|
||||
System Time: 1712019943.454790, Usage: 1.99%, Memory: 59072 kB
|
||||
System Time: 1712019944.456960, Usage: 2.25%, Memory: 59072 kB
|
||||
System Time: 1712019945.458591, Usage: 1.99%, Memory: 59072 kB
|
||||
System Time: 1712019946.461096, Usage: 2.2%, Memory: 59072 kB
|
||||
System Time: 1712019947.463715, Usage: 4.0%, Memory: 59072 kB
|
||||
System Time: 1712019948.463197, Usage: 2.62%, Memory: 59072 kB
|
||||
System Time: 1712019949.465194, Usage: 2.06%, Memory: 59072 kB
|
||||
System Time: 1712019950.466123, Usage: 2.69%, Memory: 59072 kB
|
||||
System Time: 1712019951.466663, Usage: 2.44%, Memory: 59072 kB
|
||||
System Time: 1712019952.468167, Usage: 2.52%, Memory: 59072 kB
|
||||
System Time: 1712019953.470654, Usage: 2.0%, Memory: 59072 kB
|
||||
System Time: 1712019954.470196, Usage: 2.44%, Memory: 59072 kB
|
||||
System Time: 1712019955.472606, Usage: 1.88%, Memory: 59072 kB
|
||||
System Time: 1712019956.473688, Usage: 2.56%, Memory: 59072 kB
|
||||
System Time: 1712019957.475396, Usage: 4.45%, Memory: 59072 kB
|
||||
System Time: 1712019958.475255, Usage: 2.49%, Memory: 59072 kB
|
||||
System Time: 1712019959.476705, Usage: 2.1%, Memory: 59072 kB
|
||||
System Time: 1712019960.479776, Usage: 2.73%, Memory: 59072 kB
|
||||
System Time: 1712019961.479769, Usage: 2.31%, Memory: 59072 kB
|
||||
System Time: 1712019962.480571, Usage: 2.28%, Memory: 59072 kB
|
||||
System Time: 1712019963.481100, Usage: 1.92%, Memory: 59072 kB
|
||||
System Time: 1712019964.484452, Usage: 3.25%, Memory: 59072 kB
|
||||
System Time: 1712019965.483855, Usage: 1.49%, Memory: 59072 kB
|
||||
System Time: 1712019966.483882, Usage: 10.43%, Memory: 59072 kB
|
||||
System Time: 1712019967.485111, Usage: 2.59%, Memory: 59072 kB
|
||||
System Time: 1712019968.485741, Usage: 8.45%, Memory: 59072 kB
|
||||
CPU Temperature: 55.504
|
||||
2024-04-01 21:06:09,278 [proc_stats.py:_handle_shutdown()] - Throttled Flags: Previously Under-Volted Previously Throttled
|
||||
2024-04-01 21:18:19,719 [klippy_connection.py:_on_connection_closed()] - Klippy Connection Removed
|
||||
2024-04-01 21:18:20,981 [klippy_connection.py:_do_connect()] - Klippy Connection Established
|
||||
2024-04-01 21:18:21,030 [machine.py:extract_service_info()] - Detected alternate unit name for klipper: klipper-taz.service
|
||||
2024-04-01 21:18:22,069 [klippy_connection.py:_request_initial_subscriptions()] - Webhooks Subscribed
|
||||
2024-04-01 21:18:22,071 [klippy_connection.py:_request_initial_subscriptions()] - GCode Output Subscribed
|
||||
2024-04-01 21:18:22,073 [klippy_connection.py:_check_ready()] -
|
||||
Can not update MCU 'mcu' config as it is shutdown
|
||||
Once the underlying issue is corrected, use the
|
||||
"FIRMWARE_RESTART" command to reset the firmware, reload the
|
||||
config, and restart the host software.
|
||||
Error configuring printer
|
||||
|
||||
2024-04-01 21:18:44,393 [klippy_connection.py:_on_connection_closed()] - Klippy Connection Removed
|
||||
2024-04-01 21:18:44,513 [common.py:build_error()] - JSON-RPC Request Error - Requested Method: printer.info, Code: 503, Message: Klippy Host not connected
|
||||
2024-04-01 21:18:45,655 [klippy_connection.py:_do_connect()] - Klippy Connection Established
|
||||
2024-04-01 21:18:45,703 [machine.py:extract_service_info()] - Detected alternate unit name for klipper: klipper-taz.service
|
||||
2024-04-01 21:18:47,751 [klippy_connection.py:_request_initial_subscriptions()] - Webhooks Subscribed
|
||||
2024-04-01 21:18:47,753 [klippy_connection.py:_request_initial_subscriptions()] - GCode Output Subscribed
|
||||
2024-04-01 21:18:48,002 [job_state.py:_handle_started()] - Job state initialized: standby
|
||||
2024-04-01 21:18:48,261 [klippy_connection.py:_check_ready()] - Klippy ready
|
||||
2024-04-01 21:18:48,283 [file_manager.py:get_file_list()] - Updating File List <config>...
|
||||
2024-04-01 21:18:49,009 [data_store.py:_init_sensors()] - Configuring available sensors: ['heater_bed', 'extruder']
|
||||
2024-04-01 21:18:49,263 [proc_stats.py:_handle_shutdown()] -
|
||||
Moonraker System Usage Statistics:
|
||||
System Time: 1712020699.401281, Usage: 2.64%, Memory: 59072 kB
|
||||
System Time: 1712020700.401483, Usage: 2.97%, Memory: 59072 kB
|
||||
System Time: 1712020701.399295, Usage: 8.0%, Memory: 59072 kB
|
||||
System Time: 1712020702.400347, Usage: 1.64%, Memory: 59072 kB
|
||||
System Time: 1712020703.401975, Usage: 0.58%, Memory: 59072 kB
|
||||
System Time: 1712020704.402719, Usage: 0.82%, Memory: 59072 kB
|
||||
System Time: 1712020705.404288, Usage: 0.56%, Memory: 59072 kB
|
||||
System Time: 1712020706.409374, Usage: 0.62%, Memory: 59072 kB
|
||||
System Time: 1712020707.410469, Usage: 1.46%, Memory: 59072 kB
|
||||
System Time: 1712020708.419827, Usage: 3.02%, Memory: 59072 kB
|
||||
System Time: 1712020709.413383, Usage: 1.94%, Memory: 59072 kB
|
||||
System Time: 1712020710.420691, Usage: 1.29%, Memory: 59072 kB
|
||||
System Time: 1712020711.417681, Usage: 2.06%, Memory: 59072 kB
|
||||
System Time: 1712020712.422977, Usage: 1.09%, Memory: 59072 kB
|
||||
System Time: 1712020713.422337, Usage: 1.58%, Memory: 59072 kB
|
||||
System Time: 1712020714.424047, Usage: 1.26%, Memory: 59072 kB
|
||||
System Time: 1712020715.424425, Usage: 1.24%, Memory: 59072 kB
|
||||
System Time: 1712020716.425820, Usage: 1.29%, Memory: 59072 kB
|
||||
System Time: 1712020717.427998, Usage: 1.09%, Memory: 59072 kB
|
||||
System Time: 1712020718.431598, Usage: 4.15%, Memory: 59072 kB
|
||||
System Time: 1712020719.430441, Usage: 1.21%, Memory: 59072 kB
|
||||
System Time: 1712020720.432311, Usage: 1.81%, Memory: 59072 kB
|
||||
System Time: 1712020721.434509, Usage: 1.32%, Memory: 59072 kB
|
||||
System Time: 1712020722.437405, Usage: 1.3%, Memory: 59072 kB
|
||||
System Time: 1712020723.436445, Usage: 1.25%, Memory: 59072 kB
|
||||
System Time: 1712020724.439911, Usage: 2.25%, Memory: 59072 kB
|
||||
System Time: 1712020725.439584, Usage: 2.01%, Memory: 59072 kB
|
||||
System Time: 1712020726.437469, Usage: 7.95%, Memory: 59072 kB
|
||||
System Time: 1712020727.438761, Usage: 1.24%, Memory: 59072 kB
|
||||
System Time: 1712020728.440297, Usage: 10.04%, Memory: 59072 kB
|
||||
CPU Temperature: 55.504
|
||||
2024-04-01 21:18:49,264 [proc_stats.py:_handle_shutdown()] - Throttled Flags: Previously Under-Volted Previously Throttled
|
||||
2024-04-01 21:20:51,977 [klippy_connection.py:_on_connection_closed()] - Klippy Connection Removed
|
||||
2024-04-01 21:20:53,238 [klippy_connection.py:_do_connect()] - Klippy Connection Established
|
||||
2024-04-01 21:20:53,289 [machine.py:extract_service_info()] - Detected alternate unit name for klipper: klipper-taz.service
|
||||
2024-04-01 21:20:55,343 [klippy_connection.py:_request_initial_subscriptions()] - Webhooks Subscribed
|
||||
2024-04-01 21:20:55,346 [klippy_connection.py:_request_initial_subscriptions()] - GCode Output Subscribed
|
||||
2024-04-01 21:20:55,594 [job_state.py:_handle_started()] - Job state initialized: standby
|
||||
2024-04-01 21:20:55,852 [klippy_connection.py:_check_ready()] - Klippy ready
|
||||
2024-04-01 21:20:55,865 [file_manager.py:get_file_list()] - Updating File List <config>...
|
||||
2024-04-01 21:20:56,602 [data_store.py:_init_sensors()] - Configuring available sensors: ['heater_bed', 'extruder']
|
||||
2024-04-01 21:31:09,454 [authorization.py:_prune_conn_handler()] - Trusted Connection Expired, IP: 10.11.2.34
|
||||
2024-04-01 21:38:57,835 [application.py:prepare()] - Upload Request Received from 10.11.2.106
|
||||
Content-Type:
|
||||
2024-04-01 21:38:57,844 [application.py:prepare()] - Upload Request Received from 10.11.2.106
|
||||
Content-Type: multipart/form-data; boundary=---------------------------273450764718200244483691775458
|
||||
2024-04-01 21:38:57,870 [application.py:post()] - Processing Uploaded File: printer.cfg
|
||||
2024-04-01 21:38:57,881 [application.py:log_request()] - 201 POST /server/files/upload (10.11.2.106) [_TRUSTED_USER_] 37.86ms
|
||||
2024-04-01 21:38:59,232 [klippy_connection.py:_on_connection_closed()] - Klippy Connection Removed
|
||||
2024-04-01 21:39:00,494 [klippy_connection.py:_do_connect()] - Klippy Connection Established
|
||||
2024-04-01 21:39:00,536 [machine.py:extract_service_info()] - Detected alternate unit name for klipper: klipper-taz.service
|
||||
2024-04-01 21:39:02,584 [klippy_connection.py:_request_initial_subscriptions()] - Webhooks Subscribed
|
||||
2024-04-01 21:39:02,585 [klippy_connection.py:_request_initial_subscriptions()] - GCode Output Subscribed
|
||||
2024-04-01 21:39:02,835 [job_state.py:_handle_started()] - Job state initialized: standby
|
||||
2024-04-01 21:39:03,095 [klippy_connection.py:_check_ready()] - Klippy ready
|
||||
2024-04-01 21:39:03,128 [file_manager.py:get_file_list()] - Updating File List <config>...
|
||||
2024-04-01 21:39:03,843 [data_store.py:_init_sensors()] - Configuring available sensors: ['heater_bed', 'extruder']
|
||||
2024-04-01 21:39:51,746 [job_state.py:_status_update()] - Job Started: Calibration_Cube_Oriented.gcode
|
||||
2024-04-01 22:41:09,468 [authorization.py:_prune_conn_handler()] - Trusted Connection Expired, IP: 10.11.2.106
|
||||
2024-04-01 22:44:10,333 [authorization.py:_check_trusted_connection()] - Trusted Connection Detected, IP: 10.11.2.34
|
||||
2024-04-01 22:44:10,335 [application.py:log_request()] - 101 GET /websocket (10.11.2.34) [_TRUSTED_USER_] 3.37ms
|
||||
2024-04-01 22:44:10,336 [websockets.py:open()] - Websocket Opened: ID: 547230207424, Proxied: False, User Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1, Host Name: 10.11.4.114
|
||||
2024-04-01 22:44:10,371 [file_manager.py:get_file_list()] - Updating File List <config>...
|
||||
2024-04-01 22:44:13,023 [websockets.py:on_close()] - Websocket Closed: ID: 547230207424 Close Code: 1001, Close Reason: WebSocket is closed due to suspension., Pong Time Elapsed: 2.69
|
||||
2024-04-01 23:46:09,485 [authorization.py:_prune_conn_handler()] - Trusted Connection Expired, IP: 10.11.2.34
|
372
dirs/printer_data/logs/moonraker.log.2024-04-02
Normal file
372
dirs/printer_data/logs/moonraker.log.2024-04-02
Normal file
@ -0,0 +1,372 @@
|
||||
-------------------- Log Start | Tue Apr 2 05:36:05 2024 --------------------
|
||||
data_path: /home/pi/taz/printer_data_taz
|
||||
is_default_data_path: False
|
||||
config_file: /home/pi/taz/printer_data_taz/config/moonraker.conf
|
||||
startup_warnings: []
|
||||
verbose: False
|
||||
debug: False
|
||||
asyncio_debug: False
|
||||
is_backup_config: False
|
||||
is_python_package: True
|
||||
instance_uuid: bc16b7b6eb614f20b555dde96de3080f
|
||||
unix_socket_path: /home/pi/taz/printer_data_taz/comms/moonraker.sock
|
||||
software_version: v0.8.0-310-g67c98f6
|
||||
git_branch: master
|
||||
git_remote: origin
|
||||
git_repo_url: https://github.com/Arksine/moonraker.git
|
||||
modified_files: []
|
||||
unofficial_components: []
|
||||
log_file: /home/pi/taz/printer_data_taz/logs/moonraker.log
|
||||
python_version: 3.9.2 (default, Feb 28 2021, 17:03:44) [GCC 10.2.1 20210110]
|
||||
launch_args: /home/pi/taz/moonraker-env-taz/bin/python /home/pi/taz/moonraker-taz/moonraker/__main__.py
|
||||
msgspec_enabled: False
|
||||
uvloop_enabled: False
|
||||
|
||||
#################### Moonraker Configuration ####################
|
||||
|
||||
[server]
|
||||
host = 0.0.0.0
|
||||
port = 7126
|
||||
max_upload_size = 1024
|
||||
klippy_uds_address = ~/taz/printer_data_taz/comms/klippy.sock
|
||||
|
||||
[file_manager]
|
||||
enable_object_processing = False
|
||||
|
||||
[authorization]
|
||||
cors_domains =
|
||||
https://my.mainsail.xyz
|
||||
http://my.mainsail.xyz
|
||||
http://*.local
|
||||
http://*.lan
|
||||
trusted_clients =
|
||||
10.0.0.0/8
|
||||
127.0.0.0/8
|
||||
169.254.0.0/16
|
||||
172.16.0.0/12
|
||||
192.168.0.0/16
|
||||
FE80::/10
|
||||
::1/128
|
||||
|
||||
[octoprint_compat]
|
||||
|
||||
[history]
|
||||
|
||||
[announcements]
|
||||
subscriptions =
|
||||
mainsail
|
||||
|
||||
[update_manager]
|
||||
refresh_interval = 168
|
||||
enable_auto_refresh = True
|
||||
|
||||
[update_manager mainsail]
|
||||
type = web
|
||||
channel = stable
|
||||
repo = mainsail-crew/mainsail
|
||||
path = ~/mainsail
|
||||
|
||||
[update_manager mainsail-config]
|
||||
type = git_repo
|
||||
primary_branch = master
|
||||
path = ~/taz/mainsail-config
|
||||
origin = https://github.com/mainsail-crew/mainsail-config.git
|
||||
managed_services = klipper
|
||||
|
||||
[update_manager crowsnest]
|
||||
type = git_repo
|
||||
path = ~/crowsnest
|
||||
origin = https://github.com/mainsail-crew/crowsnest.git
|
||||
managed_services = crowsnest
|
||||
install_script = tools/pkglist.sh
|
||||
|
||||
[update_manager sonar]
|
||||
type = git_repo
|
||||
path = ~/sonar
|
||||
origin = https://github.com/mainsail-crew/sonar.git
|
||||
primary_branch = main
|
||||
managed_services = sonar
|
||||
install_script = tools/install.sh
|
||||
|
||||
#################################################################
|
||||
All Configuration Files:
|
||||
/home/pi/taz/printer_data_taz/config/moonraker.conf
|
||||
#################################################################
|
||||
|
||||
Database Versions: pylmdb = 1.4.1, lmdb = (0, 9, 29)
|
||||
Unsafe Shutdown Count: 10
|
||||
|
||||
System Info:
|
||||
|
||||
***python***
|
||||
version: (3, 9, 2, 'final', 0)
|
||||
version_string: 3.9.2 (default, Feb 28 2021, 17:03:44) [GCC 10.2.1 20210110]
|
||||
|
||||
***cpu_info***
|
||||
cpu_count: 4
|
||||
bits: 64bit
|
||||
processor: aarch64
|
||||
cpu_desc:
|
||||
serial_number: 100000002cfc6999
|
||||
hardware_desc: BCM2835
|
||||
model: Raspberry Pi Compute Module 4 Rev 1.0
|
||||
total_memory: 7819948
|
||||
memory_units: kB
|
||||
|
||||
***sd_info***
|
||||
manufacturer_id: 15
|
||||
manufacturer: Unknown
|
||||
oem_id: 0100
|
||||
product_name: BJTD4
|
||||
product_revision: 5.2
|
||||
serial_number: 03708a4e
|
||||
manufacturer_date: 8/2088
|
||||
capacity: Unknown
|
||||
total_bytes: 0
|
||||
|
||||
***distribution***
|
||||
name: Debian GNU/Linux 11 (bullseye)
|
||||
id: debian
|
||||
version: 11
|
||||
version_parts: {'major': '11', 'minor': '', 'build_number': ''}
|
||||
like:
|
||||
codename: bullseye
|
||||
release_info: {'name': 'MainsailOS', 'version_id': '1.3.2', 'codename': 'bullseye', 'id': 'mainsailos'}
|
||||
|
||||
***virtualization***
|
||||
virt_type: none
|
||||
virt_identifier: none
|
||||
|
||||
***network***
|
||||
|
||||
***canbus***
|
||||
|
||||
***Allowed Services***
|
||||
klipper_mcu
|
||||
webcamd
|
||||
MoonCord
|
||||
KlipperScreen
|
||||
moonraker-telegram-bot
|
||||
moonraker-obico
|
||||
sonar
|
||||
crowsnest
|
||||
octoeverywhere
|
||||
ratos-configurator
|
||||
mobileraker
|
||||
Found libcamera Python module, version: v0.0.5+83-bde9b04f
|
||||
|
||||
Systemd unit moonraker-taz.service:
|
||||
unit_name: moonraker-taz.service
|
||||
is_default: False
|
||||
manager: systemd
|
||||
Properties:
|
||||
**Requires=['sysinit.target', 'network-online.target', 'system.slice']
|
||||
**After=['system.slice', 'sysinit.target', 'systemd-journald.socket', 'network-online.target', 'basic.target']
|
||||
**SupplementaryGroups=['moonraker-admin']
|
||||
**EnvironmentFiles=/home/pi/taz/printer_data_taz/systemd/moonraker.env
|
||||
**ExecStart=/home/pi/taz/moonraker-env-taz/bin/python $MOONRAKER_ARGS
|
||||
**WorkingDirectory=
|
||||
**FragmentPath=/etc/systemd/system/moonraker-taz.service
|
||||
**Description=API Server for Klipper on Lulzbot Taz
|
||||
**User=pi
|
||||
|
||||
Systemd unit klipper-taz.service:
|
||||
unit_name: klipper-taz.service
|
||||
is_default: False
|
||||
manager: systemd
|
||||
Properties:
|
||||
**Requires=['-.mount', 'system.slice', 'sysinit.target']
|
||||
**After=['system.slice', '-.mount', 'sysinit.target', 'systemd-journald.socket', 'network-online.target', 'basic.target']
|
||||
**SupplementaryGroups=[]
|
||||
**EnvironmentFiles=/home/pi/taz/printer_data_taz/systemd/klipper.env
|
||||
**ExecStart=/home/pi/taz/klippy-env-taz/bin/python $KLIPPER_ARGS
|
||||
**WorkingDirectory=/home/pi/taz/klipper-taz
|
||||
**FragmentPath=/etc/systemd/system/klipper-taz.service
|
||||
**Description=Klipper 3D Printer - Lulzbot Taz Gen 1
|
||||
**User=pi
|
||||
Git Repo moonraker: Warnings detected:
|
||||
Repo has untracked source files: ['moonraker/components/timelapse.py']
|
||||
Multiple instances of Moonraker managing this repo:
|
||||
moonraker@bc16b7b6eb614f20b555dde96de3080f
|
||||
moonraker-taz@bc16b7b6eb614f20b555dde96de3080f
|
||||
Git Repo klipper: No warnings detected
|
||||
Git Repo mainsail-config: Warnings detected:
|
||||
Repo is dirty. Detected the following modifed files: ['client.cfg', 'mainsail-moonraker-update.conf']
|
||||
Multiple instances of Moonraker managing this repo:
|
||||
moonraker@bc16b7b6eb614f20b555dde96de3080f
|
||||
moonraker-taz@bc16b7b6eb614f20b555dde96de3080f
|
||||
Git Repo crowsnest: Warnings detected:
|
||||
Multiple instances of Moonraker managing this repo:
|
||||
moonraker-taz@bc16b7b6eb614f20b555dde96de3080f
|
||||
moonraker@bc16b7b6eb614f20b555dde96de3080f
|
||||
Git Repo sonar: Warnings detected:
|
||||
Multiple instances of Moonraker managing this repo:
|
||||
moonraker@bc16b7b6eb614f20b555dde96de3080f
|
||||
moonraker-taz@bc16b7b6eb614f20b555dde96de3080f
|
||||
Klipper Version: v0.12.0-103-g6ce6fbbc
|
||||
CPU Throttled Flags: ['Under-Voltage Detected', 'Currently Throttled', 'Previously Under-Volted', 'Previously Throttled']
|
||||
2024-04-02 01:36:05,951 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/taz/moonraker-taz status --porcelain -b) successfully finished
|
||||
2024-04-02 01:36:06,016 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/taz/moonraker-taz branch --list --no-color) successfully finished
|
||||
2024-04-02 01:36:06,060 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/taz/moonraker-taz remote get-url origin) successfully finished
|
||||
2024-04-02 01:36:06,401 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/taz/moonraker-taz fetch origin --prune --progress) successfully finished
|
||||
2024-04-02 01:36:06,421 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/taz/moonraker-taz merge-base --is-ancestor HEAD origin/master) successfully finished
|
||||
2024-04-02 01:36:06,440 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/taz/moonraker-taz rev-parse HEAD) successfully finished
|
||||
2024-04-02 01:36:06,468 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/taz/moonraker-taz describe --always --tags --long --dirty --abbrev=8) successfully finished
|
||||
2024-04-02 01:36:06,486 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/taz/moonraker-taz rev-parse origin/master) successfully finished
|
||||
2024-04-02 01:36:06,515 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/taz/moonraker-taz describe origin/master --always --tags --long --abbrev=8) successfully finished
|
||||
2024-04-02 01:36:06,551 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/taz/moonraker-taz rev-list HEAD..a3e4dac5fb20f8dfc0857a252eef5219d5e0ec4c --count) successfully finished
|
||||
2024-04-02 01:36:06,572 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/taz/moonraker-taz log 67c98f6a7610ff4196954a665e5599bea9ccf5ac..origin/master --format="sha:%H%x1Dauthor:%an%x1Ddate:%ct%x1Dsubject:%s%x1Dmessage:%b%x1E" --max-count=100) successfully finished
|
||||
2024-04-02 01:36:06,637 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/taz/moonraker-taz for-each-ref --count=100 --sort='-creatordate' --contains=HEAD --merged=origin/master --format='%(if)%(*objecttype)%(then)%(*objecttype) %(*objectname)%(else)%(objecttype) %(objectname)%(end) %(refname)' 'refs/tags') successfully finished
|
||||
2024-04-02 01:36:06,639 [git_deploy.py:log_repo_info()] - Git Repo moonraker Detected:
|
||||
Owner: Arksine
|
||||
Repository Name: moonraker
|
||||
Path: /home/pi/taz/moonraker-taz
|
||||
Remote: origin
|
||||
Branch: master
|
||||
Remote URL: https://github.com/Arksine/moonraker.git
|
||||
Recovery URL: https://github.com/Arksine/moonraker.git
|
||||
Current Commit SHA: 67c98f6a7610ff4196954a665e5599bea9ccf5ac
|
||||
Upstream Commit SHA: a3e4dac5fb20f8dfc0857a252eef5219d5e0ec4c
|
||||
Current Version: v0.8.0-310-g67c98f6a
|
||||
Upstream Version: v0.8.0-324-ga3e4dac5
|
||||
Rollback Commit: a23187b4afa632da8a90cb9eae83f0f6a5eec903
|
||||
Rollback Branch: master
|
||||
Rollback Version: v0.8.0-268-ga23187b4
|
||||
Is Dirty: False
|
||||
Is Detached: False
|
||||
Is Shallow: False
|
||||
Commits Behind Count: 14
|
||||
Diverged: False
|
||||
Repo Warnings:
|
||||
Repo has untracked source files: ['moonraker/components/timelapse.py']
|
||||
Multiple instances of Moonraker managing this repo:
|
||||
moonraker@bc16b7b6eb614f20b555dde96de3080f
|
||||
moonraker-taz@bc16b7b6eb614f20b555dde96de3080f
|
||||
2024-04-02 01:36:06,639 [base_deploy.py:log_info()] - Git Repo moonraker: Channel: dev
|
||||
2024-04-02 01:36:06,639 [base_deploy.py:log_info()] - Git Repo moonraker: Validity check for git repo passed
|
||||
2024-04-02 02:17:40,259 [websockets.py:write_to_socket()] - Websocket closed while writing: 547230328576
|
||||
2024-04-02 02:17:40,760 [websockets.py:write_to_socket()] - Websocket closed while writing: 547230168544
|
||||
2024-04-02 02:17:45,041 [websockets.py:on_close()] - Websocket Closed: ID: 547230328576 Close Code: None, Close Reason: None, Pong Time Elapsed: 45.00
|
||||
2024-04-02 02:17:45,687 [websockets.py:on_close()] - Websocket Closed: ID: 547230168544 Close Code: None, Close Reason: None, Pong Time Elapsed: 44.99
|
||||
2024-04-02 02:27:09,558 [authorization.py:_check_trusted_connection()] - Trusted Connection Detected, IP: 10.11.2.106
|
||||
2024-04-02 02:27:09,562 [application.py:log_request()] - 101 GET /websocket (10.11.2.106) [_TRUSTED_USER_] 7.64ms
|
||||
2024-04-02 02:27:09,563 [websockets.py:open()] - Websocket Opened: ID: 547543299072, Proxied: False, User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0, Host Name: 10.11.4.114
|
||||
2024-04-02 02:27:09,676 [file_manager.py:get_file_list()] - Updating File List <config>...
|
||||
2024-04-02 02:27:09,730 [websockets.py:on_close()] - Websocket Closed: ID: 547543299072 Close Code: None, Close Reason: None, Pong Time Elapsed: 0.17
|
||||
2024-04-02 02:27:09,733 [application.py:log_request()] - 101 GET /websocket (10.11.2.106) [_TRUSTED_USER_] 2.52ms
|
||||
2024-04-02 02:27:09,734 [websockets.py:open()] - Websocket Opened: ID: 547230168736, Proxied: False, User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0, Host Name: 10.11.4.114
|
||||
2024-04-02 02:27:09,747 [file_manager.py:get_file_list()] - Updating File List <config>...
|
||||
2024-04-02 02:27:19,075 [application.py:log_request()] - 101 GET /websocket (10.11.2.106) [_TRUSTED_USER_] 2.36ms
|
||||
2024-04-02 02:27:19,075 [websockets.py:open()] - Websocket Opened: ID: 547541418816, Proxied: False, User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0, Host Name: 10.11.4.114
|
||||
2024-04-02 02:27:19,106 [websockets.py:_handle_identify()] - Websocket 547541418816 Client Identified - Name: mainsail, Version: 2.9.1, Type: web
|
||||
2024-04-02 02:36:05,992 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/taz/klipper-taz status --porcelain -b) successfully finished
|
||||
2024-04-02 02:36:06,050 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/taz/klipper-taz branch --list --no-color) successfully finished
|
||||
2024-04-02 02:36:06,089 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/taz/klipper-taz remote get-url origin) successfully finished
|
||||
2024-04-02 02:36:06,658 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/taz/klipper-taz fetch origin --prune --progress) successfully finished
|
||||
2024-04-02 02:36:06,678 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/taz/klipper-taz merge-base --is-ancestor HEAD origin/master) successfully finished
|
||||
2024-04-02 02:36:06,695 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/taz/klipper-taz rev-parse HEAD) successfully finished
|
||||
2024-04-02 02:36:06,811 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/taz/klipper-taz describe --always --tags --long --dirty --abbrev=8) successfully finished
|
||||
2024-04-02 02:36:06,828 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/taz/klipper-taz rev-parse origin/master) successfully finished
|
||||
2024-04-02 02:36:06,933 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/taz/klipper-taz describe origin/master --always --tags --long --abbrev=8) successfully finished
|
||||
2024-04-02 02:36:06,953 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/taz/klipper-taz rev-list HEAD..e37b007f67e5bdc330af45b78643f7789c789907 --count) successfully finished
|
||||
2024-04-02 02:36:06,974 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/taz/klipper-taz log 6ce6fbbce07605010c0d4fa8eaa0ebcde01e53db..origin/master --format="sha:%H%x1Dauthor:%an%x1Ddate:%ct%x1Dsubject:%s%x1Dmessage:%b%x1E" --max-count=100) successfully finished
|
||||
2024-04-02 02:36:07,100 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/taz/klipper-taz for-each-ref --count=100 --sort='-creatordate' --contains=HEAD --merged=origin/master --format='%(if)%(*objecttype)%(then)%(*objecttype) %(*objectname)%(else)%(objecttype) %(objectname)%(end) %(refname)' 'refs/tags') successfully finished
|
||||
2024-04-02 02:36:07,101 [git_deploy.py:log_repo_info()] - Git Repo klipper Detected:
|
||||
Owner: Klipper3d
|
||||
Repository Name: klipper
|
||||
Path: /home/pi/taz/klipper-taz
|
||||
Remote: origin
|
||||
Branch: master
|
||||
Remote URL: https://github.com/Klipper3d/klipper.git
|
||||
Recovery URL: https://github.com/Klipper3d/klipper.git
|
||||
Current Commit SHA: 6ce6fbbce07605010c0d4fa8eaa0ebcde01e53db
|
||||
Upstream Commit SHA: e37b007f67e5bdc330af45b78643f7789c789907
|
||||
Current Version: v0.12.0-103-g6ce6fbbc
|
||||
Upstream Version: v0.12.0-132-ge37b007f
|
||||
Rollback Commit: 6ce6fbbce07605010c0d4fa8eaa0ebcde01e53db
|
||||
Rollback Branch: master
|
||||
Rollback Version: v0.12.0-103-g6ce6fbbc
|
||||
Is Dirty: False
|
||||
Is Detached: False
|
||||
Is Shallow: False
|
||||
Commits Behind Count: 29
|
||||
Diverged: False
|
||||
2024-04-02 02:36:07,102 [base_deploy.py:log_info()] - Git Repo klipper: Channel: dev
|
||||
2024-04-02 02:36:07,102 [base_deploy.py:log_info()] - Git Repo klipper: Validity check for git repo passed
|
||||
2024-04-02 02:36:07,121 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/taz/mainsail-config status --porcelain -b) successfully finished
|
||||
2024-04-02 02:36:07,155 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/taz/mainsail-config branch --list --no-color) successfully finished
|
||||
2024-04-02 02:36:07,187 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/taz/mainsail-config remote get-url origin) successfully finished
|
||||
2024-04-02 02:36:07,526 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/taz/mainsail-config fetch origin --prune --progress) successfully finished
|
||||
2024-04-02 02:36:07,546 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/taz/mainsail-config merge-base --is-ancestor HEAD origin/master) successfully finished
|
||||
2024-04-02 02:36:07,565 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/taz/mainsail-config rev-parse HEAD) successfully finished
|
||||
2024-04-02 02:36:07,583 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/taz/mainsail-config describe --always --tags --long --dirty --abbrev=8) successfully finished
|
||||
2024-04-02 02:36:07,601 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/taz/mainsail-config rev-parse origin/master) successfully finished
|
||||
2024-04-02 02:36:07,620 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/taz/mainsail-config describe origin/master --always --tags --long --abbrev=8) successfully finished
|
||||
2024-04-02 02:36:07,643 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/taz/mainsail-config rev-list HEAD..e57810d51b5c634aadaca4db923bfcba269ae4b3 --count) successfully finished
|
||||
2024-04-02 02:36:07,645 [git_deploy.py:log_repo_info()] - Git Repo mainsail-config Detected:
|
||||
Owner: mainsail-crew
|
||||
Repository Name: mainsail-config
|
||||
Path: /home/pi/taz/mainsail-config
|
||||
Remote: origin
|
||||
Branch: master
|
||||
Remote URL: https://github.com/mainsail-crew/mainsail-config.git
|
||||
Recovery URL: https://github.com/mainsail-crew/mainsail-config.git
|
||||
Current Commit SHA: e57810d51b5c634aadaca4db923bfcba269ae4b3
|
||||
Upstream Commit SHA: e57810d51b5c634aadaca4db923bfcba269ae4b3
|
||||
Current Version: v1.2.1-0-ge57810d5-dirty
|
||||
Upstream Version: v1.2.1-0-ge57810d5
|
||||
Rollback Commit: e57810d51b5c634aadaca4db923bfcba269ae4b3
|
||||
Rollback Branch: master
|
||||
Rollback Version: v1.2.1-0-ge57810d5
|
||||
Is Dirty: True
|
||||
Is Detached: False
|
||||
Is Shallow: False
|
||||
Commits Behind Count: 0
|
||||
Diverged: False
|
||||
Repo Warnings:
|
||||
Repo is dirty. Detected the following modifed files: ['client.cfg', 'mainsail-moonraker-update.conf']
|
||||
Multiple instances of Moonraker managing this repo:
|
||||
moonraker@bc16b7b6eb614f20b555dde96de3080f
|
||||
moonraker-taz@bc16b7b6eb614f20b555dde96de3080f
|
||||
2024-04-02 02:36:07,645 [base_deploy.py:log_info()] - Git Repo mainsail-config: Channel: dev
|
||||
2024-04-02 02:36:07,645 [base_deploy.py:log_info()] - Git Repo mainsail-config: Repo validation check failed, updates disabled
|
||||
2024-04-02 03:31:09,532 [authorization.py:_prune_conn_handler()] - Trusted Connection Expired, IP: 10.11.2.106
|
||||
2024-04-02 05:24:19,106 [websockets.py:write_to_socket()] - Websocket closed while writing: 547541418816
|
||||
2024-04-02 05:24:19,859 [websockets.py:write_to_socket()] - Websocket closed while writing: 547230168736
|
||||
2024-04-02 05:24:24,080 [websockets.py:on_close()] - Websocket Closed: ID: 547541418816 Close Code: None, Close Reason: None, Pong Time Elapsed: 43.91
|
||||
2024-04-02 05:24:24,737 [websockets.py:on_close()] - Websocket Closed: ID: 547230168736 Close Code: None, Close Reason: None, Pong Time Elapsed: 44.57
|
||||
2024-04-02 12:00:30,305 [klippy_connection.py:_process_status_update()] - Klippy has shutdown
|
||||
2024-04-02 12:00:30,311 [proc_stats.py:_handle_shutdown()] -
|
||||
Moonraker System Usage Statistics:
|
||||
System Time: 1712073601.142060, Usage: 1.28%, Memory: 60220 kB
|
||||
System Time: 1712073602.145142, Usage: 1.3%, Memory: 60220 kB
|
||||
System Time: 1712073603.146039, Usage: 1.33%, Memory: 60220 kB
|
||||
System Time: 1712073604.148245, Usage: 3.62%, Memory: 60220 kB
|
||||
System Time: 1712073605.149267, Usage: 1.43%, Memory: 60220 kB
|
||||
System Time: 1712073606.150131, Usage: 1.44%, Memory: 60220 kB
|
||||
System Time: 1712073607.150777, Usage: 1.33%, Memory: 60220 kB
|
||||
System Time: 1712073608.151958, Usage: 1.39%, Memory: 60220 kB
|
||||
System Time: 1712073609.153020, Usage: 1.35%, Memory: 60220 kB
|
||||
System Time: 1712073610.153861, Usage: 1.43%, Memory: 60220 kB
|
||||
System Time: 1712073611.154400, Usage: 1.35%, Memory: 60220 kB
|
||||
System Time: 1712073612.155740, Usage: 1.31%, Memory: 60220 kB
|
||||
System Time: 1712073613.156960, Usage: 1.27%, Memory: 60220 kB
|
||||
System Time: 1712073614.158311, Usage: 3.67%, Memory: 60220 kB
|
||||
System Time: 1712073615.158441, Usage: 1.43%, Memory: 60220 kB
|
||||
System Time: 1712073616.160219, Usage: 1.33%, Memory: 60220 kB
|
||||
System Time: 1712073617.162536, Usage: 1.36%, Memory: 60220 kB
|
||||
System Time: 1712073618.164101, Usage: 1.39%, Memory: 60220 kB
|
||||
System Time: 1712073619.166556, Usage: 1.3%, Memory: 60220 kB
|
||||
System Time: 1712073620.168653, Usage: 1.32%, Memory: 60220 kB
|
||||
System Time: 1712073621.169176, Usage: 1.33%, Memory: 60220 kB
|
||||
System Time: 1712073622.169957, Usage: 1.37%, Memory: 60220 kB
|
||||
System Time: 1712073623.171137, Usage: 1.27%, Memory: 60220 kB
|
||||
System Time: 1712073624.173933, Usage: 3.53%, Memory: 60220 kB
|
||||
System Time: 1712073625.170028, Usage: 1.36%, Memory: 60220 kB
|
||||
System Time: 1712073626.170836, Usage: 0.83%, Memory: 60220 kB
|
||||
System Time: 1712073627.171983, Usage: 0.77%, Memory: 60220 kB
|
||||
System Time: 1712073628.172512, Usage: 0.83%, Memory: 60220 kB
|
||||
System Time: 1712073629.173091, Usage: 0.76%, Memory: 60220 kB
|
||||
System Time: 1712073630.176751, Usage: 0.94%, Memory: 60220 kB
|
||||
CPU Temperature: 50.634
|
||||
2024-04-02 12:00:30,314 [proc_stats.py:_handle_shutdown()] - Throttled Flags: Previously Under-Volted Previously Throttled
|
1
dirs/printer_data/logs/sonar.log
Symbolic link
1
dirs/printer_data/logs/sonar.log
Symbolic link
@ -0,0 +1 @@
|
||||
/var/log/sonar.log
|
Loading…
Reference in New Issue
Block a user