Firefox favicon 網站圖示顯示錯誤
解決方法就是砍了 favicons.sqlite 就會重抓了
Windows 的位置在 C:\Users\your_account\AppData\Roaming\Mozilla\Firefox\Profiles\亂數.default
Mac 的位置在 /Users/your_account/Library/Application Support/Firefox/Profiles/亂數.default
Month: May 2018
解決 LibreNMS Missing dependencies!
Error: Missing dependencies! Run the following command to fix:
./scripts/composer_wrapper.php install --no-dev
奇怪 今天一開 librenms 炸了這個訊息
解決方法是 安裝一下 php-mbstring
sudo apt-get install php7.0-mbstring
然後又爆寫入權限….
Error: bootstrap/cache, storage, storage/framework/sessions, storage/framework/views, storage/framework/cache, logs not writable! Run these commands as root on your LibreNMS server to fix:
chown -R librenms:librenms /opt/librenms/bootstrap/cache /opt/librenms/storage /opt/librenms/storage/framework/sessions /opt/librenms/storage/framework/views /opt/librenms/storage/framework/cache /opt/librenms/logs
setfacl -R -m g::rwx /opt/librenms/bootstrap/cache /opt/librenms/storage /opt/librenms/storage/framework/sessions /opt/librenms/storage/framework/views /opt/librenms/storage/framework/cache /opt/librenms/logs
setfacl -d -m g::rwx /opt/librenms/bootstrap/cache /opt/librenms/storage /opt/librenms/storage/framework/sessions /opt/librenms/storage/framework/views /opt/librenms/storage/framework/cache /opt/librenms/logs
If using SELinux you may also need:
解決方法
debian 用 apt install acl 就可以照說明執行 setfacl 了
以上正解
以下土炮
chown -R librenms:librenms /opt/librenms/bootstrap/cache /opt/librenms/storage /opt/librenms/storage/framework/sessions /opt/librenms/storage/framework/views /opt/librenms/storage/framework/cache /opt/librenms/logs
chmod -R 777 /opt/librenms/bootstrap/cache /opt/librenms/storage /opt/librenms/storage/framework/sessions /opt/librenms/storage/framework/views /opt/librenms/storage/framework/cache /opt/librenms/logs
WSUS client 安裝 win10 1803 一直失敗
client 下載永遠都是 0%
安裝錯誤代碼 0x80240034
IIS管理 / MIME / 新增 / 副檔名 esd / 類型 application/octet-stream
重啟 IIS 就可以了
看來應該是 1803 部署是 .esd 不是 msi, 然後 iis 沒設定就 gg 了
噗
解決 WSUS 連線錯誤 重設伺服器節點
WSUS 莫名其妙一直停止服務 出現 wsus 連線錯誤 重設伺服器節點 畫面
IIS管理員 / 應用程式區 / wsuspool / 右鍵 回收 / 專用記憶體 加到 4G (4194304)
搞定收工