Recent content by KenHorse

  1. K

    Forwarding emails from private network to internet email address

    At the moment, nowhere and that's what I'm trying to correct! I WANT to receive emails from these devices but, at the moment, can't!
  2. K

    Forwarding emails from private network to internet email address

    There is currently no email server on the private network and I am the only one to receive emails from the devices. Looks like it won't be as easy to do as I had hoped
  3. 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...
  4. 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...
  5. K

    Installed but where is it?

    Maybe you need to spend some time here: https://www.python.org/about/gettingstarted/
  6. K

    Installed but where is it?

    whereis python3.8
  7. 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?
  8. K

    Debian 10 Wireless access from within a VirtualBox VM

    This Windows machine I'm running this on doesn't have a hardwired LAN connection - it connects to my LAN via wireless. There is no CAT cable connected at all. What is interesting is that if I ping from the VM Linux, it does resolve hostnames and pings fine. But I was hoping to be able to...
  9. 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...
  10. K

    Sudoer error

    If they ever responded, I would!
  11. 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...
  12. 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?

    I see. But why do the non-variable assigned parts of the echo statements work? echo -n "CPU: " echo -en "<span style=\"font-weight: bold; color: yellow; background-color: red;\">" echo -en "&nbsp;${FTEMP}&deg;F, ${CTEMP}&deg;C </span>&nbsp; @ `date +%H:%M`&nbsp;" And I do know that apache2...
  13. 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?

    If permissions are the issue, then why can I run the bash script as any user (as I said, it's executable by anyone). Also, why would all but the variables be displayed by the php script on the webpage. For example, "CPU" and the red background in the F and C degree fields? That part is running...
  14. 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?

    Are you saying that user is what the webserver runs as (apache2, usually user www-data)?
Top