Questions tagged [raspbian]

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

139 questions
0
votes
2 answers

Tons of OpenDKIM Issues

I for the life of me cannot get OpenDKIM to work correctly. I can send and receive messages just fine with postfix and roundcube. I have tried tons of things to get this working. At this point, I am not getting any errors, but OpenDKIM is not…
0
votes
1 answer

Where does iptables log?

I am trying to debug iptables as described here but it doesn't look like any logging is happening. System is a Linux raspberrypi 4.9.59+ Kernel / Raspbian GNU/Linux 9 (stretch). Any ideas as to why and how to correct this?
simone
  • 1,281
  • 2
  • 10
  • 10
0
votes
2 answers

Can't Execute Script Commands via SSH

I'm currently working on a project I inherited that requires me to document the process for setting up a device we use to reimage our machines and install software on them. I'm using a Raspberry Pi as the host to install the OS and software and have…
0
votes
3 answers

How to configure nginx to find subfolders for /js /css related to index.html?

I have my working Vuejs application and I also have problems when I deploy it to it's production environment. Unfortunately, I can't figure out how the configuration should be setup? When I go to my application from a web browser (in my case…
Hauns TM
  • 107
  • 2
  • 2
  • 7
0
votes
1 answer

unable to update systemd from 232-25+deb9u2 to 232-25+deb9u4 on raspbian device

My real goal is to run systemd-journal-remote so I can send logs from this device to the remote journal sink. apt-get update/upgrade show no packages needing upgrades $ sudo apt-get install systemd-journal-remote Reading package lists...…
StackShin
  • 41
  • 1
  • 4
0
votes
1 answer

Cyrus sasl error - ''0: NO authentication failed" On Debian 9

I'm trying to get a hybrid exim/cyrus IMAP setup working. I do not use postfix, it is not installed. OS is Debian 9 both on x64 and Raspberry Pi (Raspbian Scratch). I've executed the install: apt-get install cyrus-common cyrus-doc cyrus-pop3d…
birdwes
  • 88
  • 1
  • 1
  • 12
0
votes
0 answers

local ssl cert on private ip on apache (linux)

I've got a weird problem I can't seem to find an answer to. I'm developing a webapp on Apache hosted on a Raspberry Pi and I'm having some trouble. The Details: The system I'm building is an "Offline" System. I.e the raspberry pi will not have…
0
votes
0 answers

How to connect 2 network over openvpn

I need to access 192.168.9.0/24 from 192.168.1.0/24 only one direction. I tried using ssh tunneling over raspberry pi(10.8.0.2) but this is not an exact solution for me. Operating system of the raspberry pi is Raspbian GNU/Linux 9.1 (stretch)…
H.Selek
  • 1
  • 2
0
votes
1 answer

Permission denied when trying to get remote access via SSH

I'm trying to access my RaspBerry Pi via ssh using Openssh but I keep getting permission denied when when I try to access from my laptop. I'm in the local network. I've checked the PAM is activated. This is my auth.log: May 12 02:24:42 raspberrypi…
0
votes
0 answers

Route port with iptables from public IP to VPN IP

I'm trying to route the traffic from port 9999 on public ip to a private ip on port 99 with a VPN in the middle. Lets imagine that I have a public ip, X.X.X.X that when i enter to port 9999 i want to forward it through a VPN. Public IP machine has…
Miguel
  • 101
0
votes
0 answers

SSH copy key from Raspberry Pi to Linux

I am trying to create a new ssh key, and copy it to a server, using a previously generated ssh key. /usr/bin/ssh-copy-id -f -i /home/pi/.ssh/newKey -o "IdentityFile=/home/pi/bob" user@host.edu The following command is run using the rc.local (I…
Milhous
  • 133
  • 2
  • 9
0
votes
0 answers

Lighttpd running FastCGI script hangs and give 500 internal error

I'm attempting to use lighttpd and fastcgi to run a small flask application. When I try to start lighttpd, it starts the server just fine, but when I try to connect in the browser, it hangs without giving any meaningful error messages. I'm running…
Michael
  • 153
  • 1
  • 7
0
votes
0 answers

LDAP proxy to AD always get invalid credentials

I'm trying to configure LDAP proxy to our ActiveDirectory server and I always get error when I'm trying to test if it works: ldap_bind: Invalid credentials (49) additional info: 80090308: LdapErr: DSID-0C0903A8, comment: AcceptSecurityContext…
Alex
  • 41
  • 1
  • 3
0
votes
1 answer

Raspberry Wi-Fi Access Point doesn't transmit traffic from mirror port

I'm setting up a Raspberry Pi as an Access Point (Wi-Fi) and I'd like to use it to monitor a switch traffic. I setted up a mirror port on a Cisco Catalyst switch and configured my Raspberry Pi to work as an Access Point (with hostapd). I configured…
C. Normand
  • 13
  • 2
0
votes
1 answer

Wake on LAN timing out when left overnight

I have a direct ethernet connection between a Windows 10 PC and a Raspberry Pi. I have the Pi set up as a server that I can hop onto and run a script that will run Etherwake, a command line Wake on lan program, and it works fine when I test it by…
geekman
  • 11
  • 1