[Bug 1861430] [NEW] ubuntu install on HP T610 crashed

2020-01-30 Thread Frankie Cheang
Public bug reported:

grub cannot be installed

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubiquity 18.04.14
ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
Uname: Linux 4.15.0-20-generic x86_64
ApportVersion: 2.20.9-0ubuntu7
Architecture: amd64
CasperVersion: 1.394
CurrentDesktop: ubuntu:GNOME
Date: Fri Jan 31 00:18:17 2020
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
boot=casper only-ubiquity quiet splash ---
LiveMediaBuild: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
ProcEnviron:
 LANGUAGE=en_US.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 LC_NUMERIC=C.UTF-8
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic ubiquity-18.04.14 ubuntu

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

Title:
  ubuntu install on HP T610 crashed

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

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

[Bug 1725840] Re: resolvconf not correctly configured after update from 17.04 to 17.10

2017-12-24 Thread frankie
Fix it with the

#apt install resolvconf

as suggested above.

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

Title:
  resolvconf not correctly configured after update from 17.04 to 17.10

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

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

[Bug 1725840] Re: resolvconf not correctly configured after update from 17.04 to 17.10

2017-12-24 Thread frankie
I recently upgraded to 17.1 and have this same issue.  Please provide a
fix.

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

Title:
  resolvconf not correctly configured after update from 17.04 to 17.10

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

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

[Bug 1631367] Re: Error in sys.excepthook: ModuleNotFoundError: No module named 'apt_pkg'

2017-02-01 Thread Frankie Robertson
This shouldn't be "priority low". Apport breaks the Python 3.6 package.
At least all desktop users trying to use Python 3.6 should be affected.

To summarise the problem, python3-apt has a C module which is only
compiled for Python 3.5, but Python 3.6 needs it to run the apport.

Some possible possible workarounds:
* Get rid of the symlink: rm /usr/lib/python3.6/sitecustomize.py

* Change /etc/sitecustomize.py to not install the hook if apt_pkg is
available

# install the apport exception handler if available
try:
import apport_python_hook
import apt_pkg # <-- Add this line
except ImportError:
pass
else:
apport_python_hook.install()

* Install the apt module

$ sudo apt install python3.6-dev libapt-pkg-dev python3-distutils-extra # 
Get build requirements
$ wget https://bootstrap.pypa.io/get-pip.py # Get pip
$ python3.6 get-pip.py
$ python3.6 /usr/bin/pip3 install 
http://launchpad.net/python-distutils-extra/trunk/2.28/+download/python-distutils-extra-2.28.tar.gz
 # install apt requirments
$ python3.6 /usr/bin/pip3 install 
https://launchpad.net/ubuntu/+archive/primary/+files/python-apt_1.1.0~beta1build1.tar.xz
 # install apt package for Python 3.6

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

Title:
  Error in sys.excepthook: ModuleNotFoundError: No module named
  'apt_pkg'

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

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


[Bug 1499858] Re: bluetoothd[650]: Failed to obtain handles for "Service Changed" characteristic

2016-07-22 Thread frankie
This happens to me in Ubuntu 16.04. I have bluetooth dongle, when I plug
it I got many messages from bluetoothd, it started with
bluetoothd[8019]: Failed to obtain handles for "Service Changed"
characteristic.

I temporary fixed it doing this: stop bluetooth, kill bluetoothd and
obexd, start bluetooth:

$ sudo systemctl stop bluetooth
$ sudo killall -TERM bluetoothd
$ sudo killall -TERM obexd
$ sudo systemctl start bluetooth

Now when I plug the bluetooth dongle I can use it. I am pretty sure I
will have to do it again when I reboot. Maybe removing the package
bluez-obexd would fix it for good, but It will uninstall a lot of ubuntu
dependencies so it is not an option.

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

Title:
  bluetoothd[650]: Failed to obtain handles for "Service Changed"
  characteristic

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

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


[Bug 1597740] [NEW] iwyu 3.7-1 should depend on clang-3.7

2016-06-30 Thread Frankie Robertson
Public bug reported:

If clang-3.7 isn't available, iwyu will not be able to find some
headers, eg stdarg.h. Currently the package accepts many different
version of clang - but this is wrong - each version of iwyu only works
with a single version of clang. See related discussion here:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=722132

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

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

Title:
  iwyu 3.7-1 should depend on clang-3.7

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

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


[Bug 1574228] Re: Changes to Samba packages for April 12 prevent legacy Windows clients from logging in to NT4 style domain

2016-04-25 Thread frankie
*** This bug is a duplicate of bug 1572122 ***
https://bugs.launchpad.net/bugs/1572122

This may be related to that debian bug report from samba at  the very
same date:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=820981

I looks like some people manage it installing winbind. I worked it
around downgrading samba and related packages.

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

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

Title:
  Changes to Samba packages for April 12 prevent legacy Windows clients
  from logging in to NT4 style domain

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

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


[Bug 95853] Re: Nautilus: too easy to move files/folders to Trash (single key press of "Delete")

2016-02-26 Thread Frankie
Isaac,
thank you for that comment - you are just hitting the nail on the head!!

I'm IT professional for 25 years and decided to change to ubuntu 8.04 LTS - I 
really like it.
On the other hand I can't believe that nobody took care on the need of so many 
users since more than 8 years now.
I read about hundreds of workarounds in GNOME to change Nautilus short cuts,  
but I didn't make any of them work for Ubuntu.

Hitting DEL by accident may happen to everybody !!

Please Nautilus developers out there bring this annoying discussion to an end. 
any of the above mentioned options would be fine.
I hate wasting time to check the trash before deleting its content - that's 
just not user friendly.

Regards

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

Title:
  Nautilus: too easy to move files/folders to Trash (single key press of
  "Delete")

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/95853/+subscriptions

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


[Bug 1550477] [NEW] gnome-calendar crashed with SIGSEGV in gcal_application_get_settings()

2016-02-26 Thread Frankie
Public bug reported:

using 16.04 beta1 xenial
running in vm ware player

