Search results

  1. K

    Forwarding emails from private network to internet email address

    We have a small private network and have added some devices that send notifications by email (not SMS). What I'd like to be able to do is have the emails sent by these devices forwarded to my public email address. There is currently no other email traffic on this network and the only emails sent...
  2. K

    IEEE 802.11: deauthenticated due to local deauth request

    I'm trying to set up a wireless AP on a Proxmox host (Debian 11), have done this many times under Debian but I keep getting an "incorrect password" error on the device I'm using to connect (and it never connects obviously and reports incorrect password) syslog shows: Apr 13 16:23:03 ParrettPVE...
  3. K

    [Error] Check Serial Connection! What throws it?

    I'm trying to run a php script that uses /dev/ttyUSB0 and it basically works and I set it up using stty. However, at times I receive the error (verbatim) in the thread title. Most of the time, it works fine I can't seem to find what is generating it. Is it a kernel thing?
  4. K

    Debian 10 Wireless access from within a VirtualBox VM

    Seems the normal conventions don't work as I can't seem to use the usual methods of configuring wpa_supplicant to get wireless working. ifconfig reports no LAN connection (there isn't) but does report wireless with an IP of 10.0.2.15. I have no idea as my LAN (and wireless router) uses a...
  5. K

    Sudoer error

    There was a sudo file placed in /etc/sudoers.d by a web application called "supermon". The filename is also "supermon" and the contents are: # Cmnd alias added for Supermon 7+: Cmnd_Alias ASTERISK = /usr/bin/top, /sbin/ifconfig, /bin/df, /usr/sbin/asterisk, \ /bin/systemctl...
  6. K

    Why does this bash script work if called from the command line but not when called from a php script run by a webpage?

    More precisely, the variables in the script are not returned to the calling php script First the call from the php script: $CPUTemp = exec("/usr/local/sbin/supermon/get_temp"); print "   [ $CPUTemp]"; Now the bash script: echo -n "CPU: " CTEMP=$(/opt/vc/bin/vcgencmd measure_temp)...
  7. K

    Routing?

    I'm running 2 different program on a Pi (running Debian Stretch). Both require network connections but I want to limit one to use only wlan0 and the other to only use eth0. I know I need to do this in routing but how?
Top