[Bug 1737608] Re: RPATH no longer respected for indirect dependencies

2018-09-18 Thread Tony Lewis
I think this is related to
https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/1253638

My understanding (gleaned in large part from comment #5 of that issue -
https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/1253638/comments/5
; errors all mine) is:

* RPATH tells the loader where to look for all libraries
* the RPATH was deprecated a long time ago because it was thought to be a 
mistake that RPATH is processed with higher priority than the LD_LIBRARY_PATH 
environment variable
* that deprecation has recently made it's way out to Ubuntu
* the ld linker (?) now defaults to setting RUNPATH instead of RPATH. RUNPATH 
differs from RPATH in two ways:
  * it's has *lower priority* than the LD_LIBRARY_PATH environment variable, and
  * the loader only uses it to search for direct dependencies, *not transitive 
dependencies*
* this means that a lot of people are going to spend a lot of time trying to 
figure out why their stuff is broken.

As I understand it, there are two solutions:
 * link with --disable-new-dtags to make linker revert to setting RPATH
 * fix all your .so files so that they can find their own dependencies (via a 
RUNPATH setting)

In my case, I fixed my problem by rebuilding my Boost libraries with a
dll-path flag to tell the build where the .so files would be installed.

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

Title:
  RPATH no longer respected for indirect dependencies

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

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

[Bug 1728763] Re: Current frequency not being updated

2018-04-24 Thread Tony Lewis via ubuntu-bugs
This is now fixed for me, I noticed just now.  Dpkg tells me the package
hasn't changed.  I just rebooted with a kernel upgrade to
4.13.0-39-generic, but I don't know if it that was the trigger for it
starting to work again or not.  I haven't checked it for months.

I won't close yet, I'll wait for some 'me too's

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

Title:
  Current frequency not being updated

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

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

[Bug 1728763] Re: Current frequency not being updated

2017-10-30 Thread Tony Lewis
$ lsb_release -rd
Description:Ubuntu 17.10
Release:17.10


$ apt-cache policy xfce4-cpufreq-plugin
xfce4-cpufreq-plugin:
  Installed: 1.1.3-1
  Candidate: 1.1.3-1
  Version table:
 *** 1.1.3-1 500
500 http://au.archive.ubuntu.com/ubuntu artful/universe amd64 Packages
100 /var/lib/dpkg/status

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

Title:
  Current frequency not being updated

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

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

[Bug 1728763] [NEW] Current frequency not being updated

2017-10-30 Thread Tony Lewis
Public bug reported:

Since upgrading to Xubuntu 17.10, this plugin does not show the real
time current frequency, but is locked at (for me) 2.60GHz.

I poked around the source, and the /sys paths that the plugin uses
(specifically "/sys/devices/system/cpu/cpu%i/cpufreq/scaling_cur_freq")
are present and when I cat them, show the current frequency.

The intel_pstate module is present (built into the kernel) and not
disabled in GRUB.

I ran inotifywait over /sys/devices/system/cpu and can verify that the
plugin is reading from the entries there.  Output is attached.  The
output was captured from when the plugin was added to a panel.  It does
not attempt to read scaling_cpu_freq.

