]> git.proxmox.com Git - lxcfs.git/log
lxcfs.git
13 days agobump version to 6.0.0-pve2 master
Wolfgang Bumiller [Thu, 11 Apr 2024 09:48:28 +0000 (11:48 +0200)]
bump version to 6.0.0-pve2

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
13 days agod/postinst: don't treat reload/restart failure as fatal
Fabian Grünbichler [Thu, 11 Apr 2024 09:45:36 +0000 (11:45 +0200)]
d/postinst: don't treat reload/restart failure as fatal

aborting apt invocations because of service failures like that is always
painful, and lxcfs is in a lot of our build-dep chains, and build environments
might not run systemd as init.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2 weeks agobump version to 6.0.0-pve1
Wolfgang Bumiller [Fri, 5 Apr 2024 07:45:41 +0000 (09:45 +0200)]
bump version to 6.0.0-pve1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2 weeks agoupdate to 6.0.0
Wolfgang Bumiller [Fri, 5 Apr 2024 07:45:31 +0000 (09:45 +0200)]
update to 6.0.0

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
4 months agobump version to 5.0.3-pve4
Thomas Lamprecht [Fri, 1 Dec 2023 09:44:06 +0000 (10:44 +0100)]
bump version to 5.0.3-pve4

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
4 months agod/postinst: order our reload override before the debhelper one
Thomas Lamprecht [Fri, 1 Dec 2023 09:33:52 +0000 (10:33 +0100)]
d/postinst: order our reload override before the debhelper one

On fresh installation the service was first started, if enabled, and
only then it was enabled. While this does not matter for an
installation through the ISO, as there we don't start any services
anyway and after reboot in the installed system the service was
enabled and thus correctly started, it caused errors when using the
alternative of installing Proxmox VE on top of a plain Debian system.
As there, we currently recommend to reboot into the proxmox-kernel
first, to ensure all our required kernel features are available, and
only then direct the installation of Proxmox VE's user-space.

Naturally one could just recommend another reboot, but this here is
actually out of the line to all of our other postinst orders, so it
makes sense to align again even if we'd start recommending an extra
reboot after user-space installation.

Note that we only have to override here in the first place due to the
lack of reload support in the debhelpers, which we try to get in since
over 5 years [0].

[0]: https://salsa.debian.org/debian/debhelper/-/merge_requests/14

Fixes: https://forum.proxmox.com/threads/129901/
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
10 months agobuildsys: improve DSC target
Thomas Lamprecht [Tue, 6 Jun 2023 13:18:24 +0000 (15:18 +0200)]
buildsys: improve DSC target

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
10 months agobuildsys: use correct DEB_HOST_ARCH
Thomas Lamprecht [Tue, 6 Jun 2023 13:18:16 +0000 (15:18 +0200)]
buildsys: use correct DEB_HOST_ARCH

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
11 months agobump version to 5.0.3-pve3
Wolfgang Bumiller [Tue, 16 May 2023 10:04:52 +0000 (12:04 +0200)]
bump version to 5.0.3-pve3

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
11 months agobuild with fuse 3 for bookworm
Wolfgang Bumiller [Tue, 16 May 2023 09:48:00 +0000 (11:48 +0200)]
build with fuse 3 for bookworm

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
11 months agobuildsys: fix source tarball generation
Thomas Lamprecht [Mon, 8 May 2023 11:39:49 +0000 (13:39 +0200)]
buildsys: fix source tarball generation

debian want's this to be a level higher as it seems like autotools
also defaults to generating a source tar ball that contains
PROJECT-VERSION as top level directory. Otherwise dpkg-source thinks
that the whole source differs by itself, added at another level,
going then bonkers.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
11 months agobuildsys: derive upload dist automatically
Thomas Lamprecht [Mon, 8 May 2023 11:39:18 +0000 (13:39 +0200)]
buildsys: derive upload dist automatically

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
11 months agobuildsys: use simple parenthesis for variables
Thomas Lamprecht [Mon, 8 May 2023 11:08:18 +0000 (13:08 +0200)]
buildsys: use simple parenthesis for variables

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
11 months agobump version to 5.0.3-pve2
Thomas Lamprecht [Fri, 5 May 2023 13:15:16 +0000 (15:15 +0200)]
bump version to 5.0.3-pve2

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
11 months agodh systemd: use newer --no-start flag and autogen postinst
Thomas Lamprecht [Fri, 5 May 2023 14:41:39 +0000 (16:41 +0200)]
dh systemd: use newer --no-start flag and autogen postinst

