ebnerjoh

Members
  • Posts

    167
  • Joined

  • Last visited

Everything posted by ebnerjoh

  1. Hi, I have a special request: I have currently running a Joomla-Website at a public hoster. I have installed Akeeba-Backup and doing currently a manual backup on a regular basis to the apache and maria-db docker. Now I found the Unite-Option of Akeeba Bakcup which allows fully automated backups of Websites. The problem is, how I could execute the script as it requires PHP-CLI: Is this doable with the apache-docker or via a different way on the Unraid Server? Br, Johannes
  2. Today I had my second crash. Unfortunatley I still have no monitor and Keyboard at the location where the server is running. But I am one small step ahead. I dont think that the Load is high, or the Server is hanging. It seems that something is causing big traffic, but I am not sure what. Why do I think it is traffic: Today I recongized that my Router is also not responding. No DHCP Service, no Ping, no VPN Connection. I have a ZyWall USG 20W. The UnRaid is directly connected to the Zywall. The ZyWall has Gigabit-Interface but with all the features like Content-Filter and Anomaly Detection and Prevetion the throughbut is drastically reduced. With around 70 to Mbit the CPU is loaded and System is unresponsive. I think that my ZyWall was unresonive and of course then I also cannot connect via Intel AMT. I will do now two actions: 1) Disable ADP and Contentfilter for the time Being 2) Move the Unraid Server from the Router to a Switch Anything else I could do? It would be still great to have some persistant logs from the Unraid, e.g. Traffic Analysis. Br, Johannes
  3. Hi, I am running now my Unraid System since one week, yesterday, during watching a Movie via Emby Docker and Native Paths, I had a crash of the server (but I think it was not Emby related). My System: Unraid 6.3.5 on a HP ML10 Gen9 with 1x 3TB Parity, 1x 3TB Data, 1x 512GB SSD Cache Dockers without seperate IP: Emby, PiHole, Unifi, Konquerer (default stopped) , JDownloader (default stopped) Dockers with seperate IP: Apache, MariaDB, 2x LetsEncrypt, PiwiGo I have 3 Users Scripts, which are executing small PHP Scripts to update some Databases every 5 Minutes. After the Outage I tried the follwoing steps: 1) Connect via SSH --> not possible 2) Connect via VNC to Intel AMT --> not possible 3) Ping --> 99% lost, 1% with around 2Seconds RTT 4) Hard Reset of Server as I have no local Monitor and Keyboard connected --> Everything restored How can I troubleshoot after a reboot what happened? Are there any logfiles, which are also available after a reboot? Br, Johannes
  4. Ok, was just an idea. Nevertheless, the Docker is great :-) I have now two of them running in parallel to have two domains covered. Br, Johannes
  5. Thanks, this solved my issues with logon performance. Br, Johannes
  6. Thanks for the answer. Br, Johannes
  7. Hi, Would it be possible to add curlftpfs to Unraid? I need to sync a Website which is only accessable via HTTP and FTP. With curlftpfs I could mount the FTP as a folder and doing an rsync. Br, Johannes
  8. Hi, I have a Feature Request: Would it be possible to add the support of multiple domains to the letsencrypt-docker in future? Br, Johannes
  9. Hi, Is the Hardware-Transcoding via VAAPI working? I tried to activate it and got the error message: [AVHWDeviceContext @ 0x3b8d3e0] No VA display found for device: /dev/dri/card0. [vaapi @ 0x312f1e0] Failed to create a VAAPI device Br, Johannes
  10. Hi, I was able to solve my problem with the script. 1) moved from mysql to mysqli commands 2) using phpmailer to send directly from PHP via Gmail Br, Johannes
  11. Hi, When I stop the VM-Manager, then also all of my Dockers are not reachable anymore which are using dedicated IP Adresses via "homenet". Is this an expected behaviour? Br, Johannes
  12. Hi, I installed my first VM - Debian 8 without GUI. THe installation went through without issues, but I am also getting the errors... Edit: Issue got solved after changing from CPU0 to CPU4 Br, Johannes
  13. Hi, I have a question to MySQL. I am trying to move from my old server to Unraid. I have a webservice running at a hoster. I am doing a backup of the website on a daily basis to my private webserver at home. Now I want to replace the old webserver with the MySQL and the Apache Docker but now I have issues with special characters (ä, ö, ...) in the Database. The Collation of the productice database is latin_swedish_ci. The Collation of the old backup database is utf8_general_ci. Regardless if I set the collation on the new backup database to latin_swedish_ci or utf8_general all special characters are shown wrongly. What could be the reason for that? Br, Johannes
  14. I have installed it that way and it works nice.
  15. Hi, I have an HP ML10 Gen9 Server. This server should have from my understanding a Mainboard Temp Sensor and an Ambient Temp Sensor. I installed dynamix system temp and I got the results from the attached picture. 1st question: I guess that apcitz temp 0 is the mainboard (higher value) and the apcitz temp 1 the ambient sensor (a little bit lower temperature)? 2nd question: Can I also display the ambient sensor in addition to the mainboard sensor? 3rd question: what could be the jc42 temp? Br, Johannes
  16. Maybe, if too many workarounds are needed to get sendmail working I could go with a full blown vmware with debian (apache, php, exim or sendmail).
  17. Thanks, this was a big help but I need to look in detail to it. Last stupid question regarding sendmail. Do I need to configure (mailserver, username, password,...) sendmail within the docker or do I have to do it via the mail command in order to send an email via gmail? Br, Johannes
  18. I have also installed the LetsEncrypt-Docker. This docker seems to have sendmail installed. I uploaded the script to the docker, but when executing the script I am getting the following error: PHP Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /config/www/email/check_temp_boiler.php:61 Stack trace: #0 {main} thrown in /config/www/email/check_temp_boiler.php on line 61 From my basic knowledge I would say that this docker is not able to use the php function "mysql_connect". Correct? Br, Johannes
  19. Hi, It seems I found an option via lftp and the mirror option. Testing now the following script: #!/bin/sh # @author: Alexandre Plennevaux # @description: MIRROR DISTANT FOLDER TO LOCAL FOLDER VIA FTP # # FTP LOGIN HOST='sftp://ftp.domain.com' USER='ftpusername' PASSWORD='ftppassword' # DISTANT DIRECTORY REMOTE_DIR='/absolute/path/to/remote/directory' #LOCAL DIRECTORY LOCAL_DIR='/absolute/path/to/local/directory' # RUNTIME! echo echo "Starting download $REMOTE_DIR from $HOST to $LOCAL_DIR" date lftp -u "$USER","$PASSWORD" $HOST <<EOF # the next 3 lines put you in ftpes mode. Uncomment if you are having trouble connecting. # set ftp:ssl-force true # set ftp:ssl-protect-data true # set ssl:verify-certificate no # transfer starts now... mirror --use-pget-n=10 $REMOTE_DIR $LOCAL_DIR; exit EOF echo echo "Transfer finished" date
  20. So I could run my PHP Script within the Docker, doing the SQL Check and SQL Update. But instead of sending an Email I could try to write a file into the docker. Outside the docker I am monitoring the file and if there (either with cron or inotify) sending out the notification? Br, Johannes
  21. Can I run this within a PHP-File within a Docker? Br, Johannes
  22. Dear all, On my old Webserver I have a visualisation of my solar-system, based on PHP and MySQL. In addition to that I am running a PHP Script which sends me an email if a temperature value decreases below a threshold. On this server I also had Exim as Mail-Relay configured. Now I want to port everything to UnRaid. Therefore I Installed the MySQL Docker and the Apache Docker. So far the Website is up and running, but the Script for sending out the email is not working (/usr/sbin/sendmail: not found) How could I get this resolved with UnRaid? Br, Johannes
  23. Hi, Yes, this are PHP Settings. I found them already in the docker and changed them manually wth the disadvantage that I have to do this again after an update of the docker. Br, Johannes
  24. Hi, I am running a big website at a hoster. On my old server (which should be replaced by unraid) I am using curlftpfs to mount the ftp directory and then doing a rsync on changes. It seems that curlftpfs is not available on unraid. Does someone have an Idea how I can do this backup on unraid? I have only HTTP and FTP Access to my Website. No SSH. Br, Johannes
  25. Hi, I need a simple web slideshow which should just read a directory and automatically rotates all images of the directory. I found the following slideshow: fpslideshow I tried to install it on the letsencrypt-docker as well as the apache-docker. On both dockers I only get a white screen. Can someone test this slideshow or is there any other app available with the same features? Br, Johannes Edit: Chrome shows me the following error: Refused to execute script from 'http://slideshow.domain.com/images/fpslideshowvar.php' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.