ZAMMAD | notification mail problem

Some users do not get notification mails? If a ticket status is changed the systems starts to email to a list of recipients. After each single successful delivery one info line is written to the tickets history. If one delivery fails (wrong address i.e.), the whole process is stopped (crashed? bug?)) and all these following […]

Windows 10 since 21H1 | Failed access to samba guest shares

You can’t connect to a samba server configured with map to guest = Bad User Don’t try this at home: Re-Enable the guest account fallback Your risky solution: Tune your GPO. Computer Configuration\Administrative Templates\Network\LanMan Workstation\Enable Insecure Guest Logons ATTENTION:I’ve had faced situation when this didn’t do the trick. I had to tune the registy: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters] […]

WSUS | ERROR 8024401f

Seems your WSUS has a problem. Maybe the database or the IIS did crash. Check your servers firewall. Restart your Server. If it doesnt help, try this: Check the log: C:\Windows\WID\Log\error.log Try this: “C:\Program Files\Update Services\Tools\wsusutil.exe” postinstall /servicing Or this: Activate and install „HTTP Activation“ @ „WCF Services“ on „.NET Framework 4.5 Features“.

Chrome || Cert import problem

Thank you: http://casualtechs.blogspot.de/2010/06/problem-when-trying-to-import.html Download and save the certificate. Open the Certificate Manager In the “Start Search” box, type “certmgr.msc” (no quotes). The certificate manager will open. Right click on “Trusted Publishers” from the folder list on the left. In the pop-up menu, choose “All Tasks” >> “Import..” Click the “Next” button Click the “Browse” button […]

OpenBSD | newsyslog | postrotate command

Your daemon doesn’t write to his logfile after rotating log using newsyslog? You are executing a postrotate command in newsyslog.conf? The reason for this strange behaviour is that in case of executing a postrate command per definition (rtfm newsyslog.conf) no SIGHUP will be sent to syslogd. Solution: execute a pkill -HUP syslogd afterwards: #/var/log/maillog 640 […]