From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Lord Subject: Re: [PATCH] Syscalls: reboot: Add options to the reboot syscall to remount filesystems ro Date: Fri, 04 Mar 2011 21:45:15 -0500 Message-ID: <4D71A3BB.40108@teksavvy.com> References: <1299137483-10975-1-git-send-email-ksumrall@android.com> <4D6FDDB1.3060209@teksavvy.com> <4D7052E5.9030506@teksavvy.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Linus Torvalds , Ken Sumrall , linux-kernel@vger.kernel.org, Alexander Viro , Christoph Hellwig , Andrew Morton , Jan Kara , Jens Axboe , Matthew Wilcox , Eric Paris , Dave Young , Jiri Slaby , James Morris , linux-fsdevel@vger.kernel.org To: Scott James Remnant Return-path: Received: from ironport2-out.teksavvy.com ([206.248.154.183]:6582 "EHLO ironport2-out.pppoe.ca" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752049Ab1CECpX (ORCPT ); Fri, 4 Mar 2011 21:45:23 -0500 In-Reply-To: Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On 11-03-03 09:55 PM, Scott James Remnant wrote: > > Oddly enough I don't see any bugs filed by you about startup issues? > Now, don't get me wrong, I'm not saying Ubuntu is perfect here - but > I'm not aware of any races that are Upstart's fault. If there are, > please file bugs! How else am I to fix them if I don't know about > them? Oddly enough, I used to file bugs quite diligently against distros. Not one of them was ever investigated or fixed. Instead, I would get an automated email with each subsequent re-release of the buggy software, inviting me to further waste my time by resubmitting the bug report should it still be present. So.. I simply don't bother now. And upstart is used for shutdown of at least some services on Ubuntu. I just wish they'd THINK about sequences.. like umounting NFS before killing the network devices, or stopping mythbackend before killing mysql etc.. If I could figure out how to fix their .conf files, I would. Cheers