On Thu, Feb 05, 2015 at 01:00:38PM +0100, Axel Beckert wrote: > VastOne wrote: > > Package: procps > > > > Version: 2:3.3.9-8 > > > > VSIDO systems based on debian are current with the procps packages from the > > sid repos however /usr/bin/uptime is missing > > I can't reproduce this in Jessie (which has 2:3.3.9-8) amd64: This problem does not occur in the Debian packages. Is VSIDO rebuilding these packages?
For hurd archs uptime gets renamed and setup with alternatives. I assume that's not what you're doing here. Possibly not the worlds best script, but: for i in `ls procps_*.deb` ; do dpkg --contents $i | grep -q /usr/bin/uptime && echo $i is yes || echo $i is NOT FOUND ; done 2>/dev/null procps_3.3.10-1_amd64.deb is yes procps_3.3.3-1_amd64.deb is yes procps_3.3.3-2_amd64.deb is yes procps_3.3.4-1_amd64.deb is yes procps_3.3.4-2_amd64.deb is yes procps_3.3.5-1_amd64.deb is yes procps_3.3.6-1_amd64.deb is yes procps_3.3.6-2_amd64.deb is yes procps_3.3.7-1_amd64.deb is yes procps_3.3.8-1_amd64.deb is yes procps_3.3.8-2_amd64.deb is yes procps_3.3.9-1_amd64.deb is yes procps_3.3.9-2_amd64.deb is yes procps_3.3.9-3_amd64.deb is yes procps_3.3.9-4_amd64.deb is yes procps_3.3.9-5_amd64.deb is yes procps_3.3.9-6_amd64.deb is yes procps_3.3.9-7_amd64.deb is yes procps_3.3.9-8_amd64.deb is yes I am almost certain this is not a bug. Can you provide some more information about those packages? -- Craig Small (@smallsees) http://enc.com.au/ csmall at : enc.com.au Debian GNU/Linux http://www.debian.org/ csmall at : debian.org GPG fingerprint: 5D2F B320 B825 D939 04D2 0519 3938 F96B DF50 FEA5 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