** Affects: xfce4-cpufreq-plugin (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "inotifywait-cpufreq.txt"
   
https://bugs.launchpad.net/bugs/1728763/+attachment/5000600/+files/inotifywait-cpufreq.txt

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

Title:
  Current frequency not being updated

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

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

[Bug 1610168] Re: error: 'basic_string<_CharT, _Traits, _Allocator>' is missing exception specification

2016-10-24 Thread Tony Lewis
This problem's still active in 16.10 (Yakkety).

Discussion of this issue on Stack Overflow:

http://stackoverflow.com/q/37096062

One commenter ("peppe") argues this bug is worse on Ubuntu than on
Debian because the broken version only ships as experimental in Debian.


Workaround:

http://stackoverflow.com/a/38385967

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

Title:
  error: 'basic_string<_CharT, _Traits, _Allocator>' is missing
  exception specification

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

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


[Bug 1247937] Re: Mouse wheel scroll no longer works

2013-11-28 Thread Tony Lewis
Me too.  It affects evince too, which kills me so bad I downgraded it to
13.04 versions, in which scroll still works

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

Title:
  Mouse wheel scroll no longer works

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

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


[Bug 1247937] Re: Mouse wheel scroll no longer works

2013-11-28 Thread Tony Lewis
*** This bug is a duplicate of bug 1171342 ***
https://bugs.launchpad.net/bugs/1171342

** This bug has been marked a duplicate of bug 1171342
   mouse scroll wheel not working in gedit  System Monitor

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

Title:
  Mouse wheel scroll no longer works

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

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


[Bug 1053332] [NEW] Document Viewer does not display pdf files

2012-09-20 Thread Tony Lewis
Public bug reported:

Whether launched from a web page, a directory view or a terminal, attempts to 
open any pdf file result in
: disk activity for several seconds
: sometimes the whole screen or a rectangular area greys out until disk 
activity stops, then returns to normal
:No error reports
:No display of pdf.

It looks as if evince starts and then stops for some reason.

Additional info :
Xpdf does the same
Okular works fine
Creating and logging in as a new user makes no difference
Logging in to Ubuntu 2d session makes no difference

Have asked for support from forum,
https://answers.launchpad.net/ubuntu/+question/208999 and got suggestion
to report a bug

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: evince 3.4.0-0ubuntu1.4
ProcVersionSignature: Ubuntu 3.2.0-30.48-generic-pae 3.2.27
Uname: Linux 3.2.0-30-generic-pae i686
ApportVersion: 2.0.1-0ubuntu13
Architecture: i386
Date: Thu Sep 20 11:34:40 2012
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: evince
UpgradeStatus: Upgraded to precise on 2012-05-01 (142 days ago)

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


** Tags: apport-bug i386 precise running-unity

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

Title:
  Document Viewer does not display pdf files

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

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


[Bug 1053332] Re: Document Viewer does not display pdf files

2012-09-20 Thread Tony Lewis
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1053332

Title:
  Document Viewer does not display pdf files

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

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


[Bug 899957] [NEW] Cannot compile kernel after changing configuration

2011-12-04 Thread Tony Lewis
Public bug reported:

I am trying to build a Lucid kernel, with changes to the config.  As a
test, I chose to disable btrfs (from module, to not included).  I found
that the kernel would not compile, using the debian/rules binary-debs
command, though it would work with a make-kpkg command.

I checked in #ubuntu-kernel, and help there could not solve the problem.

A trimmed transcript of commands is included further down, but the basic steps 
I did were:
 * create a chroot with Lucid source, including lucid-security and source lines
 * install build tools
 * apt-get source --only-source linux
 * debian/rules editconfigs, select the generic amd64 config, change BTRFS from 
M to  
 * AUTOBUILD=1 NOEXTAS=1 DEB_BUILD_OPTIONS=parallel=2 debian/rules binary-debs

The error:
II: Checking modules for generic...
   reading new modules...read 2604 modules.
   reading old modules...
  MISS: btrfs
  read 2605 modules : new(0)  missing(1)
EE: Missing modules (start begging for mercy)
make: *** [module-check-generic] Error 1

I tried the instructions to bump the API (new entry in changelog),
though I think that is redundant, and the ABI got bumped automatically.

I chose BTRFS as a leaf module that shouldn't have too many / any
dependencies, and so should be a simple exclusion.

Out of curiosity, I tried this on oneiric, and got the same result.

Late in the game, I discovered the kteam-tools, which looks to be
equivalent to the process that I followed.

** Affects: linux (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/899957

Title:
  Cannot compile kernel after changing configuration

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

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


[Bug 899957] Re: Cannot compile kernel after changing configuration

2011-12-04 Thread Tony Lewis
Transcript from build session, edited for brevity, and ignore special codes - 
done through screen hardcopy capture, which messes with line editing.

 


Making lucid with debian-rules.txt

root@lucid-chroot:/home/user/kernel$ debootstrap lucid lucid-chroot/ 
http://ubucache:/ubuntu
I: Retrieving Release
I: Retrieving Packages
...
I: Base system installed successfully.
lucid-chroot:/home/user/kernel# chroot lucid-chroot/
root@lucid-chroot:/# cd
root@lucid-chroot:~# vi /etc/apt/sources.list
(add security updates and source repos)
root@lucid-chroot:~# cat !!$
cat /etc/apt/sources.list
deb http://ubucache:/ubuntu lucid main
deb-src http://ubucache:/ubuntu lucid main
deb http://ubucache:/ubuntu lucid-security main
deb-src http://ubucache:/ubuntu lucid-security main
...
root@lucid-chroot:~# apt-get dist-upgrade
...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
Processing triggers for initramfs-tools ...
root@lucid-chroot:~# apt-get install language-pack-en
root@lucid-chroot:/# apt-get instaall fakeroot build-essential crash 
kexec-tools makedumpfile kernel-wedge
...
Setting up build-essential (11.4build1) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
Processing triggers for initramfs-tools ...

root@lucid-chroot:/# apt-get install fakeroot build-essential crash kexec-tools 
makedumpfile kernel-wedge=20
root@lucid-chroot:/# vi /etc/apt/sou=07rces.list
root@lucid-chroot:/# apt-get install git-core libncurses5-dev libelf-dev 
asciidoc binutils-dev

root@lucid-chroot:/# cd
root@lucid-chroot:~# mkdir kernel
root@lucid-chroot:~# cd kernel/
root@lucid-chroot:~/kernel# apt-get source --only-source linux
...
...
Fetched 87.3MB in 2min 25s (598kB/s)
root@lucid-chroot:~/kernel# cd linux-2.6.32/
root@lucid-chroot:~/kernel/linux-2.6.32# chmod -R a+x debian/scripts/*
root@lucid-chroot:~/kernel/linux-2.6.32# debian/rules editconfigs
...
dh_testdir
/bin/bash -e debian/scripts/misc/kernelconfig editconfig
Do you want to edit config: amd64/config.flavour.generic? [Y/n]

(changed BTRFS from M to  )

#
# configuration written to .config
#


*** End of Linux kernel configuration.
*** Execute 'make' to build the kernel or try 'make help'.

make[1]: Leaving directory `/root/kernel/linux-2.6.32'
Do you want to edit config: amd64/config.flavour.preempt? [Y/n] n
Do you want to edit config: amd64/config.flavour.server? [Y/n] n
Running splitconfig.pl for amd64

...

Do you want to edit config: i386/config.flavour.386? [Y/n] n
Do you want to edit config: i386/config.flavour.generic? [Y/n] n
Do you want to edit config: i386/config.flavour.generic-pae? [Y/n] n
Running splitconfig.pl for i386

...

Do you want to edit config: lpia/config.flavour.lpia? [Y/n] n
Running splitconfig.pl for lpia

...

Do you want to edit config: armel/config.flavour.versatile? [Y/n] n
Running splitconfig.pl for armel
...
Running config-check for all configurations ...

check-config: /tmp/tmp.2c497FRupo/CONFIGS/amd64-config.flavour.generic: loading 
config
check-config: /root/kernel/linux-2.6.32/debian.master/config/enforce: loading 
checks
check-config: 21/21 checks passed -- exit 0
check-config: /tmp/tmp.2c497FRupo/CONFIGS/amd64-config.flavour.preempt: loading 
config
check-config: /root/kernel/linux-2.6.32/debian.master/config/enforce: loading 
checks
check-config: 21/21 checks passed -- exit 0
check-config: /tmp/tmp.2c497FRupo/CONFIGS/amd64-config.flavour.server: loading 
config
check-config: /root/kernel/linux-2.6.32/debian.master/config/enforce: loading 
checks
check-config: 21/21 checks passed -- exit 0
check-config: /tmp/tmp.2c497FRupo/CONFIGS/i386-config.flavour.386: loading 
config
check-config: /root/kernel/linux-2.6.32/debian.master/config/enforce: loading 
checks
check-config: 21/21 checks passed -- exit 0
check-config: /tmp/tmp.2c497FRupo/CONFIGS/i386-config.flavour.generic: loading 
config
check-config: /root/kernel/linux-2.6.32/debian.master/config/enforce: loading 
checks
check-config: 21/21 checks passed -- exit 0
check-config: /tmp/tmp.2c497FRupo/CONFIGS/i386-config.flavour.generic-pae: 
loading config
check-config: /root/kernel/linux-2.6.32/debian.master/config/enforce: loading 
checks
check-config: 21/21 checks passed -- exit 0
check-config: /tmp/tmp.2c497FRupo/CONFIGS/lpia-config.flavour.lpia: loading 
config
check-config: /root/kernel/linux-2.6.32/debian.master/config/enforce: loading 
checks
check-config: 21/21 checks passed -- exit 0
check-config: /tmp/tmp.2c497FRupo/CONFIGS/armel-config.flavour.versatile: 
loading config
check-config: /root/kernel/linux-2.6.32/debian.master/config/enforce: loading 
checks
check-config: 21/21 checks passed -- exit 0
...


(this is the command to build, second time through.  First time had lots of 
output, then died with the same error)

root@lucid-chroot:~/kernel/linux-2.6.32# AUTOBUILD=1 NOEXTAS=1 
DEB_BUILD_OPTIONS=parallel=2 debian/rules binary-debs
# Add the tools.
install 

[Bug 899957] Re: Cannot compile kernel after changing configuration

2011-12-04 Thread Tony Lewis
apport doesn't seem to like running under chroot.  The elinks-like
version ended up in a loop.  I ended up running apport-cli --save bug-
report linux, and it's contents are below, but I think it found the
details for the host root environment (via my mounting of /proc inside
the chroot), so I don't think it's useful.

Contents of bug-report:

ProblemType: Bug
Architecture: amd64
Date: Sun Dec  4 21:06:11 2011
DistroRelease: Ubuntu 10.04
NonfreeKernelModules: nls_iso8859_1 nls_cp437 vfat fat usb_storage 
ip6table_filter ip6_tables binfmt_misc ipmi_msghandler pci_stub vboxpci 
vboxnetadp vboxnetflt vboxdrv ipt_MASQUERADE iptable_nat nf_nat 
nf_conntrack_ipv4 nf_defrag_ipv4 xt_state nf_conntrack ipt_REJECT xt_tcpudp 
iptable_filter ip_tables x_tables bridge stp parport_pc ppdev usblp 
snd_hda_codec_realtek snd_hda_codec_intelhdmi snd_hda_intel snd_hda_codec 
uvcvideo snd_usb_audio videodev led_class snd_hwdep snd_pcm v4l1_compat 
snd_usbmidi_lib v4l2_compat_ioctl32 snd_seq_midi lp snd_rawmidi 
snd_seq_midi_event snd_seq snd_timer serio_raw snd_seq_device parport snd 
snd_page_alloc soundcore sha256_generic cryptd aes_x86_64 aes_generic dm_crypt 
usbhid hid i915 drm_kms_helper drm floppy r8169 mii i2c_algo_bit video output 
intel_agp
Package: linux-image-2.6.35-31-generic (not installed)
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, no user)
 LANG=en_AU.UTF-8
 LANGUAGE=en_AU:en
ProcVersionSignature: Ubuntu 2.6.35-31.62-generic 2.6.35.13
SourcePackage: linux-lts-backport-maverick
Tags: lucid
Uname: Linux 2.6.35-31-generic x86_64


** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  Cannot compile kernel after changing configuration

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

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


[Bug 134469] Re: Revelation slow to open file - en message catalog missing?

2010-01-12 Thread Tony Lewis
Thanks AsstZD, but it didn''t seem to make a difference to the symptom
(slow to open).

I can see via strace that revelation notices the file, but it still then
just keeps looking for it, or another.

The following command is a snippet from strace running with -e
trace=stat - i.e. it's filtering only on the stat commands.  It finds
the one I installed, and then keeps looking.

[pid 11411] stat(/usr/share/locale/en/LC_MESSAGES/revelation.mo, 
{st_mode=S_IFREG|0644, st_size=32741, ...}) = 0
[pid 11411] stat(/usr/share/locale-langpack/en/LC_MESSAGES/revelation.mo, 
0x7fffb02d09a0) = -1 ENOENT (No such file or directory)
[pid 11411] stat(/usr/share/locale/en_AU.UTF8/LC_MESSAGES/revelation.mo, 
0x7fffb02d0ad0) = -1 ENOENT (No such file or directory)
[pid 11411] 
stat(/usr/share/locale-langpack/en_AU.UTF8/LC_MESSAGES/revelation.mo, 
0x7fffb02d0ad0) = -1 ENOENT (No such file or directory)
[pid 11411] stat(/usr/share/locale/en_AU/LC_MESSAGES/revelation.mo, 
0x7fffb02d0ad0) = -1 ENOENT (No such file or directory)
[pid 11411] stat(/usr/share/locale-langpack/en_AU/LC_MESSAGES/revelation.mo, 
0x7fffb02d0ad0) = -1 ENOENT (No such file or directory)
[pid 11411] stat(/usr/share/locale/en.UTF8/LC_MESSAGES/revelation.mo, 
0x7fffb02d0ad0) = -1 ENOENT (No such file or directory)
[pid 11411] 
stat(/usr/share/locale-langpack/en.UTF8/LC_MESSAGES/revelation.mo, 
0x7fffb02d0ad0) = -1 ENOENT (No such file or directory)
[pid 11411] stat(/usr/share/locale/en/LC_MESSAGES/revelation.mo, 
{st_mode=S_IFREG|0644, st_size=32741, ...}) = 0
[pid 11411] stat(/usr/share/locale-langpack/en/LC_MESSAGES/revelation.mo, 
0x7fffb02d0ad0) = -1 ENOENT (No such file or directory)
[pid 11411] stat(/usr/share/locale/en_AU.UTF8/LC_MESSAGES/revelation.mo, 
0x7fffb02d07c0) = -1 ENOENT (No such file or directory)
[pid 11411] 
stat(/usr/share/locale-langpack/en_AU.UTF8/LC_MESSAGES/revelation.mo, 
0x7fffb02d07c0) = -1 ENOENT (No such file or directory)
[pid 11411] stat(/usr/share/locale/en_AU/LC_MESSAGES/revelation.mo, 
0x7fffb02d07c0) = -1 ENOENT (No such file or directory)
[pid 11411] stat(/usr/share/locale-langpack/en_AU/LC_MESSAGES/revelation.mo, 
0x7fffb02d07c0) = -1 ENOENT (No such file or directory)

-- 
Revelation slow to open file - en message catalog missing?
https://bugs.launchpad.net/bugs/134469
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 134469] Re: Revelation slow to open file - en message catalog missing?

2010-01-12 Thread Tony Lewis
This is the full revelation capture, but trimmed to surrounding the
locale part.  You can see that it finds the revelation.mo file, reads
it, and then keeps looking

** Attachment added: strace of revelation (snipped)
   http://launchpadlibrarian.net/37778218/revelation.strace

-- 
Revelation slow to open file - en message catalog missing?
https://bugs.launchpad.net/bugs/134469
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 450313] [NEW] in Karmic, sound is no longer working (was working)

2009-10-13 Thread Tony Lewis
Public bug reported:

Binary package hint: pulseaudio

After upgrading to Karmic (beta), sound initially worked nicely.  Now
(of a sudden) it does not.

The in-built sound card is connected to external speakers, and they no
longer get any sound at all.  If I plug in some USB headphones, I can
hear all audio fine.

Pulseaudio reports that it's attempting to deliver sound simultaneously
to both the in-built device and the USB headphones.  I know the speakers
are functioning, because I can boot to Karmic Alpha 4 live CD, and they
work with the login sound and clicking on wave files in
/usr/share/sounds.

This regression is not directly caused by an upgrade - it worked then
stopped independent of the upgrade.  The only possibly related symptom
was the (attempted) use of Skype.  I can't remember for sure if this is
100% correlated, but it happened around the same time.

Skype is not running now, and the problem persists.  I have upgraded
today, and rebooted, and problem persists.

ProblemType: Bug
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  tony   2497 F pulseaudio
 /dev/snd/pcmC1D0p:   tony   2497 F...m pulseaudio
 /dev/snd/controlC0:  tony   2497 F pulseaudio
 /dev/snd/pcmC0D0p:   tony   2497 F...m pulseaudio
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xf250 irq 16'
   Mixer name   : 'Realtek ALC888'
   Components   : 'HDA:10951392,,0010 
HDA:10ec0888,1458a002,0011'
   Controls  : 44
   Simple ctrls  : 23
Card1.Amixer.info:
 Card hw:1 'Headset'/'Logitech Logitech USB Headset at usb-:00:1d.0-2, full 
speed'
   Mixer name   : 'USB Mixer'
   Components   : 'USB046d:0a02'
   Controls  : 6
   Simple ctrls  : 2
Date: Tue Oct 13 22:49:37 2009
DistroRelease: Ubuntu 9.10
Package: pulseaudio 1:0.9.19-0ubuntu1
ProcEnviron:
 PATH=(custom, user)
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-13.44-generic
SourcePackage: pulseaudio
Uname: Linux 2.6.31-13-generic x86_64
XsessionErrors:
 (gnome-settings-daemon:2528): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (gnome-settings-daemon:2528): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (polkit-gnome-authentication-agent-1:2615): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
 (nautilus:2610): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed
 (gnome-panel:2609): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to 
allocate widget with width -17 and height 24

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


** Tags: amd64 apport-bug

-- 
in Karmic, sound is no longer working (was working)
https://bugs.launchpad.net/bugs/450313
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 450313] Re: in Karmic, sound is no longer working (was working)

2009-10-13 Thread Tony Lewis

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/33589308/AlsaDevices.txt

** Attachment added: AplayDevices.txt
   http://launchpadlibrarian.net/33589309/AplayDevices.txt

** Attachment added: ArecordDevices.txt
   http://launchpadlibrarian.net/33589310/ArecordDevices.txt

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

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/33589312/Card0.Amixer.values.txt

** Attachment added: Card0.Codecs.codec.0.txt
   http://launchpadlibrarian.net/33589313/Card0.Codecs.codec.0.txt

** Attachment added: Card0.Codecs.codec.2.txt
   http://launchpadlibrarian.net/33589314/Card0.Codecs.codec.2.txt

** Attachment added: Card1.Amixer.values.txt
   http://launchpadlibrarian.net/33589315/Card1.Amixer.values.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/33589316/CurrentDmesg.txt

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

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/33589318/PciMultimedia.txt

-- 
in Karmic, sound is no longer working (was working)
https://bugs.launchpad.net/bugs/450313
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 450313] Re: in Karmic, sound is no longer working (was working)

2009-10-13 Thread Tony Lewis
Fixed.

Sorry, I had no idea there were more mixer control available other than
what was in the applet control.  Sorry that this bug turned into a
support request.


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

-- 
in Karmic, sound is no longer working (was working)
https://bugs.launchpad.net/bugs/450313
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 433654] Re: [Karmic] Only one user has sound; no hw shows in Sound Preferences

2009-10-13 Thread Tony Lewis
I have this bug too, now.  In Karmic, this was working (being able to
switch users and have it mute sound.  But now I see the symptoms as
above.

Let me know what info you need provided.

-- 
[Karmic] Only one user has sound; no hw shows in Sound Preferences
https://bugs.launchpad.net/bugs/433654
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 410248] Re: X consumes ever-increasing memory

2009-10-10 Thread Tony Lewis
This bug doesn't exist in Karmic.  I am no longer running 9.04, so can't
test any 9.04-related fixes to this.

-- 
X consumes ever-increasing memory
https://bugs.launchpad.net/bugs/410248
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 410407] Re: flash does not recognise mouse clicks

2009-10-07 Thread Tony Lewis
Alex's fix in comment #6 worked.  I ended up dropping the file in
/usr/share/ubufox/plugins/.

-- 
flash does not recognise mouse clicks
https://bugs.launchpad.net/bugs/410407
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 444440] [NEW] Switching users forcibly locks the screen of the current user

2009-10-06 Thread Tony Lewis
Public bug reported:

9.04 had fast user switch applet, which appears to be not present in
Karmic.  There is no equivalent setting I can find in any preferences or
gconf to disable locking on switching user.

To me, this is a regression.  This computer is used by family, and
switching happens often.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Switching users forcibly locks the screen of the current user
https://bugs.launchpad.net/bugs/40
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 203574] Re: Eject should eject the CD-ROM drive tray if empty

2009-10-06 Thread Tony Lewis
Yes, happens to me in Karmic.  It's sporadic - I think the first eject
after a reboot works; but now, nothing works - not the eject button, not
nautilus, and not the command eject.

Will reboot and try and figure out more.

Lacking anything better, here's the output of apport-cli
/usr/bin/eject:

Architecture: amd64
Date: Tue Oct  6 22:26:59 2009
Dependencies:
 coreutils 7.4-2
 debconf 1.5.27ubuntu2
 debconf-i18n 1.5.27ubuntu2
 dpkg 1.15.4ubuntu2
 findutils 4.4.2-1
 gcc-4.4-base 4.4.1-4ubuntu6
 libacl1 2.2.47-2
 libattr1 1:2.4.43-3
 libc-bin 2.10.1-0ubuntu13
 libc6 2.10.1-0ubuntu13
 libdevmapper1.02.1 2:1.02.27-4ubuntu7
 libgcc1 1:4.4.1-4ubuntu6
 liblocale-gettext-perl 1.05-4build1
 libselinux1 2.0.85-2
 libstdc++6 4.4.1-4ubuntu6
 libtext-charwidth-perl 0.04-5build1
 libtext-iconv-perl 1.7-1build1
 libtext-wrapi18n-perl 0.06-7
 lzma 4.43-14ubuntu1
 perl-base 5.10.0-24ubuntu4
 tzdata 2009n-1
DistroRelease: Ubuntu 9.10
Package: eject 2.1.5+deb1+cvs20081104-6
PackageArchitecture: amd64
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=en_AU.UTF-8
ProcVersionSignature: Ubuntu 2.6.31-11.38-generic
SourcePackage: eject
Uname: Linux 2.6.31-11-generic x86_64
XsessionErrors:
 (gnome-settings-daemon:2954): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (gnome-settings-daemon:2954): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (polkit-gnome-authentication-agent-1:2980): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
 (nautilus:2975): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed
 (gnome-panel:2974): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to 
allocate widget with width -1 and height 24
 (nautilus:6177): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed
 (nautilus:6235): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed

-- 
Eject should eject the CD-ROM drive tray if empty
https://bugs.launchpad.net/bugs/203574
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 442174] Re: Karmic fails to get to graphical login

2009-10-05 Thread Tony Lewis
A subsequent update seems to have fixed this.  Perhaps my repository
wasn't fully up to date with the Beta release, but a whole slew of
packages were available for update today.

Please mark as invalid

** Changed in: ubuntu
   Status: New = Invalid

-- 
Karmic fails to get to graphical login
https://bugs.launchpad.net/bugs/442174
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 442174] [NEW] Karmic fails to get to graphical login

2009-10-04 Thread Tony Lewis
Public bug reported:

Upgraded from 9.04 to Karmic, and upon reboot, booting up does not get
to a graphical login.

I can pick the 9.04 kernel, and then I get a GDM login.  However, the
Xorg process commonly consumes 100% of CPU.  I assume it's using a
generic unaccelerated driver, but am unsavvy enough to tell.

I can also switch to a VT login, and sudo /etc/init.d/gdm restart and
everything seems fine from there.

On bootup, after entering disk encryption password, screen switches quickly to 
a text mode, and I see the following:
udevd-work[470]: renamt(/dev//.udev-tmp, /dev//) failed: Invalid 
cross-device link
(multiple seen, [PID] alters)

udevd[696]: NAME=%k is superfluous and breaks kernel supplied
names.  Please remove it from /lib/udev/rules.d/45-kvm,rules:1

fsck from util-linux-ng 2.16
(x 3)
(then I see clean results from my three FSes)
(then I see a few services starting, including what appears to be it 
restarting my crypto disks)
(then it does nothing until I switch to a VT, login, and restart GDM)

I am unsure what package to report this against, but it doesn't seem
like an X bug

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Karmic fails to get to graphical login
https://bugs.launchpad.net/bugs/442174
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 442227] [NEW] No sound under Karmic after upgrade from 9.04

2009-10-04 Thread Tony Lewis
Public bug reported:

Binary package hint: pulseaudio

I have tried a number of other hints in bug reports (e.g. sudo
/sbin/alsa force-unload  sudo modprobe snd-hda-intel model=ref 
speaker-test -c2 -Dplug:front) and once (and only once) have a managed
to get some pink noise from the speakers.  Unable to replicate.

I also note that I am no longer in the audio group.  The only real user
in that group (via /etc/group) is alphabetically the first real (non-
system) user.  Aside: this also seems to be the case for the video
group, and some others.

But even switching to that user that is in the group, I cannot get
audio.

Prior to running speaker-test, I have disabled autospawn for pulseaudio,
and ensured that the daemon is not running.  No success.  I have unmuted
and unzeroed everything in alsamixer.

I see the following significant results from syslog:

Oct  4 23:46:05 baryon pulseaudio[6279]: reserve-wrap.c: Failed to
acquire reservation lock on device 'Audio0': Input/output error

And, since disabling autospawn:
Oct  5 00:05:05 baryon pulseaudio[2482]: reserve-wrap.c: Unable to contact 
D-Bus session bus: org.freedesktop.DBus.Error.Spawn.ExecFailed: 
/bin/dbus-launch terminated abnormally with the following error: Autolaunch 
error: X11 initialization failed.
Oct  5 00:05:06 baryon pulseaudio[2482]: reserve-wrap.c: Unable to contact 
D-Bus session bus: org.freedesktop.DBus.Error.Spawn.ExecFailed: 
/bin/dbus-launch terminated abnormally with the following error: Autolaunch 
error: X11 initialization failed.
Oct  5 00:05:06 baryon pulseaudio[2482]: main.c: Unable to contact D-Bus: 
org.freedesktop.DBus.Error.Spawn.ExecFailed: /bin/dbus-launch terminated 
abnormally with the following error: Autolaunch error: X11 initialization 
failed.

ProblemType: Bug
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  tony   2843 F pulseaudio
 /dev/snd/pcmC0D0p:   tony   2843 F...m pulseaudio
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xf250 irq 16'
   Mixer name   : 'Realtek ALC888'
   Components   : 'HDA:10951392,,0010 
HDA:10ec0888,1458a002,0011'
   Controls  : 44
   Simple ctrls  : 23
Date: Mon Oct  5 00:10:55 2009
DistroRelease: Ubuntu 9.10
Package: pulseaudio 1:0.9.18-0ubuntu3
ProcEnviron:
 PATH=(custom, user)
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-11.36-generic
SourcePackage: pulseaudio
Uname: Linux 2.6.31-11-generic x86_64

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


** Tags: amd64 apport-bug

-- 
No sound under Karmic after upgrade from 9.04
https://bugs.launchpad.net/bugs/442227
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 442227] Re: No sound under Karmic after upgrade from 9.04

2009-10-04 Thread Tony Lewis

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/32976505/AlsaDevices.txt

** Attachment added: AplayDevices.txt
   http://launchpadlibrarian.net/32976506/AplayDevices.txt

** Attachment added: ArecordDevices.txt
   http://launchpadlibrarian.net/32976507/ArecordDevices.txt

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

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/32976509/Card0.Amixer.values.txt

** Attachment added: Card0.Codecs.codec.0.txt
   http://launchpadlibrarian.net/32976510/Card0.Codecs.codec.0.txt

** Attachment added: Card0.Codecs.codec.2.txt
   http://launchpadlibrarian.net/32976511/Card0.Codecs.codec.2.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/32976512/CurrentDmesg.txt

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

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/32976514/PciMultimedia.txt

-- 
No sound under Karmic after upgrade from 9.04
https://bugs.launchpad.net/bugs/442227
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 442227] Re: No sound under Karmic after upgrade from 9.04

2009-10-04 Thread Tony Lewis
And now it appears to be working.  Perhaps I wasn't as rigorous in my
unmuting of muted settings as I had hoped.

Please invalidate; I will re-raise bug if something resurfaces

-- 
No sound under Karmic after upgrade from 9.04
https://bugs.launchpad.net/bugs/442227
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 410248] Re: X consumes ever-increasing memory

2009-08-24 Thread Tony Lewis
I can confirm that this doesn't happen with Karmic Alpha 4 Live CD.  The
easiest test was to switch user back and forth a few times.  In Jaunty,
the number of lines that came from the pmap command always increased.
In Karmic, the number ebbed and flowed.  I didn't run it long enough to
be exhaustive, but the bug is not the same (if it even exists) in Karmic

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: Incomplete = Confirmed

-- 
X consumes ever-increasing memory
https://bugs.launchpad.net/bugs/410248
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 410248] [NEW] X consumes ever-increasing memory

2009-08-07 Thread Tony Lewis
Public bug reported:

Binary package hint: xserver-xorg-video-intel

Over a period of a few days, my desktop runs out of memory.  top
sorted by memory usage shows xorg as the biggest, and growing, consumer
of memory is xorg.

Memory usage increases when we switch users, sudo cat
/proc/pid/status | grep VmPeak grows by 50MB each switch-plus-switch-
back.

Opening windows seems to increase usage too.  The more complex the
application (firefox vs gnome-terminal), the more memory consumed.

When no new windows are created, memory consumption seems stable.

This only seems to affect the first X session.  Starting more
applications on the second user doesn't seem to affect memory
consumption.

As far as I can tell, this is independent of the use of desktop effects.

Logging off reclaims memory.  Killing applications does not reclaim
memory.

Lastly, I notice that using sudo pmap -d `pgrep X` shows more (and 
increasing) lines like:
7f034b77c000   4 rw-s-  000:9 drm mm object 
(deleted)

The increase in the number of these lines (thousands) correlates to an
increase in memory usage.  My guess is that this is the source of memory
leaks

Drivers and software are all from the standard repos ('cept medibuntu).
I did try the latest stable intel video driver from PPA, but it broke
badly.

Description:Ubuntu 9.04
Release:9.04

xserver-xorg-video-intel:
  Installed: 2:2.6.3-0ubuntu9.3
  Candidate: 2:2.6.3-0ubuntu9.3
  Version table:
 *** 2:2.6.3-0ubuntu9.3 0
500 http://ubuntu.ubucache jaunty-updates/main Packages
100 /var/lib/dpkg/status
 2:2.6.3-0ubuntu9 0
500 http://ubuntu.ubucache jaunty/main Packages

ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 9.04
Package: xserver-xorg-video-intel 2:2.6.3-0ubuntu9.3
ProcEnviron:
 PATH=(custom, user)
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
ProcVersion: Linux version 2.6.28-14-generic (bui...@yellow) (gcc version 4.3.3 
(Ubuntu 4.3.3-5ubuntu4) ) #47-Ubuntu SMP Sat Jul 25 01:19:55 UTC 2009
SourcePackage: xserver-xorg-video-intel
Uname: Linux 2.6.28-14-generic x86_64

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


** Tags: amd64 apport-bug

-- 
X consumes ever-increasing memory
https://bugs.launchpad.net/bugs/410248
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 410248] Re: X consumes ever-increasing memory

2009-08-07 Thread Tony Lewis

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

** Attachment added: LsHal.txt
   http://launchpadlibrarian.net/2859/LsHal.txt

** Attachment added: LsMod.txt
   http://launchpadlibrarian.net/2861/LsMod.txt

** Attachment added: LsPci.txt
   http://launchpadlibrarian.net/2867/LsPci.txt

** Attachment added: XorgConf.txt
   http://launchpadlibrarian.net/2868/XorgConf.txt

** Attachment added: XorgLog.txt
   http://launchpadlibrarian.net/2869/XorgLog.txt

** Attachment added: XorgLogOld.txt
   http://launchpadlibrarian.net/2870/XorgLogOld.txt

** Attachment added: Xrandr.txt
   http://launchpadlibrarian.net/2877/Xrandr.txt

** Attachment added: glxinfo.txt
   http://launchpadlibrarian.net/2881/glxinfo.txt

** Attachment added: monitors.xml.txt
   http://launchpadlibrarian.net/2882/monitors.xml.txt

** Attachment added: setxkbmap.txt
   http://launchpadlibrarian.net/2883/setxkbmap.txt

** Attachment added: system.txt
   http://launchpadlibrarian.net/2884/system.txt

** Attachment added: xdpyinfo.txt
   http://launchpadlibrarian.net/2885/xdpyinfo.txt

** Attachment added: xkbcomp.txt
   http://launchpadlibrarian.net/2886/xkbcomp.txt

-- 
X consumes ever-increasing memory
https://bugs.launchpad.net/bugs/410248
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 282189] Re: dmsetup deps does not accurately report LVM dependencies, can cause boot failure

2009-01-24 Thread Tony Lewis
Christian, an alternative to your workaround is to use pvmove to move
one or more extents onto the new LV.

-- 
dmsetup deps does not accurately report LVM dependencies, can cause boot 
failure
https://bugs.launchpad.net/bugs/282189
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 282189] Re: dmsetup deps does not accurately report LVM dependencies, can cause boot failure

2008-12-17 Thread Tony Lewis
Alasdair G. Kergon wrote:
 Surely that's it working as designed?
 dmsetup tells you about mapped devices available in the running kernel.
   
I don't think so.  dmsetup deps indicates the devices that your mapped 
device depends on.  If a PV is part of a VG, that VG can't start up 
until that PV is present.  So any LV on that VG is dependent on the PV, 
even if the LV doesn't have any extents on the PV.  Phew.

But dmsetup deps doesn't reflect this - it only shows the PVs that 
your LV is extended onto.

So if dmsetup deps is intended to show all the devices required to 
access your device, then dmsetup deps is wrong.  However, if it's 
meant to only show the PVs the LV is actually residing on, then the 
initramfs-toos package is wrong to use this tool to determine what 
drivers need to go into the initramfs.

To me it seems that dmsetup is in the wrong.

Tony

-- 
dmsetup deps does not accurately report LVM dependencies, can cause boot 
failure
https://bugs.launchpad.net/bugs/282189
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 282189] [NEW] dmsetup deps does not accurately report LVM dependencies, can cause boot failure

2008-10-12 Thread Tony Lewis
Public bug reported:

Scenario:

My root fs is on LVM which has some LVs (including root) over a single
VG over a single PV which is a physical partition.

I create an encrypted PV, and extend the VG with it.  I do not, however,
migrate any part of the root fs to the new PV.

dmsetup deps shows that the root fs depends only on the physical
partition, not on the encrypted partition.  However, the VG cannot start
without that encrypted PV being available.  dmsetup deps does not
accurately detect that the root fs now depends on the encrypted PV being
available.

This has bad consequences for booting.  If I run update-initramfs -u
it uses dmsetup deps, and fails to note that there is now a
cryptroot element involved.  System will not boot (Recovery is
possible using a live CD to then remove the encrypted partition from the
VG)

This is probably a bug with dmsetup.  Alternately you could consider it
a bug with initramfs-tools, which needs a better way to detect this
scenario.

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

-- 
dmsetup deps does not accurately report LVM dependencies, can cause boot 
failure
https://bugs.launchpad.net/bugs/282189
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 134469] Re: Revelation slow to open file - en message catalog missing?

2008-08-12 Thread Tony Lewis
I dont think so.  Revelation is currently loading relatively quickly,
but I think that's because of cached filesystems.

If I run strace, I see it's still trying to find the EN version of
revelation.mo:

From the command:


A snippet:
stat64(/usr/share/locale-langpack/en_AU.UTF8/LC_MESSAGES/revelation.mo, 
0xbfadf378) = -1 ENOENT (No such file or directory)
stat64(/usr/share/locale/en_AU/LC_MESSAGES/revelation.mo, 0xbfadf378) = -1 
ENOENT (No such file or directory)
stat64(/usr/share/locale-langpack/en_AU/LC_MESSAGES/revelation.mo, 
0xbfadf378) = -1 ENOENT (No such file or directory)
stat64(/usr/share/locale/en.UTF8/LC_MESSAGES/revelation.mo, 0xbfadf378) = -1 
ENOENT (No such file or directory)
stat64(/usr/share/locale-langpack/en.UTF8/LC_MESSAGES/revelation.mo, 
0xbfadf378) = -1 ENOENT (No such file or directory)
stat64(/usr/share/locale/en/LC_MESSAGES/revelation.mo, 0xbfadf378) = -1 
ENOENT (No such file or directory)
stat64(/usr/share/locale-langpack/en/LC_MESSAGES/revelation.mo, 0xbfadf378) = 
-1 ENOENT (No such file or directory)
stat64(/usr/share/locale/en_AU.UTF8/LC_MESSAGES/revelation.mo, 0xbfadf378) = 
-1 ENOENT (No such file or directory)
stat64(/usr/share/locale-langpack/en_AU.UTF8/LC_MESSAGES/revelation.mo, 
0xbfadf378) = -1 ENOENT (No such file or directory)
stat64(/usr/share/locale/en_AU/LC_MESSAGES/revelation.mo, 0xbfadf378) = -1 
ENOENT (No such file or directory)
stat64(/usr/share/locale-langpack/en_AU/LC_MESSAGES/revelation.mo, 
0xbfadf378) = -1 ENOENT (No such file or directory)
stat64(/usr/share/locale/en.UTF8/LC_MESSAGES/revelation.mo, 0xbfadf378) = -1 
ENOENT (No such file or directory)

See these commands

$ strace -e trace=file revelation myfile 21 | egrep 
'usr/share.*\/en.*revelation.mo' | grep 'No such file' | wc -l
1968

$ dpkg -L revelation | grep revelation.mo
/usr/share/locale/cs/LC_MESSAGES/revelation.mo
/usr/share/locale/de/LC_MESSAGES/revelation.mo
/usr/share/locale/fr/LC_MESSAGES/revelation.mo
/usr/share/locale/sv/LC_MESSAGES/revelation.mo
/usr/share/locale/zh/LC_MESSAGES/revelation.mo

So it still appears that revelation is spending ages looking for an EN
version of revelation.mo, and one is *not* in the package.

I call it unfixed.

Thanks.

-- 
Revelation slow to open file - en message catalog missing?
https://bugs.launchpad.net/bugs/134469
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 223323] [NEW] vmware server will not work in 8.04

2008-04-27 Thread Tony Lewis
Public bug reported:

After upgrade from 7.10 to 8.04 vmware-server was uninstalled.  The
repo's do not contain vmware-server for download.  The install from the
vmware web site will not install.  It worked fine under 7.10.  Sorry I
can not provide you any technical information... I have only been a
ubuntu user for 4 months.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
vmware server will not work in 8.04
https://bugs.launchpad.net/bugs/223323
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 134469] Re: Revelation slow to open file - en message catalog missing?

2008-04-16 Thread Tony Lewis
flowbot wrote:
 Has anyone got an idea of how to work around this
1. migrate to keepassx
2. recompile your own revelation
3. fix the broken package and submit the fix upstream

None are pain-free.  I plan to do (1) when I can spare the time.  I will 
certainly find the time if an upgrade to hardy causes revelation to take 
half an hour to open.  Talk about motivation :-)

Tony

-- 
Revelation slow to open file - en message catalog missing?
https://bugs.launchpad.net/bugs/134469
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 164622] have to explicitly accept SSH server key each login

2007-11-22 Thread Tony Lewis
Public bug reported:

Binary package hint: ajaxterm

/home/ajaxterm is not created.  Therefore when ajaxterm starts ssh
(client) to log in a user, there is nowhere to store the
.ssh/known_hosts file.  Therefore each login attempt requires the user
to explicitly accept the SSH key for the server.

A workaround: create /home/ajaxterm manually, and chown it to
ajaxterm:ajaxterm.  Proper solution is to create the home dir during
package installation.

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

-- 
have to explicitly accept SSH server key each login
https://bugs.launchpad.net/bugs/164622
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 110470] Re: Kaffeine crashes ALWAYS

2007-10-25 Thread Tony Lewis
Me too, Kubuntu Gutsy with VGA compatible controller: ATI Technologies
Inc M52 [Mobility Radeon X1300] and fglrx.

Seems to corrupt some screen redraws too.  Will try switching to vesa to
fix.

-- 
Kaffeine crashes ALWAYS
https://bugs.launchpad.net/bugs/110470
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kaffeine in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 110470] Re: Kaffeine crashes ALWAYS

2007-10-25 Thread Tony Lewis
Offtopic, but I tried both the 8.42 from here:
https://bugs.launchpad.net/ubuntu/+source/fglrx-
driver/+bug/156325/comments/11 and via the ATi package.

Both times fglrxinfo reported that OpenGL was being provided by Mesa (as
in, software).  Any clues as to how best to trial the 8.42.x version?

-- 
Kaffeine crashes ALWAYS
https://bugs.launchpad.net/bugs/110470
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kaffeine in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 110470] Re: Kaffeine crashes ALWAYS

2007-10-25 Thread Tony Lewis
AleksysP, thanks.  I can confirm, for me (X1300) following the
instructions above is a workaround.  Seems OK so far

-- 
Kaffeine crashes ALWAYS
https://bugs.launchpad.net/bugs/110470
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kaffeine in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 134469] Revelation slow to open file - en message catalog missing?

2007-08-24 Thread Tony Lewis
Public bug reported:

Binary package hint: revelation

In Kubuntu feisty, once I enter a password, revelation takes around 8s
to open the file (machine less than 1 year old)

strace shows many many iterations of the following:

futex(0x8171f50, FUTEX_WAKE, 1) = 0
futex(0x8171f50, FUTEX_WAKE, 1) = 0
stat64(/usr/share/locale/en_AU.UTF8/LC_MESSAGES/revelation.mo, 0xbfd7bd28) = 
-1 ENOENT (No such file or directory)
stat64(/usr/share/locale-langpack/en_AU.UTF8/LC_MESSAGES/revelation.mo, 
0xbfd7bd28) = -1 ENOENT (No such file or directory)
stat64(/usr/share/locale/en_AU/LC_MESSAGES/revelation.mo, 0xbfd7bd28) = -1 
ENOENT (No such file or directory)
stat64(/usr/share/locale-langpack/en_AU/LC_MESSAGES/revelation.mo, 
0xbfd7bd28) = -1 ENOENT (No such file or directory)
stat64(/usr/share/locale/en.UTF8/LC_MESSAGES/revelation.mo, 0xbfd7bd28) = -1 
ENOENT (No such file or directory)
stat64(/usr/share/locale-langpack/en.UTF8/LC_MESSAGES/revelation.mo, 
0xbfd7bd28) = -1 ENOENT (No such file or directory)
stat64(/usr/share/locale/en/LC_MESSAGES/revelation.mo, 0xbfd7bd28) = -1 
ENOENT (No such file or directory)
stat64(/usr/share/locale-langpack/en/LC_MESSAGES/revelation.mo, 0xbfd7bd28) = 
-1 ENOENT (No such file or directory)

So it appears that the english locale messages catalog for revelation is
not included in the package.

Confirmed with this:

$ dpkg -L revelation | grep 'mo$'
/usr/share/locale/cs/LC_MESSAGES/revelation.mo
/usr/share/locale/de/LC_MESSAGES/revelation.mo
/usr/share/locale/fr/LC_MESSAGES/revelation.mo
/usr/share/locale/sv/LC_MESSAGES/revelation.mo
/usr/share/locale/zh/LC_MESSAGES/revelation.mo

This is still the same for version 0.4.11-2ubuntu2 in gutsy (via
http://packages.ubuntu.com/cgi-
bin/search_contents.pl?searchmode=filelistword=revelationversion=gutsyarch=i386)

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

-- 
Revelation slow to open file - en message catalog missing?
https://bugs.launchpad.net/bugs/134469
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 123212] shared lib has wrong version in libopt25 package

2007-06-30 Thread Tony Lewis
Public bug reported:

Binary package hint: libopts25

libopts25 has /usr/lib/libopts.so.24.3.5.  This breaks dependent
executables such as tcprewrite (tcpreplay package)

$ dpkg -L libopts25
/.
/usr
/usr/lib
/usr/lib/libopts.so.24.3.5
/usr/lib/libguileopts.so.0.0.1
/usr/share
/usr/share/doc
/usr/share/doc/libopts25
/usr/share/doc/libopts25/copyright
/usr/share/doc/libopts25/changelog.gz
/usr/share/doc/libopts25/changelog.Debian.gz
/usr/lib/libopts.so.24
/usr/lib/libguileopts.so.0

Workaround: create a symlink to /usr/lib/libopts.so.25

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

-- 
shared lib has wrong version in libopt25 package 
https://bugs.launchpad.net/bugs/123212
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 20035] Re: Ubuntu freeze with DVD multisession

2007-06-03 Thread Tony Lewis
Hmm, I'm no longer seeing this bug (though I'm not the original
reporter).  Laptop is still Ubuntu 6.06, but I guess an intervening
kernel upgrade (still Dapper) fixed it.

-- 
Ubuntu freeze with DVD multisession
https://bugs.launchpad.net/bugs/20035
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 91405] Re: fails to setup dm-crypt key mapping. (2:1.0.4+svn26-1ubuntu1~edgy1)

2007-05-22 Thread Tony Lewis
I can confirm that modprobe sha1 fixed the problem for me on feisty.
However, my problem was that I couldn't *add* a key with luksAddKey -
the luksFormat worked fine

-- 
fails to setup dm-crypt key mapping.  (2:1.0.4+svn26-1ubuntu1~edgy1)
https://bugs.launchpad.net/bugs/91405
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 91405] Re: fails to setup dm-crypt key mapping. (2:1.0.4+svn26-1ubuntu1~edgy1)

2007-05-22 Thread Tony Lewis
Further to above, creating the device with --hash sha256 works too - a
variant on the above problem.  Curiously, a luksDump still shows Hash
spec: sha1 though I don't know if it's related.

-- 
fails to setup dm-crypt key mapping.  (2:1.0.4+svn26-1ubuntu1~edgy1)
https://bugs.launchpad.net/bugs/91405
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 58083] Re: No keyboard previews

2007-02-14 Thread Tony Lewis
Sebastian, it's more than just preview from keymaps, whatever that is.
After upgrading to Edgy, I lost my multimedia keys.  I went to reassign
my keyboard mapping from the pull down in the Kubuntu Systems Settings,
and there were *no* keyboards to choose from, therefore no graphical way
I could see to get my multimedia keys back.

Without being precious about it, IMO, this is a significant
inconvenience.

If this is affecting everyone, then the small change to the packages as
above might be worth it.  If it's just me or a subset of people, then I
don't understand what went wrong in my upgrade process (OK, so I didn't
use update-manager)

-- 
No keyboard previews
https://launchpad.net/bugs/58083

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


[Bug 58083] Re: No keyboard previews

2007-02-13 Thread Tony Lewis
There's another solution available, with a less drastic fix:
http://ubuntuforums.org/showthread.php?t=309424

In short, this distilled down to removing the existing
/usr/share/X11/xkb (e.g. renaming it to .xkb-broken or something) and
linking /usr/share/X11/xkb to /etc/X11/xkb:

cd /usr/share/X11
sudo mv xkb .xkb-broken
sudo ln -s ../../../etc/X11/xkb/

Further investigation seems to indicate that the xkb-data-legacy package
will provide everything we need, but that package has dependencies that
will regress your system badly.

But I see the fact that we can't fix it in the distro proper as a major
setback.  Is it considered low risk enough to include something like
this symlink in the xkb-data package, and thus fix it within the distro?

That sounds better to me than Seb having to track these packages, and
users having to manually install them for the life of Edgy.

-- 
No keyboard previews
https://launchpad.net/bugs/58083

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


[Bug 37423] Me too, plus workaround and upstream fix

2006-11-15 Thread Tony Lewis
Me too.  I have the identical problem on a Dell Inspiron 6400.

Issue is discussed here: http://bugs.kde.org/show_bug.cgi?id=122568.
Short version is that it appears to be that cdrecord wants to scan the
SCSI bus again, but hasn't got read permission for /dev/sg0 (hard drive)
so barfs before it can get to /dev/sg1 (DVD-RW).

Best workaround is here:
https://launchpad.net/distros/ubuntu/+source/k3b/+bug/25380/comments/3.
Other workarounds are to dpkg-reconfigure cdrecord and let it run as
SUID, or to chown root:cdrom /dev/sg0 after each reboot, in order of
decreasing recommendedness

The KDE bug indicates that a fix was committed to the K3b SVN on 30
October 2006.  So that'll be in feisty, and not edgy, I assume

-- 
says i do not have permission to use cdrecord
https://launchpad.net/bugs/37423

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


[Bug 57536] Re: In Kubuntu, missing dependency on kscreensaver-xsavers

2006-08-25 Thread Tony Lewis
How about separate packages: rss-glx-kde and rss-glx-gnome, that capture
the right dependencies?

-- 
In Kubuntu, missing dependency on kscreensaver-xsavers
https://launchpad.net/bugs/57536

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


[Bug 57536] In Kubuntu, missing dependency on kscreensaver-xsavers

2006-08-23 Thread Tony Lewis
Public bug reported:

The config files (e.g.  
/usr/share/applnk/System/ScreenSavers/busyspheres.desktop) for the GL 
screensaves include entries like:
Exec=kxsrun busyspheres -- --root

kxsrun is in package kscreensaver-xsavers, and is not a dependency for
rss-glx.

Thus, the screensaver cannot be run or configured until this package is
installed

** Affects: rss-glx (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
In Kubuntu, missing dependency on kscreensaver-xsavers
https://launchpad.net/bugs/57536

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


[Bug 20035] Re: Ubuntu freeze with DVD multisession

2006-08-06 Thread Tony Lewis
Embarrasingly, yes.

I'm new to this bug, but it's happening for me right now.

Running Ubuntu 6.06 (upgraded from 5.10) on a Dell Inspiron 8600
(Pentium M 1.8GHz, 512MB RAM.

DVD drive is a CD R/W, DVD ROM:
[EMAIL PROTECTED]:~$ cat /proc/ide/hdc/model
HL-DT-STCD-RW/DVD-ROM GCC-4243N

When I put in a multisession DVD, the drive spins up, then down a few
seconds later.  The entire system freezes.  Ctrl-Alt-F1 doesn't get me
to a console.  I haven't tried any of the SysRq magic keys as I don't
know them well enough.

Nothing appears in syslog or kern.log after rebooting.

The DVD itself is good - using Windows XP on this same hardware, the
multisession DVD is readable.  Using the DVD on an Acer laptop likewise
running Ubuntu 6.06 (fresh 6.06 install unlike the upgrade mentioned
above), both sessions are visible.

So, some combination of multisession DVD + Inspiron 8600 + Ubuntu is
making this crash.

I am able to test more if you give me directions.  The DVD is personal
backup data, so I can't share it.  If interest is high enough, I can try
and get the author to make another one containing innocuous data to
replicate the problem, and then I can share it.

-- 
Ubuntu freeze with DVD multisession
https://launchpad.net/bugs/20035

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