/srv/irclogs.ubuntu.com/2010/12/17/#ubuntu-uk.txt

AzelphurAfternoonings night lurkers! Lets play figure out how DD-WRT's web panel works00:29
AzelphurI want to modify it, it seems to have normal pages in asp, for example http://dd-wrt/Status_Bandwidth.asp yet when I do find / | grep Status_Bandwith.asp I find nothing00:30
Azelphurwhat is this madness?00:30
hamitronare the pages stored individually on the device?00:39
Azelphurhamitron: well is find / | grep Status_Bandwith.asp returns nothing, It's obviously stored someplace weird00:39
Azelphurs/is/if00:39
* hamitron is trying to remember his router password00:40
AzelphurI mean it's gotta be on there someplace, but as to where :s00:40
Azelphurwow :P00:40
ali1234dd-wrt uses asp???00:40
Azelphurali1234: seems so, all the pages are *.asp :/00:41
ali1234i recommend dump dd-wrt and use openwrt instead. everything is configured through text files00:41
Azelphurmy device isn't supported/working with openwrt00:41
hamitronaren't they merging?00:41
Azelphuralso text files...no?00:41
ali1234that's crazy talk00:41
ali1234dd-wrt is based on openwrt00:41
AzelphurI like a web interface00:41
hamitronby merge, I mean working towards more compatibility00:42
hamitronI read it somewhere random :/00:42
ali1234it's not really asp. i don't know why they do that00:42
Azelphuroh00:43
Azelphurwhat is it then?00:43
ali1234just some CGIs00:43
hamitronhtml00:43
ali1234like everything else00:43
AzelphurI see00:43
Azelphurali1234: but isn't CGI just an interface to execute <insert language here>00:43
ali1234yes00:43
ali1234well, technically no00:43
Azelphurlol00:43
Azelphurso what language are they using?00:44
Azelphurhttp://svn.dd-wrt.com:8000/dd-wrt/browser/src/router/kromo/cisco_wrt54g_en/Status_Bandwidth.asp?rev=801800:44
ali1234CGI is a way to run an executable and send the stdout as the web page00:44
ali1234so yes, but not in the way you think00:44
Azelphurahh00:44
ali1234it's impossible to tell what they are really using by looking at the resulting web page00:44
ali1234so, in CGI, your "webpage" can be a C binary that does printf("<html>.....");00:45
Azelphuryea00:45
ali1234in languages like php or asp you write a normal html file and then embed code into it00:45
AzelphurI played with CGI before :)00:45
ali1234so then the php file has to be processed by another interpreter00:45
ali1234or the asp file00:45
hamitroncat /etc/www00:45
Azelphurhamitron: wall of crazyness00:46
ali1234you can use php through cgi but nobody does it, instead the web server has built in knowledge of certain file types00:46
Azelphur:)00:46
ali1234but CGI can use any type of binary that uses stdin and stdout00:46
ali1234this makes it *much* simpler00:47
Azelphurindeed, :)00:47
ali1234php/asp etc is not suitable for running on a tiny router with only 16mb or whatever00:47
Azelphurthat I do get00:47
Azelphurali1234: I'm trying to add per-computer live bandwith graphs00:47
hamitronimo /etc/www looks like a beast of a script00:48
AzelphurI can already get at the transfer rates per-computer00:48
Azelphurhamitron: yea, what is that? :S00:48
hamitronAzelphur: how?00:48
Azelphurhamitron: I looked into the source for http://code.google.com/p/wrtbwmon/ it does some stuff with iptables00:48
hamitronah, manually00:48
AzelphurI could just run the iptables command every second to get KB/sec00:48
hamitron:)00:48
hamitrontbh, I need the daily download for each client more00:49
ali1234well, that actually is some kind of interpreted scripting language00:49
ali1234(the svn link)00:49
ali1234so you need to find what interprets it... look at the web server config to find this00:49
hamitronhttpd maybe?00:50
Azelphurgod alone knows where that is at :p00:50
Azelphuryea, it's called httpd00:50
hamitronin /usr/sbin00:50
hamitroniirc00:50
Azelphurhamitron: /usr/sbin/00:51
hamitronali1234: you find openwrt better?00:51
Azelphurbut no config00:51
ali1234openwrt has a really nice CGI scripting tool that uses shell scripts00:51
ali1234it has a simple webif too but why use it?00:51
ali1234just edit the config files, it's much easier00:51
AzelphurI prefer the web UI00:52
hamitrondd-wrt I feel is broken00:52
hamitron:/00:52
Azelphurali1234: http://www.dd-wrt.com/wiki/index.php/MyPage I could use this00:52
hamitronsetting up multiple vlan was a pain00:52
Azelphurbut I wonder if I can do the live graphs like on the bandwith page through it00:52
ali1234thing about "live" graphs is you need to store history somehow00:53
Azelphurali1234: I'd use openwrt as I say but my router isn't supported :(00:53
hamitron:/00:53
Nafallotomato is quite good for graphs and such.00:53
hamitronwrt54gl \o/00:53
AzelphurWRT610N v1 is WIP, WRT610N v2 isn't even on the list yet00:53
Nafalloreally nice webif to00:53
ali1234so get the source of dd-wrt kernel and patch it into openwrt buildroot...00:53
ali1234also i suspect the list is way out of date and it actually works just fine00:54
* hamitron now worries about Azelphur having to jtag, after the arduino experience00:54
AzelphurI see :p00:54
Azelphurhamitron: my router has unbricking :D00:54
ali1234actually, all routers have unbricking00:55
ali1234unless you wipe the unbricking00:55
Azelphurmy router has super easy unbricking00:55
ali1234aka bootloader00:55
Azelphurpress button insert firmware tada your unbricked00:55
ali1234yeah, they *all* do that to some degree00:55
Azelphurhehe00:55
hamitronwell, I am still scared ;/00:55
ali1234you just have to figure out, 1. which button, 2. when to press it, 3. how to supply firmware00:55
Azelphurhttp://www.dd-wrt.com/wiki/index.php/Linksys_WRT610N#Recovery_.28Unbricking.2900:56
Azelphur:D00:56
ali1234well the v1 has very obvious serial and jtag ports00:57
* hamitron spanks Azelphur00:57
hamitronyou got me considering modifying the /etc/www file now :/00:57
ali1234why do that when you can just run another httpd on another port and using another set of files?00:58
ali1234like some files on a usb stick, or a sd card if you don't have usb00:58
hamitronhmmm00:58
hamitrondon't I need to hard mod it?00:59
ali1234for sd card? sure00:59
hamitronfor usb too00:59
ali1234you need to patch the kernel too, but it's easy00:59
ali1234if you have usb it will just work00:59
hamitronthe hard part is reasoning with other users on my network when their internet goes down ;)00:59
hamitronfemales are violent :/01:00
ali1234this is why you have two routers01:00
hamitronsuppose01:00
hamitron:)01:01
hamitronwhat I really want to do is monitor users usage, then if they go above 250Mb in 24 hours, reduce them to 64kbps01:02
hamitron:D01:02
ali1234i would just change my ethernet mac address and carry on ... heh01:02
hamitronwith mac filtering01:03
hamitron;/01:03
ali1234i would change it to *your* mac address, and bump you off the network01:03
hamitronsuppose I could count data per port?01:03
ali1234not really01:03
ali1234you could do data per destination though01:04
ali1234then if the person really likes some website that you hate... this would work01:04
hamitronlike facebook01:04
hamitron:)01:04
ali1234exactly01:04
ali1234except that most things on facebook are embedded01:04
hamitronI can't get the QoS and filtering stuff working from the web interface01:05
hamitron:/01:05
hamitronali1234: lucky for me, I don't have you on my network01:07
hamitron;/01:07
hamitronso basic mac filtering and stuff is enough01:07
Nafalloat least as far as you know...01:08
hamitrontrue01:08
hamitron:)01:08
hamitronmaybe all my users just act dumb01:08
hamitronor maybe I am dumb and what they say is beyond my understanding01:09
hamitronAzelphur: 43624 line script01:13
hamitron:s01:13
Azelphurlol01:13
=== ben__ is now known as Whitey
lazarus_bleh stupid internet02:16
hamitronyes02:16
AlanBellmorning all07:30
Apacheukmorning07:33
screen-xmorning :)07:39
exobuzzmornin07:39
screen-xwheres bigcalm? now it really is friday07:39
screen-xI'm slightly concerned about the snow and my flight later, but james_w says it'll be ok.07:40
screen-xmorning exobuzz  :)07:41
_Hdoes anyone know anything better than http://git.gnome.org/browse/dia/ as http://git.gnome.org/browse/dia/ is not being developed [this programme is for drawing plans and I need a plan for my flat so I can dsort out the electrics water and flooring. - I think its called a floor plan]07:46
MooDoohello all07:47
_HMooDoo: hoi07:48
exobuzz_H, http://www.sweethome3d.com/index.jsp ?07:48
exobuzzcan do a nice 3d one ;-)07:49
screen-x_H: I'd use inkscape, but thats a general vector graphics program, rather than a specific diagramming thing.07:52
exobuzzcould use google sketchup also perhaps07:55
AlanBellbug 18191207:56
lubotu3Launchpad bug 181912 in Ubuntu "[needs-packaging] Sweet Home 3d" [Wishlist,Fix released] https://launchpad.net/bugs/18191207:56
AlanBell!info sweethome3d07:57
lubotu3sweethome3d (source: sweethome3d): Interior 2D design application with 3D preview. In component universe, is optional. Version 2.4+dfsg-1 (maverick), package size 7347 kB, installed size 8020 kB07:57
exobuzzdidnt know it was packaged. should install that cheers07:58
AlanBellI looked into it a while back when it wasn't packaged07:59
AlanBellended up using the ikea kitchen planner tool through wine07:59
AlanBellwhich nearly worked07:59
AlanBell_H: tell us how you get on with it07:59
exobuzzi tried it before and it was pretty cool.. a few friends have used it08:01
exobuzzuseful to envisage how many arcade machines and pinball tables you could fit into your house, if all the useless crap like sofas, tables and beds were removed08:02
screen-xexobuzz: haha08:04
screen-xI'd like a garrage to put a 19" rack in :)08:05
exobuzz:)08:09
MooDooscreen-x: i've got the perfect garage, persuading my wife to let me do it is a different matter :D08:09
exobuzzi wouldnt say no.08:09
screen-xMooDoo: If it got "all my wires and stuff" out the house, it would be approved :p08:10
exobuzzMooDoo, i know that one. i had a perfect space for "star trek tng pinball table - and i found one for a decent price". and the "boss" instead wanted an oak dining table (cost more than the pinball). and much less useful too08:10
MooDooscreen-x: luckily i'm all wireless :)  well apart from the router to the garage where my servers are now, but that cable goes outside08:10
* exobuzz sometimes brings lots of 8 bit computers downstairs and leaves them lying about to wind the boss up08:11
screen-xexobuzz: thats asking for trouble08:11
MooDooi can't leave anything around like that, my 2 year old will wreck it :D08:11
exobuzzright now. im winning.. since i bought a synth and its living on her dining table.. along with lots of other junk of mine. mwahahaha08:12
exobuzzMooDoo, spectrums are "almost" childproof08:12
screen-xexobuzz: maybe time for some relationship counselling?08:12
exobuzzi got a 1.8 year old... she does mess up my tv and hifi though08:13
exobuzzscreen-x, probably.. :)08:13
exobuzzand ive given up with the cds/dvd in any particular order.08:13
MooDooexobuzz: wait till she want's to play with "daddys pooter"08:13
exobuzzMooDoo, how do you explain that keys do better when they are not hit. also that my delicate lcd screen is not a touchscreen!08:14
screen-xMooDoo: you should show her android app inventor, to see if it really is easy enough for a 2yr old08:14
MooDooexobuzz: with a bribe of course, you say "want this choclate" :D08:15
MooDooscreen-x: mine is a him :)08:15
exobuzzMooDoo, this is mine when she was a little smaller. http://malus.exotica.org.uk/~buzz/learning64.jpg ignore the bloke with morning hair in the background.08:15
MooDooawww bless :D08:15
exobuzzget em on the 8 bitters..08:16
screen-xI forgot how large those C64s were08:16
MooDooi had a mac ibook he liked to play with, i didn't mind him bashing that about a bit :D08:16
exobuzzMooDoo, look even bigger here http://www.exotica.org.uk/mediawiki/files/d/d2/Natalie_on_c64.jpg08:16
MooDoolol awesome :D08:17
exobuzzMooDoo, macs sometimes need bashing08:17
exobuzzand the users ;-)08:18
MooDoohehe08:18
exobuzzhttp://www.youtube.com/watch?v=f2g3EDC6YuA08:19
screen-xI wish you could specify a port for a service in DNS, that would make loads of sense.08:39
screen-x\o/ Bitshifter08:45
bigcalmMornin' all08:47
MooDoomorning08:48
screen-xyo bigcalm, friday!08:51
bigcalmTTFCIF \o/08:51
screen-x37 <screen-x> wheres bigcalm? now it really is friday08:51
bigcalmI will not reveal the meaning in here though08:51
bigcalmHeh08:51
screen-xbig old flakes coming down now ☃ time08:54
MooDoonothing here08:54
screen-xMooDoo: where are you ? Please say somewhere near london..08:55
MooDooscreen-x: lol no i'm not, nottingham08:56
screen-xhmm /me consults uksnow.benmash.co.uk08:56
MooDooscreen-x: benmarsh :p08:57
screen-xheh08:59
screen-xlooks like the snow is mostly in the west :D08:59
exobuzzi fancy fish and chips09:01
MooDoogoing to snow tomorrow more and more though09:01
exobuzzguess it's a bit early09:01
andylockranit's good morning fro me, and good morning from him.09:06
andylockranHowdy guys09:06
screen-xHi andylockrans09:06
andylockranyou good?09:06
screen-xyeah, quite a bit of snow here, hoping it'll be ok to get up to london later..09:07
screen-xyou?09:07
andylockranwe're fine thanks09:07
screen-x:p09:07
andylockranthough one of us is feeling a little hazy09:07
popeyhmm, half the team missing this morning09:07
andylockranbit like an out-of-body (not-in-body) experience09:07
popeyxmas do last night09:07
popeymorning btw09:07
andylockranah, typical :P09:07
andylockranmorning popester09:08
screen-xmorning popey09:08
screen-xdancing on the desks last night?09:08
MooDoomorning09:08
popeynot i09:08
popeyI didnt go09:08
popeygood morning victorp09:09
* czajkowski waves GOOD MORNING FOLKS!09:10
* TheOpenSourcerer says hello09:10
nperryMorning all09:10
MooDooczajkowski: oi where your aloha?09:11
screen-xaloha czajkowski09:11
nperryTiny bit of snow on the floor here and people are going 30mph WHY!09:11
nperryIts not like its much...09:11
screen-xnperry: somone drove into my wife at ~25mph in the snow, and wrote off our car :(09:12
MooDoobugger09:12
screen-xto be fair, it is 10 years old, so insurance would write it off for a scratch.09:12
victorphi popey09:12
nperryscreen-x: ouch bad times.09:13
nperryscreen-x: But yeah any knock on a 10 year old car is wrote off, same as mine... but then again mine was a head on at 30mph each09:13
TheOpenSourcererscreen-x: An Ocado van forced me into a ditch last Monday on sheet ice. Luckily my old volvo seems to have not been affected by it apart from a couple of scratches.09:13
screen-xnperry: we've had our fair share of incidents the past few months! But heres to a great 2011 :)09:14
nperryI agree09:14
* nperry charges my coffee in the air :-)09:14
screen-xTheOpenSourcerer: glad you're ok...09:15
czajkowskisome very sore heads in this office today09:16
jpdsczajkowski: Ice isn't that slippery.09:17
czajkowskijpds: oh but it is.09:17
MooDooczajkowski: including yours?09:17
czajkowskinope all good09:18
MooDooczajkowski: drink moar next time ;)09:18
czajkowskinot when I've to work the next day, I tend to actually use my brain and know that I'll die in pain today if I dod09:19
MooDooczajkowski: ah there is that......09:19
MooDooczajkowski: oh yeah....poke  :)09:20
popeymorning kazade09:22
gordthe great thing about working from home is that if your password suddenly magically does not work (because you have caps lock on) there is no IT department to call up and make you look really stupid09:28
screen-xgord: VPN is the solution to that particular problem :)09:28
gordi also totally did not just spend a few minutes trying to figure out why my ssh private key would not unlock09:28
kazademorning popey09:28
kazadeanyone got snow?09:29
andylockrankazade: a little in brum this morning09:29
andylockrancar frozen09:29
andylockranthen passenger door decided to unfreeze on the M4209:29
kazadeheh09:29
Daraelgord: because you have caps lock on, or, sometimes, because you've been SSHing to several machines and got the passwords confused.09:29
MooDookazade: zip here in nottingham09:30
kazadenothing here in Pinner (nw London)09:30
Apacheukmore ice than snow.... the dog nearly got his tongue stuck to a bench aka Dumb and Dumber :)09:30
andylockran:)09:32
kazadeI see you don't have anything either popey :)09:32
* kazade ponders writing a del.icio.us clone09:33
kazadeCanonical should make a social bookmarking service :)09:33
kazadethat uses the U1 single signon09:33
popey:) kazade09:34
popeyco-workers still not in09:34
MooDoopopey: more work, or just peace and quiet09:34
popeywell, one who currently is here is giving me the details of his "snip"09:35
andylockransohaha09:35
popeyI'd rather the rest turned up and told us about the drunken antics last night09:35
andylockranquite09:36
andylockranMooDoo: you about?09:37
MooDooandylockran: only in body09:38
daubersMorning09:40
screen-x\o daubers09:40
Flashteko/09:41
kazadeo/ daubers09:44
Flashtekso, who has snow ?09:44
popeyhttp://popey.com/webcam/ gentle dusting here09:46
andylockranah, that's nice09:47
andylockrancolleague turned up to the office with bacon butty for me09:47
andylockranperfec'09:47
andylockran(in the style of the Darling buds of May)09:47
screen-xFlashtek 4/10 here, large fluffy flakes09:52
nperryscreen-x: where are you09:53
screen-xnperry: cardiff09:54
MartijnVdSdidn't that explode last year?  8-)09:55
screen-xMartijnVdS: cardiff??09:55
* screen-x has just anaesthetised his lip, very odd sensation09:56
czajkowskiscreen-x: why ?09:56
screen-xczajkowski:  bonjela for uber mouth ulcer.09:57
exobuzztry it on other body parts as an experiment perhaps? :)09:57
exobuzzor not.09:58
screen-xI'll take the latter option09:58
exobuzzthat would be my choice too, but then I thought to offer up both for fairness09:58
exobuzzbah. first game from humble indie bundle complaints about my opengl. .. never again ati.. never again10:00
exobuzzBraid needs a OpenGL 3.x video card + proprietary drivers (AMD/Ati or Nvidia). .. hmm.. need an upgrade then.10:01
czajkowskiohhh yummy bonjela10:02
screen-xit hurt for the first 30 seconds!10:02
andylockranczajkowski: you a fan?10:03
andylockranhttp://www.facebook.com/search.php?q=bonjela&init=quick&tas=search_preload#!/group.php?gid=223319517210:03
nperryscreen-x: must mean that the snow is on the way us more then :)10:04
nperry+likely10:04
MartijnVdSscreen-x: yes, Cardiff.. I saw it on BBC last year.. program called "Torchwood" or something? ;)10:10
screen-xoh, I haven't watched that, did they blow up cardiff? how exciting!10:10
jpdsscreen-x: They torched the wood in Cardiff.10:11
Apacheukanyone seen the video of the iphone app that translates signs on the fly? I waiting for when I put a fish in my ear10:12
MartijnVdSthey have translation of sign language now?10:13
ApacheukMartijnVdS: sort of :) http://bit.ly/dOhbPh10:13
MartijnVdSApacheuk: translating to/from sign language would rock even harder imho :)10:14
Apacheuknot convinced yet tho, looks like it would be very easy to fake10:14
MartijnVdSThen we could tell when the lady on TV is actually calling for a deaf uprising 8-)10:14
popeyzoiks, co-workers have arrived with harrowing stories from last night10:22
popeyglad I didn't go10:22
andylockranharrowing?10:23
xyzeeHi. I am trying to enable personal file sharing on a lap top, but the option to install required software is greyed out. please help10:23
=== monsterkiller is now known as MonsterKiller
screen-xxyzee: try system > administration > package manager > reload10:33
screen-xsynaptic package manager10:33
czajkowskiHeavy snow falling10:37
popeywhere?10:37
czajkowskiBath10:38
czajkowskicoming down pretty heavy10:38
popeyah10:38
nperryczajkowski: Yes that means its coming by way :)10:39
nperryI give it 10mins before it starts coming down10:39
screen-xpretty much stopped here10:40
czajkowskinperry: less of the being happy mister!10:41
nperryczajkowski: I love snow, get to play :)10:41
nperryBest thing I ever brought was my 4x4 :-)10:42
nperryOh what did I say10:43
andylockranyeah, I've borrowed the Landy today to get from Brum to Notts10:43
nperryIts just starting here10:43
nperryBrum had some?10:44
screen-xmmm a RRS would be rather handy right now10:44
nperryI just spoke to my brother and he hasn't got any10:44
andylockranyesh10:44
andylockranSouth Brum, Solihull.10:45
nperryHes in Redditch10:45
andylockrannot far then,.10:45
nperryI use to live there before I moved down to the country :/10:46
nperryThats one big snow cloud above10:46
nperryWish I didn't salt our yard now :(10:49
Apacheukhopefully it'll snow a bit here and I can go out and play/rescue people :) http://picasaweb.google.com/lh/photo/9fFDc60Vr0qCam8DZhtlxpDVZlj5bZiH1LapO3lWH8I?feat=directlink10:50
xyzeescreen-x reload what?10:50
screen-xxyzee: there is a reload button, in there, it does the equivalent of a "sudo apt-get update" which refreshes the package lists.10:51
screen-xThat should make the required samba packages available to install through the sharing dialog10:51
FlashtekMingalaba10:52
czajkowskinperry: big flurries coming down here now10:52
=== MonsterKiller is now known as monsterkiller
daubersWhat a swine!10:55
screen-xis it flying daubers?10:55
daubersNo! I've got a natty partition on my laptop, and grubs just helpfully concactenated all my previous linux versions into a "previous linux versions" menu, missing my maverick install!10:56
czajkowskioh pretty cool http://www.engadget.com/2010/12/16/google-maps-5-0-hits-android-includes-new-3d-map-view-and-offli/10:57
popeyyeah, looks nice10:57
screen-xI think the offline feature is only for routes, I couldn't find a way of caching specific areas for offline use.10:58
Flashtekscreen-x: I did..10:58
xyzeescreen-x: hum, I reloaded software lists and gnome-user-share, but no joy10:58
daubersI think I may have hit 68607611:01
daubersish11:01
daubersbug 68607611:01
lubotu3Launchpad bug 686076 in grub2 (Ubuntu) "Grub fails to recognise Ubuntu 10.10 on a separate hard disc. Windows 7 is recognised OK" [Undecided,New] https://launchpad.net/bugs/68607611:01
andylockranis there a way to chmod leaving the current permission as is..11:02
andycHi all11:03
andycAnyone have any experience with NFS4 and LDAP?11:03
andylockrani.e. I want to change a group of files to be group rwx.. without altering their current permissions11:03
andylockranandyc: in what context?11:03
screen-xandylockran: chmod g+rwx11:03
popeyandylockran: g+rwg11:03
andylockranscreen-x: affects no other perms?11:03
andylockranqls11:03
popeys/rwg/rwx11:03
popeyyes11:03
czajkowskinperry: stopped11:03
popeythe g+ means group11:04
andylockranperfect11:04
andylockranu+ means user?11:04
popeyya11:04
popeyguess what w+ means ;)11:04
andycI have a server which exports nfs shares, and also is my LDAP server11:04
andycWhen I mount shares on the client, I get owner/group as nobody/nogroup11:04
andycWhen authenticating as LDAP11:04
screen-xpopey: I didn't know 'w' worked, I always use 'o'11:05
andycI have had it fixed for a while by making the server an LDAP client - But I'm a little unsure about whether the LDAP server should also be a client11:05
andycI would prefer to keep users on the server limited to root and a local user11:06
screen-xandyc: you can specify an ldap filter for users that can login11:06
screen-xso you can restrict to member of a group.11:06
screen-xAlso need to make sure that you can login to the ldap server when ldap is down...11:07
andycSo I could run the client on the server but just restrict it so actually noone can log into the server via ldap?11:07
screen-xyou could do, or restrict it to an admin group11:07
andycYeah sure11:07
andycHmm11:07
andylockranpopey: w+  = anyWon?11:08
andycThanks screen-x11:08
andylockranyeah, for ldap logins when server is down, check out nsswitch.conf11:09
screen-xchmod w+w doesn't work.. o+w does though..11:09
andylockranthere's a NOTFOUND parameter if it can't find the ldap server, and there's also ldap excluded users from lookup.11:09
andylockranwhich means if you have a user on the server, it'll never check ldap for it, just let you log right in as teh localuser account (whereas without that option.. it'll look up a user in ldap first... etc)11:10
davmor2popey: is w+ Wotevvvvva?11:10
andycThanks andylockran I'll have a play with that later11:11
* czajkowski kicks davmor2 and goes back to work 11:11
davmor2czajkowski: Hello you alcofrolic :P11:12
czajkowskiI was being sociable!11:12
andycWhile on the subject of LDAP - I have given my LDAP server a new hostname, and recreated certs etc,and auth works fine through a tty.  However when loging in through gdm, It authenticates but then doesn't go any further - No panels etc pop up in Gnome - it was al working before changing the hostname11:13
andycI assume this is something to do with pam and gdm11:14
andycDoes anyone know if this caches somewhere or if there is a cache I can clear?11:14
andycIt happened on all my clients - one of which I just gave up with and reinstalled but there must be an easier way to resolve this...11:14
andycI was going to put a post on the Ubuntu forum if no one knew off hand an easy solution here11:16
davmor2czajkowski: That's the new name for it is it ;)11:16
nperryDamm, snow is stopping here to :(11:16
czajkowskinperry: :)11:17
andycSunny here in Plymouth :)11:17
Apacheukandyc: I think you had a few flakes last night though? I normally work in Plymouth, in fact weather permitting will be down there next week11:20
Flashtekandyc: where in Plymouth ?11:20
andylockranfantastic11:26
czajkowskihttp://hypatia.ca/2010/12/sunsets-arent-delicious/  for folks who were looking at a delicious alternative, a possible one may be developed11:26
andylockranour 'log analysis howto' wiki page is called 'Scatology'11:26
andylockranandyc you rebooted?11:27
andylockranah11:27
andylockrannscd11:27
andylockranthat might need restarting (I think that's correct)11:28
andylockranthat cache's user data11:28
andylockrannot sure if it's still used11:28
directhexnscd sucks11:29
directhexbasically, the nscd supplied with libc is unfit for purpose11:29
directhexapt:unscd is a vastly less broken implementation11:29
czajkowski.c11:30
directhexyou want to use a nscd of some kind if any of your nss values are being read from a network - NIS, LDAP, etc11:30
Flashtekandyc: I am in Saltash11:33
ApacheukFlashtek: I stay in Saltash when I'm down there11:34
FlashtekApacheuk: sweet.. PL12 4TA11:36
Apacheuknot sure of the post code, but its off New Road11:36
ApacheukAdit Lane I think its called11:37
andycandylockran: Yeah it's all been rebooted11:41
andycNot really sure whats up I'm not at home atm so can't check the logs11:41
andycIt authenticates fine but gnome just doesn't start properly11:41
andylockranok, would have to take a closer look11:42
Apacheukwe got snow now...11:43
andycFlashtek: Working in PML so right on the front11:45
andycApacheuk: Yeah we had some snow last night and a small blizzard this morning but now it's sunny11:46
Apacheukandyc: I was just talking to someone in the office and he's gutted, he supposed to fly home to Newcastle for the weekend and the flight has been cancelled.... but sunshine in Plymouth11:47
andylockranmy little bro is meant to be travelling down from Newcastle today to be home for Christmas11:51
andycscreen-x: With regards that user filtering... Will that stop users authenticating with LDAP but still list all LDAP users when I type getent passwd?11:52
brobostigonmorning all,11:53
andycI think the issue I had was that idmapd wasn't working when the server didn't know about the users/groups11:53
andycHence I made the server a client as well11:53
andycmorning brobostigon11:54
brobostigonmorning andyc11:54
andylockranandyc, that depends how you setup the filter11:55
andylockranwhether you filter out all users except ones you want to login,11:55
andylockranor whether you set the base to all the users, then just allow 1 group login rights.11:56
daubersIf I have a server running kvm, what do I need to do to be able to route into the virtal servers?11:56
andycIs it sensible to have an LDAP server acting as a client of itself?11:56
andycThat doesn't make much sense11:56
andycBut should the box the server is running on also run an LDAP client?11:56
andycIt's the only way I found of fixing the idmapd issue11:57
andycNever mind I think I'm getting my head in a twist over very little11:58
andycInfact I don't know why I didn't want the server running an LDAP client - it makes far more sense when I think about it...12:02
andylockranor whether you set the base to all the users, then just allow 1 group login rights.12:03
andycYeah - probably admin I guess12:04
* daubers kicks self12:04
kazadeSnow just moved up to about 5/1012:08
MartijnVdSit's 6/10 here12:08
kazadeok, it's definitely settling now12:10
andycIt has almost all melted here now :'(12:11
kazaderight... where has everything outside my window disappeared/12:15
kazade?12:15
kazadeall I see is white!12:16
* kazade checks the popey cam12:16
ubuntuuk-planet[Jamie Bennett] Linaro, a winning idea - http://www.linuxuk.org/2010/12/linaro-a-winning-idea/12:17
cyber-cafe05j12:20
gordi'm getting graze.com boxes 3 days late these days =\ time to unsubscribe i guess12:20
bigcalmgord: you realise that this is the busy time for Royal Mail?12:21
ApacheukOH no :) works VPN has just gone down.... can't connect and its still snowing here12:21
gordbigcalm, i don't see why that affects me subscribing or not, i dont' get fruit at all anymore and the boxes are very late, thus i don't want to pay for it12:22
czajkowskigord: factor in snow12:22
bigcalmFair enough12:22
jpdsgord: Go to Tesco's for fruit?12:22
gordif things get busy, you hire more people, you make things work well or you lose customers, ala, me12:22
czajkowskijpds: potentially12:22
bigcalmgord: you're blaming Graze for Royal Mail's work load12:23
jpdsczajkowski: Debatable, actually.12:23
gordbigcalm, i'm blaming graze for choosing to use royal mail12:23
* bigcalm shrugs12:23
czajkowskijpds: possibly12:24
* popey pokes kirrus 12:43
czajkowskiI may swing for nationalexpress12:50
AzelphurI think I've become evil, http://forums.alliedmods.net/showthread.php?p=137247412:51
Azelphurpost #4 \o/12:51
czajkowskihttp://twitpic.com/3gqee612:54
Apacheukcan I set up a crontab entry as root and have it run a particular command as a different user?12:56
X3Nyes12:58
* daubers has the worlds _weirdest_ routing problem12:59
X3Nshould be able to do that with something like su -c user command12:59
daubersI can ping everything except the router, and I can't get out of the building...13:00
Nafallodaubers: stop blocking icmp type 8 on the router?13:01
daubersNafallo: Everything else behind the router can get out though13:02
daubersand ping the router13:02
daubersAh ha!13:02
daubersfor some reason the default gatewat had a metric of 100 on it13:03
daubersstupid thing13:03
Flashtekdaubers: kick it13:04
daubersNow if only I could figure out why the stupid guests aren't using the bridge correctly...13:05
Flashtekcause they is muppets ?13:08
daubersGAHHHH13:08
daubersBring the whole thing down, restart it and it's fine13:08
daubersstupid blasted thing13:08
Flashteklol13:09
sam_010203anyone home?13:20
Flashtekno13:20
sam_010203cant get in cos of the snow?13:20
sam_010203:)13:20
Flashtekthe door is blocked..13:20
Flashtekyou'll have to speak up, there is too much snow..13:21
sam_010203really???  Flashtek  where u at?13:21
FlashtekPlymouth13:21
sam_010203WHERE ARE YOU AT?13:21
sam_010203lol13:21
sam_010203cool13:21
FlashtekPLYMOUTH !13:21
sam_010203IS THAT IN THE UK?13:21
sam_010203lol13:21
sam_010203anyway  i come for a reason...13:23
sam_010203is there any nice irc chat clients that have smilies and coloured text and stuff out there?  im using ......Xchat gnome now  and its all so ugly.13:23
sam_010203and i didnt like Xchat.13:24
andycI use irssi but I'm afraid it doesn't have smileys13:29
brobostigonit does have smileys, :) , ascii, nothing flashy,13:30
sam_010203ohh13:31
dwatkinsI use irssi because it doesn't have smileys.13:31
brobostigondwatkins: i use irssi, and types this smiley in irssi :)13:32
brobostigontyped*13:32
dwatkinsI prefer to not have 8 ) translated in logfiles.13:32
sam_010203:)13:32
sam_010203yeah but i want smilies~~~13:32
sam_010203make the chat look so much cooler lol13:32
brobostigonsam_010203: irssi does acsii smileys,  not picture smileys.13:33
dwatkinsI don't see the need for graphical smileys, but if you want them, go ahead and use a client which has them, sam_010203 :)13:33
sam_010203dwatkins,   thats what im looking for.13:33
brobostigonbrb, getting some crumpet. hungry.13:33
dwatkinssam_010203: ugly is quite subjective - I quite liked xchat; depends on your OS as well, of course.13:34
sam_010203dwatkins,   if aesthetics where not important we would all be using the same themes given way back in ubuntu 9.   i just want something that looks a little better than a banking terminal. lol13:35
sam_010203are you guys all using ubuntu??????  stupid question I know.....13:35
dwatkinsBeauty is in the eye of the beholder. I quite like the terminal, so I would reccomend irssi.13:35
brobostigonsam_010203: debian sid here, right now.13:36
* dwatkins goes in search of a bank terminal13:36
sam_010203I seem to get mac windows users think im a geek cos i use linux (and I cant after years of using ubuntu, code my way out of a paper bag) and people who use linux think im a noob cos im using ubuntu...  MEH!13:37
sam_010203dwatkins,   lol....   do u remember the old cash machine green screens?  thats what xchat reminds me of.13:37
=== Lcawte|Away is now known as Lcawte
andylockrando Virgin use DPI ?14:07
andylockranand if so, can I find out connections that are on it.14:07
bigcalmdpi?14:07
andylockrandeep packet inspection14:07
bigcalmOh, no idea14:07
Daraelandylockran: Craft suspicious packets and send them out, see which ones get investigated?14:08
andylockran:p14:22
=== Lcawte is now known as Lcawte|Away
=== Lcawte|Away is now known as Lcawte
knightwiseafternoon!14:52
AlanBellivanka: do you have an ubuntu wiki page?14:57
brobostigonafternoonings knightwise14:57
knightwisehey brobostigon how are you15:00
knightwise$hey AlanBell15:00
brobostigonknightwise: could be better, how about you? was just going to boot into a natty daily live usbfor playing.15:01
knightwiseFighting SAMSUNG KIES to upgrade the firmware on my GalaxyS15:01
knightwise$15:01
brobostigonbrb15:01
knightwiseAarg15:06
knightwiseFuuuuu you stupid galaxy S upgrade program ...15:06
brobostigono/15:09
Azelphurlol, VFast has no antenna near me :(15:22
Azelphurmy brother wants to send them a mail asking them to attach an antenna to the block of flats just around the corner :D15:22
marsilainenhello15:25
marsilainenI have a virtual server running ubuntu server edition15:25
marsilainenthere are 3 IPs allocated to that server15:25
marsilainenfollowing the documentation of my hosting provider these are setup as eth0, eth0:0, and eth0:115:26
marsilainenis there a way to get iptables to set rules to act on only one of those interfaces?15:26
marsilainenif I create a rule and try to say the interface should be eth0:1 then it seems to balk15:26
bigcalmmarsilainen: this might help: http://www.mail-archive.com/psyche-list@redhat.com/msg10872.html15:29
marsilainenbigcalm: ah, I see - I think that should work for me, many thanks15:29
bigcalmThere is also app-firewall-advanced, might be of interest15:30
ivankaAlanBell: a very empty one :-)15:34
ivankaAlanBell: why?15:35
czajkowskiivanka: I suspect he's going to poke you re membership15:39
ivankaczajkowski: I really should do it, shouldn't I?15:40
czajkowskiivanka: aye you should :)15:41
czajkowskiivanka: see pm :)15:43
=== monsterkiller is now known as MonsterKiller
john_doe_azerbhi guys15:56
john_doe_azerbI'm a c++ developer from Azerbaijan currently studying in Germany15:56
john_doe_azerb:D15:57
john_doe_azerbchecking my chazZilla client app15:57
john_doe_azerbwrite something please15:57
john_doe_azerbif you can read me15:57
john_doe_azerb:D15:57
bigcalm.15:57
Lcawtehm, ubuntuuk-planet is cool, anyone have any idea of the source/whatever?15:57
davmor2john_doe_azerb: No sorry can't see a thing honest Gov'nor15:58
* popey tickles john_doe_azerb 15:58
john_doe_azerbhaha :D15:58
popeyLcawte: its an eggdrop bot which runs on the ubuntu uk loco server15:59
john_doe_azerbthx guys15:59
john_doe_azerbseems to work now15:59
czajkowskipopey: you're very affectionate today :)15:59
Lcawtepopey: any idea on the module or whatever? Or is it core?16:00
* popey lobs a snowball at czajkowski 16:00
popeyLcawte: poke Daviey - he set it up16:00
LcawteDaviey: poke. ^16:00
DavieyLcawte: The planet bot?16:00
Davieyubuntuuk-planet ?16:00
bigcalmczajkowski: did you sort out PhoneyExpress?16:00
Lcawteyup16:00
john_doe_azerbover & out16:00
DavieyLcawte / popey : That was X3N that set it up :)16:01
popeyhah16:01
Davieyi just know how to start the damn thing :)16:01
popey:D16:01
popeyyou know more than me then16:01
Daviey<-- shoulders slope :)16:01
bigcalmEggdrops are fun16:01
bigcalmThough scripting is in TCL16:01
DavieyEggdrop sucks, hard.16:01
* davmor2 drops a shovel full of snow popey's back, Oi you trying to get me fired it's my job to pick czajkowski I thought we had the roles nice and clear ;)16:01
popeyah, my bad16:01
LcawteX3N: poke ^ (after the module that ubuntuuk-planet runs)16:02
czajkowskibigcalm: nopes site still is giving errors, ringing them to tel them their system was broken was entertaining16:02
czajkowskipopey: :p16:02
bigcalmYou could write an irssi perl script to parse the planet feed every X minutes.16:02
czajkowskidavmor2: oi oi sharing16:03
czajkowskibigcalm: my old job was testing I saw lots and lots of tcl error codes! a lot uglier16:03
* davmor2 positions self on the roof of czajkowski's build after rolling the worlds biggest snowball16:03
bigcalmczajkowski: I never bothered to get my head around TCL. Think I'll keep it that way ;)16:03
czajkowskismart16:04
* Daviey TCL's bigcalm 16:04
* bigcalm wibbles16:04
czajkowskidavmor2: I'll rename this channel to torture channel!16:04
bigcalmGritter has just gone down the road, yay16:04
davmor2bigcalm: Yay! except for all the salty paint scratches that have just been inflicted on all the cars16:05
bigcalmdavmor2: I keep my car on the drive way ;)16:06
Lcawteeww, 2x 1GB ram chips are not a nice price16:06
* davmor2 gives czajkowski a hug being as it's close to Christmas and all that16:06
diplopopey, (112 quid once you get the cash back) - I'm interested? ?? Where how do you get the cash back as it's £200 onthe site you linked to16:07
popeyread the page?16:07
popeyit has a link to hp site16:07
diplolol big pink bit and i totally missed it16:08
diploSorry :D16:08
popey:)16:08
popeynp16:08
diploHmm can i find £212 before the 31st dec though :(16:09
diploI suppose the credit card could take another small bashing16:09
X3Nwhat's up?16:16
popeyX3N: Lcawte was asking about source for the ubuntuuk-planet bot16:16
X3Noh right16:16
X3Nit's an eggdrop and a script called rss-synd http://labs.wizzer-it.com/16:18
X3Nseems that their website is no longer16:18
X3NI can send it on if needed16:20
=== njpatel_ is now known as njpatel
=== njpatel_ is now known as njpatel
=== MonsterKiller is now known as monsterkiller
victorphi all - added this wiki recently to explain a bit more what we do in certification. https://wiki.ubuntu.com/certification - feedback will good17:31
OmNomSequiturvictorp: how was your breakfast?17:40
victorpgood, some time back really17:41
czajkowskivictorp: lotta pages on certifcation already https://wiki.ubuntu.com/Home?action=fullsearch&context=180&value=certification&titlesearch=Titles17:41
victorpczajkowski - lots of pages with certification in the title yes17:42
victorpnot many talking about Ubuntu Certified - really17:42
AlanBellvictorp: is this Chris Kenyon's area?17:49
victorpAlanBell - he does the comercial side of selling the accounts17:50
victorpmy team does the engineering side of testing it , and making sure that all those systems keep working with SRUs and so on17:51
AlanBellcool17:53
AlanBellwe need to get more of that kind of information out17:53
AlanBellit is *so* hard to buy a computer in the UK with Ubuntu or nothing17:53
victorpI agree! :)17:54
victorpyes, it is17:54
victorpatleast this should point out to which ones you can buy and know that they would work ok17:54
AlanBellwe talk to Chris and he tells us all this wonderful stuff that is going on at the OEM level in taiwan, and in the UK the retailers refuse to trade with people who want Ubuntu17:54
AlanBellanyhow I have to pop out for a while o/17:55
victorpthanks for the feedback!17:55
kirruspopey: you poked me?17:57
tvbuntuHello people.I want to modify a mencoder script.Do have some of you time to help me?18:08
=== Lcawte is now known as Lcawte|Away
=== Lcawte|Away is now known as Lcawte
davmor2AlanBell: no it isn't what you do is buy bits, put it together have a better pc for a similar price and install what you want on it ;)19:04
* czajkowski trips davmor2 up 19:12
popeykirrus: yeah, saw your tweet about MOTU / Ubuntu server19:12
kirruspopey: yup. There's a reason why I stopped trying to persuade work to switch to Ubuntu Server :(19:23
kirrusI've also been pushed before to try using a support contract, but there's no way I'm going to be able to persuade them to use something we should be able to maintain ourselves19:23
AlanBelldavmor2: good luck with that if you want a laptop19:25
knightwisehey everyone19:45
knightwisehey airballman19:51
davmor2AlanBell: With laptops it's who you know :D19:53
DanielRMHello all.20:04
DanielRMHmm, minor fail there. Got this channel mixed up with politics-uk and tried changing the topic.20:08
DanielRMThankfully ChanServ's a bit more intelligent than me.20:08
=== Lcawte is now known as Lcawte|Away
dutchiehmm, why does the iplayer think i have javascript disabled20:18
Craig_DemI have that same problem but on mac.20:36
Craig_DemAre you running chrome dev?20:36
dutchieyes20:38
Craig_DemMust be a bug then20:40
=== Lcawte|Away is now known as Lcawte
AzelphurTOTALPEAK=$((${TOTALPEAK}+${PEAKUSAGE_IN}000+${PEAKUSAGE_OUT}000))20:45
Azelphurwhy would this freeze my sh script? :(20:45
dutchienot expecting this to be the cause, but wouldn't ${PEAKUSAGE_IN}*1000 make much more sense?20:46
dutchieand/or look sane20:46
AzelphurI didn't write most of this, I'm just hacking it a bit :p20:46
Azelphurand he uses 000 throughout the script20:47
Azelphurso might as well stick the same20:47
Azelphurdutchie: ah your right, the 000 was killing it20:49
_H"sorry the product doesn't have ubuntu as an operating system " says dell sales we where talking about a Inspiron Zino20:55
Azelphurdutchie: I'm still having issues20:58
dutchieAzelphur: i'm not some bash scripting guru, just a lucky guess at something that looked odd ;)20:59
Azelphurhttp://pastebin.com/w6VkX2Ya20:59
Azelphuroh :p20:59
Azelphurthe totalpeak stuff is causing breakage :(20:59
Azelphur"syntax error: 0++" at the last line of the file if I have the TOTALPEAK stuff in there20:59
ali1234rewrite it in python geez21:04
dogmatic69anyone know why i cant install openjdk-6-jre-headless, i get thing like "Failed to fetch .... 404 <some ip address>" about 10x21:04
Azelphurali1234: python on DD-WRT? :P21:04
dogmatic69ubuntu 10.10 x64 server21:04
ali1234then rewrite it in C21:04
Azelphurali1234: I think I found the problem, the second TOTALPEAK line is being evaluated to "0++"21:04
Azelphurso those variables arn't working21:04
Azelphuryet they work fine in the echo line :/21:04
ali1234is that shell code... building javascript code?21:05
ali1234that's horrible21:05
Azelphurali1234: I didn't write it21:05
AzelphurI'm just doing a small mod21:05
ali1234this is why you never write code like this in the first place21:05
Azelphurlol21:05
ali1234even a small change is a nightmare21:05
Azelphurali1234: so any idea?21:06
ali1234no. just rewrite it properly21:06
Azelphur>.>21:07
ali1234actually i do have some idea21:11
ali1234the snippet is building a string which is a javascript statement by joining a bunch of other strings together21:11
ali1234thats why its just 00021:11
ali1234you need to escape everything appropiatly for what you wantit to do21:11
Azelphurali1234: the javascript isn't failing, the shell script is21:12
ali1234yes21:12
Azelphuroh21:12
ali1234TOTALPEAK=021:12
Azelphurso I can't add them together because they are strings?21:12
ali1234the other two equal ""21:12
AzelphurI need to integerize them21:12
AzelphurI see21:12
Azelphurany idea how I'd convert them to ints?21:13
ali1234"0"+"+"+""+"+"+"" = "0++"21:13
ali1234i wouldn't21:13
ali1234i'd let the javascript do it21:13
Azelphurah ok21:13
ali1234make sure the others have a valid value21:13
ali1234then it will evalute to "0+0+0" which javascript will see and turn back into int 021:14
ali1234but only if the resulting javascript doesn't have quotes around it21:14
ali1234because javascript is weakly typed21:14
Azelphurhehe21:15
ali1234basically just put all the shell variables into javascript variables and then write the logic in javascript21:15
ali1234this would involve completely rewriting the script though21:16
ali1234but it would at least make more sense21:17
ali1234i would probably go one step further and have this script deliver the variables as xml, and then make the javascript page separately. it could then update in near real time too21:18
ali1234i have some code that does this somewhere.........21:19
Azelphurhehe21:20
ali1234might have lost it in the great HD crash of '08 though21:20
ali1234hmm i hope i didn't lose it, some bits of that code were quite good21:29
* popey tickles MattJ with a prosody install on his server21:31
MattJJabber \o/21:31
MattJOh21:31
MattJProsody \o/21:31
popeyMattJ: is there much config to do?21:33
popeyif i just want a room or two for home internal use?21:34
MattJChange VirtualHost "localhost" to VirtualHost "yourmachinename"21:34
MattJand ditto for the conference.example.com -> conference.yourmachinename21:34
MattJEverything should "just work"21:35
MattJand you'll want http://prosody.im/doc/creating_accounts21:36
popeyta21:36
ikoniaprosody ?21:38
MattJJabber/XMPP server21:38
ali1234how lightweight is it? can it run on a machine with 8mb of ram?21:40
MattJPeople run it on routers21:40
ikoniaa 2.6 kernel needs more than 8mb of ram21:41
ali1234who needs 2.6?21:41
MattJ:P21:41
ali1234also, that's false21:41
ikoniaI disagree21:41
ali1234it seems that openwrt has packages for it anyway, that's pretty lightweight then...21:44
DanielRMHmmm, anyone fancy helping me with MySQL?21:50
Azelphur!ask | DanielRM21:50
lubotu3DanielRM: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-)21:50
Azelphur:p21:50
DanielRMAzelphur: cheeky beggar. :P21:51
DanielRMI'm trying to do a global search and replace of a string within a single database anyway.21:51
Azelphurno idea :P21:52
ikoniasingle database ?21:52
ikoniaevery row of every table ?21:52
DanielRMikonia: yes.21:52
ikoniaI would export it to a dump file, and use sed on it21:52
ikoniathen re-import it21:52
ali1234me too21:52
popeyme too :)21:52
popeymysqldump is handy21:53
ali1234sure is AOL in here21:53
=== OmNomSequitur is now known as MrCholmondley-Wa
DanielRMHeh, thought that might be the answer. Tried googling the question and most people ran away from it.21:53
ikoniaAOL ?21:53
popey<AOL>me too</AOL>21:53
ali1234http://en.wikipedia.org/wiki/Me_too21:54
ali1234even has wikipedia page21:54
popeyblimey21:54
DanielRMAOL would be 'teen girls' going ASL every moment, surely?21:54
DanielRMOr driving people mad with the Eternal September.21:54
ali1234"me too" was a specific kind of phenomenon where trolls would post "i have a 1GB ftp site who wants access?" on usenet, with obvious results21:55
=== MrCholmondley-Wa is now known as ReptilianPope
ali1234ie every post from the third onwards was "me too"21:55
ali1234of course there were no actual teen girls on the internet at this time, and 1GB was considered to be a very large amount of data21:57
dutchiesigh, offlineimap seems to be hanging again21:57
popeydunno what you're doing that I'm not but I find offlineimap on 10.10 to be very reliable21:58
dutchieare you using folders with 30000 messages in?21:58
dutchiemaybe i am Doing It Wrong21:58
popeydunno, how would I check?21:59
dutchiei might just leave it for a bit and see if it sorts it out21:59
popeyI'm syncing my gmail which has about 3GB mail in it21:59
ging3 gebillion emails?22:00
DanielRMAch. Didn't realise mysqldump dumped to stdout.22:00
popeyhehe22:01
DanielRMGiven the amount of data that was quite painful for my tty.22:01
popeyCTRL+C surely?22:01
ali1234can take a whle on a remote server22:02
DanielRMali1234 got it in one.22:02
DanielRMUsing putty in Windows at the moment.22:03
DanielRMDumped to a file now anyway.22:04
DanielRMNow to sed the database, get the site down for maintenance and upload the new file.22:05
DanielRMYay, that's done it.22:08
AzelphurYay, my additions to wrtbwmon are working, http://dl.dropbox.com/u/3832397/screenshots/December%202010/2010-12-17-215241_976x436_scrot.png23:03
Azelphur\o/23:03
bigcalmWhich one is the bandwidth abuser?23:24
Azelphurbigcalm: apparently nobody, as you can see everyone is using more or less the same amount23:25
bigcalmStop watching TV?23:25
Azelphurhaha23:25
=== ReptilianPope is now known as xoxoxoxoxoxoxoxo
=== xoxoxoxoxoxoxoxo is now known as xoxoxoxo
=== xoxoxoxo is now known as HerrFlick

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