Your message dated Sat, 22 Jul 2017 13:18:56 +0100 with message-id <1500725936.14212.4.camel@adam-barratt.org.uk> and subject line Closing bugs for 8.9 fixes has caused the Debian Bug report #843701, regarding jessie-pu: package boinc/7.4.23+dfsg-1 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner@bugs.debian.org immediately.) -- 843701: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=843701 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: jessie-pu: package boinc/7.4.23+dfsg-1
- From: Gianfranco Costamagna <locutusofborg@debian.org>
- Date: Tue, 8 Nov 2016 21:12:32 +0000 (UTC)
- Message-id: <1492507372.1576810.1478639552450@mail.yahoo.com>
- Reply-to: Gianfranco Costamagna <locutusofborg@debian.org>
- References: <1492507372.1576810.1478639552450.ref@mail.yahoo.com>
Package: release.debian.org User: release.debian.org@packages.debian.org Usertags: pu Tags: jessie Severity: normal Boinc has a functionality problem in stable, the fix is already backported and I did upload a new version in unstable a few hours ago (just to make it backportable with older kernels) the diff is simple: + [ Tom Downes ] + * Fix OOM_ADJ handling with a backportable approach + (Closes: #843663) ^^ a typo in a variable name was preventing OOM_ADJ from being correctly set in the init script + [ Mike Brennan <debian@u4ear.com> ] + * Fix xhost syntax. (Closes: #841665) ^^ this is a potential security issue that still affects stable, so I would like to also address it. diff -Nru boinc-7.4.23+dfsg/debian/boinc-client.init boinc-7.4.23+dfsg/debian/boinc-client.init --- boinc-7.4.23+dfsg/debian/boinc-client.init 2014-10-17 17:10:09.000000000 +0200 +++ boinc-7.4.23+dfsg/debian/boinc-client.init 2016-11-08 19:39:13.000000000 +0100 @@ -29,6 +29,7 @@ BOINC_DIR=/var/lib/boinc-client BOINC_CLIENT=/usr/bin/boinc BOINC_OOM_ADJ=15 +BOINC_OOM_SCORE_ADJ=1000 #VALGRIND_OPTIONS="-v --log-file=/tmp/valgrind_boinc.log " VALGRIND_OPTIONS="" @@ -106,7 +107,7 @@ else if [ -n "$DISPLAY" -a -x /usr/bin/xhost ]; then # grant the boinc client to perform GPU computing - xhost local:boinc || echo -n "xhost error ignored, GPU computing may not be possible" + xhost +si:localuser:$BOINC_USER || echo -n "xhost error ignored, GPU computing may not be possible" fi if [ -n "$VALGRIND_OPTIONS" ]; then start-stop-daemon --start --quiet --background --pidfile $PIDFILE \ @@ -206,10 +207,13 @@ fi fi for BPID in ${pid} ${children}; do - if [ -w /proc/${BPID}/oom_adj ]; then - echo ${BOINC_OOM_AD} > /proc/${BPID}/oom_adj 2>/dev/null || true + # Fallback to old oom_adj if oom_score_adj doesn't exist + if [ -w /proc/${BPID}/oom_score_adj ]; then + echo ${BOINC_OOM_SCORE_ADJ} > /proc/${BPID}/oom_score_adj 2>/dev/null || true + elif [ -w /proc/${BPID}/oom_adj ]; then + echo ${BOINC_OOM_ADJ} > /proc/${BPID}/oom_adj 2>/dev/null || true else - echo "Could not write to /proc/${BPID}/oom_adj" + echo "Could not adjust oom_score of task" fi done fi thanks, GianfrancoAttachment: debdiff
Description: Binary data
--- End Message ---
--- Begin Message ---
- To: 843701-done@bugs.debian.org, 850440-done@bugs.debian.org, 858310-done@bugs.debian.org, 858846-done@bugs.debian.org, 861926-done@bugs.debian.org, 862167-done@bugs.debian.org, 862169-done@bugs.debian.org, 862173-done@bugs.debian.org, 862327-done@bugs.debian.org, 862353-done@bugs.debian.org, 862438-done@bugs.debian.org, 862456-done@bugs.debian.org, 862481-done@bugs.debian.org, 862498-done@bugs.debian.org, 862891-done@bugs.debian.org, 862960-done@bugs.debian.org, 862964-done@bugs.debian.org, 862976-done@bugs.debian.org, 862983-done@bugs.debian.org, 862986-done@bugs.debian.org, 862997-done@bugs.debian.org, 863049-done@bugs.debian.org, 863562-done@bugs.debian.org, 863682-done@bugs.debian.org, 863953-done@bugs.debian.org, 863970-done@bugs.debian.org, 864267-done@bugs.debian.org, 864745-done@bugs.debian.org, 864770-done@bugs.debian.org, 864910-done@bugs.debian.org, 864986-done@bugs.debian.org, 865102-done@bugs.debian.org, 865483-done@bugs.debian.org, 865763-done@bugs.debian.org, 866333-done@bugs.debian.org, 866517-done@bugs.debian.org, 866643-done@bugs.debian.org, 866967-done@bugs.debian.org, 867119-done@bugs.debian.org, 867328-done@bugs.debian.org, 867562-done@bugs.debian.org, 868106-done@bugs.debian.org, 868210-done@bugs.debian.org, 868211-done@bugs.debian.org, 868230-done@bugs.debian.org, 868241-done@bugs.debian.org, 868243-done@bugs.debian.org, 868567-done@bugs.debian.org
- Subject: Closing bugs for 8.9 fixes
- From: "Adam D. Barratt" <adam@adam-barratt.org.uk>
- Date: Sat, 22 Jul 2017 13:18:56 +0100
- Message-id: <1500725936.14212.4.camel@adam-barratt.org.uk>
Version: 8.9 Hi, These bugs all relate for updates which were included in today's jessie point release. Regards, Adam
--- End Message ---