Activity log for bug #1893513

Date Who What changed Old value New value Message
2020-08-29 11:59:30 Volker Wysk bug added bug
2020-08-30 00:18:10 Kai Kasurinen bug watch added https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=950601
2020-08-30 00:18:10 Kai Kasurinen bug task added lsof (Debian)
2020-08-30 00:18:15 Kai Kasurinen bug added subscriber Kai Kasurinen
2020-08-30 00:41:26 Bug Watch Updater lsof (Debian): status Unknown New
2020-09-04 10:27:49 Sebastien Bacher lsof (Ubuntu): importance Undecided Low
2020-09-04 10:27:52 Sebastien Bacher lsof (Ubuntu): status New Triaged
2020-12-24 21:59:19 Eric Desrochers nominated for series Ubuntu Groovy
2020-12-24 21:59:19 Eric Desrochers bug task added lsof (Ubuntu Groovy)
2020-12-24 21:59:19 Eric Desrochers nominated for series Ubuntu Hirsute
2020-12-24 21:59:19 Eric Desrochers bug task added lsof (Ubuntu Hirsute)
2020-12-24 21:59:19 Eric Desrochers nominated for series Ubuntu Focal
2020-12-24 21:59:19 Eric Desrochers bug task added lsof (Ubuntu Focal)
2020-12-24 21:59:28 Eric Desrochers lsof (Ubuntu Hirsute): status Triaged Fix Released
2020-12-24 22:20:08 Eric Desrochers bug added subscriber Eric Desrochers
2020-12-25 16:22:16 Eric Desrochers description When trying to view the manpage of lsof, this happens: desktop ~ $ LANG=C man lsof man: can't open /usr/share/man/./version: No such file or directory No manual entry for lsof The man page is present at /usr/share/man/man8/lsof.8.gz. This: zless /usr/share/man/man8/lsof.8.gz reveals that there is the line ".so ./version" at the beginning, with the file "version" not existing. Other man pages don't seem to be affected. ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: lsof 4.93.2+dfsg-1 ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44 Uname: Linux 5.4.0-42-generic x86_64 ApportVersion: 2.20.11-0ubuntu27.8 Architecture: amd64 CasperMD5CheckResult: skip CurrentDesktop: ubuntu:GNOME Date: Sat Aug 29 13:50:47 2020 InstallationDate: Installed on 2020-08-03 (26 days ago) InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423) ProcEnviron: TERM=xterm PATH=(custom, no user) XDG_RUNTIME_DIR=<set> LANG=de_DE.UTF-8 SHELL=/bin/bash SourcePackage: lsof UpgradeStatus: No upgrade log present (probably fresh install) [Impact] One cannot consult the 'lsof' manpage in two ways: * Using CLI: man lsof * Ubuntu Manpage: http://manpages.ubuntu.com/cgi-bin/search.py?q=lsof You will notice the manpage is missing for F and G. Workarounds would be: * Use --help' parameter * Use a search engine to find an 'lsof' online man page. This has been first introduced with the new upstream release of '4.93.2+dfsg-1'. lsof | 4.93.2+dfsg-1 | focal lsof | 4.93.2+dfsg-1 | groovy [Test Case] == CLI == * On an F/G system * Perform: "man lsof" It will errors out as follows: " man: can't open /usr/share/man/./version: No such file or directory No manual entry for lsof " == Ubuntu Manpage == * Browse the Ubuntu Manpage: http://manpages.ubuntu.com/cgi-bin/search.py?q=lsof No 'lsof' manpage is found for F/G. [Where problem could occur] If a problem arise, it will only affect the lsof manpage. The fix adds a build dependency 'groff-base' that is found in 'main' for all affected release above and pretty much at the same level of code base. groff-base | 1.22.4-4build1 | focal groff-base | 1.22.4-5 | groovy groff-base | 1.22.4-5 | hirsute [Other info] In theory, I would possibly wait for the next bug fixing SRU as an opportunity to merge that change, but according to the d/changelog, there is not much frequent SRU(s) done for 'lsof', so we might have to just fix 'lsof' for this particular case which can be an annoyance for certain Ubuntu users. The package has been fixed in Debian upstream '4.93.2+dfsg-1.1' and auto-synced in Hirsute. It is now needing an SRU for F/G. [Original Description] When trying to view the manpage of lsof, this happens: desktop ~ $ LANG=C man lsof man: can't open /usr/share/man/./version: No such file or directory No manual entry for lsof The man page is present at /usr/share/man/man8/lsof.8.gz. This: zless /usr/share/man/man8/lsof.8.gz reveals that there is the line ".so ./version" at the beginning, with the file "version" not existing. Other man pages don't seem to be affected. ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: lsof 4.93.2+dfsg-1 ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44 Uname: Linux 5.4.0-42-generic x86_64 ApportVersion: 2.20.11-0ubuntu27.8 Architecture: amd64 CasperMD5CheckResult: skip CurrentDesktop: ubuntu:GNOME Date: Sat Aug 29 13:50:47 2020 InstallationDate: Installed on 2020-08-03 (26 days ago) InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423) ProcEnviron:  TERM=xterm  PATH=(custom, no user)  XDG_RUNTIME_DIR=<set>  LANG=de_DE.UTF-8  SHELL=/bin/bash SourcePackage: lsof UpgradeStatus: No upgrade log present (probably fresh install)
2020-12-25 16:22:25 Eric Desrochers bug added subscriber STS Sponsors
2020-12-25 16:22:43 Eric Desrochers description [Impact] One cannot consult the 'lsof' manpage in two ways: * Using CLI: man lsof * Ubuntu Manpage: http://manpages.ubuntu.com/cgi-bin/search.py?q=lsof You will notice the manpage is missing for F and G. Workarounds would be: * Use --help' parameter * Use a search engine to find an 'lsof' online man page. This has been first introduced with the new upstream release of '4.93.2+dfsg-1'. lsof | 4.93.2+dfsg-1 | focal lsof | 4.93.2+dfsg-1 | groovy [Test Case] == CLI == * On an F/G system * Perform: "man lsof" It will errors out as follows: " man: can't open /usr/share/man/./version: No such file or directory No manual entry for lsof " == Ubuntu Manpage == * Browse the Ubuntu Manpage: http://manpages.ubuntu.com/cgi-bin/search.py?q=lsof No 'lsof' manpage is found for F/G. [Where problem could occur] If a problem arise, it will only affect the lsof manpage. The fix adds a build dependency 'groff-base' that is found in 'main' for all affected release above and pretty much at the same level of code base. groff-base | 1.22.4-4build1 | focal groff-base | 1.22.4-5 | groovy groff-base | 1.22.4-5 | hirsute [Other info] In theory, I would possibly wait for the next bug fixing SRU as an opportunity to merge that change, but according to the d/changelog, there is not much frequent SRU(s) done for 'lsof', so we might have to just fix 'lsof' for this particular case which can be an annoyance for certain Ubuntu users. The package has been fixed in Debian upstream '4.93.2+dfsg-1.1' and auto-synced in Hirsute. It is now needing an SRU for F/G. [Original Description] When trying to view the manpage of lsof, this happens: desktop ~ $ LANG=C man lsof man: can't open /usr/share/man/./version: No such file or directory No manual entry for lsof The man page is present at /usr/share/man/man8/lsof.8.gz. This: zless /usr/share/man/man8/lsof.8.gz reveals that there is the line ".so ./version" at the beginning, with the file "version" not existing. Other man pages don't seem to be affected. ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: lsof 4.93.2+dfsg-1 ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44 Uname: Linux 5.4.0-42-generic x86_64 ApportVersion: 2.20.11-0ubuntu27.8 Architecture: amd64 CasperMD5CheckResult: skip CurrentDesktop: ubuntu:GNOME Date: Sat Aug 29 13:50:47 2020 InstallationDate: Installed on 2020-08-03 (26 days ago) InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423) ProcEnviron:  TERM=xterm  PATH=(custom, no user)  XDG_RUNTIME_DIR=<set>  LANG=de_DE.UTF-8  SHELL=/bin/bash SourcePackage: lsof UpgradeStatus: No upgrade log present (probably fresh install) [Impact] One cannot consult the 'lsof' manpage: * Using CLI: man lsof * Ubuntu Manpage: http://manpages.ubuntu.com/cgi-bin/search.py?q=lsof You will notice the manpage is missing for F and G. Workarounds would be: * Use --help' parameter * Use a search engine to find an 'lsof' online man page. This has been first introduced with the new upstream release of '4.93.2+dfsg-1'.  lsof | 4.93.2+dfsg-1 | focal  lsof | 4.93.2+dfsg-1 | groovy [Test Case]  == CLI == * On an F/G system * Perform: "man lsof" It will errors out as follows: " man: can't open /usr/share/man/./version: No such file or directory No manual entry for lsof "  == Ubuntu Manpage == * Browse the Ubuntu Manpage: http://manpages.ubuntu.com/cgi-bin/search.py?q=lsof No 'lsof' manpage is found for F/G. [Where problem could occur] If a problem arise, it will only affect the lsof manpage. The fix adds a build dependency 'groff-base' that is found in 'main' for all affected release above and pretty much at the same level of code base.  groff-base | 1.22.4-4build1 | focal  groff-base | 1.22.4-5 | groovy  groff-base | 1.22.4-5 | hirsute [Other info] In theory, I would possibly wait for the next bug fixing SRU as an opportunity to merge that change, but according to the d/changelog, there is not much frequent SRU(s) done for 'lsof', so we might have to just fix 'lsof' for this particular case which can be an annoyance for certain Ubuntu users. The package has been fixed in Debian upstream '4.93.2+dfsg-1.1' and auto-synced in Hirsute. It is now needing an SRU for F/G. [Original Description] When trying to view the manpage of lsof, this happens: desktop ~ $ LANG=C man lsof man: can't open /usr/share/man/./version: No such file or directory No manual entry for lsof The man page is present at /usr/share/man/man8/lsof.8.gz. This: zless /usr/share/man/man8/lsof.8.gz reveals that there is the line ".so ./version" at the beginning, with the file "version" not existing. Other man pages don't seem to be affected. ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: lsof 4.93.2+dfsg-1 ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44 Uname: Linux 5.4.0-42-generic x86_64 ApportVersion: 2.20.11-0ubuntu27.8 Architecture: amd64 CasperMD5CheckResult: skip CurrentDesktop: ubuntu:GNOME Date: Sat Aug 29 13:50:47 2020 InstallationDate: Installed on 2020-08-03 (26 days ago) InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423) ProcEnviron:  TERM=xterm  PATH=(custom, no user)  XDG_RUNTIME_DIR=<set>  LANG=de_DE.UTF-8  SHELL=/bin/bash SourcePackage: lsof UpgradeStatus: No upgrade log present (probably fresh install)
2020-12-25 16:23:02 Eric Desrochers lsof (Ubuntu Groovy): status New In Progress
2020-12-25 16:23:05 Eric Desrochers lsof (Ubuntu Focal): status New In Progress
2020-12-25 16:23:07 Eric Desrochers lsof (Ubuntu Focal): assignee Eric Desrochers (slashd)
2020-12-25 16:23:10 Eric Desrochers lsof (Ubuntu Groovy): assignee Eric Desrochers (slashd)
2020-12-25 16:23:12 Eric Desrochers lsof (Ubuntu Groovy): importance Undecided Low
2020-12-25 16:23:15 Eric Desrochers lsof (Ubuntu Focal): importance Undecided Low
2020-12-25 16:24:53 Eric Desrochers description [Impact] One cannot consult the 'lsof' manpage: * Using CLI: man lsof * Ubuntu Manpage: http://manpages.ubuntu.com/cgi-bin/search.py?q=lsof You will notice the manpage is missing for F and G. Workarounds would be: * Use --help' parameter * Use a search engine to find an 'lsof' online man page. This has been first introduced with the new upstream release of '4.93.2+dfsg-1'.  lsof | 4.93.2+dfsg-1 | focal  lsof | 4.93.2+dfsg-1 | groovy [Test Case]  == CLI == * On an F/G system * Perform: "man lsof" It will errors out as follows: " man: can't open /usr/share/man/./version: No such file or directory No manual entry for lsof "  == Ubuntu Manpage == * Browse the Ubuntu Manpage: http://manpages.ubuntu.com/cgi-bin/search.py?q=lsof No 'lsof' manpage is found for F/G. [Where problem could occur] If a problem arise, it will only affect the lsof manpage. The fix adds a build dependency 'groff-base' that is found in 'main' for all affected release above and pretty much at the same level of code base.  groff-base | 1.22.4-4build1 | focal  groff-base | 1.22.4-5 | groovy  groff-base | 1.22.4-5 | hirsute [Other info] In theory, I would possibly wait for the next bug fixing SRU as an opportunity to merge that change, but according to the d/changelog, there is not much frequent SRU(s) done for 'lsof', so we might have to just fix 'lsof' for this particular case which can be an annoyance for certain Ubuntu users. The package has been fixed in Debian upstream '4.93.2+dfsg-1.1' and auto-synced in Hirsute. It is now needing an SRU for F/G. [Original Description] When trying to view the manpage of lsof, this happens: desktop ~ $ LANG=C man lsof man: can't open /usr/share/man/./version: No such file or directory No manual entry for lsof The man page is present at /usr/share/man/man8/lsof.8.gz. This: zless /usr/share/man/man8/lsof.8.gz reveals that there is the line ".so ./version" at the beginning, with the file "version" not existing. Other man pages don't seem to be affected. ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: lsof 4.93.2+dfsg-1 ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44 Uname: Linux 5.4.0-42-generic x86_64 ApportVersion: 2.20.11-0ubuntu27.8 Architecture: amd64 CasperMD5CheckResult: skip CurrentDesktop: ubuntu:GNOME Date: Sat Aug 29 13:50:47 2020 InstallationDate: Installed on 2020-08-03 (26 days ago) InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423) ProcEnviron:  TERM=xterm  PATH=(custom, no user)  XDG_RUNTIME_DIR=<set>  LANG=de_DE.UTF-8  SHELL=/bin/bash SourcePackage: lsof UpgradeStatus: No upgrade log present (probably fresh install) [Impact] One cannot consult the 'lsof' manpage: * Using CLI: man lsof * Ubuntu Manpage: http://manpages.ubuntu.com/cgi-bin/search.py?q=lsof You will notice the manpage is missing for F and G. Workarounds would be: * Use --help' parameter * Use a search engine to find an 'lsof' online man page. This has been first introduced with the new upstream release of '4.93.2+dfsg-1'.  lsof | 4.93.2+dfsg-1 | focal  lsof | 4.93.2+dfsg-1 | groovy [Test Case]  == CLI == * On an F/G system * Perform: "man lsof" It will errors out as follows: " man: can't open /usr/share/man/./version: No such file or directory No manual entry for lsof "  == Ubuntu Manpage == * Browse the Ubuntu Manpage: http://manpages.ubuntu.com/cgi-bin/search.py?q=lsof No 'lsof' manpage is found for F/G. [Where problem could occur] If a problem arise, it will only affect the lsof manpage. The fix adds a build dependency 'groff-base' that is found in 'main' for all affected release above and pretty much at the same level of code base.  groff-base | 1.22.4-4build1 | focal  groff-base | 1.22.4-5 | groovy  groff-base | 1.22.4-5 | hirsute [Other info] In theory, I would possibly wait for the next bug fixing SRU as an opportunity to merge that change, but according to the d/changelog, there is not much frequent SRU(s) done for 'lsof', so we might have to just fix 'lsof' for this particular case which can be an annoyance for certain Ubuntu users. The package has been fixed in Debian upstream '4.93.2+dfsg-1.1' and auto-synced in Hirsute. It is now needing an SRU for F/G. Debian bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=950601 [Original Description] When trying to view the manpage of lsof, this happens: desktop ~ $ LANG=C man lsof man: can't open /usr/share/man/./version: No such file or directory No manual entry for lsof The man page is present at /usr/share/man/man8/lsof.8.gz. This: zless /usr/share/man/man8/lsof.8.gz reveals that there is the line ".so ./version" at the beginning, with the file "version" not existing. Other man pages don't seem to be affected. ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: lsof 4.93.2+dfsg-1 ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44 Uname: Linux 5.4.0-42-generic x86_64 ApportVersion: 2.20.11-0ubuntu27.8 Architecture: amd64 CasperMD5CheckResult: skip CurrentDesktop: ubuntu:GNOME Date: Sat Aug 29 13:50:47 2020 InstallationDate: Installed on 2020-08-03 (26 days ago) InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423) ProcEnviron:  TERM=xterm  PATH=(custom, no user)  XDG_RUNTIME_DIR=<set>  LANG=de_DE.UTF-8  SHELL=/bin/bash SourcePackage: lsof UpgradeStatus: No upgrade log present (probably fresh install)
2020-12-25 16:27:15 Eric Desrochers description [Impact] One cannot consult the 'lsof' manpage: * Using CLI: man lsof * Ubuntu Manpage: http://manpages.ubuntu.com/cgi-bin/search.py?q=lsof You will notice the manpage is missing for F and G. Workarounds would be: * Use --help' parameter * Use a search engine to find an 'lsof' online man page. This has been first introduced with the new upstream release of '4.93.2+dfsg-1'.  lsof | 4.93.2+dfsg-1 | focal  lsof | 4.93.2+dfsg-1 | groovy [Test Case]  == CLI == * On an F/G system * Perform: "man lsof" It will errors out as follows: " man: can't open /usr/share/man/./version: No such file or directory No manual entry for lsof "  == Ubuntu Manpage == * Browse the Ubuntu Manpage: http://manpages.ubuntu.com/cgi-bin/search.py?q=lsof No 'lsof' manpage is found for F/G. [Where problem could occur] If a problem arise, it will only affect the lsof manpage. The fix adds a build dependency 'groff-base' that is found in 'main' for all affected release above and pretty much at the same level of code base.  groff-base | 1.22.4-4build1 | focal  groff-base | 1.22.4-5 | groovy  groff-base | 1.22.4-5 | hirsute [Other info] In theory, I would possibly wait for the next bug fixing SRU as an opportunity to merge that change, but according to the d/changelog, there is not much frequent SRU(s) done for 'lsof', so we might have to just fix 'lsof' for this particular case which can be an annoyance for certain Ubuntu users. The package has been fixed in Debian upstream '4.93.2+dfsg-1.1' and auto-synced in Hirsute. It is now needing an SRU for F/G. Debian bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=950601 [Original Description] When trying to view the manpage of lsof, this happens: desktop ~ $ LANG=C man lsof man: can't open /usr/share/man/./version: No such file or directory No manual entry for lsof The man page is present at /usr/share/man/man8/lsof.8.gz. This: zless /usr/share/man/man8/lsof.8.gz reveals that there is the line ".so ./version" at the beginning, with the file "version" not existing. Other man pages don't seem to be affected. ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: lsof 4.93.2+dfsg-1 ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44 Uname: Linux 5.4.0-42-generic x86_64 ApportVersion: 2.20.11-0ubuntu27.8 Architecture: amd64 CasperMD5CheckResult: skip CurrentDesktop: ubuntu:GNOME Date: Sat Aug 29 13:50:47 2020 InstallationDate: Installed on 2020-08-03 (26 days ago) InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423) ProcEnviron:  TERM=xterm  PATH=(custom, no user)  XDG_RUNTIME_DIR=<set>  LANG=de_DE.UTF-8  SHELL=/bin/bash SourcePackage: lsof UpgradeStatus: No upgrade log present (probably fresh install) [Impact] One cannot consult the 'lsof' manpage: * Using CLI: man lsof * Ubuntu Manpage: http://manpages.ubuntu.com/cgi-bin/search.py?q=lsof You will notice the manpage is missing for F and G. Workarounds would be: * Use --help' parameter * Use a search engine to find an 'lsof' online man page. This has been first introduced with the new upstream release of '4.93.2+dfsg-1'.  lsof | 4.93.2+dfsg-1 | focal  lsof | 4.93.2+dfsg-1 | groovy [Test Case]  == CLI == * On an F/G system * Perform: "man lsof" It will errors out as follows: " man: can't open /usr/share/man/./version: No such file or directory No manual entry for lsof "  == Ubuntu Manpage == * Browse the Ubuntu Manpage: http://manpages.ubuntu.com/cgi-bin/search.py?q=lsof No 'lsof' manpage is found for F/G. [Where problem could occur] If a problem arise, it will only affect the lsof manpage. The fix adds a build dependency 'groff-base'[0] that is found in 'main' for all affected release above and pretty much at the same level of code base.  groff-base | 1.22.4-4build1 | focal  groff-base | 1.22.4-5 | groovy  groff-base | 1.22.4-5 | hirsute [0] - GNU troff text-formatting system [Other info] In theory, I would possibly wait for the next bug fixing SRU as an opportunity to merge that change, but according to the d/changelog, there is not much frequent SRU(s) done for 'lsof', so we might have to just fix 'lsof' for this particular case which can be an annoyance for certain Ubuntu users. The package has been fixed in Debian upstream '4.93.2+dfsg-1.1' and auto-synced in Hirsute. It is now needing an SRU for F/G. Debian bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=950601 [Original Description] When trying to view the manpage of lsof, this happens: desktop ~ $ LANG=C man lsof man: can't open /usr/share/man/./version: No such file or directory No manual entry for lsof The man page is present at /usr/share/man/man8/lsof.8.gz. This: zless /usr/share/man/man8/lsof.8.gz reveals that there is the line ".so ./version" at the beginning, with the file "version" not existing. Other man pages don't seem to be affected. ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: lsof 4.93.2+dfsg-1 ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44 Uname: Linux 5.4.0-42-generic x86_64 ApportVersion: 2.20.11-0ubuntu27.8 Architecture: amd64 CasperMD5CheckResult: skip CurrentDesktop: ubuntu:GNOME Date: Sat Aug 29 13:50:47 2020 InstallationDate: Installed on 2020-08-03 (26 days ago) InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423) ProcEnviron:  TERM=xterm  PATH=(custom, no user)  XDG_RUNTIME_DIR=<set>  LANG=de_DE.UTF-8  SHELL=/bin/bash SourcePackage: lsof UpgradeStatus: No upgrade log present (probably fresh install)
2020-12-25 16:28:49 Eric Desrochers description [Impact] One cannot consult the 'lsof' manpage: * Using CLI: man lsof * Ubuntu Manpage: http://manpages.ubuntu.com/cgi-bin/search.py?q=lsof You will notice the manpage is missing for F and G. Workarounds would be: * Use --help' parameter * Use a search engine to find an 'lsof' online man page. This has been first introduced with the new upstream release of '4.93.2+dfsg-1'.  lsof | 4.93.2+dfsg-1 | focal  lsof | 4.93.2+dfsg-1 | groovy [Test Case]  == CLI == * On an F/G system * Perform: "man lsof" It will errors out as follows: " man: can't open /usr/share/man/./version: No such file or directory No manual entry for lsof "  == Ubuntu Manpage == * Browse the Ubuntu Manpage: http://manpages.ubuntu.com/cgi-bin/search.py?q=lsof No 'lsof' manpage is found for F/G. [Where problem could occur] If a problem arise, it will only affect the lsof manpage. The fix adds a build dependency 'groff-base'[0] that is found in 'main' for all affected release above and pretty much at the same level of code base.  groff-base | 1.22.4-4build1 | focal  groff-base | 1.22.4-5 | groovy  groff-base | 1.22.4-5 | hirsute [0] - GNU troff text-formatting system [Other info] In theory, I would possibly wait for the next bug fixing SRU as an opportunity to merge that change, but according to the d/changelog, there is not much frequent SRU(s) done for 'lsof', so we might have to just fix 'lsof' for this particular case which can be an annoyance for certain Ubuntu users. The package has been fixed in Debian upstream '4.93.2+dfsg-1.1' and auto-synced in Hirsute. It is now needing an SRU for F/G. Debian bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=950601 [Original Description] When trying to view the manpage of lsof, this happens: desktop ~ $ LANG=C man lsof man: can't open /usr/share/man/./version: No such file or directory No manual entry for lsof The man page is present at /usr/share/man/man8/lsof.8.gz. This: zless /usr/share/man/man8/lsof.8.gz reveals that there is the line ".so ./version" at the beginning, with the file "version" not existing. Other man pages don't seem to be affected. ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: lsof 4.93.2+dfsg-1 ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44 Uname: Linux 5.4.0-42-generic x86_64 ApportVersion: 2.20.11-0ubuntu27.8 Architecture: amd64 CasperMD5CheckResult: skip CurrentDesktop: ubuntu:GNOME Date: Sat Aug 29 13:50:47 2020 InstallationDate: Installed on 2020-08-03 (26 days ago) InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423) ProcEnviron:  TERM=xterm  PATH=(custom, no user)  XDG_RUNTIME_DIR=<set>  LANG=de_DE.UTF-8  SHELL=/bin/bash SourcePackage: lsof UpgradeStatus: No upgrade log present (probably fresh install) [Impact] One cannot consult the 'lsof' manpage: * Using CLI: man lsof * Ubuntu Manpage: http://manpages.ubuntu.com/cgi-bin/search.py?q=lsof You will notice the manpage is missing for F and G. Workarounds would be: * Use --help' parameter * Use a search engine to find an 'lsof' online man page. This has been first introduced with the new upstream release of '4.93.2+dfsg-1'.  lsof | 4.93.2+dfsg-1 | focal  lsof | 4.93.2+dfsg-1 | groovy [Test Case]  == CLI == * On an F/G system * Perform: "man lsof" It will errors out as follows: " man: can't open /usr/share/man/./version: No such file or directory No manual entry for lsof "  == Ubuntu Manpage == * Browse the Ubuntu Manpage: http://manpages.ubuntu.com/cgi-bin/search.py?q=lsof No 'lsof' manpage is found for F/G. [Where problem could occur] If a problem arise, it will only affect the lsof manpage. The fix adds a build dependency 'groff-base'[0] that is found in 'main' for all affected release above and pretty much at the same level of code base.  groff-base | 1.22.4-4build1 | focal  groff-base | 1.22.4-5 | groovy  groff-base | 1.22.4-5 | hirsute [0] - https://www.gnu.org/software/groff/manual/groff.html#man [Other info] In theory, I would possibly wait for the next bug fixing SRU as an opportunity to merge that change, but according to the d/changelog, there is not much frequent SRU(s) done for 'lsof', so we might have to just fix 'lsof' for this particular case which can be an annoyance for certain Ubuntu users. The package has been fixed in Debian upstream '4.93.2+dfsg-1.1' and auto-synced in Hirsute. It is now needing an SRU for F/G. Debian bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=950601 [Original Description] When trying to view the manpage of lsof, this happens: desktop ~ $ LANG=C man lsof man: can't open /usr/share/man/./version: No such file or directory No manual entry for lsof The man page is present at /usr/share/man/man8/lsof.8.gz. This: zless /usr/share/man/man8/lsof.8.gz reveals that there is the line ".so ./version" at the beginning, with the file "version" not existing. Other man pages don't seem to be affected. ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: lsof 4.93.2+dfsg-1 ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44 Uname: Linux 5.4.0-42-generic x86_64 ApportVersion: 2.20.11-0ubuntu27.8 Architecture: amd64 CasperMD5CheckResult: skip CurrentDesktop: ubuntu:GNOME Date: Sat Aug 29 13:50:47 2020 InstallationDate: Installed on 2020-08-03 (26 days ago) InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423) ProcEnviron:  TERM=xterm  PATH=(custom, no user)  XDG_RUNTIME_DIR=<set>  LANG=de_DE.UTF-8  SHELL=/bin/bash SourcePackage: lsof UpgradeStatus: No upgrade log present (probably fresh install)
2020-12-25 16:35:31 Eric Desrochers description [Impact] One cannot consult the 'lsof' manpage: * Using CLI: man lsof * Ubuntu Manpage: http://manpages.ubuntu.com/cgi-bin/search.py?q=lsof You will notice the manpage is missing for F and G. Workarounds would be: * Use --help' parameter * Use a search engine to find an 'lsof' online man page. This has been first introduced with the new upstream release of '4.93.2+dfsg-1'.  lsof | 4.93.2+dfsg-1 | focal  lsof | 4.93.2+dfsg-1 | groovy [Test Case]  == CLI == * On an F/G system * Perform: "man lsof" It will errors out as follows: " man: can't open /usr/share/man/./version: No such file or directory No manual entry for lsof "  == Ubuntu Manpage == * Browse the Ubuntu Manpage: http://manpages.ubuntu.com/cgi-bin/search.py?q=lsof No 'lsof' manpage is found for F/G. [Where problem could occur] If a problem arise, it will only affect the lsof manpage. The fix adds a build dependency 'groff-base'[0] that is found in 'main' for all affected release above and pretty much at the same level of code base.  groff-base | 1.22.4-4build1 | focal  groff-base | 1.22.4-5 | groovy  groff-base | 1.22.4-5 | hirsute [0] - https://www.gnu.org/software/groff/manual/groff.html#man [Other info] In theory, I would possibly wait for the next bug fixing SRU as an opportunity to merge that change, but according to the d/changelog, there is not much frequent SRU(s) done for 'lsof', so we might have to just fix 'lsof' for this particular case which can be an annoyance for certain Ubuntu users. The package has been fixed in Debian upstream '4.93.2+dfsg-1.1' and auto-synced in Hirsute. It is now needing an SRU for F/G. Debian bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=950601 [Original Description] When trying to view the manpage of lsof, this happens: desktop ~ $ LANG=C man lsof man: can't open /usr/share/man/./version: No such file or directory No manual entry for lsof The man page is present at /usr/share/man/man8/lsof.8.gz. This: zless /usr/share/man/man8/lsof.8.gz reveals that there is the line ".so ./version" at the beginning, with the file "version" not existing. Other man pages don't seem to be affected. ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: lsof 4.93.2+dfsg-1 ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44 Uname: Linux 5.4.0-42-generic x86_64 ApportVersion: 2.20.11-0ubuntu27.8 Architecture: amd64 CasperMD5CheckResult: skip CurrentDesktop: ubuntu:GNOME Date: Sat Aug 29 13:50:47 2020 InstallationDate: Installed on 2020-08-03 (26 days ago) InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423) ProcEnviron:  TERM=xterm  PATH=(custom, no user)  XDG_RUNTIME_DIR=<set>  LANG=de_DE.UTF-8  SHELL=/bin/bash SourcePackage: lsof UpgradeStatus: No upgrade log present (probably fresh install) [Impact] One cannot consult the 'lsof' manpage: * Using CLI: man lsof * Ubuntu Manpage: http://manpages.ubuntu.com/cgi-bin/search.py?q=lsof You will notice the manpage is missing for F and G. Workarounds would be: * Use --help' parameter * Use a search engine to find an 'lsof' online man page. This has been first introduced with the new upstream release of '4.93.2+dfsg-1'.  lsof | 4.93.2+dfsg-1 | focal  lsof | 4.93.2+dfsg-1 | groovy [Test Case]  == CLI == * On an F/G system, perform "man lsof" It will errors out as follows: " man: can't open /usr/share/man/./version: No such file or directory No manual entry for lsof "  == Ubuntu Manpage == * Browse the Ubuntu Manpage: http://manpages.ubuntu.com/cgi-bin/search.py?q=lsof No 'lsof' manpage is found for F/G. [Where problem could occur] If a problem arise, it will only affect the lsof manpage. The fix adds a build dependency 'groff-base'[0] that is found in 'main' for all affected release above and pretty much at the same level of code base.  groff-base | 1.22.4-4build1 | focal  groff-base | 1.22.4-5 | groovy  groff-base | 1.22.4-5 | hirsute [0] - https://www.gnu.org/software/groff/manual/groff.html#man [Other info] In theory, I would possibly wait for the next bug fixing SRU as an opportunity to merge that change, but according to the d/changelog, there is not much frequent SRU(s) done for 'lsof', so we might have to just fix 'lsof' for this particular case which can be an annoyance for certain Ubuntu users. The package has been fixed in Debian upstream '4.93.2+dfsg-1.1' and auto-synced in Hirsute. It is now needing an SRU for F/G. Debian bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=950601 [Original Description] When trying to view the manpage of lsof, this happens: desktop ~ $ LANG=C man lsof man: can't open /usr/share/man/./version: No such file or directory No manual entry for lsof The man page is present at /usr/share/man/man8/lsof.8.gz. This: zless /usr/share/man/man8/lsof.8.gz reveals that there is the line ".so ./version" at the beginning, with the file "version" not existing. Other man pages don't seem to be affected. ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: lsof 4.93.2+dfsg-1 ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44 Uname: Linux 5.4.0-42-generic x86_64 ApportVersion: 2.20.11-0ubuntu27.8 Architecture: amd64 CasperMD5CheckResult: skip CurrentDesktop: ubuntu:GNOME Date: Sat Aug 29 13:50:47 2020 InstallationDate: Installed on 2020-08-03 (26 days ago) InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423) ProcEnviron:  TERM=xterm  PATH=(custom, no user)  XDG_RUNTIME_DIR=<set>  LANG=de_DE.UTF-8  SHELL=/bin/bash SourcePackage: lsof UpgradeStatus: No upgrade log present (probably fresh install)
2020-12-25 16:36:54 Eric Desrochers description [Impact] One cannot consult the 'lsof' manpage: * Using CLI: man lsof * Ubuntu Manpage: http://manpages.ubuntu.com/cgi-bin/search.py?q=lsof You will notice the manpage is missing for F and G. Workarounds would be: * Use --help' parameter * Use a search engine to find an 'lsof' online man page. This has been first introduced with the new upstream release of '4.93.2+dfsg-1'.  lsof | 4.93.2+dfsg-1 | focal  lsof | 4.93.2+dfsg-1 | groovy [Test Case]  == CLI == * On an F/G system, perform "man lsof" It will errors out as follows: " man: can't open /usr/share/man/./version: No such file or directory No manual entry for lsof "  == Ubuntu Manpage == * Browse the Ubuntu Manpage: http://manpages.ubuntu.com/cgi-bin/search.py?q=lsof No 'lsof' manpage is found for F/G. [Where problem could occur] If a problem arise, it will only affect the lsof manpage. The fix adds a build dependency 'groff-base'[0] that is found in 'main' for all affected release above and pretty much at the same level of code base.  groff-base | 1.22.4-4build1 | focal  groff-base | 1.22.4-5 | groovy  groff-base | 1.22.4-5 | hirsute [0] - https://www.gnu.org/software/groff/manual/groff.html#man [Other info] In theory, I would possibly wait for the next bug fixing SRU as an opportunity to merge that change, but according to the d/changelog, there is not much frequent SRU(s) done for 'lsof', so we might have to just fix 'lsof' for this particular case which can be an annoyance for certain Ubuntu users. The package has been fixed in Debian upstream '4.93.2+dfsg-1.1' and auto-synced in Hirsute. It is now needing an SRU for F/G. Debian bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=950601 [Original Description] When trying to view the manpage of lsof, this happens: desktop ~ $ LANG=C man lsof man: can't open /usr/share/man/./version: No such file or directory No manual entry for lsof The man page is present at /usr/share/man/man8/lsof.8.gz. This: zless /usr/share/man/man8/lsof.8.gz reveals that there is the line ".so ./version" at the beginning, with the file "version" not existing. Other man pages don't seem to be affected. ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: lsof 4.93.2+dfsg-1 ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44 Uname: Linux 5.4.0-42-generic x86_64 ApportVersion: 2.20.11-0ubuntu27.8 Architecture: amd64 CasperMD5CheckResult: skip CurrentDesktop: ubuntu:GNOME Date: Sat Aug 29 13:50:47 2020 InstallationDate: Installed on 2020-08-03 (26 days ago) InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423) ProcEnviron:  TERM=xterm  PATH=(custom, no user)  XDG_RUNTIME_DIR=<set>  LANG=de_DE.UTF-8  SHELL=/bin/bash SourcePackage: lsof UpgradeStatus: No upgrade log present (probably fresh install) [Impact] One cannot consult the 'lsof' manpage: * Using CLI: man lsof * Ubuntu Manpage: http://manpages.ubuntu.com/cgi-bin/search.py?q=lsof You will notice the manpage is missing for F and G. Workarounds would be: * Use --help' parameter * Use a search engine to find an 'lsof' online man page. This has been first introduced with the new upstream release of '4.93.2+dfsg-1'.  lsof | 4.93.2+dfsg-1 | focal  lsof | 4.93.2+dfsg-1 | groovy [Test Case]  == CLI == * On an F/G system, perform "man lsof" It will errors out as follows: " man: can't open /usr/share/man/./version: No such file or directory No manual entry for lsof "  == Ubuntu Manpage == * Browse the Ubuntu Manpage: http://manpages.ubuntu.com/cgi-bin/search.py?q=lsof No 'lsof' manpage is found for F/G. [Where problem could occur] If a problem arise, it will only affect the lsof manpage. The fix adds a build dependency 'groff-base'[0] that is found in 'main' for all affected release above and pretty much at the same level of code base. debian: groff-base | 1.22.4-5 | unstable ubuntu:  groff-base | 1.22.4-4build1 | focal  groff-base | 1.22.4-5 | groovy  groff-base | 1.22.4-5 | hirsute [0] - https://www.gnu.org/software/groff/manual/groff.html#man [Other info] In theory, I would possibly wait for the next bug fixing SRU as an opportunity to merge that change, but according to the d/changelog, there is not much frequent SRU(s) done for 'lsof', so we might have to just fix 'lsof' for this particular case which can be an annoyance for certain Ubuntu users. The package has been fixed in Debian upstream '4.93.2+dfsg-1.1' and auto-synced in Hirsute. It is now needing an SRU for F/G. Debian bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=950601 [Original Description] When trying to view the manpage of lsof, this happens: desktop ~ $ LANG=C man lsof man: can't open /usr/share/man/./version: No such file or directory No manual entry for lsof The man page is present at /usr/share/man/man8/lsof.8.gz. This: zless /usr/share/man/man8/lsof.8.gz reveals that there is the line ".so ./version" at the beginning, with the file "version" not existing. Other man pages don't seem to be affected. ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: lsof 4.93.2+dfsg-1 ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44 Uname: Linux 5.4.0-42-generic x86_64 ApportVersion: 2.20.11-0ubuntu27.8 Architecture: amd64 CasperMD5CheckResult: skip CurrentDesktop: ubuntu:GNOME Date: Sat Aug 29 13:50:47 2020 InstallationDate: Installed on 2020-08-03 (26 days ago) InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423) ProcEnviron:  TERM=xterm  PATH=(custom, no user)  XDG_RUNTIME_DIR=<set>  LANG=de_DE.UTF-8  SHELL=/bin/bash SourcePackage: lsof UpgradeStatus: No upgrade log present (probably fresh install)
2020-12-25 16:41:00 Eric Desrochers description [Impact] One cannot consult the 'lsof' manpage: * Using CLI: man lsof * Ubuntu Manpage: http://manpages.ubuntu.com/cgi-bin/search.py?q=lsof You will notice the manpage is missing for F and G. Workarounds would be: * Use --help' parameter * Use a search engine to find an 'lsof' online man page. This has been first introduced with the new upstream release of '4.93.2+dfsg-1'.  lsof | 4.93.2+dfsg-1 | focal  lsof | 4.93.2+dfsg-1 | groovy [Test Case]  == CLI == * On an F/G system, perform "man lsof" It will errors out as follows: " man: can't open /usr/share/man/./version: No such file or directory No manual entry for lsof "  == Ubuntu Manpage == * Browse the Ubuntu Manpage: http://manpages.ubuntu.com/cgi-bin/search.py?q=lsof No 'lsof' manpage is found for F/G. [Where problem could occur] If a problem arise, it will only affect the lsof manpage. The fix adds a build dependency 'groff-base'[0] that is found in 'main' for all affected release above and pretty much at the same level of code base. debian: groff-base | 1.22.4-5 | unstable ubuntu:  groff-base | 1.22.4-4build1 | focal  groff-base | 1.22.4-5 | groovy  groff-base | 1.22.4-5 | hirsute [0] - https://www.gnu.org/software/groff/manual/groff.html#man [Other info] In theory, I would possibly wait for the next bug fixing SRU as an opportunity to merge that change, but according to the d/changelog, there is not much frequent SRU(s) done for 'lsof', so we might have to just fix 'lsof' for this particular case which can be an annoyance for certain Ubuntu users. The package has been fixed in Debian upstream '4.93.2+dfsg-1.1' and auto-synced in Hirsute. It is now needing an SRU for F/G. Debian bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=950601 [Original Description] When trying to view the manpage of lsof, this happens: desktop ~ $ LANG=C man lsof man: can't open /usr/share/man/./version: No such file or directory No manual entry for lsof The man page is present at /usr/share/man/man8/lsof.8.gz. This: zless /usr/share/man/man8/lsof.8.gz reveals that there is the line ".so ./version" at the beginning, with the file "version" not existing. Other man pages don't seem to be affected. ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: lsof 4.93.2+dfsg-1 ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44 Uname: Linux 5.4.0-42-generic x86_64 ApportVersion: 2.20.11-0ubuntu27.8 Architecture: amd64 CasperMD5CheckResult: skip CurrentDesktop: ubuntu:GNOME Date: Sat Aug 29 13:50:47 2020 InstallationDate: Installed on 2020-08-03 (26 days ago) InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423) ProcEnviron:  TERM=xterm  PATH=(custom, no user)  XDG_RUNTIME_DIR=<set>  LANG=de_DE.UTF-8  SHELL=/bin/bash SourcePackage: lsof UpgradeStatus: No upgrade log present (probably fresh install) [Impact] One cannot consult the 'lsof' manpage: * Using CLI: man lsof * Ubuntu Manpage: http://manpages.ubuntu.com/cgi-bin/search.py?q=lsof You will notice the manpage is missing for F and G. Workarounds would be: * Use '--help' parameter * Use a search engine to find an 'lsof' online man page. This has been first introduced with the new upstream release of '4.93.2+dfsg-1'.  lsof | 4.93.2+dfsg-1 | focal  lsof | 4.93.2+dfsg-1 | groovy [Test Case]  == CLI == * On an F/G system, perform "man lsof" It will errors out as follows: " man: can't open /usr/share/man/./version: No such file or directory No manual entry for lsof "  == Ubuntu Manpage == * Browse the Ubuntu Manpage: http://manpages.ubuntu.com/cgi-bin/search.py?q=lsof No 'lsof' manpage is found for F/G. [Where problem could occur] If a problem arise, it will only affect the lsof manpage. The fix adds a build dependency 'groff-base'[0] that is found in 'main' for all affected release above and pretty much at the same level of code base. debian:  groff-base | 1.22.4-5 | unstable ubuntu:  groff-base | 1.22.4-4build1 | focal  groff-base | 1.22.4-5 | groovy  groff-base | 1.22.4-5 | hirsute [0] - https://www.gnu.org/software/groff/manual/groff.html#man [Other info] In theory, I would possibly wait for the next bug fixing SRU as an opportunity to merge that change, but according to the d/changelog, there is not much frequent SRU(s) done for 'lsof', so we might have to just fix 'lsof' for this particular case which can be an annoyance for certain Ubuntu users. The package has been fixed in Debian upstream '4.93.2+dfsg-1.1' and auto-synced in Hirsute. It is now needing an SRU for F/G. Debian bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=950601 [Original Description] When trying to view the manpage of lsof, this happens: desktop ~ $ LANG=C man lsof man: can't open /usr/share/man/./version: No such file or directory No manual entry for lsof The man page is present at /usr/share/man/man8/lsof.8.gz. This: zless /usr/share/man/man8/lsof.8.gz reveals that there is the line ".so ./version" at the beginning, with the file "version" not existing. Other man pages don't seem to be affected. ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: lsof 4.93.2+dfsg-1 ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44 Uname: Linux 5.4.0-42-generic x86_64 ApportVersion: 2.20.11-0ubuntu27.8 Architecture: amd64 CasperMD5CheckResult: skip CurrentDesktop: ubuntu:GNOME Date: Sat Aug 29 13:50:47 2020 InstallationDate: Installed on 2020-08-03 (26 days ago) InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423) ProcEnviron:  TERM=xterm  PATH=(custom, no user)  XDG_RUNTIME_DIR=<set>  LANG=de_DE.UTF-8  SHELL=/bin/bash SourcePackage: lsof UpgradeStatus: No upgrade log present (probably fresh install)
2020-12-25 16:45:26 Eric Desrochers bug added subscriber Łukasz Zemczak
2020-12-25 17:35:58 Eric Desrochers description [Impact] One cannot consult the 'lsof' manpage: * Using CLI: man lsof * Ubuntu Manpage: http://manpages.ubuntu.com/cgi-bin/search.py?q=lsof You will notice the manpage is missing for F and G. Workarounds would be: * Use '--help' parameter * Use a search engine to find an 'lsof' online man page. This has been first introduced with the new upstream release of '4.93.2+dfsg-1'.  lsof | 4.93.2+dfsg-1 | focal  lsof | 4.93.2+dfsg-1 | groovy [Test Case]  == CLI == * On an F/G system, perform "man lsof" It will errors out as follows: " man: can't open /usr/share/man/./version: No such file or directory No manual entry for lsof "  == Ubuntu Manpage == * Browse the Ubuntu Manpage: http://manpages.ubuntu.com/cgi-bin/search.py?q=lsof No 'lsof' manpage is found for F/G. [Where problem could occur] If a problem arise, it will only affect the lsof manpage. The fix adds a build dependency 'groff-base'[0] that is found in 'main' for all affected release above and pretty much at the same level of code base. debian:  groff-base | 1.22.4-5 | unstable ubuntu:  groff-base | 1.22.4-4build1 | focal  groff-base | 1.22.4-5 | groovy  groff-base | 1.22.4-5 | hirsute [0] - https://www.gnu.org/software/groff/manual/groff.html#man [Other info] In theory, I would possibly wait for the next bug fixing SRU as an opportunity to merge that change, but according to the d/changelog, there is not much frequent SRU(s) done for 'lsof', so we might have to just fix 'lsof' for this particular case which can be an annoyance for certain Ubuntu users. The package has been fixed in Debian upstream '4.93.2+dfsg-1.1' and auto-synced in Hirsute. It is now needing an SRU for F/G. Debian bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=950601 [Original Description] When trying to view the manpage of lsof, this happens: desktop ~ $ LANG=C man lsof man: can't open /usr/share/man/./version: No such file or directory No manual entry for lsof The man page is present at /usr/share/man/man8/lsof.8.gz. This: zless /usr/share/man/man8/lsof.8.gz reveals that there is the line ".so ./version" at the beginning, with the file "version" not existing. Other man pages don't seem to be affected. ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: lsof 4.93.2+dfsg-1 ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44 Uname: Linux 5.4.0-42-generic x86_64 ApportVersion: 2.20.11-0ubuntu27.8 Architecture: amd64 CasperMD5CheckResult: skip CurrentDesktop: ubuntu:GNOME Date: Sat Aug 29 13:50:47 2020 InstallationDate: Installed on 2020-08-03 (26 days ago) InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423) ProcEnviron:  TERM=xterm  PATH=(custom, no user)  XDG_RUNTIME_DIR=<set>  LANG=de_DE.UTF-8  SHELL=/bin/bash SourcePackage: lsof UpgradeStatus: No upgrade log present (probably fresh install) [Impact] One cannot consult the 'lsof' manpage in various ways: * Using CLI: man lsof * Ubuntu Manpage: http://manpages.ubuntu.com/cgi-bin/search.py?q=lsof You will notice the manpage is missing for F and G. Workarounds would be: * Use '--help' parameter * Use a search engine to find an 'lsof' online man page. This has been first introduced with the new upstream release of '4.93.2+dfsg-1'.  lsof | 4.93.2+dfsg-1 | focal  lsof | 4.93.2+dfsg-1 | groovy [Test Case]  == CLI == * On an F/G system, perform "man lsof" It will errors out as follows: " man: can't open /usr/share/man/./version: No such file or directory No manual entry for lsof "  == Ubuntu Manpage == * Browse the Ubuntu Manpage: http://manpages.ubuntu.com/cgi-bin/search.py?q=lsof No 'lsof' manpage is found for F/G. [Where problem could occur] If a problem arise, it will only affect the lsof manpage. The fix adds a build dependency 'groff-base'[0] that is found in 'main' for all affected release above and pretty much at the same level of code base. debian:  groff-base | 1.22.4-5 | unstable ubuntu:  groff-base | 1.22.4-4build1 | focal  groff-base | 1.22.4-5 | groovy  groff-base | 1.22.4-5 | hirsute [0] - https://www.gnu.org/software/groff/manual/groff.html#man [Other info] In theory, I would possibly wait for the next bug fixing SRU as an opportunity to merge that change, but according to the d/changelog, there is not much frequent SRU(s) done for 'lsof', so we might have to just fix 'lsof' for this particular case which can be an annoyance for certain Ubuntu users. The package has been fixed in Debian upstream '4.93.2+dfsg-1.1' and auto-synced in Hirsute. It is now needing an SRU for F/G. Debian bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=950601 [Original Description] When trying to view the manpage of lsof, this happens: desktop ~ $ LANG=C man lsof man: can't open /usr/share/man/./version: No such file or directory No manual entry for lsof The man page is present at /usr/share/man/man8/lsof.8.gz. This: zless /usr/share/man/man8/lsof.8.gz reveals that there is the line ".so ./version" at the beginning, with the file "version" not existing. Other man pages don't seem to be affected. ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: lsof 4.93.2+dfsg-1 ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44 Uname: Linux 5.4.0-42-generic x86_64 ApportVersion: 2.20.11-0ubuntu27.8 Architecture: amd64 CasperMD5CheckResult: skip CurrentDesktop: ubuntu:GNOME Date: Sat Aug 29 13:50:47 2020 InstallationDate: Installed on 2020-08-03 (26 days ago) InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423) ProcEnviron:  TERM=xterm  PATH=(custom, no user)  XDG_RUNTIME_DIR=<set>  LANG=de_DE.UTF-8  SHELL=/bin/bash SourcePackage: lsof UpgradeStatus: No upgrade log present (probably fresh install)
2020-12-25 17:40:21 Eric Desrochers attachment added debdiff for Focal https://bugs.launchpad.net/ubuntu/+source/lsof/+bug/1893513/+attachment/5446778/+files/f.debdiff
2020-12-25 17:40:47 Eric Desrochers attachment added debdiff for Groovy https://bugs.launchpad.net/ubuntu/+source/lsof/+bug/1893513/+attachment/5446779/+files/g.debdiff
2021-01-05 19:35:46 Brian Murray lsof (Ubuntu Groovy): status In Progress Fix Committed
2021-01-05 19:35:49 Brian Murray bug added subscriber Ubuntu Stable Release Updates Team
2021-01-05 19:35:52 Brian Murray bug added subscriber SRU Verification
2021-01-05 19:35:58 Brian Murray tags amd64 apport-bug focal amd64 apport-bug focal verification-needed verification-needed-groovy
2021-01-05 19:39:53 Brian Murray lsof (Ubuntu Focal): status In Progress Fix Committed
2021-01-05 19:40:03 Brian Murray tags amd64 apport-bug focal verification-needed verification-needed-groovy amd64 apport-bug focal verification-needed verification-needed-focal verification-needed-groovy
2021-01-06 17:31:02 Eric Desrochers tags amd64 apport-bug focal verification-needed verification-needed-focal verification-needed-groovy amd64 apport-bug focal verification-done-focal verification-needed verification-needed-groovy
2021-01-06 17:51:32 Eric Desrochers tags amd64 apport-bug focal verification-done-focal verification-needed verification-needed-groovy amd64 apport-bug focal verification-done-focal verification-done-groovy verification-needed
2021-01-06 17:53:31 Eric Desrochers removed subscriber STS Sponsors
2021-01-12 20:31:57 Launchpad Janitor lsof (Ubuntu Groovy): status Fix Committed Fix Released
2021-01-12 20:32:00 Brian Murray removed subscriber Ubuntu Stable Release Updates Team
2021-01-12 20:51:23 Launchpad Janitor lsof (Ubuntu Focal): status Fix Committed Fix Released
2021-02-25 07:49:14 Bug Watch Updater lsof (Debian): status New Fix Released