[00:28] anyone here heard about the latest vulnerability found for apache? [00:53] no? [04:30] hmm, anyone awake? [04:32] yep [04:32] got a bash script question, I want to end my script by running a command, and then issuing "exit"... even if the command is still doing something, I want the script to end but let the command run nicely in the background [04:33] use &&? [04:33] ah, heh didn't think of that [04:33] :) [04:34] nope... that doesn't quite work [04:35] still got the debug stuff of the other command flowing through [04:36] use exec [04:38] ali1234: you mean: exec `command` && exit 1 [04:38] ?* [04:39] would that work? [04:39] no [04:41] exec runs a program without making a new process [04:41] ie it exits the shell [04:44] hmm its not doing that [04:44] this is the command I want to run and then exit: google-chrome ${OPTS_USER_DIR}${P_BLANK} [04:45] obviously with those parameters defined elsewhere in the script [04:46] running that in with "exec " in front of it, isn't closing the script [04:46] however if I do that in the terminal by itself (not in a script file) it does [04:48] if it helps, its getting run from inside of an if statement [04:54] \o [04:58] MartijnVdS: o/ [05:00] ali1234: hmm, I think its because of the fullscreen hack [05:47] :-) [05:47] Morning friends and trolls [06:21] i got the error msg when i fire "make" command in the directory which has the whitespace in the directory name..?? [06:39] harry_: what does the error message say? [06:40] I'm not in front of my PC much today, but nobody else'll be able to help you either without that bit of info :) [06:44] *** No rule to make target `h/harry/harry12/LoadKernalObject/EventDriverModule'...... [06:44] but the actual path is $ /Desktop/h h/PolyVision/PolyVisionDriver/LoadKernalObject/EventDriverModule [06:47] ah. The obvious fix would be to rename that 'h h' directory, else I'm afraid you'll have to fix the makefile yourself, or get the maintainer of it to [06:49] BigReds: remove the 'h h' thats just a demo..i want to work the 'makefile' perfectlly well in case of if user pass the dir name with the whitespace in it.. [07:36] you know you've been awake too long when red bull is the key ingredient to the day [07:36] (or rather morning?) [07:37] Morning Earthling, how art thou? [07:39] harry_: erm... I don't do much makefile stuff, but well shouldn't it just be encapsulated inside of quotes? [07:59] ok [08:24] Hi [08:25] does the ubuntu cd have a rescue mode? [08:43] GreenDance: I think it does, not entirely sure though [08:46] HazRPG, what it is, is, I have received an old computer with an old linux distro installed but it's missing it's bootloader, so I'm just trying to find out how to go about reinstalling the bootloader [08:50] Morning [08:50] Morning daubers [08:51] daubers, by any chance do you know how to reinstall a missing bootloader (lilo) [08:52] !lilo [08:52] lilo is an alternative [Li]nux Boot[Lo]ader. Note: it is recommended that you use GRUB on Ubuntu instead. [08:53] oh, I was hoping it would provide a link to the documentation on reinstalling lilo, sorry GreenDance [08:53] dwatkins, np :) [08:53] GreenDance: you should be able to boot from the installation medium (to have the same version of lilo available) and then reinstate it with a lilo command, the option escapes, me but I imagine it's listed in the documentation [08:54] you may need to chroot at the same time [08:54] dwatkins, thanks ill give that a try [08:54] your mileage may vary, backup everything beforehand, and be aware there may be unrecognised other operating systems etc.etc. [09:02] * dwatkins finally found the tune which was going around in his head all week by putting Chicane's discography on a playlist on from youtube (Chicane - Overlap) :D [09:07] * daubers had forgotten lilo existed [09:07] Do people still use it? [09:07] me too, daubers [09:07] I guess it's the default on old distros [09:15] I think I might have to give up on this :( [09:17] * daubers goes brambling [09:17] daubers: http://www.youtube.com/watch?v=UIcJTsGePBE [09:21] http://www.youtube.com/watch?v=qjCLQaTFXx0 :) [09:22] * GreenDance dancing [09:31] good morning everyone. [09:40] shame GreenDance left - I was about to link to this: http://www.youtube.com/watch?v=lk5_OSsawz4 :D [09:40] "...kiss a Wookie, kick a droid..." etc. === imexil1 is now known as imexil [10:24] no irc client on touchpad ...boo. Took me 5 attempts to get the captcha right for the Web client [10:24] :( [10:26] need to catch up with directhex to find out how his debian chroot is getting on [10:27] oimon, wirc works on touchpad. [10:27] oimon, also, http://twitpic.com/6ct48e [10:29] woah dude, got a link to the howto? [10:31] got preware? [10:34] not yet, need to do it via my work pc tomorrow lunch [10:34] basically, the first thing you need is an ext3 partition. to create one, you use "meta doctor", which is a tool which takes hp's webos doctor reimaging tool, and modifies it to create a custom version with superpowers [10:34] in this case, there's a space in the makefile where you can set the size of the ext3 partition [10:35] once you reimage using your custom doctor, install preware, enable the testing feeds, install xecutah, edit /etc/fstab to mount your ext3 partition on boot, mount it, and finally install debian or ubuntu from preware [10:36] that'll bootstrap into your ext3 partition, and add a link in xecutah which opens an xterm inside your chroot [10:36] from there... apt-get whatevs [10:38] performance ok? [11:01] better than my efikamx [11:28] the only problem with having a week and a bit off is the frightening thought that I'm going to have to wake up 4 hours earlier tomorrow [11:37] http://paste.ubuntu.com/677151/ argh. dpkg is broken, any ideas what to do? [11:38] /usr/lib/grub does not exist [11:38] AlanBell: Do you know why this error happened? .: 97: Can't open /usr/lib/grub/grub-mkconfig_lib [11:40] hmm - that file doesn't exist on my machine that has a newer install and thus never had Grub1 on [11:40] it is on my old machine that still has Grub1 [11:40] it exists on my laptop [11:40] which is running Natty [11:40] It's on mine (10.10) [11:41] can I just copy from one machine running 64 bit natty to another I wonder [11:41] AlanBell: It's a bash script [11:41] yeah, but there is other stuff in /usr/lib/grub that is probably important [11:42] Ahh - the dir doesn't exist? [11:44] indeed [11:45] I copied it over, but have to pop out for a bit now, will test later [11:47] hey [11:50] is it possible to customise the ubuntu installer? [11:59] GreenDance, sure. which one? there are two ubuntu installers [12:01] directhex, which one is which please? [12:01] debian-installer does the text-mode installer (server & alternate & netinstall CDs) [12:02] oh, i guess there are three, thinking about it [12:02] I'm thinking of the graphical one [12:02] wubi is the Windows-based installer, if you run it from inside windows [12:02] the graphical one from the live cd [12:03] Ubiquity, then. [12:03] that one's called Ubiquity [12:04] https://help.ubuntu.com/community/LiveCDCustomization [12:04] thank you directhex [12:04] :) [13:06] is there a FB message client for android, that manages those messages, ie, replying etc, without having to go to the website? [13:08] and unlike FB's own app, isnt dead slow, and prone to malfunction. [13:24] brobostigon: you should be able to configure a jabber client for facebook [13:24] There's also Fring, but I havn't used that in a while. [13:24] dwatkins: however wont that only work for FB chat, and not Fb messages? [13:24] oh sorry, I see what you mean - can't you use the official FB app for those? [13:25] dwatkins: i am finding it somewhat slow and unstable, so looking for an alernative. [13:25] I think it's just using the browser, so that's understandable. [13:26] it keeps it all in app, it doesnt open the browser, at any time. [13:29] Hello. Trying to see if anyone can shed light on the account login on my Ubuntu machine being really slow - you have to keep each key for the password depressed for sometime. I've posted a boot extract at http://paste.ubuntu.com/671690/ [13:44] Westerham: are you logging into the gui locally ? [13:47] Yes, on the same PC. [13:48] what video card do you have ? [13:54] Having trouble installing Brother DCP-167 printer on Ubuntu 11.04 64-bit. Anyone have experience with this? [13:54] I seem to have met all 64-bit requirements [13:54] Anyone can tell me what dpkg -i --force-all does? [13:54] it forces the install [13:55] livingdaylight: why do you need to force it ? what's the error [13:55] is that a way of installing a 32-bit deb file on a 64-bit machine? [13:55] you don't want to do that [13:55] sudo dpkg -i dcp167ccupswrapper-1.1.2-2.i386.deb [13:55] package architecture (i386) does not match system (amd64) [13:56] no, it won't, as you're running 64bit and that package is 32bit [13:56] http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/instruction_prn3.html [13:56] that just tells you to install the 32bit libs [13:57] which I assume you've installed [13:57] Think its an nVidia MPC61 - will check though. [13:58] livingdaylight: then it tells you to foce the 32bit package to install. [13:58] have you followed what that guide says ? [13:58] ikonia, yes, which I'm told is not a good idea [13:58] yes, except for the forcing bit [13:58] livingdaylight: in my view it's not, however you don't really have a choice [13:58] livingdaylight: you have a choice of using the 32bit driver, or not using your printer [13:59] the 32-bit driver only has a chance of working if I force it. Forcing something never sounds like a good idea. In a computing context I don't know what the ramifications could be [14:00] no ramifications, [14:00] it will either work as a software product or not, which as this is from a main vendors such as Brother, it should work. [14:00] it's an official package, with official instructions, you can trust brother and hope your printer works, or not use your printer. Your call [14:01] ok, thank you [14:01] Printer manufacturers should stop providing software, and work with distros to get stuff packaged and distributed properly [14:01] MartijnVdS, yes [14:02] MartijnVdS: no they shouldn't [14:02] Ubuntu has been around long enough, and Brother are a big enough company. Given they provide some support why not go the whole way and provide up to date drivers for both 32 AND 64 bit ? [14:02] MartijnVdS: it's not realistic/practical [14:02] livingdaylight: maybe the drivers don't work in 64bit.....ever thought about tha t? [14:03] Just confirmed graphics card is ATI Radeon HD 4550 512MB [14:03] Westerham: have you configured the correct graphics config for this card, sometimes visual lag is not actually real lag and just the graphics card mis-configured [14:04] ikonia-remote: Then you can expect 600MB printer drivers, like on Windows [14:05] MartijnVdS: what ? [14:05] ikonia-remote: never had an HP printer in Windows? [14:05] ikonia-remote: If you're lucky, it comes with 3 JVMs and is 600MB [14:05] MartijnVdS: yes, but how has the size of the driver got to do with being package for inclusion in a distro ? [14:06] ikonia-remote: hardware manufacturers are VERY bad at writing drivers. [14:06] MartijnVdS: what ? [14:06] MartijnVdS: they are the people who makes the hardware.....they are the best people at writing the drivers for them [14:06] ikonia-remote: except they don't know anything about the framework(s) they're programming for -- CUPS, the kernel, etc. [14:06] more so when most of the products are closed source, so they are the only people who can write teh drivers [14:06] MartijnVdS: you talk an amazing ammount of nonsense [14:07] people like HP are VERY aware of cups and the kernel [14:07] ikonia-remote: so they give you a blob that works for them.. and say "We support Linux! [X] Check" [14:07] MartijnVdS: no they don't [14:07] ikonia-remote: HP, yes. And wifi chipset devs are improving [14:07] MartijnVdS: do you have any idea of what you're saying or any factual information to back up what yo uare saying [14:07] HP wifi chipsets are improving. [14:07] ikonia-remote: Check the staging/ part of the kernel to see what I mean [14:07] they don't make a chipset [14:07] ikonia-remote: HP + Linux is fine, I know [14:08] and HP labs where the people who made wireless-tools [14:08] ikonia-remote: But other manufacturers tend to be bad. [14:08] MartijnVdS: no they don't [14:08] MartijnVdS: please give me an example [14:08] ikonia-remote: rt2x00 [14:09] sorry, my stupid web connection dropped [14:09] didn't get your last message [14:09] ikonia-remote: rt2x00 [14:09] ikonia-remote: most DVB hardware, too [14:09] MartijnVdS: errrr no [14:10] MartijnVdS: please show me a DVB hardware provider that has Linux support that doesn't actually work or has "bad" drivers as you call them [14:11] ikonia-remote_: twinhan [14:11] MartijnVdS: so that says it supports linux but doesn't ? [14:12] ikonia-remote_: Well the linux-dvb community seems very separated from the "mainline" kernel people [14:12] no, that's not what I asked [14:12] ikonia-remote_: and bugs don't get fixed for long times. [14:12] http://linuxtv.org/wiki/index.php/TwinHan [14:12] according to this only 2 devices are supported === ikonia-remote_ is now known as ikonia-remote [14:13] in fact they appear to have removed Linux as a list of supported platforms [14:13] even worse, imho :) [14:13] not really [14:14] a company doesn't have to support Linux, in a lot of places it's not a worthwhle investment to do so, more so for rolling distros like ubuntu [14:15] Sure [14:15] But if they do, they should do it right or help other people do it right [14:15] MartijnVdS: name me one that doesn't do it right ? [14:15] because bad drivers are worse than no drivers, imho [14:16] ikonia-remote: like I said, since staging/ the kernel drivers are improving [14:16] MartijnVdS: name me one that doesn't do it right [14:16] nvidia ;) [14:16] MartijnVdS: nvidia do it fine, it's a closed source product [14:16] I don't agree it's a good solution, but it's actually one of the best closed source compatible options [14:16] MartijnVdS: you're making these wild statements but not really providing anything to back it up [14:17] copmanies should stop making bad driver............"who".............errrrrrrrr everyone [14:17] ikonia-remote: When I go buy a printer, I have to have my phone with me to check linuxprinting to see if it'll work properly. [14:18] MartijnVdS: that's not anything to do with bad drivers, that's general linux support [14:18] ikonia-remote: and I don't want to download untrusted(!) code from some random website (printer manufacturer) for it to work [14:18] ha ha ha ha ha [14:18] untrusted from the manufactures website [14:18] ikonia-remote: if it's not signed, it's untrusted. [14:18] MartijnVdS: please stop talking nonsense [14:19] ikonia-remote: Please stop talking. [14:19] MartijnVdS: so that means you don't use any external repos or PPA's? [14:19] or no software that is not in the ubuntu repos [14:19] do you use flash ? [14:20] MartijnVdS: so to confirm you only use software that is hosted within the ubuntu repos ? [14:21] oh dear, how dissapointed, your statments don't make sense so you've gone on mute. [14:22] ikonia-remote: You could try to be less argumentative about it, you know. Or help me make my point in a more constructive way and not shout me down at every opportunity. [14:23] MartijnVdS: then don't make bad statments as fact [14:23] ikonia-remote: or, you know, provide proof for your own statements too [14:23] MartijnVdS: what would you like proof of [14:24] MartijnVdS: I can't help you make your point......because it's wrong, which is why I was discussing it with you. [14:24] ikonia-remote: There you go again. "Inaccurate" doesn't have to mean "bad". I don't mean to insult anyone. I'm trying to describe how I feel I have to use things and what I do (and don't) like about it. [14:25] MartijnVdS: if you're making statements such as "vedors write bad drivers" or "software outside the repos" to people - that is wrong and missleading people, it's "bad" [14:25] ikonia-remote: OK, I should have worded that differently then. [14:25] in an ideal world everything would be open and distro maintainers could incorperate the packages they want, however, it's not. So you have to work with the situation [14:26] ikonia-remote: To answer your questions -- I use as little software from outside the main repo as possible. [14:26] MartijnVdS: ok - so then you use unstrusted software by your own statement [14:26] ikonia-remote: If we don't describe the perfect situation, we don't know what to work towards :) [14:27] MartijnVdS: you're not describing the perfect situation, you're just saying people make bad software [14:27] ikonia-remote: No, those repositories are signed by keys I trust [14:27] MartijnVdS: oh.....so how is a key you trust different from a website you trust [14:27] ikonia-remote: I can spoof DNS. I can't spoof a PGP signature. [14:27] oh really......come on [14:28] in that case, I don't trust ubuntu developers......I don't trust my ISP, I don't trust your machine has not been compromised and your keys changed [14:28] I think you're paranoid :) [14:28] we can go to that level if you want, or we can live in a realistic position [14:28] Time to go home. [14:28] how dissapointing [14:28] now you have to find another IRC punching bag? :P [14:29] not at all, it's a valid conversation [14:29] I wasn't trying to punch you, however you seem to come out with a lot of your views as "fact" [14:32] he's right, though [14:32] take a look at Canon's drivers for high-end ten grand printers [14:33] they were subcontracted to a teenager in Lyon. they only work on i386 with 2.2 kernel [14:33] I don't think he is "right", [14:33] if thats the documented support.......then that's the support [14:33] hardware vendors are often spectacularly bad at software engineering. when they keep stuff closed and unredistributable, there is no hope for fixing it [14:34] I don't agree with it, I don't buy cannon and brother for similar reasons [14:34] directhex: that's the point, it's closed, so what can you do ? [14:34] btw, the brother printer driver does sorta work. but the scanner driver will hose your install [14:35] the vendors are trying to write software for mulitple different distributions with different product versions (especially the rolling ones) they can either work within their limitations, or open the platform....which they won't do [14:35] at least you can print on tuesdays now on brother printers. that used to be broken :) [14:35] if distributions centralised their activities to few more supported distros you may see a change [14:35] doubtful, but possible [14:35] ikonia-remote, it's a distribution issue though - given Mac OS X uses CUPS (and apple bought the CUPS project), most mac printers are simple PPD files that work fine on ubuntu, whereas the linux downloads are often defective [14:36] there's the rule o' thumb: use mac drivers on linux, not linux drivers (!) [14:36] now that is an interesting point [14:36] is there a compatability list for the mac printer support (googling) [14:37] what the devil is an Apple printer ? [14:37] apple make their own printers ? [14:38] yes [14:38] I've never seen one [14:38] or they used to do so [14:38] massive brother and cannon support, directhex are you saying that's all in cups ? [14:39] ikonia-remote, some of it. [14:39] AlanBell: surprising ammount of legacy apple printers in mac os 10.6 [14:39] now, here's how brother work it [14:39] directhex: ahhhh some of it, [14:39] it's "just" cups, but their cups ppd specifies to pass data through a filter [14:39] that filter is an i386 executable [14:40] so you can't use the brother ppd without the i386-only executable [14:40] short version: no printing on ARM gear [14:40] interesitng, [14:41] related note: need to configure my printer on my touchpad [14:41] printing through qemu :) [14:42] I wonder if that factor is one of the limiting reasons the ipad/iphone has limited HP printer support [14:43] dunno why printers don't just do postscript, end of story. [14:43] AlanBell, cheaper to use the host cpu than add a cpu to the printer [14:44] nothing to config. it autodetected the printer, i can just print from printer dialogs [14:47] directhex: is that from the tablet ? [14:48] yeah [14:48] directhex: to what printer ? [14:49] an hp inkjet w/ wifi [14:49] directhex: that's cool, I've got a reasonable HP inkjet (C8100-something) and neither my ipad or iphone can printer to it over the wireless network or bluetooth [14:49] i need to buy a dongle for bluetooth on it [14:49] cba [14:50] there is a list of these HP cloud printing printers that the iphone/ipad support.....other than that, you can't print. Which is poor show [14:50] airprint - that's what it's called [14:50] couldn't remember [15:10] thought about upgrading my printer based on some of the conversations in here, the HP 8500 pro deskjet seems a reasonable device, however there appears to be many models called the HP 8500 pro desktop with a £150 price difference from £140 to £299......seems a bit mental as there isn't good details as to what is different beyond wireless/not wireless networking [15:26] \o I'm awake honest o.O [15:26] *runs to grab a either a blank CD or DVD lying around* [15:45] Afternoon === bjwebb_ is now known as bjwebb [15:45] * daubers has made jam [16:22] is it good jam? [16:23] Hi [16:23] when a release of ubuntu reaches eol, does that mean it's cut-off from updates [16:23] meaning an upgrade is needed [16:29] I was wondering, is the sudo in ubuntu the same as the sudo in debian? [16:29] i believe so, yes. [16:33] brobostigon [16:33] brobostigon, if the gui is removed from ubuntu desktop distro, does that make the cli install the same as ubuntu server? [16:34] nope [16:34] GreenDance: good question, no idea. [16:34] different kernel amongst other things [16:34] :) [16:34] AlanBell, ubuntu server stronger than ubuntu desktop? [16:35] err, not sure what that means [16:35] AlanBell, ubuntu server more secure than ubuntu desktop * [16:35] ? [16:35] no [16:35] but different kernels? [16:35] optimised differently [16:36] AlanBell, ok, so if you install gnome on ubuntu server, would it preform better than ubuntu desktop distro? [16:37] no [16:37] * GreenDance scratches his head [16:38] you would be unlikely to notice the difference, but the server is optimised for server type workloads and the desktop kernel is optimised for desktop type workloads [16:38] Ah! [16:38] right [16:38] got-cha :) [16:39] so ubuntu is better than debian :D [16:39] dpends on your preference. [16:39] each is designed for different applications. [16:41] i am on my eeepc right now, so i use debian, it is lighter in certain ways than ubuntu, and less resource heavy in certain ways. [16:42] :) [16:44] * daubers has pondered just running ubuntu server on his eeepc [16:44] as I tend to boot it, load a terminal and then do everything in vim [16:46] brobostigon, which window manager do you use? [16:48] GreenDance: mutter. [16:49] Bored [16:50] eeek. logged into irc as root, bad idea Earthling. [16:51] Im old school [16:51] playing with the new ubuntu, i'm not one for the unity, i prefer the standard d/e [16:51] Hack of and I would pay a thousand [16:51] Me [16:52] Ah I love stroking my route [16:52] How many bounces tonight sir? [16:52] is it just me or is it that unity looks like osx? [16:52] Unity is a sack of cow pat [16:53] Osx looks like unity though [16:54] AlanBell, can anyone watch tonights meeting? [16:54] Earthling: old school has nothing to do with it, running your irc client as root is just plain stupid, however if you want to take that risk, that is your choice. [16:55] GreenDance: take part in tonights meeting, yes definatly. [16:55] Lol oh you are cute [16:55] brobostigon, seriousally? take part [16:55] brobostigon, yes please [16:55] GreenDance: yes, of course. :) [16:55] brobostigon, fantastic :) [16:55] * GreenDance is excited [16:55] GreenDance: it is in #ubuntu-uk-meeting [16:55] I am root I am root I am root! So what? Please poke me! You will just get something else. [16:58] Earthling, I remember that recently at least two dictators have boasted themselves indefeatable as well ;D [16:59] Be my guest. Like I care. Its just a box. Lol [16:59] * suprengr_ has better things to poke than a box ;) [17:00] suprengr_: pokemon! [17:01] * suprengr_ slaps own wrist - reminds self this is a family channel [17:01] MartijnVdS, just seen yours - nice one! [17:08] Who chaired the last meeting? [17:08] me I think [17:08] * daubers notes the agenda is out of date, and there are no meeting notes for the last one :) [17:08] it was the pre-reapproval one [17:09] gah [17:09] * AlanBell will fix [17:09] Also, I'm going out with the inlaws this evening so won't be able to make the meeting. My apologies for that [17:10] have fun daubers :) [17:11] https://wiki.ubuntu.com/UKTeam/MeetingNotes/20110809 [17:12] do we have a volunteer to take the chair? [17:13] AlanBell, what would the chair have to do? [17:13] run the bot and keep things moving [17:13] * mgdm takes the chair and runs away with it [17:14] watch one and you can chair the next [17:14] https://wiki.ubuntu.com/UKTeam/Meeting/Guidelines [17:14] I will watch tonight's to see how the process goes :). [17:15] * TheOpenSourcerer should be around if you need a chair :-) [17:16] done [17:16] AlanBell: Should probably cover some of the stuff in http://blip.tv/episode/5504447 [17:16] am I still connected ? [17:16] ahh, yes [17:17] https://wiki.ubuntu.com/UKTeamMeetingAgenda please add items [17:17] daubers: cool, glad that is up now :) [17:17] * TheOpenSourcerer points directhex here: http://techcrunch.com/2011/08/29/cyanogenmod-team-gets-android-working-on-hp-touchpad/ [17:17] AlanBell: 2 left I think [17:18] TheOpenSourcerer: be interested in seeing the definitinon of "working", reading that now [17:19] why the devil do you need lvm support on a touchpad [17:22] AlanBell: I think the video stuff went quite well for a first run [17:27] yeah, and you did an awesome job on the encoding [17:28] I think I've sussed how to make it much better next year, including automating the title text if can get it to connect to campfire manager [17:29] Would also mean we could stick a monster encoding machine somewhere to just eat the streams and encode as it goes [17:29] Also, I want to see how powerful gstreamer can really be [17:39] * AlanBell contemplates purchasing http://www.ebay.co.uk/itm/280716112085?ssPageName=STRK:MEWAX:IT&_trksid=p3984.m1438.l2649 [17:41] * penguin42 had expected some super geeky technical item to talk about [17:44] not this time :) [17:44] don't drop table; [17:44] sorry, best I can do [17:46] good effort ;) [17:55] * daubers goes to the pub [17:56] TheOpenSourcerer: urgh. [18:03] directhex: please tell me you wear the holster [18:03] * suprengr turns Ch4+1 to watch Simpsons Halloween Special [18:06] ikonia-remote: nope. but i remember many years ago seeing mobile phone holsters in pc magazines [18:06] directhex: please get one, I want a photo of you wearing one [18:10] hi [18:11] where does apt store .deb files [18:11] hi [18:14] hi [18:14] zleap: in /var/cache/apt [18:15] synaptic is telling me i need to reinstall the brother printer package dcp310cnlpr but it can't find an archive [18:15] i have copied the 2 .deb packages to the above location what else should i try and do [18:15] note nothing now works with synaptic [18:15] internal error opening cache (1) please report [18:16] zleap: open a terminal, and type: dpkg --configure -a, please [18:16] as root [18:16] or as sudo [18:16] sudo dpkg --configure -a [18:16] ok [18:16] i didn't get any errors or messages from that [18:18] zleap: ok.. sudo apt-get -f install [18:18] ok from that i get the message [18:18] zleap: please put it in pastebin :) [18:19] E: the package dcp310cnlpr needs to be reinstalled but i can't find an archive for it [18:19] zleap: ok.. do you still have the .deb? [18:19] yes [18:19] zleap: sudo dpkg -i that_package.deb [18:20] ok i will attempt to use paste bin then try and copy the right link to netbook [18:21] http://pastebin.com/2PbQUQmP [18:21] ah [18:22] zleap: that package is very broken.. it requires lprng (which nobody uses anymore). [18:22] well the printer now works [18:22] so how do i get my printer working with ubuntu [18:22] zleap: to fix it, remove the line that tries to start "lprng" from /var/lib/dpkg/info/dcp310cnlpr.postrm (and .postinst) [18:23] wait no [18:23] that will only fix removing that package [18:23] not installing [18:23] as I said .. the package is broken [18:23] installing is a mess, as it uses csh to install [18:23] it might work now, but now apt is broken [18:23] yeah [18:23] so i need to fix apt without breaking the printer [18:23] bloody ethernet switches. They're everywhere! [18:24] zleap: hacking in /var/lib/dpkg/info/packagename.post{inst,rm} is deep voodoo, but it's the only way to get apt to work again on your system [18:24] Trying to get a wireshark trace of what my nanode is up to [18:24] but I don't have a hub. [18:24] ok [18:24] Any suggestions how to capture the traffic? [18:24] TheOpenSourcerer: I have some redundant hubs [18:25] Do you? [18:25] TheOpenSourcerer: hub, or second ethernet port in a PC that you bridge with the "real" ethernet [18:25] Even the bloody router appears to be switched. [18:25] ADSL modem/router [18:25] i cd to dcp310cnlpr.postinst [18:25] TheOpenSourcerer: or arp poisoning :) [18:25] zleap: you've never edited shell scripts before, have you? [18:26] zleap: because this might get messy quick :( [18:26] not that much [18:26] I have two ADSL routers that are 4 port hubs [18:26] zleap: the .postinst should be a file (shell script) that does lots of things, starting/stopping lprng among others [18:26] k [18:26] I have an old router which I think is a hub.... Might drag that out of retirement and gic it a go. [18:26] zleap: you need to rip out the "lprng" bits, without breaking the shell script [18:26] s/gic/give [18:27] zleap: then dpkg --remove should work (then you can't print anymore, but apt will work again) [18:27] great [18:27] zleap: I don't think you can install the package properly without lprng installed [18:27] because you can't intercept postinst scripts in time [18:27] so i need to ask brother to do a proper job with the printer driver [18:27] zleap: what's the model? [18:27] dcp310cn [18:27] zleap: how is it connected? [18:27] zleap: does it not complain about missing dependencies ? [18:27] network [18:28] zleap: then it probably just works anyway [18:28] zleap: let me check [18:28] ok [18:28] i am sure before i have grabbed a ppd file and told cups where it is [18:29] then its worked, i had to fix things before as their scripts were looking for non existant directories so created them manually [18:30] zleap: first, let's get your system working again :) [18:30] zleap: then worry about the printer [18:30] ok [18:31] ok i am in the directory with the scripts in [18:31] zleap: /var/lib/dpkg/info ? [18:31] yeah [18:31] zleap: sudo gedit dcp310cnlpr.postrm [18:32] k [18:32] ok there is a line with lprng [18:32] zleap: can you pastebin it and the lines around it? [18:32] (2-3 should be enough) [18:33] yeah [18:33] has anyone here ever replaced the power jack on a laptop before? [18:34] http://pastebin.com/7r64ekNC [18:34] zleap: does /etc/init.d/lprng exist?! [18:34] not sure [18:34] if it does.. why?! :) [18:34] you don't want lpr or lprng.. you want the CUPS version of everything [18:35] ok [18:35] i just run install scripts to install drivers [18:35] don't ;) [18:35] I saw two options on the brother site: one for lpr/lprng, one for cups [18:36] ok [18:36] I think you've downloaded the wrong one of the two. But let's fix it :) [18:36] i got the impression from the site i needed bothj [18:36] nah' [18:36] or one expects the otehr or it did a few years ago [18:36] it's either/or [18:36] k [18:36] ok [18:36] though if it's a networked printer, I wonder why it needs special drivers at all [18:37] most of those speak "proper" printer languages, like PCL or PostScript [18:37] cos lookng at the supported printer list in cups my printer isn't listed [18:37] i go to add printer [18:37] I know I know [18:37] ok so lprng exists [18:37] zleap: ok, dpkg --purge lprng :) [18:38] that'll remove lprng [18:38] and that should automagically fix the package reinstall (dpkg -i) [18:38] er ok its telling me its not installed [18:38] zleap: dpkg -S /etc/init.d/lprng [18:39] pity, I like lprng [18:39] no path found matching pattern /etc/init.d/lprng [18:39] zleap: what's in that file? [18:40] well its a script [18:40] zleap: sure, but it should come from somewhere :) [18:41] zleap: can you move it to ~root (sudo mv /etc/init.d/lprng ~root) [18:41] zleap: that should ALSO fix the problem.. though hacky [18:41] and it's strange that a script that's not under package management is on your system [18:41] i take it if i am inj that directory i don't need the path [18:41] zleap: best to include it if you do rooty things [18:42] Just in case [18:42] oh its ~root [18:42] ~root = /root :) [18:43] usually [18:43] ok sorry i thought you did - not ~ small screen [18:43] ok [18:43] that seems to be done [18:43] ok.. now do the sudo dpkg -i again [18:45] erm [18:45] can i search back through the chat window to find it [18:45] zleap: sudo dpkg -i the_file_you_downloaded.deb [18:47] that should reinstall it [18:47] yes [18:47] but that shuold work now [18:47] what did we do with that lprng file just move it or got it out the way [18:47] zleap: moved it out of the way, so the install script doesn't see it there [18:47] zleap: so it doesn't try to run it [18:47] (because running it fails) [18:47] so if its renamed it doesn't matter [18:48] no, as long as there's no file named "lprng" or "lpr" in /etc/init.d [18:49] ok [18:51] pastebin.com/WTuLdUMD [18:52] zleap: there's an /etc/init.d/lpd as well? [18:52] zleap: I think you've installed some packages you don't want [18:52] zleap: and it's going to be hard to clean up [18:53] yeah [18:53] grrr. why can't things be easy to use [18:53] zleap: you shuoldn't have installed lpd and lprng :) [18:53] so should i remove the lpd file too [18:53] well i fiollow instructions [18:53] zleap: dpkg -l lpd [18:53] zleap: and dpkg -l lprng [18:53] please [18:54] ohh ok [18:54] i have removedf lpr [18:55] zleap: the package, or the file? [18:55] file [18:55] ok [18:55] as it won't remove the package [18:55] then try dpkg -i again [18:55] i did [18:55] it wants the directories /var/spool/lpd/DCP310CN [18:56] :( [18:56] which i had this issue before and did it manually [18:56] Maybe someone else can help you, I have to go afk in a few minutes [18:56] ok i created those and its happy with installing [18:57] does dpkg -r remove a package [18:57] thanks for your help [18:58] yay thats fixed it [18:59] have a peek at slashdot's: http://interviews.slashdot.org/story/11/08/29/1737257/Ask-Kevin-Mitnick [19:00] * MartijnVdS whistles in suprengr's phone and calls for free [19:00] [especially anyone boasting re using IRC as root] ;) [19:01] * suprengr notices a sudden rise in phone bill :( [19:03] Time.. for something to drink [19:04] MartijnVdS, cheers - just grabbed one [glug] [19:04] suprengr: I'm sticking to water :) [19:05] [but so am i!] [19:05] evening all [19:05] * suprengr wonders why nose is growing === Guest74831 is now known as diplo [19:06] Annoyingly my old router also appears to be a switch rather than a hub. [19:06] /me makes note to self to go and buy a cheap 4 port HUB for sniffing duty. [19:06] they don't exist anymore, TheOpenSourcerer [19:06] VERY hard to find, anyway [19:09] MartijnVdS: That would appear to be the case. So how do peeps sniff now then? [19:10] TheOpenSourcerer: you take a machine with 2 network cards, bridge the cards and attach the device to sniff to one card, and "the network" to the other [19:10] OK - thanks. [19:10] TheOpenSourcerer: you assign an IP to/dhcp on the br0 interface of that host (so you can actually use it for "normal" interwebs) [19:11] My desktop only has one LAN port... [19:11] My laptop only has one too. [19:11] My little server (headless, no gui) has two [19:11] PCI cards/USB LAN dongles are cheap [19:11] yeah [19:12] TheOpenSourcerer: wireshark/tcpdump dump files can be shipped across the network :) [19:12] TheOpenSourcerer: is this for practice/interest or for a real problem [19:12] ikonia-remote: Both. [19:13] TheOpenSourcerer: if it's practice just use a cross-over cable or a switched network card and 1 cable to sniff between PC's [19:13] TheOpenSourcerer: what is the real issue (not the practice stuff) [19:13] I have a nanode (like an arduino) that I am playing with but there is a problem with a data feed from Pachube.com I am trying to debug it by getting a full trace. [19:13] TheOpenSourcerer: can't the nanode run tcpdump? or is it too light for that? [19:15] Hmmm - MartijnVdS This looks promising: http://biot.com/blog/usb-sniffing-on-linux [19:15] that's USB sniffing [19:15] not network sniffing :) [19:15] MartijnVdS, i think i got it all working now it appears there is a package with the right bits in [19:15] the usb-sniffing-on-linux gives it away [19:15] ikonia-remote: well, yes [19:16] Yeah - but it sounds like the arduino sends lots of data that way. [19:16] MartijnVdS: put your machine (if it has 2 network cards) between the device and the network [19:16] ikonia-remote: but USB doesn't do switches, only hubs really :) [19:16] TheOpenSourcerer: the arduino sends data by USB ? [19:16] ikonia-remote: I know, that's what I told him :) [19:16] MartijnVdS: sorry, I meant that for TheOpenSourcerer [19:23] * TheOpenSourcerer installs dsniff [19:23] TheOpenSourcerer: dsniff has some nice tools in it, also try wireshark (and its terminal brother, tshark) [19:25] MartijnVdS: I have wireshark - that's what I've been using - does that have some arpspoofing integrated? [19:25] TheOpenSourcerer: I don't think so [19:25] Yeah - I still need to set up arpspoof first [19:26] TheOpenSourcerer: oh you're not going the bridge/2 interfaces route? [19:28] I was just wondering, what makes gnome so hardware hungry? [19:28] MartijnVdS: This would appear to be easier and quicker. [19:33] TheOpenSourcerer: that method also works for VMs :) [19:35] GreenDance: do you mean gnome 2 or gnome 3? [19:35] ali1234, gnome 2 [19:36] mainly the memory leaks then [19:37] gnome developers seem to have a policy of never calling free() unless someone reports it as a bug [19:38] or maybe it is just because C makes memory management hard [19:40] because gnome is written in GObject which handles memory management for you [19:40] freakyclown: u r wanted in #oggcamp [19:53] Team Meeting in 7 minutes all [19:57] tik toc - tic tok === hamitron_ is now known as hamtiron === hamtiron is now known as hamitron === bigcalm[revo] is now known as bigcalm [20:29] I've just visitied www.bbc.co.uk and its got adverts on it ? [20:30] ikonia: what country are you in? [20:30] Brazil at the moment [20:31] Then you will see adverts on bbc.co.uk websites [20:31] It's only advert free in the UK [20:31] I had no idea they did that [20:31] was quite a shock as the sheer volume and size of the averts is quite shocking [20:31] I didn't until I heard people complain about it a while ago [20:32] I was going to say I've never seen any adverts on it while in Finland [20:32] then I realised why [20:32] that's quite an agressive bit of work for each hit, to do a look up, and work out if it's a UK IP [20:32] Myrtti: proxy ? [20:32] Myrtti: UK proxy? [20:32] ABP? [20:33] simpler than that - I've been using Adblock and the predecessors since 2002 or so [20:33] ha [20:33] * bigcalm nods [20:33] I've actually donated to the chrome adblock [20:33] it looks less credible as a site with the size and volumes of ads [20:33] anyway [20:33] I'm sure it's because I'm used to seeing it without adds [20:33] ads [20:38] http://newtech.aurum3.com/images/scottevest.jpg anyone happen to know of anything like that but without the $200 price tag? :D [20:41] seems quite a reasonable price [20:41] 120 quid + shipping/import is pretty expensive for a coat [20:42] Azelphur: The coat is free, you're paying for the storage cupboard :) [20:42] hahaha [20:44] http://external.ak.fbcdn.net/safe_image.php?d=AQAsv7VqNeC8ugek&url=http%3A%2F%2Fgadgetcrave.frsucrave.netdna-cdn.com%2Fwp-content%2Fuploads%2F2010%2F07%2Fscottevestcoat.jpg omg even more xD [20:50] Azelphur: I think £120 for a coat is quite reasonable, I have coats which cost more, so it seems a reasonable price [20:50] a good coat will cost £70 - £200 (not designer stuff, just a good coat) [20:50] *shrug* I've never spent more than £10 on any article of clothing [20:50] £70 would be stretching it, I'd want it to have solar panels for that :D [20:57] what was the "Reapproval" being discussed in the -uk meeting ? [20:57] or mentioned in the topic [20:57] hi ikonia-remote [20:57] hello there [20:57] it was the LoCo team reapproval with the LoCo council [20:58] every two years we have to demonstrate our awesomeness [20:58] do you have to get the team re-approved on a regular basis ? [20:58] ahh, every 2 years [20:58] so they keep sending us CDs and other swag [20:58] from what I've seen / read the -uk team is one of the more real and active teams [20:58] like a tablecloth that Daviey has [20:58] actually we are middling [20:59] how are teams like the malta team getting re-approved, that's been in dead state for years [20:59] France gets 5000 people to their launch parties [21:00] AlanBell: it's not all about the numbers....I can get 5000 to a party with "ubuntu launch party, FREE BEER" signs, it's about quality [21:00] sure [21:00] we have a lot of individuals that do amazing stuff [21:00] ikonia-remote: eh the french party is quality [21:01] it's nice that you have to be re-approved, I'm just surprised as so many logo teams have just sat in nothingness for longer than 2 years [21:01] loco [21:01] and don't advertise free beer [21:01] what do you mean nothingness? [21:01] czajkowski: I've heard they advertise free netbooks to each attendee [21:01] but in terms of team activity we are not anywhere near the top [21:01] AlanBell: again....quality...... [21:01] ikonia-remote: that's a bit different than fRee beer now don't you think [21:02] czajkowski: I was joking on both [21:02] ikonia-remote: stuff like the Italian team ISO testing project is a huge thing they do [21:02] AlanBell: I obviously don't follow what all locos do, I just see this one as one of the rarer ones that do "something" [21:02] AlanBell: what's -uk's stand out "thing" ? [21:02] we do indeed do something :) [21:03] (assuming there is one thing that is the selling point) [21:03] locos differ I guess, ireland has 3 jams next weekend, will all be kinda small, but will be taking part [21:03] well we did do the en_GB translation for one [21:03] we have nothing much planned for the global jam [21:03] czajkowski: yes, I have no issue with that [21:03] ikonia-remote: glad you approve :) [21:04] czajkowski: I don't think it has to be big, but I'd like to see people do "something" so many locos just exist [21:04] although I wasn't aware of how big things like the -it ones are [21:04] ikonia-remote: the grey ones are not approved http://loco.ubuntu.com/teams/ [21:05] the ones with the colour logos are doing enough to meet the requirements for approval [21:05] so if you're not approved....does that mean you have to shut up shop ? or just carry on as an unofficial/unapproved team [21:05] no, you carry right along [21:05] and get help from the LoCo council if required [21:05] ah, so it's a guidence thing [21:05] sometimes [21:06] you're not hitting the criteria, lets help [21:06] some teams are cool with not being approved, they don't get the CDs, but don't really care [21:06] ok, so it's not the worst thing in the world to not be approved [21:07] no, but it would be pretty embarrassing if we had lost it [21:07] sorry, I wasn't saying it was worthless, [21:07] I didn't mean that at all [21:08] I understand what you mean [21:08] AlanBell, when the UK won, can I ask, what did they send you? [21:08] heh [21:08] "won" isn't quite right [21:08] they send us CDs every release [21:08] sorry [21:09] I have a decent stash of them still [21:09] ok :) [21:09] I was hoping to get rid of more of them at oggcamp than I did [21:09] AlanBell, do you only have 11.04? [21:09] http://ubuntu-uk.org/free-cds/ [21:09] I am on that page already :D [21:09] yeah, 11.04 Ubuntu Kubuntu and Server [21:09] AlanBell: UK has too good an internet service for people to not have them, plus the Linux Format magazine keeps people stocked [21:11] yes, but people like the official ones still, and they are good to hand out at events [21:11] yup if teams don't need them [21:11] they don't have to order them either [21:11] when do we order the 11.10 ones? [21:11] AlanBell: can you order how many you want ? or just a shed load turns up [21:11] 250 turn up [21:12] AlanBell: close to release date [21:12] that's not massivly over kill then [21:12] no, it is fine [21:12] I got them late this cycle because of an ordering mixup, I hope to have them closer to the release date next time [21:12] AlanBell, when you get a shipment of new cds, do you get rid of the old ones first? [21:13] 'get rid' send them out first* [21:13] I am trying to! [21:13] I was hoping they would go at oggcamp [21:13] the Ubuntu Server ones are rather pointless [21:14] why's that? [21:14] AlanBell, artistic note: had a look - just out of curiosity - that server cover is soo much more a cooler thing than the desktop cover [21:14] GreenDance: I wouldn't give it to a random windows/mac user [21:14] AlanBell, fair enough [21:14] and most people who want an Ubuntu server CD will download and burn, or spin up an EC2 machine from the EC2 images [21:15] the CD wallets are nice, just folded card, but on the inside there is a hidden image of the narwhal tail [21:15] CDs are great for people who have restricted internet allowance [21:16] yeah, or people who just want to try it [21:17] AlanBell, yum - narwhal tail soup [21:17] I never think the running from CD is a good experience for people to try, issues with the video card config, performance issues running in ram/cd, things like flash / audio / video codecs not running [21:17] too many "X doesn't work ,ubuntu sucks" [21:20] and your better alternative is . . . [21:21] AlanBell: How does the meeting page get created then? It doesn't appear to be here: https://wiki.ubuntu.com/UKTeam/MeetingNotes [21:22] https://wiki.ubuntu.com/UKTeam/MeetingNotes/20110829 put it there [21:30] Is there a "caching" thing going on with the LastMeeting redirect? [21:30] probably [21:31] yes [21:32] well that sucks [21:32] indeed [21:32] I think it might have changed the redirect type with the wiki upgrade [21:36] bother, I changed it to an include rather than a redirect and it still bounces firefox across! [21:36] I'll mail the list with a link to the actual page for the time being then. [21:37] ok [21:39] must be a 301 permanent redirect now [21:40] Have you finished editing the Agenda for next time? I'm updating it with the actions etc. [21:40] yes, I didn't edit it [21:40] This page was opened for editing or last previewed at 2011-08-29 21:34:30 by alanbell. [21:40] You should refrain from editing this page for at least another 7 minute(s), to avoid editing conflicts. [21:41] yeah, I edited it and closed it without saving [21:41] ok [21:51] OK - Time for bed. NN all. [21:53] yup - me too - just as soon as Buzzcocks finishes [gotta getta dose-a Buzzcoks] ;) [22:01] zzz [22:52] GreenDance: ping