[01:51] \o morning [04:48] \o [04:50] * ball thinks aboutpie [05:32] brb, installing Ubuntu [06:11] probably a weird question... but can you install a version of dropbox onto ubuntu serveR? [06:11] HazRPG: dropbox-client I guess you mean? [06:11] yeah [06:11] HazRPG: http://wiki.dropbox.com/TipsAndTricks/TextBasedLinuxInstall :) [06:11] because I really really want to remove win2003 from my home server [06:11] HazRPG: (google: dropbox client command line) [06:12] heh thanks [06:12] * MartijnVdS is preparing an IKEA shopping list [06:12] I was trying "dropbox ubuntu server" and was getting nothing [06:12] MartijnVdS: :( my nearest idea is 2hr drive away :( [06:13] ikea* [06:13] when I was in Saudi, all my stuff pretty much came from ikea [06:13] HazRPG: I live ~30 minutes from 4 ikeas :) [06:13] wow not fair [06:14] see, because I live too far away, they won't deliver to my house :( [06:14] HazRPG: living in the middle of http://en.wikipedia.org/wiki/Randstad ++ [06:14] I've been to Utrecht :) [06:15] HazRPG: I live in the middle between Utrecht and Leiden [06:15] nice [06:18] is it easy to install via LAN? [06:18] I know most computers and servers these days have an option at boot that says "click ... to install/boot from LAN" [06:18] never tried to do it before, don't even know where to begin [06:19] other than google lol [06:19] HazRPG: I've done it :) [06:19] years ago, so it should be easier now :P [06:19] You need to set up a DHCP + PXE server in your LAN [06:19] then have the boot-rom of your to-be-installed machine boot from LAN (PXE) [06:19] and that's it really [06:21] wonder if I can do that via a vm [06:22] if you put all VMs on a vlan, and don't have a dhcp server on that vlan yet, you can do it [06:22] (by making another vm the dhcp/pxe server) [06:22] if there is already a dhcp server, you can have it forward unknown clients to the PXE server [06:23] I don't have a dhcp server other than my router really [06:23] never saw the need to have an acutal dhcp server [06:23] that might confuse things [06:23] unless you put the VMs on a completely separate vlan [06:23] so you get: [06:24] (router) -- (vmhost (vlan1 vm1 vm2 vm3)) [06:24] or even [06:24] (router) -- (vmhost (vlan1 vm1 vm2 vm3) (vlan2 vm3 vm4)) [06:24] etc. [06:25] vmhost will have to route its internal (vlan) IPs properly in that case [06:25] it'll teach you a lot about networking (but it's easy to set up) [06:25] As long as you don't use overlapping network ranges [06:26] (say your home net is 192.168.0.0/24, use 10.0.0.0/24 (or something) for the vm vlan [06:26] [06:26] hehe interesting [06:27] * MartijnVdS sucked up all this knowledge once.. but now I just write Perl for a living ;) [06:27] stop making me feel old :P [06:27] I'm not :P [06:27] I learned networking years ago too, but well we never used VM's [06:27] see I'm probably making more work for myself then needed.... [06:28] HazRPG: keep doing that.. it's the basis of knowledge and experience :) [06:28] I just installed ubuntu server into a vm on my win2003 machine via rdp, and now have ubuntu server setup on it [06:28] it's why people at work tell me "How and WHY do you know all this?" [06:28] haha same :P [06:29] HazRPG: I used to be a Debian developer, ~8 years ago :) [06:29] see I want to get out of the habit of relying on a mouse and point-click applications for a server [06:29] I want to get into the habit that not all servers actually have screens or even rdp (or vnc) [06:29] MartijnVdS: nice [06:30] using ssh, tty, etc [06:30] HazRPG: knowing Debian packaging has helped a lot with the upgrade from FleaBSD -> Debian @ work ;) [06:30] I want to get into the habit of using such tools [06:30] I can imagine :P [06:30] I want to feel like I am actually in control of my server, and not my server controlling me [06:31] HazRPG: the only programs I have running on my desktop are a web browser, banshee and 6 terminals :) [06:31] haha [06:31] what you got going on in the terminals? I have a feeling iirsi is one of them [06:31] HazRPG: irssi on my vps (ssh) [06:32] I've been moving music around, so directory listings in two of them [06:32] one "idle" [06:33] oh one isn't a terminal, it's gvim (gvim > vim, because it detects "paste" automatically and has more colours/font options :) [06:33] wow, see this is the feeling I hate right now, looking at the ubuntu server terminal... and I feel like it should be doing stuff, but I haven't got a mouse to control [06:33] * HazRPG does a ifconfig since its one of few commands I know [06:33] HazRPG: you don't have to do stuff :) [06:33] The server does stuff. [06:34] MartijnVdS: hehe [06:34] hmm, I know wget [06:34] and ftp# [06:34] HazRPG: aptitude [06:34] HazRPG: do you know vim? [06:35] I know nano... [06:35] HazRPG: time to learn vim then :) [06:35] HazRPG: install the "vim" package (the basic/mini vim package in the basic install is poo) [06:36] vimtutor should then give you an overview of the editor :) [06:36] hmm, apparently it couldn't lock /var/lib/dpkg [06:36] (but ignore the "thou shalt use hjkl") [06:36] HazRPG: are you root? [06:37] I logged in as my user... [06:37] HazRPG: sudo aptitude install foobarbaz [06:37] oh, I did sudo apt-get install vim [06:37] apt-get, aptitude.. same thing mostly [06:38] still couldn't lock it apparently [06:38] hold on [06:38] is another apt/dpkg running? [06:38] it shouldn't be... I only just installed it [06:39] is there a way to find out? [06:39] ps faux | less [06:39] !pipes [06:39] heh I know pipes :P [06:41] doesn't appear to be running... [06:44] HazRPG: pastebin the prompt + command + output (of apt) and I'll have a look [06:45] I just restarted it [06:45] ctrl+alt+del style [06:46] woot, its working now :) [06:46] okay, so vim is installed now :) [06:46] vimtutor [06:48] wow, text file teacher ^^ [06:57] MartijnVdS: so is this actually better than nano? [06:57] * ball uses joe [06:58] nano's nice because it's easy to explain to people who have only ever used notepad. vim wins in every other respect possible [06:59] feels weird using hjkl [06:59] wasd or arrow keys would have been more natural ^^ [07:00] HazRPG: like I said, just use arrows :) [07:00] vim doesn't care [07:00] holy cow! [07:00] woo! [07:00] :P [07:00] old vims cared [07:01] sometimes if your terminal is set wrong vim cares [07:01] but that only happens when I ssh to old freebsd boxes (and it might be a misconfigured vim in that case) [07:01] yeah I figured there would be a reason [07:01] hjkl are kinda nice once you get used to them; and start discovering they work in other places :) [07:02] I should really brush up on my apache too after this... [07:02] I set the win2003 one up years ago and never touched it since [07:03] well I add more domains and subdomains to it every now and then, but that's all [07:10] MartijnVdS: what shall I do after I've finished this tutorial? [07:12] HazRPG: set it as your default editor, and use it a lot :) [07:13] how do I do that? [07:13] update-alternatives --config editor [07:14] vim.tiny or vim.basic? [07:15] basic [07:15] tiny is the mini-vim that's installed in the base system (with most optional features turned off) [07:15] ah [07:16] I still think nano looks better, but I'm sure I'll begin to love vim more once I go through this tutorial :P [07:16] HazRPG: you can customize vim using ~/.vimrc and the ~/.vim directory [07:17] don't know if the tutorial covers that [07:18] HazRPG: http://paste.ubuntu.com/569052/ [07:18] HazRPG: my .vimrc :) [07:20] according to ls -a [07:21] I don't have .vimrc or .vim [07:21] you can create one [07:21] I have a .viminfo [07:21] that's the "session" file, where it stores command history etc. [07:21] ah [07:22] HazRPG: check out my vimrc, then inside vim try (for each option): [07:22] heh, so can I wget that paste you sent ^^ [07:22] ESC :help optionname [07:22] HazRPG: you could, yes :) [07:23] HazRPG: Also install the vim-addon-manager and vim-scripts packages [07:23] HazRPG: then you can enable some plugins with vim-addons (lists), vim-addons install foo (guess) and vim-addons remove foo (guess again) [07:24] (the plugin info is stored in ~/.vim/ so you can run vim-addons as your-user instead of root [07:24] cool [07:25] the gnupg extension is cool, it allows you to edit encrypted files (without the unencrypted version hitting disk) [07:32] It's 01:32. I should really go to bed instead of potching with Ubuntu One. [07:35] ball: your mind still thinks it's 7:35 [07:36] HazRPG: http://imgur.com/TVmDF.png [07:37] MartijnVdS: thanks [07:37] btw, vim now comes with errors >_< [07:38] HazRPG: what does it say? [07:38] what doesn't it say >_< [07:38] downloaded the .vimrc file [07:38] HazRPG: pastebin the error output :) [07:38] all 98 lines of it? [07:38] sure [07:38] >_< [07:39] HazRPG: the last few lines is ok too [07:40] hmm, seems you can't type vim > argh.log [07:40] must be a way to save the output right? [07:40] HazRPG: you can but it gets messy :) [07:40] HazRPG: copy/paste from the terminal window! [07:41] bit hard to do when I'm using the actual server [07:41] HazRPG: ok, retype the last line then [07:41] maybe 2 [07:41] * HazRPG should really remote access this thing... [07:41] install sshd, done [07:42] I'm configuring Ubuntu One for the first time. Should I tick 'Files' in the Services tab of the preferences tool if I want to try sharing a file between two machines? [07:42] ...I thought I might get a magical folder appear on the desktop [07:42] ball: you get a magical folder in ~/Ubuntu\ One [07:42] ball: as long as "Files" is enabled, I guess [07:43] HazRPG: I'm going afk.. sorry [07:43] http://paste.ubuntu.com/569060/ [07:43] HazRPG: try removing the vimrc and then re-adding each line (one at a time) to find the bug [07:44] ah [07:44] also, sshd not found [07:44] ^M -> Windows line-endings :) [07:44] MartijnVdS: Thanks [07:44] HazRPG: apt-get install ssh [07:44] MartijnVdS: it pops up with an error for all lines, so I'm guessing wget not possible ^^ [07:45] I'm off to bed for an hour or two [07:45] oh see I thought it was just ssh - thought sshd was a new one or something xD [07:45] thanks again [07:45] ball: night dude :) [07:45] snap [08:16] morning peeps [08:23] just found a post showing how to get ssh/pam to work with google's "2-part auth" tokens. Can't quite decide whether this is a good thing or not [08:25] shauno: what does that mean? [08:25] log on to ubuntu using your google credentials? [08:26] regular user/pass, but with the pin from their software token also [08:27] (specifically adding it to /etc/pam.d/sshd; not suggesting it'd be remotely sensible for local auth) [08:27] http://www.mnxsolutions.com/security/two-factor-ssh-with-google-authenticator.html [08:31] AlanBell: morning my good man [08:32] shauno: top of the morning to ya [08:32] shauno: hmmm... ssh... pam... *gust of wind rushes over my head* [08:33] I've currently got a putty window to my vm ubuntu server open... and all I see is "hazrpg@hedgehog:~$" and I'm thinking... "is it doing anything??" [08:34] * HazRPG really wishes his knowledge in linux server was much better than knowing nothing [08:34] I blame microsoft for this and college [08:35] all the college ever taught us was how to setup and manage a windows server :/ [08:36] ironically, in the last year they said "oh... guess what linux server is much better than windows server" and we all went "then why did we bother getting taught windows server!?" ... seems the reason is because most corps/colleges/uni's use windows server more than linux servers [08:36] HazRPG: top [08:36] at that point it's doing exactly the same thing Terminal does in gnome. It's waiting for you :) [08:36] or for more pretties [08:36] sudo apt-get install htop [08:36] htop [08:37] press q to get back to the command prompt [08:37] * AlanBell waves at czajkowski [08:37] AlanBell: morning [08:37] morning [08:38] AlanBell: how did you know I was awake [08:38] natty in a vm, I appear to get gnome with a global menubar going. Is that the fallback if I'm missing accel? [08:38] it is farnham beerex ticket day tomorrow [08:38] czajkowski: I felt a disturbance in the force [08:38] indeed [08:40] AlanBell: ooooooo, I really like that! [08:41] * HazRPG gives AlanBell >9000 points of awesome [08:42] nom http://www.bbc.co.uk/news/uk-12505344 [08:43] AlanBell: heh you use the pidgin plugin too? [08:43] no, I use irssi [08:47] AlanBell: hmm... [08:48] what pidgin plugin did you mean? [08:49] "Psychic Mode" [08:49] C&P from the plugin info: "Causes conversation windows to appear as other users begin to message you." [08:50] and it always shows something similar to "I fell a disturbance in the force" [08:50] feel* [08:51] AlanBell: htop is sexy :) [08:52] wow, apparently there's 10 /usr/sbin/mysqld running, is that normal? [08:52] threads [08:52] ah, so these aren't individual processes, its just all the threads running [08:53] no, I just watched star wars the other day [08:53] wow, 74MB used... I think my win2003 server uses a minimum of 300MB... and that's with most services turned off [08:54] AlanBell: you know what, I've still not ever watched star wars (yes I know that's bad...) [08:54] it is! [08:54] I'll get round to it one day :/ [08:55] it just isn't on the top of my massive to-do list [08:55] * HazRPG should really learn where stuff gets stored in linux [08:56] there is a factoid for that, which I will now get wrong . . . [08:56] !fsh [08:56] or rather debian/ubuntu in this case (because if I recall it uses a few different ones) [08:56] yup, thought I would get it wrong [08:56] :P [08:56] !filesystem [08:56] An explanation of how files and directories are organized on Ubuntu, and how they can be manipulated, can be found at https://help.ubuntu.com/community/LinuxFilesystemTreeOverview see also: man hier [08:57] Morning [08:58] wow, shocked at how many I actually already knew [08:58] fhs is the abbreviation I never get right [08:58] FHile System lol [08:58] someone clearly extended the F sound in fhs [08:59] Thought it was hfs [08:59] see hfs would make more sense [08:59] hierarchical file system [08:59] exactly [08:59] I was going for file system hierachy [09:00] so is it hfs? [09:00] files, dirs, file, fhs, filesystem are aliases for that factoid [09:00] No, it is FHS http://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard [09:01] random [09:01] http://ubottu.com/factoids.cgi?search=filesystem [09:01] the brain of the bot ^^ [09:01] * HazRPG is so glad he knows the man command [09:01] hfs is the osx filesyste [09:02] m [09:06] * daubers goes to work [09:06] *yawns* [09:09] is there a big difference from cron and crond? [09:13] that's an odd one. sort of, but no. (cron doesn't really exist ;) [09:13] oh [09:14] think of it as 'cron' is a task; and 'crond' is the actual daemon that sits in the background fulfilling that task [09:14] ah [09:15] like when apache calls itself a httpd. it's not a http. apache isn't the protocol. it's the bit of software responsible for answering that protocol [09:15] which would be why it has a d at the end (maybe? d = daemon?) [09:15] bingo [09:16] see I remember when apache use to actually be shown as a process in windows as "apache.exe" it really confused me when I saw "httpd" at first [09:17] see I've used cronjobs before, but never via from a terminal [09:17] always used cpanel or similar [09:18] I know what sort of things to type into a cronjob, but where would I store it? [09:18] seems like there's a few places from what I can see [09:18] /etc/crontab for example [09:18] although that's system-wide and probably wouldn't be the best place unless it was doing backups [09:19] cd /etc/cron.d [09:19] oops, wrong window [09:19] if it's a job that's going to belong to 'you', crontab -e [09:19] I would always do crontab -e [09:20] or sudo crontab -e if you want root's crontab [09:20] it creates the appropriate file if it doesn't exist, and does some sanity checking [09:20] does that just store it in /home// [09:21] in /var/spool/cron/crontabs according to man crontab [09:22] heh, yeah I was just looking through that after I typed my question [09:23] okay, so by my estimation... /var/spool/cron/crontabs/hazrpg would be created if I made a cronjob [09:27] incidentally, if you are looking at man pages, the command line luurve tip on this episode is rather handy :) http://podcast.ubuntu-uk.org/2009/09/17/s02e13-the-tribe-of-gum/ [09:30] AlanBell: noted [09:30] * HazRPG clicks play [09:31] been going through the latest season of the podcast recently [09:31] really liking it [09:32] although people who come into the room when I have it playing go "what the ..."# [09:32] man I hope to be as good as you guys one day [09:35] hmm, this is interesting... just trying out this "fiery cola" from tescos [09:35] "with a hint of chilli" [09:35] how odd [09:43] AlanBell: ooo apparently there's a bit of PXE in this, interesting was talking MartijnVdS about this earlier :) [09:44] interesting; I was* === Lcawte|Away is now known as Lcawte [10:19] I need a 3rd monitor for desktop widgets lol [10:24] this seems too good to be true: http://webhostingfirm.co.uk/ === Guest5160 is now known as A_T [10:54] Who is it thats growing chilli's http://www.bbc.co.uk/news/uk-12505344 === directhe` is now known as directhex [10:59] DJones: secretly its me [10:59] buahahaha [10:59] nah, isn't it Nick Woods? [11:00] I'm sure it said his name on the site and in the audio interview [11:00] HazRPG: Pretty sure its either AlanBell or theopensourcerer [11:01] oh... [11:01] heh I thought you meant the guy that the interview was about [11:01] No, not this time, someone here likes growing chilli's [11:07] DJones: could be AlanBell since he linked it [11:52] TheOpenSourcerer is the chilli fiend, I have grown them a few times but I don't have any on the go at the moment [12:03] * daubers needs to set off some chillis soon [12:07] [Phil Bull] Cape Town; Talks - http://philbull.livejournal.com/58159.html === niko is now known as Guest25534 === nik0 is now known as niko [12:29] hi people.... im back on the media center question .... sorry.... i have been using XBMC and love it however would this work with ubuntu 64bit and XBMC IE would it be smooth etc ... http://www.youtube.com/watch?v=IkuV6RCPIuM&NR=1 [12:32] Neoti, ion chips work fine with ubuntu and xbmc [12:32] i run one myself [12:32] ... tail? again?! === gord_ is now known as gord [12:39] cool [12:39] is it smooth on a ion box tho [12:39] i dont want video stuttering etc === denny- is now known as denny [12:53] http://www.youtube.com/watch?v=J7snWiHvpwc [12:56] afternoonings everyone, [13:03] does rsync automatically follow symlinks? [13:05] ok im going to buy ZOTAC ZBOX Blu-ray HD-ID34 and have ubuntu 10.10 and xbmc on there, but in the video it shows using cyberlink, will ubuntu handdle the blueray stuff ? http://www.youtube.com/watch?v=24jEyaGYNzw&feature=related [13:06] nucc1: by default, yeah. There's a few options to control how it handles htem [13:06] cool, thanks, i was just a little confused about what it does with symlinks by default [13:10] Neoti, no, blu-ray is heavily drm'ed, only official blu-ray players can play back blu-ray's === Lcawte is now known as Lcawte|Away === brobosti1on is now known as brobostigon [13:16] weird, i just got lagged off. [13:16] so did lots of people [13:16] ah, i see. [13:16] :( [13:18] gord, so ubuntu can not play bluray etc ? [13:19] there might be something inside vlc to do it, [13:22] Neoti, not without an official player, you can decrypt some old blu-ray stuff but i wouldn't recommend it, the same is true of any platform though [13:22] if you want something to play blu-rays, honestly you need a blu-ray player, a ps3 or something [13:40] oog [13:41] got a guy in ##linux who has installed activestate perl over his ubuntu perl and made a mess [13:41] http://paste.ubuntu.com/569161/ [13:41] that's the output from trying to apt-get install perl [13:41] any idea how to get him back to ubuntu-packaged perl? [13:53] need help to set max pages per JOB while printing to avoid accidental printing of huge amount of pages is it even possible [14:11] hasnt anyone setup a print server before??? [14:18] AlanBell: Fork liked your chicken video. [14:18] :) [14:19] I should do more chick flicks I think [14:20] :D [14:20] lol [14:20] and AlanBell joins the long list of directors who've done chick flicks :p [14:20] popey has held a chicken, I just failed to take a photo at the time [14:21] :) [14:21] next time [14:21] I'll bring my HD camcorder :) [14:21] beerfest [14:21] oooo [14:22] * ball <- running Ubuntu 10.10 for a change. [14:22] was it a live chickedn or 1 ready to be cooked/eaten? [14:22] it was with 3 live chicken [14:22] quite lively [14:22] AlanBell: what happened to Hermione? [14:22] Hello other alan_ [14:23] nigelb: a sad ending :( [14:23] AlanBell: :( [14:23] oh, Google Doodle for cricket [14:24] ging: http://twitpic.com/1qdq0f [14:24] AlanBell: basicly you have covered all 3 in that single picture [14:25] 3? [14:26] well there are lives ones and 1 that looks cooked on 1 side and raw on the other side [14:26] heh, don't eat that! [14:26] it is raw, but marinated on one side with a spicy marinade, the other side is for the kids [14:27] the kids do not like flavour? [14:28] not if it includes nandos hot sauce [14:31] heh [14:41] i think it might be worth my while to run natty, as debian, does not have an uptodate gnome-shell version, whereas natty has a gnome-shell daily ppa. [14:45] that will mean doing the bzr ssh key setup, that i did yesterday, alover again. [15:00] Wow. [15:00] The new Chrome for Linux ad is really pretty clear [15:00] Targets Linux users well [15:01] Then again, it probably won't work - it targets the real 'hard core' linux users - developer-ey people, who I would imagine are also the ones more into OSS [15:01] *FOSS [15:02] FLOSS 8-) [15:03] i thought chrome was just the google branded version of chromium? [15:03] it is [15:10] hahaha, got my Desire Z to 1.8ghz [15:12] Azelphur: then it exploded? [15:12] MartijnVdS: quite possibly, I am noticing that wifi won't work [15:12] but I got my 2.7k+ quadrant score :D [15:13] does it have to power down after you get past the boot animation because of low battery now? [15:14] gord: nope, that's what the 3000mAh extended battery is for [15:14] domjohnson: linky? [15:14] gord: lol [15:15] sigh, i wish i could get a bigger battery for my netbook, they only make 3 cell ones :( [15:15] gord: my phone has a higher clock than my netbook now lol [15:15] http://dl.dropbox.com/u/3832397/screenshots/February%202011/screenshot.png [15:16] my netbook is honestly, just a phone with a keyboard/big display [15:16] hehe [15:16] i think 1.6 ghz? dual core arm [15:16] gord: so your netbook can make cals? [15:16] *calls [15:17] nigelb, maybe, does have a 3g bit, but the stock android didn't have call support [15:17] the insides are honestly just a cellphone and empty space [15:17] oh, didn't know that. [15:18] http://www.netbooknews.com/wp-content/2010/09/inside-ac100-550x412.jpg the insides [15:18] tis arm, they don't even know how to make things not small ;) [15:18] haha [15:18] nigelb - I can't find a link to the advert - you'll probably come across it at some time soon, though, if you're ofteno n Google AdSense sites [15:19] if they were smart they would of just filled all that empty space with battery, shame really [15:19] heh [15:19] gord: I'm guessing most of your work involving ssh-ing to servers, etc? [15:20] when you work on a window manager, yes, ssh'ing in is rather useful as if you try and gdb compiz from inside a compiz controlled display, things get messy ;) [15:24] gord: also, screen :) [15:27] heh [16:29] duncan [16:29] hello all [16:30] hello [16:32] Hi I seem to have stumbled in here Whilst trying to configure my Web cam :( [16:32] duncan_: I might not be much use, but on the offchance I am (or someone else reads this :) ), what're you trying, what happens, and what do you expect to happen? [16:34] Not sure realy bought the thing to skype with on the windoze but it seems to have a conflic with the Monitor... Thought I might try it on the linux but cant seem to find a suitable driver for it .. [16:35] what model is it? [16:37] SPC230NC it did work but then the monitor stopped displaying. The monitor is fine as iḿ using it now [16:37] Sorry thats a Philips [16:37] duncan_: http://ubuntuforums.org/showthread.php?t=1009490 [16:38] * AlanBell pops out to the shops o/ [16:43] Thanks Alan [17:03] RMS is on tour in the UK in March: http://www.theiet.org/local/emea/europe/richard-stallman.cfm [17:04] Close all doors & windows [17:04] stay inside [17:04] etc.? [17:08] when you say it like that, it just sounds like he is in a band ;) [17:09] http://www.youtube.com/watch?v=gwJJzqSFfXs this band comes to mind, i would imagine him as grandpa dizzy there [17:09] we requested an interview with RMS [17:10] gord: http://www.youtube.com/watch?v=I25UeVXrEHQ [17:10] he said yes under certain conditions [17:10] 1) We refer to GNU/Linux, not Linux. [17:10] 2) We refer to Free Software, not Open Source [17:10] 3) He be allowed to criticise Ubuntu [17:10] 4) We release the show in Ogg format only. [17:10] ... [17:11] lol - At least he sticks to his principles I guess. [17:11] * AlanBell suggested a solution to #4 [17:11] hi [17:12] :) [17:13] AlanBell, out of interest, what was the solution? === Lcawte|Away is now known as Lcawte [17:14] come round and pose the same interview questions to my chickens for the MP3 version [17:14] I'm trying to rip a CD with Sound Juicer/Rhythmbox. MP3 isn't working (the bitrate doesn't keep to what I set) so am using AAC which works fine but is missing tags for the artist and track though they come up in the file and folder names. Any ideas how I can change this? [17:14] grogoreo: the bitrate is variable, with the set value as an average [17:15] grogoreo: this means it can take a few more bits for "hard" parts, and can skip a few on "easy" parts [17:15] giving better quality for the same file size [17:17] fortunately I have a brilliant excuse not to go listen RMS in Cambridge [17:17] I was getting worried I'd be forced to go [17:20] MartijnVdS, but I've set the quality to a high number and even on a long song much alot going on the file size seems low. Also here said there is a problem with gstreamer and lame https://help.ubuntu.com/community/CDRipping [17:21] grogoreo: rip to flac, rhythmbox understands it, and will auto-convert to a format your mp3 player understands :) [17:21] also, it's lossless [17:22] MartijnVdS: I thought we were moving away from Rhythmbox as the default? :-) [17:22] Nafallo: banshee does the same thing [17:22] hmm, that's going to take awhile. I've got a lot of CDs to rip. [17:22] also banshee is buggy [17:22] grogoreo: I have 400, did it in a weekend :) [17:22] you're just showing off! [17:22] no really === terran_ is now known as terran [17:23] MartijnVdS: is it? I've been using it for quite some months with less issues than with rhythmbox now :-) [17:23] Nafallo: it doesn't stop at the end of an album for me [17:23] Nafallo: it keeps looping [17:24] MartijnVdS: hmm. I don't use it that way, but have you tried turning off repeat? :-) [17:24] Nafallo: repeat is off :) [17:24] MartijnVdS: how sure are you about that? ;-) [17:25] very [17:25] checked the source code and verified the button is actually supposed to do something? ;-) === directhe` is now known as directhex [17:41] * brobostigon returns [17:42] * BigRedS linefeeds === ikonia_ is now known as ikonia [17:42] * brobostigon struggles with natty. [17:43] I gave up on natty a couple of weeks a go. I just can't get used to unity [17:44] BigRedS: you can get the old desktop by choosing it from the login screen [17:45] MartijnVdS: ah, the whole point of trying natty was to see if I liked unity :) It's only a VM [17:45] BigRedS: the whole ofgnome, including unity, seems to be taking every opportunity to freeze, die and or more, atevery evailable opportunity. [17:46] brobostigon: yeah, it's stories like that which are putting me off sticking it on real hardware [17:47] BigRedS: so i am on unity-free, and most of the indicators and that stuff wont even loads and or crashes. [17:59] http://podcast.ubuntu-uk.org/ [17:59] blimey, you're quick! [18:04] hmmm. where did the rest of the site go? :-) [18:05] into git :) [18:05] hi [18:05] I need to view a website as if it was rendered in IE but from within ubuntu [18:05] I dont want to use WINE [18:05] are there any other options? [18:06] There's that site that shows screengrabs of what it'd look like in other browsers [18:06] but I can't remember what it's called. Or a virtual machine, but that requires a Windows license [18:07] browsershots.org === g1bwt__ is now known as g1bwt [18:11] great perfect [18:11] thanks guys [18:14] * jacobw bookmarks browsershots.org [18:15] i used to run a server for browsershots [18:15] before it got sold === Lcawte is now known as Lcawte|Away === nik0 is now known as niko [18:34] theres also a plufin for firefox called ie tab [18:34] plugin even oops spelling [18:36] hmm browsershots is having problems resolving the IP of my webserver [18:39] lunchie: that does require an IE install, though, doesnt it? [18:40] does changing your hostname break ubuntu one sync'ing? [18:40] not entirely sure havnt used it in a while, just remebered it when i saw what people were talking about [18:41] it does require an ie installation [18:45] BigRedS, yeah [18:45] i never saw the point in it, why not just load up ie [18:46] ali1234: if you play emulators or games on your N900, have you seen this? http://www.game-gripper.com/product_p/401.htm [18:46] I just bought one for my DZ :D [18:53] nice, but the N900 isn't really any good for emulators [18:53] the combination of X11 and pulseaudio makes it significantly slower than the pandora which uses the same CPU [18:54] hehe [18:54] even the snes emulator does not run at full speed [18:55] ouch, I could run SNES on my G1 easy [18:55] My G2 can do PSX [18:55] doesn't the n900 have acceleration drivers for X11? [18:55] yes, it does [18:55] graphics acceleration does not help emulators very much [18:55] it does when it comes to scaling, which i'm assuming is what your saying is making it slow [18:55] nope [18:56] what is making it slow is no direct pixel access, and no direct sound access [18:57] yeah, no, X11 isn't that slow, for real [18:57] it is on the N900 [18:57] i can see pulse slowing it down though [18:57] does the N900 have more than a 200mhz cpu? [18:57] because the N900 uses compositing [18:58] so if you emulate a framebuffer, like any emulator does, you have to write pixels into sys memory, then copy that to graphics memory, which renders it, then copy it back into system memory so it goes out the video controller [18:59] the result is that any application that needs pixel access can never get more than about 20-25 FPS [18:59] yeah i work on a window manager, i know how they work, it still shouldn't be that slow [19:00] maybe you could fix maemo. oh wait, it's all closed source. never mind then [19:07] ali1234: btw, I've got my G2 running at 1.8ghz now :D [19:08] Evening all === simon__ is now known as SimonMX === SimonMX_ is now known as SimonMX [19:33] got a small porblme here. my digital camera. it used to automount ok but now it doesn't recognise it and it doesn't mount. [19:36] hello. anyone knows the solution? [19:36] nevermind... [19:36] tatie: could try running tail -f /var/log/messages [19:36] or just leaving while waiting a total of 2 minutes [19:36] :P [19:53] Hey guys what's your favourite music player, I am looking for something like winamp on windws with excellent sound quality [19:57] most players use the same underlying playback libraries [20:01] raluxgaza: if you like winamp, check out audacious [20:01] it's very winamp like [20:02] Azelphur, thanks just installed it thanks to other recommendations elsewhere and it's sweet [20:02] :) [20:51] is there a handy way to remove old, no longer needed kernels? [20:51] i seem to have amassed quite a number of them over the years :p [20:58] Is there anything I can use to capture mic in and speaker out for call recording? [21:20] anyone? where are all the pulseaudio fanatics :p [21:20] as to why it needs to be so difficult to record speaker output I have no idea, tried various screencasting tools that are supposed to do it to no avail [21:25] Azelphur: "call recording"? [21:25] popey: yea, I want to make a call with google voice and record it :P [21:26] I want to play "Phone the DoS kiddies parents" [21:27] never done that [21:27] could be hilarious, if not no harm no foul :p [21:27] I believe jack is good at routing speaker output to be recorded [21:27] sounds like a nightmare :( [21:27] might start up a windows VM to do it [21:29] I'd do it in hardware [21:29] popey: how so? [21:29] i.e. use a real phone and speaker phone [21:29] calling USA on a landline >:( [21:30] is cheaper than you think [21:30] AlanBell: not when you consider that my parents are bad about calling local mobiles let alone USA :P [21:30] I could do it from my mobile [21:30] but I have a feeling mobile to usa landline would be very expensive [21:31] \o/ speculation [21:31] indeed [21:31] you could y'know, look this stuff up [21:31] * AlanBell speculates usa rates are lower than landline -> mobile rates [21:31] +1 [21:31] its cheaper to phone the USA from my mobile than it is from my home phone [21:32] weird :p [21:35] I also wouldn't advocate phoning people who you believe may be DDoSing you [21:35] dodgy ground legally [21:35] just a DoS kiddie I iptabled it in seconds [21:36] it'll be some kid with a generic server downing tool [21:36] not distributed, all from one host [21:37] [admin] Ubuntu UK Podcast Series 4 Episode 1 - http://ubuntu-uk.org/2011/02/19/ubuntu-uk-podcast-series-4-episode-1/ [21:39] calling USA costs 70p per minute on t-mobile [21:39] on payg it's 90p per minute [21:41] ouch :P [21:41] £10+ for a phone call doesn't seem like my cup of tea [21:41] hmm. so when is that podcast hitting the mirrors? ;-) [21:41] time to break out the 7 vm I guess [21:42] you're breaking out a windows 7 VM to make a phone call? [21:42] *boggle* [21:42] popey: no other way to record it :/ [21:42] you could always just read the pulseaudio docs [21:42] no other way _you know of_ to record it [21:42] ali1234: I'd like to get this done today as opposed to tomorrow :P [21:42] popey: or anyone else apparently :D [21:43] for maximum amusement call them at like midday here when it is 5am there [21:43] haha [21:43] i know for a fact it is possible [21:43] ali1234: first I just want to have a sensible conversation with $parent to see if I can't get $child repremanded [21:44] if it turns out that $child is actually $adult I'll just give all the information to the /b/ wolves they can have fun with it [21:44] how did you get the number anyway? it could be fake or any number of things [21:44] inb4 not your personal army [21:44] ali1234: DoS attack came from one IP which is a comcast address hosting a small business website [21:45] ali1234: and the same IP was the one playing on the game server giving the threats [21:45] so it's probably not a proxy (playing FPS games through a proxy would suck), but it may well be [21:45] small business website has contact info on it. [21:45] what type of business is it? web design? [21:46] http://RTR-Online.Com [21:47] hmm [21:47] so I figure give it a call ask a few questions it's either an innocent business that's got a security vuln to be aware of, or it's daddies business, or it's the attackers business [21:47] which ever one it is it should end up bad for the attacker so *shrug* [21:50] seems more like it could be an employee of that business [21:51] maybe [21:52] if you get them fired you'll be making a proper enemy [21:53] I like proper enemies they are fun === Revelation is now known as Revalation [23:06] * popey cuddles marxjohnson [23:07] The page is alright, then? ;) [23:07] it's great! [23:08] what's the :) [23:08] damn [23:08] switching channels while typing [23:08] Who's the person who sent us the new design? [23:09] I should dig that name out! [23:09] its the guy behind kazam [23:09] popey? [23:10] https://launchpad.net/~and471 [23:10] him [23:10] cool cheers [23:11] feel free to mail him flowers or something :D [23:11] Just want to make sure we give him lots of credit :-) [23:11] yes, completely! [23:11] glad you mentioned it [23:11] gonna drop him a quick mail to say we're using bits of it [23:12] cool, can you ask him what name/URL he wants us to put? I'll stick it in the footer and the theme's metadata [23:12] wilco [23:18] evening. has anyone here used gfs2 with pacemaker? (yes, I know I've posted in the 'wrong' channel, but the guys over 'there' aren't as chatty) === Azelphur is now known as zz_Azelphur [23:35] n1md4: never heard of either, sorry [23:36] popey: thanks anyway :) Turns out kicking with a quick reboot was enough [23:36] It's to do with cluster failover stuffs [23:36] sounds fun :D [23:36] * popey goes to bed [23:36] ;) === zz_Azelphur is now known as Azelphur [23:49] lol, installing xp on virtualbox, 'time remaining 25min' but going down 1min ever 10ish seconds :D [23:58] night [23:58] n1md4: night dude [23:58] heh! was saying night to popey, but thanks :) [23:58] How you doing?