Search
You can find the results of your search below.
Fulltext results:
- Docker nginx / php notes @docker_notes
- ir processing. pcre_jit on; # Configures default error logger. error_log /var/log/nginx/error.log warn; # Includes files with directives to load dynamic modules. include /e... n this size, then the client receives the HTTP # error code 413. Set to 0 to disable. Default is '1m'.
- IPMI CLI Tools @home_server:home_server_setup:other_services
- ter via ipmitool. The script performs some basic error checking a reporting, of the ipmitool functions u... ts with a 0 upon successful ping attempt or other error codes as noted in the code upon failure. edit co... .sh ; echo $?'' (the ''echo $?'' will return the error code, as per typical Unix, a 0 return indicates s... 2>/dev/null) if [ ${?} -ne 0 ] then exit 11 #error 11 means that the impitool power status return an
- Back-up Server Old Setup @home_server:home_server_setup:other_services
- hen exit 11 #no mount point input, exit with error else mount1=$1 #Use mount point input fi if g... ccess else exit 12 # mount failed, exit with error fi fi </code> ++++ Created script to mount bac... ccess else exit 12 # mount failed, exit with error fi fi </code> ++++ Created script to mount bac... ccess else exit 12 # mount failed, exit with error fi fi </code> ++++ As we intend to shutdown th
- Web Server setup @home_server
- rverfault.com/questions/538086/proxyerror-ah00898-error-during-ssl-handshake-with-remote-server|proxy:error AH00898: Error during SSL Handshake with remote server]]. ====The Alias and Redirect Directives and <Dir... /shared/www/html #ErrorLog ${APACHE_LOG_DIR}/error.log #CustomLog ${APACHE_LOG_DIR}/access.log c
- Docker mailserver @docker_notes
- er concern. ====/etc/postfix/aliases==== I get an error when recreating the container; "error: open database /etc/postfix/aliases.lmdb: No such file or director... ple made no sense to me and did not function with error ''Could not find the host "webmail.example.org"''... ==dovecot ssl_dh==== I was getting the following error coming up occasionally in my Dovecot log file, "M
- KPTree - Email Server Setup @home_server
- t as most the other tool were silent on the exact error. Telnet in to the server showed the wrong server... ql_mode = 'ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGIN... ql_mode = 'ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGIN... .com/postfixadmin/setup.php%%'' failed with debug error relating to index to long. Basically indexes are
- Calibre @docker_notes
- y: external: true </code> Notes: - The log error/warning concerning "Setting up desktop integration failed with error:...." is a common error when using Calibre on a server where desktop is not set up. <fc #008000>Can be ... the existing (or new) Calibre library - The log error/warning concerning "Setting up desktop integratio
- Nextcloud Container @docker_notes
- ker-nextcloud#file_integrity_check|file integrity error messages]]. This is the first time since moving ... ; number of backed up logfiles loglevel=error [program:php-fpm] stdout_logfile=/dev/stdout std... code> ++++ ====RedirectRegex==== I get a redirect error in Nextcloud that I have not been able to track d... ariadb-upgrade]] *[[https://mariadb.com/kb/en/error-log/|Error Log]] ====Installing and Using MariaDB
- Manjaro Setup Notes @home_server:home_server_setup:other_services
- t file is: cups.service and cups.socket The CUPS error log is at ''/var/log/cups/error_log''\\ The CUPS configuration file is at ''/etc/cups/cupsd.conf''\\ [[h... ring key management the package "dirmngr" outputs error messages, which interrupt key management processe... aro, and Arch key database. It does not output an error in case the package "gnupg" is not installed on y
- dokuwiki setup notes @home_server
- ons "nosniff" ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.lo... ot /var/www/html #ErrorLog ${APACHE_LOG_DIR}/error.log #CustomLog ${APACHE_LOG_DIR}/access.log combined ErrorLog /mnt/shared/www/html/logs/error.log CustomLog /mnt/shared/www/html/logs/acces... "nosniff" ErrorLog /mnt/shared/www/html/logs/error.log CustomLog /mnt/shared/www/html/logs/acces
- Rsync @home_server:home_server_setup:other_services
- ;; \?) # getopts issues an error message echo $USAGE >&2 e... > /dev/null # Check the exit code to identify an error if [ $? -eq 0 ]; then exit 0 else... snapshot has a log file that records warnings and error messages. You can find/open it here: ''/var/log/r... warnings you will likely encounter is a host key error which may not happen until long after you have ma
- Docker Deluge Image / Service @docker_notes
- ap-add=NET_ADMIN is require remove tun permission error when attempting to run openvpn. This setting allo... https://serverfault.com/questions/1003011/openvpn-error-cannot-open-tun-tap-dev-dev-net-tun-no-such-file-or-directory|OpenVPN - ERROR: Cannot open TUN/TAP dev /dev/net/tun: No such fi
- KPTree - MSWindows Setup @home_server
- tion Factor unitless Public Fnew As Double Public error As Double Public i As Integer Public Function P... g(Rr / 3.7 + 2.51 / (Re * Ff ^ 0.5))) ^ 2 error = Abs(Fnew - Ff) / Fnew Ff = Fnew i = i + 1 Loop Until error < 0.00001 End If Pipefriction = Ff End Fun
- Nginx @tech_notes
- , dump it and exit -q : suppress non-error messages during configuration testing -s signal... (default: /var/lib/nginx/) -e filename : set error log file (default: logs/error.log) -c filename : set configuration file (default: /etc/nginx/nginx.c
- Docker-Compose @docker_notes
- sages (''sudo journalctl -b0 -u docker''), e.g. ''error="failed to create shim task: OCI runtime create f... create failed: unable to start container process: error during cont'' with reference to mount a volume, s