[Bug 57521] asm*/alternative.h missing on x86-64

2006-08-23 Thread Michael Poole
Public bug reported:

Binary package hint: linux-libc-dev

linux-libc-dev provides /usr/include/asm/atomic.h, which includes the
CPU-appropriate asm-${ARCH}/atomic.h file.
/usr/include/asm-x86_64/atomic.h includes asm/alternative.h
(apparently just to get the definition of LOCK_PREFIX), which is
missing.

How to reproduce: Compile a file containing just #include asm/atomic.h
using gcc -c filename.c.

** Affects: linux-source-2.6.17 (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
asm*/alternative.h missing on x86-64
https://launchpad.net/bugs/57521

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 64973] Re: Please update planner to 0.14.1

2006-10-18 Thread Michael Poole
As a follow-up, the upstream fix for their #347555 looks like it was a
partial fix.  As I mention at
http://bugzilla.gnome.org/show_bug.cgi?id=358415, another variable in
gantt_row_draw() also needs to be initialized and can cause crashes.

-- 
Please update planner to 0.14.1
https://launchpad.net/bugs/64973

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 64973] Please update planner to 0.14.1

2006-10-09 Thread Michael Poole
Public bug reported:

Gantt view in planner-0.14 is extremely fragile, and reproducibly
crashes on my system.  Upstream bugs include GNOME bugzilla entries
#345517, #352670, #358415, #347555 (and many duplicates of that last).

Building a package with the upstream 0.14.1 code and the planner-0.14-10
'debian' directory (and disabling the database backend feature, which is
apparently not compatible with gda2 1.2.x -- it fails to build) seems to
fix the crash.

** Affects: planner (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Please update planner to 0.14.1
https://launchpad.net/bugs/64973

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 68696] Re: Incorrect version of Berkeley db: compiled against 4.3.29, linked against 4.4.20

2006-10-30 Thread Michael Poole
*** This bug is a duplicate of bug 67111 ***

** This bug has been marked a duplicate of bug 67111
   Cyrus linked against db4.4 compiled against 4.3 ?

-- 
Incorrect version of Berkeley db: compiled against 4.3.29, linked against 4.4.20
https://launchpad.net/bugs/68696

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 179215] mono-jay includes no parser skeleton(s)

2007-12-29 Thread Michael Poole
Public bug reported:

Binary package hint: mono

The jay executable expects its standard input to be a parser skeleton.
dpkg -L mono-jay (at least for Gutsy's 1.2.4-6ubuntu6.1 version of
mono-jay) does not list anything that looks like a skeleton, and jay
-p reports its skeleton files are in /usr/local/share/jay, which does
not -- and should not -- exist in the standard package.  The absence of
the skeleton file makes it a rather useless package for end users.

** Affects: mono (Ubuntu)
 Importance: Undecided
 Status: New

-- 
mono-jay includes no parser skeleton(s)
https://bugs.launchpad.net/bugs/179215
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 227332] [NEW] Select First Branch on root node crashes vym

2008-05-06 Thread Michael Poole
Public bug reported:

With vym 1.10.0-1ubuntu1, hitting the Home key or selecting the Select
First Branch menu item on the root node causes vym to crash.
Unfortunately, the stack trace isn't very useful; hopefully the easy of
reproducing it mitigates that:

#0  0x080d793e in ?? ()
#1  0x080aa9eb in ?? ()
#2  0x0812baf2 in ?? ()
#3  0xb746fcf4 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#4  0xb7470050 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#5  0xb7686a01 in QAction::triggered () from /usr/lib/libQtGui.so.4
#6  0xb768762f in QAction::activate () from /usr/lib/libQtGui.so.4
#7  0xb76893a1 in QAction::event () from /usr/lib/libQtGui.so.4
#8  0xb768d28d in QApplicationPrivate::notify_helper ()
   from /usr/lib/libQtGui.so.4
#9  0xb7690ce7 in QApplication::notify () from /usr/lib/libQtGui.so.4
#10 0xb745cc1b in QCoreApplication::notifyInternal ()
   from /usr/lib/libQtCore.so.4
#11 0xb76bc50d in ?? () from /usr/lib/libQtGui.so.4
#12 0xbfd838e4 in ?? ()
#13 0x082c2f08 in ?? ()
#14 0xbfd82af4 in ?? ()
#15 0x in ?? ()

** Affects: vym (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Select First Branch on root node crashes vym
https://bugs.launchpad.net/bugs/227332
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 179215] Re: mono-jay includes no parser skeleton(s)

