[Bug 1673016] Re: Tomcat7 post installation script does not honor dpkg-statsoverride entries

2021-10-05 Thread Miriam EspaƱa Acebal
Hi,

the affected version here ( 8.5.16-1) belongs to Artful which reached
EOSS (End of Standard Support) so I'm afraid it can't be fixed.

The bug was fixed in Debian for 8.5.38-2+rm version, and tomcat8 is
present in Xenial with a lower version (8.0.32-1ubuntu1.13 ) (EOSS too)
and in Bionic with a higher version (8.5.39-1ubuntu1~18.04.3) (so it's
fixed for this). For this reason, I will mark the bug as "Won't fix".

** Changed in: tomcat8 (Ubuntu)
   Status: Triaged => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1673016

Title:
  Tomcat7 post installation script does not honor dpkg-statsoverride
  entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat8/+bug/1673016/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1673016] Re: Tomcat7 post installation script does not honor dpkg-statsoverride entries

2019-04-06 Thread Bug Watch Updater
** Changed in: tomcat8 (Debian)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1673016

Title:
  Tomcat7 post installation script does not honor dpkg-statsoverride
  entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat8/+bug/1673016/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1673016] Re: Tomcat7 post installation script does not honor dpkg-statsoverride entries

2019-03-11 Thread Andreas Hasenack
I'm also not familiar with dpkg-statoverride, but the pattern seems to be 
something along those lines:
- if there is no override for path /foo/bar, call dpkg-statoverride with 
--update

Example from cron's postinst:
# Fixup crontab binary for new group 'crontab'.
if ! dpkg-statoverride --list /usr/bin/crontab > /dev/null ; then
dpkg-statoverride --update --add root crontab 2755 /usr/bin/crontab
fi


Example from softhsm2:
set_perms() {
if ! dpkg-statoverride --list "$4" >/dev/null; then
dpkg-statoverride --update --add "$@"
fi
}

...
# set correct permissions on softhsm directories
set_perms root softhsm 0750 /etc/softhsm
set_perms root softhsm 02770 /var/lib/softhsm
set_perms root softhsm 02770 /var/lib/softhsm/tokens

-- 
You received this bug notification because you are a member of Ubuntu
Server, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1673016

Title:
  Tomcat7 post installation script does not honor dpkg-statsoverride
  entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat8/+bug/1673016/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1673016] Re: Tomcat7 post installation script does not honor dpkg-statsoverride entries

2019-03-11 Thread Andreas Hasenack
I'm also not familiar with dpkg-statoverride, but the pattern seems to be 
something along those lines:
- if there is no override for path /foo/bar, call dpkg-statoverride with 
--update

Example from cron's postinst:
# Fixup crontab binary for new group 'crontab'.
if ! dpkg-statoverride --list /usr/bin/crontab > /dev/null ; then
dpkg-statoverride --update --add root crontab 2755 /usr/bin/crontab
fi


Example from softhsm2:
set_perms() {
if ! dpkg-statoverride --list "$4" >/dev/null; then
dpkg-statoverride --update --add "$@"
fi
}

...
# set correct permissions on softhsm directories
set_perms root softhsm 0750 /etc/softhsm
set_perms root softhsm 02770 /var/lib/softhsm
set_perms root softhsm 02770 /var/lib/softhsm/tokens

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1673016

Title:
  Tomcat7 post installation script does not honor dpkg-statsoverride
  entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat8/+bug/1673016/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1673016] Re: Tomcat7 post installation script does not honor dpkg-statsoverride entries

2019-03-09 Thread Steve Langasek
** Package changed: tomcat8 (BOSS) => tomcat8 (Ubuntu)

** Changed in: tomcat8 (Ubuntu)
   Status: Fix Released => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1673016

Title:
  Tomcat7 post installation script does not honor dpkg-statsoverride
  entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat8/+bug/1673016/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1673016] Re: Tomcat7 post installation script does not honor dpkg-statsoverride entries

2019-03-09 Thread joseph ngugi
** Package changed: tomcat8 (Ubuntu) => tomcat8 (BOSS)

** Changed in: tomcat8 (BOSS)
   Status: Triaged => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1673016

Title:
  Tomcat7 post installation script does not honor dpkg-statsoverride
  entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/boss/+source/tomcat8/+bug/1673016/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1673016] Re: Tomcat7 post installation script does not honor dpkg-statsoverride entries

2017-09-21 Thread Bug Watch Updater
** Changed in: tomcat8 (Debian)
   Status: Unknown => New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1673016

Title:
  Tomcat7 post installation script does not honor dpkg-statsoverride
  entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat8/+bug/1673016/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1673016] Re: Tomcat7 post installation script does not honor dpkg-statsoverride entries

2017-09-20 Thread ChristianEhrhardt
As it seems just none around tomcat is very experienced with dpkg-statoverride.
Also while correct it is close to a nice-to have.

If one wants to go for this The Debian maintainer is open to review
changes provided on the bug that I reported and linked.

** Package changed: tomcat7 (Ubuntu) => tomcat8 (Ubuntu)

** Changed in: tomcat8 (Ubuntu)
   Importance: Undecided => Wishlist

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1673016

Title:
  Tomcat7 post installation script does not honor dpkg-statsoverride
  entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat8/+bug/1673016/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1673016] Re: Tomcat7 post installation script does not honor dpkg-statsoverride entries

2017-09-19 Thread ChristianEhrhardt
Reported and Linked.

** Bug watch added: Debian Bug tracker #876189
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=876189

** Also affects: tomcat8 (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=876189
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1673016

Title:
  Tomcat7 post installation script does not honor dpkg-statsoverride
  entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat7/+bug/1673016/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1673016] Re: Tomcat7 post installation script does not honor dpkg-statsoverride entries

2017-09-19 Thread ChristianEhrhardt
No update for a long time, severity is low (actually undecided so far)
and a report to Debian would still be the right thing to do.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1673016

Title:
  Tomcat7 post installation script does not honor dpkg-statsoverride
  entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat7/+bug/1673016/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1673016] Re: Tomcat7 post installation script does not honor dpkg-statsoverride entries

2017-03-20 Thread Nish Aravamudan
Hello and thank you for filing this bug report!

I think this bug is probably also present in Debian and is maybe also
present in tomcat8? Would you be willing to file the bug there?

** Changed in: tomcat7 (Ubuntu)
   Status: New => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1673016

Title:
  Tomcat7 post installation script does not honor dpkg-statsoverride
  entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat7/+bug/1673016/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs