MySQL Error 1215: Cannot add foreign key constraint
Check that both tables have the same engine type, so there isn’t a mix of for example MyISAM and InnoDB.
Check that both tables have the same engine type, so there isn’t a mix of for example MyISAM and InnoDB.
When it is not possible to delete a file using rm even when logged in as root or by using sudo, check the file attributes with:
lsattr filename.ext
If it has the “i” attribute, this is preventing the file from being deleted, even by super users. When you have verified the reason for this and still want to delete the file then remove the “i” attribute with:
chattr -i filename.ext
Then delete the file using rm as you normally would.
There can be several reasons for Let’s Encrypt certificates not being issued for sites. These are some things to check:
By default, the logged in client’s IP-address and hostname are not present in the outgoing email headers which makes it hard to trace the origin in case of abuse.
To make roundcube add this to the email headers of outgoing email, put this in the roundcube configuration file:
// put user's ip and host name in mail headers to enable trace
$config['http_received_header'] = true;
If awstats or webalizer is not containing any data and the client web logs are empty, the cause might be missing mounts of the log directories in /etc/fstab.
Search /etc/fstab for the client domain name. If no log mount is found, add a line for the client web site manually in this form:
/var/log/ispconfig/httpd/DOMAIN.COM /var/www/clients/clientNNN/webNNN/log none bind,nobootwait 0 0
After that do:
mount -a
mount
to verify it is mounted. After nightly cron, check that awstats or webalizer contains data.
The asterisk log file (/var/log/asterisk/full) shows entries like this:
[Sep 3 04:02:08] ERROR[3984] chan_sip.c: Serious Network Trouble; __sip_xmit returns error for pkt data
Solution: The server had been moved from one public IP-address to another. In Asterisk PBX settings, the fields for both External IP and Bind Address (under Advanced) needed adjustment to the new IP-address. After server reload everything worked normally.
A Toshiba laptop I encountered recently was deemed “possibly dead”. It would not boot and screen was just black.
A blinking green LED was present, meaning the battery is discharged. Further investigation revealed that the power supply electric cord had fallen out of the socket.
Plugging it in again turned the blinking green LED to solid orange, meaning the laptop was charging and just pushing the power button made it boot up normally.
Sometimes the problems are too simple 🙂
Samsung multi function laser printer SL-M3375FD could suddenly not send email (scan to email) and SMB shares stopped working. Logging in to the printer web interface, using the test function for the SMTP settings just resulted in “failed” when it tried to authenticate to the email server.
Recently the email server’s SSL-certificate was updated because it was about to expire and about this time the scan to email stopped working.
The solution was simply to update the printer firmware. It was running a firmware from 2014 but updating to the latest one download here solved the problem both concerning email and SMB shares.
After a system update I started to receive cron messages saying “/etc/cron.daily/amavisd-new:
Please run this cronjob as user amavis”.
It turns out that this happens because the cron script is replaced by a new one located in /etc/cron.d and the one in /etc/cron.daily is left behind giving this error message.
Solution: After checking that the new script exists in /etc/cron.d, just delete /etc/cron.daily/amavisd-new
After installing the 1903 Windows 10 update, also called may 2019 update, users experience problems when trying to connect a VPN connection.
The problem occurs when clicking Connect on the VPN-connection through the system tray. When the dialog box for user name and password should appear, nothing happens.
Until Microsoft solves this a temporary workaround is to connect through the control panel.