2008-08-17 Thread Michael Poole
Looking at mono-jay 1.2.6+dfsg-6ubuntu3 from Hardy Heron, there is now a
parser skeleton in /usr/share/doc/mono-jay/examples/skeleton.cs.  jay
-p still incorrectly reports /usr/local/share/jay as the install path,
so the situation is much improved but is not yet ideal.

Thanks for the ping.

-- 
mono-jay includes no parser skeleton(s)
https://bugs.launchpad.net/bugs/179215
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 28726] Re: hooks can crash baz 1.4.2 on amd64 (and commit hook does)

2007-09-29 Thread Michael Poole
I do not care any longer; largely because of this bug, I switched from
baz to git for the repositories in question.  You're welcome to close it
if you wish.

-- 
hooks can crash baz 1.4.2 on amd64 (and commit hook does)
https://bugs.launchpad.net/bugs/28726
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 344416] Re: Cannot install version libbrasero-media0_2.26.0 because of nautilus-cd-burner already installed !

2009-03-18 Thread Michael Poole
I see the same problem.  Unlike the previous version (2.25.92-0ubuntu1),
libbrasero-media0 version 2.26.0-0ubuntu1 Conflicts with nautilus-cd-
burner.

The trigger is that gnome-desktop-environment (1:2.22.2~4ubuntu5)
Depends on both nautilus-cd-burner and sound-juicer (which in turn
Depends on libbrasero-media0).  This means that gnome-desktop-
environment cannot be consistently installed with the newer libbrasero-
media0 package.

One possibility is for change gnome-desktop-environment to allow brasero
as an alternative to nautilus-cd-burner.

-- 
Cannot install version libbrasero-media0_2.26.0 because of nautilus-cd-burner 
already installed !
https://bugs.launchpad.net/bugs/344416
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 85507] Re: [apport] seahorse crashed with SIGSEGV in seahorse_gpg_options_change_vals()

2007-02-16 Thread Michael Poole
I see the same crash here (judging by function name, assembly
instruction, and offset from start of function, although the instruction
address is slightly different for me), also with seahorse
0.9.91-0ubuntu1.  In addition to a crash when changing the Remember PGP
Passphrases radio selection, seahorse_gpg_options_change_vals() also
causes a crash when I click the Start seahorse-agent button.

When the Start seahorse-agent button click causes a crash, the stack
trace is:

#0 0x00426433 in seahorse_gpg_options_change_vals()
#1 0x00418627 in seahorse_agent_postfork()
#2 0x004188cc in main()

Judging from comments in the code, and the fact that there is already a
seahorse-agent process running under my uid, this is probably during the
startup failure handling.

-- 
[apport] seahorse crashed with SIGSEGV in seahorse_gpg_options_change_vals()
https://launchpad.net/bugs/85507

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 67111] Re: Cyrus linked against db4.4 compiled against 4.3 ?

2007-01-16 Thread Michael Poole
On the question of why the library dependency on libdb4.3-dev leads to
linking against libdb4.4: My guess is that the package's Makefiles link
using -ldb, rather than -ldb-3.  When libdb4.4-dev (or libdb4.5-dev on
Feisty) is installed, /usr/lib/libdb.so points to the newer version.  My
further hypothesis is that the build machines for Dapper didn't (or
don't) have those newer versions installed, but they do for Edgy and
Feisty.

-- 
Cyrus linked against db4.4 compiled against 4.3 ?
https://launchpad.net/bugs/67111

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 67111] Re: Cyrus linked against db4.4 compiled against 4.3 ?

2007-01-16 Thread Michael Poole
I was clearly not thinking clearly when I posted my previous comment.
The actual culprit seems to be the CYRUS_BERKELEY_DB_CHK_LIB autoconf
helper in cyrus-imapd-2.2*/cmulocal/berkdb.m4, which explicitly looks
for versioned shared libraries (-ldb-4.4, -ldb4.4, -ldb44, -ldb-4.3,
etc, in that order) before linking against plain libdb.  My package
patching foo is not up to snuff to verify is the only problem, but it
looks like a place to start.

-- 
Cyrus linked against db4.4 compiled against 4.3 ?
https://launchpad.net/bugs/67111

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 28726] Re: hooks can crash baz 1.4.2 on amd64 (and commit hook does)

2007-01-20 Thread Michael Poole
The attached patch is what I use to fix the problem on my machine.

** Attachment added: Use correct sentinels for arch_run_hook()
   http://librarian.launchpad.net/5807340/bazaar-sentinel.patch