With that, only comments change from our manual implementation, e.g.,
looking at diffoscope output from a build before and with this
change:

@@ -15,28 +15,27 @@
         systemctl --system daemon-reload >/dev/null || true
         deb-systemd-invoke $dh_action "$unit"
     fi
   ;;

 esac

-# Copied from dh_installsystemd/12.1.1
+# Automatically added by dh_installsystemd/13.11.4
 if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-deconfigure" ] || [ "$1" = "abort-remove" ] ; then
- # This will only remove masks created by d-s-h on package removal.
+ # The following line should be removed in trixie or trixie+1
  deb-systemd-helper unmask 'lxcfs.service' >/dev/null || true

  # was-enabled defaults to true, so new installations run enable.
  if deb-systemd-helper --quiet was-enabled 'lxcfs.service'; then
          # Enables the unit on first installation, creates new
          # symlinks on upgrades if the unit file has changed.
          deb-systemd-helper enable 'lxcfs.service' >/dev/null || true
  else
          # Update the statefile to add new symlinks (if any), which need to be
          # cleaned up on purge. Also remove old symlinks.
          deb-systemd-helper update-state 'lxcfs.service' >/dev/null || true
  fi
 fi
+# End automatically added section

-# dh_installsystemd cannot do a reload, you can only choose between stop-start,
-# restart and try-restart. NONE of which are acceptable!

 exit 0

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
11 months agobuildsys: add sbuild convenience target
Thomas Lamprecht [Fri, 5 May 2023 14:22:34 +0000 (16:22 +0200)]
buildsys: add sbuild convenience target

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
11 months agod/control: raise standards version compliance to 4.6.2
Thomas Lamprecht [Fri, 5 May 2023 14:22:11 +0000 (16:22 +0200)]
d/control: raise standards version compliance to 4.6.2

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
11 months agod/triggers: drop useless activation of ldconfig trigger
Thomas Lamprecht [Fri, 5 May 2023 13:22:28 +0000 (15:22 +0200)]
d/triggers: drop useless activation of ldconfig trigger

