On Fri, Aug 05, 2016 at 08:26:40AM +0200, Erwan David wrote: > On Fri, Aug 05, 2016 at 08:03:20AM CEST, Moritz Muehlenhoff <j...@inutil.org> > said: > > Fri, Aug 05, 2016 at 07:42:02AM +0200, Erwan David wrote: > > > > > Indeed I do not have the mountpoint command > > > > > > > > How that? /bin/mountpoint is from the initscripts package: > > > > > > > > root@jessie-amd64:~# dpkg -S /bin/mountpoint > > > > initscripts: /bin/mountpoint > > > > root@jessie-amd64:~# dpkg-query -W initscripts > > > > initscripts 2.88dsf-59 > > > > root@jessie-amd64:~# > > > > > > > > Was this accidentially removed from the system? > > > > > > I don't think so. I have several machines with same problem and > > > > > > dpkg-query -W initscripts > > > initscripts 2.88dsf-59.2 > > > > That's not the initscripts package from stable, but from testing/unstable; > > after jessie /bin/mountpoint > > was migrated to util-linux. > > > > Ok, so I'll have to check to consistency between initscripts and > util-linux. But maybe a dependency on intscripts << move_version or > util-linux >> move_version would be useful ?
You're mixing packages from stable and unstable (and many of those in outdated versions even!), that is generally unsupported. If you need a more recent package version in stable use backports or use testing rightaway.