[Bug 1082801] [NEW] package xburst-tools (not installed) failed to install/upgrade: trying to overwrite '/usr/bin/usbboot', which is also in package linaro-boot-utils 0.1-0ubuntu1

2012-11-24 Thread Austin S. Hemmelgarn
Public bug reported:

seems to just be a generic naming conflict.

ProblemType: Package
DistroRelease: Ubuntu 12.10
Package: xburst-tools (not installed)
ProcVersionSignature:
 
Uname: Linux 3.5.7-local-rc11 x86_64
ApportVersion: 2.6.1-0ubuntu6
Architecture: amd64
Date: Sat Nov 24 21:57:01 2012
DuplicateSignature:
 Unpacking xburst-tools (from .../xburst-tools_201007-1_amd64.deb) ...
 dpkg: error processing /var/cache/apt/archives/xburst-tools_201007-1_amd64.deb 
(--unpack):
  trying to overwrite '/usr/bin/usbboot', which is also in package 
linaro-boot-utils 0.1-0ubuntu1
ErrorMessage: trying to overwrite '/usr/bin/usbboot', which is also in package 
linaro-boot-utils 0.1-0ubuntu1
InstallationDate: Installed on 2012-10-26 (29 days ago)
InstallationMedia: Xubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
MarkForUpload: True
SourcePackage: xburst-tools
Title: package xburst-tools (not installed) failed to install/upgrade: trying 
to overwrite '/usr/bin/usbboot', which is also in package linaro-boot-utils 
0.1-0ubuntu1
UpgradeStatus: Upgraded to quantal on 2012-10-26 (29 days ago)

** Affects: xburst-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package package-conflict quantal

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

Title:
  package xburst-tools (not installed) failed to install/upgrade: trying
  to overwrite '/usr/bin/usbboot', which is also in package linaro-boot-
  utils 0.1-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xburst-tools/+bug/1082801/+subscriptions

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


[Bug 1071546] Re: can't mount XFS filesystems

2012-10-26 Thread Austin S. Hemmelgarn
Determined that the cause was that the kernel hadn't loaded the xfs module.
While this is understandable behavior in retrospect, it is still extremely 
frustrating.  Almost all drivers except filesystem drivers get dynamically 
loaded as needed by udev/systemd.  Perhaps mount could be modified to check if 
the requested fs type is usable with the currently loaded modules, and try to 
load the required modules if it isn't, and only report an error if that fails.

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

Title:
  can't mount XFS filesystems

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

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


[Bug 1071800] [NEW] xfsprogs dosen't include the program xfsctl

2012-10-26 Thread Austin S. Hemmelgarn
Public bug reported:

Multiple other manpages in the package reference this program, and some
of the functionality of the XFS filesystem is only availible through it.
I believe that it was included in a previous package version, as it
shows up in the list obtained from `apropos xfs`

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: xfsprogs 3.1.7build1
ProcVersionSignature:
 
Uname: Linux 3.5.7-local x86_64
ApportVersion: 2.6.1-0ubuntu6
Architecture: amd64
Date: Fri Oct 26 11:34:06 2012
InstallationDate: Installed on 2012-06-14 (133 days ago)
InstallationMedia: Xubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
MarkForUpload: True
SourcePackage: xfsprogs
UpgradeStatus: Upgraded to quantal on 2012-10-20 (6 days ago)

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


** Tags: amd64 apport-bug quantal

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

Title:
  xfsprogs dosen't include the program xfsctl

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

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


[Bug 1071546] [NEW] can't mount XFS filesystems

2012-10-25 Thread Austin S. Hemmelgarn
Public bug reported:

trying to mount an XFS filesystem from the commandline via `mount -t xfs 
/dev/sdb1 /mnt` fails with error:
  unrecognized filesystem type: xfs

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: mount 2.20.1-5.1ubuntu2
ProcVersionSignature:
 
Uname: Linux 3.5.7-local x86_64
ApportVersion: 2.6.1-0ubuntu6
Architecture: amd64
Date: Thu Oct 25 19:36:44 2012
InstallationDate: Installed on 2012-06-14 (132 days ago)
InstallationMedia: Xubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
MarkForUpload: True
SourcePackage: util-linux
UpgradeStatus: Upgraded to quantal on 2012-10-20 (5 days ago)

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


** Tags: amd64 apport-bug quantal

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

Title:
  can't mount XFS filesystems

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

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


[Bug 1029621] Re: os.stat() and os.lstat() returnst_dev = 5 for all devices

2012-09-10 Thread Austin S. Hemmelgarn
Then the documentation is inconsistent with the implementation.
I know that on both BSD and OS X the returned dict follows what the 
documentation says and contains a composed device id in st_dev, so this should 
be noted in the documentation as being different on linux, or at least 
different on ubuntu, as it would break some scripts that depend on this.

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

Title:
  os.stat() and os.lstat() returnst_dev = 5 for all devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3.2/+bug/1029621/+subscriptions

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


[Bug 1044420] [NEW] microcom fails to remove lockfiles in some cases when exiting with an error

2012-08-31 Thread Austin S. Hemmelgarn
Public bug reported:

When microcom terminates with exitcode 2 because it cannot open a device
file, it fails to remove the lockfile it generates in /var/lock to
prevent simultaneous accces.  This may happen with other exit codes as
well, this is just the one that I came across.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: microcom 2009.6-1
ProcVersionSignature: Ubuntu 3.2.0-30.48-generic 3.2.27
Uname: Linux 3.2.0-30-generic x86_64
ApportVersion: 2.0.1-0ubuntu12
Architecture: amd64
Date: Fri Aug 31 10:49:32 2012
InstallationMedia: Xubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
SourcePackage: microcom
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise

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

Title:
  microcom fails to remove lockfiles in some cases when exiting with an
  error

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

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


[Bug 1044420] Re: microcom fails to remove lockfiles in some cases when exiting with an error

2012-08-31 Thread Austin S. Hemmelgarn
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1044420

Title:
  microcom fails to remove lockfiles in some cases when exiting with an
  error

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

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


[Bug 1033015] Re: Builtin media card reader does not work.

2012-08-08 Thread Austin S. Hemmelgarn
Just finished testing the upstream kernel, it did boot; but none of the
USB or Firewire devices worked.  As this is what the internal connection
for the media card reader is, I can't say for sure whether or not the
device itself works or not.  Therefore, I have added the tag 'kernel-
unable-to-test-upstream'

** Summary changed:

- Buildin media card reader does not work.
+ Builtin media card reader does not work.

** Tags removed: needs-upstream-testing
** 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/1033015

Title:
  Builtin media card reader does not work.

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

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


[Bug 1033978] Re: apt-listchanges crashed with NameError in cb_close(): global name 'sys' is not defined

2012-08-07 Thread Austin S. Hemmelgarn
** 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/1033978

Title:
  apt-listchanges crashed with NameError in cb_close(): global name
  'sys' is not defined

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-listchanges/+bug/1033978/+subscriptions

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


[Bug 1028027] Re: systray.py crashed with SIGSEGV in do_warn.29084()

2012-08-07 Thread Austin S. Hemmelgarn
** 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/1028027

Title:
  systray.py crashed with SIGSEGV in do_warn.29084()

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

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


[Bug 1029523] Re: pidgin crashed with SIGSEGV in g_source_unref_internal()

2012-08-07 Thread Austin S. Hemmelgarn
** 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/1029523

Title:
  pidgin crashed with SIGSEGV in g_source_unref_internal()

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

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


[Bug 1033015] [NEW] Buildin media card reader does not work.

2012-08-04 Thread Austin S. Hemmelgarn
Public bug reported:

Linux does not detect when media cards (MMC, SD, SDHC, CF 1/3) are
inserted and removed.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: linux-image-3.2.0-29-generic 3.2.0-29.46
ProcVersionSignature: Ubuntu 3.2.0-29.46-generic 3.2.24
Uname: Linux 3.2.0-29-generic i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 2.0.1-0ubuntu12
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/pcmC0D0c:   root   1750 F...m arecord
 /dev/snd/timer:  root   1750 f arecord
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'V8237'/'VIA 8237 with ALC658D at 0xdc00, irq 22'
   Mixer name   : 'Realtek ALC658D'
   Components   : 'AC97a:414c4781'
   Controls  : 45
   Simple ctrls  : 27
Card1.Amixer.info:
 Card hw:1 'pcsp'/'Internal PC-Speaker at port 0x61'
   Mixer name   : 'PC-Speaker'
   Components   : ''
   Controls  : 3
   Simple ctrls  : 3
CheckboxSubmission: 5b0d6ab674efd6cca433ece58b0d0421
CheckboxSystem: 6ce041aeed0a2c17b3343b66d157175d
Date: Sat Aug  4 10:54:20 2012
HibernationDevice: RESUME=UUID=f388f77f-425f-4189-8f94-29305157f68c
InstallationMedia: Xubuntu 12.04 LTS Precise Pangolin - Release i386 
(20120423.1)
IwConfig: Error: [Errno 2] No such file or directory
MachineType: Compaq Presario 061 PP150AA-ABA SR1303WM NA510
ProcEnviron:
 TERM=screen.linux
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB: 0 VESA VGA
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.2.0-29-generic 
root=UUID=1d753c4e-dc8f-41a6-bd70-f9efd94b058f ro consoleblank=0 code_bytes=64 
earlyprintk=vga no_console_suspend loglevel=9 
rootflags=errors=remount-ro,acl,journal_checksum,barrier,journal_async_commit,auto_da_alloc
 crashkernel=384M-2G:64M,2G-:128M panic=-1
