[00:48] I am in need of real help [00:48] does any one want to take on a quest/ [00:49] sometimes when i go to install a program through ubuntu installation center it stalls, same with apt-get then i have to erase lock files and then issue a apt-get --configure -a [00:49] any ideas? [00:49] I am on meerkat x86 [00:50] If anyone can answer this bug you are a god because no one can give any good answers [00:50] I just want to install through apt-get like normal again please help [00:51] come on this is the bugs channel you guys have to have the answers? [00:51] hey we normally just deal with the bugs [00:52] technically support is #ubuntu [00:52] but still, hmm [00:52] sorry [00:52] ubuntu cant answer anything either [00:52] so you do something like apt-get install hello and it just hangs? [00:52] right [00:52] hmm [00:52] anything in dmesg? [00:52] one sec [00:54] this package hanged on ubuntu software center and gives this --> The package teamviewer6 needs to be reinstalled, but I can't find an archive for it. [00:54] I do a sudo apt-get remove --purge and then it says rm -r locks and then it says do a apt-get --configure -a and then it works [00:54] but that is really anoying [00:55] and its not just .deb files its also just apt-get files too [00:57] sudo dpkg -i teamviewer_linux.deb (Reading database ... dpkg: warning: files list file for package `teamviewer6' missing, assuming package has no files currently installed.(Reading database ... 224486 files and directories currently installed.)Preparing to replace teamviewer6 6.0.9224 (using teamviewer_linux.deb) ...Unpacking replacement teamviewer6 ... [00:57] HUNG [00:57] HUNG [00:57] it will stay there forever [00:57] try removing teamviewer6? [00:57] watch this [00:57] I will give output [00:58] first off I have to actually close the terminal because I cant even press ctrl c [00:58] jshmoe24: Don't do that too often unless it's the only way - a lot of these problems tend to come from dpkg being killed in the middle, and it only gets worse [00:59] it is the only way tho [00:59] E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable) [00:59] E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it? [00:59] jshmoe24@HP-640-Inkjet:~$ [00:59] then i erase the locks, then it says to do a sudo apt-get --configure -a [00:59] and that is anoying [00:59] do a ps just to see if there are any other dpkg's or apt's still running? [00:59] ok one sec [01:00] PID TTY TIME CMD [01:00] 2842 pts/2 00:00:00 bash [01:00] 2863 pts/2 00:00:00 ps [01:00] nothing [01:00] wierd huh [01:01] ps aux | grep dpkg | grep apt | grep -v grep [01:01] I never liked ubuntu installation center to begin with I am a apt-get guy [01:01] ok one sec mythos [01:01] no output [01:01] nothing at all [01:02] erm .. try it without the apt part ^^" [01:02] what do you mean? [01:02] I did the ps aux by it self [01:02] ah ok [01:02] and got no output [01:02] wierd huh [01:03] everytime this happens I have to do a --> sudo rm -r /var/lib/dpkg/lock first [01:03] then [01:03] then this --> E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem. [01:04] then [01:04] this happens [01:04] E: The package teamviewer6 needs to be reinstalled, but I can't find an archive for it. [01:04] jshmoe24: Stop a sec [01:04] lsof | grep dpkg ... should show you the process [01:04] ok [01:04] one sec i will try [01:05] lsof | grep dpkg [01:05] dpkg 2498 root cwd unknown /proc/2498/cwd (readlink: Permission denied) [01:05] dpkg 2498 root rtd unknown /proc/2498/root (readlink: Permission denied) [01:05] dpkg 2498 root txt unknown /proc/2498/exe (readlink: Permission denied) [01:05] dpkg 2498 root NOFD /proc/2498/fd (opendir: Permission denied) [01:05] dpkg 2824 root cwd unknown /proc/2824/cwd (readlink: Permission denied) [01:05] dpkg 2824 root rtd unknown /proc/2824/root (readlink: Permission denied) [01:05] dpkg 2824 root txt unknown /proc/2824/exe (readlink: Permission denied) [01:05] dpkg 2824 root NOFD /proc/2824/fd (opendir: Permission denied) [01:05] what do you think? [01:05] you shoud use a paste bin ! [01:05] kill all those dpkgs? [01:06] well there are only two 2824, and 2498 [01:06] right [01:06] do you think those are the hung dpkgs? [01:06] cat /proc/2824/cmdline [01:06] one sec [01:07] nothing [01:07] wait [01:07] i did it again [01:07] and i got this [01:08] dpkg-iteamviewer_linux.debjshmoe24@HP-640-Inkjet:~$ w [01:08] is there a way to use dpkg to uninstall a flawed .deb install through dpkg? [01:12] dpkg -r packagename ... i guess ;) [01:12] just tried it says its in a bad state [01:14] force it ^^ [01:14] by doing dpkg --force teamviewer* [01:14] right? [01:15] didnt' work [01:15] dpkg -r --force-all teamviewer ... hope, it does not destroy anything [01:16] where is the teamviewer package from? [01:16] there website the official one [01:17] puh, lucky me, that i prefer tar.gzs ^^ [01:18] so, is the package removed? [01:19] I do too [01:19] XD [01:19] damn debs [01:22] guess, it worked ^^" [01:22] hehe [01:33] now, there is still hope his machine is not completely hosed [01:33] or hers. Sorry. [01:34] it's christmas... there is plenty of hope in that time ;) [01:36] hehe [01:36] I could swear we've had someone on with a problem on the same package before; can't remember if it was him [01:37] Is there a way to get lp to actually create a corresponding debian bug? [01:38] is a broken 3rd party package a debian-bug? [01:39] no - it was an unrelated question! [01:39] Hey guys I found the answer [01:39] are you there mythos [01:40] are you there penguin42? [01:40] yeh [01:41] if you ever run into this problem do this ------> dpkg --remove --force-remove-reinstreq [01:41] xD [01:41] found it on this website thank god --> http://www.ubuntugeek.com/package-installation-error-and-solution.html [01:41] good to know XD [01:41] it worked like a charm [01:42] not only did it remove it but it reinstalled it correctly too [01:42] jshmoe24: Always be careful with any of the --force's - only use in the most dire of cases [01:42] true true [01:42] this was one of those dire cases [01:42] :P [01:42] but you are right [01:43] thanks for the help guys its nice to know that there are informed ubuntu enthusiasts [01:43] thanks again [01:43] I will probably be around more often to say hey :) [01:43] thx peguine42 and mythos you really know your stuff [01:43] l8r [01:43] one last thing [01:44] ? [01:44] IM in computer security. Linux for the win. thank god for windows it keeps us security gurus in buisness hahahahaha [01:45] later guys :) [01:45] and thx for the advice [01:47] good he overread the last command i posted .... --force-all is too dangerous ;) [01:48] so, anyone goes to 27c3 in germany? [01:52] what's that? Chaos thing? [01:56] chaos communication congress, jep [01:59] I know someone who went a few years ago, he enjoyed it - he did recommend not taking anything vaguely electronic :-) [02:02] the talks are the most times really good. hope, the stream is at least useable this year ^^ [02:11] so, i wish happy holidays... here is 3 in the morning. cu o/ [02:11] yeh just after 2 here :-) [02:11] ;) [02:19] right, bed === akshatj is now known as santaclaus === santaclaus is now known as akshatj === JoeSett is now known as JoeMaverickSett === yofel_ is now known as yofel [12:44] Hi all, happy hollydays :) [12:44] Hi [12:55] I think bug 693028 should be set to Triaged with a Critical importance (first time I think something is Critical). Can someone check it a do it for me if I'm right? Thanks [12:55] Launchpad bug 693028 in ubiquity (Ubuntu) "natty 20101221-20101224 amd64, only with encrypted home, crash on creating user (affects: 2) (heat: 12)" [Undecided,Confirmed] https://launchpad.net/bugs/693028 [13:34] ElPasmo: it seems it's a duplicate of bug 517911 [13:34] Launchpad bug 517911 in ubiquity (Ubuntu) "fails to encrypt /home if /dev/shm doesn't exist in /target (affects: 1) (heat: 10)" [Medium,Triaged] https://launchpad.net/bugs/517911 [13:34] Thanks devildante, I'll check it [13:34] ElPasmo: np ;) [13:37] I think bug 428231 should be set to Triaged with a Low importance, can someone do it for me please? [13:37] Launchpad bug 428231 in azureus (Ubuntu) (and 1 other project) "Badly under-reports bandwidth usage. (affects: 2) (heat: 12)" [Undecided,Confirmed] https://launchpad.net/bugs/428231 [13:53] ElPasmo: done [13:56] Thanks devildante [13:56] ElPasmo: np :) [13:58] I think bug 525310 should be set to Triaged. Can someone do it for me please? [13:58] Launchpad bug 525310 in ubuntu-mono (Ubuntu) (and 2 other projects) "Azureus need Monochrome icon (affects: 1) (heat: 10)" [Undecided,Invalid] https://launchpad.net/bugs/525310 [13:58] * penguin42 thinks bug 693499 should be set to importance low, I've pushed it upstream and wrote a patch on it [13:58] Launchpad bug 693499 in bsdmainutils (Ubuntu) (and 1 other project) "Cal no longer prints month of a given year (affects: 1) (heat: 8)" [Undecided,Confirmed] https://launchpad.net/bugs/693499 [14:03] ElPasmo: what importance? [14:06] I'm sorry devildante, is not Wishlist a good importance for a triaged bug? [14:06] If is not I suggest Low. [14:07] ElPasmo: oops, didn't see the importance was already set :p [14:07] :D [14:07] ElPasmo: done :) [14:07] Thanks a lot m8 [14:08] * ElPasmo thinks bug 692562 should be set to importance low and status triaged. Can someone do it for him? [14:08] Launchpad bug 692562 in bash-completion (Ubuntu) "ssh -i completion throws bash error (affects: 2) (heat: 14)" [Undecided,Confirmed] https://launchpad.net/bugs/692562 [14:09] ElPasmo: np :) [14:14] ElPasmo: you should report that bug to debian first [14:17] devildante: Can you set bug 693499 to Low importance please? [14:17] Launchpad bug 693499 in bsdmainutils (Ubuntu) (and 1 other project) "Cal no longer prints month of a given year (affects: 1) (heat: 8)" [Undecided,Confirmed] https://launchpad.net/bugs/693499 [14:18] penguin42: done [14:18] Thanks [14:19] penguin42: np ;) [14:21] Thanks devildante :) [14:21] I'm on it [14:21] ElPasmo: np [14:23] adding a new project is failing right now, I'll report to debian tomorrow devildante, thanks for all your help :) [14:23] ElPasmo: no problem [14:23] ;) [14:23] hmm that bash completion one is fun - it's very specific about the key sequence [14:25] penguin42: yeah [14:25] penguin42: and it worked for me too :p [14:25] and I can't see an index in the ssh bash_completion script [14:28] haha - it's not ssh specific [15:01] * penguin42 has added some details to it, got it down to the line the error is coming from, but it's a bit heavy to follow further [17:36] Hi [17:36] Hi [17:36] I think I have found a bug in the installer [17:36] what happens? [17:36] nothing :) [17:36] i'm at the point where i can choose my keyboard layout [17:36] when? [17:37] during install [17:37] of 10.10 [17:37] ok, so you get to the point to choose the keyboard layout - then what happens? [17:37] i can click on 'figure out keyboard layout', and it asks me some questions, but that's all [17:38] back and forward buttons are disabled [17:38] so at the end of the set of questions what happens? [17:38] nothing [17:38] i cann scroll the left scroll box [17:39] hmm odd, ok submit a bug [17:39] but can't pick any of the items in there [17:39] boot the cd with the installer on, and from a terminal on there run ubuntu-bug ubiquity and answer the questions [17:39] i clicked a country but in the right box it still says Turkey (and all turkish sub entries) [17:41] the cursor btw is that circle thingy btw [17:42] elMariachi: OK, well report the bug, and then I wonder how to work around it, it might be a problem with just that keyboard type/country [17:42] I assume it can be changed later [17:43] its a german keyboard layout [17:43] should be very common [17:43] hmm yes I would have thought so [17:45] elMariachi: Ah, it looks like you have bug 664533 [17:45] Launchpad bug 664533 in ubiquity (Ubuntu) "Installer stuck on keyboard layout selection (affects: 5) (heat: 75)" [High,Confirmed] https://launchpad.net/bugs/664533 [17:45] sounds like my case [17:45] i'll have a look at it [17:47] okay, i'll just add a comment that i can confirm this bug [17:48] elMariachi: since it's already confirmed rather set the bug as affecting you [17:49] yofel: okay, how do i do that? :D [17:49] elMariachi: there's this large green line at the top: This bug affects 5 people. Does this bug affect you? [17:50] hehe [17:50] got it, thanks [17:50] it's quite big actually.. [17:51] allright, i'll reboot and try to pick the keyboard layout earlier now [17:53] doesn't seem to be possible with the original installer live-cd === JoeMaverickSett is now known as Guest98797