/srv/irclogs.ubuntu.com/2011/06/06/#ubuntu-uk.txt

DeathSlingI formated a disk in a quick manner (2M @ ext3) for use in a virtual guest but I'n not entirly sure that was the right thing to do, anyone know any better?00:02
ali1234quick format is never wrong00:06
ali1234unless you need a bad block check00:07
ali1234on a virtual disk, you don't00:07
DeathSlingthanks   :)00:37
AzelphurHmm, I just had a guy message me from a reasonably big voice hosting company, after seeing my work in the game server modding community he wants to contract me to write a big IRC control system for all the major voice servers o.O01:05
Azelphurhow much would be sane to charge for that?01:05
hamitronas much as possible?01:11
hamitron;)01:11
Azelphurhaha01:11
hamitronI'd say you want to be charging between £25 to £150 per hour :/01:13
Azelphurprobably something like £1500 then01:14
hamitrondunno, I made a rental management program for £70001:14
hamitronbut that was dirt cheap tbh01:15
Azelphurhamitron: gonna take long, he wants irc/aim/msn/jabber/sms interfaces to mumble/vent/teamspeak01:15
MattJJabber \o/01:15
AzelphurMattJ: jabber party \o/01:15
hamitronI've never scripted that sorta stuff :)01:16
Azelphurhamitron: irc stuff kinda needs to be bomb proof and uber fast, there are plenty of botnets floating about on irc01:16
Azelphurand when your a business with irc presence, your bound to get hit01:16
hamitronyeh01:16
hamitron2 ways to value it: 1) the time it takes you; 2) how much is it worth to them01:18
hamitronalso consider who else could do the work01:18
hamitronsorta nasty deciding :/01:18
hamitrondon't wanna lose the work, but don't want to undersell yourself01:19
* Azelphur wants to loose the work, I'm lazy01:19
Azelphurprobably gonna make Seta00 do it :D01:19
hamitronhaha01:19
Azelphurhe's better at snakes than me anyway01:19
hamitroncharge him 10% fee for passing the work his way ;)01:20
Azelphurlol01:20
webpigeonJABBER \o/ (i'm a bit late)02:09
MattJVery late.02:09
webpigeonawww :(02:09
MattJI can only conclude you're a secret supporter of evil proprietary IM networks02:09
webpigeononly ones that have xmpp interfaces? :P02:10
MattJIf they federate they're not so evil :)02:10
webpigeonit's main interface is over a stateless channel, badly :P02:11
MattJOh, /them/02:12
webpigeonattually, i'm not even sure it is federated :P02:12
MattJThey're evil alright :)02:12
webpigeonI don't think so02:13
webpigeon(tried to add w@gmail.com as a contact to w@f.c02:13
MattJNo, won't work02:14
webpigeonah :(02:14
MattJOne day, maybe02:14
webpigeonI'm not so sure, they're a bit fan of getting data in, not so much with the out02:15
webpigeons/bit/big/02:15
MattJTrue02:15
shaunogmail should federate fine; 'works for me'02:40
shaunohm, no-one's awake to test it with atm, but it's definately worked the other way around (gmail users can add my jabber address)02:44
shaunoheh, I'm now my own friend.  but it does federate - http://dl.dropbox.com/u/23042/Screen%20shot%202011-06-06%20at%2002.49.14.png02:51
webpigeonshauno: facebook doesn't federate :P04:48
webpigeongmail does, half my contacts are not google talk addresses :P04:49
=== ChrisB is now known as Guest77674
DJonesMorning all08:28
DJonesWhere did Sunday go?08:29
shaunobank holiday here.  we get to do-over sunday :)08:30
DJoneslucky you08:30
DJonesI've worked out where sunday went anyway....Minecraft land08:31
TheOpenSourcererMorning all.08:31
DJonesmorning TheOpenSourcerer08:31
MooDoohello all08:39
TheAshManMorning all09:07
MooDoomorning09:07
AlanBellmorning09:08
TheAshManHow do I use a SOCKS proxy on the cli? I've already set one up, just need to use it09:08
AlanBellTheAshMan: use tsocks09:09
TheAshManAlanBell: to make use of the ssh tunnel I've already opened?09:10
AlanBellyeah, so if you did ssh -D 1080 me@server09:10
AlanBellthen edit /etc/tsocks.conf to tell it the proxy is on localhost09:11
AlanBellthen tsocks thunderbird to launch your app using the proxy09:11
TheAshManargh, it's not installed. and I can't install stuff, because our network proxy is screwed09:11
AlanBells/thunderbird/thing you want to run/09:11
TheAshMan(I want to use it on a server)09:12
AlanBellok, in that case apt knows about proxies, you can get it to use it directly09:12
TheAshManso forwarding all network traffic09:12
TheAshManAhh, cool, thanks09:12
AlanBelldo you have a regular proxy (not sure apt does socks)09:13
TheAshManyeah, but that's the one thats screwed :(09:14
TheAshManand we have no other09:14
AlanBellhmm, you seem stuck!09:15
TheAshManoh noes!09:15
TheAshManStupid windows sys admin09:15
AlanBellok, how about use ssh to tunnel port 8009:16
AlanBellthen get your tsocks installed09:16
TheAshManI can try09:16
AlanBelltsocks adds socks support to any application transparently09:16
TheAshManawesome09:17
AlanBellso you could tunnel port 80 to gb.archive.ubuntu.com and then in the hosts file tell it that gb.archive.ubuntu.com has IP address of 127.0.0.109:18
TheAshManhow would I tunnel port 80 to gb.....?09:18
TheAshManwould I not need a user account on there?09:19
jpdsAlanBell: It doesn't.09:19
AlanBellTheAshMan: no, don't need an account there09:20
TheAshManahh cool09:20
AlanBellssh -L 80:gb.archive.ubuntu.com:80 me@my.server.com09:20
jpdsHmm.09:21
AlanBellone of the 80s is the one you want to connect to, the other is where you want that re-served on localhost09:21
* AlanBell wonders if jpds has a better idea09:22
TheAshManand then from another ssh session to the same box i edit /etc/hosts to point gb.archive.ubuntu.com to 127.0.0.1? and then try using apt?09:23
AlanBellyup09:24
TheAshMancool bean09:24
TheAshMans09:24
marcushaslammornin09:25
TheAshManI get this error: "W: Failed to fetch http://ppa.launchpad.net/mercurial-ppa/releases/ubuntu/dists/lucid/main/"binary-amd64/Packages.gz  401  Unauthorized"09:25
AlanBellTheAshMan: just a ppa, can you ignore that?09:26
AlanBellW: is a warning09:26
TheAshManah ok09:26
TheAshManAnother warning: "W: Failed to fetch http://gb.archive.ubuntu.com/ubuntu/dists/lucid-updates/restricted/source/Sources.gz  404  Not Found" More predominantly a 404...09:27
AlanBelland one actually on the server you have forwarded09:28
AlanBellthat shouldn't be a 40409:28
TheAshMansudo apt-get install tsocks09:28
TheAshManwhoops09:28
AlanBellother window09:28
TheAshMan:D09:29
TheAshManget a e: 40109:29
TheAshMan"Err http://gb.archive.ubuntu.com/ubuntu/ lucid/universe tsocks 1.8beta5-9.1  401  Unauthorized"09:30
MartijnVdS401 = authentication required09:30
MartijnVdSare you behind a transparent proxy that requires that you log in?09:30
TheAshMandefine "transparent"?09:31
MartijnVdSTransparent proxies are proxies that you don't set in your browser, but that your network admin has set in the router09:31
TheAshManah, then yes09:31
MartijnVdS(forwarding all traffic to a specific server which forwards it to the interweb)09:31
TheAshManand that's what I'm trying to get around09:31
AlanBellTheAshMan: ping gb.archive.ubuntu.com, check it is localhost09:32
AlanBelland you are tunneling *all* the way out right?09:33
brobostigongood morning everyone,09:33
MooDoomorning brobostigon how are you this dull monday09:33
* TheAshMan might have forgotten to add it to one of the /etc/hosts involved09:33
TheAshManalthough, I now get a 40409:34
brobostigonMooDoo: not bad, alittle tired, but i have some plans. and you?09:34
TheAshManSo my first ssh session opened the tunnel using "ssh -L 80:gb.archive.ubuntu.com:80 root@mydomain"09:34
MooDoobrobostigon: same but ok :D09:35
brobostigonMooDoo: :)09:35
TheAshManthen a new ssh session to the same box i point gb.archiv... to 127.0.0.109:35
=== seeker_ is now known as seeker
AlanBellTheAshMan: yup, so try telnet localhost 8009:38
AlanBellthen type random stuff and hit return, should get a 501 error page in html including the line <address>Apache/2.2.14 (Ubuntu) Server at archive.ubuntu.com Port 80</address>09:39
TheAshManyup :)09:39
AlanBellcool, the tunnel is working then09:39
AlanBellnow try telnet gb.archive.ubuntu.com 80, should get the same result09:39
TheAshManah, apparently its not the same09:41
AlanBellfix your hosts file entry then09:41
TheAshManlooks like the phpinfo() from the server i ssh'd into09:41
TheAshManDo I need to change local hosts file or remote?09:42
AlanBellthe one you did the telneting on09:42
TheAshManI need to point gb.archive.. to localhost?09:42
AlanBellyes09:43
TheAshManthats already done09:43
AlanBellping it09:43
TheAshMan64 bytes from localhost (127.0.0.1): icmp_seq=1 ttl=64 time=0.057 ms09:43
AlanBellthat was the result of ping gb.archive.ubuntu.com ?09:44
TheAshManmhm09:44
diploMorning all09:46
TheAshManmorning diplo09:46
scoundrel50aHi, I am still trying to get used to Unity, but I really dont like when the window is maximised, all the drop down menu's etc go into the top panel, is there any way I get it back to ho it used to be ?10:00
scoundrel50acam amybody help please?10:08
BigRedSscoundrel50a: I suspect there isn't inside of unity10:08
BigRedSit seems to be one of those core bits of unity's design10:09
TheAshManAlanBell: Thanks for all your help earlier. I think I'm just gonna resort to violence in the direction of the windows network sys admin10:09
BigRedSso another time where if you want it to behave like vanilla gnome2, you'll have to use gnome 210:09
scoundrel50aOh ok, that is a shame....thank you any way10:09
daubersscoundrel50a: Have a google around for "removing ubuntu global menu" might give you something10:14
JGJonesHey...how do I restore the default key-bindings of Unity?10:14
JGJonesas it seems to continue to use what I used on 10.10 which doesn't work on 11.04 too well10:15
JGJonesUnity --reset doesn't seem to do the trick by the way.10:15
scoundrel50aim, sorry to be thick, but what is super, I am seeing it mentioned in conjunction with pressing say f to search?10:15
JGJonesscoundrel50a, it's the Win-key10:15
BigRedSscoundrel50a: it's the windows key10:15
daubersJGJones: You mean the "Fail"-key surely :p10:16
scoundrel50adaubers and BigRedS: thank you,10:16
JGJonesdaubers, the naming scheme is a fail indeed....it's even used on the official Ubuntu keyboard you can buy in the store(!)10:16
daubersI know :(10:16
BigRedSI'm pretty pleased that with unity we've finally got a use for that key by default10:17
BigRedSit's as if for the past ten years Linux has been pretending it's not there. OTOH, it means I now do need to check before setting up win+something key combinations10:17
scoundrel50aok, that is strange, I have an Acer Aspire One that came with :Linux Lite, so mby the looks of thigns, has no Super Key, is there another option?10:18
daubersscoundrel50a: Between the ctrl and alt keys on the bottom left hand row10:18
scoundrel50aI'm now running 110.4 on it,10:18
JGJonesAye...although the key-binding's a tad messed up for me as I'm not using the defaults for Unity, and can't figure out how to restore to default for some reason (no I haven't dyed my hair blonde yet)10:18
scoundrel50aah, it has a house on it, and just pressed it and got what I needed, thank you.10:19
JGJonesscoundrel50a, I'm jealous of your keyboard.10:19
shaunoI thought not having a windows key was normal  *licks his mac*10:20
JGJonesheh...however I really do not like those Apple keyboards...10:22
scoundrel50aJGJones: I quite like it, but I am still getting used to the Fn function keys....10:22
scoundrel50adaubers: removing ubuntu global menu, is thatadding the drop down menus back to the windows itself.....just need to make sure10:24
JGJonesscoundrel50a, just a thought - why not just try using it for a week?10:27
JGJonesTake time to get used to - but the main advantage - just flick the mouse up to the top and you're in the menu - no precision  skills needed ;-)10:28
AlanBellor flick to the top, and 2 foot to the left for the two monitor people10:29
BigRedSJGJones: unless you're using focus-follows-mouse and don't habitually full-screen everything...10:31
JGJonesBah, two monitors is just plainly excessive - I suggest you just chuck out that 2nd monitor. (goes to make space on desk)...say...where do you live?10:32
scoundrel50aJGJones: hi, I have been trying to use it for quite a while, and just cant get used to it. I started using this when it was the Netbook remix, and I'm still finding it hard to get used to.10:32
scoundrel50aDoes anybody know if the backlight problem has been fixed in the upgrade to 11.04?10:33
BigRedSwhich backlight problem?10:33
BigRedSbest bet is to check on the bug, really10:33
BigRedSif there's a fix, it'll be noted there10:33
scoundrel50aI t happened on installation, once installed, there is no backlight. Its odd, I have a relatively new Acer Aspire which wont upgrade to 11.04 becasue of the back lihgt, but it works on my crappy Acer Aspire One10:34
scoundrel50aI havent heard anything back, since the day 11.04 came out a couple of weeks ago.10:36
popeyscoundrel50a: bug number?10:37
wintellectI had ubuntu installed, then apt-get indtalled kubuntu-desktop. Now I want to keep KDE but remove gnome/unity. How do I do it? if I apt-get remove ubuntu-desktop, it only removes that meta-pkg not all its deps too :\10:38
popeybug 759194 ?10:38
lubotu3Error: Launchpad bug 759194 could not be found10:38
scoundrel50athat number does look familiar10:39
BigRedSwintellect: apt-get uninstall ubuntu-desktop ; apt-get autoremove  ?10:39
BigRedSor are they not even marked for removal10:39
BigRedS?10:39
wintellectBigRedS: cool, will try that tonight10:40
popeysudo apt-get autoremove ubuntu-desktop^10:40
wintellectok, cool10:40
wintellectjust trying to get to a kubuntu desktop10:40
wintellectand remove stuff I don't use/want10:40
popeybug 75910410:40
lubotu3Launchpad bug 759104 in xserver-xorg-video-intel (Ubuntu) "[gm45] Upgrade to Natty wont load" [High,Confirmed] https://launchpad.net/bugs/75910410:40
scoundrel50aseems to be a dub of bug #69327310:42
lubotu3Launchpad bug 693273 in xserver-xorg-video-intel (Ubuntu) "[gm45] Ubuntu boots into blank screen (dup-of: 759104)" [Undecided,Confirmed] https://launchpad.net/bugs/69327310:42
lubotu3Launchpad bug 759104 in xserver-xorg-video-intel (Ubuntu) "[gm45] Upgrade to Natty wont load" [High,Confirmed] https://launchpad.net/bugs/75910410:42
scoundrel50aiot says it has a high priority, how soon could that be fixed then?10:43
popeyno idea.10:44
popeyyou could ask in #ubuntu-x10:44
hamitronless time than the average low priority? ;)10:44
popeyand make sure you mention the bug number10:45
popeybut even though it's high priority, there dont seem to be many people affected10:45
scoundrel50aok, I will try there, thanks10:46
BigRedSwhat? when did dillo drop out of the repos?10:55
popeyhasn't been around since hardy by the look of it11:01
czajkowskiAloha11:03
BigRedSAh, that was rhetorical but that's a long time for me to have not noticed...11:04
davmor2morning all11:05
* davmor2 prods czajkowski 11:05
popeypeople actually use dillo?11:06
MooDoomorning davmor211:06
BigRedSI use it for sites with broken CSS11:06
BigRedS'cause ISTR it mostly ignores CSS11:06
scoundrel50ais there anybody around in #ubuntu-x?11:07
popeydunno, I am not in there11:07
popeyyou might need to wait patiently for a response11:07
popeysome of the people will be US citizens so not awake right now11:07
AlanBellBigRedS: it is mostly quiet, and the americans are all tucked up in bed still11:07
Pendulumat least the lucky Americans are :-/11:09
davmor2MooDoo: Morning Chap ow am ya11:09
AlanBellmorning Pendulum11:09
BigRedSAlanBell: That was for scoundrel50a ? :)11:09
MooDoodavmor2: cracking although i might be ill as i've not prodded czajkowski today11:09
AlanBellBigRedS: it was, silly me11:09
Pendulumhi AlanBell11:12
czajkowskidavmor2: hi11:15
scoundrel50aOh right, didnt realise it was uS based....will leave it open. Hopefully will find an answer. Thanks.11:17
daubersUrgh. Why are customers a pain in the bum11:18
AlanBellwell it is global, like most team channels11:18
davmor2czajkowski: hi that sounds so formal coming from you?11:20
MooDoodavmor2: you too eh ;)11:20
MooDoodavmor2: she needs a prodding ...11:20
davmor2MooDoo: I refer my colleague to the aforementioned prods to the Personage know as  czajkowski at 11.05 this very morn11:22
MooDoodavmor2: i stand corrected sir ;)11:24
gordwish it wasn't quite so humid :(11:30
davmor2gord: buy a dehumidifying air con11:31
gordno, i don't need more things imn11:32
gordin my house that go "hmmmmmmm"11:32
popeyi want to make my computer quieter11:32
popeyyou know when you boot a desktop PC and you hear a fan go really fast then slow down11:32
dogmatic69popey: get a mac11:32
dogmatic69:D11:32
popeythats the CPU usually isnt it?11:32
shaunoI want to find something that's noisier :/11:32
popeydogmatic69: I have two11:32
popeyi.e. not PSU or case fans11:33
gordpopey, http://www.ebuyer.com/product/177411 - get rid of the case fans, only use this11:33
shaunowhen the hdd spins down in this, it's completely silent.  sat in my room last night, and realised that's the first time in years I haven't had a background whirrr11:33
dogmatic69shauno: you can get my pc... sounds like a fing jet engine warming up11:33
popeyooo whats that!?11:33
popeyi have SSD in my desktop now so no hard disk noise11:33
popeyits just fans11:33
gordpopey, its water cooling for your cpu, it connects to a radiator on a case fan, but the case fan doesn't need need to go very fast honestly so it never gets loud11:34
shaunomy laptop doesn't seem to do much with the fans unless I'm putting any load on it (or the gpu ..)11:34
dogmatic69i got a ~150mm fan on the side plus about 4 others11:34
gordi have one, i have three other fans, *they* are loud, the one for the cpu is never loud11:34
shaunothe moment I do keep the gpu busy tho, you could stick wheels on it and watch it go11:34
dogmatic69s/150/30011:34
* AlanBell has new business cards11:34
gordalso nice that it keeps my quad core i7 at 30 degrees even when building stuff :)11:35
popeygord: so the round bit goes on the cpu, the square bit goes on a fan?11:39
gordpopey, yup, you just have to make sure your case fans are the right size for it to fit11:40
popeyi have a fan on the front of the case blowing in11:40
popeyand one on the back blowing out11:40
popeyi guess the one on the back as that's nearest the cpu11:40
popeygord: also will it fit on my c2d?11:41
gordpopey, its not cpu specific, its socket specific, so LGA1156 LGA 1155 LGA775 LGA1366 AM2 and AM311:43
gordif you have one of those, you are good to go11:43
* popey checks11:44
popeyPLGA77511:44
popeyhttp://ark.intel.com/Product.aspx?id=2725111:44
popeyi have that cpu overclocked to 3.2GHz I think11:45
popey3.1GHz11:45
livingdaylightbought a sony vaio c series laptop, but after two weeks it still hasn't arrived. Guy, at the other end of the line gave me attitude and told me to take my business elsewhere; just coz I'm getting impatient. Pretty rude I thought, but will look elsewhere now.12:02
gordi would guess that works okay popey, not sure what the P means though =\12:03
popeylivingdaylight: who did you buy it from?12:04
* popey expects livingdaylight to say "Laptops Direct"12:04
livingdaylightSony on tottenham court road, London12:04
popeyah12:04
popeywhat you gonna run on it?12:04
livingdaylighthe put it down to the fact that there was a bank holiday monday and that they had "construct" as if from scratch?12:05
livingdaylightpopey, I 'd like a dual-boot system; but definitely, (unfortunately) also need it to run windows12:06
JGJonessigh I really really really hate red tape, having to call a dozen different departments etc just to find out one thing.12:06
livingdaylightjohn lewis was selling hp dm4; its a 14" and nice looking and good battery life, but don't know12:07
livingdaylightpopey, I read the negative thread about Laptops Direct, lol12:07
livingdaylightmaybe its just as well, and Sony's customer services dept certainly has much to learn, but it was a really nice spec.12:08
popeynot sure I'd buy sony12:11
popeywell, I know I wouldn't12:11
ali1234get a thinkpad12:13
livingdaylightit had a new generation i5 (sandbridge processor) 500 gb hd, 512 dedicated Radeon graphics card, backlit keyboard, 14" (nice and compact) 4gb ram. Only downside was that battery life is only a couple hrs or so...12:14
livingdaylightali1234, at £650 it was already more than my budget really... think pads are even more...12:15
livingdaylightpopey, you buy Apples; to me they're even more evil than Sony. Sure they're nice machines, but also twice as expensive than most any other machine12:16
ali1234at least apple knows how to run a webserver12:17
* imexil finds it strange that with the previous update of Skype for linux it only took canonical one day to push the new version to the repo. Now it's already 4 days since the announcement and no 2.2.035 in sight :(12:17
ali1234it's in the partner repo isn't it? that means skype does it12:17
shaunowith apple, I basically got old and boring.  I discovered I'm willing to pay for nice now12:18
shaunolike shoes.  if I'm gonna spend inhuman amounts of time using it, false economy to buy cheap shoes12:18
imexilReally, so canonical is just providing the upload space but skype has to provide it. Didn't know that, thanks ali123412:19
livingdaylightshauno, I understand the false-economy principle which is why i was already willing to dig deeper and spend £650, but not all of us can afford £1k + on laptops. Then there also the fact that for the same money one can get more if one is willing to forego the brand which is what one often pays so much for as in the case of Apple12:21
ali1234if you want to avoid false economy the thinkpad is the only laptop you should even consider12:22
ali1234everything else is just garbage with a logo on it12:22
* AlanBell had a rubbish thinkpad, and I now have a rather nice Samsung12:22
livingdaylightlol12:22
BigRedSmmm, people seem to like Samsungs at the minute12:23
BigRedSbut nobody does nipples as well as Lenovo12:23
livingdaylightmy lenovo R60e, albeit not a "thinkpad" still built by the same people, completely fell apart. Everything has a lifecycle12:23
imexilso I installed the deb file of Skype manually, and guess what, they've forgotten to update the version string in "about" ;)12:24
ali1234if it's not a thinkpad it doesn't count12:24
ali1234it's like buying a dell vostro or whatever they're called12:24
ali1234the cheap line12:24
BigRedSyeah, thinkpads are very much not the same as the other lenovos12:24
livingdaylightso, what about the new lenovo L520? not a thinkpad = no good?12:25
livingdaylightAlanBell, which one? I read good reviews about the R580 I think12:25
BigRedSlivingdaylight: that's teh general rule I go by :)12:26
AlanBellR53012:26
livingdaylightdo the thinkpad Edge models count as thinkpads?12:31
livingdaylightlike these? http://goo.gl/jwBh612:32
ali1234doesn't look like a thinpad12:33
livingdaylightthinpad?12:33
livingdaylightit does say thinkpad on it. but you mean the other traditional looking ones12:34
BigRedSah yeah, my mum got one of those12:34
BigRedSit doesn't feel like a thinkpad12:34
livingdaylightits a solid keyboard like you'd expect. They look nice too. But chassis gets uber hot like all lenovos I found. What I couldn't understand is why it doesn't come with a mic jack?12:35
shaunotrust customers to call just as I stir the hornet's nest :/12:36
livingdaylightI like them in 13"12:36
livingdaylightBigRedS, how is your mom getting on with it?12:36
BigRedSlivingdaylight: she really quite likes it12:37
BigRedSbut that might be more down to there being a picture of an elephant on it than any other reason12:37
BigRedSthe battery's a funny shape, though. Almost precludes using it as a laptop12:37
BigRedSit sticks down out of the bottom of the laptop at the back, but not for the full width12:37
popeylivingdaylight: it's not about being evil12:52
popeylivingdaylight: it's about the quality of the hardware for me12:53
popeyI've never rated sony computer hardware highly. they make great tellys, or did anyway.12:53
popeycomputers, not so much12:53
livingdaylightpopey, I thought you were making the ethical distinction.12:53
popeyi put function over ethics usually12:54
livingdaylightpopey, ok, that's clear...12:54
popeythere's plenty of other things I'd avoid if ethics was the primary driver in my purchasing12:55
popeylike Coke, Nestle and so on.12:55
davmor2popey: you turned into Jono :)12:55
* popey shudders12:56
livingdaylightpopey, in that regard i have no idea where Sony are on the spectrum from shite to awesome. I appreciate that Apples make good pieces of kit. Unfortunately, with a price tag to match.. Sony's struck me as a good mid-range laptop? not that I have anything to base that on, which is why I'm asking here. I get that thinkpads are also in the top end of the quality spectrum, but again not affordable at this time12:56
davmor2popey: that was jono reply when asked why he recorded LR on windows/mac12:56
livingdaylightI got a cheap msi cr620 a few weeks back and had to immediately return that based on the quality.12:57
popeylivingdaylight: i thought sony was expensive too13:00
BigRedSyeah, expensive *and* badly put together13:00
bigcalm[mob]Bonjour!13:01
bigcalm[mob]Looks like I'm not missing anything then13:03
mandrewsAfternoon all!  Has anyone had any experience with the new Nvidia drivers dropping your resolution down to 640x480?  I installed perfectly ok from the Live CD (all was fine there) version 10.04 though when I started for the first time, it did some updates, installed the Nvidia drivers and now my resolution is way out (can only see the top left corder of the screen)13:05
* popey cuddles bigcalm[mob] 13:05
bigcalm[mob]\o/13:05
bigcalm[mob]popey: it's good to be missed13:06
popey:D13:06
bigcalm[mob]Time to drive again! Toodles pip13:07
livingdaylightpopey, I think they are generally, yes, which is why i never looked at them before. But the new C series came with second gen. i5 processor, dedicated graphics card and couldn't find anyone else that matched them for spec and price13:18
livingdaylight*so, far.13:18
mandrewsAnyone had the Nvidia issue?13:34
MartijnVdSI've had lots of nvidia issues13:36
mandrewswith it changing the resolution after installing the new drivers?13:38
mandrewsMines changed the resolution to some ridiculous setting and I cant seem to change it back13:38
MartijnVdSmandrews: there aren't many issues I haven't had with nvidia cards. Never using those again.13:39
MartijnVdS!nvidia13:40
lubotu3For Ati/NVidia/Matrox video cards, see https://help.ubuntu.com/community/VideoDriverHowto13:40
mandrewsthanks for that lubotu3 - il have a read through it13:41
mandrewsim assuming there will be a simple fix13:41
BigRedSsounds like a brave assumptio13:42
BigRedSn13:42
ali1234nvidia has changed the default list of resolutions13:50
ali1234so for example i have a 1280x1024 monitor connected through a KVM13:50
ali1234that blocks the DDE signals13:51
=== carl__ is now known as carl0s-
ali1234on older drivers 1280x1024 was one of the defaults13:51
=== seeker_ is now known as seeker
ali1234now the defaults are all silly HD 16:9 modes13:51
ali1234so after installing natty that monitor would only go to 1024x768 or 1366x960 or something stupid like that13:51
ali1234luckily i kept my old xorg.conf13:52
ali1234it still beats my ati card though, which has graphical corruption over 1/5 of the screen for no reason at all13:53
* MartijnVdS loves his Intel i5 *My preciousss*13:54
MartijnVdSit Just Works®13:54
ali1234unless you want to do anything moderately taxing13:54
MartijnVdSali1234: http://www.phoronix.com/scan.php?page=news_item&px=OTUyOQ13:54
MartijnVdSali1234: it's getting better :)13:54
gordmy sandybridge device doesn't really "Just work"13:54
gordso much corruption, bad drivers13:55
ali1234um yeah... get back to me when intel graphics can run minecraft at more than 3 fps13:55
gordmine runs left4dead 2 at 30fps13:55
ali1234not interested in playing that game13:55
gordright, but its a good benchmark, minecraft runs fairly well13:56
czajkowskiOrange Club milks are addictive.13:56
czajkowskithat is all13:56
BigRedSI just had to use unity's menu to open an app. I agree with most of its detractors.13:57
ali1234unity has started doing this thing where first click on the launcher reveals two firefox windows- 1 browser, 1 download manager- and clicking the browser window does nothing13:58
=== gaz is now known as Guest87449
ali1234i think there has been a patch added that makes it try to avoid the download manager window13:59
ali1234because sometimes now, if there's only the dl window open, clicking the launcher does nothing at all13:59
ali1234which is even worse because now i can't even get to it to close it so i can restart firefox14:00
BigRedSalt+f2, killall firefox-bin ?14:00
ali1234i don't have time for that14:00
ali1234unity is supposed to be easier not harder14:01
=== gary is now known as Gary
BigRedSelegance? whassat?14:01
mandrewsHmm - thanks for the heads up's!  I will have a play with it later on when I get home.  Id spent all day on it at the weekend before I finally gave up on it14:01
ali1234mandrews: if all else fails just write an xorg.conf by hand14:02
BigRedSBut yeah, I know what you mean. I'm fine with it so long as I remember what I need to enter into alt+f2 to get whatever app I want14:02
BigRedSbut I suspect I'm missing the large bulk of it this way :)14:02
ali1234actually, not all by hand- generate one from nvidia-settings and then tweak it14:02
ali1234alt-f2 is fail, just press windows14:02
ali1234the dash is easier because you don't have to know the exact name14:02
ali1234you can just type "screenshot"<enter> and get what you want14:03
scoundrel50a_well, that didnt work, its definately a backlight problem, I even tried to install from here http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.0-rc1-oneiric/ and that didnt work either.14:03
mandrewsI wouldnt know where to start with writing out a xorg.conf14:03
gordalt+f2 is for when you know the exact name, you want to launch a command14:03
mandrewsIm struggling changing a screen resolution so that gives you an idea!14:03
ali1234mandrews: you will, if the DDE is not working for some reason14:03
BigRedSAh, alt+f2's just habit. I assumed the win key was the same14:03
ali1234but you can force it through xorg.conf14:04
BigRedSoh, cool14:04
BigRedSit's a searchy thing14:04
BigRedShandy14:04
ali1234i wish that the main dash would do the suggestions thing actually14:04
ali1234"apps available for download" makes sense in context of searching for a program14:04
mandrewsNo idea ali1234 - all I know is that after I changed the drivers just after install, its blown the screen up really really large!14:04
ali1234but it's only available on the applications place, not the main dash14:04
selinuxiumAfternoon all!   o/14:05
ali1234mandrews: you mean after you installed the restricted driver offered by jockey/hardware manager?14:05
* selinuxium is feeling particularly happy today! :) 14:05
* davmor2 prods czajkowski that is all14:05
* czajkowski waves hello to davmor2 14:06
* MooDoo follows davmor2 with a secondary prod to czajkowski 14:06
* czajkowski salutes MooDoo 14:06
MooDooczajkowski: your being scarey please stop14:06
mandrewsali1234: Think so.  I did a fresh install from the live CD, it did a load of updates through the update manager (just updates, not an upgrade) and also restricted drivers (seems to have put in Nvidia 173?) and after restart, everything is massive - i.e. looks like its been really zoomed in14:06
MooDoodavmor2: what you done to her, she's being scarey now14:07
ali1234yeah that is not unusual14:07
mandrewshmm - so how do you fix it?14:07
davmor2calling psychiatrist for czajkowski, psychiatrist for czajkowski14:07
ali1234run nvidia-settings14:07
ali1234try to fix it14:07
ali1234otherwise write xorg.conf manually14:07
mandrewsil have a look.  Never even seen xorg.conf, so wouldnt have a clue how to re-write it14:08
davmor2MooDoo: I think the whole Dr Who/River Song cloning thing is going on and czajkowski has been replace with this polite young lady, instead of the loutish Lass we all know and love,  /me starts dailing for the doctor I'll get his number in the end don't worry czajkowski we're here for you14:10
MartijnVdSvworp, vworp?14:11
MooDoodavmor2: as long as she's not one of those flesh types that melt and leave a gooey mess14:11
=== GentileBen is now known as RaycisCharles
selinuxiumCompletely off topic, but my band are number one in the Roadrunner unsigned charts! :)14:30
MartijnVdSselinuxium: link? :)14:31
czajkowskiselinuxium: well done!!!!!!14:31
MartijnVdSselinuxium: (what kind of music?14:31
selinuxiumhttp://signmeto.roadrunnerrecords.com/charts14:31
* czajkowski hugs selinuxium 14:31
MartijnVdSselinuxium: also, cool!14:31
selinuxiumStorm of Ashes - Metal14:31
selinuxiumczajkowski, cheers! :)14:31
selinuxiumthanks all..14:32
selinuxiumHad meeting with Roadrunner this week.. EMI want to see us in August... O_o14:32
selinuxiumAll a bit freaky, nice to be at least seen... Nothing may come of it all...14:32
MartijnVdSselinuxium: I've sent te link to some local metalheads :)14:33
MartijnVdSselinuxium: (just now)14:33
selinuxiumMartijnVdS, Cheers! :)14:33
MartijnVdSselinuxium: I'm not really into metal, but I think you should get Strepsils to sponsor you... singer sounds like he needs them ;)14:35
selinuxiumLOL :)14:35
selinuxiumI started playing blues and funk...14:35
MartijnVdSselinuxium: this is quite different :)14:36
selinuxiumSlight segway with the Red Hot CHilli Peppers and hey I am... :)14:36
selinuxiums/hey/here/14:37
=== Craig_Dem_ is now known as Craig_Dem
JGJonesNever really listened to metal - my hearing aids can't make it out at all15:04
ali1234parcelforce sucks15:06
ali1234it looks like an elephant sat on my package15:06
hamitron:/15:07
ali1234i had to spend an hour bending all the fins on the heatsink i bought back into the right shape, before i could install it15:07
ali1234it seems to work fine though- 20 degree drop15:07
hamitronmy psu arrived safely :)15:08
ali1234i recommend this, if your graphics card is too loud: http://www.arctic.ac/en/p/cooling/vga/18/accelero-xtreme-plus.html15:08
ali1234they're not lying when they say "incredibly quiet"15:09
hamitronnice15:10
hamitronI've used they gpu coolers before, and have been impressed15:10
hamitronmy 7800gtx was a single slot card originally, but never kept cool enough to make me happy15:10
ali1234just don't get it delivered by parcelforce unless you have a banana-shaped graphics card15:11
hamitron:D15:11
ali1234well i'm pretty happy with how that worked out15:12
ali1234i can actually ... hear stuff again15:12
MartijnVdSlike.. the fan.. rattling against the curved heatsink15:13
ali1234nah, i managed to straighten it out15:13
ali1234the rattling is from the old crappy fans that i loaded into the case to try to cool it a bit temporarily while waiting15:14
ali1234even that is an improvement, before, with stock cooler, which had just 1 80mm fan, it sounded like a hairdryer15:14
ali1234for how much these cards cost you'd think they could make a decent heatsink15:17
JGJonesIs there a tool that allow you to do hashing using the GPU?15:20
JGJonesrather than the CPU?15:20
MartijnVdSJGJones: OpenCL?15:20
JGJonesspecifically for password cracking15:21
MartijnVdSJGJones: not a tool, but something tools could use if they wanted15:21
MartijnVdSJGJones: you could write a password cracker using OpenCL15:21
dutchiei'm sure i saw a thing earlier15:21
JGJonesMartijnVdS, My dog's a better programmer than me so I couldn't write it ;-)15:21
dutchieJGJones: http://www.zdnet.com/blog/hardware/cheap-gpus-are-rendering-strong-passwords-useless/13125 links to http://www.golubev.com/hashgpu.htm15:22
ali1234yes, that was on slashdot yesterday, there are a few tools actually15:22
dutchieindeed15:22
ali1234before and after: http://imagebin.org/15700715:24
kaushalHi15:24
JGJonesdutchie, thanks...although it points to a Windows version, there doesn't seem to a linux version via that article15:24
kaushalI have installed libreoffice 3.415:24
kaushalHow do i add it in Launcher in 11.0415:24
MartijnVdSJGJones: ask Azelphur about hashing with GPUs15:24
MartijnVdSJGJones: he does bitcoin :)15:24
MartijnVdSJGJones: he might have some pointers for you15:24
ali1234JGJones: http://sourceforge.net/projects/hashkill/15:27
diplow00t15:27
diploJust done rm -rf / on a back up server15:27
kaushalI have installed libreoffice 3.4 in ubuntu 11.04. How do i add it in Launcher15:27
diploooer :(15:27
BigRedSdiplo: modern rms don't let you do that15:28
ali1234kaushal: you should be able to run it once, then right click on the launcher icon and select "keep in launcher"15:28
dogmatic69diplo: lol15:28
diploheh, CentOS 5.515:28
diploLeft something in a script i wrote15:28
BigRedSyou normally need to use find to get that sort of breakage15:28
dogmatic69diplo: at least you have more space for backups now15:29
JGJonesdiplo, that's alright - anyone know not to run as root and you didn't use sudo ;-)15:29
diploheh, it only had root on there15:30
diploThat's all is ever used on that one server15:30
diploInternal only15:30
diplorm -rf $DUMPWORKDIR/15:30
diploI'd deleted the $DUMPWORKDIR variable, but hadn't scrolled down the screen to remove the rm :(15:30
dogmatic69diplo: and the offending script is gone too15:31
diploWell luckily I still have it in cache on my PC where I had it open on SFTP15:32
kaushalali1234: is there a easy way to map all officesuite in the launcher15:32
ali1234don't know15:32
ali1234there's only about 4 things15:33
ali1234running each one and adding it is quite easy15:33
ali1234i don't know an easier way15:33
diploBut my nagios setup is all gone, well not gone /etc is still there, but no cat or vi to copy them :(15:33
BigRedSdiplo: backups?15:51
BigRedSOh, wait, this was teh backing up wasn't it?15:52
diploYup :D15:52
diploFunnily enough, I asked do we back up the backup server to tape15:52
diploThe answer was no15:52
diploYou would think I would have been more careful after finding that out!15:52
BigRedSI suspect you will be next time15:54
BigRedS:)15:54
diploheh I hope so15:58
BigRedSI'm still worried at the fact that I've not yet made a mistake like that16:03
BigRedSit seems to be a "well, we've all done it" sort of mistake, which implies I've got it coming...16:03
popeyhave you won the lottery yet?16:04
MooDooi did at the weekend, tenner :(16:04
diploBigRedS, first time for me in 12 years16:07
diploWhen I owned up, he said we've all done something like it up here so don't worry16:08
diploYou WONT do it again16:08
diplo:P16:08
BigRedShaha, that's the thing though - when someone makes that sort of mistake you need to have an environment where they want to own up as soon as possible, rather than hide it for fear of whatever retribution16:10
dogmatic69only way to learn16:10
popeyI managed to mount up the "wrong" filesystem and do a global search and replace on production data once16:16
jpdspopey: http://imgur.com/y7Hm916:17
JGJoneswalked home. Car broken down. sigh...16:17
popeyyes. that.16:18
davmor2http://imgur.com/gallery/rtGCY something you don't see everyday :D16:22
MooDoolol16:23
gordthats not the usual reaction cats have to being put in a car ;)16:30
popeyi suspect that cat has bigger... uhm... 'balls' than most cats16:32
popeyif any16:32
scoundrel50aHi, had an e-mail through #759104 asking me to try blacklisting the 'acer_wmi' kernel module from loading, by adding16:48
scoundrel50a'blacklist acer_wmi' to /etc/modprobe.d/local.conf, and reboot using the bad kernel. How do I do that, can it be done through Maverick, or what, because I cant load Natty to add it.16:48
scoundrel50aPlus, how do I answer a post from launchpad?16:48
scoundrel50ae-mail, I should say16:49
BigRedSyeah, it's always teh same file used, whichever kernel you boot from16:50
BigRedSif you're looking to use a different install, you just need to mount whichever partition the natty install has it's /etc on16:50
popeyscoundrel50a: click the link at the bottom of the mail16:51
popeybug 75910416:51
popeyor that16:51
lubotu3Launchpad bug 759104 in xserver-xorg-video-intel (Ubuntu) "[gm45] Upgrade to Natty wont load" [High,Confirmed] https://launchpad.net/bugs/75910416:51
scoundrel50aoh, ok, one thing though, I just remembered, after being advised to chat to somebody on #ubuntu-x I installed something called oneiric is that the same as Natty or somethign different? Even though the same problem exists with oneiric as with natty. If that makes sense16:51
popeyscoundrel50a: do you have 11.04 installed on the box?16:51
popeyyou upgraded to oneiric?16:52
scoundrel50ayes16:52
popeyhah16:52
popeythat was probably unwise16:52
popeyIn my opinion16:52
MooDoois oneiric even alpha yet?16:53
AlanBellso now you have 11.1016:53
AlanBellalpha 1 just came out16:53
scoundrel50aI was advised to install oneiric with the .deb installation found here.....http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.0-rc1-oneiric/ I can uninstall it, as its a .deb installation, is there a .deb installation for Natty?16:53
scoundrel50aand what is oneiric?16:53
DJones!oneiric16:53
lubotu3Ubuntu 11.10 (Oneiric Ocelot) will be the fifteenth release of Ubuntu.  Codename announcement here: http://www.markshuttleworth.com/?p=646 Discussion and support in #ubuntu+116:53
MooDooscoundrel50a: the next version of ubuntu16:53
AlanBellah, the oneiric kernel16:53
scoundrel50aah16:53
scoundrel50ait still has the same backlight problem16:54
scoundrel50aI was told to install it from the person on #ubuntu-x16:54
popeyah, just the kernel, thats less mad16:54
AlanBellyeah, that is fine (ish)16:55
popeyso yes, sudo nano /etc/modprobe.d/local.conf16:55
popeythen add the line you've been told to16:55
popeydo what they say and restart to test16:55
scoundrel50aok, will give it a go16:55
scoundrel50aok, that is odd, that file, should it have something in there, if so, opening it with command shws a blank page16:56
scoundrel50ajust looked ini the directory, and it doesnt have a /local.conf file, so we muct be creating a new one yes?16:58
scoundrel50aok, am having a little bit of problem, its opened up a new file in the terminal, but I dont know how to save it, eveerytime I close the terminal, it doesnt save, how do I save fromo in the terminal17:04
Featurefreakscoundrel50a: your opening a file in the terminal how exactly?17:05
MooDooscoundrel50a: what program you useing?   vi?  some notepad?17:05
Featurefreakanyone remember some american geek podcast was running promo's in uuk and outlaws? looking for a new usbscription to add to my list :)17:06
scoundrel50asudo nano /etc/modprobe.d/local.conf if that is right its nano17:06
MooDooctrl x17:06
Featurefreakscoundrel50a: ok, ctrl+x  then hit Y and enter17:06
MooDooand you'll be asked to save17:06
MooDooFeaturefreak: snap! :)17:06
scoundrel50athat is what I thought, I'll tyry again17:06
Featurefreakyay :)17:07
Featurefreakso this other podcast, had some chick talk all sultry, then she breaks cahracter and says she sounds like a street walker17:07
scoundrel50aok, need to reboot and see if that works. When I spoke to the guy earlier on #ubuntu-x he mentioned something like that but he said it could very well break ubuntu naltigether with that17:07
Featurefreakscoundrel50a: what are you changing in your modules?17:08
scoundrel50acould that happen?17:08
Featurefreaksure could, your editing the kernel modules configs17:08
Featurefreaklocal.conf doesn't make sense for modprobe.d though17:09
scoundrel50aFeaturefreak: this came via an e-mail from launchpad bug report just now, try blacklisting the 'acer_wmi' kernel module from loading, by adding17:09
scoundrel50a'blacklist acer_wmi' to /etc/modprobe.d/local.conf, and reboot using the bad kernel17:09
scoundrel50abug #75910417:09
lubotu3Launchpad bug 759104 in xserver-xorg-video-intel (Ubuntu) "[gm45] Upgrade to Natty wont load" [High,Confirmed] https://launchpad.net/bugs/75910417:09
scoundrel50abut its complicated now, as advised to install oneiric, via .deb installation17:10
scoundrel50acould it break my ubuntu if I do that?17:10
scoundrel50awhat should I do?17:11
popeywoah there.17:12
popeyYou're not being recommended to install oneiric17:12
popeyyou were recommended to install a linux kernel which comes from the future (of your system)17:12
popeybuilt for oneiric.17:12
popeyhave you added the blacklist line (without quotes) to /etc/modprobe.d/local.conf17:13
scoundrel50apopey: didnt say that, I have said already that when I was told me to go to #ubuntu-x this morning, the guy on there, advised me to install oneiric via .deb installation, which I did17:13
scoundrel50agot the launchpad e-mail just now, with what you just posted, I have added that yes17:13
scoundrel50abeing a .deb installation, I can uninstall it, if necessary, is there a .deb inistallation for Natty?17:14
scoundrel50aas I have already posted the url was http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.0-rc1-oneiric/17:15
popeyI'm trying to make something clear here.17:15
popeyYou're not installing oneiric17:15
scoundrel50aso am I17:15
scoundrel50ahave already done it17:15
popeyYou're installing the kernel.17:15
scoundrel50aok17:15
popeyno, you haven't17:15
popeyyou've installed a kernel17:15
scoundrel50anow you said I understand17:15
popeybut you dont have 11.04 on this machine?17:16
scoundrel50aso, with that information, is that going to break my ubuntu adding what launchpad suggested17:16
MartijnVdS!xy | scoundrel50a17:16
lubotu3scoundrel50a: The XY problem is when you need to do X, and you think you can use Y to do X, so you ask about how to do Y, when what you really should do is state what your X problem is. There may be a Z solution that is even better than Y, but nobody can suggest it if X is never mentioned.17:16
scoundrel50aok, now I am really confused17:16
popeylets just take a step back17:17
popeydo you have 11.04 on that machine?17:17
scoundrel50aI did have, but uninstalled it17:17
MartijnVdSscoundrel50a: what do you have now then?17:17
popeyUbuntu 10.10 if my reading of the backscroll is right17:18
scoundrel50aMaverick, with what popey confirmed to me now is the oneiric kernel17:18
popeyok17:18
popeyNow, here lies the issue.17:18
popeyYou are about to test Ubuntu 10.10 with the kernel from Ubuntu 11.10.17:19
popeyBut your bug is about a problem with 11.04.17:19
popeySo. It's possible that you might reboot into the Oneiric (11.10) kernel and everything is fine (with or without the file being edited)17:19
popeybecause it could be that there's some other "bit" of 11.04 that you don't have (because you're on 10.10 with an 11.10 kernel)17:20
scoundrel50atried to boot into Oneiric, but backlight problem still exists17:20
popeyah, excellent17:20
popeyis that after you have edited the file?17:20
popeyand saved it17:20
scoundrel50anot yet, which is why I am asking here, I have edited and saved now, and was about to try, but was worried, and glad I asked, because it cleared up some confusion17:21
popeywell17:21
popeythere is one thing that concerns me17:21
scoundrel50ashould I try, and what will that achieve?17:21
popeyyou keep saying 'blacklist acer_wmi'17:21
popeyI am concerned that you added the quote marks to /etc/modprobe.d/local.conf17:21
scoundrel50athat is what I got from launchpad today17:21
popeyyes, I know17:21
scoundrel50an o quote marks17:22
popeyok, so you have a line that looks like this:-17:22
popeyblacklist acer_wmi17:22
scoundrel50ayes17:22
popey^^^ like that17:22
popeywinner17:22
popeyyes, reboot to the oneiric kernel and see if there is still a backlight issue17:22
popeyno risk at all*17:22
popey 17:22
popey 17:22
popey*Note: may be some risk.17:22
scoundrel50aok, thank you17:22
scoundrel50abe back in a tick, have to reboot, but will sign in on other machine17:23
scoundrel50abrb17:23
MartijnVdSOneiric is full of all kinds of weird bugs these days17:23
MartijnVdSI had to turn off USB autosuspend on my keyboard.. it was losing half my keystrokes17:24
scoundrel50a_its booting up now17:24
davmor2MartijnVdS: in oneiric or natty?17:25
scoundrel50a_nope that didnt fix it17:25
MartijnVdSdavmor2: o17:25
MartijnVdSdavmor2: natty was fine17:25
popeyscoundrel50a_: you're booting the oneiric kernel?17:25
scoundrel50a_yes17:25
scoundrel50a_I just heard the drumsto say it had loaded and lost the backlight17:25
davmor2MartijnVdS: that's cause it only just hit alpha 1 and is as rough as hob nail boots17:25
MartijnVdSdavmor2: I know :) Still filed a bug though17:26
=== ikonia_ is now known as ikonia
MartijnVdSdavmor2: I was in a masochistic mood yesterday :P17:26
davmor2MartijnVdS: for that I blame gnome 3 honest :D17:26
scoundrel50a_I found out also earlier that I can actually log in, by clicking enter then my password and the music starts for loading the kernel, but still no backlight, and I have to shut down using button17:26
popeybummer17:27
scoundrel50a_I posted a kern.log file to somewhere taken from what we were doing earlier17:28
ubuntuuk-planet[Michael Wood] Debian Unable to mount filesystem - http://www.michaelwood.me.uk/wordpress/2011/06/06/debian-unable-to-mount-filesystem/17:28
scoundrel50a_one sec,need to reboot othe machine17:28
gordi wonder if you took apart a laptop monitor, keeping the light diffusers in place, then pointed it at the sun, if it would work okay as a backlight17:28
scoundrel50a_this is really frustrating, especially since I am running Natty on my Acer Aspire One talking to you17:30
scoundrel50a_and the other machin e is far more powerful17:31
popeywell, now you can leave a comment that you tested the oneric kernel with that change to your modules under 10.10 and it still didnt work17:31
scoundrel50a_how do I do that?17:31
scoundrel50a_I havent been able to post to the bug, as I dont know how to.17:32
popeyscoundrel50a_: there is a link in every mail from launchpad17:33
popeybug 75910417:34
lubotu3Launchpad bug 759104 in xserver-xorg-video-intel (Ubuntu) "[gm45] Upgrade to Natty wont load" [High,Confirmed] https://launchpad.net/bugs/75910417:34
popey^^^^^ that link17:34
scoundrel50a_never got to the bottom of the page on that link, and seen the comment box, as I never logged in. Sorry :(17:35
AlanBellor you can reply to the bug mail and it will turn up as a comment17:37
popeyAlanBell: you need to digitally sign your mail don't you?17:39
popeyscoundrel50a_: so... login to launchpad17:40
popeyyou have an account17:40
popeyhttps://launchpad.net/~scoundrel50a I assume thats you17:40
scoundrel50a_oh, I didnt know that. I just updated the bug, and added a kerel.log from earlier, to see if that might show anything17:40
AlanBell"Launchpad only accepts email that is GPG signed" - popey is right17:40
scoundrel50a_ah, I dont have that17:40
popeyscoundrel50a_: how are you subscribed to the bug then?17:42
popeyah https://launchpad.net/~jakewc2 is you too?17:42
scoundrel50a_yes17:43
scoundrel50a_from about n5 years ago17:43
scoundrel50a_havent used it hardly17:43
scoundrel50a_sept 2008 was when I joined17:44
popeywell you could reply from either tbh17:49
popeybut makes sense to use the jakewc2 one as thats subscribed to the bug17:50
popeyso wont confuse people17:50
AlanBellyou can merge them17:50
scoundrel50a_did the kern.log upload right?17:50
scoundrel50a_it was over 1.5 mbs but i EDITED IT DOWN17:50
scoundrel50a_sorry for the caps17:51
scoundrel50a_its this small netbook I am on, hard to type17:51
popeygord: Terraria... if my kids want to play, I'm going to have to buy a copy for each aren't I?17:51
gordpopey, no, but it would be a pain otherwise. you would have to start a copy on one computer with steam, logout of steam with it running, wait a while, log in on another machine and repeat17:53
ali1234what's the name of that software that tests for ISP packet shaping?17:55
ali1234oh, nvm, it's not packet shaping, it's just MASSIVE packet loss (70%) on demon's network17:59
ali1234going to try router reboot17:59
MartijnVdSGAAH18:00
MartijnVdSsynchronised calendar apps--18:00
MartijnVdS*popup*</ubuntu> *ping*</xoom> *pling!*</phone>18:00
popeyhehe18:03
popeyi get that too18:03
popeyphone, two computers, ipad18:03
mandrewsali1234: Hello again - sorry, I forgot what you said to do before (think it was you) about changing the screen resolution since I updated the nvidia driver and now everything has changed so it looks really large19:43
ali1234run nvidia-settings19:43
ali1234try to fix it in there19:43
mandrewsah - thats the fella.  Was trying nvidia-setup19:43
mandrewsah - no thats where my problem is.  It gives me the nvidia config system, though its obviously graphical and I cant see it all, only the top left corner of it19:45
mandrewsand looking at it, the max it will go to is 640x48019:45
victorppopey, hi19:47
mandrewsHello again - fixed :)19:56
mandrewsIs anyone here good with wi-fi 'dongles' and the quirks you get with them?20:14
davmor2AlanBell: You old cynic you, who wouldn't want a learning curve in a school,  the teachers it's more work for them and they will have to alter all of their lesson plans of course20:16
dauberslo20:22
mandrewsDoes anyone know why my usb wireless thingy would work first time on the live CD (from cold) but now that ive installed Ubuntu, I have to go into windows first before the wi-fi will work?20:29
AlanBellvideo files are rather big, looks like it will be 16 x 1000MB files for an hour of video]21:14
AlanBellthat is just downloading from a miniDV camcorder with dvgrab, I want to crop a bit off the start and end and add a title to the front, anyone know which of PiTiVi or kino or kdenlive or something else would be quickest21:16
AlanBelland is there a better starting point than dvgrab?21:16
ali1234no21:16
ali1234if you want it to be super easy buy adobe premier21:16
AlanBellI don't want to do anything complicated21:17
ali1234it should let you edit the video before pulling it off the camera21:17
ali1234premier is not complicated21:17
ali1234pretty much all the video editors on linux are over complex or completely dumbed down to the point of being unusable21:18
ali1234kdenlive being the former and pitivi being the latter21:18
AlanBellyeah, but I don't want to buy a mac21:18
ali1234you don't have to21:19
ali1234adobe hasn't been serious about mac for years21:19
AlanBelldoes it run on Ubuntu?21:19
ali1234apple and adobe now hate each other because of flash21:19
ali1234it runs in virtualbox on ubuntu?21:19
ali1234you might have to install some "libraries" from microsoft to make it work21:20
AlanBellI don't have windows21:20
ali1234you should use pitivi21:21
ali1234but you will have to design your captions in gimp or something, maybe inkscape21:21
AlanBelloh, that bit is fine, will use blender for that21:21
ali1234lol, i thought you didn't want to do anything complex?21:22
AlanBellnot with the video, that will just be a 10 second rendered clip21:22
ali1234no alpha blending?21:22
AlanBellso I just want to tack an arbitary clip on the front of the video, then cut to the video21:22
ali1234what about audio?21:23
ali1234use pitivi for this21:23
AlanBelljust want the audio that was recorded with the camera, no fancy stuff21:23
ali1234for the title i mean?21:23
AlanBellnot sure there will be audio with that21:27
ali1234pitivi should have everything you need then, except possibly image sequence import21:28
daubers AlanBell: This for Oggcamp?21:31
daubers(stupid wifi)21:31
daubersAlso, do you really need to work in that kind of codec for the final product?21:32
ali1234you don't want to double encode it21:33
ali1234well, you'll already be double encoding it21:33
daubersYou're pretty close to prores 422 at that kind of data rate. Which is pretty harsh. Unless you have some really spanky cameras, you'll not really need that good a quality21:33
ali1234so adding another stage would be even worse21:33
ali1234DV is 26mbit/s21:33
AlanBelldaubers: yes21:33
ali1234and it's pretty bad21:33
ali1234unless you have a lot of lighting21:34
daubers3.26MB/s ish21:34
daubersDV is a pretty pants codec though21:34
ali1234yes21:34
ali1234but reencoding it is not going to help21:34
daubersAlanBell: I can provide you with some storage that will help with the space issue.21:34
AlanBelldaubers: cool, I was going to ask you for it, but that saves me the bother :)21:35
daubers:)21:35
ali1234so you're recording talks?21:35
AlanBell13,892 MB in total for an hour21:35
daubersI have a 16TB system sat in my office as a "We need to make this better" system21:35
AlanBellali1234: yeah21:35
ali1234in that case quality is not so much of a concern21:36
ali1234but21:36
ali1234you need to edit in the slides21:36
ali1234because a video of a talk without the slides is extremely annoying21:36
ali1234just my 2c21:36
daubersHow many talks are running side by side?21:36
AlanBellthe plan is to record talks and have a slick workflow that gets them out, and encoded and up on the web within 24 hours21:36
ali1234glwt21:36
daubersAlanBell: Easy peasy21:36
daubersAlanBell: Longest part will be the encoding queue21:37
daubers(and the upload queue)21:37
ali1234if you want to automate it, you can join the clips with ffmpeg21:37
AlanBellpossibly three rooms I think21:37
ali1234and probably do the encode step at the same time21:37
ali1234i assume you're going to record direct to disk then?21:38
daubersSo, you work with 2 talks in hand. In the space of one talk you can ingest the last one, in the space of the next you can have it edited and in the compression queue21:38
AlanBellyeah, something like that, I am working out the timings21:39
AlanBellcould involve a bit of a server farm21:39
daubersNah, you just need 3 edit suites and a render machine21:39
AlanBellmostly crap computers, doesn't take any processing to download DV tape21:39
AlanBell3 cameras recording, 3 cameras downloading21:40
ali1234if you go via tape you'll need 6 cameras21:40
AlanBellyeah21:40
ali1234probably more reliable though21:40
AlanBellthen we have an archive of the tapes, no wires to run, no expensive cameras21:40
daubersYou want to be careful with ingest in most non-linears, if you're working on them at the same time as ingesting it can cause the audio to go out of sync21:40
ali1234"no expensive cameras" what?21:40
ali1234you'll have 6 of them...21:40
AlanBellmini-dv cameras are less than £50 on ebay and loads of people just have them kicking about21:41
AlanBellrecording cameras would ideally have mic-in, playback need firewire out21:42
ali1234do they make dv cameras that don't have firewire out?21:42
AlanBellprobably not21:42
AlanBellbut there are some that don't have mic-in ports21:42
ali1234or mic in for that matter...21:42
daubersAlanBell: In all seriousness, I'd use 4 machines and work 2 things in hand. During one talk you ingest, during the next you edit, and so on21:45
daubersYou use the other machine just to render into whatever format you want21:45
daubers3 editors should be relativley easy to manage21:45
AlanBellso just 4 in total for three tracks?21:45
daubersYup21:45
ali1234i would write myself a tool to do it with Qt and ffmpeg, forget video editors- they'll only cause you trouble if you are trying to work fast21:46
AlanBellok, I was thinking 621:46
AlanBellwith editing all I want to do is top and tail it21:46
ali1234yes that is easy with ffmpeg21:46
daubersMeans you'll be working 2 talk lengths afterwards (maybe) but that's not really an issue21:46
daubersali1234: Problem will be with audio sync issues. Firewire ingest from DV has a habit of pushing the audio out of sync21:47
AlanBellso how do I crop stuff with ffmpeg?21:48
ali1234using the -s and -tt parameters21:49
ali1234ffmpeg -f mp3 -i test.mp3 -t 2.61 -vol 768 -ss 10 -y 00000000-0.wav21:50
AlanBellok, so play it in totem or something, figure out the number of seconds and pass that to ffmpeg?21:50
ali1234^ this takes a 2.61 segment of the mp3 starting from 10 seconds in, writes it to the output wav file21:50
ali1234(it's -t and -ss)21:50
ali1234don't use totem, it gives inaccurate timings21:51
ali1234use mplayer21:51
mandrewsanyone managed to get sky player working in Ubuntu?21:51
mandrewstried it in firefox and chrome with the moonlight plugin and just get a white screen21:52
ali1234problem you might run into is seeking might ruin your timings21:52
ali1234but mplayer has a fast forward that just plays it really fast which can help21:52
AlanBellyeah, the -ss bit should be easy enough to figure out, the duration might be more of a challenge21:53
ali1234find the end time with ff and then subtract...21:53
ali1234with dv files you can join them with cat, according to ffmpeg faq21:54
ali1234may depend on the type of dv file you have though21:54
daubersurgh21:54
daubersYou'll also have to be careful of scan modes21:57
daubersA lot of old DV stuff will be progressive21:58
ali1234interlace?21:58
daubersyeah, my DV camera is shocking for it21:58
ali1234yeah that will be a problem assuming you are going to upload to the interwebs21:58
daubershad to deinterlace the lot, took _forever_21:58
AlanBellhmm, 14 GB across wireless network is not going to work22:02
ali1234certainly not22:02
daubersAlanBell: Nope. You'll want gigabit cable to all the machines used in the editing kit22:03
AlanBellsure, that is no problem22:03
AlanBelljust right now I need to use sneakernet22:03
daubersFor tape swapping?22:03
AlanBellsftp daddy@orlaroom.local just isn't going to help for this stage :)22:03
daubersheh22:04
AlanBellshe has the firewire card22:04
Neoti01does anyone here use asterisk ?22:09
ali1234looking at libmlt now22:14
ali1234you could probably do something more interesting with this22:14
ali1234this is cool22:22
ali1234a video editor that you can control from shell scripts, but it can also play back in real time to show you what you're going to get22:22
ali1234wow, ok22:23
AlanBellthat does look good22:23
ali1234so all you need to do with this is "melt titles.dv recording.dv in=x out=y"22:24
ali1234where x and y are the frame numbers22:24
ali1234and then figure out how to write it out22:24
ali1234it looks like this is exactly what you need for quick turnaround22:26
ali1234you can put in dynamic titles too, and then render the whole thing through ffmpeg, in one step, with a shell script that just takes a few simple params22:26
daubersDoes ffmpeg thread or do opencl stuff these days?22:27
ali1234no idea22:27
ubuntuuk-planet[Jono Bacon] Better Community With Better Technology - http://www.jonobacon.org/2011/06/06/better-community-with-better-technology/22:28
ubuntuuk-planet[Phil Bull] Open Help 2011 - Cincinnati - http://philbull.livejournal.com/60117.html22:28
daubers4 core xeon box do for that task?22:28
ali1234oh fun, no video on the output :(22:29
ali1234i blame ffmpeg :/22:29
daubersMight be able to put together an 8 core briefly, but it would be big and noisy...22:30
ali1234ok, got video with some ffmpeg wrangling. good.22:30
daubersWell, let me know what hardware you need. I reckon you should be able to do half a dozen compressions on a nice spanky quad core 5620 box. If needed I can probably throw together a dual CPU one of those with a nice big raid on it to help things along22:41
AlanBellcool22:41
daubersWill be a 3U server though :)22:42
AlanBellI now have 13GB of video (an hour of the camera pointing at the chickens) on my laptop22:42
AlanBellthis looks interlaced22:47
daubersAlanBell: If it's a consumer dv camera, it will be :)22:51
daubersffmpeg can do deinterlacing22:51
daubersdoes introduce losses22:52
ali1234ffmpeg refuses to deinterlace the video :(22:55
daubersffmpegs deinterlace also isn't very good22:57
daubersnone of them are22:57
AlanBellok, so I can cat them together or use dvgrab --size 0 in the first place to get one hugenormous clip23:00
daubersseriously... why don't you just use a decent non-linear? By the time you've mucked about with mplayer to get the start/end frames to feed to the script and then manually checked the audio sync, you'd have been better of throwing it into an editor23:05
ali1234non-linear editors are slow and unpredictable at the best of times23:06
ali1234where the best of times = using proprietary software on windows23:07
AlanBelllooking at openshot now23:07
daubersali1234: I've never had any problems23:07
daubersali1234: Avid is pretty horrid. I can prolly lay my hands on 4 final cut machines quite quickly23:08
daubersfinal cut is not perfect, but nicer to use than avid23:08
dauberslet that give you a DV clip, then feed it to ffmpeg to compress to ogg/xvid/flash/whatever23:08
daubersOr, you could use smoke and flame, but it's not worth it unless you're doing 2k23:09
daubers(and you don't want to be doing 2k really23:09
daubers)23:09
AlanBellnope! SD PAL at most23:09
AlanBell576 or whatever it is23:09
ali1234ok, i finally got it to deinterlace the clips23:11
daubersEasy peasy. Take about 2 minutes a talk to top/tail/check audio sync23:11
AlanBellyeah, I am sure one of the Ubuntu non-linear editors could do that fine23:12
ali1234i tend to find that importing an hour of video takes longer than that23:12
ali1234at least in the stuff that's available on linux23:12
daubersali1234: Really? I sorted out my entire wedding video (at 2 hours) in about 10 minutes23:12
daubersAnd that was a lot of mucking around getting it to output to something useful23:13
ali1234lol23:13
AlanBell!info blender23:13
lubotu3blender (source: blender): Very fast and versatile 3D modeller/renderer. In component universe, is optional. Version 2.49.2~dfsg-2ubuntu4 (natty), package size 10500 kB, installed size 27476 kB23:13
ali1234i just tried to import a 150mb dv file into ptivi, it just crashed. nice23:14
AlanBell!info blender oneiric23:14
lubotu3'oneiric' is not a valid distribution: hardy, hardy-backports, hardy-proposed, jaunty, jaunty-backports, jaunty-proposed, karmic, karmic-backports, karmic-proposed, kubuntu-backports, kubuntu-experimental, kubuntu-updates, lucid, lucid-backports, lucid-proposed, maverick, maverick-backports, maverick-proposed, medibuntu, natty, natty-backports, natty-proposed, partner, stable, testing, unstable23:14
daubersali1234: You're best off using the kde one for that... I found that coped best.23:14
AlanBellopenshot wants blender 2.56 for the fancy titles23:14
ali1234well that will be a compile-from-svn job23:15
ali1234i thought you were going to prerender the titles anyway?23:16
AlanBellyeah, but the option was there, just wanted to take a look at it23:16
daubersAlanBell: As a test run, should take a video camera or two to the geeknic thing. Do a proper comparison between editing systems using the same footage23:16
AlanBellimporting 13GB clip to openshot took no time at all23:17
daubersI have licences and kit that runs most of the proprietary stuff for comparison23:17
AlanBellseems to be a gain issue on the audio though23:17
* daubers wanders off to bed23:18
AlanBellhmm, maybe not a real issue, think that is pulse audio getting fed up with life23:19
daubersGive me a shout if you want the big chunky encoder system23:19
AlanBellwill keep you posted, will probably do a call for hardware at some point23:19
AlanBellreally liking openshot for this23:31

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