RelatedPackageVersions:
 linux-restricted-modules-3.2.0-29-generic N/A
 linux-backports-modules-3.2.0-29-generic  N/A
 linux-firmware1.79
RfKill: Error: [Errno 2] No such file or directory
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/02/2004
dmi.bios.vendor: Phoenix Technologies, LTD
dmi.bios.version: 3.11
dmi.board.name: Kelut
dmi.board.vendor: ASUSTek Computer INC.
dmi.board.version: 2.02
dmi.chassis.type: 3
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr3.11:bd09/02/2004:svnCompaqPresario061:pnPP150AA-ABASR1303WMNA510:pvr0n41411RE101KELUT00:rvnASUSTekComputerINC.:rnKelut:rvr2.02:cvnHewlett-Packard:ct3:cvr:
dmi.product.name: PP150AA-ABA SR1303WM NA510
dmi.product.version: 0n41411RE101KELUT00
dmi.sys.vendor: Compaq Presario 061

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


** Tags: apport-bug i386 precise

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

Title:
  Buildin media card reader does not work.

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

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


[Bug 1033015] Re: Buildin media card reader does not work.

2012-08-04 Thread Austin S. Hemmelgarn
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1033015

Title:
  Buildin media card reader does not work.

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

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


[Bug 1029716] [NEW] package lxc (not installed) failed to install/upgrade: subprocess installed post-removal script returned error exit status 1

2012-07-26 Thread Austin S. Hemmelgarn
Public bug reported:

Occured while trying to purge all installed lxc packages.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: lxc (not installed)
ProcVersionSignature: Ubuntu 3.2.0-27.43-generic 3.2.21
Uname: Linux 3.2.0-27-generic x86_64
ApportVersion: 2.0.1-0ubuntu11
Architecture: amd64
Date: Thu Jul 26 20:35:55 2012
ErrorMessage: subprocess installed post-removal script returned error exit 
status 1
InstallationMedia: Xubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
SourcePackage: lxc
Title: package lxc (not installed) failed to install/upgrade: subprocess 
installed post-removal script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package precise

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1029716

Title:
  package lxc (not installed) failed to install/upgrade: subprocess
  installed post-removal script returned error exit status 1

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1029716] Re: package lxc (not installed) failed to install/upgrade: subprocess installed post-removal script returned error exit status 1

2012-07-26 Thread Austin S. Hemmelgarn
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1029716

Title:
  package lxc (not installed) failed to install/upgrade: subprocess
  installed post-removal script returned error exit status 1

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1016021] Re: xfdesktop4 does not preserve the location of launcher icons between sessions

2012-07-26 Thread Austin S. Hemmelgarn
** Summary changed:

- xfdesktop4 soes not preserve the location of launcher icons between sessions
+ xfdesktop4 does not preserve the location of launcher icons between sessions

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

Title:
  xfdesktop4 does not preserve the location of launcher icons between
  sessions

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

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


[Bug 1029621] [NEW] os.stat() and os.lstat() returnst_dev = 5 for all devices

2012-07-26 Thread Austin S. Hemmelgarn
Public bug reported:

Using Python 3.2 on Xubuntu 12.04 on AMD64
When calling os.stat() or os.lstat() on with a path to a device file, 
stat.st_dev is always 5.   This in turn casues os.major() and os.minor() to 
return incorrect values for the particular device file.

Example:
Python 3.2.3 (default, May  3 2012, 15:51:42) 
[GCC 4.6.3] on linux2
Type help, copyright, credits or license for more information.
 import os
 os.stat('/dev/sda')
posix.stat_result(st_mode=25008, st_ino=6887, st_dev=5, st_nlink=1, st_uid=0, 
st_gid=6, st_size=0, st_atime=1343317745, st_mtime=1343317744, 
st_ctime=1343317744)
 os.stat('/dev/nvram')
posix.stat_result(st_mode=8608, st_ino=7816, st_dev=5, st_nlink=1, st_uid=0, 
st_gid=15, st_size=0, st_atime=1343317740, st_mtime=1343317740, 
st_ctime=1343317740)
 os.stat('/dev/tty1')
posix.stat_result(st_mode=8624, st_ino=1044, st_dev=5, st_nlink=1, st_uid=0, 
st_gid=5, st_size=0, st_atime=1343317740, st_mtime=1343317805, 
st_ctime=1343317805)

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: python3.2 3.2.3-0ubuntu3
ProcVersionSignature: Ubuntu 3.2.0-27.43-generic 3.2.21
Uname: Linux 3.2.0-27-generic x86_64
ApportVersion: 2.0.1-0ubuntu11
Architecture: amd64
Date: Thu Jul 26 15:11:35 2012
InstallationMedia: Xubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
SourcePackage: python3.2
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: python3.2 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise

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

Title:
  os.stat() and os.lstat() returnst_dev = 5 for all devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3.2/+bug/1029621/+subscriptions

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


[Bug 1029621] Re: os.stat() and os.lstat() returnst_dev = 5 for all devices

2012-07-26 Thread Austin S. Hemmelgarn
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1029621

Title:
  os.stat() and os.lstat() returnst_dev = 5 for all devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3.2/+bug/1029621/+subscriptions

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


[Bug 1029716] [NEW] package lxc (not installed) failed to install/upgrade: subprocess installed post-removal script returned error exit status 1

2012-07-26 Thread Austin S. Hemmelgarn
Public bug reported:

