惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Martin Fowler
Martin Fowler
Y
Y Combinator Blog
M
MIT News - Artificial intelligence
The Cloudflare Blog
WordPress大学
WordPress大学
H
Hackread – Cybersecurity News, Data Breaches, AI and More
博客园 - 司徒正美
小众软件
小众软件
Blog — PlanetScale
Blog — PlanetScale
雷峰网
雷峰网
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
J
Java Code Geeks
云风的 BLOG
云风的 BLOG
C
Check Point Blog
D
DataBreaches.Net
T
The Blog of Author Tim Ferriss
V
V2EX
F
Fortinet All Blogs
B
Blog
大猫的无限游戏
大猫的无限游戏
N
Netflix TechBlog - Medium
B
Blog RSS Feed
A
About on SuperTechFans
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC

Comments for TrueNAS – Open Enterprise Storage

How to Set Up and Install TrueNAS CORE Yes, You Can (Still) Virtualize TrueNAS TrueNAS enables Container Storage and Kubernetes | TrueNAS - Open Enterprise Storage TrueNAS 12.0-U2 is Released | TrueNAS - Open Enterprise Storage OpenZFS 2.0 Ships First on TrueNAS | TrueNAS - Open Enterprise Storage TrueNAS 12.0-U1 is Scheduled for early December | TrueNAS - Open Enterprise Storage iXsystems TrueNAS M60 Recognized as SDC Awards Storage Hardware Innovation of the Year Finalist | TrueNAS - TrueNAS 12.0 is Released! The TrueNAS Mini X and Mini X+ are here! Cross-Site Disaster Recovery with TrueNAS TrueNAS SCALE Release Plan | TrueNAS - Open Enterprise Storage iXsystems Unveils Industry's Fastest OpenZFS Storage System with Launch of TrueNAS M60 | TrueNAS - Open TrueNAS 12.0 BETA2 Showcases Performance Improvements | TrueNAS - Open Enterprise Storage Be One of the First to Test Drive TrueNAS 12.0 BETA | TrueNAS - Open Enterprise Storage TrueNAS is Multi-OS New-New TrueNAS Logo Unveiled | TrueNAS - Open Enterprise Storage Recession Proof Storage | FreeNAS 11.3-U3.1 Now Available - Issue #80 | TrueNAS - Open Enterprise Storage Open Source Infrastructure is Recession-Proof | TrueNAS - Open Enterprise Storage Understanding How OpenZFS Keeps Your Data Safe | TrueNAS - Open Enterprise Storage You Can Influence the TrueNAS CORE Roadmap! | TrueNAS - Open Enterprise Storage TrueNAS CORE is the new FreeNAS Setting Up Users, Permissions, and ACLs on FreeNAS | TrueNAS - Open Enterprise Storage TrueNAS Updates for VMware vSphere 7 | TrueNAS - Open Enterprise Storage How to Set Up Windows SMB Shares on FreeNAS | TrueNAS - Open Enterprise Storage FreeNAS and TrueNAS are Unifying Introducing the FreeNAS Mini E+ and All-Flash Minis | TrueNAS - Open Enterprise Storage Plex Permissions in FreeNAS 11.3 | TrueNAS - Open Enterprise Storage Latest TrueNAS and FreeNAS Release Delivers Wizards, Plugins, and Accelerated Replication | TrueNAS - Open How To Back Up Google Drive to FreeNAS | TrueNAS How To Enable Wireguard on FreeNAS 11.3 | TrueNAS - Open Enterprise Storage
December 11 Plugins Update: ClamAV Fix & CloudStack
iX Team · 2019-12-12 · via Comments for TrueNAS – Open Enterprise Storage

Today’s plugins update addresses a ClamAV security advisory, updates a few plugins to their latest available versions, and introduces the Cloudstack plugin as ready for testing. The latest plugins versions should appear in Plugins ⇾ Available. To update an existing plugin, click its 3-dot action item and select Update.
Before updating a plugin, review its Release Notes in the table below to determine if the update will impact your configuration.
It is recommended to make a snapshot of your current plugin version before updating. To make a snapshot, determine the jail_name for the plugin:  go to Plugins ⇾ Installed and note the name of the plugin in the Jails column. Then, run this command from Shell:
iocage snapshot -n snap_name jail_name
Substitute snap_name with a useful name (such as plugin name, version, and date) and jail_name with the name of the plugin from the Jails column of the UI. Repeat for each plugin you wish to update.
Updated Plugins

Plugin from to Release Notes Notes
bitcoin-daemon 0.18.1_7 0.19.0.1 Changelog
ClamAV 0.101.4,1 0.102.1,1 Changelog CVE-2019-15961
Jenkins 2.201 2.207 Changelog
Nextcloud 17.0.0 17.0.1 Changelog
Plex Media Server 1.18.1.1973 1.18.2.2058 Changelog
Plex Media Server (PlexPass) 1.18.1.1973_1 1.18.3.2129 Changelog
qbittorrent 4.1.8 4.1.9.1 Changelog
Redmine 3.4.11 3.4.11_2 Changelog
UniFi Controller 5.11.50 5.12.35 Changelog
WeeChat 2.5_1 2.7 Changelog

Call for Testing

Apache CloudStack is an open source infrastructure as a service (IaaS) platform that allows IT service providers to offer public cloud services. More information is available from http://docs.cloudstack.apache.org/en/4.11.3.0/. To install this plugin for testing, replacing the Xs with the IP address and default gateway to use for the plugin:
git clone https://github.com/freenas/iocage-plugin-cloudstack.git
cd iocage-plugin-cloudstack
iocage fetch -P ./cloudstack.json ip4_addr="xxxx" defaultrouter="xxx"