Anyone running Server on a Raspberry Pi 4?
Oliver Grawert
ogra at ubuntu.com
Wed Jul 22 11:33:06 UTC 2020
hi,
Am Mittwoch, den 22.07.2020, 13:09 +0200 schrieb Liam Proven:
>
> So, I used wpa-supplicant and a howto from 16.04. It's in and working
> fine and the machine now has *both* wired and wireless connections.
you just wipe /et/netplan and create:
ogra at pi4:~$ sudo cat /etc/netplan/00-wlan-config.yaml
network:
version: 2
wifis:
wlan0:
access-points:
MY_AP_XXXXX: {password: XXXXXXXXXX}
addresses: []
dhcp4: true
nameservers: {}
ogra at pi4:~$
and it should just work after a reboot or "sudo netplan apply"
>
> (I was annoyed by comments in various config files saying "don't
> edit
> this, cloud-init will over-write it." Well, it's on bare metal, it's
> manually managed by 1 user, me, and I don't want or need cloud
> instances of anything, so I nuked cloud-init.)
>
> Re:
> > (using lxd containers for the rare occasions when i really
> > need deb packages at times)
>
> It's basically a NAS box. It doesn't run anything not related to
> being
> a NAS. No interactive users ever, except me. However, the things it
> runs (ZFS, Samba, Netatalk) need to directly access hardware and are
> all inter-connected, so containers would only get in my way.
>
well, my NAS box just runs the nextcloud snap, easier to set up, no
tinkering needed, integrates with my phone (for photos) etc ...
old age gets me lazy i guess :)
i have some boards (the ones running gitea and fabrica, i.e. the ones
doing a lot of building [1],[2]) with active cooling.
one selfbuilt [3] and one with an ICE-Tower [4] (using the same
transistor/resistor electronics and the same control software)
in general the boards usually stay around 50°C if you dont actuvely
build software on them or do other heavyweight stuff and only throttle
above 60°C IIRC. but even when thorttling they should not produce
actual hangs of the shell session.
Did switching to WLAN help in any way ?
ciao
oli
[1] https://snapcraft.io/gitea
[2] https://snapcraft.io/fabrica
[3]
https://ograblog.wordpress.com/2019/10/09/attaching-a-cpu-fan-to-a-rpi-running-ubuntu-core/
[4]
https://www.seeedstudio.com/ICE-Tower-CPU-Cooling-Fan-for-Raspberry-Pi-Support-Pi-4-p-4097.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20200722/ed576dad/attachment.sig>
More information about the ubuntu-users
mailing list