ProblemType: Crash
DistroRelease: Ubuntu 16.04
Package: gnome-calendar 3.18.2.1-2
ProcVersionSignature: Ubuntu 4.4.0-7.22-generic 4.4.2
Uname: Linux 4.4.0-7-generic i686
ApportVersion: 2.20-0ubuntu3
Architecture: i386
CurrentDesktop: Unity
Date: Fri Feb 26 20:13:34 2016
ExecutablePath: /usr/bin/gnome-calendar
InstallationDate: Installed on 2016-02-26 (0 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha i386 (20160226)
ProcCmdline: /usr/bin/gnome-calendar --gapplication-service
ProcEnviron:
 XDG_RUNTIME_DIR=
 SHELL=/bin/bash
 LANGUAGE=de_DE
 PATH=(custom, no user)
 LANG=de_DE.UTF-8
SegvAnalysis:
 Segfault happened at: 0x8060154 : mov
0x14(%eax),%eax
 PC (0x08060154) ok
 source "0x14(%eax)" (0x0014) not located in a known VMA region (needed 
readable region)!
 destination "%eax" ok
SegvReason: reading NULL VMA
Signal: 11
SourcePackage: gnome-calendar
StacktraceTop:
 gcal_application_get_settings ()
 ?? ()
 ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
 g_main_context_dispatch () from /lib/i386-linux-gnu/libglib-2.0.so.0
 ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
Title: gnome-calendar crashed with SIGSEGV in gcal_application_get_settings()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

** Affects: gnome-calendar (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-crash i386 need-i386-retrace xenial

** Information type changed from Private to Public

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

Title:
  gnome-calendar crashed with SIGSEGV in gcal_application_get_settings()

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

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


[Bug 1447267] Re: Ubuntu 14.04 AMD64 MSI 970 Gaming USB3.0 does not work

2016-01-04 Thread Frankie
Works for me but pretty sure I am still at USB 2.0 speeds.

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

Title:
  Ubuntu 14.04 AMD64 MSI 970 Gaming USB3.0 does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/external-storage-manager/+bug/1447267/+subscriptions

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


[Bug 1459354] [NEW] super_l doesnt hide app menu

2015-05-27 Thread Frankie Smith
Public bug reported:

i have assigned the super_l key to the applications menu in cairo dock.
i noticed the option said that it would allow the super key to show or
hide the app menu. however it only seems to show it, i need to manually
click off the application menu in order to clear it, obviously this
doesnt affect the actual functions in any way, but it definately plays
havoc with my OCD

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: cairo-dock 3.4.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6
Uname: Linux 3.19.0-18-generic x86_64
ApportVersion: 2.17.2-0ubuntu1.1
Architecture: amd64
CompositingMetacity: No value set for 
`/apps/metacity/general/compositing_manager'
CurrentDesktop: Unity
Date: Wed May 27 17:47:40 2015
InstallationDate: Installed on 2015-05-26 (1 days ago)
InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
PackageArchitecture: all
PciDisplay: 00:02.0 VGA compatible controller [0300]: Intel Corporation 3rd Gen 
Core processor Graphics Controller [8086:0166] (rev 09) (prog-if 00 [VGA 
controller])
RelatedPackageVersions:
 xserver-xorg 1:7.7+7ubuntu4
 libgl1-mesa-glx  10.6.0~git20150521+10.6.7c5cca5e-0ubuntu0ricotz~vivid
 libdrm2  2.4.61+git20150521.e9ea1f42-0ubuntu0ricotz2~vivid
 xserver-xorg-video-intel 2:2.99.917+git20150521.e617c194-0ubuntu0ricotz~vivid
 xserver-xorg-video-ati   1:7.5.99+git20150521.d64a13eb-0ubuntu0ricotz~vivid
SourcePackage: cairo-dock
UpgradeStatus: No upgrade log present (probably fresh install)
WM: No value set for `/desktop/gnome/applications/window_manager/current'
system: distro = Ubuntu, architecture = x86_64, kernel = 3.19.0-18-generic

** Affects: cairo-dock (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug third-party-packages vivid

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

Title:
  super_l doesnt hide app menu

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

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


[Bug 752193] Re: Installation of the acroread package causes completion to treat directories like files with some commands

2013-03-01 Thread frankie
Works for me

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

Title:
  Installation of the acroread package causes completion to treat
  directories like files with some commands

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

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


[Bug 303846] Re: Name BerkeleyDB::Term::Db used only once

2012-06-18 Thread frankie
Hi. Though it is only a warning, it is quite annoying, I work it around
changing this file:

/usr/lib/perl5/BerkeleyDB.pm

Around line 1054, change the line with  _db_open_hash  like this:

my $addr;
{
no warnings;
($addr) = _db_open_hash($self, $got);
}

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

Title:
  Name BerkeleyDB::Term::Db used only once

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

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


[Bug 997724] [NEW] Firefox opens about three or four windows at one time

2012-05-10 Thread Frankie wizard
Public bug reported:

This  happend when I was looking at my emails on aol / aim. I have
reinstalled FirefoX but the problem still continues. I am unable to
close the windows either all the windows are open or all are closed.
This is the first time I have a problem with FirefoX. What am I doing
wrong ?

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: firefox 12.0+build1-0ubuntu0.12.04.1
ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
Uname: Linux 3.2.0-24-generic i686
AddonCompatCheckDisabled: False
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 2.0.1-0ubuntu7
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  frankiewizard   1863 F pulseaudio
 /dev/snd/controlC0:  frankiewizard   1863 F pulseaudio
BuildID: 20120423122624
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0x8000 irq 42'
   Mixer name   : 'SigmaTel STAC9200'
   Components   : 'HDA:83847690,11790471,00102201 
HDA:11c13026,11790001,00100700'
   Controls  : 15
   Simple ctrls  : 10
Card1.Amixer.info:
 Card hw:1 'CX180'/'CX23418 #0 Toshiba Qosmio DVB-T/Analog TV/FM Radio/Line-In 
Capture'
   Mixer name   : ''
   Components   : ''
   Controls  : 0
   Simple ctrls  : 0
Card1.Amixer.values:
 
Channel: release
Date: Thu May 10 19:28:57 2012
ForcedLayersAccel: False
IfupdownConfig:
 auto lo
 iface lo inet loopback
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
IpRoute:
 default via 192.168.0.254 dev eth1  proto static 
 169.254.0.0/16 dev eth1  scope link  metric 1000 
 192.168.0.0/24 dev eth1  proto kernel  scope link  src 192.168.0.8  metric 2
Plugins:
 Shockwave Flash - Lib=libflashplayer.so, 
Location=/usr/lib/flashplugin-installer
 IcedTea-Web Plugin (using IcedTea-Web 1.2 (1.2-2ubuntu1)) - 
Lib=IcedTeaPlugin.so, Location=/usr/lib/jvm/java-6-openjdk-i386/jre/lib/i386
 Picasa - Lib=npPicasa3.so, Location=/opt/google/picasa/3.0/lib
Profiles: Profile0 (Default) - LastVersion=12.0/20120423122624 (Running)
RunningIncompatibleAddons: False
SourcePackage: firefox
UpgradeStatus: Upgraded to precise on 2012-04-26 (13 days ago)
UserJS:
 network.protocol-handler.external.picasa - true
 network.protocol-handler.app.picasa - /usr/bin/picasa
dmi.bios.date: 09/13/2005
dmi.bios.vendor: TOSHIBA
dmi.bios.version: Version 1.30
dmi.board.name: Portable PC
dmi.board.vendor: TOSHIBA
dmi.board.version: Version A0
dmi.chassis.asset.tag: 00
dmi.chassis.type: 10
dmi.chassis.vendor: TOSHIBA
dmi.chassis.version: Version 1.0
dmi.modalias: 
dmi:bvnTOSHIBA:bvrVersion1.30:bd09/13/2005:svnTOSHIBA:pnQosmioG20:pvrPQG21E-00N01SFR:rvnTOSHIBA:rnPortablePC:rvrVersionA0:cvnTOSHIBA:ct10:cvrVersion1.0:
dmi.product.name: Qosmio G20
dmi.product.version: PQG21E-00N01SFR
dmi.sys.vendor: TOSHIBA
mtime.conffile..etc.firefox.syspref.js: 2010-10-10T22:19:26

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


** Tags: apport-bug i386 precise release-channel

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

Title:
  Firefox opens about three or four windows at one time

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

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


[Bug 997724] Re: Firefox opens about three or four windows at one time

2012-05-10 Thread Frankie wizard
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/997724

Title:
  Firefox opens about three or four windows at one time

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

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


[Bug 967961] Re: package ca-certificates-java 20110912ubuntu3.1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2012-03-29 Thread frankie
** Changed in: ca-certificates-java (Ubuntu Oneiric)
 Assignee: Marc Deslauriers (mdeslaur) = frankie (frankiebzk)

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

Title:
  package ca-certificates-java 20110912ubuntu3.1 failed to
  install/upgrade: ErrorMessage: subprocess installed post-installation
  script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/967961/+subscriptions

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


[Bug 747016] Re: Broken isc-dhcp-client on network-manager upgrading to Natty Narwhal

2011-05-04 Thread frankie
Hi. This is my isc-dhcp currently on natty:

ii  isc-dhcp-client4.1.1-P1-15ubuntu9   
  ISC DHCP client
ii  isc-dhcp-common4.1.1-P1-15ubuntu9   
  common files used by

I attach my whole dpkg -l.

** Attachment added: dpkg -l
   
https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/747016/+attachment/2111454/+files/dpkg_frankie.txt

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

Title:
  Broken isc-dhcp-client on network-manager upgrading to Natty Narwhal

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


[Bug 716008] Re: strange bahavior on directory completion with bash built-in commands

2011-04-20 Thread frankie
apt-get remove adobereader-enu solved it for me.

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

Title:
  strange bahavior on directory completion with bash built-in commands

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


[Bug 747016] [NEW] Broken isc-dhcp-client on network-manager upgrading to Natty Narwhal

2011-04-01 Thread frankie
Public bug reported:

Binary package hint: isc-dhcp-client

Upgrading from 10.10 to 11.04 stopped because this:

Broken isc-dhcp-client:i386 Trenca on network-manager [ i386 ]  
0.8.1+git.20100810t184654.ab580f4-0ubuntu2 - 
0.8.4~git.20110319t175609.d14809b-0ubuntu1  ( net ) ( 0.8.2~rc1)
  Considering network-manager:i386 2 as a solution to isc-dhcp-client:i386 10
  Upgrading network-manager:i386 due to Breaks field in isc-dhcp-client:i386
Investigating (5) network-manager [ i386 ]  
0.8.1+git.20100810t184654.ab580f4-0ubuntu2 - 
0.8.4~git.20110319t175609.d14809b-0ubuntu1  ( net )

I removed network-manager and tried to upgrade again, this time it
worked fine. I am not using network-manager so it is not a problem for
me.

** Affects: isc-dhcp (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Broken isc-dhcp-client on network-manager upgrading to Natty Narwhal

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


[Bug 642091] Re: No resume after suspend - [ACPI: _PSW execution failed] dell 1012 - aspireone 721

2011-03-29 Thread Frankie Chan
** 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/642091

Title:
  No resume after suspend - [ACPI: _PSW execution failed] dell 1012 -
  aspireone 721

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


[Bug 630729] Re: update-grub not works under LVM

2011-03-28 Thread frankie
I had a similar problem and I solved it removing /boot/grub/device.map

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

Title:
  update-grub not works under LVM

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


[Bug 448674] Re: VM is suspended after live migrate in Karmic

2011-03-21 Thread frankie
Hi. My kvm domains didnt' migrate too until I noticed I was missing the package 
kvm-pxe in the destination server.
Now it works like a charm with Ubuntu server 10.10 64 bits.

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

Title:
  VM is suspended after live migrate in Karmic

-- 
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 448674] Re: VM is suspended after live migrate in Karmic

2011-03-21 Thread frankie
Hi. My kvm domains didnt' migrate too until I noticed I was missing the package 
kvm-pxe in the destination server.
Now it works like a charm with Ubuntu server 10.10 64 bits.

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

Title:
  VM is suspended after live migrate in Karmic

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


[Bug 636329] Re: Gimp won't print preview

2010-10-08 Thread frankie
It worked. I will try to isolate the different files and find out what
could trigger the blank page.

-- 
Gimp won't print preview
https://bugs.launchpad.net/bugs/636329
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 636329] Re: Gimp won't print preview

2010-10-08 Thread frankie
I found the problem comes from two config files in .gimp-2.6:

 - print-page-setup
 - print-settings

If I copy those two config files from my former .gimp-2.6.old it prints
a blank page. If I only copy one of those files, it prints right. So it
is a combination of what is in both that goes wrong.

- print-page-setup is not in a fresh .gimp-2.6.

I copied print-page-setup and tried the different options in print-
settings untill I found the guilty one. I spotted scale=967 quite bigger
than scale=100 in the fresh one. It was that. It looks like my print-
page-setup and a huge scale setting makes the image go off limits from
the page.

Maybe it is a normal behaviour given those settings but I'm pretty sure
I could print from gimp when I was in lucid.

I attach my print-page-setup.


** Attachment added: print-page-setup
   
https://bugs.launchpad.net/ubuntu/+source/gimp/+bug/636329/+attachment/1678479/+files/print-page-setup

-- 
Gimp won't print preview
https://bugs.launchpad.net/bugs/636329
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 636329] Re: Gimp won't print preview

2010-10-07 Thread frankie
I removed and purged:  plugin-registry and gimp-gmic. It keeps doing the
same.

I created a fresh user and tried to print. It printed right !
I tried again with my username, and I got a blank page. So it is definetaly 
something in my profile. Maybe the bug it is not a show-stopper, because it 
only happens to me. But I was able to print before maverick.

-- 
Gimp won't print preview
https://bugs.launchpad.net/bugs/636329
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 636329] Re: Gimp won't print preview

2010-10-06 Thread frankie
I am sorry it still won't print for me. I still get a blank page.

Am I missing something ?

ii  gimp   2.6.10-1ubuntu999dag 
   The GNU Image Manipulation Program
ii  gimp-data  2.6.10-1ubuntu999dag 
   Data files for GIMP
ii  gimp-gmic  1.3.5.7+dfsg-1   
   GIMP plugin for GREYC's Magic Image Converter
ii  gimp-help-common   2.4.1-2  
   Data files for the GIMP documentation
ii  gimp-help-en   2.4.1-2  
   Documentation for the GIMP (English)
ii  gimp-help-es   2.4.1-2  
   Documentation for the GIMP (Spanish)
ii  gimp-plugin-registry   3.2-1
   A repository of optional extensions for The GIMP
ii  libgimp2.0 2.6.10-1ubuntu999dag 
   Libraries for the GNU Image Manipulation Program
ii  libgtk2-perl   2:1.222-1
   Perl interface to the 2.x series of the Gimp Toolkit library

-- 
Gimp won't print preview
https://bugs.launchpad.net/bugs/636329
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 636329] Re: Gimp won't print preview

2010-10-06 Thread frankie
Hi Dave,
  Yes, I can print from eog.
  
My libcairo2 is 1.10.0-1ubuntu2. I manually installed libcairo2 with dpkg just 
in case but keeps printing a blank page. I tried two different printers. I 
don't know what else can I do.

-- 
Gimp won't print preview
https://bugs.launchpad.net/bugs/636329
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 636329] Re: Gimp won't print preview

