a little more digging reveals a bug:

zypper search --provides /usr/bin/pidof
Loading repository data...
Reading installed packages...

S | Name      | Summary                                 | Type
--+-----------+-----------------------------------------+--------
i | procps-ng | System and process monitoring utilities | package
root:~> rpm -qal procps-ng
/etc/sysctl.d
/usr/bin/free
/usr/bin/pgrep
/usr/bin/pkill
/usr/bin/pmap
/usr/bin/ps
/usr/bin/pwdx
/usr/bin/slabtop
/usr/bin/tload
/usr/bin/top
/usr/bin/uptime
/usr/bin/vmstat
/usr/bin/w
/usr/bin/watch
/usr/lib/libprocps.so.1
/usr/lib/libprocps.so.1.1.1
/usr/sbin/sysctl
/usr/share/licenses/procps-ng
/usr/share/licenses/procps-ng/COPYING
/usr/share/licenses/procps-ng/COPYING.LIB

So let's upgrade procps-ng to see why zypper thinks it belongs in that package:

root:~> zypper up procps-ng
Loading repository data...
Reading installed packages...
Resolving package dependencies...

The following package is going to be upgraded:
  procps-ng

1 package to upgrade.
Overall download size: 172.4 KiB. After the operation, additional 31.4
KiB will be used.
Continue? [y/n/?] (y): y
Retrieving package procps-ng-3.3.9-1.1.i686
        (1/1), 172.4 KiB (607.9 KiB unpacked)
Retrieving: procps-ng-3.3.9-1.1.i686.rpm
.....................................................................[done]
(1/1) Installing: procps-ng-3.3.9-1.1
........................................................................[done]
root:~> rpm -qal procps-ng
/etc/sysctl.d
/usr/bin/free
/usr/bin/pgrep
/usr/bin/pidof
...

Now sdbd runs.

Hope that helps,
Kevron

On Thu, Feb 13, 2014 at 2:50 PM, Rees, Kevron <[email protected]> wrote:
> correction, "pidof" seems like a 2.0ism...
>
> On Thu, Feb 13, 2014 at 2:49 PM, Rees, Kevron <[email protected]> wrote:
>> For sdbd... did this work before?  pidof comes with sysvinit-utils on
>> my ubuntu desktop.  sdbd sounds like a tizen 2.0-ism before we
>> switched to systemd.   I'm not sure what package provides that tool
>> now.
>>
>> As for web apps not running... does this include the pre-installed web
>> apps?  Or are these custom ones?  I haven't had an issue ssh'ing and
>> running wrt-launcher -s on GhostCluster for a while.
>>
>> On Thu, Feb 13, 2014 at 2:33 PM, Rees, Kevron <[email protected]> 
>> wrote:
>>>> After installing dlogutil, it won't run, missing /dev/log_main device.
>>>
>>> dlog is deprecated.  Use journalctl.
>>>
>>> On Thu, Feb 13, 2014 at 1:25 PM, McGee, Art <[email protected]> 
>>> wrote:
>>>> It seems in the Jan 15th image of Tizen ivi that some of the build tools
>>>> don't quite work. It seems the sdbd requires 'pidof' to be installed on the
>>>> platform.  I also have found that dlogutil after install doesn't quite work
>>>> ether.  It looking for two devices that are not present.  Has any one had
>>>> any success with these tools on the same image.
>>>>
>>>> Thanks,
>>>>
>>>> Art McGee
>>>>
>>>> ---------- Forwarded message ----------
>>>> From: Eastwood, Jeffery <[email protected]>
>>>> Date: 13 February 2014 11:38
>>>> Subject: Problem with 1/15 image so far
>>>> To: Art McGee <[email protected]>
>>>>
>>>>
>>>> sdbd will not runl complain about pidof utility being missing.
>>>>
>>>>
>>>> Video display unable to run/show widgets started from wrt-launcher. Tried
>>>> all four widgets that come with the image. No errors, but no display 
>>>> either.
>>>>
>>>>
>>>> Editing the weston.ini file makes it unusable?
>>>>
>>>>
>>>> After installing dlogutil, it won't run, missing /dev/log_main device.
>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Art McGee
>>>> Infotainment Engineer
>>>> Jaguar Land Rover
>>>> One World Trade Center, 121 Southwest Salmon Street, 11th Floor, Portland,
>>>> Oregon, 97204
>>>>
>>>>
>>>> _______________________________________________
>>>> IVI mailing list
>>>> [email protected]
>>>> https://lists.tizen.org/listinfo/ivi
>>>>
_______________________________________________
IVI mailing list
[email protected]
https://lists.tizen.org/listinfo/ivi

Reply via email to