Apperantely indicator-session reports unusable user on your system. Not sure why we do not see the problem properties which are passed to whoopsie.
const char * properties[] = { "uid", uid_str, "icon_file", (u->icon_file ? u->icon_file : "(null)"), "is_current_user", (u->is_current_user ? "true" : "false"), "is_logged_in", (u->is_logged_in ? "true" : "false"), "real_name", (u->real_name ? u->real_name : "(null)"), "user_name", (u->user_name ? u->user_name : "(null)"), NULL }; whoopsie_report_recoverable_problem("indicator-session-unknown-user- error", 0, FALSE, properties); Is there anything special about your user account? /* Sometimes we get a user without a username? bus hiccup. I can't reproduce it, but let's not confuse users with a meaningless menuitem. (see bug #1263228) */ label = get_user_label (u); if (!label || !*label) { report_unusable_user (self, u); continue; } -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1677927 Title: got a systemd bug Status in systemd package in Ubuntu: Confirmed Bug description: somehow there was no summary and so I typed in this detail. Hope the logs are still attached. I hope this helps. ProblemType: RecoverableProblem DistroRelease: Ubuntu 17.04 Package: systemd 232-19 ProcVersionSignature: Ubuntu 4.10.0-13.15-generic 4.10.1 Uname: Linux 4.10.0-13-generic x86_64 ApportVersion: 2.20.4-0ubuntu2 Architecture: amd64 Date: Wed Mar 29 08:43:34 2017 DuplicateSignature: /lib/systemd/systemd:indicator-session-unknown-user-error ExecutablePath: /lib/systemd/systemd InstallationDate: Installed on 2017-02-25 (33 days ago) InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Alpha amd64 (20170224) ProcCmdline: /lib/systemd/systemd --user ProcEnviron: LANG=en_IN LANGUAGE=en_IN:en PATH=(custom, no user) SHELL=/bin/false XDG_RUNTIME_DIR=<set> ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-13-generic root=UUID=bec65355-c6fd-4b16-8f93-406689e8c6fd ro quiet splash acpi_backlight=vendor radeon.dpm=1 vt.handoff=7 SourcePackage: systemd UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: dmi.bios.date: 11/15/2016 dmi.bios.vendor: Insyde Corp. dmi.bios.version: V1.13 dmi.board.asset.tag: Type2 - Board Asset Tag dmi.board.name: Wasp_BR dmi.board.vendor: Acer dmi.board.version: V1.13 dmi.chassis.type: 10 dmi.chassis.vendor: Chassis Manufacturer dmi.chassis.version: Chassis Version dmi.modalias: dmi:bvnInsydeCorp.:bvrV1.13:bd11/15/2016:svnAcer:pn:pvrV1.13:rvnAcer:rnWasp_BR:rvrV1.13:cvnChassisManufacturer:ct10:cvrChassisVersion: dmi.product.version: V1.13 dmi.sys.vendor: Acer icon_file: (null) is_current_user: true is_logged_in: false real_name: (null) uid: 0 user_name: (null) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1677927/+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