-- 
hooks can crash baz 1.4.2 on amd64 (and commit hook does)
https://launchpad.net/bugs/28726

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 61721] Re: mutt package dependencies

2007-03-26 Thread Michael Poole
mutt works as an IMAP and POP3 client, with no local spool.  Its
relationship to the (inherently local) mail-transport-agent virtual
package should be Recommends at the strongest.

-- 
mutt package dependencies
https://launchpad.net/bugs/61721

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 798095] Re: upowerd grabs my FTDI USB serial port adapter

2011-10-03 Thread Michael Poole
According to http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=586751,
this was fixed in 0.9.5-5 -- apparently it has regressed (I see upowerd
grab my /dev/ttyUSB0, which is not a Watts Up device, and never let go).

** Bug watch added: Debian Bug tracker #586751
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=586751

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/798095

Title:
  upowerd grabs my FTDI USB serial port adapter

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/upower/+bug/798095/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 787465] Re: View-Show MenuBar isn't working in 11.04 and later in gnome-terminal

2011-10-26 Thread Michael Poole
Whatever resolution is chosen for this bug, please restore the ability
for more Alt+key combinations to pass through to the terminal's
application.  It is quite frustrating to have Emacs-style Alt+F and
Alt+B -- to pick the two I keep running into -- open the File and
Tabs menus rather than move my cursor.  (Passing those key
combinations through to the application is the major reason I used the
hide menu bar option.)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/787465

Title:
  View-Show MenuBar isn't working in 11.04 and later in gnome-terminal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/appmenu-gtk/+bug/787465/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 882493] [NEW] gnome-terminal upgrade breaks Alt+key combination passthrough

2011-10-27 Thread Michael Poole
Public bug reported:

In older versions of Ubuntu (pre-11.10), it was possible to pass menu
key combinations to the application in the terminal by hiding the menu
bar.  With the new Unity appmenu notifier, that no longer works -- as
documented http://shebang.brandonmintern.com/oneiric-upgrade-breaks-
readline-alt-b-and-alt, achieving that effect now requires a different
option.

To avoid surprising and annoying users, when upgrading from an earlier
version of gnome-terminal, the Enable menu access keys option should
default to the same value as Show Menubar.

DistroRelease: Ubuntu 11.10
Package: gnome-terminal 3.0.1-0ubuntu3

** Affects: gnome-terminal (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/882493

Title:
  gnome-terminal upgrade breaks Alt+key combination passthrough

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/882493/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 758993] [NEW] Evolution MAPI crashes with SIGSEGV in several places

2011-04-12 Thread Michael Poole
Public bug reported:

Binary package hint: evolution-mapi

When configuring the MAPI bridge for Evolution on a machine that uses
Kerberos 5, everything works if I use the server's IP address, but it
crashes if I use the server's name.  This seems to be due to the process
linking both libkrb5.so.3 and libgensec.so.0, which have identically
named exports with different ABIs.

For example, the first place it crashes is due to libgensec.so.0 calling
libkrb5.so.3's krb5_appdefault_string(): The Samba version of this
function allows a NULL def_value (default value) parameter, but the
Kerberos 5 version crashes because it tries to strdup() the NULL pointer
(and strdup(NULL) has undefined behavior according to the C standard).

#0  __strlen_sse2 () at ../sysdeps/x86_64/multiarch/../strlen.S:31
#1  0x7fffef973b76 in __strdup (s=0x0) at strdup.c:42
#2  0x7fffeded8d38 in krb5_appdefault_string (context=value optimized 
out, appname=value optimized out, 
realm=value optimized out, option=value optimized out, 
default_value=0x0, ret_value=0x7fffc970)
at ../../../../src/lib/krb5/krb/appdefault.c:167
#3  0x7fffdd9ae23e in krb5_appdefault_time () from /usr/lib/libgensec.so.0
#4  0x7fffdd9cde63 in krb5_get_init_creds_opt_set_default_flags () from 
/usr/lib/libgensec.so.0
#5  0x7fffdd90ba9d in kerberos_kinit_password_cc () from 
/usr/lib/libgensec.so.0
#6  0x7fffdd915253 in kinit_to_ccache () from /usr/lib/libgensec.so.0
#7  0x7fffdd913c15 in cli_credentials_get_named_ccache () from 
/usr/lib/libgensec.so.0

This first crash can be worked around by adding ticket_lifetime and
renew_lifetime values to the [appdefaults] section of /etc/krb5.conf.
The second place it crashes is a short while later, and does not appear
amenable to a workaround:

