[Bug 1767101] Re: epam crashes instantly on ejabberd start

2019-01-02 Thread Launchpad Bug Tracker
This bug was fixed in the package ejabberd - 18.12.1-1

---
ejabberd (18.12.1-1) unstable; urgency=medium

  * New upstream version 18.12.1
  * Refreshed patches for 18.12.1
  * Updated Erlang dependencies
  * Updated Standards-Version: 4.3.0 (no changes needed)
  * Updated years in debian/copyright
  * Updated debian/docs

 -- Philipp Huebner   Tue, 01 Jan 2019 22:56:50
+0100

** Changed in: ejabberd (Ubuntu)
   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/1767101

Title:
  epam crashes instantly on ejabberd start

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

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

[Bug 1767101] Re: epam crashes instantly on ejabberd start

2018-05-04 Thread Philipp Huebner
https://salsa.debian.org/ejabberd-packaging-
team/ejabberd/commit/226596d48bc3760541d392f309da83893397faa1

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

Title:
  epam crashes instantly on ejabberd start

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

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

[Bug 1767101] Re: epam crashes instantly on ejabberd start

2018-05-04 Thread Philipp Huebner
Ah sorry, now I realized that you add this in the su sub-profile.

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

Title:
  epam crashes instantly on ejabberd start

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

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

[Bug 1767101] Re: epam crashes instantly on ejabberd start

2018-05-04 Thread Philipp Huebner
You should already have had the following line in your profile:

/usr/lib/erlang/p1_pam/bin/epam px ->
/usr/sbin/ejabberdctl//su,


Since your patch does not touch that, could you please check, test and update 
your patch accordingly?

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

Title:
  epam crashes instantly on ejabberd start

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

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

[Bug 1767101] Re: epam crashes instantly on ejabberd start

2018-04-26 Thread Ubuntu Foundations Team Bug Bot
The attachment "ejabberd-pam-apparmor.patch" seems to be a patch.  If it
isn't, please remove the "patch" flag from the attachment, remove the
"patch" tag, and if you are a member of the ~ubuntu-reviewers,
unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

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

Title:
  epam crashes instantly on ejabberd start

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

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

[Bug 1767101] Re: epam crashes instantly on ejabberd start

2018-04-26 Thread Eugene Crosser
The problem is in apparmor configuration:

```
audit: type=1400 audit(1524780087.048:210): apparmor="DENIED" 
operation="file_mmap" profile="/usr/sbin/ejabberdctl//su" 
name="/usr/lib/erlang/p1_pam/bin/epam" pid=25519 comm="epam" requested_mask="m" 
denied_mask="m" fsuid=0 ouid=0
```

`mmap` permission needs to be specified for the epam suid binary helper.
Attached patch fixes the problem, pam authentication starts to work.

** Patch added: "ejabberd-pam-apparmor.patch"
   
https://bugs.launchpad.net/ubuntu/+source/ejabberd/+bug/1767101/+attachment/5127951/+files/ejabberd-pam-apparmor.patch

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

Title:
  epam crashes instantly on ejabberd start

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

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