]> git.proxmox.com Git - lxcfs.git/log
lxcfs.git
16 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>
16 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>
16 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>
16 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>
16 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>
16 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>
16 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>
16 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>
16 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>
16 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>
16 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>
16 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>
20 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>
20 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>
20 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>
3 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>
3 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>
3 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>
3 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>
3 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>
3 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>
3 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>
3 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>
4 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>
5 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>
5 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>
5 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>
5 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>
5 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>
5 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>
5 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>
5 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>
5 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>
5 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>
5 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>
5 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>
6 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>
6 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>
6 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

7 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

7 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

7 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

7 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

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

7 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

7 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

7 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

7 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

7 years agobump version to 2.0.4-pve2
Wolfgang Bumiller [Wed, 19 Oct 2016 08:52:23 +0000 (10:52 +0200)]
bump version to 2.0.4-pve2

7 years agofix #1173: wrong /proc/meminfo content
Fabian Grünbichler [Wed, 19 Oct 2016 07:41:08 +0000 (09:41 +0200)]
fix #1173: wrong /proc/meminfo content

7 years agobump version to 2.0.4-pve1
Wolfgang Bumiller [Thu, 6 Oct 2016 11:47:45 +0000 (13:47 +0200)]
bump version to 2.0.4-pve1

8 years agobump version to 2.0.3-pve1
Wolfgang Bumiller [Tue, 16 Aug 2016 08:51:51 +0000 (10:51 +0200)]
bump version to 2.0.3-pve1

8 years agouse build architecture also in packagename
Thomas Lamprecht [Fri, 5 Aug 2016 10:34:03 +0000 (12:34 +0200)]
use build architecture also in packagename

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
8 years agobump version to 2.0.2-pve1
Wolfgang Bumiller [Tue, 26 Jul 2016 14:08:29 +0000 (16:08 +0200)]
bump version to 2.0.2-pve1

8 years agoupdate to commit f0f8b8511938cc680150d782a3add0ee4d60fb01
Dietmar Maurer [Tue, 15 Mar 2016 11:17:43 +0000 (12:17 +0100)]
update to commit f0f8b8511938cc680150d782a3add0ee4d60fb01

8 years agoUpdate upstream post clone/fork fix
Fabian Grünbichler [Tue, 15 Mar 2016 11:09:50 +0000 (12:09 +0100)]
Update upstream post clone/fork fix

8 years agoDon't install libpam-cgfs
Fabian Grünbichler [Wed, 17 Feb 2016 12:56:46 +0000 (13:56 +0100)]
Don't install libpam-cgfs

8 years agoMake lxcfs.service reloadable, reload in postinst
Fabian Grünbichler [Wed, 17 Feb 2016 12:56:45 +0000 (13:56 +0100)]
Make lxcfs.service reloadable, reload in postinst

Also don't restart on upgrades

8 years agoUpdate to latest upstream 2.0.0.beta1
Fabian Grünbichler [Wed, 17 Feb 2016 10:01:04 +0000 (11:01 +0100)]
Update to latest upstream 2.0.0.beta1

Commit 551c58dd1a7fbaebe92dd0f1f80f1789faa3a2eb

Drop patches applied upstream:
- 0001-fix-missing-dereferencing-in-must_strcat_pid.patch
- 0001-uptime-fix-pid1-and-reaper_busy-times.patch
- 0003-fix-leak-in-realloc-loop-in-must_strcat_pid.patch
- 0004-cgfs-fix-dorealloc-s-batch-allocation.patch

Update systemd unit to reflect options dropped upstream.

8 years agoAdd quilt, libpam0g-dev to Build-Depends
Fabian Grünbichler [Tue, 16 Feb 2016 14:07:12 +0000 (15:07 +0100)]
Add quilt, libpam0g-dev to Build-Depends

8 years agoenable lxcfs-dbg package
Wolfgang Bumiller [Mon, 11 Jan 2016 14:13:55 +0000 (15:13 +0100)]
enable lxcfs-dbg package

8 years agobump version to 0.13-pve3
Dietmar Maurer [Thu, 7 Jan 2016 15:26:00 +0000 (16:26 +0100)]
bump version to 0.13-pve3