/srv/irclogs.ubuntu.com/2013/01/08/#ubuntu-bugs.txt

=== Ursinha_ is now known as Ursinha
=== JF1976 is now known as Guest49092
Mcgiwerhello06:50
McgiwerI have found some bugs with may be critical07:00
Mcgiwerthey are for Ubuntu 1207:01
tsimpson!bug | Mcgiwer07:11
ubot2Mcgiwer: If you find a bug in Ubuntu or any of its derivatives, please file a bug using the command « ubuntu-bug <package> » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs.07:11
Mcgiwerthe problem is that I'm using an emergency Linux to access internet and I'm not having any kind of access to ubuntu-bug07:18
* Mcgiwer is away: Walking my dog out07:19
tsimpsonMcgiwer: read the link, it shows how to report bugs manually too07:23
* Mcgiwer is back (gone 01:54:26)09:14
=== reels_ is now known as reels
Teufelchenhello10:17
Teufelchenhttps://bugs.launchpad.net/ubuntu/+source/mesa/+bug/107980110:17
ubot2Launchpad bug 1079801 in mesa (Ubuntu) "RESOLVED: mysterious application behaviour for the intel "sandy bridge" hardware" [Undecided,New]10:17
Teufelchena broken hdd was the problem in the end10:17
Teufelchenand i decided to stop using Google Earth and Second Life10:17
Teufelchenso the bug can be closed10:17
jibelTeufelchen, if you're the original reporter you can close it as invalid10:30
Teufelchenbut its not invalid its just resolved10:31
Teufelchenthe bug exists10:32
Teufelchenso the report is valid10:32
Teufelchenmaybe it applies to other users aswell10:33
Teufelchenbut maybe i should rename it10:33
Teufelchenhttps://bugs.launchpad.net/ubuntu/+source/mesa/+bug/107980110:34
ubot2Launchpad bug 1079801 in mesa (Ubuntu) "RESOLVED: applications like Google Earth or Second Life do not work" [Undecided,New]10:34
Teufelchenbetter title?10:34
Teufelcheni keep the bug open then in case i ever plan to use these applications again10:35
Teufelchenthe compatibility was broken by introducing newer kernels and newer software packages10:35
Teufelchene.g. mesa10:36
Teufelchenbut since nobody helps me to troubleshoot a true solution will be impossible to find10:36
Teufelchenmaybe i have to use windows 7 for certain applications10:37
Teufelchenwould be no true solution either but still a step forward10:37
jibelTeufelchen, my understanding of the bug is that it is not resolved since you still have problems with google earth and second life, so the right status would be confirmed10:39
Teufelchenokay, thank you10:40
jibelbut as penguin42 said in comment #11 it looks more like a pb with second life and google earth than ubuntu10:40
Teufelchenno11:03
Teufelchenbecause -11:03
Teufelchenthese applications work on older state Ubuntu 12.04 while they do not work on newer releases11:03
jibeldid they update their packaging for the latest version of ubuntu?11:06
Teufelchenmaybe roll a dice to make out whether linden lab and google or canonical brought in the incompatibility11:07
jibelTeufelchen, wrt. google earth according to this post http://www.omgubuntu.co.uk/2012/12/google-earth-for-linux-signal-11-fix-coming google provided a fix in rev 7.0.1.828311:19
jibelbut I cannot install it on raring, there are missing dependencies11:19
Teufelchenyeah11:21
Teufelchensomething is seriously broken11:21
Teufelchencause on ubuntu 12.04 it auto-installs what it needs11:21
jibelafter forcing the installation of a couple of deps, google earth works fine on raring/i38611:22
jibelalmost, there are some textures missing11:23
Teufelchenthe question is - do you have the intel integrated graphics chip or not11:31
jibelI do11:36
Teufelchenraring is 13.04 right?12:13
Teufelcheni deleted it when 12.10 and 13.04 (early stage) did not work12:14
Teufelchenmaybe i should test install again12:15
=== pgraner` is now known as pgraner
=== mythos_ is now known as mythos
=== yofel_ is now known as yofel
=== Teufelchen is now known as Teufelchen_
=== sroecker_ is now known as sroecker
TheLordOfTimeyofel, hggdh, either of you around?21:49
TheLordOfTimeyofel, on further looking at this bug: https://bugs.launchpad.net/ubuntu/+source/etckeeper/+bug/1095180  it appears that 'sudo' is whwat breaks the bash completion of etckeeper... what defines sudo's tab-complete functionality?21:49
ubot2Launchpad bug 1095180 in etckeeper (Ubuntu) "incorrect bash-completion" [Undecided,Confirmed]21:49
TheLordOfTimehggdh, ^21:49
TheLordOfTime(you both commented on this at the time i first brought it up)21:49
yofelbash-completion has a sudo wrapper which calls the completion of the command that you try to run with sudo21:56
TheLordOfTimeyofel, then is this a bug in bash-completion?21:56
TheLordOfTimerather than a bug in etckeeper.21:56
TheLordOfTimesince the tab completion works fine as long as sudo is not used.21:57
TheLordOfTimeits when you add sudo at the beginning that it fails21:57
hggdhTheLordOfTime: well. bash completion is for the command being executed. In this case, the command is 'sudo', not 'whatever', so -- my guess -- is that it would require the 'sudo' bash completion to be extended to support a recursive call21:58
TheLordOfTimehggdh, so this should be filed/refiled/added-to the bash-completion package for the bug?21:59
hggdhTheLordOfTime: so, if this has not been considered by the developers of bash-completion for sudo, it looks like a wishlist21:59
TheLordOfTimehggdh, should I check with bash-completion upstream first?21:59
hggdhTheLordOfTime: just change the package to sudo21:59
hggdhTheLordOfTime: it is always a good idea22:00
yofelsudo has bash completion22:00
hggdhyofel: for the command being called also?22:00
TheLordOfTimeyofel, but not afaict recursive bash completion - its the sudo bash completion for etckeeper that fails.22:00
yofelyeah, try running 'sudo apport-cli -<tab>' for example22:00
hggdhyes22:01
yofelTheLordOfTime: yeah, but I'm not quite sure whose fault that is22:01
TheLordOfTimeyofel, so, add the 'bash-completion' package or whatever package, then see which one says it is/isn't valid for them?22:01
TheLordOfTime(if they say its invalid for both then we have a problem...)22:01
hggdhheh22:01
* yofel reads the script right now22:02
hggdhit might even be both, I do not know how -completion works in this case. But we can always look at the code22:02
TheLordOfTimethis may be one of those reeally really weird edge-case bugs which nobody knows how to handle... :P22:02
TheLordOfTime... just saying22:02
yofelnah, I'll agree there...22:02
TheLordOfTimeyofel, agree on... this being one of those weird bugs where we don't know what to do with it?22:09
TheLordOfTimeor agree on hggdh's statement that it could be both packages?22:10
* TheLordOfTime yawns22:10
yofelI'll agree with hggdh for now22:10
yofel_command_offset() is too cryptic for any quick debugging22:10
yofel(that's what shifts the completion for sudo)22:10
TheLordOfTimeso then it wouldn't hurt to add bash-completion to the bug?22:11
TheLordOfTime(i'm assuming that's our consensus)22:11
yofelgo ahead, worst case one can remove the task later22:13
TheLordOfTimebash-completion is both the binary package and the source package, right?22:16
* TheLordOfTime never knows unless he goes to packages.ubuntu.com and looks, but he can't on a mobile connection22:16
TheLordOfTimenevermind, found it out myself :P22:17
hggdhcool22:21
TheLordOfTimein the meantime, i've added bash-completion to that bug, we'll see where it ends up22:21
TheLordOfTimethanks, hggdh and yofel.  :)22:22
* TheLordOfTime disconnects from the internet on his phone before the battery dies.22:22

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