New opsi packages for 4.0.6 in testing

Antworten
Benutzeravatar
n.wenselowski
Ex-uib-Team
Beiträge: 3194
Registriert: 04 Apr 2013, 12:15

New opsi packages for 4.0.6 in testing

Beitrag von n.wenselowski »

Dear opsi-users,

we release additional bugfixes for our latest release 4.0.6 in testing.

Overview of the most important changes:
  • If using systemd opsiconfd will no longer print to stderr resp. stdout. Output will only be written into its log.
  • The client log files inside /var/log/opsi/opsiconfd/ are managed by logrotate again.
  • In opsihwaudit.conf the entry for the SKU was removed by accident and has been re-introduced.
Server packages

opsi-linux-bootimage (20151111-1)
opsiconfd (4.0.6.11-2)
python-opsi (4.0.6.34-1)

After installing these packages on your opsi-server please execute the following commands:

Code: Alles auswählen

opsi-setup --init-current-config
service opsiconfd restart

With kind regards

Niko Wenselowski


Changelogs

python-opsi (4.0.6.34-1) testing; urgency=medium

* ConfigDataBackend: the argument 'maxSize' for log_read must be positive.
* ConfigDataBackend: refactored the log_write method.

-- Niko Wenselowski <n.wenselowski@uib.de> Thu, 12 Nov 2015 15:16:28 +0100

python-opsi (4.0.6.33-1) experimental; urgency=medium

* OPSI.Service.Session.Session gained a __repr__.
* OPSI.Backend.BackendManager.BackendDispatcher gained a __repr__.
* OPSI.Backend.HostControl.HostControlBackend gained a __repr__.
* OPSI.Backend.HostControlSafe.HostControlSafeBackend gained a __repr__.
* ConfigDataBackend: fixed an edge case where the amount of data written
would exceed the limit.
* opsihwaudit.conf: Re-introduce the missing SKU.

-- Niko Wenselowski <n.wenselowski@uib.de> Fri, 06 Nov 2015 10:37:12 +0100

python-opsi (4.0.6.32-1) experimental; urgency=medium

* OPSI.SharedAlgorithm: less log output.
* OPSI.Backend.JSONRPC: small refactorings in JSONRPC.
* OPSI.Backend.BackendManager: Log if dispatching a method is done.
* OPSI.Backend.SQL.timeQuery: log duration even in case of failure.

-- Niko Wenselowski <n.wenselowski@uib.de> Fri, 30 Oct 2015 12:28:12 +0100

python-opsi (4.0.6.31-1) experimental; urgency=medium

* OPSI.Backend.JSONRPC: Added some debug output.
* OPSI.Service.Session: Show what session is in use before deletion.
* OPSI.Util.HTTP.HTTPConnectionPool.urlopen: Log errors instead of ignoring
* OPSI.Util.HTTP.HTTPConnectionPool.urlopen: slightly increased the delay
between retries to not bomb a busy server with even more requests.

-- Niko Wenselowski <n.wenselowski@uib.de> Thu, 29 Oct 2015 14:31:33 +0100



opsi-linux-bootimage (20151111-1) testing; urgency=medium

* integrated modules for Hyper-V
* removed bad fqdn and IP from build host system

-- Mathias Radtke <m.radtke@uib.de> Tue, 11 Nov 2015 13:32:34 +0100



opsiconfd (4.0.6.11-2) experimental; urgency=medium

* opsiconfd.service: specify a PID file.
* opsiconfd.service: start opsiconfd with -D and set type to forking to
avoid logging into syslog and daemon.log.
* logrotate-config: re-introduce the compression of the opsiconfd-logs
from clients to avoid logs growing without borders.

-- Niko Wenselowski <n.wenselowski@uib.de> Mon, 16 Nov 2015 14:33:18 +0100

Code: Alles auswählen

import OPSI
Antworten