*** This bug is a duplicate of bug 1577051 *** https://bugs.launchpad.net/bugs/1577051
Thanks root, This error was caused by the log line: May 27 12:51:51 tty0 kernel: [1896557.253647] audit: type=1400 audit(1464317511.752:362): apparmor="ALLOWED" operation="file_perm" profile="/usr/sbin/nginx" pid=13215 comm="nginx" laddr=45.32.188.150 lport=443 faddr=101.174.56.194 fport=62972 family="inet" sock_type="stream" protocol=6 requested_mask="receive" denied_mask="receive" ** Also affects: apparmor (Ubuntu) Importance: Undecided Status: New ** This bug has been marked a duplicate of bug 1577051 aa-logprof fails with unknown mode "reweive" -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apparmor in Ubuntu. https://bugs.launchpad.net/bugs/1586232 Title: "aa-genprof /usr/sbin/nginx" crashed upon readling a line from a log Status in AppArmor: New Status in apparmor package in Ubuntu: New Bug description: So (not knowing much about apparmor), to me it looks like AppArmor changed the word "receive" to "reweive" and thought it was a mode. The entire automatically generated bug report is attached. Here's my terminal's output: [root at tty0.space]:/etc/apparmor.d# aa-genprof /usr/sbin/nginx Writing updated profile for /usr/sbin/nginx. Setting /usr/sbin/nginx to complain mode. Before you begin, you may wish to check if a profile already exists for the application you wish to confine. See the following wiki page for more information: http://wiki.apparmor.net/index.php/Profiles Please start the application to be profiled in another window and exercise its functionality now. Once completed, select the "Scan" option below in order to scan the system logs for AppArmor events. For each AppArmor event, you will be given the opportunity to choose whether the access should be allowed or denied. Profiling: /usr/sbin/nginx [(S)can system log for AppArmor events] / (F)inish Reading log entries from /var/log/syslog. Updating AppArmor profiles in /etc/apparmor.d. Traceback (most recent call last): File "/usr/lib/python3/dist-packages/apparmor/logparser.py", line 402, in read_log self.add_event_to_tree(event) File "/usr/lib/python3/dist-packages/apparmor/logparser.py", line 206, in add_event_to_tree e = self.parse_event_for_tree(e) File "/usr/lib/python3/dist-packages/apparmor/logparser.py", line 303, in parse_event_for_tree raise AppArmorException(_('Log contains unknown mode %s') % rmask) apparmor.common.AppArmorException: 'Log contains unknown mode reweive' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/sbin/aa-genprof", line 151, in <module> lp_ret = apparmor.do_logprof_pass(logmark, passno) File "/usr/lib/python3/dist-packages/apparmor/aa.py", line 2189, in do_logprof_pass log = log_reader.read_log(logmark) File "/usr/lib/python3/dist-packages/apparmor/logparser.py", line 407, in read_log raise AppArmorBug(ex_msg) # py3-only: from None apparmor.common.AppArmorBug: Log contains unknown mode reweive This error was caused by the log line: May 27 12:51:51 tty0 kernel: [1896557.253647] audit: type=1400 audit(1464317511.752:362): apparmor="ALLOWED" operation="file_perm" profile="/usr/sbin/nginx" pid=13215 comm="nginx" laddr=45.32.188.150 lport=443 faddr=101.174.56.194 fport=62972 family="inet" sock_type="stream" protocol=6 requested_mask="receive" denied_mask="receive" An unexpected error occoured! For details, see /tmp/apparmor-bugreport-v3fjxgk8.txt Please consider reporting a bug at https://bugs.launchpad.net/apparmor/ and attach this file. To manage notifications about this bug go to: https://bugs.launchpad.net/apparmor/+bug/1586232/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp