/srv/irclogs.ubuntu.com/2007/03/10/#ubuntu-devel.txt

=== dany_21 [n=dan@83-65-235-244.dynamic.xdsl-line.inode.at] has joined #ubuntu-devel
=== delire [n=delire@c-76-17-114-25.hsd1.ga.comcast.net] has joined #ubuntu-devel
=== delire [n=delire@c-76-17-114-25.hsd1.ga.comcast.net] has joined #ubuntu-devel
=== delire [n=delire@c-76-17-114-25.hsd1.ga.comcast.net] has left #ubuntu-devel []
=== dany_21 [n=dan@83-65-235-244.dynamic.xdsl-line.inode.at] has left #ubuntu-devel []
=== robitaille [n=daniel@ubuntu/member/robitaille] has joined #ubuntu-devel
=== blanky [n=blanky@pool-71-160-33-180.lsanca.dsl-w.verizon.net] has joined #ubuntu-devel
blankyanyone here know about packaging?12:48
blankyer, I made a debian package but my friend said to "Drop dependency on libc6 >= 2.4-1 down to something more reasonable", he has 2.3.6, how can I change this?12:49
FujitsuYou would need to rebuild it on a system with an older version of glibc.12:50
blankyFujitsu: seriously?! I can't do it on my system in any way?12:50
blankyFujitsu: I can't install an older version and build it with that12:51
FujitsuYOu could create a chroot of a previous Ubuntu release that uses glibc 2.3.12:51
FujitsuBut having multiple libc6s is unlikely to be a good idea at all.12:51
FujitsuSo a chroot is the best idea.12:51
blankyFujitsu: So, my package (It's a tiny C program that just does basic network stuff) won't run on his older version at all?12:52
blankyI MUST rebuild?12:52
cjwatsonit depends, but it's certainly entirely possible that *when built with the new libc6* it requires the new libc612:53
Fujitsulibc6 isn't backward-compatible, as far as I know, hence the dependency.12:53
FujitsuWhat cjwatson said.12:53
cjwatsonthat's the reason that automated dependency is there - because binaries built with the newer library can require it12:53
cjwatsonit actually depends on the exact versioned symbols they use, but our dependency generation isn't fine-grained enough to detect that at the moment12:53
blankyoh okay12:53
blankyokay thanks guys, so what do you suggest I do (If you don't mind giving in input)12:53
cjwatsonit's generally a very, very bad idea for source packages to override it, even so12:53
cjwatsonblanky: I entirely agree with Fujitsu; build it in a chroot12:54
cjwatsonit shouldn't take long to set one up using debootstrap12:54
blankycjwatson: thanks. I'm new to package building (This one's my first) and so I'm not really sure what that means, so just read up on chroot right? Or something in specific12:54
blankyoh okay, debootstrap12:54
cjwatsonsudo apt-get install debootstrap; man debootstrap; man chroot12:54
blankythanks cjwatson 12:54
cjwatsonyou're welcome12:54
=== pochu [n=pochu@ubuntu/member/pochu] has joined #ubuntu-devel
wick2othis may be the wrong place to ask, but anyone know where i might get some help rebuilding an install cd?12:55
wick2oi have apt-get download source and modifed the packages in the ubuntu-meta-standard12:55
cjwatsonwick2o: https://help.ubuntu.com/community/InstallCDCustomization12:56
wick2orepackaged it, created my own keyring12:56
wick2oand then fixed the md5sum12:56
wick2obut when i try and install from my new cd debconf tells me the keyring and other package i modified was corrupt12:56
wick2ocjwatson: been there and done that12:56
cjwatsonsounds like you didn't modify the Packages and Release and Release.gpg files correctly12:57
cjwatsonthough I cannot be any more accurate without an exact (not paraphrased) error message12:57
wick2oummm, my impression was that was only needed when adding an "extras" repos12:58
wick2obut now that i think of it you could be right12:58
wick2oif Packages references a MD5 or a file size12:58
cjwatsonif you're modifying any packages, you must change the index files to reflect that12:58
cjwatsonPackages does12:58
cjwatson(both)12:58
=== nrdb [n=neil@127.3.240.220.dynamic.dsl.rns01-kent-syd.comindico.com.au] has joined #ubuntu-devel
=== zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-devel
wick2oahh01:00
=== khermans__ [i=administ@nat/cisco/x-361219dbbc0b826a] has joined #ubuntu-devel
jdubcjwatson: intersting changes to desktop depends/recommends01:01
cjwatsonmost of which were mdz's01:01
cjwatsonI agree though, and it's in response to consistent review feedback01:01
jdubmmm, something written up about those, or...?01:01
cjwatsonbzr log says:01:02
cjwatson  Mark more desktop entries as recommended.  Our guiding philosophy should be01:02
cjwatson  that the user should be able to remove/replace default applications and01:02
cjwatson  documentation as they wish without disturbing the metapackage, while ensuring01:02
cjwatson  that essential infrastructure is implied by the metapackage01:02
jdubmmm01:02
jdubgolden rule stuff01:02
cjwatsonyeah01:02
jdubthough still have the upgrade problem01:02
=== jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-devel
cjwatsonfortunately we have update-manager now which should be able to deal with most of that for us01:03
cjwatsonprobably worth checking that it DTRT here01:03
mdzjdub: which upgrade problem?01:03
cjwatsonmdz: installing new recommends, I'm guessing01:03
jdubmdz: recommends being installed on metapackage upgrade01:03
cjwatsonapt-get defaults to installing recommends nowadays01:03
jdubbut if update-manager handles it, that's pretty sweet01:03
cjwatsonhas done for some time01:03
mdzjdub: yes, even apt does that now01:03
nrdbI have a Matrox G400 graphics card, using the mga driver, Medion 19" MD1998LM monitor, and ubuntu 6.10 wont work with it.  It insists on try to drive it with a HF:23.55 and a VF:21.99 which is way out of range, I tried to change this in the xorg.conf file but no matter what I did it didn't change the frequencies, I tried the LiveCD, a upgrade from 6.06 (a copy), and a freash alternate CD install.01:03
mdzsince edgy01:04
mdzjdub: it's selectively enabled for each section of the archive known to have sane recommends01:04
jdubmdz: point being that if i remove landscape and upgrade ubuntu-desktop, i get landscape01:04
mdzjdub: oh, you do?  if so, that's a bug01:04
tepsipakkinrdb: file a bug on xserver-xorg-video-mga01:05
jdubunless that's been fixed recently01:05
jdongoh speaking of update manager, it should keep on attempting upgrade/ --configure -a /-f install01:05
jdonguntil num_to_upgrade[pass]  == num[pass-1] 01:05
nrdbtepsipakki: ok01:05
jdongI've helped several people fix broken upgrades where all that was needed was 2 more dist-upgrade passes01:05
tepsipakkinrdb: look for duplicates first ;)01:06
mdzjdong: I'm sure mvo would be interested to see a bug report with the logs01:06
mdzthat's not supposed to happen01:06
tepsipakkinrdb: you could also try Feisty Herd5 if it works01:06
mdzit does try to complete the upgrade even if something fails now, iirc01:06
jdongmdz: :( it happend on both my edgy->feisty upgrades. Subprocess returned error code 1 on first run, no error on 2nd run01:06
LaserJockcjwatson: hmm, reading enabling-additional-components, does Herd5 have Universe/Multiverse enabled by default then?01:06
jdongand the borkage happened on different packages too01:06
mdzupdate-manager now uses apport so it can automagically report bugs with logs if the upgrade fails01:07
jdongmdz: wow! that's nice, didn't know that01:08
mdzjdong: the real errors are earlier in the logs01:08
jdongmdz: I know that, but I couldn't find any01:08
mdzjdong: "subprocess returned error code 1" means "something went wrong earlier, look back"01:08
jdongmdz: I scrolled back a good page for any relevante errors01:08
jdongmdz: but it seems like whatever command failed did so silently01:08
mdzjdong: we can probably figure it out given the logs; please don't treat it as a lost cause01:08
jdongmdz: if I can find time to restore an edgy backup and send it thru an upgrade, I definitely will01:09
cjwatsonLaserJock: it's meant to have, although the live CD's sources.list may not have been updated01:09
cjwatsonLaserJock: (if so, that deserves a milestoned-for-beta bug ...)01:09
mdzjdong: thanks. that certainly doesn't happen when upgrading a default install or for everyone01:09
mdzcjwatson: is it correct for the installed system?01:10
nrdbtepsipakki: how stable is the herd5 CD ? 01:10
jdongmdz: right... I can bet my systems are fairly prolific in terms of installed packages compared to others01:10
mdzmvo is working on a test which tries to upgrade even with most of universe installed01:11
tepsipakkinrdb: stable enough for you to try if it works or not :)01:12
mdzthough it's been tricky since many packages in universe don't install correctly01:12
jdongcool01:12
nrdbtepsipakki: I will down load and see.01:12
cjwatsonmdz: I do need to [have someone]  check, but I'm reasonably sure it should be; ubiquity runs apt-setup to do that job01:12
tepsipakkinrdb: live-session is enough, no need to install01:12
nrdbtepsipakki: ok, if it doesn't work I will see about filling a bug.  maybe I can help in getting it worked out.  tests etc.01:13
tepsipakkinrdb: sure01:14
=== ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-devel
nrdbI have another thing on my wish list, could the update-manager be setup so I can limit the bandwidth it uses, so it doesn't slow my internet connection down to a crawl when updating ?01:16
=== runixd [n=runixd@host86-132-201-12.range86-132.btcentralplus.com] has joined #ubuntu-devel
runixdhello, why is there non-executable stack in ubuntu 7 and how do I turn it off ?01:25
=== theCore [n=alex@ubuntu/member/theCore] has joined #ubuntu-devel
=== Monk-e [n=guido@cust-03-55bf3757.adsl.scarlet.nl] has joined #ubuntu-devel
=== robitaille [n=daniel@ubuntu/member/robitaille] has joined #ubuntu-devel
=== jono [n=jono@ubuntu/member/jono] has joined #ubuntu-devel
macdrunixd, are you familiar with stackguard?01:34
runixdmacd, the canary value ?01:37
macdwell the ubuntu kernel is compiled with --enable-stackguard-randomization01:37
macdso to "turn" it off, you need to build a kernel without it01:37
runixdI see, my only option is recompile then01:37
macdyes, but its fairly straightforward and easy01:38
runixdthanks macd, I was looking all over proc01:38
macduse apt to download the sources, then compile as usual with those, I say use apt b/c you get the upstream kernel source + ubuntu patches.01:38
runixdmacd, if you know, what is the overhead of something like stack guard ?01:40
macdits well worth having it lets put it that way.01:40
macdits basic operation is to randomize allocations rather than the ole tired and true "stack" em up.01:41
runixdwell, in my case I actually really have to not have it, but I assume it would be much faster than alternatives01:41
macdits believed to be the better of its kind, I also don't see the need on a box that might never see the internet or offer any internet facing services01:41
macdI think its better than something like propolice 01:42
runixdwell, both can still be broken, imo either should be an option01:43
nrdbtepsipakki: downloading herd5 now 10 1/2 hours to go 01:44
macdindeed, stackgaurd does offer all 3 whereas propolice does not do random xor (to my knowledge)01:44
macdbut imho, nothing can cure sloppy code ;)01:44
macdIm not sure how you would defeat random xor btw, so if you know a secret you should let someone know :D01:46
=== illovae [n=illovae@uni14-1-82-233-221-131.fbx.proxad.net] has joined #ubuntu-devel
runixdhehehe :)01:52
runixdyou try again again and again01:52
runixd:D01:52
blankyHey what package do I need for X11/Xlib.h01:52
runixdare you going to amsterdam macd ?01:52
runixdfor bh europe01:53
macdits a possibility, Id love to put some faces with the names01:53
macdI usually do bh/toor in the US01:53
macdyoud know who I was if I told you ;)01:53
runixdhmm :)01:53
runixdso you are in us01:54
macdatm, yes01:54
runixdhmm, didn't expect someone who'd be interested in this in #ubuntu-devel01:55
LaserJockblanky: usually packages.ubuntu.com is helpful for those questions01:55
macdpeople play both sides of the field01:55
blankyLaserJock: thanks01:55
runixd:)01:55
=== poningru [n=poningru@pool-72-64-213-219.tampfl.fios.verizon.net] has joined #ubuntu-devel
macdbh dc-2007 day2 1500-till should help you ;)01:57
=== TomB_ [n=tomb@host217-44-151-84.range217-44.btcentralplus.com] has joined #ubuntu-devel
macdanywho you cant wear your greyhat proudly without once wearing a black one, you know they fade in the sun :)01:58
runixd:D02:00
Chipzzhrrrrm02:07
Chipzzis there a way to install a package without installing its recommends?02:07
crimsunusing...?02:07
=== illovae [n=illovae@uni14-1-82-233-221-131.fbx.proxad.net] has joined #ubuntu-devel
crimsun(e.g., you'd use aptitude -R  )02:08
=== RadiantFire [n=ryan@c-69-180-43-27.hsd1.ga.comcast.net] has joined #ubuntu-devel
Chipzzapt-get02:08
crimsun-o APT::Install-Recommends=false02:09
crimsunor I suppose --no-install-recommends02:09
blankyhey you guys know, where in /proc/acpi it has the file with the temperature?02:09
=== bddebian [n=bdefrees@71.224.172.103] has joined #ubuntu-devel
Chipzzwill try in a sec, apt is busy atm :)02:10
jdongblanky: some where in thermal_zone02:11
jdongblanky: acpi -V will display that too02:11
blankythanks02:11
=== TomB_ [n=tomb@host217-44-151-84.range217-44.btcentralplus.com] has joined #ubuntu-devel
Chipzzcrimsun: trying to use that, doesn't appear to work02:14
crimsunChipzz: hmm, that's what the changelog mentions, at least.02:14
Chipzz"apt-get install --no-install-recommends ubuntu-desktop" insists on installing openoffice02:14
Chipzzbut I just do not want that piece of **** installed02:15
crimsuntried placing apt-get --no-install-recommends install ?02:15
Chipzzsame thing02:15
crimsuntried the config string syntax, then?02:15
Chipzzjups02:16
Chipzzbut not the config string before the install02:16
Chipzzsame thing02:16
Chipzzcrimsun: whatever, I can live without it :)02:16
Chipzzcrimsun: thx for the help anyway :)02:19
=== sistpoty [n=sistpoty@ubuntu/member/sistpoty] has joined #ubuntu-devel
=== jdong_ [n=jdong@W20-575-9.MIT.EDU] has joined #ubuntu-devel
=== jwendell [n=wendell@ubuntu/member/wendell] has joined #ubuntu-devel
greffWhat does Build-Depends: debhelper (>> 3.0.0) mean?02:28
greffI understand >=, but what does >> mean?02:28
blankygreff: http://www.debian.org/doc/maint-guide/ch-dreq.en.html02:33
bddebianmjg59: ping (laptop-mode) ?02:36
jdong_bddebian, try contentless ping, it defeats their defense mechanism :D02:36
jdong_j/k02:36
=== jdong_ is now known as jdong
=== tokj [n=tokj@151.82.4.114] has joined #ubuntu-devel
bddebianI think I just need Hobbsee's pointy stick :)02:49
jdongtry this ping phrase:02:49
mjg59bddebian: It's 2AM - I'm going to bed now02:50
jdongbddebian, I'm going to upload beryl into universe if it's ok kthxbye02:50
jdongmjg59, nighty night (btw that's ideal calc homework hour!)02:50
mjg59Dude, I really do not have homework nowadays02:50
=== mjg59 sleeps
bddebianGnight mjg5902:51
=== blanky [n=blanky@pool-71-160-33-180.lsanca.dsl-w.verizon.net] has left #ubuntu-devel ["Leaving"]
=== slomo_ [n=slomo@ubuntu/member/slomo] has joined #ubuntu-devel
=== administrator_ [i=administ@nat/cisco/x-fedbc0ca9b370c8d] has joined #ubuntu-devel
=== anibal [n=anibal@debian/developer/anibal] has joined #ubuntu-devel
=== jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-devel
=== supervillain [n=joelbrya@124.105.155.241] has left #ubuntu-devel []
=== j_ack [n=rudi@p508D95BA.dip0.t-ipconnect.de] has joined #ubuntu-devel
=== poningru [n=poningru@pool-72-64-213-219.tampfl.fios.verizon.net] has joined #ubuntu-devel
=== milli [n=milli@famfrit.acmeps.com] has joined #ubuntu-devel
=== bhale_ [n=bhale@brandonhale.us] has joined #ubuntu-devel
=== PuMpErNiCkLe [n=pumperni@about/essy/bacon/PuMpErNiCkLe] has joined #ubuntu-devel
=== broonie [i=broonie@cassiel.sirena.org.uk] has joined #ubuntu-devel
=== bluefoxicy [n=bluefox@c-68-33-112-13.hsd1.md.comcast.net] has joined #ubuntu-devel
=== phlaegel [n=phlaegel@S01060016b619a773.ok.shawcable.net] has joined #ubuntu-devel
=== bronson [n=bronson@adsl-75-36-145-145.dsl.pltn13.sbcglobal.net] has joined #ubuntu-devel
=== apokryphos [n=apokryph@unaffiliated/apokryphos] has joined #ubuntu-devel
=== JanC [n=janc@lugwv/member/JanC] has joined #ubuntu-devel
=== ScottK [n=ScottK@static-72-81-252-22.bltmmd.fios.verizon.net] has joined #ubuntu-devel
=== giangy [i=giangy@voyager.techtemple.org] has joined #ubuntu-devel
=== aba- [i=aba@redruth.greenbean.org] has joined #ubuntu-devel
=== spo0nman [i=pankaj@unaffiliated/spo0nman] has joined #ubuntu-devel
=== asw [n=asw@karuna.med.harvard.edu] has joined #ubuntu-devel
=== zakame [n=zakame@ubuntu/member/zakame] has joined #ubuntu-devel
=== keescook [n=kees@ubuntu/member/keescook] has joined #ubuntu-devel
=== PuMpErNiCkLe [n=pumperni@about/essy/bacon/PuMpErNiCkLe] has joined #ubuntu-devel
=== broonie [i=broonie@cassiel.sirena.org.uk] has joined #ubuntu-devel
=== bluefoxicy [n=bluefox@c-68-33-112-13.hsd1.md.comcast.net] has joined #ubuntu-devel
=== phlaegel [n=phlaegel@S01060016b619a773.ok.shawcable.net] has joined #ubuntu-devel
=== bronson [n=bronson@adsl-75-36-145-145.dsl.pltn13.sbcglobal.net] has joined #ubuntu-devel
=== apokryphos [n=apokryph@unaffiliated/apokryphos] has joined #ubuntu-devel
=== JanC [n=janc@lugwv/member/JanC] has joined #ubuntu-devel
=== ScottK [n=ScottK@static-72-81-252-22.bltmmd.fios.verizon.net] has joined #ubuntu-devel
=== giangy [i=giangy@voyager.techtemple.org] has joined #ubuntu-devel
=== aba- [i=aba@redruth.greenbean.org] has joined #ubuntu-devel
=== spo0nman [i=pankaj@unaffiliated/spo0nman] has joined #ubuntu-devel
=== asw [n=asw@karuna.med.harvard.edu] has joined #ubuntu-devel
=== zakame [n=zakame@ubuntu/member/zakame] has joined #ubuntu-devel
=== keescook [n=kees@ubuntu/member/keescook] has joined #ubuntu-devel
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-devel
=== `anthony [n=anthony@220-253-156-119.VIC.netspace.net.au] has joined #ubuntu-devel
=== stub [n=stub@ppp-58.8.5.151.revip2.asianet.co.th] has joined #ubuntu-devel
=== nags [n=nags@125.16.129.16] has joined #ubuntu-devel
=== hoora_ [i=ariel@gateway/tor/x-d676877db4a33f15] has joined #ubuntu-devel
=== jdong_ [n=jdong@SIMMONS-FIFTY-SIX.MIT.EDU] has joined #ubuntu-devel
=== eggauah [n=daniel@201.72.64.212] has joined #ubuntu-devel
=== nags [n=nags@125.16.129.16] has joined #ubuntu-devel
=== j1mc [n=jim@adsl-75-21-78-129.dsl.chcgil.sbcglobal.net] has joined #ubuntu-devel
=== mrpouit [n=mrpouit@LAubervilliers-151-12-73-187.w193-252.abo.wanadoo.fr] has joined #ubuntu-devel
=== mrpouit [n=mrpouit@LAubervilliers-151-12-73-187.w193-252.abo.wanadoo.fr] has joined #ubuntu-devel
=== cypher1 [n=cypher1@59.96.43.0] has joined #ubuntu-devel
=== Amaranth [n=travis@ubuntu/member/Amaranth] has joined #ubuntu-devel
=== silwol [n=silwol@teacheradsl241.eduhi.at] has joined #ubuntu-devel
=== administrator_ [i=administ@nat/cisco/x-607c23dd90cafeb8] has joined #ubuntu-devel
=== robitaille [n=daniel@ubuntu/member/robitaille] has joined #ubuntu-devel
=== thekorn [n=markus@a89-182-26-11.net-htp.de] has joined #ubuntu-devel
=== jack_at_home [n=jack@221.223.38.39] has joined #ubuntu-devel
=== _human_blip_ [n=mike@202.83.118.27] has joined #ubuntu-devel
=== mneptok [n=mneptok@modemcable178.77-70-69.static.videotron.ca] has joined #ubuntu-devel
=== _human_blip_ [n=mike@202.83.118.27] has joined #ubuntu-devel
=== MagnusR [n=magru@c83-252-237-96.bredband.comhem.se] has joined #ubuntu-devel
=== hoora_ [i=ariel@gateway/tor/x-34c1f52760a7206f] has joined #ubuntu-devel
=== pax [n=pax@pdpc/supporter/student/pax] has joined #ubuntu-devel
=== afflux [i=k@gateway/gpg-tor/key-0x6E18D3C4] has joined #ubuntu-devel
=== pradeep [n=pradeep@59.92.48.8] has joined #ubuntu-devel
=== viviersf [n=cain@196.44.1.98] has joined #ubuntu-devel
=== dandy_ [i=dandy@opal.cat.pdx.edu] has joined #ubuntu-devel
jdong_bhale_: ping (Beagle tends to create gigantic logfiles... just cleared 600MB of logs after first using beagle two days ago)08:17
=== Lure [n=lure@clj46-234.dial-up.arnes.si] has joined #ubuntu-devel
=== mbiebl [n=michael@dialin-145-254-249-245.pools.arcor-ip.net] has joined #ubuntu-devel
giangy'morning09:15
=== nags [n=nags@125.16.129.16] has joined #ubuntu-devel
=== freeflying [i=root@gobstopper.dreamhost.com] has joined #ubuntu-devel
=== pax [n=pax@pdpc/supporter/student/pax] has joined #ubuntu-devel
=== hunger [n=tobias@p54A7142F.dip0.t-ipconnect.de] has joined #ubuntu-devel
=== Mez [n=Mez@ubuntu/member/mez] has joined #ubuntu-devel
=== clust [n=kuscsik@158.197.33.240] has joined #ubuntu-devel
=== twilight [n=twilight@ubuntu/member/twilight] has joined #ubuntu-devel
clustHi, I work on a Ubuntu based USB distro for servers with web interface for network settings. What is your suggestion: Use the web interface to set the ubuntu network config files or build independent scripts for system configuration and make the web interface distribution independent?10:15
poningruwaah?10:19
poningruhave you looked into puppet?10:20
mdkeponingru: saw your message in -doc overnight - please check for bugs and file them if none are there!10:20
poningrumdke: yes sir10:20
mdke:)10:20
poningru:)10:21
_ionI guess pitti won't be around until next week. :-( pe194808 -!- pitti [n=pitti@ubuntu/member/pitti]  has quit ["have a nice weekend"] 10:22
_ionI have a patch for restricted-manager.10:22
=== finalbeta [n=finalbet@d54C689F7.access.telenet.be] has joined #ubuntu-devel
affluxis there any special reason why adept now offers the upgrade to feisty?10:28
afflux(as in bug 91065)10:28
UbugtuMalone bug 91065 in adept "Adept wants to upgrade to feisty 7.04" [Undecided,Unconfirmed]  https://launchpad.net/bugs/9106510:28
=== Fujitsu [n=Fujitsu@ubuntu/member/fujitsu] has joined #ubuntu-devel
clustponingru: I am not sure, that puppet is exactly what I need,  install 8MB on the USB key to set the network preferences is not acceptable for me. I m trying to mimize the distros size to fit in 128MB.10:41
clustBut it is a nice project ;)10:42
=== silwol [n=silwol@teacheradsl241.eduhi.at] has left #ubuntu-devel []
=== jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-devel
=== pitti [n=pitti@ubuntu/member/pitti] has joined #ubuntu-devel
_ionHi pitti10:53
pittihey all10:54
pittimorning _ion 10:54
_ionpitti: I changed restricted-manager to look at hardware identification patterns modinfo already provides and compare them to what sysfs says about connected hardware.10:55
_ionNo need to execute lspci anymore, or list PCI IDs inside code.10:55
pitti_ion: that sounds awesome!10:55
FujitsuSomebody might urgently want to take a look at why Adept is wanting to upgrade to 7.04...10:55
pittiRiddell: ^ that's due to your adept edgy-proposed upload, I figure10:56
FujitsuAhah.10:56
FujitsuMight be advisable to fix that (although people shouldn't really be installing everything from edgy-proposed without testing).10:57
pittistill, that's wrong10:57
FujitsuIsn't it meant to check a file on archive.ubuntu.com?10:57
crimsunpitti: apologies for pinging when you're off the clock, but I was wondering if you would take a look sometime next week at the vlc FTBFSes (on all arches, e.g., https://beta.launchpad.net/+builds/+build/309060 ) for pkgmaintainermangler10:58
pitticrimsun: that looks familiar; which maintainer address did you use?10:59
crimsunFujitsu and I were discussing it in -motu, and it's likely due to the fact that vlc uses Maintainer: MOTU Media Team <motumedia@tauware.de>10:59
Fujitsus/likely/almost definite/10:59
pitticrimsun: yesterday I taught pkgbinarymangler not to choke on @kubuntu.org addresses10:59
pittihmm10:59
Fujitsupitti: How about not choking if Original-Maintainer exists?10:59
pittiit requires an ubuntuish address ATM10:59
=== gicmo [n=gicmo@p5491D20B.dip.t-dialin.net] has joined #ubuntu-devel
Fujitsupitti: That's not an option in this case.11:00
pittiFujitsu: I have to look at this; could one of you please file a bug against pkgbinarymangler?11:00
crimsunI can do that, thanks11:00
FujitsuRemoving line 64 would solve the issue.11:01
FujitsuOops.11:01
FujitsuNo.11:01
FujitsuChanging it to return 0.11:01
_ionBtw, perhaps http://people.ubuntu.com/~pitti/scripts/bzrdc and http://people.ubuntu.com/~scott/software/bzr-commit should be merged to a single script. :-)11:02
pitti_ion: yestrerday I discovered debcommit in devscripts11:05
pitti_ion: that should be the eventual thing to use :)11:05
_ionAh, debcommit looks nice11:05
=== twilight [n=twilight@ubuntu/member/twilight] has left #ubuntu-devel []
=== mattw [n=mattw@opal.cat.pdx.edu] has joined #ubuntu-devel
=== Zdra [n=zdra@124.185-247-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu-devel
=== sacater [n=sacater@host81-156-182-183.range81-156.btcentralplus.com] has joined #ubuntu-devel
crimsunpitti: wishlisted #91086; if it's suitable for feisty to simply just use @ubuntu.com / @kubuntu.org Maintainer email addresses, I'm happy to do that11:09
pitticrimsun: oh, I'm all for making pkgmaintainermangler more liberal11:09
pittibut it's certainly a valid workaround to use an ubuntu address for now11:10
crimsunin the interest of getting that CVE fixed, I'm going to work around it presently11:11
Fujitsucrimsun: It might be nice to get an official list for motumedia.11:11
=== raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-devel
=== discord [n=discord@dsl-241-83.zhonka.net] has joined #ubuntu-devel
discordI'm having trouble setting an environment variable using /etc/environment does anybody have any suggestions on how i can perminantly set a java classpath environment variable in ubuntu?11:17
pitti_ion: btw, could you please register your r-m branch in LP? makes it much easier to find and follow11:19
ajmitchhi pitti 11:19
pittihey ajmitch 11:19
_ionpitti: Actually it's registered, but after you merged my first change, i changed its status to 'Merged' and forgot to change it back to 'Development' when i did new commits.11:20
pittiah11:20
pittithanks11:20
_ionNow it's visible again at https://code.launchpad.net/restricted-manager11:20
pittiargh, yay for descriptive names on https://code.beta.launchpad.net/bughelper11:24
=== sahin_h [n=ezaz@dsl5402AB74.pool.t-online.hu] has joined #ubuntu-devel
=== mpytasz [n=dduck@81.219.176.52] has joined #ubuntu-devel
=== mc44 [n=mc44@unaffiliated/mc44] has joined #ubuntu-devel
=== ivoks [n=ivoks@vipnet6-165.mobile.carnet.hr] has joined #ubuntu-devel
=== tokj [n=tokj@151.82.7.109] has joined #ubuntu-devel
=== thekorn [n=markus@a89-182-26-11.net-htp.de] has left #ubuntu-devel []
=== jinty [n=jinty@247.Red-83-49-51.dynamicIP.rima-tde.net] has joined #ubuntu-devel
=== finalbeta [n=finalbet@d54C689F7.access.telenet.be] has joined #ubuntu-devel
=== duese [n=Ident@p5484D1E8.dip.t-dialin.net] has joined #ubuntu-devel
=== finalbeta [n=finalbet@d54C689F7.access.telenet.be] has joined #ubuntu-devel
=== Fujitsu [n=Fujitsu@ubuntu/member/fujitsu] has joined #ubuntu-devel
=== phanatic [n=phanatic@ubuntu/member/phanatic] has joined #ubuntu-devel
_ionpitti: I added identification patterns for ipw3945 and ath_hal to my branch.12:31
pitti_ion: nothing can stop you now :)12:32
=== hagi [n=hagi@adsl-84-227-144-74.adslplus.ch] has joined #ubuntu-devel
=== tkjacobsen [n=tkjacobs@105.18.235.85.dk-boa.res.dyn.perspektivbredband.net] has joined #ubuntu-devel
=== herzi [n=herzi@pD9E2932B.dip.t-dialin.net] has joined #ubuntu-devel
=== AlinuxOS [n=vsichi@host35-132-dynamic.1-87-r.retail.telecomitalia.it] has joined #ubuntu-devel
=== eXistenZ [n=existenz@unaffiliated/eXistenZ] has joined #ubuntu-devel
=== pectic_ [n=existenz@bzq-82-81-17-53.red.bezeqint.net] has joined #ubuntu-devel
=== HiddenWolf [n=HiddenWo@136.198.dynamic.phpg.net] has joined #ubuntu-devel
=== Yvonne [n=01101110@pdpc/supporter/active/Yvonne] has joined #ubuntu-devel
=== quail_linux [n=quail@unaffiliated/quaillinux/x-000001] has joined #ubuntu-devel
=== shackan [n=shackan@host32-136-dynamic.16-87-r.retail.telecomitalia.it] has joined #ubuntu-devel
=== Monk-e [n=guido@cust-03-55bf3757.adsl.scarlet.nl] has joined #ubuntu-devel
=== pochu [n=pochu@ubuntu/member/pochu] has joined #ubuntu-devel
=== shiyee [n=Shiyee@0x503e778e.abnxx4.adsl-dhcp.tele.dk] has joined #ubuntu-devel
=== tkjacobsen [n=tkjacobs@105.18.235.85.dk-boa.res.dyn.perspektivbredband.net] has joined #ubuntu-devel
=== pvanhoof [n=pvanhoof@d54C0EE14.access.telenet.be] has joined #ubuntu-devel
=== nrd1 [n=ubuntu@127.3.240.220.dynamic.dsl.rns01-kent-syd.comindico.com.au] has joined #ubuntu-devel
nrd1hi I have just downloaded and run the fiesty version 5 livecd, I am using a matrox video card, the livecd decided to use the 'vesa' driver not the 'mga' driver is it should, this limit the max resolution to 800x600 :(01:36
nrd1at least fiesty works ubuntu 6.10 doesn't at all.01:37
pitti*nnng* feisty, not fiesty! *nng* :)01:41
mc44fisty!01:41
=== nrd1 hmmm ok
pittinrd1: could you please file a bug against 'xorg' with some hardware data? (output of 'lspci' and 'dmidecode'01:43
nrd1pitti: ok01:44
Fujitsupitti: How do I go about getting a universe security update uploaded?01:46
pittiFujitsu: open a security bug for it and attach a debdiff01:46
pittithe security flag will make it appear on keescook's and my radar01:47
FujitsuAh, both of those are already done.01:47
FujitsuThanks.01:47
=== clust [n=kuscsik@158.197.33.240] has left #ubuntu-devel []
=== stub [n=stub@ppp-58.8.5.179.revip2.asianet.co.th] has joined #ubuntu-devel
AlinuxOSpitti, hello ! ;)01:59
pittihi AlinuxOS 01:59
AlinuxOSpitti, is there some feisty testing packs ? Mozilla locales-packs ?01:59
AlinuxOSsome your experimental repositories ? :)02:00
pittinot yet for 2.0.0.202:00
AlinuxOS;)02:00
AlinuxOShehe ok...just asked ! :P02:00
=== Seveaz [n=seveas@ubuntu/member/seveas] has joined #ubuntu-devel
=== Lure [n=lure@clj46-234.dial-up.arnes.si] has joined #ubuntu-devel
=== lbm [n=lbm@0x555373ab.adsl.cybercity.dk] has joined #ubuntu-devel
nrd1pitti: I have sent in a bug report.02:28
=== Monk-e [n=guido@cust-03-55bf3757.adsl.scarlet.nl] has left #ubuntu-devel ["Leave"]
=== Monk-e [n=guido@cust-03-55bf3757.adsl.scarlet.nl] has joined #ubuntu-devel
=== tokj [n=tokj@151.82.2.97] has joined #ubuntu-devel
_ionpitti: I scraped the lists of specific cards supported by nvidia and nvidia_legacy from the nvidia website and overrode the patterns reported by the modules (basically "all graphics adapters by nVidia") with them. Now nvidia_legacy isn't listed anymore because my card is only supported by the nvidia driver. :-) I didn't commit the change yet, but will push soon.02:45
pitti_ion: cool! I was looking for such a list, but didn't find one, and instead I found out that it in fact changes from release to release02:46
pitti_ion: thus, how can you make sure that your overriding of the modules' lists will be correct for future releases?02:46
_ionpitti: Yeah, the scrape script is included. It needs to be run whenever the driver version(s) in l-r-m change.02:46
pitti_ion: can this be integrated to happen dynamically?02:46
pittior does it need manual intervention?02:47
=== pitti gets apport-retrace to automatically attach symbolic stack traces back to bug reports \o/
=== stdin [n=tez@unaffiliated/binary2k2] has joined #ubuntu-devel
_ionpitti: I wasn't able to pull the listing from the drivers themselves. There's some kind of a list in the README, but it says "For the most complete and accurate listing of supported GPUs, please see the Supported Products List, available from the NVIDIA Linux x86 Graphics Driver download page" above the list. What i've implemented so far needs manual intervention, unfortunately.02:50
pittiI see02:51
pitti_ion: that should be fine, though02:51
pitti_ion: ideally the kernel modules themselves would know which product IDs they support :(02:51
_ionYeah.02:51
=== cr3 [n=marc@pdpc/supporter/bronze/cr3] has joined #ubuntu-devel
mjg59I thought the nvidia ones did?02:52
mjg59Or are they overly generous?02:53
_ionThey basically match all graphics adapters by nVidia.02:58
=== zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-devel
=== abattoir [n=abattoir@cm109.omega23.maxonline.com.sg] has joined #ubuntu-devel
=== `anthony [n=anthony@220-253-156-119.VIC.netspace.net.au] has joined #ubuntu-devel
_ionpitti: I pushed the change.03:15
pittithank you03:17
=== jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-devel
_ionpitti: A more accurate list should be created for the ATI driver, too.03:21
=== bddebian [n=bdefrees@c-71-224-172-103.hsd1.pa.comcast.net] has joined #ubuntu-devel
=== Monk-e [n=guido@cust-03-55bf3757.adsl.scarlet.nl] has joined #ubuntu-devel
=== bhale_ is now known as bhale
=== mrpouit [n=mrpouit@LAubervilliers-151-12-73-187.w193-252.abo.wanadoo.fr] has joined #ubuntu-devel
=== lord_andromeda [n=lord_and@88.226.179.24] has joined #ubuntu-devel
=== lord_andromeda [n=lord_and@88.226.179.24] has left #ubuntu-devel []
=== nrd1 [n=ubuntu@127.3.240.220.dynamic.dsl.rns01-kent-syd.comindico.com.au] has left #ubuntu-devel []
=== stdin [n=tez@unaffiliated/binary2k2] has joined #ubuntu-devel
=== kmon [n=javier@84.77.121.27] has joined #ubuntu-devel
=== Loevborg [n=loevborg@dslb-084-056-036-106.pools.arcor-ip.net] has joined #ubuntu-devel
=== stdin [n=tez@unaffiliated/binary2k2] has joined #ubuntu-devel
=== dsas [n=dean@cpc3-stok6-0-0-cust253.bagu.cable.ntl.com] has joined #ubuntu-devel
=== ivoks [n=ivoks@16-2.dsl.iskon.hr] has joined #ubuntu-devel
=== Amaranth [n=travis@ubuntu/member/Amaranth] has joined #ubuntu-devel
=== mr_pouit [n=mrpouit@sd-4736.dedibox.fr] has joined #ubuntu-devel
=== kent [n=kent@82.145.145.166] has joined #ubuntu-devel
=== jono [n=jono@ubuntu/member/jono] has joined #ubuntu-devel
=== mdke [n=matt@212-139-96-9.dynamic.dsl.as9105.com] has joined #ubuntu-devel
=== _ion [i=johan@kiviniemi.name] has joined #ubuntu-devel
=== rpereira [n=rpereira@ubuntu/member/rpereira] has joined #ubuntu-devel
=== stdin [n=tez@unaffiliated/binary2k2] has joined #ubuntu-devel
=== giftnudel [n=mb@frnk-590c4e81.pool.einsundeins.de] has joined #ubuntu-devel
=== Arrogance [n=aks@ottawa-hs-209-217-84-120.d-ip.magma.ca] has joined #ubuntu-devel
=== Ubugtu [n=bugbot@ubuntu/bot/ubugtu] has joined #ubuntu-devel
=== Adri2000 [n=adri2000@ubuntu/member/adri2000] has joined #ubuntu-devel
=== svolpe_gerrath [n=Gerrath@unaffiliated/gerrath] has joined #ubuntu-devel
=== hawkeye [n=hawkeye@68-232-53-177.atlsfl.adelphia.net] has joined #ubuntu-devel
=== ivoks [n=ivoks@16-2.dsl.iskon.hr] has joined #ubuntu-devel
=== BenMC [n=bcollins@collinsap1.phunnypharm.org] has joined #ubuntu-devel
=== PhilK [n=PhilK@68-232-53-177.atlsfl.adelphia.net] has joined #ubuntu-devel
=== stgraber [n=stgraber@ubuntu/member/stgraber] has joined #ubuntu-devel
=== okaratas [n=ozgurk@fsf/member/okaratas] has joined #ubuntu-devel
=== giftnudel [n=mb@frnk-590c4e81.pool.einsundeins.de] has joined #ubuntu-devel
=== stgraber [n=stgraber@ubuntu/member/stgraber] has joined #ubuntu-devel
=== phanatic [n=phanatic@ubuntu/member/phanatic] has joined #ubuntu-devel
=== KP202 [n=ach@cp106356-a.tilbu1.nb.home.nl] has joined #ubuntu-devel
mjg59http://librarian.launchpad.net/6724669/buildlog_ubuntu-feisty-amd64.acpid_1.0.4-5ubuntu6_FAILEDTOBUILD.txt.gz make sense to anyone?05:53
kylemew.05:54
=== johanbr [n=j@blk-137-114-65.eastlink.ca] has joined #ubuntu-devel
=== bddebian [n=bdefrees@c-71-224-172-103.hsd1.pa.comcast.net] has joined #ubuntu-devel
=== phoenix24 [n=phoenix2@124.125.248.42] has joined #ubuntu-devel
imbrandonanyone know what the sru policy is on "just needs a rebuild" ?06:07
nixternalhaha06:07
=== PuMpErNiCkLe [n=pumperni@about/essy/bacon/PuMpErNiCkLe] has joined #ubuntu-devel
=== tokj [n=tokj@151.82.1.153] has joined #ubuntu-devel
RiddellFujitsu: it's deliberate to upgrade o feisty with adept06:14
=== jdong_ [n=jdong@SIMMONS-FIVE-NINETY-TWO.MIT.EDU] has joined #ubuntu-devel
=== mdke [n=matt@212-139-96-9.dynamic.dsl.as9105.com] has joined #ubuntu-devel
=== licio [n=licio@ubuntu/member/licio] has joined #ubuntu-devel
=== j_ack [n=rudi@p508DB43F.dip0.t-ipconnect.de] has joined #ubuntu-devel
gesermjg59: you have a non-ubuntu email address as Maintainer06:24
mjg59Yes. Yes, I do.06:25
mjg59(Since I have a non-ubuntu email address)06:25
geserpkgbinarymangler tries to store it as Original-Maintainer but there is already a O-M field and errors out06:26
Seveassomeone should slap pitti to add mjg59s address to the whitelist (or better: do some launchpad magic)06:28
=== jono [n=jono@ubuntu/member/jono] has joined #ubuntu-devel
bddebianmjg59: Oh, since you are here, do you have any plans for laptop-mode?06:33
=== angasule [n=angasule@190.49.204.229] has joined #ubuntu-devel
=== angasule [n=angasule@190.49.204.229] has left #ubuntu-devel ["Foer]
jdong_ok, how is this gnome-main-menu slab thing supposed to work?06:36
jdong_I think it's misnamed.....06:36
jdong_"slap" - slaps your gnome-panel with a SIGSEGV06:37
Seveasjdong_, :D06:37
jdong_I'm almost sure it's PEBKAC but I'd love to get this thing running :D06:37
=== firephoto [n=tom@pool-71-115-214-25.spknwa.dsl-w.verizon.net] has joined #ubuntu-devel
bddebiando be do be doo06:41
Seveasbddobedobedoobian06:46
bddebianheh06:47
=== raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-devel
TreenaksSeveas: doobian? that explains a lot ;)06:51
Seveasno comment06:52
bddebianHmm06:54
=== snoogie [n=snoogie@gob75-5-82-230-88-29.fbx.proxad.net] has joined #ubuntu-devel
=== administrator_ [i=administ@nat/cisco/x-1a796513494e6b04] has joined #ubuntu-devel
=== orion2012 [n=orion@hypnogogic.org] has joined #ubuntu-devel
=== tokj_ [n=tokj@151.82.4.12] has joined #ubuntu-devel
=== pitti [n=pitti@ubuntu/member/pitti] has joined #ubuntu-devel
=== tokj [n=tokj@151.82.4.12] has joined #ubuntu-devel
=== pax [n=pax@pdpc/supporter/student/pax] has joined #ubuntu-devel
=== JanC [n=janc@lugwv/member/JanC] has joined #ubuntu-devel
=== johanbr [n=j@blk-137-114-65.eastlink.ca] has joined #ubuntu-devel
=== aigarius [n=aigarius@82.152.74.5] has joined #ubuntu-devel
=== predius [n=predius@predius.org] has joined #ubuntu-devel
=== predius_ [n=predius@predius.org] has joined #ubuntu-devel
=== predius [n=predius@predius.org] has joined #ubuntu-devel
=== Loevborg_ [n=loevborg@dslb-084-056-013-099.pools.arcor-ip.net] has joined #ubuntu-devel
=== styx_ivs [n=kvirc@p57A4AFD2.dip0.t-ipconnect.de] has joined #ubuntu-devel
=== styx [n=kvirc@p57A4AFD2.dip0.t-ipconnect.de] has joined #ubuntu-devel
=== juell [n=jga@pD9E6093D.dip.t-dialin.net] has joined #ubuntu-devel
=== phoenix24 [n=phoenix2@124.125.248.42] has joined #ubuntu-devel
=== juell [n=jga@pD9E6093D.dip.t-dialin.net] has left #ubuntu-devel ["Konversation]
=== pirast [n=martin@p508B1CF7.dip0.t-ipconnect.de] has joined #ubuntu-devel
=== Monk-e [n=guido@c529dd229.cable.wanadoo.nl] has joined #ubuntu-devel
=== tsmithe` [n=tsmithe@82-70-109-22.dsl.in-addr.zen.co.uk] has joined #ubuntu-devel
=== Monk-e [n=guido@c529dd229.cable.wanadoo.nl] has joined #ubuntu-devel
=== illovae is now known as Mohinder_Suresh
=== Mohinder_Suresh is now known as illovae
=== tokj [n=tokj@151.82.4.12] has joined #ubuntu-devel
=== Gman [i=gman@nat/sun/x-2c6e2d4dbe532b7d] has joined #ubuntu-devel
=== gouchi [n=gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] has joined #ubuntu-devel
=== sacater [n=sacater@host81-156-182-183.range81-156.btcentralplus.com] has joined #ubuntu-devel
=== Zdra_ [n=zdra@37.218-242-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu-devel
jdong_Users should realize that less(1) provides more(1) emulation and extensive enhancements.08:52
jdong_I'm using less, but I'm not getting any "extensive enhancements"08:52
jdong_I'm beginning to think it's false advertising... my surgeon says only cartilage grafting works for extensive enhancements :(08:52
=== Keybuk [n=scott@wing-commander.netsplit.com] has joined #ubuntu-devel
=== pitti waves to Keybuk
Keybukhey pitti09:06
=== cr3 [n=marc@pdpc/supporter/bronze/cr3] has joined #ubuntu-devel
=== jdong_ is now known as jdong
=== enrico [n=enrico@debian/developer/enrico] has joined #ubuntu-devel
=== poningru [n=poningru@pool-72-64-213-219.tampfl.fios.verizon.net] has joined #ubuntu-devel
=== gouchi [n=gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] has joined #ubuntu-devel
aigariusjdong: in 'more' terms, scrolling back one line is a very extensive enhancement09:29
=== finalbeta [n=finalbet@d54C689F7.access.telenet.be] has joined #ubuntu-devel
=== Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-devel
=== gouchi [n=gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] has joined #ubuntu-devel
okaratasSeveas, hello10:02
Seveashi okaratas 10:03
_ionBtw, "okaratas" in Finnish translates to a "thorn cogwheel". :-)10:07
okaratas_ion, i dont understand you ?10:08
_ionYour nick just happens to be a valid Finnish compound word, where oka means a thorn and ratas means a cogwheel.10:08
jdongAnd this concludes this week's episode of _ion points out useless random things and offends a random person!10:11
_ionOffends?10:11
jdongStay tuned for jdong finds sexual innuendos in random manpages!10:11
jdong_ion: "confuses"?10:11
bhalejdong: there is a patch to be applied around beta time that lessens beagles logging10:11
bhalejdong: that said, my Log dir is 14mb after months and months of use10:11
jdongbhale: ah, ok, that makes me happier then :)10:11
okaratas_ion, hm okey10:11
jdongbhale: well I rm -rf'ed 2.0GB wroth of kmail on day 2 of beagle10:12
jdongbhale: so I think I might've upset it into logging more than usual :D10:12
bhalehm :)10:12
bhalethere are ocassional reports of Really Big Logs10:12
=== jdong snickers immaturely
jdongare they *natural* logs?10:12
okaratas_ion, what is fin cogwheel ?10:13
jdong_ion: are you Finnish, btw?10:13
_ionokaratas: http://images.google.fi/images?q=cogwheel10:14
_ionjdong: Yes.10:14
jdong_ion: ok, cool :)10:15
okaratas_ion, my name is Ozgur Karatas, my nickname "okaratas" :)10:16
okaratashttp://blog.ozgurkaratas.com10:16
=== gouchi [n=gouchi@ivr94-8-88-162-27-162.fbx.proxad.net] has joined #ubuntu-devel
=== sabdfl [n=sabdfl@ubuntu/member/pdpc.silver.sabdfl] has joined #ubuntu-devel
_ionokaratas: Yeah, i realize that. :-) Is that a Turkish name?10:17
sabdflevening all10:18
okaratasyes _ion i am from Turkey..10:18
sabdfldo we really not want openoffice in feisty?10:18
okaratassabdfl, hello..10:18
jdongsabdfl: maybe if I can read the fonts without squinting :)10:18
Keybuksabdfl: ?10:22
sabdflKeybuk: just updated, and aptitude wants to remove a ton of useful stuff10:23
sabdflubuntu-desktop appears to have lost some dependencies10:23
Amaranththey got changed to Recommends10:23
jdongha, subliminal anti-OOo marketing :)10:23
sabdflout of curiousity, why?10:24
Keybuksabdfl: you don't use synaptic? :p10:24
sabdflnup, aptitude, oldskool etc10:24
Keybukmost of ubuntu-desktop is moving to recommends to allow people to uninstall bits without suddenly losing their entire system10:24
sabdfl*some* people I know use dselect10:24
sabdflok10:24
KeybukF10 - Options - Dependency handling - Install Recommended packages automatically10:25
Keybukmake sure that's selected10:25
jdongwhy isn't aptitude an emacs mode yet?10:26
jdongit seems to fit right in.10:26
okarataswhich packages do i need to install for .exe files to be run? i have a .exe file for windows which i can't run..10:29
=== beuno [n=martin@200.127.224.201] has joined #ubuntu-devel
FujitsuRiddell: It's by design that edgy-proposed has now been equated with Feisty? Interesting, I would have thought that somewhat inappropriate.10:37
=== juell [n=jga@p85.212.32.214.tisdip.tiscali.de] has joined #ubuntu-devel
=== Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-devel
=== eggauah [n=daniel@201.72.64.212] has joined #ubuntu-devel
=== licio [n=licio@ubuntu/member/licio] has joined #ubuntu-devel
=== rpereira [n=rpereira@ubuntu/member/rpereira] has joined #ubuntu-devel
pirastokaratas, wine, please ask in #ubuntu next time11:23
okarataspirast, thank you11:25
=== raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-devel
=== pax [n=pax@pdpc/supporter/student/pax] has joined #ubuntu-devel
=== Qwell [n=north@pdpc/sponsor/digium/Qwell] has joined #ubuntu-devel
QwellHow do I find out the maintainer of a package?11:52
crimsunapt-cache show package11:53
FujitsuQwell: Which package? Most packages have no maintainer as such any more.11:53
QwellI don't use ubuntu..11:53
Qwellthe package is asterisk11:53
crimsunMOTU maintains asterisk11:53
QwellSomebody very urgently needs to upgrade to 1.2.1611:53
FujitsuQwell: Why do you want to know? It's more of a team effort, as crimsun says.11:53
Qwellor at least backport some stuff11:53
crimsunwe know about it already, Qwell 11:53
FujitsuQwell: That's being done.11:53
Qwellzaptel too :D11:54
Qwell...and libpri, for good measure11:54
crimsunwe know about zaptel, too.11:54
crimsunand libpri11:54
Qwellgreat11:54
FujitsuQwell: bug #89863 is the Asterisk one, for reference.11:55
Qwellany ETA?11:55
UbugtuMalone bug 89863 in asterisk "Asterisk 1.2.16 fixes a recently discovered security vulnerability" [Undecided,Fix released]  https://launchpad.net/bugs/8986311:55
crimsunnote that they're fix released, which means fixes are already available.11:55
FujitsuDapper and Edgy were fixed 4 days ago, Feisty was fixed yesterday.11:55
Qwellis Feisty still gonna use 1.2?11:55
crimsunyes11:56
Qwellokay11:56
=== Monk-e [n=guido@c529dd229.cable.wanadoo.nl] has joined #ubuntu-devel
=== Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-devel
=== jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-devel
=== guerby [n=guerby@gut75-4-82-235-162-148.fbx.proxad.net] has joined #ubuntu-devel

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