All public logs

Jump to navigation Jump to search

Combined display of all available logs of Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)
  • 08:58, 30 January 2026 Qljca talk contribs created page WHM Restore Error: Username Conflicts With Unmanaged MYSQL User (Created page with "== Cannot create or restore account: ''The system could not create the user "username" because it conflicts with an unmanaged MySQL database user'' == === Overview === When attempting to create or restore a cPanel account in WHM, the restore may fail with an error stating that the system cannot create the account username because it conflicts with an unmanaged MySQL database user. This usually occurs when MySQL already contains a user and/or database name that matches...")
  • 08:57, 30 January 2026 Qljca talk contribs deleted page WHM Restore Error: sername Conflicts With Unmanaged MYSQL User (Vandalism: content was: "== Cannot create or restore account: ''The system could not create the user "username" because it conflicts with an unmanaged MySQL database user'' == === Overview === When attempting to create or restore a cPanel account in WHM, the restore may fail with an error stating that the system cannot create the account username because it conflicts with an unmanaged MySQL database user....", and the only contributor was "Qljca" ([[User talk:...)
  • 08:50, 30 January 2026 Qljca talk contribs created page Template:Warning (Created page with "<div style=" border: 1px solid #d33; background: #fff3f3; padding: 10px 12px; margin: 12px 0; border-radius: 6px; "> <strong>Warning:</strong> {{{1|}}} </div>")
  • 08:47, 30 January 2026 Qljca talk contribs created page WHM Restore Error: sername Conflicts With Unmanaged MYSQL User (Created page with "== Cannot create or restore account: ''The system could not create the user "username" because it conflicts with an unmanaged MySQL database user'' == === Overview === When attempting to create or restore a cPanel account in WHM, the restore may fail with an error stating that the system cannot create the account username because it conflicts with an unmanaged MySQL database user. This usually occurs when MySQL already contains a user and/or database name that matches...")
  • 08:43, 30 January 2026 Qljca talk contribs created page WHM Restore Error: Username Conflicts With Unmanaged PostgreSQL User (Created page with "== Fix WHM Restore Error: Username Conflicts With Unmanaged PostgreSQL User == === Overview === While restoring a cPanel account in WHM, you may encounter an error stating that WHM cannot create the user because it conflicts with an unmanaged PostgreSQL database user. This happens when PostgreSQL already contains a role/user with the same name as the cPanel username you are trying to restore. This article explains the cause and provides the root-level steps to resolve...")
  • 17:03, 30 August 2025 Qljca talk contribs created page Openvscode (Created page with "= Overview = Deploy a full-featured '''web-based IDE''' with local AI coder (Llama 3 via Ollama), automation via n8n, secure HTTPS with Nginx & Certbot, and robust system security on a dedicated Ubuntu 24.04 LTS VPS/server. The final product delivers browser access at [https://ide.illuni.in https://ide.illuni.in] with AI chat, code generation, and workflow automation tools.<ref name="1"/><ref name="2"/><ref name="4"/><ref name="6"/> = Requirements = ; OS Ubuntu 24.04 LT...")
  • 15:55, 22 June 2025 Qljca talk contribs created page IMAP via Telnet (Created page with "To ensure that Dovecot is authenticating and responding properly, we can use telnet to verify if it is working: <pre> $ telnet localhost 143 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. * OK [CAPABILITY IMAP4rev1 SASL-IR LOGIN-REFERRALS ID ENABLE IDLE NAMESPACE LITERAL+ STARTTLS AUTH=PLAIN AUTH=LOGIN] Dovecot ready. </pre> Now you type the login command with a strange number preceeding: <pre> 1 Login Email Password 1 OK [CAPABILITY IMAP4rev1...")
  • 09:51, 1 December 2024 Qljca talk contribs created page Firewalld (Created page with "==Check Open Ports in Firewalld== <pre>sudo firewall-cmd --list-ports</pre> ==Open a Port in Firewalld== <pre> sudo firewall-cmd --permanent --add-port=1234/tcp firewall-cmd --reload </pre>")
  • 09:26, 23 November 2024 Qljca talk contribs created page Elasticsearch (Created page with "==Install Elastic Search 8== ===Install Java=== <pre>yum install java - - - - - - - - - - - - - - - - - - - - - - - - - - OR FOR THE CURRENT LATEST VERSION: yum install java-1.8.0-openjdk.x86_64 </pre> To verify your JRE is installed and can be used, run the command: <pre>java -version</pre> ==Downloading and Installing Elasticsearch:== <pre> sudo rpm --import https://artifacts.elastic.co/GPG-KEY-elasticsearch </pre> ===Add Repo=== <pre>sudo vi /etc/yum.repos...")
  • 12:07, 24 June 2024 Qljca talk contribs created page Ubuntu (Created page with "==Temporary Failure Resolving==")
  • 06:50, 22 June 2024 Qljca talk contribs created page CPanel Errors (Created page with "==Cannot create or restore account: 'The system could not create the user "username" because it conflicts with an unmanaged MySQL database user' == Attempting to create or restore an account results in an error similar to the following. <pre>Failed to create the account: (XID xxxxxx) The system could not create the user "username" because it conflicts with an unmanaged MySQL database user. at /usr/local/cpanel/Whostmgr/Accounts/Create.pm line 1380.</pre> This issue is...")
  • 11:47, 21 June 2024 Qljca talk contribs created page Cache Clear (Created page with "==Wordpress== <pre> wp cache clear rm -rf wp-content/cache/ </pre> ==Magento== <pre> bin/magento cache:clean php bin/magento c:c bin/magento cache:flush php bin/magento c:f </pre> ==Prestashop== ===Prestashop 1.6== <pre> delete all of the content in the following directories except for the index.php file: img/tmp cache/smarty/cache cache/smarty/compile </pre> ===Prestashop 1.7=== <pre> Erase all the files and folders inside the following directories: var/cache/dev...")
  • 10:46, 21 June 2024 Qljca talk contribs created page Composer (Created page with "==Installation== ===Server-wide Installation=== <pre> php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" php composer-setup.php --install-dir=/usr/local/bin --filename=composer composer -V </pre> ===User Level Installation=== <pre> php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" php composer-setup.php composer -V Or echo 'alias composer="php -d allow_url_fopen=On ${HOME}/composer.phar"' >> ~/.bashrc source ~/.bashrc cu...")
  • 08:06, 21 June 2024 Qljca talk contribs created page FFmpeg (Created page with "3.4.8 is the latest possible version on CentOS7. if they want 4+, it needs CentOS 8 ==Centos 6== <pre> yum update yum install epel-release sudo rpm --import http://li.nux.ro/download/nux/RPM-GPG-KEY-nux.ro sudo rpm -Uvh http://li.nux.ro/download/nux/dextop/el6/x86_64/nux-dextop-release-0-2.el6.nux.noarch.rpm yum install ffmpeg ffmpeg-devel -y </pre> ==CentOS 7== <pre> yum update yum install epel-release sudo rpm --import http://li.nux.ro/download/nux/RPM-GPG-KEY-nu...")
  • 07:58, 21 June 2024 Qljca talk contribs created page LiteSpeed (Created page with "==Litespeed Installation== <pre> bash <( curl https://get.litespeed.sh ) your_serial_no </pre> Alternatively, you can install LiteSpeed as follow: <pre> wget https://www.litespeedtech.com/packages/cpanel/lsws_whm_autoinstaller.sh chmod a+x lsws_whm_autoinstaller.sh ./lsws_whm_autoinstaller.sh your_serial_no </pre> ==Config File== <pre> /usr/local/lsws/conf/httpd_config.xml /etc/apache2/conf/httpd.conf </pre> ==Restart or Update License== <pre> /usr/local/lsws/bin/lsh...")
  • 07:48, 21 June 2024 Qljca talk contribs created page AutoSSL (Created page with "==Run AutoSSL for a user== <pre> /usr/local/cpanel/bin/autossl_check --user=USER </pre> ==Run AutoSSL for all resold cPanels== <pre>for i in $(grep RESELLER /etc/trueuserowners | cut -d ':' -f1); do /usr/local/cpanel/bin/autossl_check --user=$i; done; Do not forget to replace RESELLER with the actual username of reseller user</pre> ==Empty SSL queue== <pre> mv /var/cpanel/autossl_queue_cpanel.sqlite /var/cpanel/autossl_queue_cpanel.sqlite-old </pre> ==Force the SSL q...")
  • 17:11, 20 June 2024 Qljca talk contribs created page Cloudlinux Cheatsheet (Created page with "Restart stats <pre>service lvestats restart</pre> See User Limit <pre>lvectl limits USER</pre> Change memory limit to 2G for testing purposes: <pre>user_uid=$(id -u USER); sudo lvectl set $user_uid --pmem=2G</pre> Check snapshots <pre> lve-read-snapshot -u USER -f 2021-02-17 00:00 -t 2021-02-17 23:59 lveinfo -u USER -o=any_faults -f 2021-02-17 00:00 -t 2021-02-17 23:59 lveinfo --dbgov -u USER -f 2021-02-17 00:00 -t 2021-02-17 23:59 </pre> See User faults for today f...")
  • 17:07, 20 June 2024 Qljca talk contribs created page Roundcube (Created page with "If roundcube is unable to connect to the database, run the first command and it will help in 99% cases <pre> /usr/local/cpanel/bin/update-roundcube-db --force rpm -e --nodeps cpanel-roundcubemail ; /usr/local/cpanel/scripts/check_cpanel_rpms --fix </pre>")
  • 17:04, 20 June 2024 Qljca talk contribs created page Catch-all (Created page with "To enable catch-all, replace blackhole with the catch-all email account in <pre> /etc/valiases/DOMAIN</pre> When catch-all is disabled: <pre>*: :blackhole: </pre> When catch-all info@domain.com is configured <pre>*: info@domain.com</pre>")
  • 16:22, 20 June 2024 Qljca talk contribs created page Mail (Created page with "==Reset mail permissions== <pre>/scripts/mailperm --verbose USER</pre> ==Email filters User Level Location== <pre> /home/USER/.cpanel/filter.yaml /home/USER/.cpanel/filter </pre> ==Global Filter Location== <pre> /etc/vfilters/DOMAIN </pre> ==Auto Response Location== <pre>/home/USER/.autorespond/</pre> ==Forwarder Location== <pre>Need to check</pre> ==Mailing List Location== <pre>/usr/local/cpanel/3rdparty/mailman/lists/MAILLISTNAME</pre>")
  • 15:40, 20 June 2024 Qljca talk contribs created page MediaWiki:Vector.css (Created page with "All CSS here will be loaded for users of the Vector skin: .mw-parser-output li { margin-bottom: 1em; }")
  • 15:24, 20 June 2024 Qljca talk contribs created page CSF Firewall (Created page with "==Installation== <pre> cd /usr/local/src wget https://configserver.com/free/csf.tgz tar xfz csf.tgz cd csf ./install.cpanel.sh </pre> After installation, need to disable Testing mode. You can disable the testing flag by changing the value for TESTING from 1 to 0 in the configuration file /etc/csf/csf.conf using an editor like vi. <pre>vi etc/csf/csf.conf</pre> ==Log== <pre>/var/log/lfd.log</pre> ==Status== <pre> service lfd status service csf status </pre> ==Enable...")
  • 15:05, 20 June 2024 Qljca talk contribs created page Imunify360 (Created page with "==Imunify360 status/restart== <pre> service imunify360 restart service imunify360 status </pre> ==Logs== <pre> /var/log/imunify360/console.log /etc/apache2/logs/modsec_audit.log /usr/local/apache/logs/modsec_audit.log </pre> ==Disable ModSec rule== <pre> imunify360-agent rules disable --id 11111 --plugin modsec --domain 'DOMAIN' --name </pre> ==Whitelist domain== <pre>imunify360-agent whitelist domain add DOMAIN<pre> ==Whitelist IP== <pre> imunify360-agent whitelist...")
  • 11:57, 20 June 2024 Qljca talk contribs created page Time zone (Created page with "Step 1: Log into WHM Step 2: Navigate to Server Time. Step 3: Select the new TimeZone from the drodown. Step 4: Click Save. It is recommended to reboot the server.")
  • 11:43, 20 June 2024 Qljca talk contribs created page Python (Created page with "==python: command not found== If you’re getting "python: command not found" on Almanlinux 9, Python 2 is now end of life and many systems now use Python 3, the python command does not always refer to the correct version of Python. While many systems create an alias for the python command that refers to a specific version of Python, this alias may not point to the correct version of Python for your system. To work around this issue, you can create a symlink or use alt...")
  • 10:28, 20 June 2024 Qljca talk contribs created page Plesk (Created page with "==Recalculate statistic== <pre>/usr/local/psa/admin/sbin/statistics --calculate-one --domain-name=domainname.com</pre> ==Plesk Logs== <pre>``` /var/log/plesk/panel.log </pre> ==Backup Manager log== <pre>/var/lib/psa/dumps/clients/</pre> ==Fix incorrect mail usage== <pre>/usr/local/psa/bin/sw-engine-pleskrun /usr/local/psa/admin/plib/DailyMaintainance/script.php -f MailUsage</pre>")
  • 10:05, 20 June 2024 Qljca talk contribs created page Tree (Created page with "==Installation== <pre> yum install tree </pre> ==Installation of tree within cPanel user== <pre> mkdir temp cd temp wget http://mama.indstate.edu/users/ice/tree/src/tree-1.8.0.tgz tar -xvzf tree-1.8.0.tgz cd tree-1.8.0 make mkdir ~/bin/ ls mv tree ~/bin/ tree cd rm -fr temp tree tree --help tree | head </pre>")
  • 10:02, 20 June 2024 Qljca talk contribs created page Supervisor (Created page with "== Supervisor Installation on CentOS/AlmaLinux/RockyLinux/RHEL== Supervisor is a client/server system that allows its users to monitor and control a number of processes on UNIX-like operating systems. Supervisor is used with Laravel to run Queue tasks automatically. 1. Install EPEL repo <pre>yum install epel-release</pre> 2. Install supervisor <pre>yum -y install supervisor</pre> 3. Configuration file of Supervisor is /etc/supervisord.conf 4. Start and Enable...")
  • 09:45, 20 June 2024 Qljca talk contribs created page Softaculous (Created page with "==Installation== <rre> wget -N http://files.softaculous.com/install.sh chmod 755 install.sh ./install.sh </pre> ==Showing 404 Error== We need to re-install Softaculous <pre> wget -N http://files.softaculous.com/install.sh chmod 755 install.sh ./install.sh --reinstall --force-download </pre> ==Could not determine the database prefix== It happens either wp-config.php is not readable or placed one level up or cPanel account does not have enough inodes/disk space. Kindly...")
  • 09:12, 20 June 2024 Qljca talk contribs created page PostgreSQL (Created page with "==PostgreSQL SQL error== ===password authentication failed=== <pre>psql: FATAL: password authentication failed for user "postgres" password retrieved from file "/var/lib/pgsql/.pgpass"</pre> <pre> Solution: cp /var/lib/pgsql/9.6/data/pg_hba.conf /var/lib/pgsql/9.6/data/pg_hba.conf_backup chattr -aie /var/lib/pgsql/data/pg_hba.conf Copy the password from: cat /var/lib/pgsql/.pgpass Login to WHM > Configure PostgreSQL and update the password. Then, ----ia-------e-- /v...")
  • 08:59, 20 June 2024 Qljca talk contribs created page Memcache (Created page with "==Installation== <pre> yum install memcached libmemcached libmemcached-devel cyrus-sasl-devel yum install https://repo.almalinux.org/almalinux/8/devel/x86_64/os/Packages/memcached-devel-1.5.22-2.el8.x86_64.rpm chkconfig memcached on ; systemctl enable memcached ; systemctl start memcached </pre> ==Install PHP extension== <pre> for PHP in $(ls -h /opt/cpanel |grep ea-php); do echo $PHP; sudo /opt/cpanel/$PHP/root/usr/bin/pecl channel-update pecl.php.net; printf '\n' | su...")
  • 08:47, 20 June 2024 Qljca talk contribs created page Magento (Created page with "==Static Content Re-Generate== Before deleting pub/static make a backup of pub/static/.htaccess and restore it again. otherwise your all css and js will show 404 error! <pre> Remove pub/static (keep the .htaccess backed up and copy it again) Remove var/cache Remove var/composer_home Remove var/generation Remove var/page_cache Remove var/view_preprocessed Run php bin/magento setup:static-content:deploy </pre> ==Product not showing on frontend== <pre> php bin/magento in...")
  • 08:37, 20 June 2024 Qljca talk contribs created page Log Locations (Created page with "==cPanel Log Locations== ===Access logs and user actions==== <pre> /usr/local/cpanel/logs/access_log </pre> ===Auditing log (account creations, deletions, etc)=== <pre> /var/cpanel/accounting.log </pre> ===Backup log=== <pre> /usr/local/cpanel/logs/cpbackup </pre> ===Brute force protection (cphulkd) log=== <pre> /usr/local/cpanel/logs/cphulkd.log </pre> ===EasyApache build logs=== <pre> /usr/local/cpanel/logs/easy/apache/ </pre> ===cPanel error logs=== <pre> /usr/l...")
  • 06:14, 20 June 2024 Qljca talk contribs created page Find Command (Created page with "==Find and Delete Files with Specific Extension== <pre> find /var/log -name "*.log" -type f -mtime +30 -delete </pre> ==Find and Delete Files older Than 30 Days== <pre> find /opt/backup -type f -mtime +30 -delete </pre> ==Delete Directory older than 30 days Recursively== <pre> find /var/log -type d -mtime +30 -exec rm -rf {} \; </pre>")
  • 06:09, 20 June 2024 Qljca talk contribs created page Cloudlinux (Created page with "#[https://workwiki.in/Command_not_found Command Not Found]")
  • 06:08, 20 June 2024 Qljca talk contribs created page Command not found (Created page with "In cPanel, if you are getting command not found for cPanel user, you will need to add that command in cagefs. Do the following as root. <pre> Syntax: cagefsctl --addrpm CommandName/RPM Name Example: cagefsctl --addrpm telnet </pre> Then update Cagefs as following: <pre> /usr/sbin/cagefsctl --force-update </pre>")
  • 05:52, 20 June 2024 Qljca talk contribs created page CPanel Help and Support (Created page with "1. #[https://workwiki.in/Caldav_SSL_error CalDav SSL Error]")
  • 05:52, 20 June 2024 Qljca talk contribs created page Caldav SSL error (Created page with "1. Make sure mail.domain.com has valid SSL. 2. Manually import these with the following commands: <pre> /scripts/ccs-check --run --force --ssl </pre> <pre> /usr/local/cpanel/bin/servers_queue queue import_tls_data_for_ccs </pre> <pre> /usr/local/cpanel/bin/servers_queue run </pre>")
  • 05:34, 20 June 2024 Qljca talk contribs created page DNS (Created page with "Select one of the following: #[https://workwiki.in/Bulk_edits_to_your_DNS_Zones Bulk DNS Edits]")
  • 05:33, 20 June 2024 Qljca talk contribs created page Bulk edits to your DNS Zones (Created page with "1. To back up all zones, run the following command: <pre> cp -rf /var/named{,.backup} </pre> 2. Replace the nameservers used. In the following examples, we will use ns1.olddomain.tld and ns2.olddomain.tldas the current nameservers, and ns1/2.newddomain.tldfor the updated records, be sure to update the oldns and newns variables. <pre> oldns="ns1.olddomain.tld"; newns="ns1.newdomain.tld" ; find /var/named/*.db -exec perl -pi -e "s/(?<=IN\s\NS\s)$oldns/$newns/g" '{}' \; </...")
  • 05:22, 20 June 2024 Qljca talk contribs created page Laravel (Created page with "==Clear Cache in Laravel using Artisan Command== ===Clear Application Cache=== <pre> php artisan cache:clear </pre> ===Clear Route Cache=== <pre> php artisan route:clear </pre> ===Clear Configuration Cache=== <pre> php artisan config:clear </pre> ===Clear Compiled Views Cache=== <pre> php artisan view:clear </pre> ===Clear all cache=== <pre> php artisan optimize:clear </pre>")
  • 16:42, 19 June 2024 Qljca talk contribs created page Security Headers (Created page with "==Add the following to .htaccess== <pre> Header always set Strict-Transport-Security "max-age=31536000; includeSubDomains" Header always set X-Frame-Options "SAMEORIGIN" Header always set X-Content-Type-Options "nosniff" Header always set Referrer-Policy "same-origin" Header always set Permissions-Policy "" Header always set Content-Security-Policy "script-src 'self' 'unsafe-inline';" </pre>")
  • 16:14, 19 June 2024 Qljca talk contribs created page MySQL (Created page with "==Check MySQL Version== <pre> mysql -V </pre> ==MySQL Dump== ===Backup All Databases=== <pre> mysqldump --all-databases > backup.sql </pre> ===Backup database using User=== <pre> mysqldump -u dbuser -p dbname > dbname.sql </pre> ===Exclude a table from MySQL Dump=== <pre> --ignore-table=dbname.tablename Syntax: mysqldump -u DBuser -p DBname --ignore-table=DBname.tablename > dbname.sql </pre> ===Export Single Table=== <pre> mysqldump -u username -p database-name t...")
  • 15:13, 19 June 2024 Qljca talk contribs created page Atop (Created page with " ==How to install Atop== <pre> yum install atop </pre> ==Change Default Intervals== <pre> Open /etc/default/atop and change LOGINTERVAL=600 to LOGINTERVAL=60 vi /etc/default/atop </pre>")
  • 04:35, 22 February 2023 Qljca talk contribs created page Htaccess (Created page with "==Redirect IP to domain==")
  • 17:00, 21 February 2023 Qljca talk contribs created page Spam Code For Email (Created page with "<pre>The following code will make the email as spam. Add the following code in the body of the email: XJS*C4JDBQADN1.NSBN3*2IDNEN*GTUBE-STANDARD-ANTI-UBE-TEST-EMAIL*C.34X </pre>")
  • 16:49, 21 February 2023 Qljca talk contribs created page Create File Of Any Size (Created page with "<pre>$ dd if=/dev/zero of=test.img bs=1024 count=0 seek=1024 Example: Create a file of 10M: dd if=/dev/zero of=daygeek2.txt bs=10M count=1 Create a file of 100M: dd if=/dev/zero of=daygeek2.txt bs=100M count=1 Create a file of 1G: dd if=/dev/zero of=daygeek2.txt bs=1024M count=1 Create a file of 2G: dd if=/dev/zero of=daygeek2.txt bs=2048M count=1 create a file of 10G: dd if=/dev/zero of=daygeek2.txt bs=1024M count=10 </pre>")
  • 16:47, 21 February 2023 Qljca talk contribs created page Internal Server Error (Created page with "==Display error on screen when website shows ISE 500== <pre>ini_set('error_reporting', E_ERROR); register_shutdown_function("fatal_handler"); function fatal_handler() { $error = error_get_last(); echo(""); print_r($error); }</pre>")
  • 16:21, 21 February 2023 Qljca talk contribs created page Inodes (Created page with "==Find inodes== <pre> find . -printf "%h\n" | cut -d/ -f-2 | sort | uniq -c | sort -rn or echo "Inode usage for $(pwd)" ; for d in `find -maxdepth 1 -type d | cut -d\/ -f2 | grep -xv . | sort`; do c=$(find $d | wc -l) ; printf "$c\t\t- $d\n" ; done ; printf "Total: \t\t$(find $(pwd) | wc -l)\n" == Inodes not displaying correctly== <pre> Try to enable quotas in WHM and then run /scripts/fixquotas </pre> ==Inodes filling up in .cagefs== <pre> Navigate to PHP selector a...")
  • 16:08, 21 February 2023 Qljca talk contribs created page Iframes (Created page with "==Enable iframes== <pre> Add the following to the sites htaccess: Header always unset X-Frame-Options </pre>")
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)