=== nictuku [n=yves@200.140.10.140] has joined #ubuntu-server === nictuku [n=yves@unaffiliated/nictuku] has joined #ubuntu-server === MarioMeyer [n=meyer@ubuntu/member/mariomeyer] has joined #ubuntu-server === ajmitch [n=ajmitch@port171-5.ubs.maxnet.net.nz] has joined #ubuntu-server === allee [n=ach@allee.exgal.mpe.mpg.de] has joined #ubuntu-server === Micksa [n=mslade@203-217-18-166.perm.iinet.net.au] has joined #ubuntu-server === morrow [i=aw@mailadm.in] has joined #ubuntu-server === JulienH [n=JulienH@ATuileries-152-1-31-116.w82-123.abo.wanadoo.fr] has joined #ubuntu-server === fabbione [i=fabbione@gordian.fabbione.net] has joined #ubuntu-server === beezly [n=beezly@2001:630:63:16:230:1bff:feb7:2528] has joined #ubuntu-server === daq4th [n=darkness@netstation-005.cafe.zSeries.org] has joined #ubuntu-server === chillywilly [n=danielb@CPE-65-26-218-21.wi.res.rr.com] has joined #ubuntu-server === Unfun [n=Unfun@c-24-5-74-223.hsd1.ca.comcast.net] has joined #ubuntu-server === |JulienH| [n=JulienH@ATuileries-152-1-31-116.w82-123.abo.wanadoo.fr] has joined #ubuntu-server === Xoritor [n=xoritor@xorit.net] has joined #ubuntu-server === zenrox [n=zenrox@71.115.198.118] has joined #ubuntu-server === irvin [n=irvin@ubuntu/member/irvin] has joined #ubuntu-server === zenrox [n=zenrox@71.115.198.118] has joined #ubuntu-server === zenrox [n=zenrox@71.115.198.118] has joined #ubuntu-server === fabbione [i=fabbione@gordian.fabbione.net] has joined #ubuntu-server === ubijtsa2 [n=ubijtsa@karlsson.force9.co.uk] has joined #ubuntu-server === lionelp [n=lionel@ip-128.net-82-216-65.rev.numericable.fr] has joined #ubuntu-server === spike [n=spike@unaffiliated/spike] has joined #ubuntu-server === ealden [n=ealden@203.76.213.42] has joined #ubuntu-server === lapo [n=bat@host254-150.pool8535.interbusiness.it] has joined #ubuntu-server === |JulienH| is now known as JulienH === lapo [n=bat@host166-243.pool8546.interbusiness.it] has joined #ubuntu-server === Pygi [n=mario@83-131-251-66.adsl.net.t-com.hr] has joined #ubuntu-server === JulienH [n=JulienH@ATuileries-152-1-31-116.w82-123.abo.wanadoo.fr] has joined #ubuntu-server === ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-server [12:57] fabbione: libapr0-dev in ubuntu doesn't contain all .h needed for ganglia :/ [12:57] ivoks: i find it weird... [12:57] me too [12:57] but, get the source of libapr [12:57] i believe you [12:57] they might have added stuff to them [12:58] apr_arch_networkio.h is the problem [12:59] it's probably a non standard extension [12:59] i have no idea [01:01] sorry for bad packages other day :/ [01:02] dude.. no need to be sorry [01:02] you have done a lot [01:02] i am sorry that i don't have the time to help with that [01:03] there it is: [01:03] /httpd-2.0.55/srclib/apr/include/arch/unix/apr_arch_networkio.h [01:03] but it's not part of the libapr0-dev [01:03] that's because guess.. [01:03] our libarp is from 2.0.54 or something [01:04] infinity: ? [01:04] ^^^ [01:04] 2.0.55 [01:04] but this is the source of our libapr0 [01:04] our libapr [01:04] uh eh? [01:04] do you mean we are just not shipping a file? [01:04] yes [01:05] CRAPTASTIC [01:05] :) [01:05] ok we can get that fixed easily [01:05] if we fix that, i can finish ganglia [01:05] i think so.. i would like to ask thom and infinity [01:05] sure [01:07] it comes directly from apache2 package.. [01:07] that infinity is hammering [01:07] can you open a bug for it? [01:07] sure [01:07] source apache2.2 binary libapr0-dev ? [01:07] ehm [01:07] apache2 [01:07] apache2 [01:07] right :) [01:08] as soon as lp becomes usable :) [01:08] mail infinity ... [01:08] :) [01:08] is it ok to make it a major? === fabbione explains something about bugs to ivoks [01:10] the severity of the bug increase in proportion to how much you like to hear the developer assigned to fix it straight into your hears, or how much you like to be publically larted if the bug is *cough*wrong*cough [01:10] keep it normal... [01:10] nobody ever noticed up till now [01:10] s/hears/ears [01:11] for about.. hmmm few years [01:11] so it's not that relevant other than for ganglia [01:11] that's not even updated in Debian [01:11] or isn't a bug :) [01:12] exactly :) === nitestarr [n=knightst@cpe-24-33-15-250.midsouth.res.rr.com] has joined #ubuntu-server === setuid [i=japh@gnu-designs.com] has joined #ubuntu-server [01:57] Looks like the ubuntu-server ISO from 2 days ago is... incomplete [01:59] The libc6_2.3.bleh package has a postinst that is broken, asks for the name of a City, and refuses every one, then says to press [Enter] to see a list. Pressing [Enter] does nothing at all. [02:03] setuid: please file a bug on glibc [02:04] that's not server specific [02:08] ivoks: Have you filed a bug about that missing header? [02:09] ivoks: Ahh, yeah. I see it in my INBOX. [02:12] ivoks: Do you have the source package that requires that header? It's a private header, afaict at a quick glance. [02:19] i'm here :) [02:19] infinity: i'm trying to build ganglia with apr from distribution [02:19] not the one included in ganglia package [02:20] ganglia brings whole libapr source cause that header is missing [02:21] Argh. They shouldn't be using private symbols. === infinity has a look. [02:22] :) === ivoks has that look for days :) [02:28] I'll just boot up another system and rsync it over... silly thing [02:29] Okay... [02:30] ivoks: Read lib/apr_net.c [02:31] ivoks: You see where they decided to rewrite apr_sockaddr_ip_get? That's why they needed apr_inet_ntop, which is a private APR symbol. [02:32] ivoks: Either bring that bit of code (apr_inet_ntop) back into lib/apr_net.c (and stop including the private header), or bring the prototype declaration into lib/apr_net.h (not recommended, since it could change, in theory, but it probably won't), or stop using the mangled apr_sockaddr_ip_get, and use the real one from APR. [02:33] ok, thanks [02:33] While it's not the "right" thing to do, popping "const char *apr_inet_ntop(int af, const void *src, char *dst, apr_size_t size); [02:34] " into lib/apr_net.h (and removing the include for the private header) may be the quickest way to get it to build and test it. [02:34] i have to do it right way, not quickest way :) [02:35] thanks for suggestion [02:35] Well, I'd try that first, just to see if it appears to DTRT. [02:36] Ugh. Redefining apr_inet_ntop from the ground up will result in using a mess of other private symbols anyway, until you've duplicated a bunch of APR code. [02:36] GO GANGLIA, GO. [02:36] :) [02:37] ivoks: Try my suggestion. If it works, I'll turn a blind eye. And it's only a 2-line change. :) [02:37] I'd appreciate it if you yelled at upstream for using private symbols, though. [02:40] ivoks: Tell them to write a macro or wrapper around apr_sockaddr_ip_get() instead, if they really want to change how they call it. Rewriting it and hooking into APR internals (thus requiring them to ship their own copy of APR) is just plain silly. [02:42] ok, i'll contact them [02:42] i'll dig more into it later [02:43] since i have some things to do now... [02:43] anyway, thank you very much! === segfault [i=carlos@ubuntu/member/segfault] has joined #ubuntu-server [02:59] morning! [03:00] just got samba+ldap+heimdal working together here. including smbk5pwd, the overlay which updates automatically the ldap password entries for smb,unix and krb. [03:00] any chance to have the slapd-smbk5pwd package i made uploaded to universe? === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-server === hunger [n=tobias@p54A6006F.dip0.t-ipconnect.de] has joined #ubuntu-server === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-server === |JulienH| [n=JulienH@ATuileries-152-1-42-45.w82-123.abo.wanadoo.fr] has joined #ubuntu-server === lbm [n=lbm@x1-6-00-13-10-7a-d1-e4.k233.webspeed.dk] has joined #ubuntu-server === allee [n=ach@allee.exgal.mpe.mpg.de] has joined #ubuntu-server === lionelp_ [n=lionel@ip-128.net-82-216-65.rev.numericable.fr] has joined #ubuntu-server === |JulienH| is now known as JulienH === lionelp [n=lionel@ip-128.net-82-216-65.rev.numericable.fr] has joined #ubuntu-server === allee [n=ach@allee.exgal.mpe.mpg.de] has joined #ubuntu-server === lionelp_ [n=lionel@ip-128.net-82-216-65.rev.numericable.fr] has joined #ubuntu-server === lionelp [n=lionel@ip-128.net-82-216-65.rev.numericable.fr] has joined #ubuntu-server === lionelp [n=lionel@ip-128.net-82-216-65.rev.numericable.fr] has joined #ubuntu-server === allee [n=ach@allee.exgal.mpe.mpg.de] has joined #ubuntu-server === lionelp_ [n=lionel@ip-128.net-82-216-65.rev.numericable.fr] has joined #ubuntu-server === lionelp_ [n=lionel@ip-128.net-82-216-65.rev.numericable.fr] has joined #ubuntu-server === Pygi [n=mario@83-131-251-197.adsl.net.t-com.hr] has joined #ubuntu-server [08:17] troy: ping ping [08:25] mgalvin: ping [08:28] Pygi: pong? [08:28] mgalvin: do you happen to have any record of official specs of ubuntu-server? [08:29] Pygi: what do you mean by "happen" ? [08:29] N [08:29] Pygi: you should be able to get them from the wiki, I may have a copy at home but i cannot get that that ATM [08:29] mgalvin: you erased that from wiki...the spec on wiki is not the detailed specs.... [08:30] JulienH: ?? [08:30] https://wiki.ubuntu.com/ServerCandy ? [08:30] mgalvin: are you working on that anyway? the people on the list got interested in that project [08:30] I did NOT erase it, someone else did... i know that wiki page was moved, but you should still be able to recover it [08:30] JulienH: no, instant-server === LordHunter317 [n=hunter@nat73.vnet.wnec.edu] has joined #ubuntu-server [08:31] mgalvin: no, the detailed specs was never on wiki I think... [08:31] https://wiki.ubuntu.com/UbuntuInstantServerSpec ? [08:31] Oh, the detailled spec... [08:31] hehe :) [08:31] AFAIK, it has been erased by Matt [08:32] i did not erase anything [08:32] it was as it was left [08:32] the wiki team does do cleanup from time to time, they may have moved it [08:33] matt: have you done anything (a step forward or whateva) with your team ? [08:33] what's the status of that project? [08:33] you could follow -devel, you know :P [08:35] i have not had time, the project was left as it was months ago... I am working on some large projects and don't have time atm to work on the instant-server stuff [08:35] maybe in a few months but, no time very soon [08:35] bah === rambo3 [n=Bosanac2@c-cbf871d5.027-6-6b73641.cust.bredbandsbolaget.se] has joined #ubuntu-server [08:40] after installation of ubuntu-server is it posible to enable boot splash? [08:42] just one thought...if you use the installation as a server, how often do you reset to server to see the splash? [08:42] that being said, ubuntu-server probably doesn't ships with usplash package, but you can download it... [08:42] also, are you talking about dapper server daily build, or a base install from breezy? [08:43] breezy. [08:43] usplash is not well documented [08:44] well, that install any *if any* splash you wish [08:44] i only found how to copy over plash images , not fresh install on ubuntu wiki [08:53] ah , f* it i am going back to debian === rambo3 [n=Bosanac2@c-cbf871d5.027-6-6b73641.cust.bredbandsbolaget.se] has left #ubuntu-server ["Lmnar"] [09:34] that's a good begin-end troll ^^ [09:36] JulienH: lol :)