basically reverts commit 7f94128 ("fix
package-must-activate-ldconfig-trigger lintian error")

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
11 months agod/control: define compat level via build-depends and raise to 13
Thomas Lamprecht [Fri, 5 May 2023 12:02:38 +0000 (14:02 +0200)]
d/control: define compat level via build-depends and raise to 13

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
11 months agoswitch upload dist to bookworm
Thomas Lamprecht [Fri, 5 May 2023 13:15:57 +0000 (15:15 +0200)]
switch upload dist to bookworm

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
11 months agod/control: record missing build-dependencies
Thomas Lamprecht [Fri, 5 May 2023 13:15:12 +0000 (15:15 +0200)]
d/control: record missing build-dependencies

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
11 months agod/control: drop useless B-D on dh-autoreconf & autotools-dev
Thomas Lamprecht [Fri, 5 May 2023 12:02:00 +0000 (14:02 +0200)]
d/control: drop useless B-D on dh-autoreconf & autotools-dev

Since compatibility level 10, debhelper enables the autoreconf
sequence by default.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
11 months agod/rules: drop superfluos --with=quilt
Thomas Lamprecht [Fri, 5 May 2023 11:15:31 +0000 (13:15 +0200)]
d/rules: drop superfluos --with=quilt

Implied by the `3.0 (quilt)` source format.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
11 months agobuildsys: expand clean target
Thomas Lamprecht [Fri, 5 May 2023 11:14:30 +0000 (13:14 +0200)]
buildsys: expand clean target

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
11 months agod/patches: refresh error out on missing lxcfs-mount patch
Thomas Lamprecht [Fri, 5 May 2023 11:13:29 +0000 (13:13 +0200)]
d/patches: refresh error out on missing lxcfs-mount patch

Source package allows no fuzz on applying them and there where some
context changes..

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
11 months agobuildsys: add dsc target
Thomas Lamprecht [Fri, 5 May 2023 11:12:47 +0000 (13:12 +0200)]
buildsys: add dsc target

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
15 months agobump version to 5.0.3-pve1
Wolfgang Bumiller [Thu, 19 Jan 2023 10:06:20 +0000 (11:06 +0100)]
bump version to 5.0.3-pve1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
15 months agoadd patch to not strip trailing newline in 00-lxcfs.conf
Wolfgang Bumiller [Thu, 19 Jan 2023 10:15:33 +0000 (11:15 +0100)]
add patch to not strip trailing newline in 00-lxcfs.conf

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
15 months agoupdate to lxcfs-5.0.3
Wolfgang Bumiller [Thu, 19 Jan 2023 10:05:24 +0000 (11:05 +0100)]
update to lxcfs-5.0.3

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2 years agobump version to 4.0.12-pve1
Wolfgang Bumiller [Mon, 4 Apr 2022 09:22:16 +0000 (11:22 +0200)]
bump version to 4.0.12-pve1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2 years agoupdate patches for 4.0.12
Wolfgang Bumiller [Mon, 4 Apr 2022 09:21:13 +0000 (11:21 +0200)]
update patches for 4.0.12

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2 years agoupdate to lxcfs-4.0.12
Wolfgang Bumiller [Mon, 4 Apr 2022 09:18:02 +0000 (11:18 +0200)]
update to lxcfs-4.0.12

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2 years agobump version to 4.0.11-pve1
Wolfgang Bumiller [Thu, 2 Dec 2021 11:41:26 +0000 (12:41 +0100)]
bump version to 4.0.11-pve1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2 years agobuild fix: override fuse library
Wolfgang Bumiller [Thu, 2 Dec 2021 12:27:26 +0000 (13:27 +0100)]
build fix: override fuse library

we used to build against fuse2, and since lxcfs hot-reloads,
we cannot switch to fuse3 right now

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2 years agoupdate patches for 4.0.11
Wolfgang Bumiller [Thu, 2 Dec 2021 11:40:33 +0000 (12:40 +0100)]
update patches for 4.0.11

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2 years agoupdate to lxcfs-4.0.11
Wolfgang Bumiller [Thu, 2 Dec 2021 09:50:28 +0000 (10:50 +0100)]
update to lxcfs-4.0.11

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2 years agobump version to 4.0.8-pve2
Wolfgang Bumiller [Thu, 8 Jul 2021 11:36:28 +0000 (13:36 +0200)]
bump version to 4.0.8-pve2

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2 years agoadd meminfo/swaps cgroupv2 patch
Wolfgang Bumiller [Thu, 8 Jul 2021 10:05:12 +0000 (12:05 +0200)]
add meminfo/swaps cgroupv2 patch

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2 years agoupdate dh rules
Wolfgang Bumiller [Thu, 8 Jul 2021 10:07:18 +0000 (12:07 +0200)]
update dh rules

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2 years agobuildsys: change upload dist to bullseye
Thomas Lamprecht [Tue, 8 Jun 2021 07:38:04 +0000 (09:38 +0200)]
buildsys: change upload dist to bullseye

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2 years agobump version to 4.0.8-pve1
Thomas Lamprecht [Wed, 12 May 2021 14:55:29 +0000 (16:55 +0200)]
bump version to 4.0.8-pve1

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2 years agoupdate to LXCFS 4.0.8
Thomas Lamprecht [Wed, 12 May 2021 14:47:55 +0000 (16:47 +0200)]
update to LXCFS 4.0.8

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2 years agod/copyright: reflect that now all is licensed under LGPL-2.1+
Thomas Lamprecht [Wed, 12 May 2021 14:53:11 +0000 (16:53 +0200)]
d/copyright: reflect that now all is licensed under LGPL-2.1+

see: https://github.com/lxc/lxcfs/blob/master/COPYING

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2 years agod/control: bump debhelper compat level to 12
Thomas Lamprecht [Wed, 12 May 2021 14:50:53 +0000 (16:50 +0200)]
d/control: bump debhelper compat level to 12

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agobump version to 4.0.6-pve1
Wolfgang Bumiller [Fri, 18 Dec 2020 09:40:51 +0000 (10:40 +0100)]
bump version to 4.0.6-pve1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agobump version to 4.0.3-pve3
Wolfgang Bumiller [Wed, 17 Jun 2020 10:09:11 +0000 (12:09 +0200)]
bump version to 4.0.3-pve3

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
4 years agobump version to 4.0.3-pve2
Wolfgang Bumiller [Fri, 24 Apr 2020 07:20:33 +0000 (09:20 +0200)]
bump version to 4.0.3-pve2

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
4 years agosilence warning-spam for containers with no memlimit
Wolfgang Bumiller [Fri, 24 Apr 2020 07:18:46 +0000 (09:18 +0200)]
silence warning-spam for containers with no memlimit

in cgroupv2 environments lxcfs walks up the cgroup tree
until it finds a limit, if it finds none it'll try to
convert an empty string to a number and spam a warning every
time a file requiring this info is accessed

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
4 years agobump version to 4.0.3-pve1
Wolfgang Bumiller [Fri, 17 Apr 2020 13:13:12 +0000 (15:13 +0200)]
bump version to 4.0.3-pve1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
4 years agobump version to 4.0.2-pve3
Wolfgang Bumiller [Fri, 17 Apr 2020 07:40:37 +0000 (09:40 +0200)]
bump version to 4.0.2-pve3

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
4 years agobump version to 4.0.2-pve2
Wolfgang Bumiller [Thu, 16 Apr 2020 08:25:54 +0000 (10:25 +0200)]
bump version to 4.0.2-pve2

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
4 years agopostinst: add daemon-reload call to avoid systemd warning
Wolfgang Bumiller [Wed, 8 Apr 2020 07:47:12 +0000 (09:47 +0200)]
postinst: add daemon-reload call to avoid systemd warning

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
4 years agobump version to 4.0.2-pve1
Wolfgang Bumiller [Wed, 8 Apr 2020 07:42:11 +0000 (09:42 +0200)]
bump version to 4.0.2-pve1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
4 years agobump version to 4.0.1-pve1
Wolfgang Bumiller [Fri, 20 Mar 2020 08:01:21 +0000 (09:01 +0100)]
bump version to 4.0.1-pve1

and kill systemd debhelpers, they cannot reload properly at
all

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
4 years agobump version to 4.0.0-pve1
Wolfgang Bumiller [Mon, 9 Mar 2020 08:25:49 +0000 (09:25 +0100)]
bump version to 4.0.0-pve1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
4 years agoadd debian/source/format file
Wolfgang Bumiller [Mon, 9 Mar 2020 08:48:49 +0000 (09:48 +0100)]
add debian/source/format file

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
4 years agoremove debian/manpages
Wolfgang Bumiller [Mon, 9 Mar 2020 08:46:45 +0000 (09:46 +0100)]
remove debian/manpages

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
4 years agoremove custom lxcfs.service
Wolfgang Bumiller [Mon, 9 Mar 2020 08:39:49 +0000 (09:39 +0100)]
remove custom lxcfs.service

it's pretty much the same anyway and we want to be closer to
upstream

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
4 years agoupdate to lxcfs-4.0.0 tag
Wolfgang Bumiller [Mon, 9 Mar 2020 08:25:41 +0000 (09:25 +0100)]
update to lxcfs-4.0.0 tag

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
4 years agobuildsys: switch upload dist over to buster
Thomas Lamprecht [Wed, 22 May 2019 10:05:25 +0000 (12:05 +0200)]
buildsys: switch upload dist over to buster

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
4 years agobump version to 3.0.3-pve60
Thomas Lamprecht [Wed, 22 May 2019 10:02:56 +0000 (12:02 +0200)]
bump version to 3.0.3-pve60

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
4 years agod/rules: remove depreacated autotools_dev from dh
Thomas Lamprecht [Wed, 22 May 2019 10:02:44 +0000 (12:02 +0200)]
d/rules: remove depreacated autotools_dev from dh

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
4 years agofix package-must-activate-ldconfig-trigger lintian error
Thomas Lamprecht [Wed, 22 May 2019 10:00:28 +0000 (12:00 +0200)]
fix package-must-activate-ldconfig-trigger lintian error

while normally the dh_makeshlibs should do this automatically, it may
be that the static lib makes issues here, anyway for now do it
manually

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
4 years agoenable lintian checking
Thomas Lamprecht [Wed, 22 May 2019 09:57:17 +0000 (11:57 +0200)]
enable lintian checking

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
4 years agod/postinst: use deb-systemd-invoke for resart
Thomas Lamprecht [Wed, 22 May 2019 09:56:23 +0000 (11:56 +0200)]
d/postinst: use deb-systemd-invoke for resart

instead of sendingg manually a USR1 to the lxcfs pid pulled from it's
/run pid file

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
4 years agoclear dependency_libs field of static libs
Thomas Lamprecht [Wed, 22 May 2019 09:55:15 +0000 (11:55 +0200)]
clear dependency_libs field of static libs

fix lintian reported error: non-empty-dependency_libs-in-la-file

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
4 years agod/rules: only build for systemd
Thomas Lamprecht [Wed, 22 May 2019 09:50:54 +0000 (11:50 +0200)]
d/rules: only build for systemd

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
4 years agod/rules: install systemd not init file
Thomas Lamprecht [Wed, 22 May 2019 09:49:07 +0000 (11:49 +0200)]
d/rules: install systemd not init file

avoid the lintian init.d-script-not-included-in-package error which
was cause by us using the old systemd sysv compat shim

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
4 years agoset debian/compat to 10
Thomas Lamprecht [Wed, 22 May 2019 09:48:24 +0000 (11:48 +0200)]
set debian/compat to 10

dh-systemd is implied by debhelpet >= 10

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
4 years agofollowup: remove unused variable
Thomas Lamprecht [Wed, 22 May 2019 08:56:25 +0000 (10:56 +0200)]
followup: remove unused variable

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
4 years agobuildsys: use dpkg-dev makefile helpers for pkg info
Thomas Lamprecht [Wed, 22 May 2019 08:51:12 +0000 (10:51 +0200)]
buildsys: use dpkg-dev makefile helpers for pkg info

and refactor

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
5 years agobump version to 3.0.3-pve1
Oguz Bektas [Tue, 29 Jan 2019 10:39:43 +0000 (11:39 +0100)]
bump version to 3.0.3-pve1

Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
5 years agoupdate Makefile to get version info from changelog
Oguz Bektas [Tue, 29 Jan 2019 10:39:42 +0000 (11:39 +0100)]
update Makefile to get version info from changelog

Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
5 years agoupdate lxcfs submodule to master branch
Oguz Bektas [Tue, 29 Jan 2019 10:39:41 +0000 (11:39 +0100)]
update lxcfs submodule to master branch

Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
5 years agobump version to 3.0.2-2
Wolfgang Bumiller [Wed, 19 Sep 2018 07:17:17 +0000 (09:17 +0200)]
bump version to 3.0.2-2

to get rid of the UNRELEASED entry

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
5 years agofixup module path
Wolfgang Bumiller [Tue, 18 Sep 2018 09:11:19 +0000 (11:11 +0200)]
fixup module path

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
5 years agobump version to 3.0.2-1
Wolfgang Bumiller [Tue, 18 Sep 2018 09:08:06 +0000 (11:08 +0200)]
bump version to 3.0.2-1

and switch to using submodules

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
6 years agobump version to 3.0.0-1
Wolfgang Bumiller [Wed, 28 Mar 2018 12:01:43 +0000 (14:01 +0200)]
bump version to 3.0.0-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
6 years agobump version to 2.0.8-2
Wolfgang Bumiller [Wed, 7 Feb 2018 12:06:17 +0000 (13:06 +0100)]
bump version to 2.0.8-2

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
6 years agofix #1655: merge stable upstream patches for /proc/meminfo
Wolfgang Bumiller [Wed, 7 Feb 2018 12:00:54 +0000 (13:00 +0100)]
fix #1655: merge stable upstream patches for /proc/meminfo

* Fix inaccurate values in /proc/meminfo for containers with child cgroups
* Change MemAvailable figure in /proc/meminfo to include cache memory

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
6 years agobuildsys: cleanup & dbgsym package switch
Wolfgang Bumiller [Mon, 20 Nov 2017 13:26:53 +0000 (14:26 +0100)]
buildsys: cleanup & dbgsym package switch

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
6 years agobump version to 2.0.8-1
Wolfgang Bumiller [Mon, 20 Nov 2017 10:40:10 +0000 (11:40 +0100)]
bump version to 2.0.8-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
6 years agobuild: reformat debian/control
Fabian Grünbichler [Wed, 4 Oct 2017 09:05:33 +0000 (11:05 +0200)]
build: reformat debian/control

using wrap-and-sort -abt

6 years agobump version to 2.0.7-pve4
Wolfgang Bumiller [Fri, 4 Aug 2017 06:21:50 +0000 (08:21 +0200)]
bump version to 2.0.7-pve4

6 years agofix #1469: merge: uptime: fix a problem with subsequent reads
Wolfgang Bumiller [Fri, 4 Aug 2017 06:19:02 +0000 (08:19 +0200)]
fix #1469: merge: uptime: fix a problem with subsequent reads

Fixes lxcfs#191 via lxcfs PR#205

6 years agomerge: (temporarily?) revert the virtualization of btime field in /proc/stat
Wolfgang Bumiller [Fri, 4 Aug 2017 06:18:09 +0000 (08:18 +0200)]
merge: (temporarily?) revert the virtualization of btime field in /proc/stat

Fixes lxcfs#189

6 years agobump version to 2.0.7-pve3
Wolfgang Bumiller [Wed, 14 Jun 2017 09:33:05 +0000 (11:33 +0200)]
bump version to 2.0.7-pve3

6 years agomerge: bindings: calculate btime correctly
Wolfgang Bumiller [Wed, 14 Jun 2017 09:31:13 +0000 (11:31 +0200)]
merge: bindings: calculate btime correctly

6 years agobump version to 2.0.7-pve2
Wolfgang Bumiller [Wed, 31 May 2017 11:40:52 +0000 (13:40 +0200)]
bump version to 2.0.7-pve2

6 years agomerge: bindings: calculate uptime via proc/<pid>/stat
Wolfgang Bumiller [Wed, 31 May 2017 11:39:43 +0000 (13:39 +0200)]
merge: bindings: calculate uptime via proc/<pid>/stat

6 years agobump version to 2.0.7-pve1
Fabian Grünbichler [Mon, 15 May 2017 12:22:43 +0000 (14:22 +0200)]
bump version to 2.0.7-pve1

6 years agobump version to 2.0.7-1
Wolfgang Bumiller [Fri, 12 May 2017 13:04:03 +0000 (15:04 +0200)]
bump version to 2.0.7-1

7 years agobump version to 2.0.6-pve500 for stretch
Wolfgang Bumiller [Fri, 10 Mar 2017 13:30:11 +0000 (14:30 +0100)]
bump version to 2.0.6-pve500 for stretch

7 years agobuildsys: more make job safety fixes
Wolfgang Bumiller [Fri, 10 Feb 2017 13:16:35 +0000 (14:16 +0100)]
buildsys: more make job safety fixes

7 years agomerge: Limit memswlimit by TotalSwap
Wolfgang Bumiller [Wed, 8 Feb 2017 09:09:20 +0000 (10:09 +0100)]
merge: Limit memswlimit by TotalSwap

7 years agobuildsys: make job safety
Wolfgang Bumiller [Tue, 7 Feb 2017 11:24:38 +0000 (12:24 +0100)]
buildsys: make job safety

7 years agoupdate to lxcfs-2.0.6
Wolfgang Bumiller [Wed, 25 Jan 2017 09:46:51 +0000 (10:46 +0100)]
update to lxcfs-2.0.6

7 years agobump version to 2.0.5-pve2
Wolfgang Bumiller [Thu, 22 Dec 2016 13:10:31 +0000 (14:10 +0100)]
bump version to 2.0.5-pve2

7 years agomerge: fix swap values with nested cgroups
Wolfgang Bumiller [Thu, 22 Dec 2016 13:09:39 +0000 (14:09 +0100)]
merge: fix swap values with nested cgroups

7 years agoupdate to lxcfs-2.0.5
Wolfgang Bumiller [Thu, 24 Nov 2016 08:42:49 +0000 (09:42 +0100)]
update to lxcfs-2.0.5