https://bugzilla.redhat.com/show_bug.cgi?id=1363724
Bug ID: 1363724 Summary: Fix rpmgrill issues Product: Fedora Version: rawhide Component: ejabberd Severity: medium Assignee: lemenkov@gmail.com Reporter: randy@electronsweatshop.com QA Contact: extras-qa@fedoraproject.org CC: erlang@lists.fedoraproject.org, jeremy@jcline.org, lemenkov@gmail.com, martin@laptop.org, randy@electronsweatshop.com
rpmgrill has reported some issues with ejabberd:
https://taskotron.fedoraproject.org/artifacts/all/256cc5f6-5975-11e6-bc33-52...
{ "package" : { "name" : "ejabberd", "release" : "1.fc25", "version" : "16.06.1" }, "results" : { "timestamp" : 1470227116, "tool" : "rpmgrill", "version" : "0.01" }, "tests" : [ { "module" : "VirusCheck", "order" : 2, "results" : [], "run_time" : 14, "status" : "completed" }, { "module" : "SpecFileSanity", "order" : 5, "results" : [], "run_time" : 0, "status" : "completed" }, { "module" : "SpecFileEncoding", "order" : 10, "results" : [], "run_time" : 0, "status" : "completed" }, { "module" : "LibGather", "order" : 12, "results" : [], "run_time" : 1, "status" : "completed" }, { "module" : "ElfChecks", "order" : 14, "results" : [], "run_time" : 0, "status" : "completed" }, { "module" : "Patches", "order" : 15, "results" : [], "run_time" : 0, "status" : "completed" }, { "failure_code" : "rpmgrill: Error running strings: No such file or directory at /usr/share/perl5/vendor_perl/RPM/Grill/Plugin/SecurityPolicy.pm line 108.\n", "module" : "SecurityPolicy", "order" : 16, "results" : [], "run_time" : 0, "status" : "failed" }, { "module" : "Multilib", "order" : 20, "results" : [], "run_time" : 0, "status" : "completed" }, { "module" : "Manifest", "order" : 30, "results" : [], "run_time" : 0, "status" : "completed" }, { "module" : "ManPages", "order" : 45, "results" : [ { "arch" : "armv7hl,i686,x86_64", "code" : "ManPageMissing", "diag" : "No man page for <tt>/etc/ejabberd/ejabberd.yml</tt>", "subpackage" : "ejabberd" }, { "arch" : "armv7hl,i686,x86_64", "code" : "ManPageMissing", "diag" : "No man page for <tt>/etc/ejabberd/ejabberdctl.cfg</tt>", "subpackage" : "ejabberd" }, { "arch" : "armv7hl,i686,x86_64", "code" : "ManPageMissing", "diag" : "No man page for <tt>/etc/ejabberd/inetrc</tt>", "subpackage" : "ejabberd" }, { "arch" : "armv7hl,i686,x86_64", "code" : "ManPageMissing", "diag" : "No man page for <tt>/etc/logrotate.d/ejabberd</tt>", "subpackage" : "ejabberd" }, { "arch" : "armv7hl,i686,x86_64", "code" : "ManPageMissing", "diag" : "No man page for <tt>/etc/pam.d/ejabberd</tt>", "subpackage" : "ejabberd" }, { "arch" : "armv7hl,i686,x86_64", "code" : "ManPageMissing", "diag" : "No man page for <tt>/etc/pam.d/ejabberdctl</tt>", "subpackage" : "ejabberd" } ], "run_time" : 0, "status" : "completed" }, { "module" : "RpmScripts", "order" : 90, "results" : [ { "arch" : "src", "code" : "UseraddNoHomedir", "context" : { "excerpt" : [ "useradd -r -g %{name} -d %{_localstatedir}/lib/%{name} -s /sbin/nologin -M -c "ejabberd" %{name}" ], "lineno" : 168, "path" : "ejabberd.spec", "sub" : "%pre" }, "diag" : "Invocation of <tt>useradd</tt> without a home dir" }, { "arch" : "src", "code" : "UseraddNoShell", "context" : { "excerpt" : [ "useradd -r -g %{name} -d %{_localstatedir}/lib/%{name} -s /sbin/nologin -M -c "ejabberd" %{name}" ], "lineno" : 168, "path" : "ejabberd.spec", "sub" : "%pre" }, "diag" : "Invocation of <tt>useradd</tt> without a login shell" }, { "arch" : "src", "code" : "UseraddNoUid", "context" : { "excerpt" : [ "useradd -r -g %{name} -d %{_localstatedir}/lib/%{name} -s /sbin/nologin -M -c "ejabberd" %{name}" ], "lineno" : 168, "path" : "ejabberd.spec", "sub" : "%pre" }, "diag" : "Invocation of <tt>useradd</tt> without specifying a UID; this may be OK, because /usr/share/doc/setup/uidgid defines no UID for <var>%{name}</var>" } ], "run_time" : 0, "status" : "completed" }, { "module" : "Setxid", "order" : 91, "results" : [], "run_time" : 1, "status" : "completed" }, { "module" : "BuildLog", "order" : 92, "results" : [], "run_time" : 0, "status" : "completed" }, { "module" : "DesktopLint", "order" : 93, "results" : [], "run_time" : 0, "status" : "completed" } ] }
In particular, we should look at the useradd complaints, but also any of the other reported issues.
https://bugzilla.redhat.com/show_bug.cgi?id=1363724
Piotr Popieluch piotr1212@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |piotr1212@gmail.com
--- Comment #1 from Piotr Popieluch piotr1212@gmail.com --- The useradd complaints are false positives. See: https://github.com/default-to-open/rpmgrill/pull/7
https://bugzilla.redhat.com/show_bug.cgi?id=1363724
--- Comment #3 from Fedora End Of Life jkurik@fedoraproject.org --- This message is a reminder that Fedora 26 is nearing its end of life. Approximately 4 (four) weeks from now Fedora will stop maintaining and issuing updates for Fedora 26. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a Fedora 'version' of '26'.
Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version.
Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 26 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above.
Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete.
https://bugzilla.redhat.com/show_bug.cgi?id=1363724
Fedora End Of Life jkurik@fedoraproject.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution|--- |EOL Last Closed| |2018-05-29 07:23:17
--- Comment #4 from Fedora End Of Life jkurik@fedoraproject.org --- Fedora 26 changed to end-of-life (EOL) status on 2018-05-29. Fedora 26 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug.
If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. If you are unable to reopen this bug, please file a new report against the current release. If you experience problems, please add a comment to this bug.
Thank you for reporting this bug and we are sorry it could not be fixed.
erlang@lists.fedoraproject.org