Questions tagged [raspbian]

Raspbian is a free operating system based on Debian optimized for the Raspberry Pi hardware.

139 questions
0
votes
0 answers

Dropbear has stopped accepting my SSH key

I have two Raspberry Pis, both running Raspbian Buster, both set up with full disk encryption, with dropbear (version 2018.76-5) to support remote unlocking of the disk encryption. This has been working fine for years. However, recently dropbear has…
Mark Raymond
  • 201
  • 1
  • 2
  • 7
0
votes
0 answers

firewalld: forward traffic as a wireguard VPN gateway

I have setup a pi running Pi OS 11 as a VPN gateway for my local network using Wireguard & Nftables, that all works fine. However, I wish to switch over to firewalld to be compatible with docker without using iptables. What I have so far is…
uhsl_m
  • 101
  • 1
0
votes
1 answer

Apache2 server PHP access to files outside document root

I have a Raspberry Pi that I use to host a web server. I am using apache2 2.4.38, php8.1 and MariaDB 15.1 and I wanted to add a Nextcloud server to it. I am using the web installer version. I already have an external USB HDD with BTRFS connected to…
thijmer
  • 1
  • 1
0
votes
0 answers

System performance of Rasperry Pi (running k8s) is very poor - how to debug?

Summary I'm running a slim homelab (Kubernetes cluster with few pods, Gitea, Drone, Docker Registry, and NFS share) on a 2-Pi4 cluster, and the system performance is poor. I've noted that the controller node's filesystem looks pretty slow - I'm not…
scubbo
  • 141
  • 2
  • 7
0
votes
1 answer

403 Forbidden on initial load after installing NextCloudPi

I am making this post mostly for awareness in case anyone else is having a similar issue. Story I am running nextcloudpi (nextcloudpi.ownyourbits.com) on a Raspberry Pi 4 8GB using the Debian Buster install script. Note: the OS is Raspberry Pi OS…
0
votes
1 answer

'pip3 freeze' and 'sudo pip3 freeze' are different

On my system (Raspbian Buster, raspberry pi CM4), packages installed with 'pip3 install ' are not available when I run 'sudo python3': $ pip3 freeze |grep numpy numpy==1.21.5 $ sudo python3 Python 3.7.3 (default, Jan 22 2021, 20:04:44) [GCC 8.3.0]…
0
votes
0 answers

Failing to start since stuck on service

I have a raspbian server that when I start it get's stuck on a service I defined. When I see the startup logs they reach: [FAILED] Failed to start Server. See 'systemctl status server.service' for details [ OK ] Stopped Server. Starting…
Tomer Amir
  • 105
  • 1
  • 5
0
votes
1 answer

ERR OpenVPN is not listening (Raspberry PI using pivpn)

I am trying to get my old pi running a VPN server so I can access local resources from outside my local network. Following the steps below: curl -L https://install.pivpn.io | bash Selecting default settings, OpenVPN, DHCP reservation, udp, port…
0
votes
1 answer

Internal DNS without Wireguard "proxy"

Problem: Wireguard obfuscates DNS request, so all DNS lookups from devices connected via VPN are seen as coming from Wireguard server. This prevents me from setting up per-device DNS white/black lists. Entering IP of internal DNS server as DNS in…
PTwr
  • 123
  • 3
0
votes
2 answers

Kubeadm init fails, kubelet fails to start

I'm trying to set up a Kubernetes cluster on a set of raspberry pi 4s, I'm running into a issue with kubelet failing when running the kubeadm init command I0205 12:29:52.930582 5348 local.go:65] [etcd] wrote Static Pod manifest for a local etcd…
Drfrink
  • 101
  • 1
  • 2
0
votes
1 answer

Cannot transfer data from one specific system (MTU issue?)

Summary The default MTU value prevents data transfer for one system. Reducing it manually enables the data transfer once more, but this manual adjustment is unnecessary on an adjacent system. Background I have a Backups Server. I have two Raspberry…
roaima
  • 1,567
  • 13
  • 26
0
votes
1 answer

iptables: why are outgoing connections working even though no rules allow it

The INPUT and OUTPUT chain policies are set to DROP. Very few rules allowing only specific traffic between directly cable-connected devices. However, if I temporarily add a cable that goes to the router, why can I initiate outgoing connections and…
DiDiev
  • 101
  • 4
0
votes
0 answers

Can't start isc-dhcp-server due to error " AgentInitCheck: agent comms failure"

I have a Raspberry Pi 4 - Model B, and I'm trying to create an adapter from Wi-Fi to Ethernet using the Pi. I'm currently using this gist as a guide for how to create it, but I keep running into an error when I start the DHCP server. When I run…
frissyn
  • 1
  • 1
0
votes
0 answers

NAT interface after OVPN client connection

I'm looking for advice for this special case. What I want to achieve: my gateway should dial PPPoe, should establish OVPN connection as client to my OVPN server. Internet users from outside should reach my gateway PPPoe interface and be NAT-ed…
RetroIP
  • 13
  • 3
0
votes
1 answer

openVPN TLS Error: TLS handshake failed but was previously working

I have an openvpn configured on my raspberrypi, I followed this guide: https://juncotic.com/openvpn-easyrsa-3-montando-la-vpn/ and everything was working fine for weeks. Suddenly a cupple days ago the vpn stopped working and is throwing the TLS…
PAH
  • 1
  • 2