[Bug 86685] Re: trac BROKEN on AMD64: "neo_cgi.so: undefined symbol: Py_InitModule4"
mathiasson.nu link is broken: 404 -- trac BROKEN on AMD64: "neo_cgi.so: undefined symbol: Py_InitModule4" https://bugs.launchpad.net/bugs/86685 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 194431] Re: trash applet refers to a different folder than the default one in ubuntu
Per above, will be nice to see the implementation of the additional points in Gnome - take advantage of the new spec, otherwise not much benefit to the user. For those who scroll to the bottom of this thread for the workaround - IMHO, best defer to the system location and use Andrew's - rmdir ~/.Trash ln -s ~/.local/share/Trash/files ~/.Trash then do this: rm ~/.Trash mkdir ~/.Trash -- trash applet refers to a different folder than the default one in ubuntu https://bugs.launchpad.net/bugs/194431 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 310960] [NEW] package nagios3-common 3.0.2-1ubuntu1.1 failed to install/upgrade: subprocess post-installation script returned error exit status 1
Public bug reported: Binary package hint: nagios3 Nagios 3 will not install via update manager. ProblemType: Package Architecture: i386 DistroRelease: Ubuntu 8.10 ErrorMessage: subprocess post-installation script returned error exit status 1 Package: nagios3-common 3.0.2-1ubuntu1.1 PackageArchitecture: all SourcePackage: nagios3 Title: package nagios3-common 3.0.2-1ubuntu1.1 failed to install/upgrade: subprocess post-installation script returned error exit status 1 Uname: Linux 2.6.27-10-generic i686 ** Affects: nagios3 (Ubuntu) Importance: Undecided Status: New ** Tags: apport-package -- package nagios3-common 3.0.2-1ubuntu1.1 failed to install/upgrade: subprocess post-installation script returned error exit status 1 https://bugs.launchpad.net/bugs/310960 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 310960] Re: package nagios3-common 3.0.2-1ubuntu1.1 failed to install/upgrade: subprocess post-installation script returned error exit status 1
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/20691336/Dependencies.txt ** Attachment added: "DpkgTerminalLog.gz" http://launchpadlibrarian.net/20691337/DpkgTerminalLog.gz -- package nagios3-common 3.0.2-1ubuntu1.1 failed to install/upgrade: subprocess post-installation script returned error exit status 1 https://bugs.launchpad.net/bugs/310960 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 345189] Re: Change to 13.333px is a regression for me - fonts far too large
Is there an intention to increase the default font sizes and some dpi issues resulting in overly large rendering, or should the default settings have remained the same in the first place? -- Change to 13.333px is a regression for me - fonts far too large https://bugs.launchpad.net/bugs/345189 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 345189] Re: Change to 13.333px is a regression for me - fonts far too large
I agree with pablomme - this is what I was implying with my question. Nothing against increasing default font sizes, at all in fact, just curious as to the rationale. But, in any case, I think pablomme is right, doesn't seem like a good idea to define the values in pixels - needs a measure that will scale reasonably according to the dpi. -- Change to 13.333px is a regression for me - fonts far too large https://bugs.launchpad.net/bugs/345189 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 57067] Re: UnicodeDecodeError: 'ascii' codec can't decode certain bytes
Note that this is a bug in a file from python2.3, not python2.4 so it has to be reproduced using an older version of python. -- UnicodeDecodeError: 'ascii' codec can't decode certain bytes https://launchpad.net/bugs/57067 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 57067] UnicodeDecodeError: 'ascii' codec can't decode certain bytes
Public bug reported: Binary package hint: python-mysqldb When executing a cursor in the file: /usr/local/lib/python2.3/site-packages/MySQLdb/cursors.py the query: query = query.encode(charset) fails with the message: "UnicodeDecodeError: 'ascii' codec can't decode byte 0xe4 in position 627: ordinal not in range(128)" ** Affects: python-mysqldb (Ubuntu) Importance: Untriaged Status: Unconfirmed ** Tags added: mysql python -- UnicodeDecodeError: 'ascii' codec can't decode certain bytes https://launchpad.net/bugs/57067 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 67088] Re: vlc crashes when playlist edited.
VLC crashes when playlist is edited. Ubunut Edgy on ASUS motherboard. ** Attachment added: ".crash file for VLC" http://librarian.launchpad.net/4930222/_usr_bin_wxvlc.1000.crash -- vlc crashes when playlist edited. https://launchpad.net/bugs/67088 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 57067] Re: UnicodeDecodeError: 'ascii' codec can't decode certain bytes
It affects every query so I think this would do it; connection = MySQLdb.connect(host='myhost', user='developer', passwd='sekrit', db='test'); cursor = connection.cursor(); cursor.execute('SELECT filter_id FROM product_filters') data = cursor.fetchall() for item in data: cursor.execute('SELECT f.keywords,f.notwords,f.tagwords,f.maxprice,f.minprice,f.cnet_categories, f.keywords_or FROM product_filters f WHERE f.filter_id =\ '+str(item[0])+' GROUP BY f.filter_id') filterdata = cursor.fetchall() -- UnicodeDecodeError: 'ascii' codec can't decode certain bytes https://launchpad.net/bugs/57067 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 215966] Re: Could not initialize package information
This isn't a bug. But - something is wrong with the awn-testing repository for the Avant Window Navigator dock. If you remove that from your software sources, you'll be fine. -- Could not initialize package information https://bugs.launchpad.net/bugs/215966 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 136529] Re: Can't log in after upgrading
I fixed this problem by editing my .profile file. It read: export XAUTHORITY=/home/your_user_name/.Xauthority I changed it to: export XAUTHORITY=/home/jeremiah/.Xauthority And GNOME actually booted. -- Can't log in after upgrading https://bugs.launchpad.net/bugs/136529 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 16972] Re: Apache2 doesn't start anymore due to mod_perl problem
The proposed fix does not work for me. Ubuntu Feisty Fawn, Apache2, mod_perl2 -- Apache2 doesn't start anymore due to mod_perl problem https://bugs.launchpad.net/bugs/16972 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 16972] Re: Apache2 doesn't start anymore due to mod_perl problem
I too am still having issues with apache2 and mod_perl2. Is this package actively maintained under Ubuntu? It appears that this is an old bug. [Tue May 08 15:56:42 2007] [error] Can't locate loadable object for module Apache::Constants in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl /usr/local/lib/perl/5.8.7 /usr/local/share/perl/5.8.7 . /etc/apache2) at /usr/lib/perl5/mod_perl.pm line 14\nCompilation failed in require at /usr/lib/perl5/Apache.pm line 6.\nBEGIN failed--compilation aborted at /usr/lib/perl5/Apache.pm line 6.\nCompilation failed in require at /usr/lib/perl5/Apache/Registry.pm line 2.\nBEGIN failed--compilation aborted at /usr/lib/perl5/Apache/Registry.pm line 2.\nCompilation failed in require at (eval 2) line 3.\n [Tue May 08 15:56:42 2007] [error] Can't load Perl module Apache::Registry for server jeremiahfoster.com:0, exiting... -- Apache2 doesn't start anymore due to mod_perl problem https://bugs.launchpad.net/bugs/16972 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 96444] Re: AttributeError: 'InstallProgress' object has no attribute 'pkg_failures'
I installed python-gtk packages with; apt-get install python-gtk2 python-gtk2-dev and this seemed to fix the problem. My apt-sources list is all feisty and /etc/issue says feisty as well. -- AttributeError: 'InstallProgress' object has no attribute 'pkg_failures' https://launchpad.net/bugs/96444 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 63552] Re: Update-manager is very invasive
I think this is a serious bug. Tools like update-manager (which is a _great_ product) should not determine window focus. At the very least there should be a setting which turns greedy window focus off and on. Let users have control over their systems, not software developers. -- Update-manager is very invasive https://launchpad.net/bugs/63552 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 96464] Re: Twiki package: /usr/sbin/apachectl is not executable, exiting...
Yes, exactly. Shouldn't twiki check to see which apache is the running one (because nowadays there are at least three no? httpd, apache, apache-perl from Ubuntu, etc.) Perhaps twiki should look at the access log to see the last access time and deduce the version of apache that way? In any case, I suppose I should purge the earlier version of apache. -- Twiki package: /usr/sbin/apachectl is not executable, exiting... https://bugs.launchpad.net/bugs/96464 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 96464] Re: Twiki package: /usr/sbin/apachectl is not executable, exiting...
Yeah, good point. Well it is not a show-stopper, not _that_ serious a bug that it can't wait. Maybe something like this might help? httpd_vers = $( ls -Rlc /var/log/ | grep "access.log$" | awk '{print $8}' | head -n 1 ) -- Twiki package: /usr/sbin/apachectl is not executable, exiting... https://bugs.launchpad.net/bugs/96464 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 96444] Re: AttributeError: 'InstallProgress' object has no attribute 'pkg_failures'
This bug is in feisty-beta. Attached are the files requested in the error report. ** Attachment added: "/var/log/dist-upgrade/main.log" http://librarian.launchpad.net/6939183/main.log -- AttributeError: 'InstallProgress' object has no attribute 'pkg_failures' https://launchpad.net/bugs/96444 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 96444] Re: AttributeError: 'InstallProgress' object has no attribute 'pkg_failures'
Here is the apt log. ** Attachment added: "/var/log/dist-upgrade/apt.log" http://librarian.launchpad.net/6939184/apt.log -- AttributeError: 'InstallProgress' object has no attribute 'pkg_failures' https://launchpad.net/bugs/96444 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 96444] AttributeError: 'InstallProgress' object has no attribute 'pkg_failures'
Public bug reported: While running do-release-upgrade -d I encountered an error. The text from the error is as follows: Unpacking replacement python-pycurl ... Errors were encountered while processing: /var/cache/apt/archives/compiz-extra_0.3.6.0-1ubuntu1_i386.deb A fatal error occured Please report this as a bug and include the files /var/log/dist-upgrade/main.log and /var/log/dist-upgrade/apt.log in your report. The upgrade aborts now. Your original sources.list was saved in /etc/apt/sources.list.distUpgrade. Traceback (most recent call last): File "/tmp/tmp_wAOaU/feisty", line 48, in ? app.run() File "/tmp/tmp_wAOaU/DistUpgradeControler.py", line 853, in run self.fullUpgrade() File "/tmp/tmp_wAOaU/DistUpgradeControler.py", line 835, in fullUpgrade if not self.doDistUpgrade(): File "/tmp/tmp_wAOaU/DistUpgradeControler.py", line 543, in doDistUpgrade if iprogress.pkg_failures == 0: AttributeError: 'InstallProgress' object has no attribute 'pkg_failures' A fatal error occured Please report this as a bug and include the files /var/log/dist-upgrade/main.log and /var/log/dist-upgrade/apt.log in your report. The upgrade aborts now. Your original sources.list was saved in /etc/apt/sources.list.distUpgrade. Traceback (most recent call last): File "/tmp/tmp_wAOaU/feisty", line 48, in ? app.run() File "/tmp/tmp_wAOaU/DistUpgradeControler.py", line 853, in run self.fullUpgrade() File "/tmp/tmp_wAOaU/DistUpgradeControler.py", line 835, in fullUpgrade if not self.doDistUpgrade(): File "/tmp/tmp_wAOaU/DistUpgradeControler.py", line 543, in doDistUpgrade if iprogress.pkg_failures == 0: AttributeError: 'InstallProgress' object has no attribute 'pkg_failures' ** Affects: update-manager (upstream) Importance: Undecided Status: Unconfirmed ** Affects: Ubuntu Importance: Undecided Status: Unconfirmed -- AttributeError: 'InstallProgress' object has no attribute 'pkg_failures' https://launchpad.net/bugs/96444 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 96444] Re: AttributeError: 'InstallProgress' object has no attribute 'pkg_failures'
** Also affects: update-manager (upstream) Importance: Undecided Status: Unconfirmed -- AttributeError: 'InstallProgress' object has no attribute 'pkg_failures' https://launchpad.net/bugs/96444 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 96444] Re: AttributeError: 'InstallProgress' object has no attribute 'pkg_failures'
** Also affects: update-manager (Baltix) Importance: Undecided Status: Unconfirmed -- AttributeError: 'InstallProgress' object has no attribute 'pkg_failures' https://launchpad.net/bugs/96444 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 96464] Twiki package: /usr/sbin/apachectl is not executable, exiting...
Public bug reported: Binary package hint: update-manager Setting up twiki (4.0.5-9.1) ... Configuration file `/etc/twiki/apache.conf' ==> Modified (by you or by a script) since installation. ==> Package distributor has shipped an updated version. What would you like to do about it ? Your options are: Y or I : install the package maintainer's version N or O : keep your currently-installed version D : show the differences between the versions Z : background this process to examine the situation The default action is to keep your current version. *** apache.conf (Y/I/N/O/D/Z) [default=N] ? Y Installing new version of config file /etc/twiki/apache.conf ... Configuration file `/etc/twiki/TWiki.cfg' ==> Modified (by you or by a script) since installation. ==> Package distributor has shipped an updated version. What would you like to do about it ? Your options are: Y or I : install the package maintainer's version N or O : keep your currently-installed version D : show the differences between the versions Z : background this process to examine the situation The default action is to keep your current version. *** TWiki.cfg (Y/I/N/O/D/Z) [default=N] ? Y Installing new version of config file /etc/twiki/TWiki.cfg ... * /usr/sbin/apachectl is not executable, exiting... [fail] invoke-rc.d: initscript apache, action "reload" failed. dpkg: error processing twiki (--configure): subprocess post-installation script returned error exit status 1 Setting up gnome-system-tools (2.18.0-0ubuntu1) ... Setting up update-notifier (0.56.1) ... Setting up ubuntu-desktop (1.39) ... Errors were encountered while processing: twiki E: Sub-process /usr/bin/dpkg returned an error code (1) Above is a verbatim message from dpkg which I believe in this case is called from update-manager. I have apache2 installed so apache2ctl should be checked instead of apachectl, no? ** Affects: update-manager (Ubuntu) Importance: Undecided Status: Unconfirmed -- Twiki package: /usr/sbin/apachectl is not executable, exiting... https://launchpad.net/bugs/96464 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 96464] Re: Twiki package: /usr/sbin/apachectl is not executable, exiting...
I created a symlink from /usr/sbin/apache2ctl to /usr/sbin/apachectl and that fixed the problem temporarily. I am not familiar enough with apache2ctl to know if it is backwards-compatible with apachectl so I wonder if certain scripts will break because of what I did on my system but it works for me. -- Twiki package: /usr/sbin/apachectl is not executable, exiting... https://launchpad.net/bugs/96464 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 57067] Re: UnicodeDecodeError: 'ascii' codec can't decode certain bytes
Tue, Mar 20, 2007 at 12:36:06PM -: eros mangled some bits into this alignment: > I'm having the same problem on two different computers (both Edgy). I > tried to reproduce the error using the scripts provided by Donald Rogers > above and I got the following error: > > "UnicodeEncodeError: 'latin-1' codec can't encode character u'\u015d' in > position 49: ordinal not in range(256)" > > Looks like this issue has been around for a while, is there a > workaround? Don't use python. -- UnicodeDecodeError: 'ascii' codec can't decode certain bytes https://launchpad.net/bugs/57067 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 57067] Re: UnicodeDecodeError: 'ascii' codec can't decode certain bytes
Tue, Mar 20, 2007 at 03:26:43PM -: eros mangled some bits into this alignment: > 2007-03-20 12:48:11 UTC jeremiah said > >> Looks like this issue has been around for a while, is there a > >> workaround? > > > >Don't use python. > > Well that's certainly a good idea, Sorry, I was being glib. =) > but for now I'm stuck with this > frekking script. As an extremely unhealthy solution I hacked > /usr/lib/python2.4/site-packages/MySQLdb/cursors.py commenting line 146: > > #query = query.encode(charset) > > Now it works (or at least it appears to work). I am not sure where the problem lies, you may want to look at debian's BTS to see if there is a similar problem or try to find out who the Ubuntu package maintainer is for the python-mysql package. I tried to fix this as well but it was nearly impossible and there is little or no help from upstream. We eventually left python for php. Good luck! Jeremiah > -- > UnicodeDecodeError: 'ascii' codec can't decode certain bytes > https://launchpad.net/bugs/57067 -- UnicodeDecodeError: 'ascii' codec can't decode certain bytes https://launchpad.net/bugs/57067 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 74513] Subversion package in Ubuntu does not create a subversion user
Public bug reported: Binary package hint: subversion Subversion is not created as a user on the system and is not listed in /etc/passwd. This creates problems later on once one starts to use subversion. For example: svn: Unable to open an ra_local session to URL svn: Unable to open repository 'file:///home/subversion/repo svn: Can't open file '/home/subversion/repo/format': V˿�N˿��ܷ o˿�� ** Affects: subversion (Ubuntu) Importance: Undecided Status: Unconfirmed ** Description changed: Binary package hint: subversion - Subversion is not a user on the system and is not list in /etc/passwd. - This creates problems later on once one starts to use subversion. For - example: + Subversion is not created as a user on the system and is not listed in + /etc/passwd. This creates problems later on once one starts to use + subversion. For example: svn: Unable to open an ra_local session to URL svn: Unable to open repository 'file:///home/subversion/repo svn: Can't open file '/home/subversion/repo/format': V˿�N˿��ܷ o˿�� -- Subversion package in Ubuntu does not create a subversion user https://launchpad.net/bugs/74513 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 552315] [NEW] KSudoku freezes when starting 25x25 game
Public bug reported: Binary package hint: kdegames I can start a game, but it freezes even before the puzzle is loaded. ** Affects: kdegames (Ubuntu) Importance: Undecided Status: New -- KSudoku freezes when starting 25x25 game https://bugs.launchpad.net/bugs/552315 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 534546] Re: BUG: unable to handle kernel paging request at 21b0001c (virtualbox, addons)
On Mar 26, 2010, at 4:51 AM, UbuntuUser wrote: > I no longer see this problem when running with 2.6.32-17 with virtualbox > 3.1.6 I have upgraded my VirtualBox app to 3.1.6 and run aptitude update and safe-upgrade. I am now able to view the Ubuntu Guest OS at full screen, but the Kernel Oops message is still appearing. Jeremiah > > -- > BUG: unable to handle kernel paging request at 21b0001c (virtualbox, addons) > https://bugs.launchpad.net/bugs/534546 > You received this bug notification because you are a direct subscriber > of the bug. > -- BUG: unable to handle kernel paging request at 21b0001c (virtualbox, addons) https://bugs.launchpad.net/bugs/534546 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 544128] [NEW] update-manager cannot copy .Xauthority file, crashes
Public bug reported: Binary package hint: update-manager update-manager -d extracting 'lucid.tar.gz' authenticate 'lucid.tar.gz' against 'lucid.tar.gz.gpg' Error copying '/home/jeremiah/.Xauthority' to '/tmp/libgksu-UnZBpv': No such file or directory ProblemType: Bug Architecture: i386 Date: Mon Mar 22 13:40:19 2010 DistroRelease: Ubuntu 9.10 InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5) Package: update-manager 1:0.126.9 PackageArchitecture: all ProcEnviron: PATH=(custom, user) LANG=en_US.UTF-8 SHELL=/bin/bash ProcVersionSignature: Ubuntu 2.6.31-17.54-generic SourcePackage: update-manager Uname: Linux 2.6.31-17-generic i686 XsessionErrors: (gnome-settings-daemon:2027): GLib-CRITICAL **: g_propagate_error: assertion `src != NULL' failed (gnome-settings-daemon:2027): GLib-CRITICAL **: g_propagate_error: assertion `src != NULL' failed (polkit-gnome-authentication-agent-1:2077): GLib-CRITICAL **: g_once_init_leave: assertion `initialization_value != 0' failed (nautilus:2069): Eel-CRITICAL **: eel_preferences_get_boolean: assertion `preferences_is_initialized ()' failed ** Affects: update-manager (Ubuntu) Importance: Undecided Status: New -- update-manager cannot copy .Xauthority file, crashes https://bugs.launchpad.net/bugs/544128 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 544128] Re: update-manager cannot copy .Xauthority file, crashes
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/41606548/Dependencies.txt -- update-manager cannot copy .Xauthority file, crashes https://bugs.launchpad.net/bugs/544128 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 156320] Re: [kde] copy XAUTHORITY may fail and crashes the upgrader (was: Upgrade tool crashed when upgrading 7.04 -> 7.10)
This same problem occurs when you run update-manager -d on the command line trying to go from 9.10 to 10.4. -- [kde] copy XAUTHORITY may fail and crashes the upgrader (was: Upgrade tool crashed when upgrading 7.04 -> 7.10) https://bugs.launchpad.net/bugs/156320 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 596727] Re: sysinfo crashes when I click on "system": System.NullReferenceException
** Changed in: sysinfo (Ubuntu) Assignee: (unassigned) => jeremiah (jerm66618) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/596727 Title: sysinfo crashes when I click on "system": System.NullReferenceException To manage notifications about this bug go to: https://bugs.launchpad.net/sysinfo/+bug/596727/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1677639] [NEW] package python3 3.5.1-4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 4
Public bug reported: Dependency resolution- circular errors. Upgrading from Yakkety on MacBook Pro Retina 15. ProblemType: Package DistroRelease: Ubuntu 16.10 Package: python3 3.5.1-4 ProcVersionSignature: Ubuntu 4.8.0-44.47-generic 4.8.17 Uname: Linux 4.8.0-44-generic x86_64 NonfreeKernelModules: wl ApportVersion: 2.20.3-0ubuntu8.2 AptOrdering: NULL: ConfigurePending Architecture: amd64 Date: Sun Mar 26 11:32:26 2017 ErrorMessage: subprocess installed post-installation script returned error exit status 4 InstallationDate: Installed on 2016-08-23 (218 days ago) InstallationMedia: Ubuntu-GNOME 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160720) RelatedPackageVersions: dpkg 1.18.10ubuntu1 apt 1.3.4 SourcePackage: python3-defaults Title: package python3 3.5.1-4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 4 UpgradeStatus: Upgraded to yakkety on 2017-03-26 (3 days ago) ** Affects: python3-defaults (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-package yakkety -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1677639 Title: package python3 3.5.1-4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 4 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/python3-defaults/+bug/1677639/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 777511] [NEW] cant install any
Public bug reported: Binary package hint: aptdaemon E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable) E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it? ProblemType: Crash DistroRelease: Ubuntu 11.04 Package: aptdaemon 0.41+bzr646-0ubuntu2 ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2 Uname: Linux 2.6.38-8-generic i686 Annotation: Applying software changes failed Architecture: i386 Date: Wed May 4 20:20:08 2011 DesktopFile: /usr/share/aptdaemon/aptdaemon.desktop ExecutablePath: /usr/sbin/aptd InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1) PackageArchitecture: all SourcePackage: aptdaemon Title: : E:I wasn't able to locate file for the sun-java6-jre package. This might mean you need to manually fix this package. TransactionDepends: [[], [], [], [], [], [], []] TransactionErrorCode: error-unknown TransactionKwargs: {} TransactionLocale: en_US.UTF8 TransactionOutput: TransactionPackages: [[dbus.String(u'pcmanfm')], [], [], [], [], []] TransactionRole: role-commit-packages UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: aptdaemon (Ubuntu) Importance: Undecided Status: New ** Tags: apport-crash i386 natty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/777511 Title: cant install any -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 777511] Re: cant install any
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/777511 Title: cant install any -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 369001] [NEW] Intel Dual screen virtual resolution bug
Public bug reported: Binary package hint: screen-resolution-extra Release: I just upgraded from 8.10 to 9.04 I am not totally sure if this is a problem with the Display application or xorg, but I am running screen-resolution-extra version 0.8, and xorg version 1:7.4~5ubuntu18 When I boot up my system with an external monitor pluged in to it, it comes up mirrored with a low resolution(1024x768). When I go to System > Preferences > Display, and uncheck "Mirror Screens" and hit apply It tells me that it needs to adjust the "virtual resolution", and prompts me to confirm this. Once I have done that it tells me that I need to log out and log back in. After logging out X will not start. This is what has been added to the xorg.conf in the Screen Section: SubSection "Display" Virtual 3200 1200 EndSubSection If I revert the xorg.conf back to a copy with out this in it, X will start but the two screens are mirrored. System: Sony Notebook VGN-SR240N lspci: 00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07) 00:02.1 Display controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07) native resolution for the notebook screen is 1280x800 native resolution for the external screen (acer) 1920x1200 This functionality worked just fine with ubuntu 8.10 ** Affects: screen-resolution-extra (Ubuntu) Importance: Undecided Status: New -- Intel Dual screen virtual resolution bug https://bugs.launchpad.net/bugs/369001 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 27466] Re: [radeon] can't do dual-link tmds, or second tmds transmitter
Alex: I believe that edgy picked up whatever patches cipherfunk had pulled into his version. I get the same results. I have a picture over the DVI now, but it flickers pretty badly. The flickering is tied to screen updates. If I'm looking at a static desktop and I don't move the mouse, the screen appears fairly stable (still flickering, but only ~ once per second). if I "wiggle" the mouse, it flickers faster, and if I drag windows around, I get heavy flickering and "tearing".. -- [radeon] can't do dual-link tmds, or second tmds transmitter https://launchpad.net/bugs/27466 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 52405] Re: gnome-panel eats 50% cpu for half an hour and flickers
Vincent: use this to pipe the output to a file "gnome-session-remove gnome-panel; MENU_VERBOSE=1 GNOME_PANEL_DEBUG=1 BONOBO_ACTIVATION_DEBUG_OUTPUT=1 gnome-panel 2> ~/Desktop/panel-debug.txt" then use Ctrl+c to stop the process after about a minute.. unfortunantly for me, this created a 52 meg file. I'm going through it now trying to see what might be relevent. -- gnome-panel eats 50% cpu for half an hour and flickers https://launchpad.net/bugs/52405 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 52405] Re: gnome-panel eats 50% cpu for half an hour and flickers
the "sudo pkill gam_server" doesn't help me. I gave up trying to sort the debug output.. it's greek to me. compressed and attached. -- gnome-panel eats 50% cpu for half an hour and flickers https://launchpad.net/bugs/52405 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 52405] Re: gnome-panel eats 50% cpu for half an hour and flickers
sudo apt-get install menu menu-xdg update-menus seems to have fixed it for me. with the interesting side effect of giving me a debian menu with launchers for several programs the run in terminals as well as several that I didn't realize were installed. -- gnome-panel eats 50% cpu for half an hour and flickers https://launchpad.net/bugs/52405 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 27466] Re: [radeon] can't do dual-link tmds, or second tmds transmitter
looks like the latest revision (1:6.6.1-0ubuntu1) give me the same functionality as the cipherfunk version (picture over dvi, but flickers to the point of unusability) -- [radeon] can't do dual-link tmds, or second tmds transmitter https://launchpad.net/bugs/27466 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 226366] [NEW] will not let me remove programs
Public bug reported: Binary package hint: nautilus cannot excute E:dpkg also says i need to do it manually HOW??? ProblemType: Bug Architecture: i386 Date: Sat May 3 23:06:45 2008 DistroRelease: Ubuntu 8.04 ExecutablePath: /usr/bin/nautilus Package: nautilus 1:2.22.2-0ubuntu4 PackageArchitecture: i386 ProcEnviron: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: nautilus Uname: Linux 2.6.24-16-generic i686 ** Affects: nautilus (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug -- will not let me remove programs https://bugs.launchpad.net/bugs/226366 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 226366] Re: will not let me remove programs
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/14186842/Dependencies.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/14186847/ProcMaps.txt ** Attachment added: "ProcStatus.txt" http://launchpadlibrarian.net/14186848/ProcStatus.txt -- will not let me remove programs https://bugs.launchpad.net/bugs/226366 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 27466] Re: [radeon] can't do dual-link tmds, or second tmds transmitter
Sorry guys, I've built a new system in the meantime. gave the one with the ati to my parents. and they use an old CRT, so no DVI. I might try lugging my monitor and a liveCD over there this weekend to test, but don't hold your breath. -- [radeon] can't do dual-link tmds, or second tmds transmitter https://bugs.launchpad.net/bugs/27466 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 95343] Re: Ralink wifi card works but must be reset each boot
I have this same problem with a Linksys WMP54G. I can confirm that removing network-manager and network-manager-gnome makes the problem go away. Also this issue doesn't exist in xubuntu. -- Ralink wifi card works but must be reset each boot https://bugs.launchpad.net/bugs/95343 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 416172] Re: [needs-packaging] pyjack - python client module for Jack audio connection kit
i'm writing a prototype OSS compositional tool in python (slurry.sourceforge.net). the gstreamer jackaudiosink is buggy and insufficient - i would love to be able to distribute the program with jack bindings, however i cannot do this until the pyjack bindings have also been packaged and distributed. if someone can teach me how, i would be happy to maintain the packaging of this library. -- [needs-packaging] pyjack - python client module for Jack audio connection kit https://bugs.launchpad.net/bugs/416172 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 15019] Re: Difficulty downgrading packages with dependencies
I still have this problem when trying to remove (buggy) PPA packages to replace them from mainstream Karmic repos. Synaptic does not handle the situation gracefully, or at all. It disobeys without explanation. Command-line aptitude, however, does work a bit better. Those looking for a workaround should try: sudo aptitude install PACKAGE=VERSION where VERSION is the downgraded version string. aptitude will happily downgrade all the dependent packages, as well. -- Difficulty downgrading packages with dependencies https://bugs.launchpad.net/bugs/15019 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 369001] Re: Intel Dual screen virtual resolution bug
no - all is well in karmic On Wed, Nov 11, 2009 at 11:32 AM, Lee G. wrote: > Hi Jeremia, > as far as I know the virtual resolution limit of the jaunty intel driver > was 2048. AFAIK the new driver goes up to 4096x4096. Does this bug still > affect you in karmic? > > Lee > > -- > Intel Dual screen virtual resolution bug > https://bugs.launchpad.net/bugs/369001 > You received this bug notification because you are a direct subscriber > of the bug. > > Status in “screen-resolution-extra” package in Ubuntu: New > > Bug description: > Binary package hint: screen-resolution-extra > > Release: I just upgraded from 8.10 to 9.04 > > I am not totally sure if this is a problem with the Display application or > xorg, but I am running screen-resolution-extra version 0.8, and xorg version > 1:7.4~5ubuntu18 > > When I boot up my system with an external monitor pluged in to it, it comes > up mirrored with a low resolution(1024x768). When I go to System > > Preferences > Display, and uncheck "Mirror Screens" and hit apply It tells > me that it needs to adjust the "virtual resolution", and prompts me to > confirm this. Once I have done that it tells me that I need to log out and > log back in. After logging out X will not start. This is what has been added > to the xorg.conf in the Screen Section: > > SubSection "Display" >Virtual 3200 1200 > EndSubSection > > > If I revert the xorg.conf back to a copy with out this in it, X will start > but the two screens are mirrored. > > System: Sony Notebook VGN-SR240N > > lspci: > 00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series > Chipset Integrated Graphics Controller (rev 07) > 00:02.1 Display controller: Intel Corporation Mobile 4 Series Chipset > Integrated Graphics Controller (rev 07) > > native resolution for the notebook screen is > 1280x800 > native resolution for the external screen (acer) > 1920x1200 > > > > This functionality worked just fine with ubuntu 8.10 > -- Intel Dual screen virtual resolution bug https://bugs.launchpad.net/bugs/369001 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 548855] [NEW] package python2.5-minimal 2.5.4-1ubuntu6.1 failed to install/upgrade: package python2.5-minimal is already installed and configured
Public bug reported: Binary package hint: python2.5 not sure what happened Just logged in this morning and had errors I am running a Dell D620 laptop with Ubuntu 9.10 ProblemType: Package Architecture: i386 Date: Thu Mar 25 14:23:55 2010 DistroRelease: Ubuntu 9.10 ErrorMessage: package python2.5-minimal is already installed and configured InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5) NonfreeKernelModules: wl Package: python2.5-minimal 2.5.4-1ubuntu6.1 ProcVersionSignature: Ubuntu 2.6.31-20.58-generic SourcePackage: python2.5 Title: package python2.5-minimal 2.5.4-1ubuntu6.1 failed to install/upgrade: package python2.5-minimal is already installed and configured Uname: Linux 2.6.31-20-generic i686 ** Affects: python2.5 (Ubuntu) Importance: Undecided Status: New ** Tags: apport-package i386 -- package python2.5-minimal 2.5.4-1ubuntu6.1 failed to install/upgrade: package python2.5-minimal is already installed and configured https://bugs.launchpad.net/bugs/548855 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 548855] Re: package python2.5-minimal 2.5.4-1ubuntu6.1 failed to install/upgrade: package python2.5-minimal is already installed and configured
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/42058903/Dependencies.txt ** Attachment added: "Dmesg.txt" http://launchpadlibrarian.net/42058904/Dmesg.txt ** Attachment added: "DpkgTerminalLog.txt" http://launchpadlibrarian.net/42058905/DpkgTerminalLog.txt -- package python2.5-minimal 2.5.4-1ubuntu6.1 failed to install/upgrade: package python2.5-minimal is already installed and configured https://bugs.launchpad.net/bugs/548855 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 486896] Re: Pulseaudio dies with sigabort
same problem. python script using gstreamer, opening many files, exits unpredictably with the message: Assertion '!in_worker(m)' failed at pulse/thread-mainloop.c:161, function pa_threaded_mainloop_stop(). Aborting. ** Changed in: pulseaudio (Ubuntu) Status: New => Confirmed -- Pulseaudio dies with sigabort https://bugs.launchpad.net/bugs/486896 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 486896] Re: Pulseaudio dies with sigabort
conceivably using an audio sink other than pulseaudio in gstreamer (e.g ALSA, OSS, JACK) could provide a workaround ... am yet to test it though -- Pulseaudio dies with sigabort https://bugs.launchpad.net/bugs/486896 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 27466] Re: [radeon] can't do dual-link tmds, or second tmds transmitter
this looks like the same (or at the very least related) bug: https://bugs.freedesktop.org/show_bug.cgi?id=2859 also, using the driver here: http://cipherfunk.org/diary/archives/monthly/2006-06.html#e2006-06-16T02_13_30.htm at least gives me a picture over the DVI.. however, with that driver, even though I have an image I now have the "flickering" and "tearing" problems mentioned in the freedesktop bugzilla. I'm probably going to try and get the latest cvs and see if it helps, but I've never done this before, so wish me luck. -- [radeon] can't do dual-link tmds, or second tmds transmitter https://launchpad.net/bugs/27466 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1682527] [NEW] package libaprutil1:amd64 1.5.4-1build1 failed to install/upgrade: package libaprutil1:amd64 is already installed and configured
Public bug reported: this error comes up after I rebooted on initial setup ProblemType: Package DistroRelease: Ubuntu 16.04 Package: libaprutil1:amd64 1.5.4-1build1 ProcVersionSignature: Ubuntu 4.8.0-46.49~16.04.1-generic 4.8.17 Uname: Linux 4.8.0-46-generic x86_64 NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia ApportVersion: 2.20.1-0ubuntu2.5 AptdaemonVersion: 1.1.1+bzr982-0ubuntu14 Architecture: amd64 Date: Wed Apr 12 22:18:47 2017 DuplicateSignature: package:libaprutil1:amd64:1.5.4-1build1 Processing triggers for mime-support (3.59ubuntu1) ... dpkg: error processing package libapr1:amd64 (--configure): package libapr1:amd64 is already installed and configured ErrorMessage: package libaprutil1:amd64 is already installed and configured InstallationDate: Installed on 2017-04-13 (0 days ago) InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 (20170215.2) RelatedPackageVersions: dpkg 1.18.4ubuntu1.1 apt 1.2.19 SourcePackage: dpkg Title: package libaprutil1:amd64 1.5.4-1build1 failed to install/upgrade: package libaprutil1:amd64 is already installed and configured UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: dpkg (Ubuntu) Importance: Undecided Status: New ** Tags: already-installed amd64 apport-package need-duplicate-check xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1682527 Title: package libaprutil1:amd64 1.5.4-1build1 failed to install/upgrade: package libaprutil1:amd64 is already installed and configured To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1682527/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1630428] [NEW] Attempting to install kubuntu-desktop while using unity.
*** This bug is a duplicate of bug 1617564 *** https://bugs.launchpad.net/bugs/1617564 Public bug reported: I'm currently running Unity on 16.04 LTS and I'd like to try out KDE. However, when I go to install kubuntu-desktop, the installation of kde- config-telepathy-accounts fails since /usr/share/accounts/services /google-im.service is owned by account-plugin-google. ProblemType: Package DistroRelease: Ubuntu 16.04 Package: kaccounts-providers (not installed) ProcVersionSignature: Ubuntu 4.4.0-38.57-generic 4.4.19 Uname: Linux 4.4.0-38-generic x86_64 NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia ApportVersion: 2.20.1-0ubuntu2.1 Architecture: amd64 Date: Tue Oct 4 20:18:41 2016 DuplicateSignature: package:kaccounts-providers:(not installed) Unpacking kde-config-telepathy-accounts (4:15.12.3-0ubuntu1) ... dpkg: error processing archive /var/cache/apt/archives/kde-config-telepathy-accounts_4%3a15.12.3-0ubuntu1_amd64.deb (--unpack): trying to overwrite '/usr/share/accounts/services/google-im.service', which is also in package account-plugin-google 0.12+16.04.20160126-0ubuntu1 ErrorMessage: trying to overwrite '/etc/signon-ui/webkit-options.d/www.facebook.com.conf', which is also in package account-plugin-facebook 0.12+16.04.20160126-0ubuntu1 InstallationDate: Installed on 2016-08-17 (48 days ago) InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1) RelatedPackageVersions: dpkg 1.18.4ubuntu1.1 apt 1.2.12~ubuntu16.04.1 SourcePackage: kaccounts-providers Title: package kaccounts-providers (not installed) failed to install/upgrade: trying to overwrite '/etc/signon-ui/webkit-options.d/www.facebook.com.conf', which is also in package account-plugin-facebook 0.12+16.04.20160126-0ubuntu1 UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: kaccounts-providers (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-package package-conflict xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1630428 Title: Attempting to install kubuntu-desktop while using unity. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/kaccounts-providers/+bug/1630428/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1614558] [NEW] Attempting to reinstall ubuntu
Public bug reported: Attempting to reinstall Ubuntu from a bootable 16.04 LTS USB and ubiquity crashes part way through ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: ubiquity 2.21.63.2 ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13 Uname: Linux 4.4.0-31-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.1 Architecture: amd64 CasperVersion: 1.376 Date: Thu Aug 18 07:28:24 2016 InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash --- LiveMediaBuild: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719) ProcEnviron: PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: ubiquity UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: ubiquity (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug ubiquity-2.21.63.2 ubuntu xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1614558 Title: Attempting to reinstall ubuntu To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1614558/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1657526] [NEW] package libapt-inst2.0:amd64 1.2.18 failed to install/upgrade: package libapt-inst2.0:amd64 is already installed and configured
Public bug reported: I was told there was a system error and was asked if I wanted to report it. ProblemType: Package DistroRelease: Ubuntu 16.04 Package: libapt-inst2.0:amd64 1.2.18 ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35 Uname: Linux 4.4.0-59-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.5 AptdaemonVersion: 1.1.1+bzr982-0ubuntu14 Architecture: amd64 Date: Tue Jan 17 22:49:53 2017 DuplicateSignature: package:libapt-inst2.0:amd64:1.2.18 Processing triggers for mime-support (3.59ubuntu1) ... dpkg: error processing package locales (--configure): package locales is already installed and configured ErrorMessage: package libapt-inst2.0:amd64 is already installed and configured InstallationDate: Installed on 2017-01-18 (0 days ago) InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719) RelatedPackageVersions: dpkg 1.18.4ubuntu1.1 apt 1.2.18 SourcePackage: dpkg Title: package libapt-inst2.0:amd64 1.2.18 failed to install/upgrade: package libapt-inst2.0:amd64 is already installed and configured UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: dpkg (Ubuntu) Importance: Undecided Status: New ** Tags: already-installed amd64 apport-package xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1657526 Title: package libapt-inst2.0:amd64 1.2.18 failed to install/upgrade: package libapt-inst2.0:amd64 is already installed and configured To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/1657526/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1652822] [NEW] grub efi xfs unsupported filesystem
Public bug reported: If I do a fresh install on an efi system and use xfs for the root and boot filesystems, the install will succeed and then on reboot grub will drop to a grub shell and fail to boot. If I try to do an ls on any of the xfs filesystems, grub reports unsupported filesystem. Doing an insmod on xfs.mod doesn't work on the xfs filesystem since it can't be read /boot/efi is a fat32 esp partition and can be read by grub. I can make the system boot by putting a copy of /boot/grub/x86_64-efi/xfs.mod in /boot/efi/EFI/ubuntu/xfs.mod and then putting the following line in /boot/efi/EFI/ubuntu/grub.cfg insmod (hd0,gpt1)/EFI/ubuntu/xfs.mod I'm guessing this would work if boot was ext2. My current HDD setup is: fdisk -l /dev/sda Disk /dev/sda: 477 GiB, 512110190592 bytes, 1000215216 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: gpt Disk identifier: 5F358931-DDAE-4F78-8647-B54434A5A3DC Device Start End Sectors Size Type /dev/sda1 2048 2000895 1998848 976M EFI System /dev/sda2 2000896 4001791 2000896 977M Linux filesystem /dev/sda3 4001792 804902911 800901120 381.9G Linux LVM My current fstab is: /dev/mapper/vgroot-lvroot / xfs defaults0 0 # /boot was on /dev/sda2 during installation UUID=006c4d31-8c29-4e25-b8c2-5f70f5f19afd /boot xfs defaults 0 0 # /boot/efi was on /dev/sda1 during installation UUID=DFD4-FB95 /boot/efi vfatumask=0077 0 1 /dev/mapper/vgroot-lvhome /home xfs defaults0 0 /dev/mapper/vgroot-lvswap noneswapsw 0 0 ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: grub-efi-amd64 2.02~beta2-36ubuntu3.2 ProcVersionSignature: Ubuntu 4.4.0-57.78-generic 4.4.35 Uname: Linux 4.4.0-57-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.4 Architecture: amd64 CurrentDesktop: MATE Date: Tue Dec 27 12:42:40 2016 InstallationDate: Installed on 2016-12-27 (0 days ago) InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719) SourcePackage: grub2 UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: grub2 (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1652822 Title: grub efi xfs unsupported filesystem To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1652822/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1653511] [NEW] libreoffice crashes on PDF fileopen--dependency problem
Public bug reported: After a clean install of xubuntu 16.04 and installing package 'libreoffice-pdfimport' using apt-get, LibreOffice crashes immediately upon attempting to open a PDF. The problem is that libreoffice-draw was not installed by default, and it was not required by libreoffice- pdfimport. solution: libreoffice-pdfimport should require libreoffice-draw ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: libreoffice-pdfimport 1:5.1.4-0ubuntu1 ProcVersionSignature: Ubuntu 4.4.0-57.78-generic 4.4.35 Uname: Linux 4.4.0-57-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.4 Architecture: amd64 CurrentDesktop: XFCE Date: Mon Jan 2 08:41:41 2017 EcryptfsInUse: Yes InstallationDate: Installed on 2016-12-09 (23 days ago) InstallationMedia: Xubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719) SourcePackage: libreoffice UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: libreoffice (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug third-party-packages xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1653511 Title: libreoffice crashes on PDF fileopen--dependency problem To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1653511/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1730105] [NEW] package shim-signed 1.28~16.04.1+0.9+1474479173.6c180c6-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1
Public bug reported: Not sure what this is... ProblemType: Package DistroRelease: Ubuntu 16.04 Package: shim-signed 1.28~16.04.1+0.9+1474479173.6c180c6-1ubuntu1 ProcVersionSignature: Ubuntu 4.4.0-97.120-generic 4.4.87 Uname: Linux 4.4.0-97-generic x86_64 .proc.sys.kernel.moksbstate_disabled: 0 .sys.firmware.efi.efivars.MokSBStateRT-605dab50-e046-4300-abb6-3dd810dd8b23: Error: [Errno 2] No such file or directory: '/sys/firmware/efi/efivars/MokSBStateRT-605dab50-e046-4300-abb6-3dd810dd8b23' .sys.firmware.efi.efivars.SecureBoot-8be4df61-93ca-11d2-aa0d-00e098032b8c: ** Affects: shim-signed (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-package xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1730105 Title: package shim-signed 1.28~16.04.1+0.9+1474479173.6c180c6-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/shim-signed/+bug/1730105/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1451166] Re: please remove nautilus-open-terminal package
I was able to disable gnome-terminal's extension simply by running `sudo mv /usr/lib/nautilus/extensions-3.0/libterminal-nautilus.so{,.bak}`. Nothing has broken on my machine as a result of this (yet). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1451166 Title: please remove nautilus-open-terminal package To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nautilus-open-terminal/+bug/1451166/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1417470] Re: PDF+Latex export creates multipage pdf, pages missing
Affects me in Manjaro with inkscape 0.91 from the official Arch repos, and affected me in Quirky compiled from source. For a while I resorted to 0.48 patched for compatibility with recent cairo and poppler, but now I'm using Hobbyblobby's solution with some adjustments: ##MAKEFILE## FIG_DIR=data/figures SVG2PDFTEX_SVG_FILES := $(wildcard $(FIG_DIR)/svg2pdftex_in/*.svg) SVG2PDFTEX_PDF_FILES=$(patsubst $(FIG_DIR)/svg2pdftex_in/%.svg,$(FIG_DIR)/svg2pdftex_out/%.pdf,$(SVG2PDFTEX_SVG_FILES)) SVG2PDFTEX_TEX_FILES=$(patsubst $(FIG_DIR)/svg2pdftex_in/%.svg,$(FIG_DIR)/svg2pdftex_out/%.pdf_tex,$(SVG2PDFTEX_SVG_FILES)) main.pdf: main.tex $(SVG2PDFTEX_PDF_FILES) $(SVG2PDFTEX_TEX_FILES) # call your favourite build tool $(FIG_DIR)/svg2pdftex_out/%.pdf $(FIG_DIR)/svg2pdftex_out/%.pdf_tex: $(FIG_DIR)/svg2pdftex_in/%.svg inkscape -z -f $< --export-latex -A "$$(dirname $@)/$$(basename $< .svg).pdf" -C ; \ PAGES=$$(pdfinfo "$$(dirname $@)/$$(basename $< .svg).pdf" | grep Pages | cut -d" " -f11) ; \ for j in $$(egrep "includegraphics.*page=" "$$(dirname $@)/$$(basename $< .svg).pdf_tex") ; do \ CHECKPAGE="$$(echo $$j | sed 's/^.*page=\([0-9]*\).*$$/\1/g')" ; \ if [ $$CHECKPAGE -gt $$PAGES ] ; then \ sed -i 's/^.*includegraphics.*page='$$CHECKPAGE'.*$$//g' "$$(dirname $@)/$$(basename $< .svg).pdf_tex" ; \ fi ; \ done ##MAKEFILE(END)## wherein I use a multitarget pattern rule to allow make to decide when a figure needs to be reprocessed, and some automatic variables to get the target name and directory; see http://www.gnu.org/software/make/manual/make.html#Pattern-Examples The main difference is that the target is a file instead of .PHONY and the rule only generates the target (and its pdf or pdf_tex complement) rather than running through the whole svg directory. Make should recreate %.pdf and %.pdf_tex when at least one is missing or older than %.svg, for each %.svg in SVG2PDFTEX_SVG_FILES, but otherwise won't waste its time. One could specify the required figures manually per project instead of the wildcard and patsubst method, or maybe automatically when building with latexmk; I think I recall that it would attempt "make (file)" if pdflatex reported (file) were missing. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1417470 Title: PDF+Latex export creates multipage pdf, pages missing To manage notifications about this bug go to: https://bugs.launchpad.net/inkscape/+bug/1417470/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1307559] Re: Window decorations not drawn on external monitor
Can duplicate on a Dell Precision m5510 with a Intel HD Graphics 530 and an NVidia Quadro M1000M running Ubuntu 16.04. Output of uname -a: Linux arbitrarly 4.6.2-040602-generic #201606072312 SMP Wed Jun 8 03:14:36 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux Kernel 4.6.2 is in use because of problems with 4.4.0 and Intel graphics. The same workaround (scaling the external display independently) corrects the issue for me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1307559 Title: Window decorations not drawn on external monitor To manage notifications about this bug go to: https://bugs.launchpad.net/unity/+bug/1307559/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1301125] Re: Lock screen after idle time freezes unity
This happens to me on an 16.04 installation as well (kernel 4.4.0-24-generic. Hardware is a pair of EVGA Titan X. I can switch to a terminal using Ctrl+Alt+1 and I grabbed the attached information from gdb over two separate runs. The system hangup occurs every time I lock the screen and the monitors go idle. I don't see anything troubling in journalctl happening at the same time that I'm attempting to resume. ** Attachment added: "gdb-compiz.tar.gz" https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1301125/+attachment/4682478/+files/gdb-compiz.tar.gz -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1301125 Title: Lock screen after idle time freezes unity To manage notifications about this bug go to: https://bugs.launchpad.net/unity/+bug/1301125/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 969935] [NEW] Audio barely heard from headphone, amplified. no sound from laptop speakers either [ALI5451 - ALI 5451] ALSA test tone not correctly played back
Public bug reported: 1 Description:Ubuntu 10.04.4 LTS Release:10.04 2 No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 10.04.4 LTS Release:10.04 Codename: lucid 3 I expect the sound to work. 4 no sound from speakers, headphones play very faint sound when amplified. ProblemType: Bug DistroRelease: Ubuntu 10.04 Package: alsa-base 1.0.22.1+dfsg-0ubuntu3 ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2 Uname: Linux 2.6.32-21-generic i686 AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21. Architecture: i386 ArecordDevices: List of CAPTURE Hardware Devices card 0: A5451 [ALI 5451], device 0: ALI 5451 [ALI 5451] Subdevices: 0/1 Subdevice #0: subdevice #0 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: toshiba8379 F pulseaudio /dev/snd/pcmC0D0c: toshiba8379 F...m pulseaudio Card0.Amixer.info: Card hw:0 'A5451'/'ALI 5451 at 0x1000, irq 11' Mixer name : 'Analog Devices AD1981B' Components : 'AC97a:41445374' Controls : 28 Simple ctrls : 20 Date: Sat Mar 31 03:20:48 2012 InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429) PackageArchitecture: all ProcEnviron: LANG=en_CA.utf8 SHELL=/bin/bash SelectedCard: 0 A5451 ALI5451 - ALI 5451 SourcePackage: alsa-driver Symptom: audio Title: [ALI5451 - ALI 5451] ALSA test tone not correctly played back dmi.bios.date: 05/19/2003 dmi.bios.vendor: TOSHIBA dmi.bios.version: Version 1.10 dmi.board.name: Portable PC dmi.board.vendor: TOSHIBA dmi.board.version: Version A0 dmi.chassis.asset.tag: 00 dmi.chassis.type: 10 dmi.chassis.vendor: TOSHIBA dmi.chassis.version: Version 1.0 dmi.modalias: dmi:bvnTOSHIBA:bvrVersion1.10:bd05/19/2003:svnTOSHIBA:pnSatelliteA20:pvrPSA20C-02HKQP:rvnTOSHIBA:rnPortablePC:rvrVersionA0:cvnTOSHIBA:ct10:cvrVersion1.0: dmi.product.name: Satellite A20 dmi.product.version: PSA20C-02HKQP dmi.sys.vendor: TOSHIBA ** Affects: alsa-driver (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 lucid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/969935 Title: Audio barely heard from headphone, amplified. no sound from laptop speakers either [ALI5451 - ALI 5451] ALSA test tone not correctly played back To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/969935/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 969935] Re: Audio barely heard from headphone, amplified. no sound from laptop speakers either [ALI5451 - ALI 5451] ALSA test tone not correctly played back
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/969935 Title: Audio barely heard from headphone, amplified. no sound from laptop speakers either [ALI5451 - ALI 5451] ALSA test tone not correctly played back To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/969935/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 969935] Re: Audio barely heard from headphone, amplified. no sound from laptop speakers either [ALI5451 - ALI 5451] ALSA test tone not correctly played back
Dave, thank you for the advice, i added the line as directed but there is only a minor increase in sound. to get any sound all levels have to be increased to max and that still does not produce levels that one would expect - my ears should be hurting. also, the levels from the internal speakers are about the same output. maybe this could further your brainstorming and i'm hopeful you know a solution :) thanks again, Jeremiah -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/969935 Title: Audio barely heard from headphone, amplified. no sound from laptop speakers either [ALI5451 - ALI 5451] ALSA test tone not correctly played back To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/969935/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 959543] Re: Failed to load session "ubuntu-2d" error
Hi Albert, I recently (2-3 days ago) did a clean install with a more recent daily image and I didn't run into the problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/959543 Title: Failed to load session "ubuntu-2d" error To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/unity-2d/+bug/959543/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 972965] Re: [network]: gnome-control-center crashed with SIGSEGV in g_main_context_dispatch()
** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/972965 Title: [network]: gnome-control-center crashed with SIGSEGV in g_main_context_dispatch() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/972965/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 937313] Re: Workspaces fails to come into focus when more than one app is running
There may be a misunderstanding in what the issue is. The behaviour of a workspace when there are multiple applications running in a workspace is different when there is only one application running in a workspace. Best way to see the issue is: 1. go to one of the workspaces 2. Launch multiple applications (Like Terminal and System Monitor) 3. Make sure the Terminal window stays open and the gui for Sys Monitor is running 4. Go to another workspace and open Firefox If you now click on the workspaces icon in the launcher where all workspaces are on the screen, selecting the workspace with one app gui running behaves differently than when selecting a workspace with multiple application gui running. The conclusion derived from Florian statement is that the behaviour should be the same regardless of the number of gui apps running. Is this correct? If this is the case then there is a behavioral consistency issue ** Changed in: unity-2d (Ubuntu) Status: Incomplete => New ** Changed in: unity-2d Status: Incomplete => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/937313 Title: Workspaces fails to come into focus when more than one app is running To manage notifications about this bug go to: https://bugs.launchpad.net/unity-2d/+bug/937313/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1292019] Re: ubuntu causes DHCP DOS attack during install
This also affects me, I tried with Ubuntu server iso as well as the netboot tarball. I have tried using an automated install via preseed as well as KS and a manual install just loading the kernel and initrd via tftp. ALL of these methods result in a loop where the client receives a DHCPOFFER from the server(which in my case is our network firewall), this is then followed by a DHCPACK, then the client DHCPDECLINES and keeps looping through all available DHCP addresses in the pool until the DHCP server has no more addresses to give out. There appears to be an old similar bug here: https://bugs.launchpad.net/ubuntu/+source/netcfg/+bug/848072 Is anyone able to look into this? I have been beating my head against the wall for about a week now and could really use some assistance. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1292019 Title: ubuntu causes DHCP DOS attack during install To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/netcfg/+bug/1292019/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1409046] Re: intel_crtc_wait_for_pending_flips correlate to GUI hang
This appears to be a duplicate of https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1384342, however multiple comments in that thread recommended submitting a new bug to track different hardware specs. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1409046 Title: intel_crtc_wait_for_pending_flips correlate to GUI hang To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1409046/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1409046] [NEW] intel_crtc_wait_for_pending_flips correlate to GUI hang
Public bug reported: About every 2 - 4 days, the UI hangs and I need to power cycle the system in order to return to usability. The mouse cursor can be moved, but only on the current monitor. This has only happened since upgrading to 14.10. Hardware is a Lenovo W540. ProblemType: Bug DistroRelease: Ubuntu 14.10 Package: linux-image-3.16.0-28-generic 3.16.0-28.38 ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1 Uname: Linux 3.16.0-28-generic x86_64 ApportVersion: 2.14.7-0ubuntu8 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC3: jeremiah 4202 F pulseaudio /dev/snd/controlC2: jeremiah 4202 F pulseaudio /dev/snd/controlC1: jeremiah 4202 F pulseaudio /dev/snd/controlC0: jeremiah 4202 F pulseaudio CurrentDesktop: Unity Date: Fri Jan 9 07:36:39 2015 EcryptfsInUse: Yes InstallationDate: Installed on 2014-08-07 (155 days ago) InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2) MachineType: LENOVO 20BGCTO1WW ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-28-generic.efi.signed root=UUID=7ce22631-1a2f-45e4-872c-3cf524945a3e ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.16.0-28-generic N/A linux-backports-modules-3.16.0-28-generic N/A linux-firmware 1.138.1 SourcePackage: linux UpgradeStatus: Upgraded to utopic on 2014-12-18 (21 days ago) dmi.bios.date: 06/20/2014 dmi.bios.vendor: LENOVO dmi.bios.version: GNET65WW (2.13 ) dmi.board.asset.tag: Not Available dmi.board.name: 20BGCTO1WW dmi.board.vendor: LENOVO dmi.board.version: SDK0E50512 Std dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvrGNET65WW(2.13):bd06/20/2014:svnLENOVO:pn20BGCTO1WW:pvrThinkPadW540:rvnLENOVO:rn20BGCTO1WW:rvrSDK0E50512Std:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 20BGCTO1WW dmi.product.version: ThinkPad W540 dmi.sys.vendor: LENOVO ** Affects: linux (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug utopic ** Attachment added: "version.log" https://bugs.launchpad.net/bugs/1409046/+attachment/4294696/+files/version.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1409046 Title: intel_crtc_wait_for_pending_flips correlate to GUI hang To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1409046/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1409299] [NEW] nvidia-331-uvm 331.113-0ubuntu0.1: nvidia-331-uvm kernel module failed to build
Public bug reported: Attempting to build 3.19r3 to test bug https://bugs.launchpad.net/bugs/1384342 ProblemType: Package DistroRelease: Ubuntu 14.10 Package: nvidia-331-uvm 331.113-0ubuntu0.1 ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1 Uname: Linux 3.16.0-28-generic x86_64 ApportVersion: 2.14.7-0ubuntu8 Architecture: amd64 DKMSKernelVersion: 3.19.0-031900rc3-generic Date: Sat Jan 10 08:50:59 2015 DuplicateSignature: dkms:nvidia-331-uvm:331.113-0ubuntu0.1:/var/lib/dkms/nvidia-331/331.113/build/nv.c:1:0: error: code model ‘kernel’ not supported in the 32 bit mode InstallationDate: Installed on 2014-08-07 (156 days ago) InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2) PackageVersion: 331.113-0ubuntu0.1 SourcePackage: nvidia-graphics-drivers-331 Title: nvidia-331-uvm 331.113-0ubuntu0.1: nvidia-331-uvm kernel module failed to build UpgradeStatus: Upgraded to utopic on 2014-12-18 (22 days ago) ** Affects: nvidia-graphics-drivers-331 (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-package third-party-packages utopic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1409299 Title: nvidia-331-uvm 331.113-0ubuntu0.1: nvidia-331-uvm kernel module failed to build To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1409299/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1384342] Re: kernel messages intel_crtc_wait_for_pending_flips correlate to compiz hang
Tested on v3.19-rc3-vivid and DKMS would not build the nvidia drivers (see https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics- drivers-331-updates/+bug/1268257). The same thing happened with a manual dkms update. During reboot, Ubuntu segfaulted and the system had to be hard power cycled. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1384342 Title: kernel messages intel_crtc_wait_for_pending_flips correlate to compiz hang To manage notifications about this bug go to: https://bugs.launchpad.net/linux/+bug/1384342/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 958859] Re: log file viewer not loading when selected in menu
observing the same issue. can launch the application from the command line but not from the menu option -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/958859 Title: log file viewer not loading when selected in menu To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-system-log/+bug/958859/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 931798] Re: bamfdaemon crashed with SIGABRT in raise()
** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/931798 Title: bamfdaemon crashed with SIGABRT in raise() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/bamf/+bug/931798/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 931814] [NEW] toggling the 'seeing' text size setting in universal access causing system setting to redraw incorrectly
Public bug reported: Toggling the text size from Normal to Small then back to Normal in the Univeral Access System Setting causes the System Settings to incorrectly redraw where some of the descriptions of the settings are cut-off Steps to reproduce: Open System Settings Go to Universal Access In the Seeing tab, switch from Normal to Small and back to Normal Navigate back the System Settings. As a side note - if you have terminal open and run through the same experiment, the terminal window size expands after executing the 3rd step in the repro process ** Affects: unity (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/931814 Title: toggling the 'seeing' text size setting in universal access causing system setting to redraw incorrectly To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/unity/+bug/931814/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 931814] Re: toggling the 'seeing' text size setting in universal access causing system setting to redraw incorrectly
** Attachment added: "Screenshot at 2012-02-13 15:16:11.png" https://bugs.launchpad.net/bugs/931814/+attachment/2737379/+files/Screenshot%20at%202012-02-13%2015%3A16%3A11.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/931814 Title: toggling the 'seeing' text size setting in universal access causing system setting to redraw incorrectly To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/unity/+bug/931814/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 932457] Re: chromium-browser crashed with SIGSEGV in getaddrinfo()
** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/932457 Title: chromium-browser crashed with SIGSEGV in getaddrinfo() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/932457/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 998226] [NEW] package gforge-dns-bind9 5.1.1-2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1
Public bug reported: Problems started when I upgraded from the previous Ubuntu distribution. ProblemType: Package DistroRelease: Ubuntu 12.04 Package: gforge-dns-bind9 5.1.1-2 ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14 Uname: Linux 3.2.0-24-generic x86_64 ApportVersion: 2.0.1-0ubuntu7 Architecture: amd64 Date: Tue May 8 18:05:17 2012 ErrorMessage: subprocess installed post-installation script returned error exit status 1 InstallationMedia: Ubuntu-Server 11.10 "Oneiric Ocelot" - Release amd64 (20111011) PackageArchitecture: all SourcePackage: fusionforge Title: package gforge-dns-bind9 5.1.1-2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 UpgradeStatus: Upgraded to precise on 2012-05-04 (7 days ago) ** Affects: fusionforge (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-package need-duplicate-check precise -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/998226 Title: package gforge-dns-bind9 5.1.1-2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/fusionforge/+bug/998226/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 998226] Re: package gforge-dns-bind9 5.1.1-2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/998226 Title: package gforge-dns-bind9 5.1.1-2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/fusionforge/+bug/998226/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 998221] [NEW] package virtualbox-ose-qt 4.1.12-dfsg-2 failed to install/upgrade: package virtualbox-ose-qt is already installed and configured
Public bug reported: Upgraded from Previous Ubuntu distribution ProblemType: Package DistroRelease: Ubuntu 12.04 Package: virtualbox-ose-qt 4.1.12-dfsg-2 ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14 Uname: Linux 3.2.0-24-generic x86_64 ApportVersion: 2.0.1-0ubuntu7 Architecture: amd64 Date: Mon May 7 19:51:07 2012 DuplicateSignature: Unpacking libqscintilla2-designer (from .../libqscintilla2-designer_2.6.1-4_amd64.deb) ... dpkg: error processing virtualbox-dkms (--configure): package virtualbox-dkms is already installed and configured ErrorMessage: package virtualbox-ose-qt is already installed and configured InstallationMedia: Ubuntu-Server 11.10 "Oneiric Ocelot" - Release amd64 (20111011) PackageArchitecture: all SourcePackage: virtualbox Title: package virtualbox-ose-qt 4.1.12-dfsg-2 failed to install/upgrade: package virtualbox-ose-qt is already installed and configured UpgradeStatus: Upgraded to precise on 2012-05-04 (7 days ago) ** Affects: virtualbox (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-package precise -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/998221 Title: package virtualbox-ose-qt 4.1.12-dfsg-2 failed to install/upgrade: package virtualbox-ose-qt is already installed and configured To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/virtualbox/+bug/998221/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 998221] Re: package virtualbox-ose-qt 4.1.12-dfsg-2 failed to install/upgrade: package virtualbox-ose-qt is already installed and configured
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/998221 Title: package virtualbox-ose-qt 4.1.12-dfsg-2 failed to install/upgrade: package virtualbox-ose-qt is already installed and configured To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/virtualbox/+bug/998221/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 998230] Re: package gforge-dns-bind9 5.1.1-2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1
*** This bug is a duplicate of bug 998226 *** https://bugs.launchpad.net/bugs/998226 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/998230 Title: package gforge-dns-bind9 5.1.1-2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/fusionforge/+bug/998230/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 998228] [NEW] package gforge-dns-bind9 5.1.1-2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1
*** This bug is a duplicate of bug 998226 *** https://bugs.launchpad.net/bugs/998226 Public bug reported: Problems started when I upgraded from the previous Ubuntu distribution. ProblemType: Package DistroRelease: Ubuntu 12.04 Package: gforge-dns-bind9 5.1.1-2 ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14 Uname: Linux 3.2.0-24-generic x86_64 ApportVersion: 2.0.1-0ubuntu7 Architecture: amd64 Date: Tue May 8 18:05:17 2012 ErrorMessage: subprocess installed post-installation script returned error exit status 1 InstallationMedia: Ubuntu-Server 11.10 "Oneiric Ocelot" - Release amd64 (20111011) PackageArchitecture: all SourcePackage: fusionforge Title: package gforge-dns-bind9 5.1.1-2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 UpgradeStatus: Upgraded to precise on 2012-05-04 (7 days ago) ** Affects: fusionforge (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-package need-duplicate-check precise -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/998228 Title: package gforge-dns-bind9 5.1.1-2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/fusionforge/+bug/998228/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 998228] Re: package gforge-dns-bind9 5.1.1-2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1
*** This bug is a duplicate of bug 998226 *** https://bugs.launchpad.net/bugs/998226 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/998228 Title: package gforge-dns-bind9 5.1.1-2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/fusionforge/+bug/998228/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 998230] [NEW] package gforge-dns-bind9 5.1.1-2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1
*** This bug is a duplicate of bug 998226 *** https://bugs.launchpad.net/bugs/998226 Public bug reported: Problems started when I upgraded from the previous Ubuntu distribution. ProblemType: Package DistroRelease: Ubuntu 12.04 Package: gforge-dns-bind9 5.1.1-2 ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14 Uname: Linux 3.2.0-24-generic x86_64 ApportVersion: 2.0.1-0ubuntu7 Architecture: amd64 Date: Tue May 8 18:05:17 2012 ErrorMessage: subprocess installed post-installation script returned error exit status 1 InstallationMedia: Ubuntu-Server 11.10 "Oneiric Ocelot" - Release amd64 (20111011) PackageArchitecture: all SourcePackage: fusionforge Title: package gforge-dns-bind9 5.1.1-2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 UpgradeStatus: Upgraded to precise on 2012-05-04 (7 days ago) ** Affects: fusionforge (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-package need-duplicate-check precise -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/998230 Title: package gforge-dns-bind9 5.1.1-2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/fusionforge/+bug/998230/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 975198] Re: alternate iso missing hid-logitech-dj driver
This appears to still be an issue. I've attempted to install 14.04.3 using a Logitech K800. I can begin the install process, though I'm stuck at the first step of the installation: [!!] Select a language. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/975198 Title: alternate iso missing hid-logitech-dj driver To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/975198/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 525552] Re: Byobu overwrites shell prompt setting
I also see this behavior with byobu 5.60-0ubuntu1 on Ubuntu 13.10. I can run byobu manually or automatically at login (using byobu-enable) but the aliases and functions I have in a /etc/profile.d/lxc-helpers.sh script aren't available to me. Interestingly, when I run tmux it does have my profile (aliases and funtions) available. As a workaround for byobu I just append the following to my ~/.bashrc file to re-source the profile which gets everything working as expected. . /etc/profile -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/525552 Title: Byobu overwrites shell prompt setting To manage notifications about this bug go to: https://bugs.launchpad.net/byobu/+bug/525552/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1289418] [NEW] [System manufacturer System Product Name] suspend/resume failure [non-free: fglrx]
Public bug reported: Activated Suspend and it never completed. ProblemType: KernelOops DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-16-generic 3.13.0-16.36 ProcVersionSignature: Ubuntu 3.13.0-16.36-generic 3.13.5 Uname: Linux 3.13.0-16-generic x86_64 NonfreeKernelModules: fglrx Annotation: This occured during a previous suspend and prevented it from resuming properly. ApportVersion: 2.13.2-0ubuntu5 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: jdc3139 F pulseaudio /dev/snd/controlC0: jdc3139 F pulseaudio Date: Fri Mar 7 08:31:15 2014 ExecutablePath: /usr/share/apport/apportcheckresume Failure: suspend/resume HibernationDevice: RESUME=UUID=7f40e0c3-bcf7-42be-8d78-20672cdb52b2 InstallationDate: Installed on 2014-02-05 (29 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Alpha amd64 (20140204) InterpreterPath: /usr/bin/python3.4 MachineType: System manufacturer System Product Name ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume ProcEnviron: TERM=linux PATH=(custom, no user) ProcFB: 0 EFI VGA ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-16-generic.efi.signed root=UUID=70a96916-ca8b-4158-b114-ad2c46e9e380 ro quiet splash nomdmonddf nomdmonisw vt.handoff=7 PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: linux-restricted-modules-3.13.0-16-generic N/A linux-backports-modules-3.13.0-16-generic N/A linux-firmware 1.126 RfKill: 0: phy0: Wireless LAN Soft blocked: no Hard blocked: no SourcePackage: linux Title: [System manufacturer System Product Name] suspend/resume failure [non-free: fglrx] UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: dmi.bios.date: 05/08/2013 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: 6104 dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: F2A85-V PRO dmi.board.vendor: ASUSTeK COMPUTER INC. dmi.board.version: Rev X.0x dmi.chassis.asset.tag: Asset-1234567890 dmi.chassis.type: 3 dmi.chassis.vendor: Chassis Manufacture dmi.chassis.version: Chassis Version dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvr6104:bd05/08/2013:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnF2A85-VPRO:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion: dmi.product.name: System Product Name dmi.product.version: System Version dmi.sys.vendor: System manufacturer ** Affects: linux (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-kerneloops resume suspend trusty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1289418 Title: [System manufacturer System Product Name] suspend/resume failure [non- free: fglrx] To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1289418/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1289418] Re: [System manufacturer System Product Name] suspend/resume failure [non-free: fglrx]
kernel-unable-to-test-upstream Attempted to install the 3.14.0-rc6 and fglrx messages appeared. (fglrx make.log attached) ran sudo update-grub and the 3.14.0 kernel is found, but not added to list of kernels at boot. I cannot test. ... run-parts: executing /etc/kernel/postinst.d/dkms 3.14.0-031400rc6-generic /boot/vmlinuz-3.14.0-031400rc6-generic Error! Bad return status for module build on kernel: 3.14.0-031400rc6-generic (x86_64) Consult /var/lib/dkms/fglrx/13.350/build/make.log for more information. ... ** Attachment added: "kernel-unable-to-test-upstream" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1289418/+attachment/4020303/+files/dkms%20fglrx%20makelog -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1289418 Title: [System manufacturer System Product Name] suspend/resume failure [non- free: fglrx] To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1289418/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1289418] Re: [System manufacturer System Product Name] suspend/resume failure [non-free: fglrx]
** Tags added: kernel-unable-to-test-upstream -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1289418 Title: [System manufacturer System Product Name] suspend/resume failure [non- free: fglrx] To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1289418/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1261818] Re: Can't type user password in lightdm
*** This bug is a duplicate of bug 128 *** https://bugs.launchpad.net/bugs/128 Affects me as well. I have been enabling the onscreen keyboard and then it lets me use the physical keyboard normally. On next boot, the problem is back so I disable the onscreen keyboard and I am then able to type the password using the physical keyboard. I will try the mouse right-click workaround next time. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1261818 Title: Can't type user password in lightdm To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/1261818/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1261873] Re: 'net usershare' returned error 255
Still present in daily build. After making changes to smb.conf I made a local copy to ensure I can revert back if needed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1261873 Title: 'net usershare' returned error 255 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1261873/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1270961] [NEW] Install failed due to missing /etc/lxc when using Jan 20 Saucy daily build
Public bug reported: I tried multiple times to install the 1.0.0~beta2+master~20140120-1600-0ubuntu1~ppa1~saucy1 daily build in Saucy and the preinstall script failed each time because the /etc/lxc directory is missing. ** Affects: lxc (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1270961 Title: Install failed due to missing /etc/lxc when using Jan 20 Saucy daily build To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1270961/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1395055] [NEW] package libfelix-osgi-obr-java 1.0.2-3fakesync1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration
Public bug reported: Shows whenever I do anything apt-get wise, still installs the program ProblemType: Package DistroRelease: Ubuntu 14.10 Package: libfelix-osgi-obr-java 1.0.2-3fakesync1 ProcVersionSignature: Ubuntu 3.16.0-24.32-generic 3.16.4 Uname: Linux 3.16.0-24-generic x86_64 NonfreeKernelModules: fglrx ApportVersion: 2.14.7-0ubuntu8 Architecture: amd64 Date: Fri Nov 21 11:12:30 2014 Dependencies: libosgi-core-java 4.3.1-1 DuplicateSignature: package:libfelix-osgi-obr-java:1.0.2-3fakesync1:package is in a very bad inconsistent state; you should reinstall it before attempting configuration ErrorMessage: package is in a very bad inconsistent state; you should reinstall it before attempting configuration InstallationDate: Installed on 2014-11-07 (14 days ago) InstallationMedia: Ubuntu-GNOME 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) PackageArchitecture: all SourcePackage: felix-osgi-obr Title: package libfelix-osgi-obr-java 1.0.2-3fakesync1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: felix-osgi-obr (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-package utopic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1395055 Title: package libfelix-osgi-obr-java 1.0.2-3fakesync1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/felix-osgi-obr/+bug/1395055/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1110642] [NEW] usb-creator-gtk crashed with SIGSEGV
*** This bug is a duplicate of bug 1054712 *** https://bugs.launchpad.net/bugs/1054712 Public bug reported: in the process of creating a bootup 13.04 disk and the app crashed towards the end of the process ProblemType: Crash DistroRelease: Ubuntu 13.04 Package: usb-creator-gtk 0.2.45.1 Uname: Linux 3.8.0-030800rc4-generic x86_64 ApportVersion: 2.8-0ubuntu2 Architecture: amd64 CrashCounter: 1 Date: Wed Jan 30 09:19:50 2013 ExecutablePath: /usr/bin/usb-creator-gtk InstallationDate: Installed on 2013-01-04 (26 days ago) InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121016.1) InterpreterPath: /usr/bin/python3.3 MarkForUpload: True ProcCmdline: /usr/bin/python3 /usr/bin/usb-creator-gtk ProcEnviron: PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=en_US.UTF-8 SHELL=/bin/bash Signal: 11 SourcePackage: usb-creator StacktraceTop: ?? () from /lib/x86_64-linux-gnu/libc.so.6 ?? () from /lib/x86_64-linux-gnu/libdbus-1.so.3 ?? () from /lib/x86_64-linux-gnu/libdbus-1.so.3 ?? () from /lib/x86_64-linux-gnu/libdbus-1.so.3 ?? () from /lib/x86_64-linux-gnu/libdbus-1.so.3 Title: usb-creator-gtk crashed with SIGSEGV UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo ** Affects: usb-creator (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-crash raring running-unity ** Information type changed from Private to Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1110642 Title: usb-creator-gtk crashed with SIGSEGV To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/usb-creator/+bug/1110642/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs