Your message dated Sun, 28 Apr 2019 08:30:00 +0000
with message-id <[email protected]>
and subject line Re: Bug#927901: unblock: lucene-solr/3.6.2+dfsg-19
has caused the Debian Bug report #927901,
regarding unblock: lucene-solr/3.6.2+dfsg-19
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 [email protected]
immediately.)
--
927901: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=927901
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
Please unblock package lucene-solr
I made a mistake when I installed solr-permissions.conf into the wrong
/etc/systemd/system/ directory. This makes solr unusable because
tomcat can't write to /var/lib/solr. A user spotted the error and reported
it here:
https://salsa.debian.org/java-team/lucene-solr/commit/ae53f09f37b18aa836640b256137a3a9e26e186f
The only change is installing this file to
/etc/systemd/system/tomcat9.service.d now which makes it work again.
Regards,
Markus
unblock lucene-solr/3.6.2+dfsg-19
-- System Information:
Debian Release: 9.8
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 4.9.0-8-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8),
LANGUAGE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru lucene-solr-3.6.2+dfsg/debian/changelog
lucene-solr-3.6.2+dfsg/debian/changelog
--- lucene-solr-3.6.2+dfsg/debian/changelog 2019-03-02 23:02:16.000000000
+0100
+++ lucene-solr-3.6.2+dfsg/debian/changelog 2019-04-19 00:39:36.000000000
+0200
@@ -1,3 +1,10 @@
+lucene-solr (3.6.2+dfsg-19) unstable; urgency=medium
+
+ * Team upload.
+ * Install solr-permissions.conf into the correct directory.
+
+ -- Markus Koschany <[email protected]> Fri, 19 Apr 2019 00:39:36 +0200
+
lucene-solr (3.6.2+dfsg-18) unstable; urgency=medium
* Team upload.
diff -Nru lucene-solr-3.6.2+dfsg/debian/solr-tomcat.install
lucene-solr-3.6.2+dfsg/debian/solr-tomcat.install
--- lucene-solr-3.6.2+dfsg/debian/solr-tomcat.install 2019-03-02
23:02:16.000000000 +0100
+++ lucene-solr-3.6.2+dfsg/debian/solr-tomcat.install 2019-04-19
00:39:36.000000000 +0200
@@ -1,3 +1,3 @@
debian/solr-tomcat.xml /etc/solr/
debian/tomcat.policy /etc/solr/
-debian/solr-permissions.conf /etc/systemd/system/tomcat9.d/
+debian/solr-permissions.conf /etc/systemd/system/tomcat9.service.d/
--- End Message ---
--- Begin Message ---
Markus Koschany:
> Control: tags -1 - moreinfo
>
> Am 24.04.19 um 23:08 schrieb Niels Thykier:
> [...]
>> Hi,
>>
>> Thanks for working to improve buster.
>>
>> I suspect this change is missing an "rm_conffile" for this misplaced
>> configuration file (everything in /etc is by default tagged as a
>> conffile for anything built with debhelper). Could you please have a
>> look at that and ensure this part is handled correctly?
>>
>> (otherwise, I think the changes look good)
>>
>> Thanks,
>> ~Niels
>
> Hi Niels,
>
> thanks, you are right. I have uploaded a new revision, -20, that removes
> the obsolete conf file with solr-tomcat.maintscript now.
>
> Regards,
>
> Markus
>
Unblocked, thanks.
~Niels
--- End Message ---