SBFspot / sbfspot-config

Installation/Configuration tool for SBFspot on Raspberry Pi
43 stars 11 forks source link

SBFspot-config hangs up during "Searching for existing configuration(s)..." #42

Closed Bastelritius closed 2 years ago

Bastelritius commented 2 years ago

Hi,

I wanted to make an update and get the following problem after starting the SBFspot-config tool.

pi@iobroker2:~ $ curl -s https://raw.githubusercontent.com/sbfspot/sbfspot-config/master/sbfspot-config | sudo bash SBFspot Configuration Tool V1.2.1 Running on Raspberry Pi 3 Model B Rev 1.2 Checking whiptail... Installed. architecture=armhf Raspbian GNU/Linux 10 (buster) username=pi userhome=/home/pi Minimum SBFspot version supported by this tool is 3.5.0 Request to install latest version (3.9.4) Searching for existing configuration(s)... Here the program hangs up and nothing happens anymore.

I think the problem is the follwing: The command: sudo find / -name SBFspot.cfg shows the following result: find: ‘/run/user/119/gvfs’: Permission denied I searched a little bit and found out that the problem is the virtual device which I´m using for my RaspiBackup. The command sudo find / -xdev -name SBFspot.cfg shows then the right result: /usr/local/bin/sbfspot.3/SBFspot.cfg

How can I fix the problem?

sbf- commented 2 years ago

How can I fix the problem?

You can download the script, edit it and run the modified version locally

Bastelritius commented 2 years ago

Could you give me more instructions please. Which script do you mean. How can I run it locally?

sbf- commented 2 years ago

Download sbfspot-config to e.g. "/home/pi" Make the changes you mentioned Run it: sudo /home/pi/sbfspot-config

Bastelritius commented 2 years ago

ok, works.

Thanks