/srv/irclogs.ubuntu.com/2012/10/22/#ubuntu+1.txt

=== bazhang_ is now known as bazhang
=== Jikan is now known as Jikai
espen77any way to see the "key" for an installed unauthorized package?03:55
BluesKajHiyas all13:13
=== wN_ is now known as wN
fastaHow can I check for the package database being locked?14:43
fastaE.g. is there some dpkg utility which just returns 'yes/no'? I don't care for atomicity.14:44
Picifasta: if /var/lib/dpkg/lock exists iirc.14:50
fastaPici: that's not the only precondition.14:50
IdleOneseems to be the only condition that would matter. All dpkg frontends create that file when in use14:51
* IdleOne puts on a FunnyLookinHat 14:53
IdleOneAlways liked your nick :)14:53
FunnyLookinHatpffttt whatever.14:53
BluesKajIdleOne, are you using server for Canada in the package manager or if not which one ?.... changing the sources.list to raring repos isn't workiong here15:08
IdleOneBluesKaj: yes, ca.archive15:08
IdleOneall I did was change quantal to raring and then did a sudo apt-get update && sudo apt-get dist-upgrade15:09
IdleOnelsb still shows 12.10 but that is probably because of (I can't remember which file) hasn't been updated yet.15:10
BluesKajwhich package manger because muon doesn't allow me to choose a server other than main or server for canada15:10
IdleOneI did it manually.15:10
IdleOnevia terminal15:11
FunnyLookinHathah - sorry connection issues15:12
FunnyLookinHatIdleOne, glad you like it  :D15:12
IdleOneFunnyLookinHat: :)15:12
BluesKajok , I've forgotten the command to change the server from the terminal15:12
BluesKajIdleOne,^15:13
tsimpsonBluesKaj: sudo sed -i 's/quantal/raring/g' /etc/apt/sources.list15:13
tsimpsonalong with the regular "use at your own risk" warning15:13
IdleOneBluesKaj: in Muon > Settings > Configure Software Sources > First tab is Kubuntu Software > Download from, click other.15:14
tsimpsonyou can 's/archive\.ubutnu\.com/my.funky.server/g' too, sed is fun15:14
IdleOneyou should get a list of servers, select the one you want, apply the change or sudo apt-get update && sudo apt-get dist-upgrade15:14
BluesKajIdleOne, it doesn't hold , all I can get is server for Canada , there's no specific server listed after I choose waterloo for example15:16
IdleOneUnder server for Canada it should say Other15:17
IdleOneanyway I am using  http://ca.archive.ubuntu.com/ubuntu/15:17
jpdsOf course, that domain isn't in canada.15:18
IdleOnewhere is it?15:18
jpdsLondon, UK.15:18
IdleOneheh, so I'm using the main server15:19
IdleOnelet me try changing to something local15:19
IdleOneBluesKaj: you're right, it doesn't hold the change15:21
jbichajpds: how do you know where the server is?15:21
jpdsjbicha: I have my ways15:21
IdleOnejbicha: he dusts them weekly :)15:21
IdleOnejpds: is it normal right now that Muon isn't saving the change to a local archive?15:22
jpdsIdleOne: Muon?15:22
IdleOneyeah Muon Update Manager15:22
BluesKajIdleOne, oddly enough it's holding in muon , but it's still updating the repos15:23
jbichajpds: since there are several archive mirrors in Canada, why doesn't Canonical just point that domain to one of them?15:24
IdleOneBluesKaj: also make sure you check the boxes in the Kubuntu Software tab.15:24
IdleOnehmm shouldn't /etc/apt/sources.list be updated when changing the source from the update manager?15:26
IdleOneMuon is now using gpl.savoirfaire but sources.list still shows ca.archive15:27
BluesKajok IdleOne , yeah i did , ..I'm still on quantal in the sources list because sed-ing it to raring didn't help upgrade to 13.0415:27
IdleOnebeats me15:29
IdleOnemaybe the Universe is protecting you from total failure :)15:30
IdleOnethat would mean the Universe doesn't care if I fail :/15:30
IdleOneI hate the Universe!15:30
BluesKajok what's the best command to change the sources.list to raring ? I have one that uses the sed command but the repos don't appear to work when updating/upgrading/distupgrading15:31
IdleOnesudo nano /etc/apt/sources.list15:31
IdleOnedo it manually15:31
IdleOnethat way you see the changes being made and don't have to doubt if sed worked or not.15:32
BluesKajwell , I have a 12.10 backup partition ...this onre is for testing so I'm not  afraid to try stuff15:32
IdleOnealso you would still need to sudo sed ,.,.15:33
BluesKajyeah i tried both methods , so my conclusion is the server didn't have the 13.04 packages15:34
BluesKajIdleOne, but archive.ca has them ?15:36
IdleOnehttp://ca.archive.ubuntu.com/ubuntu/15:37
=== AlexZion is now known as 5JTAAGYA1
=== 5JTAAGYA1 is now known as AlexZion
jpwhitinghey all, I have a problem on my quantal machine,  I am not able to execute a binary in the android ndk17:36
jpwhitingI have removed apparmor a week or so ago, is there something else I need to remove to be able to execute binaries?17:37
bekksjpwhiting: You cant execute binaries for another platform.17:37
jpwhitingfile says the android-ndk arm-linux-gcc is a dynamic elf 32 bit executable17:38
jpwhitingbut ldd says it's not a dynamic executable17:38
jpwhitingbekks: it's an x86 binary, that's part of the android ndk17:38
bekksjpwhiting: What happens when you run it from terminal?17:38
jpwhitingbash says "No such file or directory"17:39
jpwhitingthough I own the file and it has owner and group executable permissions17:39
jpwhitingI checked the md5sum on the android ndk tarball I downloaded too, so it's a valid download17:39
jpwhitingthe permissions are rwxr-x--- and it's owned by me and in my group17:40
jpwhitingI've never seen a binary I own with these permissions not run before17:40
jpwhitingbut this is my first experience with the android ndk also17:41
micahgjpwhiting: quantal support is in #ubuntu now (it's been released)17:41
jpwhitingmicahg: true, ok17:41
bekksWell. "No such file or directory" is pretty obvious.17:41
bekksIt isnt in your path.17:41
jpwhitingbekks: how is it obvious, the file is there, bash even did the completion for me17:41
jpwhitingI did ./arm-linux-androideabi-gcc17:42
jpwhitingfrom within that folder17:42
bekks1022 193801 < jpwhiting> file says the android-ndk arm-linux-gcc is a dynamic elf 32 bit  executable17:42
bekksWhich file do we talk about now?17:42
jpwhitingarm-linux-androideabi-gcc17:42
jpwhitingsorry, I didn't type the whole name when I said that, my bad17:43
micahgjpwhiting: BTW, removing apparmor wholesale is generally a bad idea17:43
bekksthen provide the complete output of "ls -lha ." and "./arm-linux-androideabi-gcc" please, in a pastebin.17:43
jpwhitingmicahg: it was the quickest way to get mysqld to work with my self built kde akonadi17:43
jpwhitingbekks: http://pastebin.com/UZRv2fFu17:44
jpwhitingbtw, thanks for looking into this with me17:44
micahgjpwhiting: putting the mysql profile in complain mode would've sufficed and kept all the other parts of your system protected17:45
bekksjpwhiting: And the output of "./arm-linux-androideabi-gcc", too, please.17:45
jpwhitingbekks: yep, it's at the bottom17:45
jpwhitingah, of running it, one sec17:45
jpwhitinghttp://pastebin.com/FME0DX0n17:46
jpwhitinghttp://stackoverflow.com/questions/12820421/android-ndk-build-error-on-ubuntu-12-10-32-bit seems related, except that the file is there in my case17:50
* jpwhiting extracts a third time with tar -jxf instead of tar -jxpvf17:50
jpwhitingbekks: solved it, apparently I needed the 32 bit libc18:04
jpwhitingnot sure why ldd couldn't tell me that, but meh18:04
jpwhitingthanks for your help18:04
=== danbeck_ is now known as danbeck
BluesKajodd, server ca.archive.ubuntu.com doesn't contain any 12.04 packages unless I'm sill blocked somehow, which seems to be the case ...wonder if some can direct me to a mirror that actually has the packages20:14
Pici!mirrorstatus20:14
ubottuA list of official repository mirrors and their statuses can be found at https://launchpad.net/ubuntu/+archivemirrors20:14
BluesKajcorrection 13.04 packages that is20:14
BluesKajPici, the Canadian and US servers don't appear to have 13.04 in the their repos ... any other suggestions,  launchpad only list up to 12.1020:19
tsimpsonBluesKaj: I see raring in there: http://ca.archive.ubuntu.com/ubuntu/dists/raring/20:19
IdleOne!info python-crypto20:21
ubottupython-crypto (source: python-crypto): cryptographic algorithms and protocols for Python. In component main, is optional. Version 2.6-2 (quantal), package size 344 kB, installed size 1465 kB20:21
IdleOne!info python-crypto raring20:21
ubottu'raring' is not a valid distribution: extras, hardy, hardy-backports, hardy-proposed, kubuntu-backports, kubuntu-experimental, kubuntu-updates, lucid, lucid-backports, lucid-proposed, maverick, maverick-backports, maverick-proposed, medibuntu, natty, natty-backports, natty-proposed, oneiric, oneiric-backports, oneiric-proposed, partner, precise, precise-backports, precise-proposed, quantal, quantal-backports, quantal-proposed, stable, testing, unstable20:21
tsimpsonit doesn't have raring yet, I have to add it sometime ;)20:21
IdleOnewould be nice :)20:21
tsimpson@reload PackageInfo20:30
ubottuThe operation succeeded.20:30
tsimpson!info python-crypto raring20:30
ubottupython-crypto (source: python-crypto): cryptographic algorithms and protocols for Python. In component main, is optional. Version 2.6-2build1 (raring), package size 344 kB, installed size 1465 kB20:30
tsimpsonIdleOne: done :)20:30
IdleOnethank you20:31
IdleOneBluesKaj: ca.archive has that package. Muon just updated it for me20:31
BluesKajca,archive ..is that the full url , IdleOne ?20:34
IdleOneno20:34
IdleOneone sec20:34
IdleOnehere is my /etc/apt/sources.list20:35
IdleOnehttp://paste.ubuntu.com/1298529/20:35
IdleOneerr change the last line to raring20:36
BluesKajIdleOne, yeah mine looks very much the same  , ca.archive.ubuntu.com/ubuntu/dists/20:38
BluesKajoops no dist20:38
IdleOneand when you do dist-upgrade no packages are offered?20:39
BluesKajnope nothing20:41
BluesKajIdleOne, I'll try yours20:42
BluesKajidleone , still nothing ...something is blocking my upgrade to 13,04  , I can feel it in my bones :)20:47
BluesKajbbiab , gotta check the canada post box20:48
FernandoMiguelola20:54
BluesKajhey FernandoMiguel20:55
FernandoMiguelBluesKaj: I did not reboot my laptop last night :)20:56
FernandoMiguelso I can't confirm the release change ehe20:56
BluesKajsomething is blocking my upgrade to 13,04 . FernandoMiguel , Ive tried all the US and Canadian servers and the Main , but the there are no packages offered20:57
FernandoMiguelBluesKaj: you do have it to NON LTS currect ?20:58
BluesKajoh yeah20:58
IdleOneit should be set to normal Releases on the update tab in muon20:59
BluesKajatm I don't have a GUI package manager installed,  using apt-get20:59
FernandoMiguelthat won't work21:00
FernandoMiguelyou need to change the release cycle21:00
BluesKajmuon apper and synaptic didn't work either , the sources.list is changed to raring , for main , restricted. universe and multiverse21:01
BluesKajI've been at this for approx 12 hrs over the last 2 days and I'm not getting anywhere21:02
IdleOneI almost want to ssh into your box and see21:04
BluesKajsorry , I'm not that desperate :)21:04
IdleOneI didn't you were21:04
IdleOnethink*21:04
IdleOnebut it is strange that you are not getting any package upgrades21:05
BluesKajIdleOne, you said that universe is a problem sometimes , what did you mean ?21:06
IdleOneI meant the Universe ( space)21:06
BluesKajoh  ..ok :)21:06
IdleOnenot universe the repos21:06
IdleOne:)21:06
FernandoMiguelahahhaah21:16
FernandoMiguelThe following packages will be upgraded: 34 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Need to get 14,3 MB of archives.21:17
FernandoMiguelsorry to bully you BluesKaj, but it works for me21:17
BluesKajjust reinstalled muon , so that means apt is till looking at quantal sources21:18
BluesKajFernandoMiguel, bully ? ... it's a problem that's solvable , just have to find the offending config file I bet21:20
BluesKajyeah , the sources are all raring in the gui a, but it acts as if the sources are quantal due to the 4 upgrades available , mostly python stuff21:37
IdleOne/etc/os-release just got updated22:00
IdleOnelsb now says 13.0422:00
FernandoMiguelhumm22:08
FernandoMiguelDescription:Ubuntu 12.1022:08
=== viv`d is now known as vivid

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