Als root eingeloggt?
(edit: sollte auch ohne root funktionieren)
RasPi 4
-
Michael H.W. Weber
- Vereinsvorstand

- Beiträge: 22847
- Registriert: 07.01.2002 01:00
- Wohnort: Marpurk
Re: RasPi 4
Na endlich...
Michael.
Fördern, kooperieren und konstruieren statt fordern, konkurrieren und konsumieren.


-
joe carnivore
- Number-Cruncher

- Beiträge: 812
- Registriert: 04.05.2013 06:01
- Wohnort: Goslar, NI / Lower Saxony ,Germany
Re: RasPi 4
Mein Dritter Rasp pi4 4GB ist bei mir. 64 Bit Ubuntu.
Ubuntu 20.10 macht bei der Installation von Boinc folgende Fehlermeldung :gui_rpc_auth.cfg exists but can't be read
Kann mit sudo chmod 664 /etc/boinc-client/gui_rpc_auth.cfg behoben werden.
scheiß linux. Wie soll man das selber heraus finden?
Ubuntu 20.04 geht ohne murren.
Um 32 Bit benutzen zu können braucht man noch .
sudo dpkg --add-architecture armhf
sudo apt-get update
sudo apt-get install libc6:armhf
sudo apt-get install libstdc++6:armhf
zum Schluss braucht man noch eine cc_config.xml
<cc_config>
<options>
<alt_platform>arm-unknown-linux-gnueabihf</alt_platform>
<alt_platform>armv7l-unknown-linux-gnueabihf</alt_platform>
</options>
</cc_config>
Für SiDock
sudo apt install libgomp1:armhf
Ubuntu 20.10 macht bei der Installation von Boinc folgende Fehlermeldung :gui_rpc_auth.cfg exists but can't be read
Kann mit sudo chmod 664 /etc/boinc-client/gui_rpc_auth.cfg behoben werden.
scheiß linux. Wie soll man das selber heraus finden?
Ubuntu 20.04 geht ohne murren.
Um 32 Bit benutzen zu können braucht man noch .
sudo dpkg --add-architecture armhf
sudo apt-get update
sudo apt-get install libc6:armhf
sudo apt-get install libstdc++6:armhf
zum Schluss braucht man noch eine cc_config.xml
<cc_config>
<options>
<alt_platform>arm-unknown-linux-gnueabihf</alt_platform>
<alt_platform>armv7l-unknown-linux-gnueabihf</alt_platform>
</options>
</cc_config>
Für SiDock
sudo apt install libgomp1:armhf



