Questions tagged [raspbian]

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

145 questions
2
votes
1 answer

fsck on boot leads to systemd dependency failure and subsequent boot failure

If a fsck takes longer than 90 seconds during boot, the systemd unit times out and the system falls into emergency mode. This is obviously very unfortunate with headless devices without KVM, as the issue cannot not be fixed or atleast diagnosed from…
Zulakis
  • 4,153
  • 14
  • 48
  • 76
2
votes
1 answer

USB Modem soft reinitialization

I'm using an USB 3G/4G modem to access the Internet (connection with wvdial) but also to query my account usage, recharge and buy data offers with AT commands on the serial ports. Sometimes the modem just hangs and none of the /dev/ttyUSB0-3…
mszmurlo
  • 123
  • 4
2
votes
1 answer

ZFS on Linux: clear receive_resume_token pointing to a no longer existing snapshot

I am using syncoid from sanoid project to create copies of ZFS filesystems on a different machine in my test environment (a couple of Raspberry Pi) I messed up with a snapshot on origin machine: one server panicked during a snapshot transfer and…
Qippur
  • 135
  • 1
  • 10
2
votes
2 answers

Can't get upsmon service started to monitor (and respond to) remote UPS

I am having difficulty getting my nut install to simply monitor a single remote UPS attached to a Buffalo LinkStation Duo. I can manually correctly read its status using upsc ups@buffalo.local and it is user / passwordless. Long-run, what I want is…
stefandz
  • 123
  • 1
  • 1
  • 6
2
votes
1 answer

Error recovering Local SID

What is fine : LDAP is alright, and can be accessed with phpLdapadmin without problem. LDAP hybris95home.local contains "dn=admin,dc=hybris95home,dc=local" value. What is wrong: Using net getlocalsid provides this output: …
Hybris95
  • 127
  • 1
  • 6
2
votes
1 answer

Getting Syslog to log to both syslog and custom log file

In syslog (Raspbian rsyslog swVersion="8.1901.0"), I am trying to match / filter a system msg containing a specific string BOTH to /var/log/syslog (default) AND to a custom separate log file, i.e.: /var/log/nut.log. I have been able to achieve the…
DJacobson
  • 23
  • 4
2
votes
1 answer

Use NGINX as reverse-proxy to another Nginx

I have a kubernetes pods with Nginx serving a static node.js website, with a load balancer IP 192.168.0.223. When I browse http://192.168.0.223:80/, the static website is displayed correctly. I have a reverse-proxy NGINX, due to limitations of my…
Baptise
  • 33
  • 1
  • 7
2
votes
2 answers

NFS server daemon fails to start at boot

I´m trying to export an external disk, so, I configured my nfs-server service to wait for disk1 to mount, however it fails. This is the situation after boot: $ systemctl status nfs-server.service ● nfs-server.service - NFS server and services …
cape
  • 169
  • 1
  • 4
2
votes
1 answer

fail2ban jail.local/jail.conf does not have [ssh] section

I am new to fail2ban and am trying to harden a ssh server which is set up on a raspberry pi running raspbian buster. I understood that changes should be made to jail.local and I did that by copying and renaming jail.conf to jail.local. However when…
iLW
  • 131
  • 3
1
vote
0 answers

Route private network traffic through VPN

I use a RaspberryPi as a DHCP and DNS server for my home network as well as a wireguard server to gain remote access to my network. My setup is as follows: 192.168.1.4 - ISP Router 192.168.1.1 - Raspi 4 running Raspbian On the Raspberry Pi I…
Adrixan
  • 11
  • 3
1
vote
0 answers

nginx too many redirects HTTP to HTTPS

I have a problem with accessing my site from Internet. When I am trying to do that the browser is showing the error "too many redirections" or "redirection loop". This is my site conf file. I changed my domain name with example.com. My server is…
McGalaxy
  • 9
  • 2
  • 4
1
vote
1 answer

SMA LCS tool through open VPN

I'm trying to make SMA LCS tool work through openVPN. Context The hardware Inverter Manager permits to manage the inverters. The LCS tool, is the only windows application (no other OS) which permits to interact with the inverter manager. It's the…
Philippe Gachoud
  • 1,687
  • 16
  • 21
1
vote
1 answer

DNS server information not provided to DHCP clients by dnsmasq

I am trying to utilize a Raspberry Pi with Raspbian Stretch (Linux) so provide additional network monitoring and also routing capabilities. To this end I have the following setup: Internet router [eth1] || [Raspberry Pi] || Wifi for clients…
Juggy
  • 11
  • 1
  • 3
1
vote
0 answers

How to create Stealth or DMZ Name Server?

We need to create an Stealth (DMZ, Split or Hidden Master) Name Server. We are able to create Name Server for our private network and our sub-domain's are resolve in our Local Area Network where not in World Wide! Would you please help us to resolve…
Śhāhēēd
  • 111
  • 4
1
vote
2 answers

Puppet ssh_authorized_key type not available

I am using Puppet to manage SSH keys on all my devices including a bunch of Raspberry Pi's but only the Raspberry Pi's are complaining about the ssh_authorized_key type missing. Warning: /Stage[main]/Profile::Users/User[username]: Ssh_authorized_key…
Laywah
  • 99
  • 7
1
2
3
9 10