Basic Information:
Printer Model: LDO Voron v0S1r2
Host Controller: Raspi 3B+ (1GB)
MCU / Printerboard: BTT SKR-Pico + LDO picobilical
klippy.log
Fill out above information and in all cases attach your klippy.log
file (use zip to compress it, if too big). Pasting your printer.cfg
is not needed
Be sure to check our “Knowledge Base” Category first. Most relevant items, e.g. error messages, are covered there
Describe your issue:
I came across topic this in the Knowledge Base and since I have the problem, I thought I would check it out. Sure enough I have the 247.3-7+rpi1+deb11u2
version of debian installed.
So I ran the suggested script as sudo and all appeared to be going well. Loads of files were downloaded and backups made etc. However when all had finished, there was no log in /tmp (just 2 systemd private logs).
I then started to try the manual method
pi@VoronV0:~ $ sudo apt edit-sources
Select an editor. To change later, run ‘select-editor’.
- /bin/nano <---- easiest
- /usr/bin/vim.tiny
- /bin/ed
This contained
deb http://raspbian.raspberrypi.org/raspbian/ bullseye main contrib non-free rpi
# Uncomment line below then 'apt-get update' to enable 'apt-get source'
#deb-src http://raspbian.raspberrypi.org/raspbian/ bullseye main contrib non-free rpi
so I added
…
deb Index of /debian bullseye-backports main non-free contrib
…
at the end as stated. However on saving the file I got the following messages:
Target Packages (main/binary-armhf/Packages) is configured multiple times in /etc/apt/sources.list:4 and /etc/apt/sources.list.d/bullseye-backports.list:1
W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:4 and /etc/apt/sources.list.d/bullseye-backports.list:1
W: Target Translations (main/i18n/Translation-en_GB) is configured multiple times in /etc/apt/sources.list:4 and /etc/apt/sources.list.d/bullseye-backports.list:1
W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:4 and /etc/apt/sources.list.d/bullseye-backports.list:1
W: Target Packages (non-free/binary-armhf/Packages) is configured multiple times in /etc/apt/sources.list:4 and /etc/apt/sources.list.d/bullseye-backports.list:1
W: Target Packages (non-free/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:4 and /etc/apt/sources.list.d/bullseye-backports.list:1
W: Target Translations (non-free/i18n/Translation-en_GB) is configured multiple times in /etc/apt/sources.list:4 and /etc/apt/sources.list.d/bullseye-backports.list:1
W: Target Translations (non-free/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:4 and /etc/apt/sources.list.d/bullseye-backports.list:1
W: Target Packages (contrib/binary-armhf/Packages) is configured multiple times in /etc/apt/sources.list:4 and /etc/apt/sources.list.d/bullseye-backports.list:1
W: Target Packages (contrib/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:4 and /etc/apt/sources.list.d/bullseye-backports.list:1
W: Target Translations (contrib/i18n/Translation-en_GB) is configured multiple times in /etc/apt/sources.list:4 and /etc/apt/sources.list.d/bullseye-backports.list:1
W: Target Translations (contrib/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:4 and /etc/apt/sources.list.d/bullseye-backports.list:1
Failed to parse /etc/apt/sources.list. Edit again? [Y/n] y
Your '/etc/apt/sources.list' file changed, please run 'apt-get update'.
Needless to say, I haven’t run apt-get update again as I think I neeed to fix the multiple configurations first.
My question is this: “Is it safe to comment out the first line of the sources file?” I assume this is what is causing the multiple config warnings.
[edit]
Added klippy.log even though this is a system problem not printing.
klippy.log.zip (32.6 KB)