Posts

blob not found

 zmprov gmi ravikumar.bodkhe@mswc.in [zimbra@mail root]$ zmprov gmi ravikumar.bodkhe@mswc.in mailboxId: 13 quotaUsed: 22033786536 zxsuite hsm docheckblobs start mailbox_ids 13 zmblobchk -m 13 start > /tmp/blob_user1 Mailbox 13, item 281, rev 26, volume 1, /opt/zimbra/store/0/13/msg/0/281-26.msg: blob not found. rsync -avz --progress /secondary/opt/zimbra/store/0/13/ /opt/zimbra/store/0/13/ to restore complete mail for all users rsync -avz --progress /secondary/opt/zimbra/store/ /opt/zimbra/store/ chown -R zimbra:zimbra /opt/zimbra/

network edition zimbra backup

 curl -k -u 'admin@mail.pngsl.com:8Rpg#2589' https://mail.pngsl.com:7071/home/aditya.modak@pngsl.com/?fmt=tgz > /secondary/5sep/aditya.modak@pngsl.com.tgz Create the same cmd for all the mail ids, curl -k -u 'admin@mail.pngsl.com:8Rpg#2589' https://mail.pngsl.com:7071/home/aditya.modak@pngsl.com/?fmt=tgz > /secondary/5sep/aditya.modak@pngsl.com.tgz , admin will be fixed for all, admin@mail.pngsl.com aditya.modak@pngsl.com ajit.gadgil@pngsl.com amit.salvi@pngsl.com

zimbra patch

 yum clean metadata  yum check-update yum install zimbra-patch

hestiacp custom config for api.krishit.com

 Best Solution: Create a Custom Proxy Template Instead of modifying the generated config, create your own template. 1. Copy the existing templates cd /usr/local/hestia/data/templates/web/nginx cp default.tpl api-node.tpl cp default.stpl api-node.stpl 2. Edit api-node.stpl Replace this: location / {     proxy_ssl_server_name on;     proxy_ssl_name $host;     proxy_pass https://%ip%:8443; } with: location / {     if ($request_method = OPTIONS) {         add_header Access-Control-Allow-Origin "https://hrms.krishit.com" always;         add_header Access-Control-Allow-Credentials "true" always;         add_header Access-Control-Allow-Methods "GET, POST, PUT, DELETE, OPTIONS" always;         add_header Access-Control-Allow-Headers "Authorization, Content-Type, Accept, Origin, X-Requested-With" always;         return 204;     }    ...

ai pc issue

 1. lowering voltage in bios 2. remove or disable intel storage mmiddleware service remove avg might be needed Faulting application name: RstMwService.exe, version: 20.2.6.1025, time stamp: 0x67f90799 Faulting module name: RstMwService.exe, version: 20.2.6.1025, time stamp: 0x67f90799 Exception code: 0xc0000005 Fault offset: 0x0000000000152786 Faulting process id: 0x215C Faulting application start time: 0x1DD1A9CAF4D64DA Faulting application path: C:\WINDOWS\System32\DriverStore\FileRepository\iastorvd.inf_amd64_f28d27d12c1c64c5\RstMwService.exe Faulting module path: C:\WINDOWS\System32\DriverStore\FileRepository\iastorvd.inf_amd64_f28d27d12c1c64c5\RstMwService.exe Report Id: 06e20e46-3962-4997-99f3-3fadf1138e3a Faulting package full name: Faulting package-relative application ID: avgSP avgMonFlt avgSnx These are AVG Antivirus kernel drivers. Security software installs very low-level file system filters, and I've seen AVG cause freezes that look exactly like storage hangs. I recom...

openvpn

If you want to keep these ports untouched: 22 SSH 25 SMTP 53 DNS 80 HTTP 110 POP3 143 IMAP 443 HTTPS/OpenVPN 587 SMTP Submission 943 OpenVPN Admin 993 IMAPS 995 POP3S and redirect everything else to OpenVPN worker ports (916 TCP, 921 UDP), use: nft flush table ip nat nft add table ip nat nft 'add chain ip nat prerouting { type nat hook prerouting priority dstnat; policy accept; }' # TCP redirect everything except important ports nft 'add rule ip nat prerouting tcp dport != { 22,25,53,80,110,143,443,587,943,993,995 } redirect to 916' # UDP redirect everything except DNS nft 'add rule ip nat prerouting udp dport != { 53 } redirect to 921' Verify: nft list table ip nat Expected: table ip nat { chain prerouting { type nat hook prerouting priority dstnat; policy accept; tcp dport != { 22,25,53,80,110,143,443,587,943,993,995 } redirect to :916 udp dport != { 53 } redirect to :921 } } To monitor whether connections...

the connection was terminated by the remote computer before it could be completed

Image
 the connection was terminated by the remote computer before it could be completed