=== administrator_ [i=administ@nat/cisco/x-fe2fa7fbc6f00519] has joined #upstart === j_ack [n=rudi@p508DB79B.dip0.t-ipconnect.de] has joined #upstart === Amaranth [n=travis@ubuntu/member/Amaranth] has joined #upstart === wasabi [n=wasabi@ubuntu/member/wasabi] has joined #upstart === j_ack [n=rudi@p508DB79B.dip0.t-ipconnect.de] has joined #upstart === administrator_ [i=administ@nat/cisco/x-432b67f9db9a5b74] has joined #upstart === HTSJacket [n=kevin@c-24-98-67-150.hsd1.ga.comcast.net] has joined #upstart === sadleder [n=sadleder@p50812291.dip0.t-ipconnect.de] has joined #upstart === asdaf [n=Ack@213-140-11-128.fastres.net] has joined #upstart === Keybuk [n=scott@quest.netsplit.com] has joined #upstart === Md [i=md@freenode/staff/md] has joined #upstart === sadleder [n=sadleder@p50812634.dip0.t-ipconnect.de] has joined #upstart [11:35] Keybuk: hi, when and how will upstart jobs be integrated in feisty? === j_ack [n=rudi@p508D85DE.dip0.t-ipconnect.de] has joined #upstart [11:40] sadleder: there will be an alternate repository around the time feisty releases [11:41] Keybuk: will the jobs be in a single package, or in their respective packages? [11:41] respective packages [11:42] Keybuk: ah, ok, thx. [11:43] Keybuk: btw, your work on upstart is just formidable [11:44] Keybuk: so users will see those when feisty releases, but not before? [11:46] yeah, basically we missed the feisty feature freeze for it -- and want to get it right instead [11:46] "around feisty release time" is just a guess [11:46] Keybuk: and what about testing? [11:47] I don't follow? [11:47] anyone who uses the repository will be testing them :) [11:50] Keybuk: hmm, ok, does that mean, they won't go into feisty, but rather into feisty+1? [11:51] right [11:51] exactluy [11:52] ok, now i understand [11:53] so feisty will just have upstart-compat-sysv [11:56] yes === pkt [n=knoppix@athedsl-279814.otenet.gr] has joined #upstart [12:39] <_ion> Good ideas from AlexExtreme at the mailing list. === Keybuk gives up decoding the cherry data sheets [12:40] <_ion> Matthias Ulrichs' idea of list-style variables would be nice. [12:40] <_ion> cherry? [12:41] I can find a G80-3000LSCGB-0, which is only one letter out from my current G80-3000LSMGB-0 [12:41] and appears to have the right description [12:41] keyboards === mbiebl [n=michael@e180065156.adsl.alicedsl.de] has joined #upstart === mbiebl [n=michael@e180065156.adsl.alicedsl.de] has joined #upstart === _ion_ [i=johan@kiviniemi.name] has joined #upstart === fatzeus [n=kvirc@82.63.166.120] has joined #upstart [04:08] hi, i'm trying to install upstart on gentoo === fatzeus [n=kvirc@82.63.166.120] has joined #upstart [04:10] fatzeus: hi [04:10] hi [04:10] i've some connection trouble... [04:10] anyway.. [04:11] i see that there are some sample scrits === j_ack [n=rudi@p508D85DE.dip0.t-ipconnect.de] has joined #upstart [04:11] that you have to modify to fit your distro configuration [04:11] i've almost done...i think [04:11] but in the inittab file i've also something like this: [04:12] rc::bootwait:/sbin/rc boot [04:12] but with the examples i don't see any like this [04:12] for example the si::sysinit:/sbin/rc sysinit in my inittab file [04:12] i think is rcS [04:13] ? [04:16] maybe add rc boot into the rcS file after rc sysiniti?? [04:21] no idea, I'm not familar with Gentoo I'm afraid [04:21] certainly each line in the /etc/inittab corresponds to one file in /etc/event.d [04:21] yes...rc:bootwait [04:22] bootwait and sysinit are different I guess [04:22] is also mentioned in the man [04:22] man /etc/inittab [04:22] Further system initialization, brings up the boot runlevel [04:22] after rcS, before rc-default I guess [04:22] it doesn't say a lot... [04:23] so make a new event.d file, exec /sbin/rc bin, start on stopped rcS; and change the rc-default to be start on stopped $new_file [04:23] ok...thank i'll try this way [04:24] if i see that it's not the correct order [04:24] i've just to change after/before [04:24] fatzeus: have you replaced /sbin/init or did you install it to another location? [04:25] i placed it in /opt/upstart [04:25] as suggested... [04:25] good ;-) [04:29] uhm... [04:29] what does stop on means? [04:33] i'll try reboot... === mbiebl [n=michael@e180065156.adsl.alicedsl.de] has joined #upstart === j_ack_ [n=rudi@p508D8D2D.dip0.t-ipconnect.de] has joined #upstart [04:48] _ion: watch delayed is merged into my branch now, and have also merged it into watch.c directly [04:48] just doing some tests, etc. before I push [04:48] <_ion> Great [04:50] thanks for your work on that, it should prove very useful [04:50] sorry it took me a while to get to it :p [04:52] <_ion> No problem at all === pkt_ [n=knoppix@athedsl-279814.otenet.gr] has joined #upstart === mbiebl [n=michael@e180065156.adsl.alicedsl.de] has joined #upstart [06:13] _ion: another way of looking at the whole stdint thing [06:13] the C standard already guarantees type sizes [06:13] char is "at least 8 bytes" [06:13] int is "at least 16 bytes" [06:13] long is "at least 32 bytes" [06:13] and long long is "at least 64 bytes" [06:13] so you don't need the stdint types unless you want an "exactly" restriction [06:19] <_ion> Right [06:20] the other fun with ... applied to int8_t [06:20] it gets promoted to an ordinary int, which might 32 or 64-bytes :p [06:20] (or even 16-bytes on 286s) [06:20] <_ion> Heh === concept10 [n=concept1@adsl-70-252-110-178.dsl.rcsntx.swbell.net] has joined #upstart [06:27] hello all. The above link (getting started is wrong) [06:29] oh yeah] [06:29] heh === ..[topic/#upstart:Keybuk] : Upstart 0.3.8 | http://upstart.ubuntu.com/ | http://upstart.ubuntu.com/wiki/UpstartOnGentoo === Keybuk trims the topic [06:29] since all those are now linked on the website [06:32] Keybuk, what would be the equivalent to /etc/inittab? [06:35] the /etc/event.d directory [06:36] okay, I know that, but Im looking for the first file or script thats run [06:45] All that have a "start on startup" [06:46] startup is the first signal that upstart emits. [06:47] Keybuk: question about libnih [06:48] shoot [06:49] why are the m4 macros installed to /usr/share. [06:49] /usr/share/aclocal ? [06:49] afaik they are only needed for compiling libnih [06:49] Not for applications using libnih [06:49] compiler.m4, etc.? [06:49] yes. [06:49] they're useful for any application [06:50] so they're kind of an autoconf macro library as well [06:50] It's just, that misc is a very generic name ;-) [06:50] heh [06:50] fair point [06:50] they should be in a subdir or something, dunno if aclocal copes with that [06:51] certainly there's no reason for a package to distribute them yet [06:51] bbl === administrator [i=administ@nat/cisco/x-f29612416ce321fc] has joined #upstart === mbiebl [n=michael@e180065156.adsl.alicedsl.de] has joined #upstart === Md [i=md@freenode/staff/md] has joined #upstart === j_ack [n=rudi@p508d8d2d.dip0.t-ipconnect.de] has joined #upstart === juergbi [n=juerg@80-219-17-102.dclient.hispeed.ch] has joined #upstart === sadleder [n=sadleder@p50812634.dip0.t-ipconnect.de] has left #upstart [] === mbiebl [n=michael@e180065156.adsl.alicedsl.de] has joined #upstart