outdoorbits / little-backup-box

This software turns a single-board computer into a versatile, pocket-sized backup solution. Especially for digital photography, this is the solution for backing up images and media files on mass storage devices when traveling or at events. Media content can be viewed and rated for the subsequent process.
http://littlebackupbox.com
GNU General Public License v3.0
507 stars 103 forks source link

Network connection fails - wireguard broken: fixed #255

Closed outdoorbits closed 11 months ago

outdoorbits commented 11 months ago

There is a bug network configuration. I'll fix it when I'm back after 11/04. LBB will connect to the internet if you remove resolvconf package: Via SSH just execute sudo apt remove resolvconf

wireguard may not work anymore after this.

outdoorbits commented 11 months ago

You have also to delete resolv.conf: sudo rm /etc/resolv.conf

outdoorbits commented 11 months ago

There was a workaround trying to adapt bookworm - this does not work yet because comitup has to be adapted before. If you installed or updated lbb between 10/26/23 and 05/11/23, please do the following to fix the problems:

Variant 1:

Variant 2:

After doing this, comitup and wireguard should both work as expected.