https://bugzilla.redhat.com/show_bug.cgi?id=1341252
Bug ID: 1341252
Summary: ejabberd does not log to journald
Product: Fedora
Version: rawhide
Component: ejabberd
Assignee: lemenkov(a)gmail.com
Reporter: jeremy(a)jcline.org
QA Contact: extras-qa(a)fedoraproject.org
CC: erlang(a)lists.fedoraproject.org, jeremy(a)jcline.org,
lemenkov(a)gmail.com, martin(a)laptop.org,
rbarlow(a)redhat.com
Created attachment 1163265
--> https://bugzilla.redhat.com/attachment.cgi?id=1163265&action=edit
Patch to ejabberd.service
Description of problem:
It'd be great if ejabberd logged to journald rather than /var/log/ejabberd/.
This can be achieved with a few small changes to the systemd unit file. I've
attached my proposed systemd unit file.
Version-Release number of selected component (if applicable):
All currently released versions.
Steps to Reproduce:
1. systemctl start ejabberd.service
2. journalctl -u ejabberd
3. :(
Actual results:
Logs are placed in /var/log/ejabberd
Expected results:
Logging is handled by journald
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1348753
Bug ID: 1348753
Summary: wings-2.0.5 is available
Product: Fedora
Version: rawhide
Component: wings
Keywords: FutureFeature, Triaged
Assignee: lemenkov(a)gmail.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: erlang(a)lists.fedoraproject.org, lemenkov(a)gmail.com
Latest upstream release: 2.0.5
Current version/release in rawhide: 2.0.4-1.fc25
URL: https://github.com/dgud/wings
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from anitya:
https://release-monitoring.org/project/5135/
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1379050
Bug ID: 1379050
Summary: wings fails to run
Product: Fedora
Version: 24
Component: wings
Severity: medium
Assignee: lemenkov(a)gmail.com
Reporter: revdepign(a)yahoo.co.jp
QA Contact: extras-qa(a)fedoraproject.org
CC: erlang(a)lists.fedoraproject.org, lemenkov(a)gmail.com
Description of problem:
wings fails to run.
Version-Release number of selected component (if applicable):
wings-2.0.4-1.fc24.x86_64
How reproducible:
Press "Wings 3D" icon to start the application in Gnome.
Steps to Reproduce:
1. Press "Wings 3D" icon to start the application in Gnome.
Actual results:
No windows are appear and any responses are noticeable.
Expected results:
Wings is functional.
Additional info:
With terminal I got following:
$ wings
=ERROR REPORT==== 24-Sep-2016::20:01:41 ===
WX ERROR: SMP emulator required (start with erl -smp)
=ERROR REPORT==== 24-Sep-2016::20:01:41 ===
Error in process <0.31.0> with exit value:
{not_smp,[{wxe_server,start,1,[{file,"wxe_server.erl"},{line,65}]},
{wx,new,1,[{file,"wx.erl"},{line,115}]},
{wings_theme,native_theme,0,[{file,"wings_theme.erl"},{line,89}]},
{wings_pref,defaults,0,[{file,"wings_pref.erl"},{line,380}]},
{wings_pref,init,0,[{file,"wings_pref.erl"},{line,38}]},
{wings,init,1,[{file,"wings.erl"},{line,96}]}]}
=ERROR REPORT==== 24-Sep-2016::20:01:41 ===
Error in process <0.30.0> with exit value:
{{noproc,{wx_object,call,[progress_bar,cancel]}},
[{wx_object,call,2,[{file,"wx_object.erl"},{line,272}]},
{wings_u,crash_log,3,[{file,"wings_u.erl"},{line,101}]},
{wings,halt_loop,1,[{file,"wings.erl"},{line,69}]}]}
And when I added "-smp" option, I got following:
$ wings -smp
=ERROR REPORT==== 24-Sep-2016::20:02:40 ===
WX ERROR: wxWidgets Assert failure: ./src/gtk/window.cpp(2966): "(m_widget !=
__null)" in DoGetClientSize() : invalid window
=ERROR REPORT==== 24-Sep-2016::20:02:40 ===
WX ERROR: wxWidgets Assert failure: ./src/gtk/window.cpp(2966): "(m_widget !=
__null)" in DoGetClientSize() : invalid window
=ERROR REPORT==== 24-Sep-2016::20:02:40 ===
WX ERROR: wxWidgets Assert failure: ./src/gtk/window.cpp(2957): "(m_widget !=
__null)" in DoSetClientSize() : invalid window
=ERROR REPORT==== 24-Sep-2016::20:02:40 ===
WX ERROR: wxWidgets Assert failure: ./src/gtk/window.cpp(3457): "m_widget !=
__null" in SetFocus() : invalid window
=ERROR REPORT==== 24-Sep-2016::20:02:40 ===
WX ERROR: wxWidgets Assert failure: ./src/gtk/window.cpp(2834): "m_widget" in
DoSetSize() : invalid window
=ERROR REPORT==== 24-Sep-2016::20:02:40 ===
Error in process <0.31.0> with exit value:
{{error,no_gl_context,5075},
[{gl,rec,0,[{file,"gen/gl.erl"},{line,298}]},
{wings_gl,init_extensions,0,[{file,"wings_gl.erl"},{line,55}]},
{wings_init,init,0,[{file,"wings_init.erl"},{line,84}]},
{wings,init,1,[{file,"wings.erl"},{line,102}]}]}
=ERROR REPORT==== 24-Sep-2016::20:02:40 ===
Error in process <0.30.0> with exit value:
{{noproc,{wx_object,call,[progress_bar,cancel]}},
[{wx_object,call,2,[{file,"wx_object.erl"},{line,272}]},
{wings_u,crash_log,3,[{file,"wings_u.erl"},{line,101}]},
{wings,halt_loop,1,[{file,"wings.erl"},{line,69}]}]}
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1291330
Bug ID: 1291330
Summary: [epel7s390x] List of packages not found in RHEL7
channels or EPEL7 FTP sites
Product: Fedora EPEL
Version: epel7
Component: erlang-mochiweb
Severity: medium
Assignee: extras-orphan(a)fedoraproject.org
Reporter: bugproxy(a)us.ibm.com
QA Contact: extras-qa(a)fedoraproject.org
CC: erlang(a)lists.fedoraproject.org,
extras-orphan(a)fedoraproject.org, jkachuck(a)redhat.com,
s(a)shk.io
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1371984
Bug ID: 1371984
Summary: /usr/lib/erlang/lib/p1_pam-1.0.0/priv/bin/epam needs
to be installed setuid root
Product: Fedora
Version: 24
Component: erlang-p1_pam
Severity: high
Priority: high
Assignee: randy(a)electronsweatshop.com
Reporter: randy(a)electronsweatshop.com
QA Contact: extras-qa(a)fedoraproject.org
CC: alan.milligan(a)last-bastion.net,
erlang(a)lists.fedoraproject.org, jasons(a)wumple.com,
jeremy(a)jcline.org, randy(a)electronsweatshop.com
The epam binary needs to be installed setuid root so that it can read
/etc/shadow for pam authentication. This is documented upstream at
https://docs.ejabberd.im/admin/guide/configuration/#pam-authentication. The
version of ejabberd distributed with Fedora 22 and Fedora 23 had a patch to
install this binary this way, but that patch was dropped when we released
Fedora 24.
This bug was originally reported in the comments of #1337216[0].
[0] https://bugzilla.redhat.com/show_bug.cgi?id=1337216
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1380551
Bug ID: 1380551
Summary: erlang-riak_sysmon-2.1.3 is available
Product: Fedora
Version: rawhide
Component: erlang-riak_sysmon
Keywords: FutureFeature, Triaged
Assignee: lemenkov(a)gmail.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: erlang(a)lists.fedoraproject.org, lemenkov(a)gmail.com
Latest upstream release: 2.1.3
Current version/release in rawhide: 2.1.2-1.fc25
URL: https://github.com/basho/riak_sysmon
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from anitya:
https://release-monitoring.org/project/750/
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1331908
Bug ID: 1331908
Summary: erlang-riak_client-2.3.2-timeseries is available
Product: Fedora
Version: rawhide
Component: erlang-riak_client
Keywords: FutureFeature, Triaged
Assignee: lemenkov(a)gmail.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: erlang(a)lists.fedoraproject.org, lemenkov(a)gmail.com
Latest upstream release: 2.3.2-timeseries
Current version/release in rawhide: 2.1.1-1.fc25
URL: https://github.com/basho/riak-erlang-client
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from anitya:
https://release-monitoring.org/project/742/
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1331892
Bug ID: 1331892
Summary: erlang-riak_pb-2.1.3.0 is available
Product: Fedora
Version: rawhide
Component: erlang-riak_pb
Keywords: FutureFeature, Triaged
Assignee: lemenkov(a)gmail.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: erlang(a)lists.fedoraproject.org, lemenkov(a)gmail.com
Latest upstream release: 2.1.3.0
Current version/release in rawhide: 2.1.2.0-6.fc25
URL: https://github.com/basho/riak_pb
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from anitya:
https://release-monitoring.org/project/747/
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1380711
Bug ID: 1380711
Summary: erlang-riaknostic-2.1.4 is available
Product: Fedora
Version: rawhide
Component: erlang-riaknostic
Keywords: FutureFeature, Triaged
Assignee: lemenkov(a)gmail.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: erlang(a)lists.fedoraproject.org, lemenkov(a)gmail.com
Latest upstream release: 2.1.4
Current version/release in rawhide: 2.1.3-6.fc25
URL: https://github.com/basho/riaknostic
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from anitya:
https://release-monitoring.org/project/751/
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1341379
Bug ID: 1341379
Summary: elixir-v1.3.0-rc.0 is available
Product: Fedora
Version: rawhide
Component: elixir
Keywords: FutureFeature, Triaged
Assignee: relrod(a)redhat.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: erlang(a)lists.fedoraproject.org,
jochen(a)herr-schmitt.de, lemenkov(a)gmail.com,
martin(a)laptop.org, puiterwijk(a)redhat.com,
relrod(a)redhat.com
Latest upstream release: v1.3.0-rc.0
Current version/release in rawhide: 1.2.5-2.fc25
URL: https://github.com/elixir-lang/elixir
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from anitya:
https://release-monitoring.org/project/673/
--
You are receiving this mail because:
You are on the CC list for the bug.