2010-09-30 Thread frankie
Same here, printing from Gimp only prints a blank page. Printing the
same image from Eye of Gnome works fine.

This is Ubuntu 10.10,

Gimp  2.6.10-1ubuntu3
libcairo2 1.10.0-1ubuntu1

-- 
Gimp won't print preview
https://bugs.launchpad.net/bugs/636329
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 636329] Re: Gimp won't print preview

2010-09-30 Thread frankie
I downloaded and installed older libcairo2 and libdirectfb from here:

  http://packages.ubuntu.com/lucid/i386/libcairo2/download
  http://packages.ubuntu.com/lucid/i386/libdirectfb-1.2-0/download

It keeps printing a blank page and I have broken some dependencies. My
big issues are for evince ,and f-spot. So I'll upgrade again to the
10.10 release of libcairo2.

-- 
Gimp won't print preview
https://bugs.launchpad.net/bugs/636329
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620006] [NEW] package fakeroot (not installed) failed to install/upgrade: unable to install new version of `/usr/lib64/libfakeroot/libfakeroot-tcp.so': No such file or directory

2010-08-18 Thread Frankie
Public bug reported:

Binary package hint: fakeroot

??

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: fakeroot (not installed)
ProcVersionSignature: Ubuntu 2.6.32-24.39-generic-pae 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic-pae i686
NonfreeKernelModules: wl
Architecture: i386
Date: Wed Aug 18 18:37:21 2010
ErrorMessage: unable to install new version of 
`/usr/lib64/libfakeroot/libfakeroot-tcp.so': No such file or directory
InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release i386 (20100816.1)
SourcePackage: fakeroot
Title: package fakeroot (not installed) failed to install/upgrade: unable to 
install new version of `/usr/lib64/libfakeroot/libfakeroot-tcp.so': No such 
file or directory

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


** Tags: apport-package i386 lucid

-- 
package fakeroot (not installed) failed to install/upgrade: unable to install 
new version of `/usr/lib64/libfakeroot/libfakeroot-tcp.so': No such file or 
directory
https://bugs.launchpad.net/bugs/620006
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 620006] Re: package fakeroot (not installed) failed to install/upgrade: unable to install new version of `/usr/lib64/libfakeroot/libfakeroot-tcp.so': No such file or directory

2010-08-18 Thread Frankie

** Attachment added: AptOrdering.txt
   
https://bugs.launchpad.net/bugs/620006/+attachment/1498263/+files/AptOrdering.txt

** Attachment added: Df.txt
   https://bugs.launchpad.net/bugs/620006/+attachment/1498264/+files/Df.txt

** Attachment added: Dmesg.txt
   https://bugs.launchpad.net/bugs/620006/+attachment/1498265/+files/Dmesg.txt

** Attachment added: DpkgTerminalLog.txt
   
https://bugs.launchpad.net/bugs/620006/+attachment/1498266/+files/DpkgTerminalLog.txt

-- 
package fakeroot (not installed) failed to install/upgrade: unable to install 
new version of `/usr/lib64/libfakeroot/libfakeroot-tcp.so': No such file or 
directory
https://bugs.launchpad.net/bugs/620006
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 527666] Re: Waiting for /some/partition [SM]

2010-04-20 Thread frankie
Works for me now !

- plymouth 0.8.2-2
- udev   151-12
- mountall  2.13

-- 
Waiting for /some/partition [SM]
https://bugs.launchpad.net/bugs/527666
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 557909] Re: lucid hangs on boot because of device ownership

2010-04-08 Thread frankie
I also come here from bug #527666.

mountall   2.10 reported by dpkg, though mountall --version
return 2.8

I have /usr and /home in lvm and fails to mount. I can't se no message
about pressing SM. Waiting for some time and pressing S and typing
ALT-F1 and I am able to log in as root. Then I do mount -a.

I attach my mountall.log


** Attachment added: mountall.log
   http://launchpadlibrarian.net/43422260/mountall.log

-- 
lucid hangs on boot because of device ownership
https://bugs.launchpad.net/bugs/557909
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 557909] Re: lucid hangs on boot because of device ownership

2010-04-08 Thread frankie
I have 4 files in /dev/mapper, all the lvm ones are root.disk:

crw-rw 1 root root  10, 59 2010-04-08 11:15 control
brw-rw 1 root disk 252,  1 2010-04-08 11:15 DADES-home
brw-rw 1 root disk 252,  0 2010-04-08 11:15 DADES-usr
brw-rw 1 root disk 252,  2 2010-04-08 11:15 DADES-var

This is not a fresh install, but an upgrade from karmic.

-- 
lucid hangs on boot because of device ownership
https://bugs.launchpad.net/bugs/557909
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 524972] Re: bind or devpts mounts in /etc/fstab stop the boot process

2010-03-18 Thread frankie
Hi. I also noticed a similar problem in the boot process with lucid. If
I have a missing partition in /etc/fstab. Lucid will show a message:

  Waiting for /home2

Four red dots will bright forever. and it won't continue booting.

Also, I am unable to recover from this situation. I tried ALT-F1, ESC, 
CTRL-ALT-F1.
I can't reach a terminal and I can't see the familiar prompt to single user or 
CTRL-D.

As you can see this is easy to reproduce, just add a wrong entry to
/etc/fstab. Please let me know if that behaviour is unrelated and I
should issue a new bug entry.

-- 
bind or devpts mounts in /etc/fstab stop the boot process
https://bugs.launchpad.net/bugs/524972
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 524972] Re: bind or devpts mounts in /etc/fstab stop the boot process

2010-03-18 Thread frankie
You gotta be kidding me, Steve !

Actually the message has that [SM]. I was wondering what it was. Keys S
and M do what you said. It definitely should be more readable.

-- 
bind or devpts mounts in /etc/fstab stop the boot process
https://bugs.launchpad.net/bugs/524972
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 504136] Re: package linux-image-2.6.31-17-generic 2.6.31-17.54 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2010-03-06 Thread Frankie The Boy
i didn't have a power failure and have plenty of space and still got the
error

-- 
package linux-image-2.6.31-17-generic 2.6.31-17.54 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/504136
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 532801] [NEW] package eclipse-jdt 3.5.1 repack~1-0ubuntu3 failed to install/upgrade: Abh ängigkeitsprobleme - lasse es unkonfiguriert

2010-03-05 Thread Frankie
Public bug reported:

Binary package hint: eclipse

Probleme mit Eclipse - hat irgendwie Einfluss auf andere Softwareteile
ubuntu 9.10

ProblemType: Package
Architecture: i386
Date: Fri Mar  5 18:35:47 2010
DistroRelease: Ubuntu 9.10
ErrorMessage: Abhängigkeitsprobleme - lasse es unkonfiguriert
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
NonfreeKernelModules: nvidia
Package: eclipse-jdt 3.5.1+repack~1-0ubuntu3
ProcVersionSignature: Ubuntu 2.6.31-19.56-generic
SourcePackage: eclipse
Title: package eclipse-jdt 3.5.1+repack~1-0ubuntu3 failed to install/upgrade: 
Abhängigkeitsprobleme - lasse es unkonfiguriert
Uname: Linux 2.6.31-19-generic i686

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


** Tags: apport-package i386

-- 
package eclipse-jdt 3.5.1 repack~1-0ubuntu3 failed to install/upgrade: 
Abhängigkeitsprobleme - lasse es unkonfiguriert
https://bugs.launchpad.net/bugs/532801
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 532801] Re: package eclipse-jdt 3.5.1 rep ack~1-0ubuntu3 failed to install/upgrade: Abhängi gkeitsprobleme - lasse es unkonfiguriert

2010-03-05 Thread Frankie

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/40263862/Dependencies.txt

** Attachment added: Dmesg.txt
   http://launchpadlibrarian.net/40263863/Dmesg.txt

** Attachment added: DpkgTerminalLog.txt
   http://launchpadlibrarian.net/40263864/DpkgTerminalLog.txt

-- 
package eclipse-jdt 3.5.1 repack~1-0ubuntu3 failed to install/upgrade: 
Abhängigkeitsprobleme - lasse es unkonfiguriert
https://bugs.launchpad.net/bugs/532801
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 287689] Re: gthumb --import-photos doesn't work in intrepid without intervention

2010-02-02 Thread frankie
I also had problems in karmik, the device is gPhoto instead gphoto ( notice the 
capital L). It also takes a couple of seconds
to umount so I added it to the exec.

I fixed my gthumb-import.desktop in karmik like this:

/usr/share/applications/gthumb-import.desktop

Exec=sh -c 'gvfs-mount -u ~/.gvfs/g*hoto2*; sleep 3  ; exec gthumb
--import-photos'

-- 
gthumb --import-photos doesn't work in intrepid without intervention
https://bugs.launchpad.net/bugs/287689
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 399732] Re: vboxdrv occasionally fails to load on karmic 2.6.30 kernels due to active nmi_watchdog

2009-12-28 Thread frankie
** Changed in: virtualbox-ose (Ubuntu)
   Status: Fix Released = In Progress

-- 
vboxdrv occasionally fails to load on karmic 2.6.30 kernels due to active 
nmi_watchdog
https://bugs.launchpad.net/bugs/399732
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 334528] Re: [Jaunty] virtualbox-ose-source does not find kernel source due to depends on -generic as alternative

2009-12-28 Thread frankie
** Changed in: virtualbox-ose (Ubuntu)
   Status: Triaged = Fix Released

-- 
[Jaunty] virtualbox-ose-source does not find kernel source due to depends on 
-generic as alternative
https://bugs.launchpad.net/bugs/334528
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 480497] Re: Various applications freeze on exit.

2009-11-22 Thread Frankie
I have just now experienced the same problem. Most games can't be closed
properly.

MotoX
Spring
fillets-ng
chromium
etc.

all games ends with futex_wait_queue_me and have to be killed.

-- 
Various applications freeze on exit.
https://bugs.launchpad.net/bugs/480497
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 367594] Re: Printing broken on jaunty (cnpkmodule?)

2009-09-25 Thread frankie
The UFR2 1.9 driver works for me and my iR C2880. It is not easy to find
the driver, typing the printer model is useless. I had more luck
searching for ufr. Anyway the link is :

http://support-sg.canon-asia.com/contents/SG/EN/0100093003.html

-- 
Printing broken on jaunty (cnpkmodule?)
https://bugs.launchpad.net/bugs/367594
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 319281] Re: Missing output devices in sound preferences dialog

2009-09-06 Thread frankie
I just tested karmik alpha-5.

The sound preferences dialog has a hardware tab. There is an option:

Settings for the selected device

where the profile can be choosed. There are options for many the output
devices. Among them:

Analog Surround 7.1 Output + Digital Stereo (IEC958)
Digital Stereo (HDMI) Output
Digital Stereo Duplex (IEC958)
Digitial Stereo (IEC958) Output  + Digital Stereo (IEC958) Input
I attach a capture from the dialog.

