[Bug 1215090] [NEW] gvfsd-obexftp crashed with SIGABRT in __libc_message()
Public bug reported: When I connect my Android phone to PC Bluetooth and I want to browse my sdcard, gvfsd-obexftp fail instantly. ProblemType: Crash DistroRelease: Ubuntu 12.10 Package: gvfs-backends 1.14.0-0ubuntu6 ProcVersionSignature: Ubuntu 3.5.0-37.58-generic 3.5.7.16 Uname: Linux 3.5.0-37-generic x86_64 ApportVersion: 2.6.1-0ubuntu12 Architecture: amd64 CrashCounter: 1 Date: Wed Aug 21 13:09:23 2013 ExecutablePath: /usr/lib/gvfs/gvfsd-obexftp ExecutableTimestamp: 1349728911 InstallationDate: Installed on 2013-07-18 (34 days ago) InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5) MarkForUpload: True ProcCmdline: /usr/lib/gvfs/gvfsd-obexftp --spawner :1.7 /org/gtk/gvfs/exec_spaw/3 ProcCwd: / Signal: 6 SourcePackage: gvfs StacktraceTop: raise () from /lib/x86_64-linux-gnu/libc.so.6 abort () from /lib/x86_64-linux-gnu/libc.so.6 ?? () from /lib/x86_64-linux-gnu/libc.so.6 ?? () from /lib/x86_64-linux-gnu/libc.so.6 ?? () Title: gvfsd-obexftp crashed with SIGABRT in raise() UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo ** Affects: gvfs (Ubuntu) Importance: Medium Status: New ** Tags: amd64 apport-crash quantal ** 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/1215090 Title: gvfsd-obexftp crashed with SIGABRT in __libc_message() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1215090/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1414303] Re: sudo show predefine PAM prompt with some PAM Modules, no default sudo prompt
The patch has committed, the bug entry is http://bugzilla.sudo.ws/show_bug.cgi?id=701 ** Bug watch added: bugzilla.sudo.ws/ #701 http://bugzilla.sudo.ws/show_bug.cgi?id=701 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1414303 Title: sudo show predefine PAM prompt with some PAM Modules, no default sudo prompt To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/sudo/+bug/1414303/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1414303] [NEW] sudo show predefine PAM prompt with some PAM Modules, no default sudo prompt
Public bug reported: I use libpam-krb5 for authentication, when I use sudo it show this prompt Password: Not the default of sudo [sudo] password for (user): But if it's set LANG=C (no locale) with module libpam-krb5 show the default prompt of sudo. With the module pam_unix (default of system) work without problems. Then the problem is in locale support of one of these packages. At check the source code of two I reached the conclusion. 1. libpam-krb5 not support translations. 2. sudo replaces the PAM prompt if this is "Password:" or translate of this. But sudo only check "Password:" translated on current language config (example "Contraseña:" on "es" locale). This bug not cause "real" problem but it may reveal the authentication system in use. This report has attached a (possible) patch of sudo for fix the bug. ProblemType: Bug DistroRelease: Ubuntu 14.10 Package: sudo 1.8.9p5-1ubuntu2 ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2 Uname: Linux 3.16.0-29-generic x86_64 NonfreeKernelModules: nvidia ApportVersion: 2.14.7-0ubuntu8.1 Architecture: amd64 Date: Sat Jan 24 07:50:23 2015 InstallationDate: Installed on 2015-01-12 (12 days ago) InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1) SourcePackage: sudo UpgradeStatus: No upgrade log present (probably fresh install) VisudoCheck: /etc/sudoers análisis OK /etc/sudoers.d/README análisis OK ** Affects: sudo (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug utopic ** Patch added: "sudo patch for fix prompt issue with some PAM modules" https://bugs.launchpad.net/bugs/1414303/+attachment/4304839/+files/sudo.diff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1414303 Title: sudo show predefine PAM prompt with some PAM Modules, no default sudo prompt To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/sudo/+bug/1414303/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1399924] Re: package sudo 1.8.9p5-1ubuntu2 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 1
In the log file DpkgHistoryLog.txt show than sudo package would be replaced by the same but different architecture (amd64 -> i386). You installed a package of i386 with Depend (not Recommend or Suggest) to sudo:i386 package or Conflicts with sudo:amd64 forcing to change to i386 binary. Because the Arch change is (remove and install) not reinstall nor up/downgrade, sudo package show the warning and cancel the installation by system integrity. Please check the broken package than cause this issue because I reinstalled, upgrade and downgrade with this version and I can't reproduce the bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1399924 Title: package sudo 1.8.9p5-1ubuntu2 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/sudo/+bug/1399924/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 787039] Re: Python 3 Doc not show in Devhelp
The problem is in tag "name" in python3.2.devhelp.gz and python2.7.devhelp.gz, this is the same: "Python"; and DevHelp use the major version (this case python3-doc). A solution is change the tag "name" to: "Python2" and "Python3" respectively. ** Changed in: devhelp (Ubuntu) Status: Expired => Incomplete ** Changed in: devhelp (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/787039 Title: Python 3 Doc not show in Devhelp To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/devhelp/+bug/787039/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 787039] Re: Python 3 Doc not show in Devhelp
This problem is in python3.2-dev and python2.7-doc DevHelp Book File (.devhelp.gz) ** Also affects: python2.7 (Ubuntu) Importance: Undecided Status: New ** Also affects: python3.2 (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/787039 Title: Python 3 Doc not show in Devhelp To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/devhelp/+bug/787039/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 787039] Re: Python 3 Doc not show in Devhelp
** Tags added: precise -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/787039 Title: Python 3 Doc not show in Devhelp To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/devhelp/+bug/787039/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 787039] Re: Python 3 Doc not show in Devhelp
But it works for me, I have installed python3.2-doc and python2.7-doc packages, changed the tag name in their DevHelp Book Description solve the problem. A example: the gtkmm documentation packages (2.4 and 3.0) difference the DevHelp Book Description using "gtkmm-2.4" and "gtkmm-3.0" in attribute "name" in the tag . The python documentation packages must do the same. Is possible use "Python2.7" and "Python3.2", this can help if has installed more than one the same major version: 2.* or 3.* versions. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/787039 Title: Python 3 Doc not show in Devhelp To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/devhelp/+bug/787039/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1158267] Re: broken (click-trhough) window decoration on some maximized windows
Same as #15 for me too. Using GNOME Fallback. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1158267 Title: broken (click-trhough) window decoration on some maximized windows To manage notifications about this bug go to: https://bugs.launchpad.net/compiz/+bug/1158267/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1071915] Re: gufw is not displayed under GNOME session
Please check this diff file. Remove OnlyShowIn line and move Gufw from Other to System in GNOME Panel Settings. ** Patch added: "gufw.desktop patch" https://bugs.launchpad.net/ubuntu/+source/gui-ufw/+bug/1071915/+attachment/3422073/+files/gufw.desktop.diff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1071915 Title: gufw is not displayed under GNOME session To manage notifications about this bug go to: https://bugs.launchpad.net/gui-ufw/+bug/1071915/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 936490] [NEW] SIGVSIG in gnome-shell by libtelepathy-glib
Public bug reported: gnome-shell exit abnormalty with SIGVSIG: In syslog show: Feb 19 13:40:04 joel-desktop kernel: [21523.640492] gnome-shell[4317]: segfault at 0 ip (null) sp a107c0fc error 4 in libtelepathy-glib.so.0.61.0[11+1ae000] ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: gnome-shell 3.2.1-0ubuntu1.1 ProcVersionSignature: Ubuntu 3.0.0-16.28-generic 3.0.17 Uname: Linux 3.0.0-16-generic i686 ApportVersion: 1.23-0ubuntu4 Architecture: i386 Date: Sun Feb 19 13:41:44 2012 InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012) SourcePackage: gnome-shell UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: gnome-shell (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 oneiric -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/936490 Title: SIGVSIG in gnome-shell by libtelepathy-glib To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/936490/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 936490] Re: SIGVSIG in gnome-shell by libtelepathy-glib
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/936490 Title: SIGVSIG in gnome-shell by libtelepathy-glib To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/936490/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 936490] Re: SIGVSIG in gnome-shell by libtelepathy-glib
** Tags added: gnome3 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/936490 Title: SIGVSIG in gnome-shell by libtelepathy-glib To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/936490/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 481752] Re: package bind9 1:9.6.1.dfsg.P1-3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1
See, in your case is needed install "sendmail-base" package and bind9 will restarted automatic. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/481752 Title: package bind9 1:9.6.1.dfsg.P1-3 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/bind9/+bug/481752/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs