/srv/irclogs.ubuntu.com/2010/05/30/#ubuntu-devel.txt

quark2greetings, anyone here might be able to help me with a mount issue?00:20
ScottKquark2: Help is in #ubuntu.00:20
quark2tried that got no response, was searching out another room00:21
LaserJockScottK: +1 on the UDS email00:24
ScottKLaserJock: Thanks.00:24
ScottKquark2: Understand.  That does't make this a support channel.00:24
=== tdlk is now known as xnox
gbear14275I'm trying to debug an error with virt-manager using strace... looking grim.  There are a few dev packages associated with libvirt but I'm not familiar with how to use them... can anyone offer up some advice on perhaps this as a better way to try to troubleshoot03:45
gbear14275the problem is am trying to spawn a new VM using virt-manager on a remote machine.  I put the .iso's into the /var/lib/libvirt/images directory and can browse to them and select them but am getting this error on trying to hit next: Checking installer location failed: Could not find media '/var/lib/libvirt/images/debian-504-amd64-netinst.iso'.03:45
DrakesonI have a vala question: How does one instanciate http://www.valadoc.org/gio-2.0/GLib.OutputVector.html04:56
xnoxDrakeson, try #vala on GIMPNet irc network ?05:05
Drakesonxnox: I had already done so. I posted here out of despair.05:17
Drakesonanyways, sorry about that.05:17
xnoxDrakeson, on a holliday weekend both in US&UK all channels can be unresponsive ;-)05:18
antivirtelre10:15
antivirtel!bug 32101210:42
ubottuLaunchpad bug 321012 in xchat (Ubuntu) "XChat - missing icons" [Undecided,Confirmed] https://launchpad.net/bugs/32101210:42
=== Lutin is now known as Guest58997
blue_annaI think my system implimentation of binary64 is broken http://pastebin.ws/6tahvb13:27
blue_annaI think my system implimentation of binary64 is broken http://pastebin.ws/6tahvb -- according to the ieee754 standard (http://en.wikipedia.org/wiki/IEEE754) doubles should never be inaccurate for 16 digits, and only have a rounding error at the 17th digit14:36
=== Guest58997 is now known as Lutin
David-Toh. he's gone.15:20
* David-T assumes the rounding error is introduced at the 17th digit of 91.6, which ends up being the 16th digit of 8.415:21
blue_annaare there any scripts that automate making an ubuntu .deb package given a standard configure/make/make install setup?16:02
Chipzzblue_anna: dh_make16:06
blue_annaChipzz: thank you :)16:06
Chipzzblue_anna: also note that your question regarding binary64 was off-topic for this channel16:06
blue_annaChipzz: I think that the MPC that we use is buggy, I'm building gcc with mpc 0.8.2 to see if it fixes it16:07
ChipzzI think the package is called dh_make, and the command dh-make16:07
ebroderChipzz: other way around16:07
Chipzzdh-make is not specific to packages using auto* though, it's mostly a convenient way of creating the debian dir for packages in general16:08
Chipzzebroder: ah, I always got that mixed up16:08
ebroderblue_anna, Chipzz: dh_make won't do all the work for you, though - you still need to handle setting build-dependencies and dependencies and any special flags to ./configure and stuff like that16:08
ebroderChipzz: Package names can't have underscores; that's how you can tell which is which16:08
Chipzzebroder: I'm aware of that16:08
BlackZI think the right place for that is #ubuntu-motu :)16:09
Chipzzebroder: right, I thought of that after you told me dh-make was the package name :)16:09
ChipzzBlackZ: it would be more appropriate there probably, yes, but apparently the channels' rules were changed a couple of months ago, so this isn't off-topic here anymore16:10
Chipzzblue_anna: anyway, all dh-make does is generate a skeleton debian dir for you, which you still have to edit afterwards16:13
Chipzzbut a big step in the right direction nevertheless16:13
blue_annabeats typing :)16:13
blue_annaeven if there's some leftover16:13
Chipzzalthough I'm not sure how usefull that actually still is with the convenience of latest debhelper dh commands16:14
Chipzz(note that I said dh commands, not dh_* :))16:14
blue_annaI guess I should ask on motu?16:14
blue_annawell it won't matter unless this gcc does what I think it is going to16:15
blue_annaman this thing takes a day and a half to compile16:15
wladimiris there something like a pluginapi available for MeMenu?16:37
=== JanC_ is now known as JanC
=== jtechidna is now known as JontheEchidna
ebroderUgh. Looks like linux is stuck in NEW, but linux-meta went through, which is blocking installs18:22
=== arand_ is now known as arand
=== yofel_ is now known as yofel
dav_ithi21:05
dav_itplease, someone can explain me why we need this? https://wiki.ubuntu.com/SecurityTeam/Policies#Execute-Permission%20Bit%20Required21:05
blue_annadav_it: its possible that you could find a way to make a system program execute a downloaded file even though it was never set to execute21:11
blue_annadav_it: never set executable21:11
blue_annadav_it: the expectation, I guess, is that users generally will not be allowed to download anywhere else on the system21:12
dav_itblue_anna: ok, but for example if I open a terminal, and I type "wine foo.exe" the file will open w or w/out permission bit.21:12
blue_annadav_it: which really blows my mass-data storage drive :P21:12
dav_itblue_anna: so, my question is: isn't this only a freakin' workaround?21:13
blue_annadav_it: for you .. I don't ahve wine21:13
blue_anna**maybe wine is broken, actually21:14
blue_annabecause I'd think that's a security bug too21:14
dav_itblue_anna: actually it shouldn't be checked that all application that can run .exe can't run files w/out executable bits21:14
dav_it?21:14
blue_annadav_it: well, you're saying that's the way it is now right?21:15
blue_annaso ... there you are :)21:15
dav_itblue_anna: "there you are" is a synonim for fix it if you want?21:16
blue_annadav_it: fno I thought you said the reverse. are you saying that wine is broken in your opinion, or that if ubuntu is going to have that policy, it should apply to to apps like wine too?21:17
dav_itblue_anna: the second one.21:18
blue_annadav_it: yeah ok, I agree with you ...21:18
dav_itblue_anna: I think that if Nautilus can't open that file, also wine shouldn't.21:18
dav_itwho did introduced this feature?21:19
dav_its/introduced/introduce/21:20
blue_annadav_it: wine?? yeah I'm sorry I don't know that, maybe someone else will pipe up21:20
blue_annadav_it: what are the requirements for wine?21:20
blue_annaI'm just wondering what scripting language the wrapper script should be in if it's going to be protected21:21
dav_itblue_anna: I'm wondering also.21:21
blue_annadav_it: are you going to write one? do it in whatever you want and then offer that as a prototype .. if they want to change languages after the fact someone will translate it21:22
dav_itblue_anna: it seems to me somethin' like that security advices from windows vista.21:22
blue_annareading that description, it can't be a wrapper script .. 4th bullet21:23
dav_itblue_anna: I'd like to talk before with the guy that introduced this feature, that atm seems me totally nonsense.21:24
blue_annagot to actually impliment it in the code -- unless there's a kernel security thing for it there must be a library for it.21:24
blue_annadav_it: I dunno man, looks like crossed wires to me21:24
dav_itis there an ubuntu security channel?21:25
blue_annayes, but I think it is for a variant of ubuntu21:25
aranddav_it: #ubuntu-hardened21:26
aranddav_it: But wine is not their business, afaik21:28
dav_itarand: it's their business that a policy doesn't work, I guess.21:28
blue_annawhat provides tr1/cstdio? I just compiled gcc-4.5 and it won't build anything without it :)23:31

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