Le 06/04/2010 22:10, Daniel Lezcano a écrit : > Osvaldo Filho wrote: > >> Thanks for tour reply. >> >> The problem is several mountall scripts on /etc/init >> >> Deleted! Solved! >> >> > :) > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Lxc-users mailing list > Lxc-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/lxc-users >
Do not delete things in that come from a package. It could comeback after an upgrade. upstart only use *.conf files, so it is the same to rename it. use : dpkg-divert --rename /etc/init/theinitfile.conf This will rename /etc/init/theinitfile.conf to /etc/init/theinitfile.conf.distrib and update the dpkg's database. see man of for dpkg-divert more details. Regards, Guillaume ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Lxc-users mailing list Lxc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/lxc-users