/srv/irclogs.ubuntu.com/2010/07/06/#upstart.txt

beppohello anyone here?11:24
beppo:)11:24
beppohow can i add to smbd.conf that it should start after network interface is started11:24
=== Keybuk_ is now known as Keybuk
twbDoes upstart log anywhere (e.g. netconsole) when and what events it receives?11:59
twbI'm netbooting Ubuntu 10.04 and for some reason the secondary (read-write) NFS mounts on /home and /srv are never mounted.12:00
twbAlso, how can I get a directed graph of how events are generated and what responds to them?12:02
twbIt's a lot harder to see the boot order than a simple rcS.d12:02
=== jussi is now known as Guest7125
sorentwb: I don't think such a tool exists.12:12
sorentwb: Also, an upstart job can specify which events it might emit, but it's purely informational. It can emit other ones and never emit the ones it claimed it might.12:13
sorentwb: ...so any automatically generated graphs of events can't possibly be guaranteed to be accurate.12:14
twbI only want a rough approximation, and/or a tracing of *a* real boot12:21
twbI don't expect it to be perfect12:21
=== jussi01 is now known as jussi
twbIs $PATH guaranteed to be a particular value in upstart scripts (i.e. within sh embedded in /etc/init/foo.conf files)?12:40
twbWhy does statd.conf's pre-start script say "start portmap || true"?  Are scripts invoked with sh -e?12:42
twbChrist, this is confusing.13:15
twbWhere does $UPSTART_STOP_EVENTS come from, for example?13:15
twbmountall-shell.conf checks its value without ever setting it13:15
ionPATH is predefined IIRC. -e is on by default, as init(5) says. UPSTART_STOP_EVENTS is documented in there as well.13:17
twbHum, I'll read that manpage.13:20
twbinit(8) talks about /etc/init.conf, but it doesn't exist and there's not init.conf manpage.13:20
twbs/not/no/13:20
twbDoes upstart detect cycles in the event-wait dependency graph?14:48
twbe.g. in the simplest case, foo.conf has "start on bar", and bar.conf has "start on foo"14:48
ionThere’s nothing wrong with tht.14:49
twbWell, I suppose not, if you assume the user can get into the system and run "start foo" by then14:49
ionTo be more accurate, foo.conf: “start on started bar”, bar.conf: “start on started foo” should work just fine. It just ensures both are running whenever either one is. s/started/starting/ may cause neither to be able to start.14:52
mbiebltwb: have you tried the --verbose boot parameter?14:53
twbHum, "--verbose"?  Not "verbose"?14:54
mbiebltwb: so, apparently you haven't :-)14:57
mbieblyes, it is --verbose14:57
mbieblsee also man 7 upstart14:58
twbYeah, that's exactly what I wanted14:58
twbWill that get dumped to netconsole?  /me tries14:58
twbWell, it probably would, if I could get netconsole.ko to load properly from the ramdisk :-/15:18
twbNope, upstart --verbose output never hits netconsole, so I have no way to get a dump of it short of transcribing the last few lines that are left on the screen.15:24

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!