#0  0x7fffdd9ce26c in krb5_get_init_creds_opt_set_addressless () from 
/usr/lib/libgensec.so.0
#1  0x7fffdd9cdf63 in krb5_get_init_creds_opt_set_default_flags () from 
/usr/lib/libgensec.so.0
#2  0x7fffdd90ba9d in kerberos_kinit_password_cc () from 
/usr/lib/libgensec.so.0
#3  0x7fffdd915253 in kinit_to_ccache () from /usr/lib/libgensec.so.0
#4  0x7fffdd913c15 in cli_credentials_get_named_ccache () from 
/usr/lib/libgensec.so.0

Judging from the assembly code, the line that faults is this one from
samba4/heimdal/lib/krb5/init_creds.c:

  opt-opt_private-addressless = KRB5_INIT_CREDS_TRISTATE_TRUE;

where the opt struct appears to use the definition and layout from
libkrb5.so.3, which is missing several fields that the Samba library
expects (opt_private being one of them).

Ubuntu: 10.10
libgensec0: 4.0.0~alpha13+git+bzr12984.dfsg1-0ubuntu1
libkrb5-3: 1.8.1+dfsg-5ubuntu0.6
evolution-mapi: 0.30.3-1ubuntu1
evolution: 2.30.3-1ubuntu7.3
(other package versions available upon request)

** Affects: evolution-mapi (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/758993

Title:
  Evolution MAPI crashes with SIGSEGV in several places

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 227332] Re: Select First Branch on root node crashes vym

2013-03-11 Thread Michael Poole
I cannot reproduce on vym 1.12.2-2 (from Lucid) or vym 2.0.3-1 (from
Precise).  I would have tried Hardy -- which still has the version of
vym I reported this against almost five years ago -- but its installer
crashed under VirtualBox on my desktop.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/227332

Title:
  Select First Branch on root node crashes vym

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vym/+bug/227332/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1589751] [NEW] Simple file fails to compile with -O2 or -O3

2016-06-06 Thread Michael Poole
Public bug reported:

I have a new laptop with Ubuntu 16.06 (xenial) installed onto a new
partition, plus nvidia-cuda-toolkit 7.5.18-0ubuntu1 from multiverse.

$ echo '#include ' > dummy.cpp
$ g++ -c -O2 dummy.cpp
$ cp dummy.cpp dummy.cu
$ nvcc -c -O2 dummy.cu
/usr/include/string.h: In function ‘void* __mempcpy_inline(void*, const void*, 
size_t)’:
/usr/include/string.h:652:42: error: ‘memcpy’ was not declared in this scope
   return (char *) memcpy (__dest, __src, __n) + __n;
  ^

nvcc can compile it at -O0 and -O1, and it is a conforming translation
unit (modulo the addition of at least one definition after the #include
statement; including such a definition does not affect the error).

** Affects: nvidia-cuda-toolkit (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/1589751

Title:
  Simple file fails to compile with -O2 or -O3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-cuda-toolkit/+bug/1589751/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1589751] Re: Simple file fails to compile with -O2 or -O3

2016-06-07 Thread Michael Poole
The workarounds (either one separately, or both) resolve the compile
issue for me.  Thank you for the pointers!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1589751

Title:
  Simple file fails to compile with -O2 or -O3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-cuda-toolkit/+bug/1589751/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1566593] [NEW] "man usbip" does not find the man page

2016-04-05 Thread Michael Poole
Public bug reported:

The usbip and usbipd man pages are installed incorrectly, causing "man" to not 
find them unless the full path is specified:
/usr/share/man/man1/usbip.8.gz
/usr/share/man/man1/usbipd.8.gz
(They are in the man1 directory, but named *.8.gz.)

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: linux-tools-common 4.2.0-35.40
ProcVersionSignature: Ubuntu 4.2.0-34.39-generic 4.2.8-ckt4
Uname: Linux 4.2.0-34-generic x86_64
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  mdpoole1891 F pulseaudio
CurrentDesktop: Unity
Date: Tue Apr  5 20:58:54 2016
Dependencies:
 
HibernationDevice: RESUME=UUID=bfa2b73a-c8f8-4575-9345-9ba032a2d084
InstallationDate: Installed on 2012-05-12 (1424 days ago)
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
MachineType: Sony Corporation VGN-FW270J
PackageArchitecture: all
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-34-generic 
root=UUID=fb94fe0a-083d-450e-9a75-9d948ad0f65d ro cgroup_enable=memory 
swapaccount=1 quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-4.2.0-34-generic N/A
 linux-backports-modules-4.2.0-34-generic  N/A
 linux-firmware1.149.3