I think the IEC958 should be Surround 7.1, I tried speaker-test and it
fails for more than 2 channels:


Digital Surround 7.1 (IEC958 7.1) Output

aplay -L
front:CARD=Intel,DEV=0
HDA Intel, ALC888 Analog
Front speakers
surround40:CARD=Intel,DEV=0
HDA Intel, ALC888 Analog
4.0 Surround output to Front and Rear speakers
surround41:CARD=Intel,DEV=0
HDA Intel, ALC888 Analog
4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=Intel,DEV=0
HDA Intel, ALC888 Analog
5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=Intel,DEV=0
HDA Intel, ALC888 Analog
5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=Intel,DEV=0
HDA Intel, ALC888 Analog
7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=Intel,DEV=0
HDA Intel, ALC888 Digital
IEC958 (S/PDIF) Digital Audio Output
hdmi:CARD=Intel,DEV=0
HDA Intel, INTEL HDMI
HDMI Audio Output

$ speaker-test -Diec958 -c3 -twav

speaker-test 1.0.20

Playback device is iec958
Stream parameters are 48000Hz, S16_LE, 3 channels
WAV file(s)
Channels count (3) not available for playbacks: Invalid argument
Setting of hwparams failed: Invalid argument


** Attachment added: screenshot gnome sound preferences, hardware
   http://launchpadlibrarian.net/31393027/screenshot_gnome_sound_preferences.png

-- 
Missing output devices in sound preferences dialog
https://bugs.launchpad.net/bugs/319281
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 418894] [NEW] Convert to task not functioning

2009-08-25 Thread Frankie
Public bug reported:

Binary package hint: evolution

Right clicking on any email and selecting Convert to Task does not do
anything. Similarly, highlighting text in the subject line of an email
and right clicking and selecting Convert to Task also does not do
anything. An hourglass flashes on screen then control returns back to
evolution.

ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/bin/evolution
Package: evolution 2.26.1-0ubuntu2
ProcEnviron:
 PATH=(custom, user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: evolution
Uname: Linux 2.6.28-14-generic x86_64

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


** Tags: amd64 apport-bug

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

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


[Bug 418894] Re: Convert to task not functioning

2009-08-25 Thread Frankie

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/30832017/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/30832018/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/30832019/ProcStatus.txt

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

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


[Bug 399199] Re: fstab cifs mounted drive won't write

2009-07-15 Thread frankie
The workaround was wrong, the right one is echo 0. The line is:

install cifs modprobe --ignore-install cifs  echo 0 
/proc/fs/cifs/LinuxExtensionsEnabled

That doesn't mean the bug isn't happening, it was only the fix that was
wrong.

-- 
fstab cifs mounted drive won't write
https://bugs.launchpad.net/bugs/399199
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 399199] [NEW] fstab cifs mounted drive won't write

2009-07-14 Thread frankie
Public bug reported:

I can't write to a samba share server when requesting the mount from
/etc/fstab. Read is ok, but writing returns:

  setting times of `/media/server/drive/a.txt': Invalid argument

Mounting the share from nautilus works ok.

I found a workaround :

Write a file /etc/modprobe.d/cifs.conf

  install cifs modprobe --ignore-install cifs  echo 1 
/proc/fs/cifs/LinuxExtensionsEnabled

That solved the problem. I wonder if that should be enabled by default
to everybody.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
fstab cifs mounted drive won't write
https://bugs.launchpad.net/bugs/399199
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 155318] Re: startBristol fails trying to connect mini link

2009-06-29 Thread Frankie Robertson
Still broken in 9.04 which shouldn't be a surprise as it's the same
version packaged. A new version in 9.10 though so fingers crossed for
that.

-- 
startBristol fails trying to connect mini link
https://bugs.launchpad.net/bugs/155318
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 155318] Re: startBristol fails trying to connect mini link

2009-06-29 Thread Frankie Robertson
Although after attempting to install the 9.10 package on 9.04 (since it
had no newer dependencies) it still seems broken (and is compiled
without jack support). Although obviously there might be something
different in 9.10 which causes it to not be broken.

-- 
startBristol fails trying to connect mini link
https://bugs.launchpad.net/bugs/155318
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 367580] Re: Kernel 2.6.28-11-generic fails to boot on inspiron 2650

2009-06-22 Thread Frankie Robertson
I have found the same problem happens with Ubuntu's 2.6.28-13-generic.
The output from my machine is identical to Gary Hasson's.

I have tested a few mainline kernels:
linux-image-2.6.27-02062725-generic_2.6.27-02062725_i386 since it's the latest 
of the 2.6.27 series, the Ubuntu version of which I am currently using and is 
working for me:
Seems to work fine. Using it now.
linux-image-2.6.28-02062810-generic_2.6.28-02062810_i386 since it's the latest 
of the 2.6.28 series, the Ubuntu version of which is not working for me:
Gets to the same stage as shown by Gary Hasson.
linux-image-2.6.30-020630-generic_2.6.30-020630_i386 since it's the latest I 
could see:
Gets to the same stage as shown by Gary Hasson.

I did not try the 2.6.20-rc8 kernel as this version didn't seem relevant
and I thought it might be a typo of 2.6.30-rc8. However, if this would
be a good kernel to test I will try this one also.

-- 
Kernel 2.6.28-11-generic fails to boot on inspiron 2650
https://bugs.launchpad.net/bugs/367580
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 367580] Re: Kernel 2.6.28-11-generic fails to boot on inspiron 2650

2009-04-26 Thread Frankie Robertson

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/26008670/BootDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/26008672/Dependencies.txt

** Attachment added: HalComputerInfo.txt
   http://launchpadlibrarian.net/26008673/HalComputerInfo.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/26008674/Lspci.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/26008676/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/26008677/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/26008678/ProcModules.txt

-- 
Kernel 2.6.28-11-generic fails to boot on inspiron 2650
https://bugs.launchpad.net/bugs/367580
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 367580] [NEW] Kernel 2.6.28-11-generic fails to boot on inspiron 2650

2009-04-26 Thread Frankie Robertson
Public bug reported:

2.6.27-11-generic boots fine. However, 2.6.28-11-generic doesn't get
very far at all. I will post the output after trying to boot normally
and in rescue mode in a moment.

ProblemType: Bug
Architecture: i386
CurrentDmesg:
 [   34.786381] eth0:  setting full-duplex.
 [   36.811551] NET: Registered protocol family 17
 [   44.916064] eth0: no IPv6 routers present
DistroRelease: Ubuntu 9.04
HibernationDevice: RESUME=/dev/sda5
Lsusb:
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: Dell Computer Corporation Inspiron 2650
Package: linux-image-2.6.27-11-generic 2.6.27-11.31
ProcCmdLine: root=UUID=c38e7099-ef57-4588-95d8-8d9b72338688 ro quiet splash 
quiet
ProcEnviron:
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.27-11.31-generic
SourcePackage: linux
UnreportableReason: This is not a genuine Ubuntu package

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


** Tags: apport-bug i386

-- 
Kernel 2.6.28-11-generic fails to boot on inspiron 2650
https://bugs.launchpad.net/bugs/367580
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 351502] [NEW] fluxbox ignores mouse clicks

2009-03-30 Thread frankie
Public bug reported:

Binary package hint: fluxbox

Right clicking in window top or side works no more in 9.04.
I'm not able to ask fluxbox to display top menu nor move windows with 
CTRL-right click as before 9.04. Clicks are ignored.

Description:Ubuntu jaunty (development branch)
Release:9.04

fluxbox 1.1.1-1

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

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

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


[Bug 351502] Re: fluxbox ignores mouse clicks

2009-03-30 Thread frankie
It works right now after a reboot.

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

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


[Bug 193808] Re: mumble refuses to start

2009-03-26 Thread frankie
would it be possible to add the dependency to mumble-server in hardy and
throw mumble-server into backports since it can't be installed without
libqt4-sql-sqlite which is only in backports on hardy?

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

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


[Bug 255008] Re: Up arrow key mapped to Print [screen]

2008-11-10 Thread frankie
Hi. I tried everything listed in the comments before but I'm still unable to 
use some keys. Arrow down and Page UP
won't work. Thou arrow up and page down do.

I tried different things in xorg.conf: no keyboard entry, keyboad evdev and 
keyboard as it was with hardy. I didn't see a
different behaviour after restarting.

I made sure I don't have any imwheel package nore daemon. I also removed
all compiz packages.

I also tried to run:
  setxkbmap -model evdev -layout es -option lv3:ralt_switch

and this:

  gconftool-2 --recursive-unset /desktop/gnome/peripherals/keyboard

I blacklisted the evdev module but then I had no mouse nor keyboard, so
I removed that entry there.


apt-cache policy xserver-xorgx server-xorg-input-evdev

xserver-xorg:
  Installed: 1:7.4~5ubuntu3
  Candidate: 1:7.4~5ubuntu3
  Version table:
 *** 1:7.4~5ubuntu3 0
500 http://es.archive.ubuntu.com intrepid/main Packages
100 /var/lib/dpkg/status
xserver-xorg-input-evdev:
  Installed: 1:2.0.99+git20080912-0ubuntu5
  Candidate: 1:2.0.99+git20080912-0ubuntu5
  Version table:
 *** 1:2.0.99+git20080912-0ubuntu5 0
500 http://es.archive.ubuntu.com intrepid/main Packages
100 /var/lib/dpkg/status

Currently xorg.conf entries for keyboard and mouse are commented.

$ setxkbmap -print
xkb_keymap {
xkb_keycodes  { include evdev+aliases(qwerty) };
xkb_types { include complete  };
xkb_compat{ include complete  };
xkb_symbols   { include 
pc+es(cat)+inet(evdev)+level3(ralt_switch_for_alts_toggle)+group(alts_toggle) 
};
xkb_geometry  { include pc(pc104) };
};

Any help would be appreciated, missing arrow down is hard for me.

-- 
Up arrow key mapped to Print [screen]
https://bugs.launchpad.net/bugs/255008
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 228519] Re: Need a Pipe-A quirk for 1028:0139

2008-06-12 Thread frankie
i noticed that you released the fix when i ran update-manager today.  thank you!
does this mean, in case i ever need to do a re-install, 8.04.1 will have the 
fix out of the box?

-- 
Need a Pipe-A quirk for 1028:0139
https://bugs.launchpad.net/bugs/228519
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 210339] Re: Shutdown Hangs

2008-05-09 Thread frankie
paul - i asked about our problem on a post for Bug #138256
i mentioned that you had a nvidia and asked if the same fix could be applied in 
your case.  he said that he wasn't sure but that it was worth a try.  hope it 
works!

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

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


[Bug 210339] Re: Shutdown Hangs

2008-05-08 Thread frankie
i found a few bug reports with similar descriptions.  im going to try
hardy again, this time with their workaround.  ill post whether or not
it worked tomorrow.

Paul - do you have an intel-855gm chipset for your graphics?  if so,
this might be the solution for both of us.

https://bugs.launchpad.net/ubuntu/hardy/+source/xserver-xorg-video-intel/+bug/204603
https://bugs.launchpad.net/ubuntu/hardy/+source/xserver-xorg-video-intel/+bug/225958
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/138256

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

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


[Bug 228519] [NEW] Need a Pipe-A quirk for 1028:0139

2008-05-08 Thread frankie
Public bug reported:

Binary package hint: xserver-xorg-video-intel

laptop model:  Dell Latitude D400
adding ForceEnablePipeA solved the problem
problem related to bug# 138256:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/138256

output of `lspci -vvnn | grep -A1 VGA compat`:

00:02.0 VGA compatible controller [0300]: Intel Corporation 82852/855GM 
Integrated Graphics Device [8086:3582] (rev 02) (prog-if 00 [VGA controller])
Subsystem: Dell Latitude D400 [1028:0139]

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Need a Pipe-A quirk for 1028:0139
https://bugs.launchpad.net/bugs/228519
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 210339] Re: Shutdown Hangs

2008-05-08 Thread frankie
instructions on Bug #138256 fixed my problem and, as per the
instructions, i posted my pci id here: Bug #228519

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

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


[Bug 138256] Re: laptop hangs on lid close unless ForceEnablePipeA option enabled

2008-05-08 Thread frankie
ForceEnablePipeA worked for my dell latitude d400
I filed a new bug report, as per instructions, here: Bug #228519
thanx!

before finding this bug report, i found Bug #210339
the bug reporter has the same symptoms, though he has a nVidia GeForce Go 7600. 
 will this also help him?  should he try it even though he doesn't have an 
intel chipset?

-- 
laptop hangs on lid close unless ForceEnablePipeA option enabled
https://bugs.launchpad.net/bugs/138256
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 210339] Re: Shutdown Hangs

2008-05-06 Thread frankie
i tried Gutsy live cd on the same dell d400 and it had the same problem.

i forgot to mention that it also hangs when the laptop screen is closed
and the power settings is set to blank screen on close.

after hardy and gutsy, i tried feisty.  no problems with feisty on live
cd, so i have it installed for the time being.

not sure if the problem would go away on gutsy after updates, but my
internet is very slow at home, so i didn't want to wait to update only
to find that it has the same problem. :)

Paul Tagliamonte - do you have the same problem when your settings is
set to blank screen?  if not, i might have a different problem.

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

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


[Bug 210339] Re: Shutdown Hangs

2008-05-06 Thread frankie
i also forgot to mention that i have 2 laptops and 2 pcs.  hardy works
flawlessly with both my home-brew pcs and my compaq c700.  it's just my
dell d400 that has this problem.  just thought i would mention this in
case its a bug particular to certain hardware.

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

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


[Bug 162347] Re: no sound on rev3 MacBook (Santa Rosa)

2008-05-02 Thread frankie
i'm running hardy amd64 on a santa rosa macbook 3.1 and i'm having this
problem too...

obviously i've tried the above suggestions but with no luck.
 i'd also like to say i'm impressed with how well hardy is running, i was 
slightly apprehensive reading
https://help.ubuntu.com/community/MacBook_Santa_Rosa 
as i'm a n00b, but so far, the sound has been my only problem, so, keep up the 
good work :D

-- 
no sound on rev3 MacBook (Santa Rosa)
https://bugs.launchpad.net/bugs/162347
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 210339] Re: Shutdown Hangs

2008-04-25 Thread frankie
same problem with my dell latitude d400.  when i go to shutdown or
restart, the system hangs.  i don't get as far as the splash screen, the
screen just goes black and nothing happens.  when i switch to tty, my
screen just goes black and hangs.

this is after a clean install of hardy final.  the only modification
i've made is installing my wifi driver (broadcom b43xx) from the
repository.

doesn't happen every time, but happens way more often than not.

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

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


[Bug 210339] Re: Shutdown Hangs

2008-04-25 Thread frankie
yeah, i doubt it was the driver, just listing my modifications.

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

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


[Bug 119573] Re: Cannot install libmozjs-dev

2007-09-23 Thread Frankie Robertson
Confirmed again.

-- 
Cannot install libmozjs-dev
https://bugs.launchpad.net/bugs/119573
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 121787] Re: Rhino is missing some classes

2007-08-16 Thread Frankie Robertson
*** This bug is a duplicate of bug 93885 ***
https://bugs.launchpad.net/bugs/93885

** This bug has been marked a duplicate of bug 93885
   It's completely broken: missing org/mozilla/javascript/tools/shell/Main

-- 
Rhino is missing some classes
https://bugs.launchpad.net/bugs/121787
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 130098] nautilus crashes when viewing properties of a ntfs drive in gutsy

2007-08-03 Thread frankie
Public bug reported:

Gutsy Gibbon 7.10 Tribe 3:

went to Places / Computer  right-clicked on my window's
partition/drive and selected Properties

when i clicked on Close the nautilus window froze and i had to force
quit.

after forced quit the icons on my desktop temporarily disappeared

i repeating the steps to ensure that it wasn't a freak occurrence.  this
gave the same results except this time the icons on my desktop
disappeared permanently until reboot.

** Affects: Ubuntu
 Importance: Undecided
 Status: New

-- 
nautilus crashes when viewing properties of a ntfs drive in gutsy
https://bugs.launchpad.net/bugs/130098
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 120278] Re: [Gutsy] VLC Crashes instantly fails to Start

2007-06-15 Thread Frankie
Here also! (Gusty on ia32)

[prompt]$ vlc
VLC media player 0.8.6 Janus

***MEMORY-WARNING***: [15694]: GSlice: g_thread_init() must be called before 
all other GLib functions; memory corruption due to late invocation of 
g_thread_init() has been detected; this program is likely to crash, leak or 
unexpectedly abort soon...
*** glibc detected *** vlc: free(): invalid pointer: 0x08411e70 ***
=== Backtrace: =
/lib/tls/i686/cmov/libc.so.6[0xb7c68f7d]
/lib/tls/i686/cmov/libc.so.6(cfree+0x90)[0xb7c6c5c0]
/usr/lib/libglib-2.0.so.0(g_free+0x31)[0xb6ae2791]
/usr/lib/libwx_gtk2u_core-2.6.so.0[0xb748ab70]
/usr/lib/libwx_gtk2u_core-2.6.so.0(_ZN8wxButton10SetDefaultEv+0x76)[0xb748ac56]
/usr/lib/vlc/gui/libwxwidgets_plugin.so(_ZN5wxvlc8MessagesC1EP13intf_thread_tP8wxWindow+0x5b4)[0xb792c6f4]
=== Memory map: 
08048000-08049000 r-xp  08:01 116658 /usr/bin/vlc
08049000-0804a000 rw-p  08:01 116658 /usr/bin/vlc
0804a000-08596000 rw-p 0804a000 00:00 0  [heap]
b190-b1921000 rw-p b190 00:00 0 
b1921000-b1a0 ---p b1921000 00:00 0 
b1a13000-b1ab4000 r--p  08:01 52795  
/usr/share/icons/Tangerine/icon-theme.cache
b1ab4000-b1b33000 r--p  08:01 14223  
/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf
b1b33000-b1b35000 r-xp  08:01 14068  
/usr/lib/pango/1.6.0/modules/pango-basic-fc.so
b1b35000-b1b36000 rw-p 1000 08:01 14068  
/usr/lib/pango/1.6.0/modules/pango-basic-fc.so
b1b36000-b1b39000 rw-s  00:09 36956  /SYSV (deleted)
b1b39000-b1b99000 rw-s  00:09 36955  /SYSV (deleted)
b1b99000-b1bf9000 rw-s  00:09 36954  /SYSV (deleted)
b1bf9000-b1c22000 r-xp  08:01 7562   
/usr/lib/libgnomecanvas-2.so.0.1400.0
b1c22000-b1c23000 rw-p 00029000 08:01 7562   
/usr/lib/libgnomecanvas-2.so.0.1400.0
b1c23000-b1c5f000 r-xp  08:01 18653  
/usr/lib/libgnomeprintui-2-2.so.0.1.0
b1c5f000-b1c61000 rw-p 0003c000 08:01 18653  
/usr/lib/libgnomeprintui-2-2.so.0.1.0
b1c61000-b1c76000 r-xp  08:01 29705  
/usr/lib/libart_lgpl_2.so.2.3.19
b1c76000-b1c77000 rw-p 00014000 08:01 29705  
/usr/lib/libart_lgpl_2.so.2.3.19
b1c77000-b1cdb000 r-xp  08:01 11962  
/usr/lib/libgnomeprint-2-2.so.0.1.0
b1cdb000-b1cdd000 rw-p 00063000 08:01 11962  
/usr/lib/libgnomeprint-2-2.so.0.1.0
b1ce1000-b1ce7000 r-xp  08:01 138056 
/usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so
b1ce7000-b1ce8000 rw-p 5000 08:01 138056 
/usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so
b1ce8000-b1ced000 r--p  08:01 25814  
/usr/share/locale-langpack/de/LC_MESSAGES/glib20.mo
b1ced000-b1cf3000 r--s  08:01 56979  
/var/cache/fontconfig/945677eb7aeaf62f1d50efc3fb3ec7d8-x86.cache-2
b1cf3000-b1cf4000 r--s  08:01 56977  
/var/cache/fontconfig/fd9505950c048a77dc4b710eb6a628ed-x86.cache-2
b1cf4000-b1cf7000 r--s  08:01 56954  
/var/cache/fontconfig/ddc79d3ea06a7c6ffa86ede85f3bb5df-x86.cache-2
b1cf7000-b1cf8000 r--s  08:01 56953  
/var/cache/fontconfig/e7071f4a29fa870f4323321c154eba04-x86.cache-2
b1cf8000-b1cf9000 r--s  08:01 56952  
/var/cache/fontconfig/a2ab74764b07279e7c36ddb1d302cf26-x86.cache-2
b1cf9000-b1cfd000 r--s  08:01 56928  
/var/cache/fontconfig/921a30a17f0be15c70ac14043cb7a739-x86.cache-2
b1cfd000-b1cfe000 r--s  08:01 56927  
/var/cache/fontconfig/c69f04ab05004e31a6d5e715764f16d8-x86.cache-2
b1cfe000-b1cff000 r--s  08:01 56921  
/var/cache/fontconfig/4c73fe0c47614734b17d736dbde7580a-x86.cache-2
b1cff000-b1d01000 r--s  08:01 56897  
/var/cache/fontconfig/646addb8444faa74ee138aa00ab0b6a0-x86.cache-2
b1d01000-b1d03000 r--s  08:01 56896  
/var/cache/fontconfig/20bd79ad97094406f7d1b9654bfbd926-x86.cache-2
b1d03000-b1d04000 r--s  08:01 56884  
/var/cache/fontconfig/75a2cd575a62c63e802c11411fb87c37-x86.cache-2
b1d04000-b1d06000 r--s  08:01 48605  
/var/cache/fontconfig/9c0624108b9a2ae8552f664125be8356-x86.cache-2
b1d06000-b1d08000 r--s  08:01 38008  
/var/cache/fontconfig/de156ccd2eddbdc19d37a45b8b2aac9c-x86.cache-2
b1d08000-b1d0a000 r--s  08:01 38007  
/var/cache/fontconfig/da1bd5ca8443ffe22927a23ce431d198-x86.cache-2
b1d0a000-b1d12000 r--s  08:01 29485  
/var/cache/fontconfig/e3de0de479f42330eadf588a55fb5bf4-x86.cache-2
b1d12000-b1d18000 r--s  08:01 27798  
/var/cache/fontconfig/0f34bcd4b6ee430af32735b75db7f02b-x86.cache-2
b1d18000-b1d19000 r--s  08:01 14763  
/var/cache/fontconfig/4794a0821666d79190d59a36cb4f44b5-x86.cache-2
b1d19000-b1d1b000 r--s  08:01 24271  
/var/cache/fontconfig/de9486f0b47a4d768a594cb4198cb1c6-x86.cache-2
b1d1b000-b1d21000 r--s  08:01 16702  
/var/cache/fontconfig/d52a8644073d54c13679302ca1180695-x86.cache-2
b1d21000-b1d24000 r--s  08:01 56880  

[Bug 118992] Re: [gutsy] acidrip crashed with SIGSEGV

2007-06-13 Thread Frankie
Also here! (Ubuntu 7.10 i386)

Commandline:
#acidrip 
AcidRip message - No configuration file found, nevermind.
Argument \x{30}\x{2c}... isn't numeric in numeric lt () at 
/usr/share/perl5/AcidRip/signals.pm line 188.
Pango-WARNING **: shape engine failure, expect ugly output. the offending font 
is 'DejaVu Sans 0' at /usr/bin/acidrip line 60.
Segmentation fault (core dumped)

-- 
[gutsy] acidrip crashed with SIGSEGV
https://bugs.launchpad.net/bugs/118992
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 88617] Re: incremental backup does not work

2007-05-19 Thread Frankie Mouse
The problem seems to have something to do with the python version, which
is 2.5 on feisty, and 2.4 on edgy.

It works with python 2.4: if I copy the duplicity python modules into
the python 2.4 tree and call duplicity with 'python2.4
/usr/bin/duplicity', everything works fine (despite a librsync version
warning).

Using python2.4 to build and install duplicity from source also produces
a working installation.

-- 
incremental backup does not work
https://bugs.launchpad.net/bugs/88617
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 63792] Re: java-gcj-compat(-dev/-plugin) should depend on newer packages

2007-04-20 Thread Frankie
gcj-4.2 based on GNU Classpath 0.93 ... I need gcj-4.2 (or better 4.3)
for more Java 1.5 and more Swing and AWT and JMF and ... compatibility
for developing. Netbeans is working only with the original folder
structure. Can you provide an inoffical or an description how to build
an 4.2 compatible deb???

-- 
java-gcj-compat(-dev/-plugin) should depend on newer packages
https://bugs.launchpad.net/bugs/63792
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 105084] [apport] totem crashed with SIGSEGV

2007-04-10 Thread Frankie
Public bug reported:

Binary package hint: totem

by opening this videolink http://de.wikipedia.org/wiki/Kernfusion#Video

ProblemType: Crash
Architecture: i386
Date: Tue Apr 10 10:24:34 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/totem
Package: totem-gstreamer 2.18.1-0ubuntu3
PackageArchitecture: i386
ProcCmdline: /usr/bin/totem /tmp/ravi
ProcCwd: /home/fragro
ProcEnviron:
 SHELL=/bin/bash
 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
 LANG=de_DE.UTF-8
 LANGUAGE=de_DE:de:en_GB:en
Signal: 11
SourcePackage: totem
StacktraceTop:
 ?? () from /usr/lib/gstreamer-0.10/libgstrtsp.so
 ?? ()
 ?? () from /usr/lib/gstreamer-0.10/libgstrtsp.so
 ?? ()
 ?? () from /usr/lib/gstreamer-0.10/libgstrtsp.so
Uname: Linux fragro-laptop 2.6.20-14-generic #2 SMP Mon Apr 2 20:37:49 UTC 2007 
i686 GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin plugdev scanner 
video

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

-- 
[apport] totem crashed with SIGSEGV
https://bugs.launchpad.net/bugs/105084
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 105084] Re: [apport] totem crashed with SIGSEGV

2007-04-10 Thread Frankie

** Attachment added: CoreDump.gz
   http://librarian.launchpad.net/7236199/CoreDump.gz

** Attachment added: Dependencies.txt
   http://librarian.launchpad.net/7236200/Dependencies.txt

** Attachment added: Disassembly.txt
   http://librarian.launchpad.net/7236201/Disassembly.txt

** Attachment added: ProcMaps.txt
   http://librarian.launchpad.net/7236202/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://librarian.launchpad.net/7236203/ProcStatus.txt

** Attachment added: Registers.txt
   http://librarian.launchpad.net/7236204/Registers.txt

** Attachment added: Stacktrace.txt
   http://librarian.launchpad.net/7236205/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://librarian.launchpad.net/7236206/ThreadStacktrace.txt

-- 
[apport] totem crashed with SIGSEGV
https://bugs.launchpad.net/bugs/105084
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 103622] [apport] Xgl crashed with SIGSEGV

2007-04-06 Thread Frankie
Public bug reported:

Binary package hint: xserver-xgl


ProblemType: Crash
Architecture: i386
Date: Fri Apr  6 09:59:19 2007
Disassembly: 0xb7a183fe:
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/Xgl
Package: xserver-xgl 7.2.0.git.20070224-0ubuntu3
PackageArchitecture: i386
ProcCmdline: /usr/bin/Xgl :0 :0 -fullscreen -ac -accel glx:pbuffer -accel 
xv:fbo -auth /var/lib/gdm/:0.Xauth -nolisten tcp vt7
ProcCwd: /var/lib/gdm
ProcEnviron:
 PATH=/sbin:/bin:/usr/sbin:/usr/bin
 LANG=de_DE.UTF-8
 LANGUAGE=de_DE:de:en_GB:en
Signal: 11
SourcePackage: xserver-xgl
Stacktrace: #0  0xb7a183fe in ?? ()
StacktraceTop: ?? ()
ThreadStacktrace:
 
Uname: Linux fragro-laptop 2.6.20-14-generic #2 SMP Mon Apr 2 20:37:49 UTC 2007 
i686 GNU/Linux
UserGroups:

** Affects: xserver-xgl (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] Xgl crashed with SIGSEGV
https://bugs.launchpad.net/bugs/103622
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 103646] [apport] gij-4.1 crashed with SIGSEGV in java::lang::ref::ReferenceQueue::poll()

2007-04-06 Thread Frankie
Public bug reported:

Binary package hint: gcj-4.1


ProblemType: Crash
Architecture: i386
Date: Fri Apr  6 10:44:25 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/gij-4.1
Package: gij-4.1 4.1.2-0ubuntu5
PackageArchitecture: i386
ProcCmdline: /usr/bin/java -Djdk.home=/usr -classpath 
/usr/share/netbeans/5.5/platform6/lib/boot.jar:/usr/share/netbeans/5.5/platform6/lib/org-openide-modules.jar:/usr/share/netbeans/5.5/platform6/lib/org-openide-util.jar
 -Dnetbeans.osenv=/tmp/nbenv.10086 -Dnetbeans.osenv.nullsep=true 
-Dnetbeans.system_http_proxy=DIRECT -Dnetbeans.system_http_non_proxy_hosts= 
-Dnetbeans.dirs=/usr/share/netbeans/5.5/bin/../nb5.5:/usr/share/netbeans/5.5/bin/../ide7:/usr/share/netbeans/5.5/bin/../enterprise3:/usr/share/netbeans/5.5/bin/../harness:
 -Dnetbeans.home=/usr/share/netbeans/5.5/platform6 
-Dnetbeans.importclass=org.netbeans.upgrade.AutoUpgrade 
-Dnetbeans.accept_license_class=org.netbeans.license.AcceptLicense -Xms32m 
-Xmx128m -XX:PermSize=32m -XX:MaxPermSize=160m -Xverify:none 
-Dapple.laf.useScreenMenuBar=true org.netbeans.Main --userdir 
/home/fragro/.netbeans/5.5 --branding nb
ProcCwd: /home/fragro
ProcEnviron:
 SHELL=/bin/bash
 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
 LANG=de_DE.UTF-8
 LANGUAGE=de_DE:de:en_GB:en
Signal: 11
SourcePackage: gcj-4.1
StacktraceTop:
 java::lang::ref::ReferenceQueue::poll ()
 java::util::WeakHashMap::cleanQueue ()
 java::util::WeakHashMap::get ()
 ffi_call_SYSV () from /usr/lib/../lib/libgcj.so.70
 ffi_raw_call () from /usr/lib/../lib/libgcj.so.70
Uname: Linux fragro-laptop 2.6.20-14-generic #2 SMP Mon Apr 2 20:37:49 UTC 2007 
i686 GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin plugdev scanner 
video

** Affects: gcj-4.1 (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] gij-4.1 crashed with SIGSEGV in java::lang::ref::ReferenceQueue::poll()
https://bugs.launchpad.net/bugs/103646
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 103646] Re: [apport] gij-4.1 crashed with SIGSEGV in java::lang::ref::ReferenceQueue::poll()

2007-04-06 Thread Frankie

** Attachment added: CoreDump.gz
   http://librarian.launchpad.net/7178441/CoreDump.gz

** Attachment added: Dependencies.txt
   http://librarian.launchpad.net/7178442/Dependencies.txt

** Attachment added: Disassembly.txt
   http://librarian.launchpad.net/7178443/Disassembly.txt

** Attachment added: ProcMaps.txt
   http://librarian.launchpad.net/7178444/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://librarian.launchpad.net/7178445/ProcStatus.txt

** Attachment added: Registers.txt
   http://librarian.launchpad.net/7178446/Registers.txt

** Attachment added: Stacktrace.txt
   http://librarian.launchpad.net/7178447/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://librarian.launchpad.net/7178448/ThreadStacktrace.txt

-- 
[apport] gij-4.1 crashed with SIGSEGV in java::lang::ref::ReferenceQueue::poll()
https://bugs.launchpad.net/bugs/103646
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 102447] Re: [apport] synaptic crashed with SIGSEGV in g_cclosure_marshal_VOID__VOID()

2007-04-03 Thread Frankie

** Attachment added: CoreDump.gz
   http://librarian.launchpad.net/7129599/CoreDump.gz

** Attachment added: Dependencies.txt
   http://librarian.launchpad.net/7129600/Dependencies.txt

** Attachment added: Disassembly.txt
   http://librarian.launchpad.net/7129601/Disassembly.txt

** Attachment added: ProcMaps.txt
   http://librarian.launchpad.net/7129602/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://librarian.launchpad.net/7129603/ProcStatus.txt

** Attachment added: Registers.txt
   http://librarian.launchpad.net/7129604/Registers.txt

** Attachment added: Stacktrace.txt
   http://librarian.launchpad.net/7129605/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://librarian.launchpad.net/7129606/ThreadStacktrace.txt

-- 
[apport] synaptic crashed with SIGSEGV in g_cclosure_marshal_VOID__VOID()
https://bugs.launchpad.net/bugs/102447
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 102447] [apport] synaptic crashed with SIGSEGV in g_cclosure_marshal_VOID__VOID()

2007-04-03 Thread Frankie
Public bug reported:

Binary package hint: synaptic


ProblemType: Crash
Architecture: i386
Date: Tue Apr  3 18:41:31 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/sbin/synaptic
Package: synaptic 0.57.11.1ubuntu12
PackageArchitecture: i386
ProcCmdline: /usr/sbin/synaptic
ProcCwd: /home/fragro
ProcEnviron:
 SHELL=/bin/bash
 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin
 LANG=de_DE.UTF-8
 LANGUAGE=de_DE:de:en_GB:en
Signal: 11
SourcePackage: synaptic
StacktraceTop:
 ?? ()
 ?? ()
 ?? ()
 ?? ()
 g_cclosure_marshal_VOID__VOID ()
Uname: Linux fragro-laptop 2.6.20-13-generic #2 SMP Sun Mar 25 00:21:25 UTC 
2007 i686 GNU/Linux
UserGroups:

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

-- 
[apport] synaptic crashed with SIGSEGV in g_cclosure_marshal_VOID__VOID()
https://bugs.launchpad.net/bugs/102447
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 102490] [apport] gnome-panel crashed with SIGSEGV

2007-04-03 Thread Frankie
Public bug reported:

Binary package hint: gnome-panel


ProblemType: Crash
Architecture: i386
CrashCounter: 1
Date: Tue Apr  3 19:26:07 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/gnome-panel
Package: gnome-panel 2.18.0-0ubuntu3
PackageArchitecture: i386
ProcCmdline: gnome-panel --sm-client-id default1
ProcCwd: /home/fragro
ProcEnviron:
 SHELL=/bin/bash
 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
 LANG=de_DE.UTF-8
 LANGUAGE=de_DE:de:en_GB:en
Signal: 11
SourcePackage: gnome-panel
StacktraceTop:
 ?? () from /lib/tls/i686/cmov/libc.so.6
 ?? ()
 ?? ()
 ?? ()
 ?? ()
Uname: Linux fragro-laptop 2.6.20-13-generic #2 SMP Sun Mar 25 00:21:25 UTC 
2007 i686 GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin plugdev scanner 
video

** Affects: gnome-panel (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] gnome-panel crashed with SIGSEGV
https://bugs.launchpad.net/bugs/102490
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 102490] Re: [apport] gnome-panel crashed with SIGSEGV

2007-04-03 Thread Frankie

** Attachment added: CoreDump.gz
   http://librarian.launchpad.net/7131149/CoreDump.gz

** Attachment added: Dependencies.txt
   http://librarian.launchpad.net/7131150/Dependencies.txt

** Attachment added: Disassembly.txt
   http://librarian.launchpad.net/7131151/Disassembly.txt

** Attachment added: ProcMaps.txt
   http://librarian.launchpad.net/7131152/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://librarian.launchpad.net/7131153/ProcStatus.txt

** Attachment added: Registers.txt
   http://librarian.launchpad.net/7131154/Registers.txt

** Attachment added: Stacktrace.txt
   http://librarian.launchpad.net/7131155/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://librarian.launchpad.net/7131156/ThreadStacktrace.txt

-- 
[apport] gnome-panel crashed with SIGSEGV
https://bugs.launchpad.net/bugs/102490
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 93855] [apport] gaim crashed with SIGSEGV

2007-03-19 Thread Frankie
Public bug reported:

Binary package hint: gaim

crashed after sending an offline message

ProblemType: Crash
Architecture: i386
CrashCounter: 1
Date: Mon Mar 19 22:11:43 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/gaim
Package: gaim 1:2.0.0+beta6-1ubuntu2
PackageArchitecture: i386
ProcCmdline: gaim
ProcCwd: /home/fragro
ProcEnviron:
 SHELL=/bin/bash
 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
 LANG=de_DE.UTF-8
 LANGUAGE=de_DE:de:en_GB:en
Signal: 11
SourcePackage: gaim
Stacktrace:
 #0  0xb659e910 in ?? () from /usr/lib/gaim/musicmessaging.so
 #1  0x08965c50 in ?? ()
 #2  0x088d2670 in ?? ()
 #3  0x08172298 in ?? ()
 #4  0x in ?? ()
StacktraceTop:
 ?? () from /usr/lib/gaim/musicmessaging.so
 ?? ()
 ?? ()
 ?? ()
 ?? ()
Uname: Linux fragro-laptop 2.6.20-11-generic #2 SMP Thu Mar 15 08:03:07 UTC 
2007 i686 GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin plugdev scanner 
video

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

-- 
[apport] gaim crashed with SIGSEGV
https://launchpad.net/bugs/93855

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


[Bug 93855] Re: [apport] gaim crashed with SIGSEGV

2007-03-19 Thread Frankie

** Attachment added: CoreDump.gz
   http://librarian.launchpad.net/6861298/CoreDump.gz

** Attachment added: Dependencies.txt
   http://librarian.launchpad.net/6861299/Dependencies.txt

** Attachment added: Disassembly.txt
   http://librarian.launchpad.net/6861300/Disassembly.txt

** Attachment added: ProcMaps.txt
   http://librarian.launchpad.net/6861301/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://librarian.launchpad.net/6861302/ProcStatus.txt

** Attachment added: Registers.txt
   http://librarian.launchpad.net/6861303/Registers.txt

** Attachment added: ThreadStacktrace.txt
   http://librarian.launchpad.net/6861304/ThreadStacktrace.txt

-- 
[apport] gaim crashed with SIGSEGV
https://launchpad.net/bugs/93855

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


[Bug 92517] Re: [apport] gnome-panel crashed with SIGSEGV in pthread_mutex_unlock()

2007-03-15 Thread Frankie

** Attachment added: CoreDump.gz
   http://librarian.launchpad.net/6823817/CoreDump.gz

** Attachment added: Dependencies.txt
   http://librarian.launchpad.net/6823818/Dependencies.txt

** Attachment added: Disassembly.txt
   http://librarian.launchpad.net/6823819/Disassembly.txt

** Attachment added: ProcMaps.txt
   http://librarian.launchpad.net/6823820/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://librarian.launchpad.net/6823821/ProcStatus.txt

** Attachment added: Registers.txt
   http://librarian.launchpad.net/6823822/Registers.txt

** Attachment added: Stacktrace.txt
   http://librarian.launchpad.net/6823823/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://librarian.launchpad.net/6823824/ThreadStacktrace.txt

-- 
[apport] gnome-panel crashed with SIGSEGV in pthread_mutex_unlock()
https://launchpad.net/bugs/92517

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


[Bug 92517] [apport] gnome-panel crashed with SIGSEGV in pthread_mutex_unlock()

2007-03-15 Thread Frankie
Public bug reported:

Binary package hint: gnome-panel


ProblemType: Crash
Architecture: i386
CrashCounter: 1
Date: Thu Mar 15 14:45:12 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/gnome-panel
Package: gnome-panel 2.18.0-0ubuntu2
PackageArchitecture: i386
ProcCmdline: gnome-panel --sm-client-id default1
ProcCwd: /home/fragro
ProcEnviron:
 SHELL=/bin/bash
 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
 LANG=de_DE.UTF-8
 LANGUAGE=de_DE:de:en_GB:en
Signal: 11
SourcePackage: gnome-panel
StacktraceTop:
 ?? () from /lib/tls/i686/cmov/libc.so.6
 ?? () from /usr/lib/libglib-2.0.so.0
 ?? () from /lib/tls/i686/cmov/libc.so.6
 pthread_mutex_unlock ()
 malloc () from /lib/tls/i686/cmov/libc.so.6
Uname: Linux fragro-laptop 2.6.20-10-generic #2 SMP Mon Mar 12 00:02:49 UTC 
2007 i686 GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin plugdev scanner 
video

** Affects: gnome-panel (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] gnome-panel crashed with SIGSEGV in pthread_mutex_unlock()
https://launchpad.net/bugs/92517

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


[Bug 92344] [apport] qtwengophone crashed with SIGSEGV in boost::signals::detail::call_notification::call_notification()

2007-03-14 Thread Frankie
Public bug reported:

Binary package hint: wengophone


ProblemType: Crash
Architecture: i386
Date: Wed Mar 14 21:54:03 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/qtwengophone
Package: wengophone 2.0.0~rc5-svn8108-3
PackageArchitecture: i386
ProcCmdline: qtwengophone
ProcCwd: /home/fragro
ProcEnviron:
 SHELL=/bin/bash
 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
 [EMAIL PROTECTED]
 LANGUAGE=de_DE:de:en_GB:en
Signal: 11
SourcePackage: wengophone
StacktraceTop:
 boost::signals::detail::call_notification::call_notification
 boost::signal3void, IMPresence, EnumPresenceState::MyPresenceStatus, 
std::string const, boost::last_valuevoid, int, std::lessint, 
boost::functionvoid ()(IMPresence, EnumPresenceState::MyPresenceStatus, 
std::string const), std::allocatorvoid  ::operator() ()
 PhApiIMPresence::myPresenceStatusEventHandler ()
 boost::function3void, PhApiWrapper, EnumPresenceState::MyPresenceStatus, 
std::string const, std::allocatorvoid ::operator() ()
 
boost::operator++boost::signals::detail::slot_call_iteratorboost::signals::detail::call_bound3void::callerPhApiWrapper,
 EnumPresenceState::MyPresenceStatus, std::string const, boost::functionvoid 
()(PhApiWrapper, EnumPresenceState::MyPresenceStatus, std::string const), 
std::allocatorvoid  , boost::signals::detail::named_slot_map_iterator, 
boost::signals::detail::unusable, boost::single_pass_traversal_tag, 
boost::signals::detail::unusable const, int ()
Uname: Linux fragro-laptop 2.6.20-10-generic #2 SMP Mon Mar 12 00:02:49 UTC 
2007 i686 GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin plugdev scanner 
video

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

-- 
[apport] qtwengophone crashed with SIGSEGV in 
boost::signals::detail::call_notification::call_notification()
https://launchpad.net/bugs/92344

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


[Bug 92344] Re: [apport] qtwengophone crashed with SIGSEGV in boost::signals::detail::call_notification::call_notification()

2007-03-14 Thread Frankie

** Attachment added: CoreDump.gz
   http://librarian.launchpad.net/6806771/CoreDump.gz

** Attachment added: Dependencies.txt
   http://librarian.launchpad.net/6806772/Dependencies.txt

** Attachment added: Disassembly.txt
   http://librarian.launchpad.net/6806773/Disassembly.txt

** Attachment added: ProcMaps.txt
   http://librarian.launchpad.net/6806774/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://librarian.launchpad.net/6806775/ProcStatus.txt

** Attachment added: Registers.txt
   http://librarian.launchpad.net/6806776/Registers.txt

** Attachment added: Stacktrace.txt
   http://librarian.launchpad.net/6806777/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://librarian.launchpad.net/6806778/ThreadStacktrace.txt

-- 
[apport] qtwengophone crashed with SIGSEGV in 
boost::signals::detail::call_notification::call_notification()
https://launchpad.net/bugs/92344

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


[Bug 92343] Re: [apport] soffice.bin crashed with SIGSEGV in X11SalData::XIOErrorHdl()

2007-03-14 Thread Frankie

** Attachment added: CoreDump.gz
   http://librarian.launchpad.net/6806763/CoreDump.gz

** Attachment added: Dependencies.txt
   http://librarian.launchpad.net/6806764/Dependencies.txt

** Attachment added: Disassembly.txt
   http://librarian.launchpad.net/6806765/Disassembly.txt

** Attachment added: ProcMaps.txt
   http://librarian.launchpad.net/6806766/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://librarian.launchpad.net/6806767/ProcStatus.txt

** Attachment added: Registers.txt
   http://librarian.launchpad.net/6806768/Registers.txt

** Attachment added: Stacktrace.txt
   http://librarian.launchpad.net/6806769/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://librarian.launchpad.net/6806770/ThreadStacktrace.txt

-- 
[apport] soffice.bin crashed with SIGSEGV in X11SalData::XIOErrorHdl()
https://launchpad.net/bugs/92343

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


[Bug 92343] [apport] soffice.bin crashed with SIGSEGV in X11SalData::XIOErrorHdl()

2007-03-14 Thread Frankie
Public bug reported:

Binary package hint: openoffice.org


ProblemType: Crash
Architecture: i386
CrashCounter: 1
Date: Wed Mar 14 09:05:50 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/lib/openoffice/program/soffice.bin
Package: openoffice.org-core 2.2.0~rc3~oof680m10-0ubuntu3
PackageArchitecture: i386
ProcCmdline: /usr/lib/openoffice/program/soffice.bin -writer -splash-pipe=5
ProcCwd: /usr/lib/openoffice/program
ProcEnviron:
 SHELL=/bin/bash
 
PATH=/usr/lib/openoffice/program:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
 LANG=de_DE.UTF-8
 LANGUAGE=de_DE:de:en_GB:en
Signal: 11
SourcePackage: openoffice.org
StacktraceTop:
 X11SalData::XIOErrorHdl ()
 _XIOError () from /usr/lib/libX11.so.6
 _XGetXCBBuffer () from /usr/lib/libX11.so.6
 ?? () from /usr/lib/libX11.so.6
 ?? ()
Uname: Linux fragro-laptop 2.6.20-10-generic #2 SMP Mon Mar 12 00:02:49 UTC 
2007 i686 GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin plugdev scanner 
video

** Affects: openoffice.org (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] soffice.bin crashed with SIGSEGV in X11SalData::XIOErrorHdl()
https://launchpad.net/bugs/92343

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


[Bug 91592] [apport] gaim crashed with SIGSEGV

2007-03-12 Thread Frankie
Public bug reported:

Binary package hint: gaim


ProblemType: Crash
Architecture: i386
Date: Mon Mar 12 11:05:26 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/gaim
Package: gaim 1:2.0.0+beta6-1ubuntu1
PackageArchitecture: i386
ProcCmdline: gaim
ProcCwd: /home/fragro
ProcEnviron:
 SHELL=/bin/bash
 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
 LANG=de_DE.UTF-8
 LANGUAGE=de_DE:de:en_GB:en
Signal: 11
SourcePackage: gaim
Stacktrace:
 #0  0xb6571910 in ?? () from /usr/lib/gaim/musicmessaging.so
 #1  0x086f0078 in ?? ()
 #2  0x086e6848 in ?? ()
 #3  0x08171eb0 in ?? ()
 #4  0x in ?? ()
StacktraceTop:
 ?? () from /usr/lib/gaim/musicmessaging.so
 ?? ()
 ?? ()
 ?? ()
 ?? ()
Uname: Linux fragro-laptop 2.6.20-9-generic #2 SMP Mon Feb 26 03:01:44 UTC 2007 
i686 GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin plugdev scanner 
video

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

-- 
[apport] gaim crashed with SIGSEGV
https://launchpad.net/bugs/91592

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


[Bug 91592] Re: [apport] gaim crashed with SIGSEGV

2007-03-12 Thread Frankie

** Attachment added: CoreDump.gz
   http://librarian.launchpad.net/6736188/CoreDump.gz

** Attachment added: Dependencies.txt
   http://librarian.launchpad.net/6736189/Dependencies.txt

** Attachment added: Disassembly.txt
   http://librarian.launchpad.net/6736190/Disassembly.txt

** Attachment added: ProcMaps.txt
   http://librarian.launchpad.net/6736191/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://librarian.launchpad.net/6736192/ProcStatus.txt

** Attachment added: Registers.txt
   http://librarian.launchpad.net/6736193/Registers.txt

** Attachment added: ThreadStacktrace.txt
   http://librarian.launchpad.net/6736194/ThreadStacktrace.txt

-- 
[apport] gaim crashed with SIGSEGV
https://launchpad.net/bugs/91592

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


[Bug 90126] [apport] totem crashed with SIGSEGV in lirc_freeconfig()

2007-03-06 Thread Frankie
Public bug reported:

Binary package hint: totem

none

ProblemType: Crash
Architecture: i386
CrashCounter: 1
Date: Tue Mar  6 14:45:54 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/totem
Package: totem-gstreamer 2.17.92-0ubuntu1
PackageArchitecture: i386
ProcCmdline: totem
ProcCwd: /home/fragro
ProcEnviron:
 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
Signal: 11
SourcePackage: totem
Stacktrace:
 #0  0xb759ff63 in ?? () from /usr/lib/liblirc_client.so.0
 #1  0xbff283b8 in ?? ()
 #2  0xb7f3f2d0 in ?? () from /lib/ld-linux.so.2
 #3  0xb75a067d in lirc_freeconfig () from /usr/lib/liblirc_client.so.0
 Backtrace stopped: frame did not save the PC
StacktraceTop:
 ?? () from /usr/lib/liblirc_client.so.0
 ?? ()
 ?? () from /lib/ld-linux.so.2
 lirc_freeconfig () from /usr/lib/liblirc_client.so.0
Uname: Linux fragro-htpc 2.6.20-9-generic #2 SMP Mon Feb 26 03:01:44 UTC 2007 
i686 GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin plugdev scanner 
video

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

-- 
[apport] totem crashed with SIGSEGV in lirc_freeconfig()
https://launchpad.net/bugs/90126

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


[Bug 90126] Re: [apport] totem crashed with SIGSEGV in lirc_freeconfig()

2007-03-06 Thread Frankie

** Attachment added: Dependencies.txt
   http://librarian.launchpad.net/6646320/Dependencies.txt

** Attachment added: Disassembly.txt
   http://librarian.launchpad.net/6646321/Disassembly.txt

** Attachment added: ProcMaps.txt
   http://librarian.launchpad.net/6646322/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://librarian.launchpad.net/6646323/ProcStatus.txt

** Attachment added: Registers.txt
   http://librarian.launchpad.net/6646324/Registers.txt

** Attachment added: ThreadStacktrace.txt
   http://librarian.launchpad.net/6646325/ThreadStacktrace.txt

-- 
[apport] totem crashed with SIGSEGV in lirc_freeconfig()
https://launchpad.net/bugs/90126

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


[Bug 90125] [apport] totem-video-thumbnailer crashed with SIGSEGV

2007-03-06 Thread Frankie
Public bug reported:

Binary package hint: totem

none

ProblemType: Crash
Architecture: i386
CrashCounter: 1
Date: Fri Mar 23 14:13:30 2007
Disassembly: 0xb7278167:
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/totem-video-thumbnailer
Package: totem-gstreamer 2.17.92-0ubuntu1
PackageArchitecture: i386
ProcCmdline: /usr/bin/gnome-video-thumbnailer -s 128 
file:///home/fragro/L%C3%A9on%20der%20Profi.ogg /tmp/.gnome_thumbnail.9Q1UPT
ProcCwd: /home/fragro
ProcEnviron:
 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
Signal: 11
SourcePackage: totem
StacktraceTop:
 ?? () from /lib/ld-linux.so.2
 ?? ()
 ?? ()
 ?? ()
 ?? ()
Uname: Linux fragro-htpc 2.6.20-9-generic #2 SMP Mon Feb 26 03:01:44 UTC 2007 
i686 GNU/Linux

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

-- 
[apport] totem-video-thumbnailer crashed with SIGSEGV
https://launchpad.net/bugs/90125

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


[Bug 90125] Re: [apport] totem-video-thumbnailer crashed with SIGSEGV

2007-03-06 Thread Frankie

** Attachment added: CoreDump.gz
   http://librarian.launchpad.net/6646303/CoreDump.gz

** Attachment added: Dependencies.txt
   http://librarian.launchpad.net/6646304/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://librarian.launchpad.net/6646305/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://librarian.launchpad.net/6646306/ProcStatus.txt

** Attachment added: Registers.txt
   http://librarian.launchpad.net/6646307/Registers.txt

** Attachment added: Stacktrace.txt
   http://librarian.launchpad.net/6646308/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://librarian.launchpad.net/6646309/ThreadStacktrace.txt

-- 
[apport] totem-video-thumbnailer crashed with SIGSEGV
https://launchpad.net/bugs/90125

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


  1   2   >