Occured while trying to purge all installed lxc packages.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: lxc (not installed)
ProcVersionSignature: Ubuntu 3.2.0-27.43-generic 3.2.21
Uname: Linux 3.2.0-27-generic x86_64
ApportVersion: 2.0.1-0ubuntu11
Architecture: amd64
Date: Thu Jul 26 20:35:55 2012
ErrorMessage: subprocess installed post-removal script returned error exit 
status 1
InstallationMedia: Xubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
SourcePackage: lxc
Title: package lxc (not installed) failed to install/upgrade: subprocess 
installed post-removal script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: lxc (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/1029716

Title:
  package lxc (not installed) failed to install/upgrade: subprocess
  installed post-removal script returned error exit status 1

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

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


[Bug 1029716] Re: package lxc (not installed) failed to install/upgrade: subprocess installed post-removal script returned error exit status 1

2012-07-26 Thread Austin S. Hemmelgarn
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1029716

Title:
  package lxc (not installed) failed to install/upgrade: subprocess
  installed post-removal script returned error exit status 1

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

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


[Bug 1011339] Re: unable to connect to an afp server

2012-06-30 Thread Austin S. Hemmelgarn
I don't think so, I am having the same problems on 32-bit systems as
well.

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

Title:
  unable to connect to an afp server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/afpfs-ng/+bug/1011339/+subscriptions

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


[Bug 1017007] [NEW] inkscape crashed with SIGSEGV

2012-06-23 Thread Austin S. Hemmelgarn
Public bug reported:

Crash occured when trying to save a file opened from a http URI to a
local location.

ProblemType: Crash
DistroRelease: Ubuntu 12.04
Package: inkscape 0.48.3.1-1ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-25.40-generic 3.2.18
Uname: Linux 3.2.0-25-generic x86_64
ApportVersion: 2.0.1-0ubuntu8
Architecture: amd64
Date: Sat Jun 23 19:43:35 2012
ExecutablePath: /usr/bin/inkscape
InstallationMedia: Xubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
ProcCmdline: inkscape
ProcCwd: /home/austin
SegvAnalysis:
 Segfault happened at: 0x803b88:mov0xcc(%rax),%esi
 PC (0x00803b88) ok
 source 0xcc(%rax) (0x00cc) not located in a known VMA region (needed 
readable region)!
 destination %esi ok
SegvReason: reading NULL VMA
Signal: 11
SourcePackage: inkscape
Stacktrace:
 #0  0x00803b88 in ?? ()
 No symbol table info available.
 Cannot access memory at address 0x72e9e2f8
StacktraceTop: ?? ()
Title: inkscape crashed with SIGSEGV
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm avahi backup bluetooth cdrom davfs2 dialout dip fuse games 
lastfm libvirtd lpadmin mlocate netdev operator plugdev pulse-access sambashare 
scanner ssh staff sudo users vboxusers video

** Affects: inkscape (Ubuntu)
 Importance: Undecided
 Status: Invalid


** Tags: amd64 apport-crash precise

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

Title:
  inkscape crashed with SIGSEGV

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

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


[Bug 1017007] Re: inkscape crashed with SIGSEGV

2012-06-23 Thread Austin S. Hemmelgarn
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1017007

Title:
  inkscape crashed with SIGSEGV

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

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


[Bug 945483] Re: apport-gtk crashed with UnicodeEncodeError in write(): 'ascii' codec can't encode character u'\ufffd' in position 88: ordinal not in range(128)

2012-06-23 Thread Austin S. Hemmelgarn
Occured during processing of a crash report from Inkscape, resulted in
the .crash file being chmod .

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

Title:
  apport-gtk crashed with UnicodeEncodeError in write(): 'ascii' codec
  can't encode character u'\ufffd' in position 88: ordinal not in
  range(128)

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

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


[Bug 1016021] [NEW] xfdesktop4 soes not preserve the location of launcher icons between sessions

2012-06-21 Thread Austin S. Hemmelgarn
Public bug reported:

Based on examining the .desktop files for the launchers themselves, I've
determined that this is caused by xfdesktop4 not setting attributes in
the file's to store location information.  I know that previous versions
did this, and even if it can't be made default again, it would be nice
if there was some way to configure it.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: xfdesktop4 4.8.3-2ubuntu7
ProcVersionSignature: Ubuntu 3.2.0-25.40-generic 3.2.18
Uname: Linux 3.2.0-25-generic x86_64
ApportVersion: 2.0.1-0ubuntu8
Architecture: amd64
Date: Thu Jun 21 08:06:35 2012
InstallationMedia: Xubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
SourcePackage: xfdesktop4
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise

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

Title:
  xfdesktop4 soes not preserve the location of launcher icons between
  sessions

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

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


[Bug 1016021] Re: xfdesktop4 soes not preserve the location of launcher icons between sessions

2012-06-21 Thread Austin S. Hemmelgarn
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1016021

Title:
  xfdesktop4 soes not preserve the location of launcher icons between
  sessions

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

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


[Bug 1015326] Re: e-uae crashed with SIGSEGV in g_type_is_a()

2012-06-19 Thread Austin S. Hemmelgarn
*** This bug is a duplicate of bug 858464 ***
https://bugs.launchpad.net/bugs/858464


** 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/1015326

Title:
  e-uae crashed with SIGSEGV in g_type_is_a()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/e-uae/+bug/1015326/+subscriptions

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


[Bug 1012100] Re: programs using libapt-pkg segfault at multiple locations within libapt-pkg

2012-06-14 Thread Austin S. Hemmelgarn
Tried purging the package cache an the local package database again,
seems to have fixed it this time, so it may have simply been due to a
corrupted package cache.  As it is working now, I am unable to get the
backtrace, so I am just going to mark the bug as invalid.

** Changed in: apt (Ubuntu)
   Status: New = Invalid

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

Title:
  programs using libapt-pkg segfault at multiple locations within
  libapt-pkg

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

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


[Bug 1012100] Re: programs using libapt-pkg segfault at multiple locations within libapt-pkg

2012-06-13 Thread Austin S. Hemmelgarn
Manually examining the backtrace with gdb seems to indicate a problem with 
reading local package database, so I tried purging all of the local database, 
and then running 'apt-get update', this did not fix it.
After that I tried manually fetching and replacing all of the packages which 
use libapt-pkg and libapt-pkg itself, this also did not fix the problem.

** 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/1012100

Title:
  programs using libapt-pkg segfault at multiple locations within
  libapt-pkg

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

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


[Bug 880340] Re: autostarting pidgin from a saved session creates multiple instances

2012-06-13 Thread Austin S. Hemmelgarn
Found the problem, because of how I had the autostart desktop entries
cached, multiple copies of the autostart entry for Pidgin were being
seen by the DM.

** Changed in: pidgin (Ubuntu)
   Status: New = Invalid

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

Title:
  autostarting pidgin from a saved session creates multiple instances

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

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


[Bug 868451] Re: mcrypt segfaults during execution

2012-06-13 Thread Austin S. Hemmelgarn
*** This bug is a duplicate of bug 73885 ***
https://bugs.launchpad.net/bugs/73885

** This bug has been marked a duplicate of bug 73885
   attempting to encrypt to openpgp format core dumps

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

Title:
  mcrypt segfaults during execution

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

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


[Bug 1012100] Re: programs using libapt-pkg segfault at multiple locations within libapt-pkg

2012-06-12 Thread Austin S. Hemmelgarn
First of multiple crash files.

** Attachment added: _usr_bin_apport-cli.0.crash
   
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1012100/+attachment/3186337/+files/_usr_bin_apport-cli.0.crash

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

Title:
  programs using libapt-pkg segfault at multiple locations within
  libapt-pkg

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

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


[Bug 1012100] [NEW] programs using libapt-pkg segfault at multiple locations within libapt-pkg

2012-06-12 Thread Austin S. Hemmelgarn
Public bug reported:

Using Xubuntu 12.04 on amd64.

Would have filed this as seperate reports for each place that the programs 
crashed, but as it causes apport to crash as well, I can't easily do that, so I 
will attach each of the generated crash files instead.
I only have this problem on amd64, not i386 and only in the past 48 hours.

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


** Tags: amd64

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

Title:
  programs using libapt-pkg segfault at multiple locations within
  libapt-pkg

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

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


[Bug 1012100] Re: programs using libapt-pkg segfault at multiple locations within libapt-pkg

2012-06-12 Thread Austin S. Hemmelgarn
** Attachment added: _usr_bin_apt-cache.0.crash
   
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1012100/+attachment/3186338/+files/_usr_bin_apt-cache.0.crash

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

Title:
  programs using libapt-pkg segfault at multiple locations within
  libapt-pkg

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

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


[Bug 1012100] Re: programs using libapt-pkg segfault at multiple locations within libapt-pkg

2012-06-12 Thread Austin S. Hemmelgarn
** Attachment added: _usr_bin_apt-get.0.crash
   
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1012100/+attachment/3186352/+files/_usr_bin_apt-get.0.crash

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

Title:
  programs using libapt-pkg segfault at multiple locations within
  libapt-pkg

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

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


[Bug 1012100] Re: programs using libapt-pkg segfault at multiple locations within libapt-pkg

2012-06-12 Thread Austin S. Hemmelgarn
** Attachment added: _usr_bin_apt-show-versions.0.crash
   
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1012100/+attachment/3186353/+files/_usr_bin_apt-show-versions.0.crash

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

Title:
  programs using libapt-pkg segfault at multiple locations within
  libapt-pkg

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

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


[Bug 1012100] Re: programs using libapt-pkg segfault at multiple locations within libapt-pkg

2012-06-12 Thread Austin S. Hemmelgarn
** Attachment added: _usr_share_apport_apport-gtk.0.crash
   
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1012100/+attachment/3186355/+files/_usr_share_apport_apport-gtk.0.crash

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

Title:
  programs using libapt-pkg segfault at multiple locations within
  libapt-pkg

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

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


[Bug 1012100] Re: programs using libapt-pkg segfault at multiple locations within libapt-pkg

2012-06-12 Thread Austin S. Hemmelgarn
** Attachment added: _usr_sbin_synaptic.0.crash
   
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1012100/+attachment/3186354/+files/_usr_sbin_synaptic.0.crash

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

Title:
  programs using libapt-pkg segfault at multiple locations within
  libapt-pkg

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

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


[Bug 1011308] [NEW] apport-bug won't submit crash reports from files in /var/crash

2012-06-10 Thread Austin S. Hemmelgarn
Public bug reported:

I have had this problem since upgrading to Precise; when I invoke
apport-bug /var/crash/crash report file to report a crashed program,
everything works until I click the send button, at which point the
window closes and nothing else happens.  It still works fine for plain
bug reports however.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: apport 2.0.1-0ubuntu8
ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16
Uname: Linux 3.2.0-24-generic x86_64
ApportVersion: 2.0.1-0ubuntu8
Architecture: amd64
CrashReports:
 640:1000:1000:78950:2012-06-10 16:40:43.937154000 -0400:2012-06-10 
16:46:07.836314305 -0400:/var/crash/_usr_bin_afpcmd.1000.crash
 644:1000:1000:0:2012-06-10 16:47:10.576150766 -0400:2012-06-10 
16:47:10.576150766 -0400:/var/crash/_usr_bin_Thunar.1000.upload
 640:1000:1000:1807334:2012-06-10 16:46:54.044191000 -0400:2012-06-10 
16:46:55.044191000 -0400:/var/crash/_usr_bin_Thunar.1000.crash
 644:1000:1000:0:2012-06-10 16:46:09.080311059 -0400:2012-06-10 
16:46:09.080311059 -0400:/var/crash/_usr_bin_afpcmd.1000.upload
Date: Sun Jun 10 16:47:34 2012
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en
 TERM=xterm-color
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: apport
UpgradeStatus: Upgraded to precise on 2012-04-28 (43 days ago)

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


** Tags: amd64 apport-bug precise

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

Title:
  apport-bug won't submit crash reports from files in /var/crash

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

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


[Bug 1011308] Re: apport-bug won't submit crash reports from files in /var/crash

2012-06-10 Thread Austin S. Hemmelgarn
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1011308

Title:
  apport-bug won't submit crash reports from files in /var/crash

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

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


[Bug 974449] Re: qemu-system-ppc64 crashed with SIGABRT in hw_error()

2012-06-10 Thread Austin S. Hemmelgarn
** 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/974449

Title:
  qemu-system-ppc64 crashed with SIGABRT in hw_error()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-linaro/+bug/974449/+subscriptions

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


[Bug 973901] Re: xfburn crashed with signal 5 in g_main_context_dispatch()

2012-06-10 Thread Austin S. Hemmelgarn
** 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/973901

Title:
  xfburn crashed with signal 5 in g_main_context_dispatch()

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

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


[Bug 1011339] [NEW] unable to connect to an afp server

2012-06-10 Thread Austin S. Hemmelgarn
Public bug reported:

trying to use afp_client to connect to an afp server, client returns
with status 130 and some bogus information about the getstatus request
timing out.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: afpfs-ng-utils 0.8.1-2
ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16
Uname: Linux 3.2.0-24-generic x86_64
ApportVersion: 2.0.1-0ubuntu8
Architecture: amd64
Date: Sun Jun 10 18:32:49 2012
ProcEnviron:
 LANGUAGE=en
 TERM=xterm-color
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: afpfs-ng
UpgradeStatus: Upgraded to precise on 2012-04-28 (43 days ago)

** Affects: afpfs-ng (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise

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

Title:
  unable to connect to an afp server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/afpfs-ng/+bug/1011339/+subscriptions

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


[Bug 1011339] Re: unable to connect to an afp server

2012-06-10 Thread Austin S. Hemmelgarn
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1011339

Title:
  unable to connect to an afp server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/afpfs-ng/+bug/1011339/+subscriptions

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


[Bug 1004573] [NEW] ctags does not correctly generate tags for language go

2012-05-25 Thread Austin S. Hemmelgarn
Public bug reported:

Running ctags o n go source files grabs the wrong part of the line as the tag 
name.
e.g. For a line of code like the following:
func DoSomething(someData int) (someOtherData int)
it produces a tag for func instead of the function itself

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: exuberant-ctags 1:5.9~svn20110310-3
ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16
Uname: Linux 3.2.0-24-generic x86_64
ApportVersion: 2.0.1-0ubuntu7
Architecture: amd64
Date: Fri May 25 12:26:36 2012
ProcEnviron:
 LANGUAGE=en
 TERM=xterm-color
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: exuberant-ctags
UpgradeStatus: Upgraded to precise on 2012-04-28 (27 days ago)

** Affects: exuberant-ctags (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise

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

Title:
  ctags does not correctly generate tags for language go

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/exuberant-ctags/+bug/1004573/+subscriptions

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


[Bug 1004573] Re: ctags does not correctly generate tags for language go

2012-05-25 Thread Austin S. Hemmelgarn
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1004573

Title:
  ctags does not correctly generate tags for language go

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/exuberant-ctags/+bug/1004573/+subscriptions

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


[Bug 1004038] [NEW] gccgo won't link compiled programs

2012-05-24 Thread Austin S. Hemmelgarn
Public bug reported:

when trying to compile a Go program with gccgo, gccgo fails to link the
program and reports that 'ld: cannot find -lgcc_s'

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: gccgo 4:4.7.0~rc1-1ubuntu5
ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16
Uname: Linux 3.2.0-24-generic x86_64
ApportVersion: 2.0.1-0ubuntu7
Architecture: amd64
Date: Thu May 24 12:34:38 2012
ProcEnviron:
 LANGUAGE=en
 TERM=xterm-color
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gcc-defaults
UpgradeStatus: Upgraded to precise on 2012-04-28 (26 days ago)

** Affects: gccgo-4.7 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise

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

Title:
  gccgo won't link compiled programs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gccgo-4.7/+bug/1004038/+subscriptions

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


[Bug 1004038] Re: gccgo won't link compiled programs

2012-05-24 Thread Austin S. Hemmelgarn
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1004038

Title:
  gccgo won't link compiled programs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gccgo-4.7/+bug/1004038/+subscriptions

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


[Bug 957346] Re: unable to run included mod

2012-05-24 Thread Austin S. Hemmelgarn
Problem persists after upgrade to 12.04

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

Title:
  unable to run included mod

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

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


[Bug 955611] Re: Session manager takes a long time to respond to action buttons on panel

2012-05-24 Thread Austin S. Hemmelgarn
Still intermitently having the same problem on Xubuntu Precise

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

Title:
  Session manager takes a long time to respond to action buttons on
  panel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-session/+bug/955611/+subscriptions

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


[Bug 921110] Re: inaccurate warning about D-BUS

2012-05-24 Thread Austin S. Hemmelgarn
Still having same problem after upgrade to 12.04

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

Title:
  inaccurate warning about D-BUS

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

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


[Bug 1004047] [NEW] package gdb-msp430 (not installed) failed to install/upgrade: trying to overwrite '/usr/share/gdb/python/gdb/__init__.py', which is also in package gdb 7.4-2012.04-0ubuntu2

2012-05-24 Thread Austin S. Hemmelgarn
Public bug reported:

Occured when trying to install all availible gdb targets.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: gdb-msp430 (not installed)
ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16
Uname: Linux 3.2.0-24-generic x86_64
ApportVersion: 2.0.1-0ubuntu7
Architecture: amd64
Date: Wed May 23 16:56:12 2012
DuplicateSignature:
 Unpacking gdb-msp430 (from 
.../gdb-msp430_7.2~mspgcc-7.2-20110612-1ubuntu1_amd64.deb) ...
 dpkg: error processing 
/var/cache/apt/archives/gdb-msp430_7.2~mspgcc-7.2-20110612-1ubuntu1_amd64.deb 
(--unpack):
  trying to overwrite '/usr/share/gdb/python/gdb/__init__.py', which is also in 
package gdb 7.4-2012.04-0ubuntu2
ErrorMessage: trying to overwrite '/usr/share/gdb/python/gdb/__init__.py', 
which is also in package gdb 7.4-2012.04-0ubuntu2
SourcePackage: gdb-msp430
Title: package gdb-msp430 (not installed) failed to install/upgrade: trying to 
overwrite '/usr/share/gdb/python/gdb/__init__.py', which is also in package gdb 
7.4-2012.04-0ubuntu2
UpgradeStatus: Upgraded to precise on 2012-04-28 (26 days ago)

** Affects: gdb-msp430 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package package-conflict precise

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

Title:
  package gdb-msp430 (not installed) failed to install/upgrade: trying
  to overwrite '/usr/share/gdb/python/gdb/__init__.py', which is also in
  package gdb 7.4-2012.04-0ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdb-msp430/+bug/1004047/+subscriptions

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


[Bug 1004047] Re: package gdb-msp430 (not installed) failed to install/upgrade: trying to overwrite '/usr/share/gdb/python/gdb/__init__.py', which is also in package gdb 7.4-2012.04-0ubuntu2

2012-05-24 Thread Austin S. Hemmelgarn
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1004047

Title:
  package gdb-msp430 (not installed) failed to install/upgrade: trying
  to overwrite '/usr/share/gdb/python/gdb/__init__.py', which is also in
  package gdb 7.4-2012.04-0ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdb-msp430/+bug/1004047/+subscriptions

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


[Bug 999402] [NEW] linux fails to build on Xubuntu 12.04

2012-05-14 Thread Austin S. Hemmelgarn
Public bug reported:

Problem discovered in an attempt to manually build a custom kernel for 
increased preformance.
.config file included as attachment, output from 'make V=1' will be attached 
shortly

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: linux-source 3.2.0.24.26
ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
Uname: Linux 3.2.0-24-generic i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
AplayDevices: aplay: device_list:252: no soundcards found...
ApportVersion: 2.0.1-0ubuntu7
Architecture: i386
ArecordDevices: arecord: device_list:252: no soundcards found...
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC0', '/dev/snd/pcmC0D0c', '/dev/snd/pcmC0D0p', 
'/dev/snd/pcmC0D1c', '/dev/snd/pcmC0D1p', '/dev/snd/seq', '/dev/snd/timer'] 
failed with exit code 1:
CRDA: Error: [Errno 2] No such file or directory
CurrentDmesg:
 [   31.333092] type=1400 audit(1337022846.690:46): apparmor=DENIED 
operation=open parent=1 profile=/usr/sbin/ntpd name=/proc/1477/net/psched 
pid=1477 comm=ntpd requested_mask=r denied_mask=r fsuid=0 ouid=0
 [   33.137190] init: plymouth-upstart-bridge main process (891) killed by TERM 
signal
 [   51.817328] init: tty1 main process ended, respawning
 [ 7237.909532] type=1400 audit(1337030053.549:47): apparmor=DENIED 
operation=open parent=1 profile=/usr/bin/freshclam 
name=/proc/1228/net/psched pid=1228 comm=freshclam requested_mask=r 
denied_mask=r fsuid=106 ouid=0
Date: Mon May 14 20:23:37 2012
HibernationDevice: RESUME=UUID=f388f77f-425f-4189-8f94-29305157f68c
InstallationMedia: Xubuntu 12.04 LTS Precise Pangolin - Release i386 
(20120423.1)
IwConfig:
 lono wireless extensions.

 eth1  no wireless extensions.

 eth0  no wireless extensions.
MachineType: Compaq Presario 061 PP150AA-ABA SR1303WM NA510
PackageArchitecture: all
ProcEnviron:
 TERM=xterm-color
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB:

ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.2.0-24-generic 
root=UUID=1d753c4e-dc8f-41a6-bd70-f9efd94b058f ro consoleblank=0 code_bytes=64 
earlyprintk=vga no_console_suspend loglevel=9 
rootflags=errors=remount-ro,acl,journal_checksum,barrier,journal_async_commit,auto_da_alloc
 crashkernel=384M-2G:64M,2G-:128M panic=120
RelatedPackageVersions:
 linux-restricted-modules-3.2.0-24-generic N/A
 linux-backports-modules-3.2.0-24-generic  N/A
 linux-firmware1.79
RfKill: Error: [Errno 2] No such file or directory
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
WifiSyslog:

dmi.bios.date: 09/02/2004
dmi.bios.vendor: Phoenix Technologies, LTD
dmi.bios.version: 3.11
dmi.board.name: Kelut
dmi.board.vendor: ASUSTek Computer INC.
dmi.board.version: 2.02
dmi.chassis.type: 3
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr3.11:bd09/02/2004:svnCompaqPresario061:pnPP150AA-ABASR1303WMNA510:pvr0n41411RE101KELUT00:rvnASUSTekComputerINC.:rnKelut:rvr2.02:cvnHewlett-Packard:ct3:cvr:
dmi.product.name: PP150AA-ABA SR1303WM NA510
dmi.product.version: 0n41411RE101KELUT00
dmi.sys.vendor: Compaq Presario 061

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


** Tags: apport-bug i386 precise

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

Title:
  linux fails to build on Xubuntu 12.04

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

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

[Bug 999402] Re: linux fails to build on Xubuntu 12.04

2012-05-14 Thread Austin S. Hemmelgarn
** Attachment added: .config file used for attempted build
   
https://bugs.launchpad.net/bugs/999402/+attachment/3146709/+files/kernel-config.txt

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

Title:
  linux fails to build on Xubuntu 12.04

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

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


[Bug 999402] Re: linux fails to build on Xubuntu 12.04

2012-05-14 Thread Austin S. Hemmelgarn
** Attachment added: Shell output from 'make V=1'
   
https://bugs.launchpad.net/ubuntu/+source/linux-meta/+bug/999402/+attachment/3146726/+files/make-output.txt

** Description changed:

  Problem discovered in an attempt to manually build a custom kernel for 
increased preformance.
  .config file included as attachment, output from 'make V=1' will be attached 
shortly
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: linux-source 3.2.0.24.26
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic i686
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices: aplay: device_list:252: no soundcards found...
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: i386
  ArecordDevices: arecord: device_list:252: no soundcards found...
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC0', '/dev/snd/pcmC0D0c', '/dev/snd/pcmC0D0p', 
'/dev/snd/pcmC0D1c', '/dev/snd/pcmC0D1p', '/dev/snd/seq', '/dev/snd/timer'] 
failed with exit code 1:
  CRDA: Error: [Errno 2] No such file or directory
  CurrentDmesg:
-  [   31.333092] type=1400 audit(1337022846.690:46): apparmor=DENIED 
operation=open parent=1 profile=/usr/sbin/ntpd name=/proc/1477/net/psched 
pid=1477 comm=ntpd requested_mask=r denied_mask=r fsuid=0 ouid=0
-  [   33.137190] init: plymouth-upstart-bridge main process (891) killed by 
TERM signal
-  [   51.817328] init: tty1 main process ended, respawning
-  [ 7237.909532] type=1400 audit(1337030053.549:47): apparmor=DENIED 
operation=open parent=1 profile=/usr/bin/freshclam 
name=/proc/1228/net/psched pid=1228 comm=freshclam requested_mask=r 
denied_mask=r fsuid=106 ouid=0
+  [   31.333092] type=1400 audit(1337022846.690:46): apparmor=DENIED 
operation=open parent=1 profile=/usr/sbin/ntpd name=/proc/1477/net/psched 
pid=1477 comm=ntpd requested_mask=r denied_mask=r fsuid=0 ouid=0
+  [   33.137190] init: plymouth-upstart-bridge main process (891) killed by 
TERM signal
+  [   51.817328] init: tty1 main process ended, respawning
+  [ 7237.909532] type=1400 audit(1337030053.549:47): apparmor=DENIED 
operation=open parent=1 profile=/usr/bin/freshclam 
name=/proc/1228/net/psched pid=1228 comm=freshclam requested_mask=r 
denied_mask=r fsuid=106 ouid=0
  Date: Mon May 14 20:23:37 2012
  HibernationDevice: RESUME=UUID=f388f77f-425f-4189-8f94-29305157f68c
  InstallationMedia: Xubuntu 12.04 LTS Precise Pangolin - Release i386 
(20120423.1)
  IwConfig:
-  lono wireless extensions.
-  
-  eth1  no wireless extensions.
-  
-  eth0  no wireless extensions.
+  lono wireless extensions.
+ 
+  eth1  no wireless extensions.
+ 
+  eth0  no wireless extensions.
  MachineType: Compaq Presario 061 PP150AA-ABA SR1303WM NA510
  PackageArchitecture: all
  ProcEnviron:
-  TERM=xterm-color
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  TERM=xterm-color
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  ProcFB:
-  
+ 
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.2.0-24-generic 
root=UUID=1d753c4e-dc8f-41a6-bd70-f9efd94b058f ro consoleblank=0 code_bytes=64 
earlyprintk=vga no_console_suspend loglevel=9 
rootflags=errors=remount-ro,acl,journal_checksum,barrier,journal_async_commit,auto_da_alloc
 crashkernel=384M-2G:64M,2G-:128M panic=120
  RelatedPackageVersions:
-  linux-restricted-modules-3.2.0-24-generic N/A
-  linux-backports-modules-3.2.0-24-generic  N/A
-  linux-firmware1.79
+  linux-restricted-modules-3.2.0-24-generic N/A
+  linux-backports-modules-3.2.0-24-generic  N/A
+  linux-firmware1.79
  RfKill: Error: [Errno 2] No such file or directory
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  WifiSyslog:
-  
+ 
  dmi.bios.date: 09/02/2004
  dmi.bios.vendor: Phoenix Technologies, LTD
  dmi.bios.version: 3.11
  dmi.board.name: Kelut
  dmi.board.vendor: ASUSTek Computer INC.
  dmi.board.version: 2.02
  dmi.chassis.type: 3
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr3.11:bd09/02/2004:svnCompaqPresario061:pnPP150AA-ABASR1303WMNA510:pvr0n41411RE101KELUT00:rvnASUSTekComputerINC.:rnKelut:rvr2.02:cvnHewlett-Packard:ct3:cvr:
  dmi.product.name: PP150AA-ABA SR1303WM NA510
  dmi.product.version: 0n41411RE101KELUT00
  dmi.sys.vendor: Compaq Presario 061

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

Title:
  linux fails to build on Xubuntu 12.04

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

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

[Bug 983574] Re: DNS name resolution doesn't work on systems without a direct connection to the internet

2012-05-05 Thread Austin S. Hemmelgarn
I think I have figured out what is wrong, I tried removing the default
search domain line, and it started working just fine.  After looking
further into the name resolution code, it appears that libc is adding
the default search domain to all queries; it would appear that the
criteria for doing so has changed to any domain name that isn't fully
qualified.  I threw together a small program to test this, and resolving
'us.v29.distributed.net' fails but 'us.v29.distributed.net.' succeeds.
Both however succeed when the computer is connected to the modem instead
of the router, I think this may have something to do with the router
using '.local.' as the top level domain for the local network.  As for
why this only affects the distributed.net client and not anything else,
I have no idea.

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

Title:
  DNS name resolution doesn't work on systems without a direct
  connection to the internet

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

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


[Bug 983574] Re: DNS name resolution doesn't work on systems without a direct connection to the internet

2012-04-17 Thread Austin S. Hemmelgarn
I've played around a little with the contents of resolv.conf, currently it's 
configured so that it will query itself if unbound is running, otherwise it 
uses Google's public recursive DNS server at 8.8.8.8, and it only queries the 
AirPort if the first two fail.
As far as the AirPort goes, it's configured to preferentially use multicat, but 
it still works fine for unicast DNS as well.
What really has me confused though is that I don't have the same problem on my 
laptop, which uses the same network and DNS configuration.  Also the problem 
occurs regardless of whether or not I have things lik libnss-mdns or 
avahi-daemon installed, and when I query any of the name servers directly with 
the hostname it is trying to access (us.v29.distributed.net.), I get back the 
correct results.

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

Title:
  DNS name resolution doesn't work on systems without a direct
  connection to the internet

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

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


[Bug 983574] [NEW] DNS name resolution doesn't work on systems without a direct connection to the internet

2012-04-16 Thread Austin S. Hemmelgarn
Public bug reported:

This is currently the only program that I am having this problem with,
and it doesn't appear to be a problem for the 64-bit version that I have
installed on my laptop.  The computer itself is connected to the
internet through a wired connection to an Apple AirPort Extreme which is
in turn connected to a cable modem.  The AirPort is configured to act as
a DNS server, and it works for everything else on the system.  The
problem appears to go away when I connect the system directly to the
cable modem.  I have also been able to reproduce this problem inside a
virtual machine with a standard install of 32-bit Xubuntu 11.10

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: distributed-net 2.9107.516-1
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic i686
ApportVersion: 1.23-0ubuntu4
Architecture: i386
Date: Mon Apr 16 21:02:30 2012
InstallationMedia: Xubuntu 11.10 Oneiric Ocelot - Release i386 (20111011)
ProcEnviron:
 LC_TIME=mul.UTF-8
 LANG=en_US.UTF-8
 SHELL=/bin/bash
 LC_NUMERIC=mul.UTF-8
SourcePackage: distributed-net
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: distributed-net (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/983574

Title:
  DNS name resolution doesn't work on systems without a direct
  connection to the internet

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

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


[Bug 983574] Re: DNS name resolution doesn't work on systems without a direct connection to the internet

2012-04-16 Thread Austin S. Hemmelgarn
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/983574

Title:
  DNS name resolution doesn't work on systems without a direct
  connection to the internet

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

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


[Bug 973861] [NEW] openjdk-6-jre-headless does not add correct links in /etc/alternatives

2012-04-04 Thread Austin S. Hemmelgarn
Public bug reported:

The last update of openjdk-6 forgot to include the links in
/etc/alternatives that allowed programs requiring the functionality of a
java development kit or java runtime environment to just invoke the
commands without specifying a full path.  This in turn causes problems
with some other packages which make the assumption that installing
openjdk-6 will allow them to access the required programs from the
system path

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: openjdk-6-jre-headless 6b23~pre11-0ubuntu1.11.10.2
ProcVersionSignature: Ubuntu 3.0.0-17.30-generic 3.0.22
Uname: Linux 3.0.0-17-generic x86_64
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Wed Apr  4 20:05:31 2012
ProcEnviron:
 LC_TIME=mul.UTF-8
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
 LC_NUMERIC=mul.UTF-8
SourcePackage: openjdk-6
UpgradeStatus: Upgraded to oneiric on 2011-10-16 (171 days ago)

** Affects: openjdk-6 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug oneiric

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

Title:
  openjdk-6-jre-headless does not add correct links in /etc/alternatives

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/973861/+subscriptions

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


[Bug 973861] Re: openjdk-6-jre-headless does not add correct links in /etc/alternatives

2012-04-04 Thread Austin S. Hemmelgarn
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/973861

Title:
  openjdk-6-jre-headless does not add correct links in /etc/alternatives

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/973861/+subscriptions

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


[Bug 692157] Re: orca don't read text on Xubuntu

2012-04-04 Thread Austin S. Hemmelgarn
I can confirm this for both Xubuntu 11.04 and 11.10 as well.

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

Title:
  orca don't read text on Xubuntu

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

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


[Bug 882619] Re: [Thinkpad Edge E220s] Screen brightness resets when switching to virtual consoles

2012-04-04 Thread Austin S. Hemmelgarn
** Changed in: linux (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  [Thinkpad Edge E220s] Screen brightness resets when switching to
  virtual consoles

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

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


[Bug 967122] Re: monitor.py crashed with TypeError in call_blocking(): Expected a string or unicode object

2012-03-28 Thread Austin S. Hemmelgarn
*** This bug is a duplicate of bug 628432 ***
https://bugs.launchpad.net/bugs/628432


** 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/967122

Title:
  monitor.py crashed with TypeError in call_blocking(): Expected a
  string or unicode object

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

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


[Bug 957346] [NEW] unable to run included mod

2012-03-16 Thread Austin S. Hemmelgarn
Public bug reported:

When trying to start a game in single player mode, spring exits and
complains that ~/.spring/script.txt is non-existent; yet when checked,
it clearly exists.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: spring 0.82.7.1+dfsg1-3ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-16.29-generic 3.0.20
Uname: Linux 3.0.0-16-generic x86_64
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Fri Mar 16 14:59:05 2012
ProcEnviron:
 LC_TIME=mul.UTF-8
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
 LC_NUMERIC=mul.UTF-8
SourcePackage: spring
UpgradeStatus: Upgraded to oneiric on 2011-10-16 (151 days ago)

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


** Tags: amd64 apport-bug oneiric

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

Title:
  unable to run included mod

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

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


[Bug 957346] Re: unable to run included mod

2012-03-16 Thread Austin S. Hemmelgarn
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/957346

Title:
  unable to run included mod

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

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


[Bug 948609] Re: glogg crashed with SIGSEGV in scm_intern()

2012-03-14 Thread Austin S. Hemmelgarn
** 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/948609

Title:
  glogg crashed with SIGSEGV in scm_intern()

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

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


[Bug 944878] Re: uget-gtk crashed with SIGSEGV in __GI___poll()

2012-03-14 Thread Austin S. Hemmelgarn
** 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/944878

Title:
  uget-gtk crashed with SIGSEGV in __GI___poll()

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

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


[Bug 939706] Re: convertall.py crashed with SIGSEGV

2012-03-14 Thread Austin S. Hemmelgarn
** 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/939706

Title:
  convertall.py crashed with SIGSEGV

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

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


[Bug 955611] Re: Session manager takes a long time to respond to action buttons on panel

2012-03-14 Thread Austin S. Hemmelgarn
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/955611

Title:
  Session manager takes a long time to respond to action buttons on
  panel

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

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


[Bug 955611] [NEW] Session manager takes a long time to respond to action buttons on panel

2012-03-14 Thread Austin S. Hemmelgarn
Public bug reported:

After long periods of uptime, clicking action buttons in panel to
shutdown or restart system does not cause any response for at least one
to two minutes after button is pressed.  Only happens for me about one
time out of three, and only if the system has been running for at least
two hours.  I have tried to reproduce this on other distributions using
XFCE 4.6, but can't; same goes for trying an equivalent situation with
KDE and GNOME.  I have however been able to reproduce it using 32-bit
Xubuntu running in VirtualBox.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: xfdesktop4 4.8.3-1ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-16.29-generic 3.0.20
Uname: Linux 3.0.0-16-generic x86_64
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Wed Mar 14 20:02:15 2012
ProcEnviron:
 LC_TIME=mul.UTF-8
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
 LC_NUMERIC=mul.UTF-8
SourcePackage: xfdesktop4
UpgradeStatus: Upgraded to oneiric on 2011-10-16 (150 days ago)

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


** Tags: amd64 apport-bug oneiric

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

Title:
  Session manager takes a long time to respond to action buttons on
  panel

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

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


[Bug 828743] Re: indicator-weather crashed with SIGSEGV in __GI___libc_free()

2012-03-10 Thread Austin S. Hemmelgarn
Confirmed with XFCE as desktop environment as well.

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

Title:
  indicator-weather crashed with SIGSEGV in __GI___libc_free()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-weather/+bug/828743/+subscriptions

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


[Bug 942733] Re: Thunar crashed with SIGSEGV in __strcasecmp_l_sse42()

2012-02-28 Thread Austin S. Hemmelgarn
** 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/942733

Title:
  Thunar crashed with SIGSEGV in __strcasecmp_l_sse42()

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

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


[Bug 938785] Re: wicd-curses.py crashed with DBusException in __new__(): org.freedesktop.DBus.Error.FileNotFound: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory

2012-02-22 Thread Austin S. Hemmelgarn
** 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/938785

Title:
  wicd-curses.py crashed with DBusException in __new__():
  org.freedesktop.DBus.Error.FileNotFound: Failed to connect to socket
  /var/run/dbus/system_bus_socket: No such file or directory

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

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


[Bug 842198] Re: oneconf-service crashed with IOError in update(): [Errno 2] No such file or directory: u'/home/mandj/.cache/oneconf/511b8f54f57a6b95c13bb6740000000a/package_list_511b8f54f57a6b95c13bb

2012-02-22 Thread Austin S. Hemmelgarn
I just checked and the equivelent file does exist

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

Title:
  oneconf-service crashed with IOError in update(): [Errno 2] No such
  file or directory:
  
u'/home/mandj/.cache/oneconf/511b8f54f57a6b95c13bb674000a/package_list_511b8f54f57a6b95c13bb674000a'

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

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


[Bug 937358] [NEW] package fstrim (not installed) failed to install/upgrade: trying to overwrite '/usr/share/man/man8/fstrim.8.gz', which is also in package util-linux 2.19.1-2ubuntu3

2012-02-20 Thread Austin S. Hemmelgarn
Public bug reported:

attempted to install on xubuntu 11.11

ProblemType: Package
DistroRelease: Ubuntu 11.10
Package: fstrim (not installed)
ProcVersionSignature: Ubuntu 3.0.0-16.29-generic 3.0.20
Uname: Linux 3.0.0-16-generic x86_64
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Mon Feb 20 20:33:17 2012
DpkgTerminalLog:
 Unpacking fspy (from .../fspy_0.1.1-1_amd64.deb) ...
 Selecting previously deselected package fstrim.
 Unpacking fstrim (from .../fstrim_0.1-1_amd64.deb) ...
 dpkg: error processing /var/cache/apt/archives/fstrim_0.1-1_amd64.deb 
(--unpack):
  trying to overwrite '/usr/share/man/man8/fstrim.8.gz', which is also in 
package util-linux 2.19.1-2ubuntu3
DuplicateSignature:
 Unpacking fstrim (from .../fstrim_0.1-1_amd64.deb) ...
 dpkg: error processing /var/cache/apt/archives/fstrim_0.1-1_amd64.deb 
(--unpack):
  trying to overwrite '/usr/share/man/man8/fstrim.8.gz', which is also in 
package util-linux 2.19.1-2ubuntu3
ErrorMessage: trying to overwrite '/usr/share/man/man8/fstrim.8.gz', which is 
also in package util-linux 2.19.1-2ubuntu3
SourcePackage: fstrim
Title: package fstrim (not installed) failed to install/upgrade: trying to 
overwrite '/usr/share/man/man8/fstrim.8.gz', which is also in package 
util-linux 2.19.1-2ubuntu3
UpgradeStatus: Upgraded to oneiric on 2011-10-16 (127 days ago)

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


** Tags: amd64 apport-package need-duplicate-check oneiric package-conflict

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

Title:
  package fstrim (not installed) failed to install/upgrade: trying to
  overwrite '/usr/share/man/man8/fstrim.8.gz', which is also in package
  util-linux 2.19.1-2ubuntu3

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

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


[Bug 937358] Re: package fstrim (not installed) failed to install/upgrade: trying to overwrite '/usr/share/man/man8/fstrim.8.gz', which is also in package util-linux 2.19.1-2ubuntu3

2012-02-20 Thread Austin S. Hemmelgarn
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/937358

Title:
  package fstrim (not installed) failed to install/upgrade: trying to
  overwrite '/usr/share/man/man8/fstrim.8.gz', which is also in package
  util-linux 2.19.1-2ubuntu3

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

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


[Bug 931842] Re: Thunar crashed with SIGSEGV in __strcasecmp_l_sse42()

2012-02-13 Thread Austin S. Hemmelgarn
** 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/931842

Title:
  Thunar crashed with SIGSEGV in __strcasecmp_l_sse42()

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

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


[Bug 926064] Re: xscreensaver dosen't reset blanking timer on input form some devices

2012-02-03 Thread Austin S. Hemmelgarn
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/926064

Title:
  xscreensaver dosen't reset blanking timer on input form some devices

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

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


[Bug 926064] [NEW] xscreensaver dosen't reset blanking timer on input form some devices

2012-02-03 Thread Austin S. Hemmelgarn
Public bug reported:

The xscreensaver daemon dosen't reset the screenblanking timer on input
from joysticks/game-controllers and on some USB hotplugged devices.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: xscreensaver 5.14-1ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-15.26-generic 3.0.13
Uname: Linux 3.0.0-15-generic x86_64
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Fri Feb  3 08:53:21 2012
ProcEnviron:
 LC_TIME=mul.UTF-8
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
 LC_NUMERIC=mul.UTF-8
SourcePackage: xscreensaver
UpgradeStatus: Upgraded to oneiric on 2011-10-16 (109 days ago)

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


** Tags: amd64 apport-bug oneiric

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

Title:
  xscreensaver dosen't reset blanking timer on input form some devices

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

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


[Bug 920996] Re: avogadro crashed with SIGABRT in qt_message_output()

2012-01-24 Thread Austin S. Hemmelgarn
** 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/920996

Title:
  avogadro crashed with SIGABRT in qt_message_output()

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

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


[Bug 882619] Re: [Thinkpad Edge E220s] Screen brightness resets when switching to virtual consoles

2012-01-24 Thread Austin S. Hemmelgarn
Appears to be fixed in Ubuntu 11.10

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

Title:
  [Thinkpad Edge E220s] Screen brightness resets when switching to
  virtual consoles

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

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


[Bug 920996] Re: avogadro crashed with SIGABRT in qt_message_output()

2012-01-24 Thread Austin S. Hemmelgarn
Having similar problems intermitently with other Qt programs

** Description changed:

- Appears to work is the package 'qt-at-spi' is not installed
+ Appears to work if the package 'qt-at-spi' is not installed
  
  ProblemType: Crash
  DistroRelease: Ubuntu 11.10
  Package: avogadro 1.0.3-1ubuntu3
  ProcVersionSignature: Ubuntu 3.0.0-15.26-generic 3.0.13
  Uname: Linux 3.0.0-15-generic x86_64
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Mon Jan 23 17:27:33 2012
  ExecutablePath: /usr/bin/avogadro
  ProcCmdline: avogadro
  ProcEnviron:
-  LC_TIME=mul.UTF-8
-  PATH=(custom, user)
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
-  LC_NUMERIC=mul.UTF-8
+  LC_TIME=mul.UTF-8
+  PATH=(custom, user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+  LC_NUMERIC=mul.UTF-8
  Signal: 6
  SourcePackage: avogadro
  StacktraceTop:
-  qt_message_output(QtMsgType, char const*) () from 
/usr/lib/x86_64-linux-gnu/libQtCore.so.4
-  ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
-  qFatal(char const*, ...) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
-  QSpiAdaptor::GetChildren() const () from 
/usr/lib/qt4/plugins/accessiblebridge/libqspiaccessiblebridge.so
-  QSpiAdaptor::getCacheItem() const () from 
/usr/lib/qt4/plugins/accessiblebridge/libqspiaccessiblebridge.so
+  qt_message_output(QtMsgType, char const*) () from 
/usr/lib/x86_64-linux-gnu/libQtCore.so.4
+  ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
+  qFatal(char const*, ...) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
+  QSpiAdaptor::GetChildren() const () from 
/usr/lib/qt4/plugins/accessiblebridge/libqspiaccessiblebridge.so
+  QSpiAdaptor::getCacheItem() const () from 
/usr/lib/qt4/plugins/accessiblebridge/libqspiaccessiblebridge.so
  Title: avogadro crashed with SIGABRT in qt_message_output()
  UpgradeStatus: Upgraded to oneiric on 2011-10-16 (99 days ago)
  UserGroups: adm admin audio cdrom debian-tor dialout dip fax floppy fuse 
libvirtd lpadmin netdev plugdev powerdev sambashare tape vboxusers video

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

Title:
  avogadro crashed with SIGABRT in qt_message_output()

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

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

[Bug 921110] [NEW] inaccurate warning about D-BUS

2012-01-24 Thread Austin S. Hemmelgarn
Public bug reported:

On startup, complains that it can't find the system D-BUS daemon and
states that etherape won't work correctly without it; yet the D-BUS
daemon is running and providing a system bus, and etherape still works
correctly otherwise

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: etherape 0.9.10-1
ProcVersionSignature: Ubuntu 3.0.0-15.26-generic 3.0.13
Uname: Linux 3.0.0-15-generic x86_64
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Tue Jan 24 12:55:46 2012
ProcEnviron:
 LC_TIME=mul.UTF-8
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
 LC_NUMERIC=mul.UTF-8
SourcePackage: etherape
UpgradeStatus: Upgraded to oneiric on 2011-10-16 (99 days ago)

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


** Tags: amd64 apport-bug oneiric

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

Title:
  inaccurate warning about D-BUS

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

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


[Bug 921110] Re: inaccurate warning about D-BUS

2012-01-24 Thread Austin S. Hemmelgarn
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/921110

Title:
  inaccurate warning about D-BUS

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

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


[Bug 844991] Re: Thunar segfaults when attempting to access the URI network://

2012-01-24 Thread Austin S. Hemmelgarn
Seems to be fixed in 11.10

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

Title:
  Thunar segfaults when attempting to access the URI network://

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

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


[Bug 921111] Re: lightning causes thunderbird to become unresponsive under some conditions

2012-01-24 Thread Austin S. Hemmelgarn
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/92

Title:
  lightning causes thunderbird to become unresponsive under some
  conditions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightning-extension/+bug/92/+subscriptions

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


[Bug 921111] [NEW] lightning causes thunderbird to become unresponsive under some conditions

2012-01-24 Thread Austin S. Hemmelgarn
Public bug reported:

With Lightniing installed, Thunderbird becomes unresponsive during
startup until it is finished attempting to connect to the mail servers
for the accounts.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: xul-ext-lightning 1.1+build1-0ubuntu0.11.10.1
ProcVersionSignature: Ubuntu 3.0.0-15.26-generic 3.0.13
Uname: Linux 3.0.0-15-generic x86_64
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Tue Jan 24 12:59:57 2012
ProcEnviron:
 LC_TIME=mul.UTF-8
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
 LC_NUMERIC=mul.UTF-8
SourcePackage: lightning-extension
UpgradeStatus: Upgraded to oneiric on 2011-10-16 (99 days ago)

** Affects: lightning-extension (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug oneiric

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

Title:
  lightning causes thunderbird to become unresponsive under some
  conditions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightning-extension/+bug/92/+subscriptions

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


[Bug 684317] Re: Incorrect alphabetical sort order in thunar with non-latin (eg. cyrillic) file names

2012-01-24 Thread Austin S. Hemmelgarn
I can confirm that this happens on Ubuntu 11.10 as well

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

Title:
  Incorrect alphabetical sort order in thunar with non-latin (eg.
  cyrillic) file names

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunar/+bug/684317/+subscriptions

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


[Bug 852573] Re: System crashes when unplugging unmounted eSATA hard drive

2011-10-31 Thread Austin S. Hemmelgarn
Just checked on the current stable kernel for 111.10, it appears to be
fixed.

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

Title:
  System crashes when unplugging unmounted eSATA hard drive

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

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


[Bug 882619] Re: [Thinkpad Edge E220s] Screen brightness resets when switching to virtual consoles

2011-10-27 Thread Austin S. Hemmelgarn
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/882619

Title:
  [Thinkpad Edge E220s] Screen brightness resets when switching to
  virtual consoles

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

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


[Bug 882619] [NEW] [Thinkpad Edge E220s] Screen brightness resets when switching to virtual consoles

2011-10-27 Thread Austin S. Hemmelgarn
Public bug reported:

Every time I switch to a virtual console, the screen brightness gets set
to 100% regardless of what it was set to previously. I just recently
upgraded to the most recent BIOS firmware from Lenovo, but I had the
same problem before I did so.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: linux-image-3.0.0-12-generic 3.0.0-12.20
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: PCH [HDA Intel PCH], device 0: CONEXANT Analog [CONEXANT Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  austin 3054 F pulseaudio
  austin 3214 F xfce4-volumed
 /dev/snd/controlC29: austin 3214 F xfce4-volumed
Card0.Amixer.info:
 Card hw:0 'PCH'/'HDA Intel PCH at 0xd270 irq 46'
   Mixer name   : 'Intel CougarPoint HDMI'
   Components   : 'HDA:14f1506e,17aa21e4,0010 
HDA:80862805,17aa21e4,0010'
   Controls  : 13
   Simple ctrls  : 7
Card29.Amixer.info:
 Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw 
unknown'
   Mixer name   : 'ThinkPad EC (unknown)'
   Components   : ''
   Controls  : 1
   Simple ctrls  : 1
Card29.Amixer.values:
 Simple mixer control 'Console',0
   Capabilities: pswitch pswitch-joined penum
   Playback channels: Mono
   Mono: Playback [on]
Date: Thu Oct 27 11:27:56 2011
InstallationMedia: Xubuntu 11.04 Natty Narwhal - Release amd64 (20110426.1)
MachineType: LENOVO 50382NU
ProcEnviron:
 LC_TIME=mul.UTF-8
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
 LC_NUMERIC=mul.UTF-8
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-12-generic 
root=UUID=6088dbdc-888f-4f2c-a998-49b41be658ad ro consoleblank=0 
earlyprintk=vga acpi_os_name=Microsoft Windows no_console_suspend 
code_bytes=256 loglevel=5 crashkernel=384M-2G:64M,2G-:128M panic=60
RelatedPackageVersions:
 linux-restricted-modules-3.0.0-12-generic N/A
 linux-backports-modules-3.0.0-12-generic  N/A
 linux-firmware1.60
SourcePackage: linux
StagingDrivers: mei
UpgradeStatus: Upgraded to oneiric on 2011-10-16 (10 days ago)
dmi.bios.date: 09/13/2011
dmi.bios.vendor: LENOVO
dmi.bios.version: 8JET38WW (1.20 )
dmi.board.asset.tag: Not Available
dmi.board.name: 50382NU
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr8JET38WW(1.20):bd09/13/2011:svnLENOVO:pn50382NU:pvrThinkPadEdgeE220s:rvnLENOVO:rn50382NU:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 50382NU
dmi.product.version: ThinkPad Edge E220s
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-bug oneiric staging thinkpad

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

Title:
  [Thinkpad Edge E220s] Screen brightness resets when switching to
  virtual consoles

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

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


[Bug 852573] Re: System crashes when unplugging unmounted eSATA hard drive

2011-10-27 Thread Austin S. Hemmelgarn
Having the exact same problem since I upgrades to 11.10 with linux
3.0.0.12.14

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

Title:
  System crashes when unplugging unmounted eSATA hard drive

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

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


[Bug 882353] Re: ld segfaulted when trying to link a raw binary for x86_64

2011-10-27 Thread Austin S. Hemmelgarn
Problem persists after recent update for binutils

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

Title:
  ld segfaulted when trying to link a raw binary for x86_64

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

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


[Bug 836834] Re: Failure to resume from suspend on Thinkpad E220s

2011-10-27 Thread Austin S. Hemmelgarn
Fixed in linux version 3.0.0.12.14

** Changed in: linux (Ubuntu)
   Status: Incomplete = Fix Released

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

Title:
  Failure to resume from suspend on Thinkpad E220s

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

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


[Bug 882353] [NEW] ld segfaulted when trying to link a raw binary for x86_64

2011-10-26 Thread Austin S. Hemmelgarn
Public bug reported:

Here is the command line I used:
gcc -v --save-temps -static -Xlinker --oformat=binary -Xlinker 
--format=elf64-x86-64 sample.c
Here is the terminal output:
 Using built-in specs.
 COLLECT_GCC=/usr/bin/gcc-4.6.real
 COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6.1/lto-wrapper
 Target: x86_64-linux-gnu
 Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 
4.6.1-9ubuntu3' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs 
--enable-languages=c,c++,fortran,objc,obj-c++,go --prefix=/usr 
--program-suffix=-4.6 --enable-shared --enable-linker-build-id 
--with-system-zlib --libexecdir=/usr/lib --without-included-gettext 
--enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 
--libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu 
--enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin 
--enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic 
--enable-checking=release --build=x86_64-linuxhost=x86_64-linux-gnu 
--target=x86_64-linux-gnu
 Thread model: posix
 gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3) 
 COLLECT_GCC_OPTIONS='-v' '-save-temps' '-static' '-mtune=generic' 
'-march=x86-64'
  /usr/lib/gcc/x86_64-linux-gnu/4.6.1/cc1 -E -quiet -v -imultilib . -imultiarch 
x86_64-linux-gnu sample.c -mtune=generic -march=x86-64 -fpch-preprocess 
-fstack-pr -o sample.i
 ignoring nonexistent directory /usr/local/include/x86_64-linux-gnu
 ignoring nonexistent directory 
/usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../../../x86_64-linux-gnu/include
 #include ... search starts here:
 #include ... search starts here:
  /usr/lib/gcc/x86_64-linux-gnu/4.6.1/include
  /usr/local/include
  /usr/lib/gcc/x86_64-linux-gnu/4.6.1/include-fixed
  /usr/include/x86_64-linux-gnu
  /usr/include
 End of search list.
 COLLECT_GCC_OPTIONS='-v' '-save-temps' '-static' '-mtune=generic' 
'-march=x86-64'
 /usr/lib/gcc/x86_64-linux-gnu/4.6.1/cc1 -fpreprocessed sample.i -quiet 
-dumpbase sample.c -mtune=generic -march=x86-64 -auxbase sample -version 
-fstack-protectample.s
 GNU C (Ubuntu/Linaro 4.6.1-9ubuntu3) version 4.6.1 (x86_64-linux-gnu)
 compiled by GNU C version 4.6.1, GMP version 5.0.1, MPFR version 
3.0.1-p3, MPC version 0.9
 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
 GNU C (Ubuntu/Linaro 4.6.1-9ubuntu3) version 4.6.1 (x86_64-linux-gnu)
 compiled by GNU C version 4.6.1, GMP version 5.0.1, MPFR version 
3.0.1-p3, MPC version 0.9
 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
 Compiler executable checksum: 5dede901e38d49932d3155c3e888bca1
 COLLECT_GCC_OPTIONS='-v' '-save-temps' '-static' '-mtune=generic' 
'-march=x86-64'
  as --64 -o sample.o sample.s
 
COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.6.1/:/usr/lib/gcc/x86_64-linux-gnu/4.6.1/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.6.1/:/usrc/x86_64-linux-gnu/
 
LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/4.6.1/:/usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../../..lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../../:/lib/:/usr/lib/
 COLLECT_GCC_OPTIONS='-v' '-save-temps' '-static' '-mtune=generic' 
'-march=x86-64'
  /usr/lib/gcc/x86_64-linux-gnu/4.6.1/collect2 --build-id --no-add-needed 
--as-needed -m elf_x86_64 --hash-style=gnu -static -z relro 
/usr/lib/gcc/x86_64-linux-g1/../../../x86_64-linux-gnu/crt1.o 
/usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../../x86_64-linux-gnu/crti.o 
/usr/lib/gcc/x86_64-linux-gnu/4.6.1/crtbeginT.o -L/usr/lx86_64-linux-gnu/4.6.1 
-L/usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../../x86_64-linux-gnu 
-L/usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../../../lib 
-L/lib/x86_64-linux/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib 
-L/usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../.. --oformat=binary 
--format=elf64-x86-64 sample.o --start-lgcc -lgcc_eh -lc --end-group 
/usr/lib/gcc/x86_64-linux-gnu/4.6.1/crtend.o 
/usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../../x86_64-linux-gnu/crtn.o
 collect2: ld terminated with signal 11 [Segmentation fault]


I will attach the original source file that I was trying to compile, as well as 
the intermediate files.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: gcc 4:4.6.1-2ubuntu5
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
Date: Wed Oct 26 21:37:22 2011
InstallationMedia: Xubuntu 11.04 Natty Narwhal - Release amd64 (20110426.1)
ProcEnviron:
 LC_TIME=mul.UTF-8
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
 LC_NUMERIC=mul.UTF-8
SourcePackage: gcc-defaults
UpgradeStatus: Upgraded to oneiric on 2011-10-16 (10 days ago)

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


** Tags: amd64 apport-bug oneiric

-- 
You received this bug notification because you are a member of Ubuntu

[Bug 882353] Re: ld segfaulted when trying to link a raw binary for x86_64

2011-10-26 Thread Austin S. Hemmelgarn
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/882353

Title:
  ld segfaulted when trying to link a raw binary for x86_64

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

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


[Bug 882353] Re: ld segfaulted when trying to link a raw binary for x86_64

2011-10-26 Thread Austin S. Hemmelgarn
** Attachment added: Preprocessed source code
   
https://bugs.launchpad.net/ubuntu/+source/binutils/+bug/882353/+attachment/2574691/+files/sample.i

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

Title:
  ld segfaulted when trying to link a raw binary for x86_64

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

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


[Bug 882353] Re: ld segfaulted when trying to link a raw binary for x86_64

2011-10-26 Thread Austin S. Hemmelgarn
** Attachment added: Original source code
   
https://bugs.launchpad.net/ubuntu/+source/binutils/+bug/882353/+attachment/2574690/+files/sample.c

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

Title:
  ld segfaulted when trying to link a raw binary for x86_64

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

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


  1   2   >