/srv/irclogs.ubuntu.com/2010/01/22/#ubuntu+1.txt

IDWMasterWelcome back00:01
simba_ty00:02
simba_ohh...btw i have encrypted fs, looking at the chart now00:03
simba_total time with 2 passwords to enter was 40 sed and 56MB/s.....not sure how to read it yet, trying to find where i entered the pass'00:07
IDWMaster143MBPS on mine and 310MBPS00:08
IDWMaster143 on normal and 310 on SSD00:08
IDWMasterBut SSD still boots slower for some reason00:09
IDWMasterMy boot chart is at00:09
IDWMasterhttp://elcnet.servehttp.com/resources/cloud/images/1cc7254e353198408c09735923e1a87fbrian-desktop-lucid-20100121-2.png00:09
simba_http://img402.imageshack.us/img402/6641/simbalucid201001221.png00:12
simba_is that viewable?00:12
IDWMasterYes00:12
IDWMasterLooks like it might be the crypt slowing it down.00:13
IDWMasterOn mine, it's the modem-manager00:14
IDWMasterLooks like modem-manager always takes a while to start00:14
simba_yeah, but that is to be expected...00:14
IDWMasterWhy does modem-manager take so long to start?00:14
IDWMasterThat's what slows mine down too.00:15
IDWMasterSlows yours down quite a bit too.00:15
simba_made for legacy hardware maybe?00:15
IDWMasterI guess. I tried uninstalling the package and it just re-installed itself again.00:16
IDWMasterI marked it for manual deletion. It speeds up startup though.00:16
IDWMasterI'm not sure if it's a good idea to try removing it though.00:16
simba_lol..call it malware :P00:16
IDWMasterIf it re-installs itself it must be needed by other packages.00:16
simba_needed by 3g maybe?00:17
IDWMasterI noticed that IDW sometimes doesn't work without modem-manager either.00:17
IDWMasterI don't have 3G, but I use an IDW connection.00:17
IDWMasterShouldn't really be needed by IDW though.00:17
IDWMasterIDWs just a virtual socket.00:17
IDWMasterI make software for IDW connections.00:18
IDWMasterI can't figure out how to make a package from a Mono project00:18
RAOFWhat sort of package?00:18
IDWMasterA DEB package00:18
simba_i use modem,3g,wifi and wired...all depending on where i am...so i wont remove it00:19
IDWMasterMy project source (I just started working on it, so it's not complete yet) is at https://launchpad.net/universal00:19
IDWMasterI've built a few other complete projects though, and tried making DEB files for them00:19
IDWMasterNot sure how to do it.00:19
simba_you have launchpad account?00:20
IDWMasterYes00:20
RAOFThat depends on how serious you want to be, really.00:20
RAOF!packagingguide00:20
ubottuThe packaging guide is at http://wiki.ubuntu.com/PackagingGuide - See https://wiki.ubuntu.com/UbuntuDevelopment/NewPackages for information on getting a package integrated into Ubuntu - Other developer resources are at https://wiki.ubuntu.com/UbuntuDevelopment - See also !backports00:20
simba_maybe look into making a ppa instead of manualy packing deb's00:20
IDWMasterMono doesn't produce a makefile though.00:20
RAOFThat is the guide for full-on policy-compliant packaging, but there's quite a lot of stuff you won't really need to deal with there.00:20
IDWMasterOK. Thanks00:21
RAOFIDWMaster: Yeah.  You can get Monodevelop to produce makefiles for you, though (they're not wonderful, but they work).00:21
yofelmeh, he's gone already...00:24
yofelthe MOTU folks are usually a good point to go if you have packaging questions...00:24
simba_the MOTU people stay here? http://i.bnet.com/blogs/02hemanr26ip.png (castle of greyskull)00:27
simba_i kinda think of he-man when i hear MOTU00:28
yofelhaha00:30
yofelsimba_: you can find the MOTU folks in #ubuntu-motu00:30
alex_mayorga!firefox02:29
ubottufirefox is the default web-browser on Ubuntu. To install the latest version, see https://help.ubuntu.com/community/FirefoxNewVersion Installing plugins: https://wiki.ubuntu.com/FirefoxPlugins - See also !firefox-3.502:29
alex_mayorga!firefox-3.602:37
dabukalamHi. I have a jaunty server which is running fine, but i'm trying to install some lucid packages on there, and i'm having some difficulties.03:18
dabukalamI'm trying to install tranmission 1.80 beta, but it has some dependencies which i have to install which I can't get through apt-get03:19
onetinsoldieryou can get packages at http://packages.ubuntu.com/03:20
onetinsoldierhowever!....03:20
onetinsoldieryou could end up finding yourself ending up on so many dependencies that you eventually end up with.. lucid03:21
dabukalamhehe03:21
dabukalamthe problem with downloading packages, is each package has 10 or 15 dependencies, and each dependency has 10 or 15 itself03:22
dabukalamso it takes ages03:22
onetinsoldieryou'll try to install what this needs, only to find it requires something else. and so on, and son03:22
dabukalamis there no way to automate the process03:22
onetinsoldierthat was what i meant. you try to installed something for lucid... you end up with lucid03:22
dabukalamcan i not add the lucid repo to sources.list, and just apt-get that package03:23
onetinsoldierit comes down to 'libc6'03:23
dabukalami only need 2 packages03:23
dabukalamlibssl0.9.803:23
dabukalamand libevent-1.4-203:23
onetinsoldierprograms that are compiled with the version of libc6 in lucid, are going to end up needing that version of libc6 installed on the system03:24
onetinsoldierwhich means.. installing lucid03:24
dabukalamdo those two packages require libc6?03:24
onetinsoldieryou can find out with a an apt-cache command03:24
onetinsoldiererrr, hang on03:25
onetinsoldieri was trying to see if there's a dpkg command that shows the depends03:26
dabukalamand?03:27
RAOF*Everything* requires libc6.03:27
RAOFWell, almost everything.  It's the C runtime library.03:27
dabukalambut i'm not so sure those two packages are lucid only03:28
RAOFdabukalam: Installing Lucid packages on Jaunty will only lead to pain.03:28
RAOFHowever, there is a solution: rebuild the Lucid packages against Jaunty.03:28
dabukalamyou mean by getting the sources and building them?03:29
onetinsoldierdabukalam: in this case, the way to get what you want installed on your system is to, download the source, then compile and install it. that way, it gets compiled with the version of libc6 that you have03:29
tvrotsurbrain!ops03:31
ubottuHelp! Channel emergency! (ONLY use this trigger in emergencies) -  elky, Madpilot, tritium, Nalioth, tonyyarusso, PriceChild, Amaranth, jrib, Myrtti, mneptok, Pici, Jack_Sparrow, jpds, bazhang, jussi01, Flannel or ikonia!03:31
dabukalamit can't be that complicated03:31
RAOFdabukalam: Exactly.  You can moderately automate this process with pbuilder.03:31
Amaranth*sigh*03:31
dabukalamThe transmission site (http://www.transmissionbt.com/download.php) shows 1.80 to be the latest release. Shouldn't there be a package for ubuntu?03:32
onetinsoldieri found command to show the depends of a package --> dpkg-deb -I <package.deb>03:32
dabukalambecause i downloaded and installed transmission-common 1.80 and basically broke transmission.03:33
onetinsoldierdabukalam: check out the 'checkinstall' program if you want. it's what i use to install download source tarballs. it builds a debian package(.deb) --> apt-cache show checkinstall03:37
dabukalam_RAOF, So how do I go about installing http://www.transmissionbt.com/download.ph03:37
onetinsoldierdabukalam: check out the 'checkinstall' program if you want. it's what i use to install downloaded* source tarballs. it builds a debian package(.deb) --> apt-cache show checkinstall03:37
dabukalam_onetinsoldier, it can't be this complicated03:37
onetinsoldieruse the source luke!03:38
dabukalam_i'm sure there's an easier way for such a mainstream app03:38
onetinsoldierwould you like me to take you through compiling it?03:39
dabukalam_onetinsoldier: that would be nice. Can you give me 5 mins though?03:39
onetinsoldiersure03:39
onetinsoldieri'll be afk for 5 also, cheers03:39
onetinsoldierok, back now03:45
dabukalam_question03:46
onetinsoldieryes?03:47
dabukalam_if i installed something from a package, how can i remove it?03:47
dabukalam_dkpg -r?03:47
onetinsoldierlet me say, this will be considered ot, so we should take it to #ubuntu-ot or via PM03:47
DanaGhmm, I still think it might be nice to have an !ops command that just lists ops... and an !ops! command that pings them.04:24
nhandlerDanaG: You can view the OPs by doing: /msg chanserv access #ubuntu+1 list (OPs have +o)04:24
tsimpsonor just /msg ubottu ops-#ubuntu+104:25
DanaGThat's non-obvious, though.  =þ04:25
tsimpsonthough the access list is more up-to-date04:25
* DanaG also wonders: if you did /msg ubottu ops .... would that have the same effect as in the channel? Better to ask than to try. =þ04:26
nhandlerDanaG: The access list method works for any channel on freenode. It does not rely on ubottu (or any ubottu clone)04:26
tsimpsonDanaG: /msg'ing ubottu is safe04:26
tsimpsonalso, how can you list the ops without pinging them? ;)04:27
DanaGnhandler answered that.04:28
DanaG04:28
tsimpsonI mean a bot command, like you said04:28
nhandlertsimpson: It would have to send its response as a /notice or PM to the user instead of sending it to the channel04:29
tsimpsonmaybe, but that wouldn't help those of us who have that specific command on highlight :)04:29
vishwould !ops > user work?04:30
vish!schedule > vish04:30
ubottuvish, please see my private message04:30
tsimpsondepends what you mean by "work"04:30
vishtsimpson: for DanaG's scenario ;)04:31
tsimpsonprobably, but it'll still highlight most operators04:31
DanaGOr have the default ops list to PM, and make the "help!!!!" variant do the ping.04:32
tsimpsonwe tend to have that trigger on highlight in case ubottu disappears for some reason (eg: netsplit or server issues)04:32
DanaGhmm, why not leave ops status on?04:32
vishah..04:32
DanaGThat's one thing I've wondered.04:32
tsimpsonDanaG: that would add complexity, complexity adds confusing, during a channel emergency complexity and confusion are bad :)04:33
tsimpsons/ing/ion/04:33
tsimpsonit has been ! ops for so long, that changing to it anything else would cause more problems than it would solve04:34
tsimpsonDanaG: we don't stay +o because freenode recommend against it and we agree with them on that04:36
DanaGanother idea: have !ops be delayed by, say, 3/4 second... and have it only ping if the person doesn't say some "cancel ping" trigger.04:38
DanaG04:38
DanaGeh. perhaps more hassle than it's worth.04:39
tsimpsona lot of hassle, and most of the time it's uses it's an emergency, so a delay is not a good thing04:40
alex_mayorgaanyone out there running boxee on lucid?04:54
onetinsoldieralex_mayorga: i'm running lucid05:05
alex_mayorgaontinsoldier, and boxee.tv ?05:06
onetinsoldieroh05:09
onetinsoldierno.. sorry05:09
DanaGargh, xorg segfault.05:21
onetinsoldierbummer05:22
onetinsoldieri'm going... arrghh, no opengl 3d acceleration over here! hehe05:23
DanaGhttp://pastebin.com/f76d9ba2405:30
DanaGhttp://pastebin.com/f267414ef05:35
DanaGyay for NoTrapSignals.05:41
DanaGNow I can report my Xorg crash.05:41
=== zniavre_ is now known as zniavre
=== deegee_1 is now known as deegee
BUGabundo_remoteyawn o/08:57
=== virtuald_ is now known as virtuald
=== arand_ is now known as arand
BUGabundo_remotebjsnider: you keep your flash 64 PPA ?11:57
BUGabundo_remotewill you keep it updated?11:57
=== BUGabundo_remote is now known as BUGabundo_lunch
=== BUGabundo_lunch is now known as BUGabundo_work
BUGabundo_remoteFYI13:55
BUGabundo_remote(01:53:50 PM) asac: or in lucid tonight ;)13:55
BUGabundo_remote(01:54:03 PM) ***asac will throw the bomb in today -- almost official13:55
BUGabundo_remote(01:54:18 PM) asac: together with chromium ;)13:55
BUGabundo_remote(01:54:19 PM) asac: bang!13:55
virkanghi there13:56
virkangcould someone tell me if there will be a pre-installed  backup solution in Lucid ?13:56
arandvirkang: I don't think by default, since there seems to be no relevant blueprint https://blueprints.launchpad.net/ubuntu/lucid , but I don't know if http://www.unixmen.com/news-today/561-ubuntu-1004-lts-lucid-may-include-a-backup-tool-by-default knows something launchpad doesn't... I've not heard anything about it before now though...14:00
virkangarand, thx ! did you heard of a long term roadmap about backups in ubuntu desktop ?14:02
arandvirkang: Not really no, it'd be a logical step, I'm not sure how much backup integration is going into U1 for example..14:04
virkangarand, I ask you that, because i'd like to be part of the community, and launch such a project14:06
virkangI have the will and motivation to do it, but not yet the technical skills14:07
virkangfor the moment I learn Python14:07
virkangand afterwards, i'd like to learn how to develop in Ubuntu14:08
arandvirkang: Ah, I'm probably not the right person for dev involvement, I'm but a user who tests +1. There are https://wiki.ubuntu.com/UbuntuDevelopment which I think has a bunch of pointer on where to start on getting into development..14:10
virkangarand, thx for the tip !14:11
arandIf you have specific questions there's always #ubuntu-motu and #ubuntu-dev14:11
BUGabundo_remotecan anyone confirm please: http://code.google.com/p/microblog-purple/issues/detail?id=17414:24
=== dto1 is now known as dto
geniiSo about 1 hour 15min until -meeting ?14:43
=== arand_ is now known as arand
BUGabundo_remoteHELP!!!!!15:47
BUGabundo_remote:(15:47
* acicula throws BUGabundo_remote a lifeline15:47
BUGabundo_remoteacicula: you know an alternative to MSFT Visio?15:49
BUGabundo_remoteif I need to use it one more hour, I'm blasting my brain outs15:49
BUGabundo_remoteand don't say DIA15:49
aciculano :(15:49
acicula<--visio15:49
aciculawell appearantly you can do stuff in tex but idunno, i can barely draw schemas using just squares15:50
BUGabundo_remotethanks anyway15:52
* BUGabundo_remote returns to head desking15:53
=== yofel_ is now known as yofel
nysosymhi there17:25
alex_hi everyone!17:36
alex_is it me or is there a dependency problem with libmono-zeroconf1.0-cil, libnotify0.4-cil and libtaglib2.0-cil ?17:37
yofelalex_: checking, didn't check for updates today yet17:38
onetinsoldieralex_: hi. what do you have installed that depends on these? i can try installing it17:41
alex_i'm trying to install banshee17:41
onetinsoldieralex_: roger. i don't know what that is, but i hear you17:42
yofelbashee installs fine here, no conflict [german mirror]17:42
onetinsoldierjust looked at what banshee is.. cool17:42
onetinsoldieralex_: might help if we could see an error from a command such as... apt-get -f install17:43
alex_onetinsoldier, sry, it's in French http://pastebin.com/d5e55591517:49
alex_and i've got today updates, of course17:55
om26erthere is no reboot/shutdown/logout confirmation message is this a bug or its the expected behavior?18:09
onetinsoldieralex_: sorry. was afk there for a while. if you're still here, i'll have a look18:11
alex_onetinsoldier, no prob :)18:11
* om26er still looks for the anwer18:11
onetinsoldieralex_: hmmm, a little hard for me to read the french. try...18:14
onetinsoldieralex_: sudo aptitude update && sudo aptitude safe-upgrade18:15
alex_onetinsoldier, hum, still the same error message :(18:16
onetinsoldier:-|18:17
onetinsoldieralex_: i'm not really sure it's a 'dependency' problem18:18
onetinsoldieri need the french translated18:20
alex_onetinsoldier, ok i'll try18:20
onetinsoldierlet me see if i can find a website that will translate it18:21
onetinsoldieralex_: ok, i got it translated. hang on18:22
alex_onetinsoldier, thank you :)18:22
onetinsoldieralex_: you're welcome. it's not a dependency problem18:23
onetinsoldieralex_: if you're ready, i'll have you try some things again18:24
alex_onetinsoldier, sure, of course :)18:24
alex_thank you very much for your help18:24
onetinsoldieralex_: sudo dpkg --purge --force-depends libmono-zeroconf1.0-cil libnotify0.4-cil libtaglib2.0-cil18:25
DanaGhmm, anyone know how to encrypt home on an already-installed system?18:25
jorgenhi all18:26
onetinsoldierhi jorgen18:26
jorgenis it just me or is amarok currently unusable? ;)18:26
onetinsoldieralex_: you may just get the same problem, but lets try installing one package at a time...18:27
alex_onetinsoldier, http://pastebin.com/d2db0698618:27
onetinsoldieralex_: did you do the dpkg command i gave you yet?18:27
onetinsoldieralex_: ok, hang on18:27
vishom26er: are you asking about the options from the top menu ?18:27
jorgenlet me ask another q then, does it help to file bug reports for alpha2 ?18:28
vishom26er: i'v seen them disappear  , at random , it has something to do with session or gdm ..18:28
onetinsoldieralex_: ok, i think this is going to take what i would call some 'surgery'. it may take a while, and i can't be sure i can get it fixed. but i can try. do you have time?18:29
vishjorgen: definitely!18:29
om26ervish, no when i click shutdown it shutsdown without any confirmation18:29
jorgenok then vish.. launchpad i guess?18:29
vishjorgen: without bugs , we would never know if anything went wrong with an update ;)18:29
vishjorgen: yes , just do $ubuntu-bug PACKAGE_NAME18:29
vishom26er: hmm , weird , not sure18:30
jorgenhope i remember my password, it has been a while ;)18:30
alex_onetinsoldier, i do, but don't worry ... I just wanted to know if it was a real dependency prob affecting everyone, if it's just a prob with my machine, i don't want you to waste your time. If you do have time, then great :) it's very kind of you18:30
onetinsoldieralex_: i'm pretty sure i have the time. i'm a little rusty at this, but i can try. i have time18:31
alex_onetinsoldier, great thanks18:31
onetinsoldieralex_: you'18:31
onetinsoldieralex_: you're welcome18:31
onetinsoldieralex_: ok, here we go... --> cd /var/lib/dpkg18:32
jorgenlol, ubuntu-bug even crashes :)18:32
onetinsoldieralex_: sudo cp -v status status.backup18:32
alex_onetinsoldier, yup18:33
onetinsoldieralex_: ok, now you need to open up that file with a text editor(the 'status' file)18:34
alex_yup18:35
DanaGI don't need resistance to brute-force; just resistance to casual snooping by other users.18:35
DanaGfor my encryption.18:35
onetinsoldieralex_: ok, hang on a minute please18:36
onetinsoldieralex_: sorry, keep waiting. it's been quite a while since i've done this18:38
alex_onetinsoldier, don't worry no prob :)18:39
onetinsoldieralex_: cool, thanks18:39
onetinsoldieralex_: i need probably need you to do a little experimenting.... anyway, search inside that file on for the following string --> Package: libmono-zeroconf1.0-cil18:42
alex_onetinsoldier, http://pastebin.com/m2f63a39f18:44
onetinsoldieralex_: when it finds it, what does the 'Status' line look like? the 'Status' line shoiuld be right below the 'Package' line. it will look something like this --> Status: install ok installed18:44
onetinsoldieralex_: ok, roger18:45
onetinsoldieralex_: i need you to edit the 'Status' line... edit it to make it like the following --> Status: purge ok not-installed18:45
alex_ok18:46
alex_yup18:46
onetinsoldieralex_: ok, now. save the file18:46
onetinsoldieryou can leave it open in the editor, but save it.18:46
alex_yup18:47
onetinsoldieralex_: ok, now try --> sudo apt-get install libmono-zeroconf1.0-cil18:47
onetinsoldieralex_: and tell me what happens!18:47
alex_onetinsoldier, hum seems to work :)18:48
onetinsoldieralex_: awesome! now we need to fix the other 2 packages.. you ready to do that?18:49
onetinsoldieralex_: if you stil have the status file open, close it and repoen it(refresh it)18:49
alex_onetinsoldier, yeah i can do that no prob18:49
onetinsoldierreopen*18:49
alex_yeah gedit does that automatically18:49
alex_i'll do the same with the two other packages18:50
onetinsoldieralex_: cool.. ready now?18:50
onetinsoldieralex_: search inside the file for --> Package: libnotify0.4-cil18:51
alex_onetinsoldier, yup i've done them18:51
onetinsoldieralex_: cool18:51
onetinsoldieralex_: have you tried --> sudo apt-get -f install  ...?18:52
onetinsoldieror... sudo apt-get install libnotify0.4-cil libtaglib2.0-cil18:52
alex_onetinsoldier, there both install great!18:53
alex_now it won't install banshee18:53
alex_i'll try the same thing18:53
onetinsoldieralex_: let me see the error18:53
duffydackadding files to cd/dvd creator and hitting `write to disc` quits the program18:55
alex_onetinsoldier, should i set banshee status to not-installed as well ?18:58
onetinsoldieralex_: i'd need to see the error message18:58
onetinsoldieralex_: but you can set it to not-installed... it shouldn't hurt anything if you do18:59
alex_onetinsoldier, i've set it to non-installed http://pastebin.com/m38cd340619:03
onetinsoldieralex_: you must have made a 'typo' in the /var/lib/dpkg/status file...19:04
alex_strange because i didn't change to configured-version line19:05
onetinsoldieralex_: you must be very careful when editing this file. it's a dangerous file to 'just play around' with. however, you can be a lot safer with playing around with it as a long as you make a backup of the file before you start editing it.19:06
alex_onetinsoldier, http://pastebin.com/m44be2c7f19:06
onetinsoldieralex_: try making the Status line to --> Status: purge ok not-installed19:08
onetinsoldieralex_: then try --> sudo aptitude install banshee19:08
alex_onetinsoldier, same "configured version" problem19:10
onetinsoldierhmmm19:10
onetinsoldierare you sure you save the file after editing it?19:11
onetinsoldierare you sure you saved* the file after editing it?19:12
alex_onetinsoldier, yup, sure19:13
duffydackjust installed fglrx from hardware drivers and I get an error saying cant find driver upon boot.. have to use low res to boot19:14
onetinsoldieralex_: what happens if you run --> sudo aptitude19:15
onetinsoldieralex_: then press 'g' key while your in aptitude19:15
alex_onetinsoldier, wants to uninstalled the three packages we just installed and libboo219:17
alex_uninstall*19:17
onetinsoldierroger... press 'q' once19:17
onetinsoldierthen press '/' key and search on banshee19:17
alex_roger that19:18
onetinsoldierdid it take you to the banshee package?19:18
alex_no, to banshee-extension-alarm19:18
onetinsoldierok, press the / key again and press enter. keep doing that untill you are to the banshee package19:19
alex_ok done19:20
onetinsoldierok.. now, with the banshee package highlighted in there.. press the '+' key on your keyboard to tell aptitude to add banshee as a package that you want to install19:21
alex_ok19:22
onetinsoldierpress Shit + = (for the '+' key)19:22
onetinsoldierok... now press 'g' key19:22
onetinsoldierwhat happens?19:22
onetinsoldieroops19:22
onetinsoldierpress Shift + = (for the '+' key)19:22
alex_after g ?19:23
onetinsoldierno19:23
onetinsoldieri just wanted to clear up my, ahem, typo there19:23
onetinsoldierok, so you added the banshee package to aptitude, then press 'g'19:24
alex_yup19:24
onetinsoldierthen... press 'g' again if it looks all good19:24
onetinsoldierthat will install! pressing 'g' the second time19:24
alex_still the configured version prob :(19:24
onetinsoldierdang19:25
onetinsoldierexit out of aptitude. show me in one line on here...19:26
onetinsoldierwhat the Status line is for banshee in the /var/lib/dpkg/status file19:26
onetinsoldieralex_: open the file fresh and new before you show me... if you can please19:27
alex_Status:  purge ok not-installed19:28
alex_hum19:28
onetinsoldieralex_: it's possible i may see the problem19:29
onetinsoldieralex_: i'm not sure, but i think i see the problem19:29
alex_what is it?19:30
onetinsoldieralex_: do you have 2 spaces between 'Status:' and --> purge ok not-installed19:30
onetinsoldier?19:30
alex_onetinsoldier, haha yeah, you're really :)19:31
onetinsoldieralex_: is it working ok now?19:31
alex_onetinsoldier, uh no still the same error19:32
onetinsoldierarrrghh19:32
onetinsoldieralex_: ok, try changing the status to --> install ok installed19:34
onetinsoldieralex_: then run --> sudo apt-get -f install19:34
onetinsoldieralex_: and tell me if you get any errors19:35
alex_onetinsoldier, no, no errors19:35
onetinsoldieralex_: ok, now --> sudo dpkg -r banshee19:36
onetinsoldieralex_: tell me if that command goes ok19:36
alex_still same configured version problem19:36
onetinsoldieralex_: strange. try --> sudo apt-get install --reinstall --force-yes banshee19:37
alex_onetinsoldier, same error msg19:39
onetinsoldieralex_: make a backup file of the current /var/lib/dpkg/status file19:39
alex_yup19:40
onetinsoldieralex_: then open up a fresh and new instance of your text editor19:40
alex_yup19:40
onetinsoldieralex_: then let's edit that file /var/lib.dpkg/status19:41
onetinsoldieralex_: i want you to remove the banshee package entry from the file19:41
alex_which one? the new backup ?19:41
onetinsoldieralex_: the entire section for that package19:41
alex_oh sorry i get it19:41
onetinsoldierno... the 'status' file itself19:41
onetinsoldierthen... save the changes19:42
DanaG1weird.... my touchpad supports multitouch in windows, but not in Linux.19:42
alex_ok19:42
onetinsoldierthen.. sudo aptitude update19:42
onetinsoldieralex_: then --> sudo aptitude install banshee19:43
alex_onetinsoldier, it works !!!!19:44
alex_onetinsoldier, thank you so much mate :)19:44
alex_onetinsoldier, i wish i could buy you a beer :)19:44
onetinsoldieralex_: cheers :-)19:44
alex_thanks :)19:45
alex_have a good evening :)19:45
alex_bye!19:45
onetinsoldieryou're welcome :-)19:45
onetinsoldiertake care, bye19:45
duffydackgot a new laptop and the writer (which works 100% in windows) detects fine in all programs, can read fine, wont write past the lead-in without error.. doesnt work in 9.10 either, so i`m hoping to get it dealt with for the final  of lucid.  I hate having to boot windows to burn.19:46
=== DanaG1 is now known as DanaG
bjsniderduffydack, what kind of discs are you trying to write? i have a problem that i think is a flaw in karmic where dvd-rw discs cannot be written to19:49
duffydackbjsnider, Ive tried dvd-r, dvd+r and dvd-rw.19:51
duffydackbjsnider, I`m not the only one with the same/similar model drive..  It can blank discs fine tho.19:52
duffydackhttp://pastebin.com/m5cb8bde619:52
duffydackoutput from cd/dvd creator (brasero?)19:53
duffydack'HL-DT-ST' 'DVD+-RW GA11N   ' 'A102' Removable CD-ROM19:54
duffydacklaptop upto date bios, writer latest fw19:55
duffydackI have tried gnomebaker, k3b, cdrecord, geniso, imgburn in wine.  Hope it can be fixed for next release.19:55
=== Floops[w]1 is now known as Fringe
bjsnidermine is fine unless i try to blank an rw and then write it20:00
komputesI am having an issue running ubiquity from my 10.04 desktop installation20:23
duffydackis there anyone in here who is dealing with cd/dvd drives?20:38
duffydacklike someone officia20:39
duffydacklike crimson for audio etc.20:39
Spirits-Sightdoes the gnome-shell work yet? in 10.0420:42
aciculait worked in karmic already20:46
acicula*works20:46
sistpotyany k9copy users around? I intent to upload a new upstream version soonish, but wouldn't know too much how to test it, so any guinea pigs welcome20:48
wm_im running lucid, i did an apt-get update last night, shut machine down, i come in today and try to boot machine and its stuck at "Starting init crypto disks" .  what am i doing wrong ?20:49
=== luis__lopez is now known as luis_lopez
=== ikt is now known as ikt|sleep
xguruwm_: I had that issue trying to install a fresh copy of the OS from a daily build.  I then did the update-d and everything worked fine.  I'll look around and see what i can find.21:39
xguruwm_: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/499399  <--  is this what your suffering from?21:49
ubottuUbuntu bug 499399 in linux "unable to install or start as live-cd daily build 22.12.09 Lucid" [High,Triaged]21:49
BUGabundohumm21:50
BUGabundoaptitude is launching it self in background ....21:50
BUGabundoand restarts after I kill it :\\21:50
* xguru foresees a headache21:51
aciculaaptitude demands you update to 3.6.121:51
aciculatout suite21:51
aciculaand will rise from the dead to do it21:51
aciculaits a macabre festival in your pc21:52
aciculaBUGabundo: sure its not trying to update itself, automated security updates that are enabled ?21:52
BUGabundomaybe21:53
BUGabundolet me check the auto upgrade stuff21:53
BUGabundoUnattended-Upgrade::Allowed-Origins {21:54
BUGabundo"Ubuntu lucid-security";21:54
BUGabundoand since there isn't suck pocket, its very strange it would even try to do anyting on it own21:55
BUGabundoYAY21:57
BUGabundonow I know why my external e-sata disk is corrupting data21:57
BUGabundoits not syncing when I eject it :(21:57
BUGabundoat least nautilus no longer crashes when I'm moving files to external disk :DDD21:58
* BUGabundo bets it was dropbox plugin21:58
acicularight21:59
aciculaapropos dropbox?21:59
* yofel wants a shotgun for thos CTCP spammers *-.-21:59
* BUGabundo pickes up Visio rifle, and hands it to yofel22:01
* BUGabundo ducks behind the table22:01
aciculanawh they post links to nice malware22:01
BUGabundoSHOOT WAY22:01
bjsnidervisio rifle? what caliber is that?22:01
aciculaknown stuff but always interesting22:02
wm_xguru: looks like it.  how do i fix ?22:02
* yofel thanks BUGabundo22:02
BUGabundobjsnider: the biggest I could find in your house.... I was going mad today with it....22:02
aciculavisio shoots clippy shells22:03
xguruwm_: Its been filed as a bug and no one is assigned to fix it.....all i know to do is wait22:03
* yofel hands the shotgun back to BUGabundo22:04
* yofel feels better now :)22:04
bjsnideri'm not seeing this spam for some reason22:05
xguruanyone know if OOo has fully released its new 3.2?  I heard that it was do out sometime this month22:05
txeshi! yesterday I upgraded my dekstop (kubuntu 9.10 with kde 4.4rc1 and fglrx driver from ATI site)... today after restart I get black screen... anybody know which packet is broken?22:12
xhcyYour machine has been infected by the recent spam attacks - visit http://www2.freenode.pl/ for a quick and easy solution!22:32
xhcyYour machine has been infected by the recent spam attacks - visit http://www2.freenode.pl/ for a quick and easy solution!22:32
xhcyYour machine has been infected by the recent spam attacks - visit http://www2.freenode.pl/ for a quick and easy solution!22:32
xhcyYour machine has been infected by the recent spam attacks - visit http://www2.freenode.pl/ for a quick and easy solution!22:32
xhcyYour machine has been infected by the recent spam attacks - visit http://www2.freenode.pl/ for a quick and easy solution!22:32
xhcyYour machine has been infected by the recent spam attacks - visit http://www2.freenode.pl/ for a quick and easy solution!22:32
geniiGood riddance22:32
macoDO NOT CLICK!22:32
* genii twitches but resists clicking22:33
acicula*i wonder what this exe does*22:33
duffydacklol22:34
duffydackclicked it22:34
duffydackit was opening browser windows all over the place...22:34
DanaGhope you're using a guest-session for that.22:34
duffydacknope22:35
bjsniderwell, i guess you're now part of a spambot22:36
bjsniderif you get an angry letter from your isp you'll know22:36
duffydackhow would it do that to me..22:37
aciculait would have to target ubuntu first22:38
duffydacki closed the windows as they opened and didnt download any file or run it..  im quite confident i`m ok.. but ya never know I guess22:39
aciculawell for some attacks just opening the page/clicking the link is sufficient22:39
tsimpsonit's a javascript exploit22:39
aciculatargetting what platform22:40
bjsniderall platforms run javascript22:40
aciculaactually there was a recent post on how to get around NX/ALSR without PIE on unix22:40
bjsniderit could get in through wine if it's an exe22:41
aciculayeah but the javascript is ussually used to use a vulnerability and get some code injected22:41
aciculathat requires very platform specific information and the absense and/or availability of certain libraries/protections22:41
aciculasee the broadcast, thats quite nifty, sending irc spam22:48
Sarvatt* iqlrmvfe (n=gygobzaw@adsl-83-100-239-132.karoo.KCOM.COM) has joined #ubuntu-desktop22:53
Sarvattlooks like you spammed #ubuntu-desktop at least duffydack22:53
duffydackoh noes22:54
duffydacki`ll reset the router, reboot..22:55
aciculaa noscript non believer spotted22:55
DanaG<!-- This site "<removed url that guy linked to>" is using the free URL redirection service at http://freedns.afraid.org/ -->22:56
DanaG<!-- The real (cloaked URL) site can be found directly at <different url I won't paste> -->22:56
DanaGused wget and renamed to txt.22:56
DanaGsomebody report that dude.22:57
DanaGi'll do it.23:00
CosmiChaosHow to stop the applet "General Settings for accessibility" from automatically starting up in lucid?23:01
aciculavia startup manager under preferences?23:08

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