== Comment: #0 - Sanjeev Patro <sanpatr1.com> - 2013-06-03 09:01:12 == 1> Installed following rwho packages which are available in Fedora19beta [root@localhost system]# rpm -qa | grep rwho rwho-0.17-50.fc19.ppc64 2> Lpar is updated with all the available packages kernel version - 3.9.4-300.fc19.ppc64p7 3> Tried to start the service # service rwhod start Redirecting to /bin/systemctl start rwhod.service Failed to issue method call: Unit syslog.target failed to load: No such file or directory. See system logs and 'systemctl status syslog.target' for details. == Comment: #1 - Kamalesh Babulal <kamaleshb.com> - 2013-06-03 10:21:56 == Does applying following patch to rwho.services help ? diff --git a/rwhod.service b/rwhod.service index d5e166e..bf84647 100644 --- a/rwhod.service +++ b/rwhod.service @@ -1,6 +1,6 @@ [Unit] Description=Remote Machine Logged In User Lister -Requires=syslog.target network.target +Requires=network.target [Service] Type=forking == Comment: #2 - Sanjeev Patro <sanpatr1.com> - 2013-06-03 11:05:27 == (In reply to comment #1) > Does applying following patch to rwho.services help ? > > diff --git a/rwhod.service b/rwhod.service > index d5e166e..bf84647 100644 > --- a/rwhod.service > +++ b/rwhod.service > @@ -1,6 +1,6 @@ > [Unit] > Description=Remote Machine Logged In User Lister > -Requires=syslog.target network.target > +Requires=network.target > > [Service] > Type=forking It worked. Thanks
Thanks for reporting. We spotted this bug as well and fixed rwho packages are actually heading to stable right now: https://admin.fedoraproject.org/updates/FEDORA-2013-9068/rwho-0.17-51.fc19
Needinfo flag was set by mistake.
------- Comment From kamaleshb.com 2013-06-05 16:05 EDT------- (In reply to comment #6) > Thanks for reporting. We spotted this bug as well and fixed rwho packages > are actually heading to stable right now: > https://admin.fedoraproject.org/updates/FEDORA-2013-9068/rwho-0.17-51.fc19 Thanks. Closing, the bug from IBM side also.