SourcePackage: linux
UpgradeStatus: Upgraded to wily on 2015-10-24 (164 days ago)
dmi.bios.date: 08/27/2009
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: R1100Y0
dmi.board.asset.tag: N/A
dmi.board.name: VAIO
dmi.board.vendor: Sony Corporation
dmi.board.version: N/A
dmi.chassis.asset.tag: N/A
dmi.chassis.type: 10
dmi.chassis.vendor: Sony Corporation
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR1100Y0:bd08/27/2009:svnSonyCorporation:pnVGN-FW270J:pvrC600QHDY:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
dmi.product.name: VGN-FW270J
dmi.product.version: C600QHDY
dmi.sys.vendor: Sony Corporation

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug wily

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1566593

Title:
  "man usbip" does not find the man page

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1566593/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1751260] [NEW] screen session destroyed when physical screen switched away

2018-02-23 Thread Michael Poole
Public bug reported:

If I start a screen session and log out, the session persists.  If I
start a screen session and use my KVM to switch my main monitor to
another computer, leaving this computer temporarily headless, my screen
session gets destroyed.  (This computer and the monitor both hook up to
the KVM switch with DisplayPort.)

At least, that is some part of the condition for my screen session
getting abruptly closed.  Switching the KVM for a short period of time
seems insufficient, but it has happened several times when I left my
monitor switched to the other computer for longer periods.  When my
screen session gets destroyed, I also have to log back in to gdm, rather
than just unlock my Wayland session.

Please revert this steaming mess of dreck known as systemd.

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: systemd 234-2ubuntu12.1
ProcVersionSignature: Ubuntu 4.13.0-32.35-lowlatency 4.13.13
Uname: Linux 4.13.0-32-lowlatency x86_64
ApportVersion: 2.20.7-0ubuntu3.7
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Fri Feb 23 07:31:02 2018
EcryptfsInUse: Yes
InstallationDate: Installed on 2016-06-29 (604 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
MachineType: System manufacturer System Product Name
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-32-lowlatency 
root=UUID=bec263be-4d36-43ae-b0ea-9ec5f97e59d7 ro quiet splash 
crashkernel=384M-:128M vt.handoff=7
SourcePackage: systemd
UpgradeStatus: Upgraded to artful on 2017-10-21 (125 days ago)
dmi.bios.date: 11/22/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 2103
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: P8P67 PRO
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2103:bd11/22/2011:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnP8P67PRO:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.family: To be filled by O.E.M.
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
mtime.conffile..etc.systemd.logind.conf: 2017-11-18T15:57:06.638862

** Affects: systemd (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug artful wayland-session

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1751260

Title:
  screen session destroyed when physical screen switched away

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1751260/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1753871] [NEW] Track info is lost or corrupted after "Extract"

2018-03-06 Thread Michael Poole
Public bug reported:

When I insert a CD, Rhythmbox typically tells me that it matches
multiple albums, usually with identical names.  Whichever album I pick,
it shows correct-looking title, artist, and album names on the "Devices"
page for the CD.  However, if I go to the "Recently Added" page after
the import completes, most -- and often all -- of the tracks show
unknown artist and album name, and the track name is of the form "01 -
Track Name.flac".

The most frequent case is that all tracks lose this information.
Sometimes one, and rarely two, end up with the correct metadata.

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: rhythmbox 3.4.1-2ubuntu5
ProcVersionSignature: Ubuntu 4.13.0-32.35-lowlatency 4.13.13
Uname: Linux 4.13.0-32-lowlatency x86_64
ApportVersion: 2.20.7-0ubuntu3.7
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Tue Mar  6 20:40:15 2018
EcryptfsInUse: Yes
InstallationDate: Installed on 2016-06-29 (615 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
SourcePackage: rhythmbox
UpgradeStatus: Upgraded to artful on 2017-10-21 (136 days ago)

** Affects: rhythmbox (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug artful wayland-session

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1753871

Title:
  Track info is lost or corrupted after "Extract"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1753871/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1751416] Re: package grub-common 2.02~beta3-4ubuntu7.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2018-03-02 Thread Michael Poole
*** This bug is a duplicate of bug 1705345 ***
https://bugs.launchpad.net/bugs/1705345

The complaint here -- apparently trying to run "which python" failed --
makes it look quite different than the "plymouth --ping" issue in bug
1705345.  What is the basis for marking this as a duplicate?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1751416

Title:
  package grub-common 2.02~beta3-4ubuntu7.1 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/grub2/+bug/1751416/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs