=== notting_ is now known as notting [06:15] In an /etc/init/*.conf file can you specify to upstart to "start on driver load"? [06:16] I am having an issue where the template says "start on (local-filesystems and net-device-up IFACE=lo)" but the application this spawns still needs a driver to have been loaded or it will not see the hardware. === pocek_ is now known as pocek === evand1 is now known as evand [15:47] What is the best resource for learning about writing "start on" and "stop on" statements? I want to start a service after a driver loads. [16:04] start with "man upstart" ? === SteveG is now known as jhsdhjsda [17:23] robbiew: your charts look normal? [17:23] robbiew: it's a hard drive, not an SSD right? [17:23] right [17:24] right [17:24] so your chart is normal [17:24] it isn't profiling, it's reading [17:24] hmm [17:24] what were the charts like before? [17:24] let me send [17:28] so it's 20s better now? :p [17:28] if not more [17:30] on hard drives, because there's such a penalty for seek, ureadahead remains in the foreground [17:30] that way it can basically read the entire page cache in one scan across the disk [17:30] which is why you're getting 113 MB/s out of it [19:43] Hello [19:43] I'm trying to figure out how upstart is initing ntp in Ubuntu 9.10 [20:15] rpolak: the ntpd daemon? [20:15] Yeah, I can't find where in the world it's initing from [20:15] I think it's started by a sysv init script [20:15] I've been chasing this new fricking upstart down a rabbit hole [20:16] How are the sysv scipts being called by upstart [20:17] rpolak: there is an upstart job called /etc/init/rc.conf [20:17] which read the default runlevel from /etc/inittab, and then runs "/etc/init/rc $runlevel" [20:17] which in turn runs the legacy sysv init scripts [20:18] A ha [20:19] however I don't have a symlnk in any of the /etc/rc*.d dirs [20:19] rpolak: sorry, I meant /etc/init.d/rc (note the .d) [20:19] and there is no /etc/rc*.d/ in Debian/Ubuntu [20:20] ls -lah [20:20] ./rc2.d/K20ntp [20:20] that got it to stop [20:21] argh, I'm talking rubbish atm. of course there is /etc/rc?.d/, there is no /etc/rc.d/ [20:21] rpolak: seems you have disable ntp for runlevel 2 [20:21] rename that to S20ntp [20:22] I knew my eyes weren't decieving me [20:22] and you are fine [20:22] I wanted it to stop loading [20:22] I'm having trouble with the time skew being to large to be corrected by the deamon while running Ubuntu under VirtualBox [20:23] so, if you already found how to disable ntp, what is your question again? [20:24] I just figured it out while I was talking with you [20:25] However, if you could explain how it was initing without a S* in /etc/rc2.d I would appreciate it [20:25] It will no longer be started by default if you boot into runlevel 2 [20:28] I am at this point interested in understanding the behavior of upstart in that normally with init it would start only processes with a /etc/rc?.d/S?deamon symlink [20:30] that is not quite correct [20:30] old sysvinit starts the processes listed in /etc/inittab [20:31] And it's the task of sysv-rc (providing /etc/init.d/rc) to start the services in /etc/rc?.d/ [20:36] Ok, So by what mechanism was ntpd starting with upstart on this Ubuntu 9.10 machine [20:37] ntp isn’t handled by Upstart in 9.10. [20:41] rpolak: as I told you [20:41] it's still a sysv init script [20:43] a better question than would be where in upstart is the runlevel for the legacy rc set [20:43] rpolak: check /etc/init/rc-sysinit.conf [20:43] I see [20:44] Thank you for shedding some light on this for me [20:51] np [21:27] (man runlevel would have answered the question too :p) === robbiew is now known as robbiew-afk === Toad__ is now known as SteveG