[Bug 1461708] Re: Several duplicate entries in places tab

2015-06-07 Thread Steve Riley
Possible fix...

Here ~/.local/share/user-places.xbel is correctly formatted. It contains
one each of the standard items for:

* Places (Home, Network, Root, Trash)
* Recently Saved (Today, Yesterday, This Month, Last Month)
* Search For (Documents, Images, Audio Files, Videos)
* Devices ()

Given the above, I moved all the files in ~/.local/share/kfileplaces/ to
a temporary location and restarted KDE. Voila! Gwenview now has only one
of each (just Places, not the others). Furthermore, Kickoff -> Computer
also has only one of each (again, just Places).

I had previously also moved all the files in
~/.kde/share/apps/kfileplaces/.

So it looks like we no longer need any of those
*/kfileplaces/bookmarks.xml files and can do with the single user-
places.xbel file.

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

Title:
  Several duplicate entries in places tab

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

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


[Bug 1461708] [NEW] Several duplicate entries in places tab

2015-06-03 Thread Steve Riley
Public bug reported:

The Places tab in Gwenview is accreting duplicates of the default
Home/Network/Root/Trash items. See
https://www.kubuntuforums.net/showthread.php?68105&p=373643&viewfull=1#post373643
for an example. The number has been slowly growing. There are currently
six of these. Interestingly, I can only find five such references when I
search through config files, for example:

steve@x250:~$ grep 'Home' -iR .local/*
.local/share/kfileplaces/bookmarks.xml:  Home
.local/share/kfileplaces/bookmarks.xml:  Home
.local/share/kfileplaces/bookmarks.xml:  Home
.local/share/kfileplaces/bookmarks.xml:  Home
.local/share/user-places.xbel:  Home

(.bak files deleted from output)

Before the recent fix for Dolphin's Places, there were fewer of these
duplicate entries in Gwenview. Perhaps there's some relation? There is
no duplication of entries in Dolphin, btw.


Operating system and application info below. I've enabled the Kubuntu backports 
PPA.

steve@x250:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 15.04
Release:15.04
Codename:   vivid

steve@x250:~$ uname -a
Linux x250 4.0.4-040004-generic #201505171336 SMP Sun May 17 17:37:22 UTC 2015 
x86_64 x86_64 x86_64 GNU/Linux

steve@x250:~$ apt-cache policy gwenview
gwenview:
  Installed: 4:15.04.1-0ubuntu1~ubuntu15.04~ppa1
  Candidate: 4:15.04.1-0ubuntu1~ubuntu15.04~ppa1
  Version table:
 *** 4:15.04.1-0ubuntu1~ubuntu15.04~ppa1 0
500 http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu/ vivid/main 
amd64 Packages
100 /var/lib/dpkg/status
 4:14.12.3-0ubuntu1 0
500 http://us.archive.ubuntu.com/ubuntu/ vivid/universe amd64 Packages

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


** Tags: kubuntu

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

Title:
  Several duplicate entries in places tab

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

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


[Bug 1406987] [NEW] Fails DNS lookup in IPv4-only networks

2015-01-01 Thread Steve Riley
Public bug reported:

Trying to run mtr in a network without IPv6 results in the following
error, even when told to use IPv4 only:

$ mtr -4 name.of.some.site
Unable to allocate IPv6 socket for nameserver communication: Address family not 
supported by protocol

Looks like mtr is still trying use IPv6 for name resolution. This is
fixed in version 0.86:

https://github.com/traviscross/mtr/compare/v0.86...master

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: mtr (not installed)
Uname: Linux 3.18.1-031801-generic x86_64
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
CurrentDesktop: KDE
Date: Thu Jan  1 12:53:16 2015
InstallationDate: Installed on 2014-05-10 (236 days ago)
InstallationMedia: Ubuntu-Server 14.04 LTS "Trusty Tahr" - Release amd64 
(20140416.2)
SourcePackage: mtr
UpgradeStatus: Upgraded to utopic on 2014-10-25 (68 days ago)

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


** Tags: amd64 apport-bug utopic

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

Title:
  Fails DNS lookup in IPv4-only networks

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

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


[Bug 1394085] [NEW] Some plugins from kipi-plugins no longer work

2014-11-18 Thread Steve Riley
Public bug reported:

In Utopic, some Kipi plugins no longer appear in the Plugins menu in
Kipi-aware programs like Gwenview or Digikam. One example is the "Export
to Imgur" plugin, one that I frequently use.

After examing a few file locations, I saw that the file
kipiplugin_imgurexportui.rc isn't getting copied from
/usr/share/kde4/apps/kipi/ to the respective ~/.kde/share/apps/APP/
subdirectory.

For example, here's where the files for the ImageShack plugin appear:

steve@t520:~$ locate kipiplugin_imageshack
/home/steve/.kde/share/apps/digikam/kipiplugin_imageshackexportui.rc
/home/steve/.kde/share/apps/gwenview/kipiplugin_imageshackexportui.rc
/usr/lib/kde4/kipiplugin_imageshackexport.so
/usr/share/kde4/apps/kipi/kipiplugin_imageshackexportui.rc
/usr/share/kde4/services/kipiplugin_imageshackexport.desktop

And the files for the Imgur plugin:

steve@t520:~$ locate kipiplugin_imgur
/usr/lib/kde4/kipiplugin_imgurexport.so
/usr/share/kde4/apps/kipi/kipiplugin_imgurexportui.rc
/usr/share/kde4/services/kipiplugin_imgurexport.desktop

For further testing, I purged kipi-plugins and kipi-plugins from my
system and removed the ~/.kde/share/apps/gwenview/kipiplugin*.rc files.
Then I re-installled the two packages and ran Gwenview from the command
line. I chose the Plugins -> Export menu. The following output appeared
on the screen:

gwenview(31953)/KIPI (loading) KIPI::PluginLoader::Info::plugin: Cannot create 
instance for plugin  "MediaWiki Export"  ( "kipiplugin_wikimedia" )  with 
error:  "Cannot load library /usr/lib/kde4/kipiplugin_wikimedia.so: 
(libmediawiki.so.1: cannot open shared object file: No such file or directory)" 
gwenview(31953) Gwenview::KIPIInterface::loadOnePlugin: Plugin from library 
"kipiplugin_wikimedia" failed to load 
gwenview(31953)/KIPI (loading) KIPI::PluginLoader::Info::plugin: Cannot create 
instance for plugin  "VKontakte.ru Exporter"  ( "kipiplugin_vkontakte" )  with 
error:  "Cannot load library /usr/lib/kde4/kipiplugin_vkontakte.so: 
(libkvkontakte.so.1: cannot open shared object file: No such file or 
directory)" 
gwenview(31953) Gwenview::KIPIInterface::loadOnePlugin: Plugin from library 
"kipiplugin_vkontakte" failed to load 
gwenview(31953)/KIPI (loading) KIPI::PluginLoader::Info::plugin: Cannot create 
instance for plugin  "KXMLHelloWorld"  ( "kipiplugin_kxmlhelloworld" )  with 
error:  "Could not find plugin 'KXMLHelloWorld' for application 'gwenview'" 
gwenview(31953) Gwenview::KIPIInterface::loadOnePlugin: Plugin from library 
"kipiplugin_kxmlhelloworld" failed to load 
gwenview(31953)/KIPI (loading) KIPI::PluginLoader::Info::plugin: Cannot create 
instance for plugin  "Imgur Export"  ( "kipiplugin_imgurexport" )  with error:  
"Cannot load library /usr/lib/kde4/kipiplugin_imgurexport.so: (libkqoauth.so.0: 
cannot open shared object file: No such file or directory)" 
gwenview(31953) Gwenview::KIPIInterface::loadOnePlugin: Plugin from library 
"kipiplugin_imgurexport" failed to load 
gwenview(31953)/KIPI (loading) KIPI::PluginLoader::Info::plugin: Cannot create 
instance for plugin  "VideoSlideShow"  ( "kipiplugin_videoslideshow" )  with 
error:  "Cannot load library /usr/lib/kde4/kipiplugin_videoslideshow.so: 
(libQtGStreamer-0.10.so.0: cannot open shared object file: No such file or 
directory)" 
gwenview(31953) Gwenview::KIPIInterface::loadOnePlugin: Plugin from library 
"kipiplugin_videoslideshow" failed to load

Following the hint "libkqoauth.so.0: cannot open shared object file: No
such file or directory" I installed the package libkqoauth0. After doing
that, "Export to Imgur" appears in the menu. The plugin also works -- I
can successfully upload an image. But the plugin also has a button to
enter authorization information (presumably from the OAuth library),
which may be confusing to some users.

At risk of stating a potential solution, it appears that kipi-plugins in
Utopic may need a few more dependencies:

* libmediawiki1
* libkvkontakte1
* libqoauth0
* libqtgstreamer-0.10-0
* libqtgstreamerutils-0.10-0

The version of kipi-plugins and kipi-plugins-common is 4.2.0-0ubuntu1.

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: kipi-plugins 4:4.2.0-0ubuntu1
Uname: Linux 3.17.3-031703-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
CurrentDesktop: KDE
Date: Tue Nov 18 21:43:44 2014
InstallationDate: Installed on 2014-05-10 (192 days ago)
InstallationMedia: Ubuntu-Server 14.04 LTS "Trusty Tahr" - Release amd64 
(20140416.2)
SourcePackage: digikam
UpgradeStatus: Upgraded to utopic on 2014-10-25 (25 days ago)

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


** Tags: amd64 apport-bug kubuntu third-party-packages utopic

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

Title:
  Some plugins from kipi-plugins no longer work

To manage notifications about this bug go to:
https://bugs.launc

[Bug 61619] Re: ntpdate in -minimal should have an alternative

2014-07-16 Thread Steve Riley
Probably like the rest of you, I stumbled across this bug when I was
looking for a way to remove ntpdate from my system because I'm using
ntp, and I don't want the meta package to go away. Here's a workaround.

1. Install the package equivs. This is a simple tool to create trivial
Debian packages.

2. Create the configuration file for the ntpdate dummy package:
|$ equivs-control ntpdate-dummy

3. Open ntpdate-dummy in your favorite editor and make these changes:
|Package: ntpdate-dummy
|Version: 9.9
|Provides: ntpdate
|Description: Fake ntpdate; see Launchpad bug 61619

4. Now build the ntpdate dummy package:
|$ equivs-build ntpdate-dummy

5. Install it:
|$ sudo dpkg -i ntpdate-dummy_9.9_all.deb

6. Remove ntpdate:
|$ sudo apt-get purge ntpdate

(Inspiration: comment #16 in bug 556372)

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

Title:
  ntpdate in -minimal should have an alternative

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

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


[Bug 1255761] Re: localepurge breaks KDE l10n

2014-06-28 Thread Steve Riley
Curtis, the "dpkg -S" command can help in situations like this.

$ dpkg -S /usr/share/locale/l10n
kde-runtime-data: /usr/share/locale/l10n

$ dpkg -S /usr/share/locale/currency
kde-runtime-data: /usr/share/locale/currency

Reinstalling the kde-runtime-data package should take care of this for
you.

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

Title:
  localepurge breaks KDE l10n

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

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


[Bug 1324420] Re: Widget causes Plasma to crash after system restart

2014-06-04 Thread Steve Riley
Never mind. Something in my ~/.kde/share/config/plasma-desktop-appletsrc
file was malformed. I recreated that file and now the Redshift widget
works fine. I will mark this invalid.

** Changed in: plasma-widget-redshift (Ubuntu)
   Status: New => Invalid

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

Title:
  Widget causes Plasma to crash after system restart

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plasma-widget-redshift/+bug/1324420/+subscriptions

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


[Bug 1324420] [NEW] Widget causes Plasma to crash after system restart

2014-05-29 Thread Steve Riley
Public bug reported:

Installing plasma-widget-redshift causes the Plasma Desktop to crash
with segfault 11 after restarting the computer.

The widget will work as expected if you run /usr/bin/redshiftautostart
immediately after installation: the icon appears in the system tray and
Redshift adjustments work properly. But then if you reboot the system,
log on, and wait for the desktop to start, Plasma crashes. The wallpaper
and the panel disappear, leaving a black screen. KRunner still works, so
it's possible to at least do some stuff, including uninstalling the
widget.

I tried moving RedshiftAutostart.desktop out of /usr/share/autostart.
This did not help -- the crash still occurs.

If necessary, I can copy-paste the output of the debug window, although
without the symbols that's probably not too useful. I'm wondering if
there's possibly something malformed in one of the services/.operations
or services/.desktop files, perhaps?

Note that this problem occurs both in the package included in the Trusty
repository and in a binary compiled from source downloaded via Git.
FWIW, there was no problem at all using this widget in Saucy.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: plasma-widget-redshift (not installed)
Uname: Linux 3.15.0-031500rc7-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
CurrentDesktop: KDE
Date: Thu May 29 00:37:24 2014
InstallationDate: Installed on 2014-05-10 (18 days ago)
InstallationMedia: Ubuntu-Server 14.04 LTS "Trusty Tahr" - Release amd64 
(20140416.2)
SourcePackage: plasma-widget-redshift
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: plasma-widget-redshift (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug kubuntu trusty

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

Title:
  Widget causes Plasma to crash after system restart

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plasma-widget-redshift/+bug/1324420/+subscriptions

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


[Bug 1058751] Re: The -b switch for modifying a variable doesn't work

2014-01-04 Thread Steve Riley
@paulle and @us2000 ... would you please mark that this bug affects you?
Launchpad will then automatically change the status to "Confirmed" and
perhaps that'll trigger some attention. Thanks.

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

Title:
  The -b switch for modifying a variable doesn't work

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

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


[Bug 1255761] Re: localepurge breaks KDE l10n

2014-01-03 Thread Steve Riley
I would hope not. I think enough people find localepurge useful that we
might consider another approach.

It seems that restoring the following missing items fixed the problems:

* /usr/share/locale/all_languages
* /usr/share/locale/l10n/*
* /usr/share/locale/currency/*

So if localepurge could be modified such that it leaves the above items
alone, I suspect we'd be fine.

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

Title:
  localepurge breaks KDE l10n

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

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


[Bug 1255761] Re: localepurge breaks KDE l10n

2013-12-23 Thread Steve Riley
@Knut: this isn't a bug in kde-runtime, so keeping it there is not the
right thing to do.

Furthermore, according to "man localepurge":

"Please note, that this tool is a hack which is not integrated with
Debian's package management system and therefore is not meant for the
faint of heart.  Responsibility for its usage and possible breakage of
your system therefore lies in the sysadmin's (your) hands. Please
definitely do abstain from reporting any bugs blaming localepurge if you
break your system by using it. If you don't know what you are doing and
can't handle any resulting breakage on your own then please simply don't
use it."

So it's up to us who like localepurge to keep track of what it's doing.

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

Title:
  localepurge breaks KDE l10n

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

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


[Bug 1255761] Re: Can't configure country, languages, or spell checker

2013-12-21 Thread Steve Riley
Bingo! That file was indeed missing. Reinstalling kdelibs5-data didn't
bring it back. Then I thought -- maybe localepurge
(http://packages.ubuntu.com/search?keywords=localepurge) is the culprit?
I uninstalled localepurge, reinstalled kdelibs5-data, and now the file
is present.

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

Title:
  Can't configure country, languages, or spell checker

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

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


[Bug 1247235] Re: SRU tracking bug for KDE SC 4.11.3

2013-12-10 Thread Steve Riley
Been running 4.11.3 on Saucy since it first appeared in the Kubuntu PPA.
Haven't noticed any problems.

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

Title:
  SRU tracking bug for KDE SC 4.11.3

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

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


[Bug 1255761] Re: Can't configure country, languages, or spell checker

2013-11-27 Thread Steve Riley
Whoops, forgot this:

steve@t520:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 13.10
Release:13.10
Codename:   saucy

steve@t520:~$ uname -a
Linux t520 3.12.1-031201-generic #201311201654 SMP Wed Nov 20 21:54:49 UTC 2013 
x86_64 x86_64 x86_64 GNU/Linux

steve@t520:~$ kded4 --version
Qt: 4.8.4
KDE Development Platform: 4.11.3
KDE Daemon: 4.11.3

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

Title:
  Can't configure country, languages, or spell checker

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

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


[Bug 1255761] [NEW] Can't configure country, languages, or spell checker

2013-11-27 Thread Steve Riley
Public bug reported:

In System Settings -> Locale -> Country/Region & Language -> Country, my
only choices are:

* System Country ()
* No Country (Default Settings)

In System Settings -> Locale -> Country/Region & Language -> Languages,
I see a long list of most two-letter country codes. Curiously, the one I
need -- en_US -- is missing. The only "en" is en_GB.

In System Settings -> Locale -> Spell Checker, My only choices for
Default Language are:

* ...blank...  <- yes, a blank option in the dropdown
* ()  <- yes, just a pair of parentheses



Screenshots here: https://www.kubuntuforums.net/showthread.php?64243



Some information that may be useful:

steve@t520:~$ locale
LANG=en_US.UTF-8
LANGUAGE=en_US:en
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=

steve@t520:~$ locale -a
C
C.UTF-8
en_US.utf8
POSIX

steve@t520:~$ localectl status
   System Locale: LANG=en_US.UTF-8
   VC Keymap: n/a
  X11 Layout: us
   X11 Model: pc105

steve@t520:~$ localectl list-locales
C.UTF-8
en_US.utf8

steve@t520:~$ localedef --list-archive
en_US.utf8

steve@t520:~$ cat /var/lib/locales/supported.d/local
en_US.UTF-8 UTF-8

steve@t520:~$ dpkg -l | awk '{print $2}' | grep lang
language-pack-en
language-pack-en-base
language-selector-common
liblangtag-common
liblangtag1
libslang2:amd64
libslang2-dev:amd64

** Affects: kde-runtime (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/1255761

Title:
  Can't configure country, languages, or spell checker

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

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


[Bug 1061195] Re: Can't create EWS or MAPI account

2013-10-24 Thread Steve Riley
Bumping status up to new. In light of the continued reports, is someone
able to take a look at this issue?

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

Title:
  Can't create EWS or MAPI account

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution-data-server/+bug/1061195/+subscriptions

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


[Bug 1061195] Re: Can't create EWS or MAPI account

2013-10-24 Thread Steve Riley
Ross, you received the email because you appear in the list of
subscribers. Most likely, that happened when you filed comment #20 to
this bug on 2013-07-10.

** Changed in: evolution-data-server (Ubuntu)
   Status: Confirmed => New

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

Title:
  Can't create EWS or MAPI account

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution-data-server/+bug/1061195/+subscriptions

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


[Bug 1173423] Re: Kernel fails to update EFI vars, rendering system unbootable [P8P67 PRO REV 3.1, BIOS 1904 08/15/2011]

2013-08-08 Thread Steve Riley
Per your request. Following same testing procedure as in my posts #32
and #40.

==

BEFORE:

root@t520:~# efibootmgr -v
BootCurrent: 0019
Timeout: 0 seconds
BootOrder: 
0019,0006,000C,0007,000A,0008,000D,000E,000F,000B,0009,0011,0012,0010,0013
Boot  Setup
Boot0001  Boot Menu
Boot0002  Diagnostic Splash Screen
Boot0003  Startup Interrupt Menu
Boot0004  ME Configuration Menu
Boot0005  Rescue and Recovery
Boot0006* USB CD
030a2400d23878bc820f604d8316c068ee79d25b86701296aa5a7848b66cd49dd3ba6a55
Boot0007* USB FDD   
030a2400d23878bc820f604d8316c068ee79d25b6ff015a28830b543a8b8641009461e49
Boot0008* ATAPI CD0 
030a2500d23878bc820f604d8316c068ee79d25baea2090adfde214e8b3a5e471856a35401
Boot0009  ATA HDD2  
030a2500d23878bc820f604d8316c068ee79d25b91af625956449f41a7b91f4f892ab0f602
Boot000A* ATA HDD0  
030a2500d23878bc820f604d8316c068ee79d25b91af625956449f41a7b91f4f892ab0f600
Boot000B  ATA HDD1  
030a2500d23878bc820f604d8316c068ee79d25b91af625956449f41a7b91f4f892ab0f601
Boot000C* USB HDD   
030a2400d23878bc820f604d8316c068ee79d25b33e821aaaf33bc4789bd419f88c50803
Boot000D* PCI LAN   
030a2400d23878bc820f604d8316c068ee79d25b78a84aaf2b2afc4ea79cf5cc8f3d3803
Boot000E  ATAPI CD1 
030a2500d23878bc820f604d8316c068ee79d25baea2090adfde214e8b3a5e471856a35403
Boot000F  ATAPI CD2 
030a2500d23878bc820f604d8316c068ee79d25baea2090adfde214e8b3a5e471856a35404
Boot0010  Other CD  
030a2500d23878bc820f604d8316c068ee79d25baea2090adfde214e8b3a5e471856a35406
Boot0011  ATA HDD3  
030a2500d23878bc820f604d8316c068ee79d25b91af625956449f41a7b91f4f892ab0f603
Boot0012  ATA HDD4  
030a2500d23878bc820f604d8316c068ee79d25b91af625956449f41a7b91f4f892ab0f604
Boot0013  Other HDD 
030a2500d23878bc820f604d8316c068ee79d25b91af625956449f41a7b91f4f892ab0f606
Boot0014* IDER BOOT CDROM   ACPI(a0341d0,0)PCI(16,2)ATAPI(0,1,0)
Boot0015* IDER BOOT Floppy  ACPI(a0341d0,0)PCI(16,2)ATAPI(0,0,0)
Boot0016* ATA HDD   
030a2400d23878bc820f604d8316c068ee79d25b91af625956449f41a7b91f4f892ab0f6
Boot0017* ATAPI CD: 
030a2400d23878bc820f604d8316c068ee79d25baea2090adfde214e8b3a5e471856a354
Boot0018* PCI LAN   
030a2400d23878bc820f604d8316c068ee79d25b78a84aaf2b2afc4ea79cf5cc8f3d3803
Boot0019* rEFInd Boot Manager   
HD(1,28,10,35a3de7a-7015-4855-b882-1c8e9432b8fe)File(\EFI\refind\refind_x64.efi)

==

BOOTED KERNEL:

root@t520:~# uname -a
Linux t520 3.8.0-28-generic #41-Ubuntu SMP Fri Jul 26 16:26:01 UTC 2013 x86_64 
x86_64 x86_64 GNU/Linux

root@t520:~# apt-cache policy linux-image-3.8.0-28-generic 
linux-image-3.8.0-28-generic:
  Installed: 3.8.0-28.41
  Candidate: 3.8.0-28.41
  Version table:
 *** 3.8.0-28.41 0
500 http://mirror.anl.gov/ubuntu/ raring-proposed/main amd64 Packages
100 /var/lib/dpkg/status

==

ADD NVRAM ENTRY AND PRINT:

root@t520:~# efibootmgr -c -d /dev/sda -p 1 -l '\EFI\refind\Zrefind_x64.efi' -L 
'Z rEFInd Boot Manager'
BootCurrent: 0019
Timeout: 0 seconds
BootOrder: 
001A,0019,0006,000C,0007,000A,0008,000D,000E,000F,000B,0009,0011,0012,0010,0013
Boot  Setup
Boot0001  Boot Menu
Boot0002  Diagnostic Splash Screen
Boot0003  Startup Interrupt Menu
Boot0004  ME Configuration Menu
Boot0005  Rescue and Recovery
Boot0006* USB CD
Boot0007* USB FDD
Boot0008* ATAPI CD0
Boot0009  ATA HDD2
Boot000A* ATA HDD0
Boot000B  ATA HDD1
Boot000C* USB HDD
Boot000D* PCI LAN
Boot000E  ATAPI CD1
Boot000F  ATAPI CD2
Boot0010  Other CD
Boot0011  ATA HDD3
Boot0012  ATA HDD4
Boot0013  Other HDD
Boot0014* IDER BOOT CDROM
Boot0015* IDER BOOT Floppy
Boot0016* ATA HDD
Boot0017* ATAPI CD:
Boot0018* PCI LAN
Boot0019* rEFInd Boot Manager
Boot001A* Z rEFInd Boot Manager

==

Looks good here! This is wonderful. Thanks much.

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

Title:
  Kernel fails to update EFI vars, rendering system unbootable [P8P67
  PRO REV 3.1, BIOS 1904 08/15/2011]

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

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


[Bug 1173423] Re: Kernel fails to update EFI vars, rendering system unbootable [P8P67 PRO REV 3.1, BIOS 1904 08/15/2011]

2013-08-06 Thread Steve Riley
My apologies... I just now noticed the "in progress" status at the top
of the bug report.

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

Title:
  Kernel fails to update EFI vars, rendering system unbootable [P8P67
  PRO REV 3.1, BIOS 1904 08/15/2011]

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

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


[Bug 1173423] Re: Kernel fails to update EFI vars, rendering system unbootable [P8P67 PRO REV 3.1, BIOS 1904 08/15/2011]

2013-08-06 Thread Steve Riley
Joseph, have these patches landed in Raring yet?

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

Title:
  Kernel fails to update EFI vars, rendering system unbootable [P8P67
  PRO REV 3.1, BIOS 1904 08/15/2011]

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

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


[Bug 1173423] Re: Kernel fails to update EFI vars, rendering system unbootable [P8P67 PRO REV 3.1, BIOS 1904 08/15/2011]

2013-07-18 Thread Steve Riley
Max, Phillip already explained that we can't help you here with your
problem. This bug specifically regards a flaw in how the kernel was
writing NVRAM variables for UEFI boot loaders. It is unrelated to GRUB.
You will need to file a new bug for the problem you're having.

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

Title:
  Kernel fails to update EFI vars, rendering system unbootable [P8P67
  PRO REV 3.1, BIOS 1904 08/15/2011]

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

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


[Bug 1173423] Re: Kernel fails to update EFI vars, rendering system unbootable [P8P67 PRO REV 3.1, BIOS 1904 08/15/2011]

2013-07-17 Thread Steve Riley
Works here with kernel 3.10-saucy from Ubuntu mainline, installed on
Raring.

BEFORE:

root@t520:~# efibootmgr
BootCurrent: 0019
Timeout: 0 seconds
BootOrder: 
0019,0006,000C,0007,000A,0008,000D,000E,000F,000B,0009,0011,0012,0010,0013
Boot  Setup
Boot0001  Boot Menu
Boot0002  Diagnostic Splash Screen
Boot0003  Startup Interrupt Menu
Boot0004  ME Configuration Menu
Boot0005  Rescue and Recovery
Boot0006* USB CD
Boot0007* USB FDD
Boot0008* ATAPI CD0
Boot0009  ATA HDD2
Boot000A* ATA HDD0
Boot000B  ATA HDD1
Boot000C* USB HDD
Boot000D* PCI LAN
Boot000E  ATAPI CD1
Boot000F  ATAPI CD2
Boot0010  Other CD
Boot0011  ATA HDD3
Boot0012  ATA HDD4
Boot0013  Other HDD
Boot0014* IDER BOOT CDROM
Boot0015* IDER BOOT Floppy
Boot0016* ATA HDD
Boot0017* ATAPI CD:
Boot0018* PCI LAN
Boot0019* rEFInd Boot Manager

BOOTED KERNEL:

root@t520:~# uname -a
Linux t520 3.10.0-031000-generic #201306301935 SMP Sun Jun 30 23:36:16 UTC 2013 
x86_64 x86_64 x86_64 GNU/Linux

ADD NVRAM ENTRY AND PRINT:

root@t520:~# efibootmgr -c -d /dev/sda -p 1 -l '\EFI\refind\Zrefind_x64.efi' -L 
'Z rEFInd Boot Manager'
BootCurrent: 0019
Timeout: 0 seconds
BootOrder: 
001A,0019,0006,000C,0007,000A,0008,000D,000E,000F,000B,0009,0011,0012,0010,0013
Boot  Setup
Boot0001  Boot Menu
Boot0002  Diagnostic Splash Screen
Boot0003  Startup Interrupt Menu
Boot0004  ME Configuration Menu
Boot0005  Rescue and Recovery
Boot0006* USB CD
Boot0007* USB FDD
Boot0008* ATAPI CD0
Boot0009  ATA HDD2
Boot000A* ATA HDD0
Boot000B  ATA HDD1
Boot000C* USB HDD
Boot000D* PCI LAN
Boot000E  ATAPI CD1
Boot000F  ATAPI CD2
Boot0010  Other CD
Boot0011  ATA HDD3
Boot0012  ATA HDD4
Boot0013  Other HDD
Boot0014* IDER BOOT CDROM
Boot0015* IDER BOOT Floppy
Boot0016* ATA HDD
Boot0017* ATAPI CD:
Boot0018* PCI LAN
Boot0019* rEFInd Boot Manager
Boot001A* Z rEFInd Boot Manager

Nice job. Thanks!

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

Title:
  Kernel fails to update EFI vars, rendering system unbootable [P8P67
  PRO REV 3.1, BIOS 1904 08/15/2011]

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

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


[Bug 556372] Re: Please remove the plymouth dependency from mountall / cryptsetup

2013-06-30 Thread Steve Riley
Reopened. Son long as I have to keep purging something to have a
properly functioning system, the bug has not been fixed.

** Changed in: plymouth (Ubuntu)
   Status: Invalid => Confirmed

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

Title:
  Please remove the plymouth dependency from mountall / cryptsetup

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

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


[Bug 1173423] Re: Kernel fails to update EFI vars, rendering system unbootable [P8P67 PRO REV 3.1, BIOS 1904 08/15/2011]

2013-05-31 Thread Steve Riley
Apologies for the delay, work intruded ;)

Same test as before, and another failure. But the status in the error
message is different:

May 31 16:40:31 t520 kernel: [   38.749919] efivars: set_variable()
failed: status=-28

Haven't seen that one before...

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

Title:
  Kernel fails to update EFI vars, rendering system unbootable [P8P67
  PRO REV 3.1, BIOS 1904 08/15/2011]

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

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


[Bug 1173423] Re: Kernel fails to update EFI vars, rendering system unbootable [P8P67 PRO REV 3.1, BIOS 1904 08/15/2011]

2013-05-31 Thread Steve Riley
Alas, 3.9.0-saucy also fails. I followed the same steps as before, and
got the same error in syslog.

For completeness, I also installed the 3.8.0-20 kernel you posted that
reverts commit 68d9298
(http://kernel.ubuntu.com/~jsalisbury/lp1173423/). This one works!
Adding the NVRAM variable succeeded.

It appears, then, this newer commit (31ff2f2) that tries to be a bit
smarter about determining free space still isn't quite smart enough ;)

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

Title:
  Kernel fails to update EFI vars, rendering system unbootable [P8P67
  PRO REV 3.1, BIOS 1904 08/15/2011]

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

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


[Bug 1173423] Re: Kernel fails to update EFI vars, rendering system unbootable [P8P67 PRO REV 3.1, BIOS 1904 08/15/2011]

2013-05-31 Thread Steve Riley
Sure, I'll try that now.

Happy to help.

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

Title:
  Kernel fails to update EFI vars, rendering system unbootable [P8P67
  PRO REV 3.1, BIOS 1904 08/15/2011]

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

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


[Bug 1173423] Re: Kernel fails to update EFI vars, rendering system unbootable [P8P67 PRO REV 3.1, BIOS 1904 08/15/2011]

2013-05-31 Thread Steve Riley
Yes, my test was with that exact kernel.

Earlier today I installed 3.9.4-saucy. And the problem still exists.
Here are my steps.


1. I use rEFInd, not GRUB, to boot. I made a copy of the rEFInd boot loader, 
just to be sure that efibootmgr isn't throwing the error in case you're trying 
to create a second NVRAM variable that duplicates an existing one.

cp /boot/efi/EFI/refind/refind_x64.efi
/boot/efi/EFI/refind/Zrefind_x64.efi


2. Add a new NVRAM variable. On my ThinkPad T520, the EFI system partition is 
/dev/sda1.

efibootmgr -c -d /dev/sda -p 1 -l '\EFI\refind\Zrefind_x64.efi' -L 'Z
rEFInd Boot Manager'


3. Observe the following entry while tailing /var/log/syslog:

May 31 10:18:50 t520 kernel: [ 2245.867115] efivars: set_variable()
failed: status=8009


4. Double-check the NVRAM contents. As you can see, I have only the one entry 
for the original rEFInd boot loader. Attempting to add the "Zrefind_x64.efi" 
loader indeed failed.

root@t520:~# efibootmgr -v
BootCurrent: 0019
Timeout: 0 seconds
BootOrder: 
0019,0006,000C,0007,000A,0008,000D,000E,000F,000B,0009,0011,0012,0010,0013
Boot  Setup
Boot0001  Boot Menu
Boot0002  Diagnostic Splash Screen
Boot0003  Startup Interrupt Menu
Boot0004  ME Configuration Menu
Boot0005  Rescue and Recovery
Boot0006* USB CD
030a2400d23878bc820f604d8316c068ee79d25b86701296aa5a7848b66cd49dd3ba6a55
Boot0007* USB FDD   
030a2400d23878bc820f604d8316c068ee79d25b6ff015a28830b543a8b8641009461e49
Boot0008* ATAPI CD0 
030a2500d23878bc820f604d8316c068ee79d25baea2090adfde214e8b3a5e471856a35401
Boot0009  ATA HDD2  
030a2500d23878bc820f604d8316c068ee79d25b91af625956449f41a7b91f4f892ab0f602
Boot000A* ATA HDD0  
030a2500d23878bc820f604d8316c068ee79d25b91af625956449f41a7b91f4f892ab0f600
Boot000B  ATA HDD1  
030a2500d23878bc820f604d8316c068ee79d25b91af625956449f41a7b91f4f892ab0f601
Boot000C* USB HDD   
030a2400d23878bc820f604d8316c068ee79d25b33e821aaaf33bc4789bd419f88c50803
Boot000D* PCI LAN   
030a2400d23878bc820f604d8316c068ee79d25b78a84aaf2b2afc4ea79cf5cc8f3d3803
Boot000E  ATAPI CD1 
030a2500d23878bc820f604d8316c068ee79d25baea2090adfde214e8b3a5e471856a35403
Boot000F  ATAPI CD2 
030a2500d23878bc820f604d8316c068ee79d25baea2090adfde214e8b3a5e471856a35404
Boot0010  Other CD  
030a2500d23878bc820f604d8316c068ee79d25baea2090adfde214e8b3a5e471856a35406
Boot0011  ATA HDD3  
030a2500d23878bc820f604d8316c068ee79d25b91af625956449f41a7b91f4f892ab0f603
Boot0012  ATA HDD4  
030a2500d23878bc820f604d8316c068ee79d25b91af625956449f41a7b91f4f892ab0f604
Boot0013  Other HDD 
030a2500d23878bc820f604d8316c068ee79d25b91af625956449f41a7b91f4f892ab0f606
Boot0014* IDER BOOT CDROM   ACPI(a0341d0,0)PCI(16,2)ATAPI(0,1,0)
Boot0015* IDER BOOT Floppy  ACPI(a0341d0,0)PCI(16,2)ATAPI(0,0,0)
Boot0016* ATA HDD   
030a2400d23878bc820f604d8316c068ee79d25b91af625956449f41a7b91f4f892ab0f6
Boot0017* ATAPI CD: 
030a2400d23878bc820f604d8316c068ee79d25baea2090adfde214e8b3a5e471856a354
Boot0018* PCI LAN   
030a2400d23878bc820f604d8316c068ee79d25b78a84aaf2b2afc4ea79cf5cc8f3d3803
Boot0019* rEFInd Boot Manager   
HD(1,28,10,35a3de7a-7015-4855-b882-1c8e9432b8fe)File(\EFI\refind\refind_x64.efi)


Maybe something changed between that first 3.9-saucy build and the newer 3.9.3 
and 3.9.4 builds?

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

Title:
  Kernel fails to update EFI vars, rendering system unbootable [P8P67
  PRO REV 3.1, BIOS 1904 08/15/2011]

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

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


[Bug 1173423] Re: Kernel fails to update EFI vars, rendering system unbootable [P8P67 PRO REV 3.1, BIOS 1904 08/15/2011]

2013-05-29 Thread Steve Riley
** Tags added: kubuntu

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

Title:
  Kernel fails to update EFI vars, rendering system unbootable [P8P67
  PRO REV 3.1, BIOS 1904 08/15/2011]

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

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


[Bug 1173423] Re: Kernel fails to update EFI vars, rendering system unbootable [P8P67 PRO REV 3.1, BIOS 1904 08/15/2011]

2013-05-28 Thread Steve Riley
A quick test on 3.9.3 (Saucy kernel on Raring) shows the problem hasn't
been fixed there, either. When trying to add a variable, the following
appears in /var/log/syslog:

efivars: set_variable() failed: status=8009

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

Title:
  Kernel fails to update EFI vars, rendering system unbootable [P8P67
  PRO REV 3.1, BIOS 1904 08/15/2011]

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

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


[Bug 1180400] Re: New User creation results in nearly bare panel

2013-05-16 Thread Steve Riley
*** This bug is a duplicate of bug 1174689 ***
https://bugs.launchpad.net/bugs/1174689

** This bug has been marked a duplicate of bug 1174689
   Nvidia/Dual screen - No Taskbar/Kdemenu on default install Kubuntu 13.04

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

Title:
  New User creation results in nearly bare panel

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

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


[Bug 1180400] Re: New User creation results in nearly bare panel

2013-05-16 Thread Steve Riley
Oshun... looks like this is being tracked in bug 1174689, and might be
specific to multi-monitor setups. How many monitors do you have?

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

Title:
  New User creation results in nearly bare panel

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

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


[Bug 1174689] Re: Nvidia/Dual screen - No Taskbar/Kdemenu on default install Kubuntu 13.04

2013-05-16 Thread Steve Riley
Is bug 1180400 possibly a duplicate? That bug also mentions nVidia, but
no details about the number of monitors. I'll ask the OP to add extra
info.

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

Title:
  Nvidia/Dual screen - No Taskbar/Kdemenu on default install Kubuntu
  13.04

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

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


[Bug 1178294] Re: Install fails with Kubuntu 13.04 on UEFI system

2013-05-11 Thread Steve Riley
I think this is another manifestation of the problem documented in bug
1167622. See the description for details.

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

Title:
  Install fails with Kubuntu 13.04 on UEFI system

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

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


[Bug 1167622] Re: Cannot change EFI variables using efibootmgr (raring regression)

2013-05-10 Thread Steve Riley
Can we get an update on this status? On Kubuntu Forums, we've had a
number of folks running into this problem. UEFI installs are not
completing or getting broken.

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

Title:
  Cannot change EFI variables using efibootmgr (raring regression)

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

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


[Bug 1059297] Re: Please add support for GPT disks

2013-05-05 Thread Steve Riley
Still present in Raring.

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

Title:
  Please add support for GPT disks

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

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


[Bug 1175026] [NEW] Please update elilo to a newer version

2013-04-30 Thread Steve Riley
Public bug reported:

The repository contains version 3.12:

steve@t520:~$ apt-cache policy elilo
elilo:
  Installed: (none)
  Candidate: 3.12-4ubuntu1
  Version table:
 3.12-4ubuntu1 0
500 http://mirror.anl.gov/ubuntu/ raring/universe amd64 Packages

As you can see at http://sourceforge.net/projects/elilo/files/elilo/,
this version is over two years old. 3.16, the most recent version, was
updated in March of this year (2013).

For UEFI-based machines, elilo is a much simpler boot manager than GRUB.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: elilo (not installed)
ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
Uname: Linux 3.8.0-19-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.9.2-0ubuntu8
Architecture: amd64
Date: Tue Apr 30 20:22:10 2013
InstallationDate: Installed on 2012-09-16 (226 days ago)
InstallationMedia: Kubuntu 12.10 "Quantal Quetzal" - Alpha amd64 (20120916)
MarkForUpload: True
SourcePackage: elilo
UpgradeStatus: Upgraded to raring on 2013-04-26 (4 days ago)

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


** Tags: amd64 apport-bug raring

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

Title:
  Please update elilo to a newer version

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

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


[Bug 1024383] Re: update-grub generates only BIOS based menu entries for Windows, even on UEFI systems

2013-04-18 Thread Steve Riley
Another report, from one of our members at Kubuntu forums.

http://www.kubuntuforums.net/showthread.php?62191

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

Title:
  update-grub generates only BIOS based menu entries for Windows, even
  on UEFI systems

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

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


[Bug 1167622] Re: Cannot change EFI variables using efibootmgr (raring regression)

2013-04-18 Thread Steve Riley
Looks like a fix is coming soon.

http://thread.gmane.org/gmane.linux.kernel.efi/1081

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

Title:
  Cannot change EFI variables using efibootmgr (raring regression)

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

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


[Bug 1168659] Re: efibootmgr can't set EFI parameters via /sys/firmware/efi/vars

2013-04-18 Thread Steve Riley
Numerous reports exist across the web describing this exact problem. The
theme seems to be kernel 3.8.x

https://bugs.archlinux.org/task/34641
https://bugs.archlinux.org/task/34700
https://bbs.archlinux.org/viewtopic.php?pid=1251880
http://lists.opensuse.org/opensuse-bugs/2013-04/msg01558.html

I filed a bug yesterday against the efibootmgr package (on Quantal) but
then, upon further research, found that it appears to be a kernel
problem instead.

https://bugs.launchpad.net/ubuntu/+source/efibootmgr/+bug/1169820

Do we know if the 3.9 rc kernels have fixed this problem?

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

Title:
  efibootmgr can't set EFI parameters via /sys/firmware/efi/vars

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

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


[Bug 1168659] Re: efibootmgr can't set EFI parameters via /sys/firmware/efi/vars

2013-04-18 Thread Steve Riley
Ah, bug 1167622 seems to have the answer. A new commit between kernels
3.8.2 and 3.8.3 adds some paranoia around writing to the UEFI. This is
going to be troublesome.

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1167622

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

Title:
  efibootmgr can't set EFI parameters via /sys/firmware/efi/vars

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

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


[Bug 1169820] Re: Adding an NVRAM variable entry fails with status=8000000000000009

2013-04-18 Thread Steve Riley
Ah, here's the culprit.

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1167622

** Changed in: efibootmgr (Ubuntu)
   Status: New => Invalid

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

Title:
  Adding an NVRAM variable entry fails with status=8009

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

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


[Bug 1169820] [NEW] Adding an NVRAM variable entry fails with status=8000000000000009

2013-04-16 Thread Steve Riley
Public bug reported:

I have noticed this problem with all kernels in the 3.8 series. Any
attempts to add a new NVRAM variable fails. The error in syslog is:

| kernel: [41072.889984] efivars: set_variable() failed:
status=8009


The command used to create the variable is:

efibootmgr -c -d /dev/sda -p 1 -L "Ubuntu" -l "\EFI\ubuntu\kernel.efi"
-u "ro root=/dev/sda2 initrd=\EFI\ubuntu\initrd.img"


My EFI partition is /dev/sda1, formatted FAT-32. My root partition is 
/dev/sda2, formatted EXT4.

If I boot with some sort of Debian-based live USB containing an older
kernel, I can create NVRAM variables without any problem. This may be an
upstream bug, as I noticed the same problem on an Arch build I was
setting up a few days ago.

I'm seeing it on two separate, but similar, laptops: a Lenovo Thinkpad
T520 and a Thinkpad X1.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: efibootmgr 0.5.4-2ubuntu2
Uname: Linux 3.8.6-030806-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.6.1-0ubuntu10
Architecture: amd64
Date: Tue Apr 16 21:12:07 2013
InstallationDate: Installed on 2012-09-16 (212 days ago)
InstallationMedia: Kubuntu 12.10 "Quantal Quetzal" - Alpha amd64 (20120916)
MarkForUpload: True
ProcEnviron:
 LANGUAGE=
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: efibootmgr
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug quantal

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

Title:
  Adding an NVRAM variable entry fails with status=8009

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

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


[Bug 1169238] Re: [UIFe] BFB icon swirl should run clockwise not anti-clockwise

2013-04-15 Thread Steve Riley
Who gets to set the rules that clockwise is "correct" and counter-
clockwise is "incorrect"? The notion that left = bad and right = good is
steeped in ancient (and wrong) beliefs about what nature prefers.
Consider the centuries of abuse that left-handed folks had to endure,
for instance.

That clocks move "clockwise" is a completely arbitrary decision and has
nothing to with life moving forward or backward. Nature itself seems to
show a predilection for counter-clockwise behavior. When viewed from
north of the galactic plane, Earth rotates counter-clockwise on its axis
and it revolves counter-clockwise about the sun. People move counter-
clockwise in skating rinks, on race tracks, on baseball diamonds.
Amusement park rides go counter-clockwise.

It's the 21st century now. Do people really make technology decisions
based on iron age fairy tales?

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

Title:
  [UIFe] BFB icon swirl should run clockwise not anti-clockwise

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

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


[Bug 556372] Re: Please remove the plymouth dependency from mountall / cryptsetup

2013-04-10 Thread Steve Riley
> We are not asking to drop plymouth from the default installation.

Actually, I think it should be removed. Go take a look at the zillion
posts in Ubuntu and Kubuntu forums about problems during boot. In many
cases, we have to spend useless time telling people how to disable the
pretty graphical boot so that we can see the underlying boot text just
to find out where a problem might lie. Concealing useful information
makes no sense. How many people really make their OS choices based on
"seamless graphical boots" with pretty wallpaper?

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

Title:
  Please remove the plymouth dependency from mountall / cryptsetup

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

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


[Bug 1101867] Re: virtualbox-guest-dkms 4.1.22-dfsg-0ubuntu2: virtualbox-guest kernel module failed to build [VBoxGuest-linux.c:206:49: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘

2013-02-01 Thread Steve Riley
The steps by axeoth (#10) worked perfectly. Thanks!

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

Title:
  virtualbox-guest-dkms 4.1.22-dfsg-0ubuntu2: virtualbox-guest kernel
  module failed to build [VBoxGuest-linux.c:206:49: error: expected ‘=’,
  ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘g_VBoxGuestPciId’]

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

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

[Bug 1003842] Re: dnsmasq sometimes fails to resolve private names in networks with non-equivalent nameservers

2013-02-01 Thread Steve Riley
I started using my employer's OpenVPN today and encountered name
resolution problems. From my research, this here bug appears to be
plaguing me, as well (I'm on 12.10). Commenting the line dns=dnsmasq in
/etc/NetworkManager/NetworkManager.conf does fix the problem. However,
_all_ DNS is routed out the VPN in this case. I rather like the idea of
splitting the DNS responsibilities.

I see there's still the unresolved question of whether re-enabling
--strict-order will suffice as a workaround, since 12.10 relies on DBus
to populate the nameservers. Is there any extra information on this?

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

Title:
  dnsmasq sometimes fails to resolve private names in networks with non-
  equivalent nameservers

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

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


[Bug 1061195] Re: Can't create EWS or MAPI account

2013-01-24 Thread Steve Riley
Several reports of the fix not working.

** Changed in: evolution-data-server (Ubuntu)
   Status: Fix Released => Confirmed

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

Title:
  Can't create EWS or MAPI account

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution-data-server/+bug/1061195/+subscriptions

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


[Bug 1061195] Re: Can't create EWS or MAPI account

2013-01-24 Thread Steve Riley
I changed the status back to "confirmed" because of the ongoing reports.
I don't have Evolution currently installed on any of my machines at this
point, however, so I can't check myself.

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

Title:
  Can't create EWS or MAPI account

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution-data-server/+bug/1061195/+subscriptions

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


[Bug 1094465] Re: Upgrading to Kubunt: './usr/share/doc/libdrm2/changelog.Debian.gz' is different from the same file on the system

2012-12-30 Thread Steve Riley
*** This bug is a duplicate of bug 1068165 ***
https://bugs.launchpad.net/bugs/1068165

** This bug has been marked a duplicate of bug 1068165
   package libdrm2 2.4.39-0ubuntu1 failed to install/upgrade: trying to 
overwrite shared '/usr/share/doc/libdrm2/changelog.Debian.gz', which is 
different from other instances of package libdrm2:amd64

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

Title:
  Upgrading to Kubunt: './usr/share/doc/libdrm2/changelog.Debian.gz' is
  different from the same file on the system

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

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


[Bug 1074952] Re: I have tried the tricks given in various forums but cannot get ttf-mscorefonts-installer to install on Kubuntu 12.04. As soon as it tries to download Arandale, it hangs up, then give

2012-11-05 Thread Steve Riley
SteveRiley here... I directed our forum user to post this bug. Here's
the output of the attempt to install ttf-mscorefonts-installer:

$ sudo apt-get install ttf-mscorefonts-installer
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following NEW packages will be installed:
  ttf-mscorefonts-installer
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/27.4 kB of archives.
After this operation, 133 kB of additional disk space will be used.
Preconfiguring packages ...
Selecting previously unselected package ttf-mscorefonts-installer.
(Reading database ... 123991 files and directories currently installed.)
Unpacking ttf-mscorefonts-installer (from 
.../ttf-mscorefonts-installer_3.4ubuntu3_all.deb) ...
Processing triggers for fontconfig ...
Processing triggers for update-notifier-common ...
ttf-mscorefonts-installer: downloading 
http://downloads.sourceforge.net/corefonts/andale32.exe
Traceback (most recent call last):
  File "/usr/lib/update-notifier/package-data-downloader", line 234, in 
process_download_requests
dest_file = urllib.urlretrieve(files[i])[0]
  File "/usr/lib/python2.7/urllib.py", line 93, in urlretrieve
return _urlopener.retrieve(url, filename, reporthook, data)
  File "/usr/lib/python2.7/urllib.py", line 239, in retrieve
fp = self.open(url, data)
  File "/usr/lib/python2.7/urllib.py", line 207, in open
return getattr(self, name)(url)
  File "/usr/lib/python2.7/urllib.py", line 358, in open_http
return self.http_error(url, fp, errcode, errmsg, headers)
  File "/usr/lib/python2.7/urllib.py", line 371, in http_error
result = method(url, fp, errcode, errmsg, headers)
  File "/usr/lib/python2.7/urllib.py", line 664, in http_error_301
return self.http_error_302(url, fp, errcode, errmsg, headers, data)
  File "/usr/lib/python2.7/urllib.py", line 634, in http_error_302
data)
  File "/usr/lib/python2.7/urllib.py", line 660, in redirect_internal
return self.open(newurl)
  File "/usr/lib/python2.7/urllib.py", line 207, in open
return getattr(self, name)(url)
  File "/usr/lib/python2.7/urllib.py", line 358, in open_http
return self.http_error(url, fp, errcode, errmsg, headers)
  File "/usr/lib/python2.7/urllib.py", line 371, in http_error
result = method(url, fp, errcode, errmsg, headers)
  File "/usr/lib/python2.7/urllib.py", line 634, in http_error_302
data)
  File "/usr/lib/python2.7/urllib.py", line 660, in redirect_internal
return self.open(newurl)
  File "/usr/lib/python2.7/urllib.py", line 207, in open
return getattr(self, name)(url)
  File "/usr/lib/python2.7/urllib.py", line 344, in open_http
h.endheaders(data)
  File "/usr/lib/python2.7/httplib.py", line 954, in endheaders
self._send_output(message_body)
  File "/usr/lib/python2.7/httplib.py", line 814, in _send_output
self.send(msg)
  File "/usr/lib/python2.7/httplib.py", line 776, in send
self.connect()
  File "/usr/lib/python2.7/httplib.py", line 757, in connect
self.timeout, self.source_address)
  File "/usr/lib/python2.7/socket.py", line 571, in create_connection
raise err
IOError: [Errno socket error] [Errno 101] Network is unreachable
Setting up ttf-mscorefonts-installer (3.4ubuntu3) ...

I've confirmed the user has Internet access, so we're stumped as to why
the Python script appears to error out when attempting to connect to the
network (as indicated by the IOError).

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

Title:
  I have tried the tricks given in various forums but cannot get ttf-
  mscorefonts-installer to install on Kubuntu 12.04.  As soon as it
  tries to download Arandale, it hangs up, then gives me error messages
  concerning this folder:  /usr/lib/python2.7/urllib.py.

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

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


[Bug 1061195] Re: Can't create EWS or MAPI account

2012-10-20 Thread Steve Riley
Marc, try cleaning everything up and then creating your Gmail once more.
This time, deselect the options to include calendar and contacts. Does
it work now? I've seen scattered reports that Gmail will work this way,
and that's what I did when I configured mine. I can't say whether adding
contacts and calendars after the initial config will work, since I don't
use those Google services.

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

Title:
  Can't create EWS or MAPI account

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

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


[Bug 954453] Re: fail2ban in precise defaults to gamin, does not work

2012-10-19 Thread Steve Riley
I just stumbled across this bug trying to diagnose a non-functioning
fail2ban. #15 indicates that a fix is released, but my Precise server
still has 0.8.6-3. Adding the -proposed repository didn't provide a
newer version, although I see that 0.8.7.1-1 is in Quanal. Will this be
made available for Precise?

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

Title:
  fail2ban in precise defaults to gamin, does not work

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

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


[Bug 1002736] Re: [xorg-edgers] Synaptics driver crashes KDE touchpad control module

2012-10-18 Thread Steve Riley
Sounds good.

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

Title:
  [xorg-edgers] Synaptics driver crashes KDE touchpad control module

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

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


[Bug 1039261] Re: Version Error loading touchpad kcm: Xinput extension is too old

2012-10-18 Thread Steve Riley
@Chris Samuel:

You're right. I released the APT hold I placed on xserver-xorg-input-
synaptics version 1.6.2 and allowed it to upgrade to 1.6.99 from Xorg-
Edgers. And, alas, the updated KCM still segfaults. It really would be
nice to get that commit incorporated...

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

Title:
  Version Error loading touchpad kcm: Xinput extension is too old

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

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


[Bug 1039261] Re: Version Error loading touchpad kcm: Xinput extension is too old

2012-10-16 Thread Steve Riley
Also working here on Quantal.

Does this new version incorporate the commit mentioned in #7 above?

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

Title:
  Version Error loading touchpad kcm: Xinput extension is too old

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

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


[Bug 1061195] Re: Can't create EWS or MAPI account

2012-10-14 Thread Steve Riley
Colin, thanks for adding your comment... would you please indicate that
the bug affects you? Perhaps then it might receive more visibility.

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

Title:
  Can't create EWS or MAPI account

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

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


[Bug 993187] Re: ubuntu 12.04 completely freezes frequently.

2012-10-08 Thread Steve Riley
12.10 has been trouble-free for me. I have attempted to duplicate the
exact conditions that would reliably crash 12.04 on my T520, and so far,
the system has resolutely failed to fail :)

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

Title:
  ubuntu 12.04 completely freezes frequently.

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

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


[Bug 1061195] Re: Can't create EWS or MAPI account

2012-10-06 Thread Steve Riley
Update... when I logged out and logged back in, then restarted
Evolution, the left-side pane filled with my multiple attempts at
creating EWS and MAPI accounts. So the account gets created, but doesn't
appear in the list for some reason.

 I had to kill all Evolution processes to regain control of my desktop.
I deleted all Evolution-related configuration and database files in my
home directory and rebooted. Then I first configured a Gmail account,
which the wizard took care of automatically. Then I configured an IMAP
account (connected to my home Ubuntu server built with mail-stack-
delivery and amavisd-new-postfix). This also worked. Finally, I
configured an EWS account and, this time, it showed up in the list and
is working fine.

So it appears that the initial install of Evolution (and possibly
evolution-ews) leaves the system in some kind of incorrect state.

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

Title:
  Can't create EWS or MAPI account

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

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


[Bug 1061195] Re: Can't create EWS or MAPI account

2012-10-03 Thread Steve Riley
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1061195

Title:
  Can't create EWS or MAPI account

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

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


[Bug 1061195] [NEW] Can't create EWS or MAPI account

2012-10-03 Thread Steve Riley
Public bug reported:

Evolution appears unable to create an EW or MAPI account. All the steps
proceed normally, including fetching the URL (for EWS) or authenticating
(for MAPI). However, at the conclusion of account creation process, no
actual account appears in the list.

I've tried starting Evolution from the command line using various DEBUG_
variables and there are no EWS- or MAPI-specific errors. So I'm not
exactly sure what to do next.

I am fairly certain the problem doesn't lie with my corporate Exchange
server, as web mail works fine and any other EWS-capable client (like
the mail app in Android).

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: evolution 3.6.0-0ubuntu3
ProcVersionSignature: Ubuntu 3.5.0-16.25-generic 3.5.4
Uname: Linux 3.5.0-16-generic x86_64
ApportVersion: 2.6.1-0ubuntu1
Architecture: amd64
Date: Wed Oct  3 12:40:28 2012
InstallationMedia: Ubuntu-Server 12.10 "Quantal Quetzal" - Beta amd64 (20120925)
ProcEnviron:
 LANGUAGE=en_US:en
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: evolution
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

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

Title:
  Can't create EWS or MAPI account

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

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


[Bug 1059297] Re: Please add support for GPT disks

2012-10-01 Thread Steve Riley
Dave, this is for KDE Partition Manager, not Parted. I haven't actually
experimented with Parted, although a quick check shows that Parted at
least recognizes GPT:

steve@t520:~$ sudo parted
GNU Parted 2.3
Using /dev/sda
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) p
Model: ATA M4-CT256M4SSD2 (scsi)
Disk /dev/sda: 256GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt

Number  Start   EndSizeFile system Name  Flags
 1  20.5kB  537MB  537MB   fat32 boot
 2  537MB   246GB  246GB   ext4
 3  246GB   256GB  9637MB  linux-swap(v1)

Also, I've learned that KDE has added GPT support to Partition Manager
in SVN (see KDE bug report and also Claydoh's comment in the forum
thread), so now we just need to get the version in Ubuntu/Kubuntu
updated.

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

Title:
  Please add support for GPT disks

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

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


[Bug 1059297] Re: Please add support for GPT disks

2012-09-30 Thread Steve Riley
** Bug watch added: KDE Bug Tracking System #307643
   https://bugs.kde.org/show_bug.cgi?id=307643

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

Title:
  Please add support for GPT disks

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

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


[Bug 1059297] [NEW] Please add support for GPT disks

2012-09-30 Thread Steve Riley
Public bug reported:

The version of KDE Partition Manager currently packaged cannot
manipulate partitions on GPT disks. They appear in the UI but nothing
can be done with them. See
http://www.kubuntuforums.net/showthread.php?60281&p=310429&viewfull=1#post310429

Such support is becoming more necessary as the number of computers with
UEFI increases.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: partitionmanager 1.0.3-0ubuntu4
Uname: Linux 3.5.4-030504-generic x86_64
ApportVersion: 2.5.3-0ubuntu1
Architecture: amd64
Date: Sun Sep 30 15:30:59 2012
InstallationMedia: Kubuntu 12.10 "Quantal Quetzal" - Alpha amd64 (20120916)
ProcEnviron:
 LANGUAGE=
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: partitionmanager
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

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

Title:
  Please add support for GPT disks

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

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


[Bug 1059297] Re: Please add support for GPT disks

2012-09-30 Thread Steve Riley
Also filed in https://bugs.kde.org/show_bug.cgi?id=307643 ... I'm not
sure whether this issue is Kubuntu specific.

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

Title:
  Please add support for GPT disks

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

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


[Bug 1058751] Re: The -b switch for modifying a variable doesn't work

2012-09-29 Thread Steve Riley
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1058751

Title:
  The -b switch for modifying a variable doesn't work

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

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


[Bug 1058751] [NEW] The -b switch for modifying a variable doesn't work

2012-09-29 Thread Steve Riley
Public bug reported:

I have been experimenting with the kernel's support for booting from
UEFI. Using efibootmgr, I can successfully create new NVRAM variables
and successfully delete existing ones. However, modifying existing
variables does not work.

According to the documentation, I should be able to, for instance, type
the following to change the label:

# efibootmgr -b 0019 -L 'new label for this variable'

But no actual change is made. Thus, to make changes, I have to delete an
existing variable and then recreate it. This is suboptimal because
creating a new variable always places that variable at the front of the
boot order list. Fortunately, the -o switch works, so I can return the
boot order to my preference.

It would be better, though, if the -b switch worked properly.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: efibootmgr 0.5.4-2ubuntu1
Uname: Linux 3.6.0-030600rc7-generic x86_64
ApportVersion: 2.5.3-0ubuntu1
Architecture: amd64
Date: Sat Sep 29 12:31:57 2012
InstallationMedia: Kubuntu 12.10 "Quantal Quetzal" - Alpha amd64 (20120916)
ProcEnviron:
 LANGUAGE=
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: efibootmgr
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug quantal

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

Title:
  The -b switch for modifying a variable doesn't work

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

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


[Bug 1035986] Re: libav-extra package not appearing in package lists

2012-08-12 Thread Steve Riley
Ah, OK. Thanks.

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

Title:
  libav-extra package not appearing in package lists

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

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


[Bug 1035986] [NEW] libav-extra package not appearing in package lists

2012-08-12 Thread Steve Riley
Public bug reported:

After running dist-upgrade today, I noticed that libav-tools was being
held back. Upon investigation, I discovered it's because I had replaced
the standard codecs and processors with their "-extra" versions. When
LibAV was upgraded from 4:0.8.1 to 6:0.8.3, the "-extra" versions
somehow didn't get included in the upgrade.

The libav-extra metapackage is missing:

steve@x1:~$ apt-cache policy libav-extra
N: Unable to locate package libav-extra

And, for example, note that the libavcodec-extra package is still the
old 4:0.8.3 version:

steve@x1:~$ apt-cache policy libavcodec-extra-53
libavcodec-extra-53:
  Installed: 4:0.8.3.0ubuntu1
  Candidate: 4:0.8.3.0ubuntu1
  Version table:
 *** 4:0.8.3.0ubuntu1 0
500 http://mirror.anl.gov/ubuntu/ quantal/universe amd64 Packages
100 /var/lib/dpkg/status

While the regular one is the new 6:0.8.3

steve@x1:~$ apt-cache policy libavcodec53
libavcodec53:
  Installed: (none)
  Candidate: 6:0.8.3-6ubuntu1
  Version table:
 6:0.8.3-6ubuntu1 0
500 http://mirror.anl.gov/ubuntu/ quantal/main amd64 Packages

The example above holds for all libav*-extra packages.

-
Info about my system...

steve@x1:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu quantal (development branch)
Release:12.10
Codename:   quantal

steve@x1:~$ uname -a
Linux x1 3.5.0-9-generic #9-Ubuntu SMP Thu Aug 9 13:53:35 UTC 2012 x86_64 
x86_64 x86_64 GNU/Linux

** Affects: libav-extra (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/1035986

Title:
  libav-extra package not appearing in package lists

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

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


[Bug 1002736] Re: [xorg-edgers] Synaptics driver crashes KDE touchpad control module

2012-08-11 Thread Steve Riley
Perhaps it's already known, but in case not... a couple months ago,
lunaryorn (Sebastian Wiesner) posted on Github that he's looking for
someone else to take over maintenance of Synaptiks.

https://github.com/lunaryorn/synaptiks/issues/55

On my Quantal box, Synaptiks 0.8.1 works with xserver-xorg-input-
synaptics version 1.6.2-1ubuntu2. However, the driver in Quantal-
proposed, 1.6.3, causes Synaptiks to fail.

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

Title:
  [xorg-edgers] Synaptics driver crashes KDE touchpad control module

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

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


[Bug 996569] Re: unused parameter: spf-policyd_time_limit in amavisd-new-postfix

2012-07-27 Thread Steve Riley
On my server, the incorrect setting causes Postfix to fail to start.

Ubuntu 12.04
mail-stack-delivery 1:2.0.19-0ubuntu1
amavisd-new-postfix 1:2.6.5-0ubuntu3.1

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

Title:
  unused parameter: spf-policyd_time_limit in amavisd-new-postfix

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

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


[Bug 999910] Re: [IVB]12.04 64 bit System freezes (mouse, keyboard)

2012-07-23 Thread Steve Riley
My ThinkPad X1 never freezes. My ThinkPad T520 constantly freezes.

There are two major differences between these computers. The T520 has
nVidia Optimus graphics, which I've disabled in the BIOS. Linux sees
only the Intel graphics. The T520 also spends its day with three USB
peripherals attached: a keyboard, a mouse, and a headset.

I would like to ask everyone who's reported problems: does your computer
also have USB peripherals? If you detach them all, can you still cause a
freeze?

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

Title:
  [IVB]12.04 64 bit System freezes (mouse, keyboard)

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

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


[Bug 999910] Re: [IVB]12.04 64 bit System freezes (mouse, keyboard)

2012-07-20 Thread Steve Riley
@NaveeN (#102): It runs very well on my ThinkPad X1.

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

Title:
  [IVB]12.04 64 bit System freezes (mouse, keyboard)

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

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


[Bug 999910] Re: [IVB]12.04 64 bit System freezes (mouse, keyboard)

2012-07-20 Thread Steve Riley
I hereby retract my suggestion in #100. Freeze number four just
occurred.

I suppose the only thing left for me to do is wipe Precise off my
machine and move on to Quantal. I have no idea what else to do.

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

Title:
  [IVB]12.04 64 bit System freezes (mouse, keyboard)

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

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


[Bug 999910] Re: [IVB]12.04 64 bit System freezes (mouse, keyboard)

2012-07-20 Thread Steve Riley
I have experienced three freezes *today*, on 3.5.0-5.5 and 3.2.0-28.44.
Then I remembered something: when Intel SNA support first started
appearing in Intel Graphics drivers for Linux back in 11.10 days in the
Xorg-Edgers/Sarvatt PPA, there were various reports of SNA not working
on some hardware configs. Current Intel drivers include SNA support by
default. So about an hour ago I created an /etc/X11/xorg.conf file with
the following contents:

Section "Device"
   Identifier  "Intel Graphics"
   Driver  "intel"
   #Option  "AccelMethod"  "sna"
   Option  "AccelMethod"  "uxa"
   #Option  "AccelMethod"  "xaa"
EndSection

This reverts the driver to the older UXA acceleration method, which I
verified in Xorg.0.log:

[ 4.784] (**) intel(0): Option "AccelMethod" "uxa"

So far, no freeze after doing this. While I am loathe to toss up yet
another experiment, it appears that this one is at least worth
reporting, should others wish to try it.

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

Title:
  [IVB]12.04 64 bit System freezes (mouse, keyboard)

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

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


[Bug 999910] Re: [IVB]12.04 64 bit System freezes (mouse, keyboard)

2012-07-13 Thread Steve Riley
I just tried 3.2.20-28.44 from pre-proposed. It booted fine. I connected
to my VPN and started up my softphone. Shortly after that, I had the
kind of freeze where all applications froze (second hand on clock
stopped) but mouse movement still worked. Magic SysRq did work to safely
reboot. When I booted back into 3.5.0-4.4 and checked syslog, I noticed
several of these lines, which I assume indicate something related to the
freeze:

Jul 13 13:54:44 t520 kernel: [   94.625450]
[drm:i915_hangcheck_ring_idle] *ERROR* Hangcheck timer elapsed... render
ring idle [waiting on 15162, at 15161], missed IRQ?

Is that helpful?

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

Title:
  [IVB]12.04 64 bit System freezes (mouse, keyboard)

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

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


[Bug 999910] Re: [IVB]12.04 64 bit System freezes (mouse, keyboard)

2012-07-12 Thread Steve Riley
Monday, Tuesday, and Wednesday this week were blissfully freeze-free.
Today, not so good. This morning's dist-upgrade included several Intel
graphics and Mesa updates from Xorg-Edgers, as well as new packages.
I've been running kernel 3.5.0-4.4 from Xorg-Edgers for a number of
days, and even though there was no kernel update today, something else
appears to have caused the complete and total freeze.

I rebooted, and this time chose 3.2.0-27.43. After only about 10
minutes, I experienced the other semi-freeze frequently reported: mose
will move, and second hand on clock ticked, but open programs wouldn't
respond to keyboard or mouse input. That's the first time I've seen that
one myself.

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

Title:
  [IVB]12.04 64 bit System freezes (mouse, keyboard)

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

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


[Bug 993187] Re: ubuntu 12.04 completely freezes frequently.

2012-07-06 Thread Steve Riley
Nothing's holding me back...not sure what you mean by that?

If you look through all the comments in this bug, you'll see that the
variety of systems and symptoms is so varied that it's difficult for the
developers to find anything common. Some people experience complete and
total freezes, where every process stops: no mouse, no clock, no ability
to SSH into the box, total dead-ness. Others experience something less
than a total freeze: mouse still moves, can access via SSH. Some people
have Intel graphics. Some people have AMD or nVidia. Some people seem to
relate the freeze to USB peripheral activity.

Also, I don't think it's correct that the kernel update has fixed the
problem for *everyone*. I've tried every single kernel, and all of them
have frozen up at one point.

Given all that, it's reasonable to state that this particular bug report
is probably not too useful anymore. I'm not denying that there's a
problem. But I can't believe that a single bug is responsible for
everything that's been reported here.

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

Title:
  ubuntu 12.04 completely freezes frequently.

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

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


[Bug 993187] Re: ubuntu 12.04 completely freezes frequently.

2012-07-05 Thread Steve Riley
@Steve Hayes (#361): unfortunately, in its present state, this bug
report has become unmanageable. There are too many variations in systems
and reported symptoms for anyone to try to make sense of out what's
here. Bug 10 is tracking a similar issue, but ONLY for:

* systems that freeze completely (no mouse movement, no clock second hand, 
nothing working at all)
* use Intel graphics
* have an Ivy Bridge chip (but also applies to Sandy Bridge, in a way)

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

Title:
  ubuntu 12.04 completely freezes frequently.

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

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


[Bug 999910] Re: [IVB]12.04 64 bit System freezes (mouse, keyboard)

2012-06-27 Thread Steve Riley
Timo: 3.2.0-26.41 has been the most stable kernel on the PC that
crashes. I had complete freezes with 3.5-rc1 and 3.5-rc2, but I don't
remember what my rc6 settings were at the time (and I'm not near that PC
to check). I will experiment a bit over the weekend and file new bugs as
appropriate.

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

Title:
  [IVB]12.04 64 bit System freezes (mouse, keyboard)

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

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


[Bug 993187] Re: ubuntu 12.04 completely freezes frequently.

2012-06-24 Thread Steve Riley
@milton (#318): Yes, the freeze happens in other flavors. I'm running
Kubuntu and it happens on my T520.

Since you can move your mouse cursor, your problem is a different one
than the complete freeze reported here (and also in bug 10).

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

Title:
  ubuntu 12.04 completely freezes frequently.

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

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


[Bug 999910] Re: [IVB]12.04 64 bit System freezes (mouse, keyboard)

2012-06-20 Thread Steve Riley
Are these fixes also present in any 3.5 kernels? I've had tw complete
freezes today, one on 3.5-rc2 from mainline and one on 3.5.0-1 from the
Xorg Edgers PPA.

System: ThinkPad T520, Intel HD 3000 (nVidia chip disabled in BIOS)
OS: Kubuntu 12.04 64-bit

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

Title:
  [IVB]12.04 64 bit System freezes (mouse, keyboard)

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

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


[Bug 993187] Re: ubuntu 12.04 completely freezes frequently.

2012-06-17 Thread Steve Riley
Hey... I know that two anecdotes don't make for good data, but it sure
looks like Willem's experience matches mine. I wonder if the root cause
is somehow USB-related?

I hope more people experiment with this. Let's see if we can figure out
a trend!

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

Title:
  ubuntu 12.04 completely freezes frequently.

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

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


[Bug 993187] Re: ubuntu 12.04 completely freezes frequently.

2012-06-15 Thread Steve Riley
Well, on day five with kernel 3.5rc2 (and _rc6=0 and _fbc=0), I finally
experienced a freeze. During the middle a VoIP call. So the root cause
of this nasty bug *still* appears unsolved.

QUESTION FOR ALL: has anyone experienced this problem while using a
machine that has *no* external USB devices attached?

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

Title:
  ubuntu 12.04 completely freezes frequently.

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

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


[Bug 993187] Re: ubuntu 12.04 completely freezes frequently.

2012-06-12 Thread Steve Riley
Well, I'm not sure we can know that the issue is confined to an
interaction between some X update and kernel 3.2. Many of us have tried
later kernels and still experience the problem.

I was planning to delay writing about my next experiment, but since the
issue of kernel versions came up again, I'll report my latest results.
Yesterday morning I installed 3.5rc2. The entire day passed without
incident -- hooray! And today has been, so far, similarly successful.
Lots of mouse movement, a few VoIP calls, and no lockups. If I can get
four solid days of such behavior, I'd tentatively state that this kernel
could be the one we're looking for.

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

Title:
  ubuntu 12.04 completely freezes frequently.

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

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


[Bug 1011683] Re: Nepomuk File Indexer, Service unable to start.

2012-06-11 Thread Steve Riley
Oh. Well, now I see what's going on. Apt-file says:

Ignoring source without Contents File:
  
http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu/dists/precise/Contents-amd64.gz

...I missed that!

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

Title:
  Nepomuk File Indexer, Service unable to start.

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

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


[Bug 1011683] Re: Nepomuk File Indexer, Service unable to start.

2012-06-11 Thread Steve Riley
Oh, is that where the file goes? I based my comment on the output of
this:

steve@t520:~$ apt-file search nepomukserver.so
kde-runtime: /usr/lib/kde4/libkdeinit/libkdeinit4_nepomukserver.so
kde-runtime-dbg: 
/usr/lib/debug/usr/lib/kde4/libkdeinit/libkdeinit4_nepomukserver.so

Maybe I shouldn't trust apt-file...

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

Title:
  Nepomuk File Indexer, Service unable to start.

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

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


[Bug 1011683] Re: Nepomuk File Indexer, Service unable to start.

2012-06-11 Thread Steve Riley
This is because libkdeinit4_nepomukserver.so is missing from the 4.8.80
build of kdepim-runtime.

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

Title:
  Nepomuk File Indexer, Service unable to start.

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

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


[Bug 993187] Re: ubuntu 12.04 completely freezes frequently.

2012-06-08 Thread Steve Riley
So today I went dockless... actually the only external device connected
was my USB headset. And I had yet another freeze. Curiously, it was
during a VoIP call.

Perhaps this bug is some nasty regression that gets triggered when an
external device is in use on systems with Intel graphics? I find it
suspicious that every crash I've experienced happens either when moving
the mouse or yaking on my VoIP.

@Timo... I'm not sure what value would come from filing yet another bug
describing this problem.

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

Title:
  ubuntu 12.04 completely freezes frequently.

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

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


[Bug 993187] Re: ubuntu 12.04 completely freezes frequently.

2012-06-07 Thread Steve Riley
I just endured freeze #3 today. I wasn't even moving the mouse! I was on
a VoIP call (with Twinkle) and the audio went away. I knew the cause was
the same crash because all the other symptoms were present: mouse cursor
won't move, second hand on clock was stopped, no TTY switching, and
magic SysRq didn't respond.

So disabling FBC isn't sufficient. I've now disabled RC6 and we'll see
what happens. Next, I suppose, is to try going dockless. This is utterly
frustrating and impeding my ability to work without interruption.

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

Title:
  ubuntu 12.04 completely freezes frequently.

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

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


[Bug 993187] Re: ubuntu 12.04 completely freezes frequently.

2012-06-07 Thread Steve Riley
Grr *@#$%! Moments after I typed #281, my T520 froze up. Again, during a
mouse movement. Thus, on the third day of my experiment, using kernel
3.4.1 as an attempt to expunge this problem has failed. Sigh.

I'll try disabling FBC now. I really don't want to give up the dock just
yet.

---

Holy crap! It crashed *again*, while I was typing this comment! I hadn't
yet disabled FBC. Well, FBC *is* disabled now. So we'll see...

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

Title:
  ubuntu 12.04 completely freezes frequently.

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

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


[Bug 993187] Re: ubuntu 12.04 completely freezes frequently.

2012-06-07 Thread Steve Riley
@Danny Goodall (#279): Indeed, my freeze experiences have been only with
the laptop that I regularly dock, my ThinkPad T520. Connected to that
are an external monitor, mouse, and keyboard. I'd have to say I wouldn't
have thought to consider this arrangement to be a contributor to the
problem, but that other bug report has got me wondering. My other laptop
is a ThinkPad X1, which is sort of my "lab" laptop; I put it through a
much more rigorous workout with experimental builds of a variety of
packages and it's never frozen once.

---

@Timo Aaltonen (#280): That's curious. I wasn't aware that the FBC
parameter was causing problems; I've read only of issues related to RC6.
I'm currently booted into the 3.4.1 kernel, I'm using no i915 kernel
boot parameters, and here's the current state of my i915 driver:

steve@t520:~$ sudo grep . /sys/module/i915/parameters/*
/sys/module/i915/parameters/enable_hangcheck:Y
/sys/module/i915/parameters/fbpercrtc:0
/sys/module/i915/parameters/i915_enable_fbc:-1
/sys/module/i915/parameters/i915_enable_ppgtt:-1
/sys/module/i915/parameters/i915_enable_rc6:-1
/sys/module/i915/parameters/lvds_downclock:0
/sys/module/i915/parameters/lvds_use_ssc:-1
/sys/module/i915/parameters/modeset:-1
/sys/module/i915/parameters/panel_ignore_lid:0
/sys/module/i915/parameters/powersave:1
/sys/module/i915/parameters/reset:Y
/sys/module/i915/parameters/semaphores:-1
/sys/module/i915/parameters/vbt_sdvo_panel_type:-1

FBC is set to "-1", which means to use the chip's default setting. This
would imply that the kernel isn't built to configure a particular
setting. Can you provide more information on the specific change made in
3.3 and that's planned for 3.2?

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

Title:
  ubuntu 12.04 completely freezes frequently.

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

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


[Bug 993187] Re: ubuntu 12.04 completely freezes frequently.

2012-06-06 Thread Steve Riley
There are muliple RC6 modes. From "modinfo i915":

+
| parm:   i915_enable_rc6:Enable power-saving render C-state 6. 
Different stages
| can be selected via bitmask values (0 = disable; 1 = enable rc6; 2 = enable 
deep rc6;
| 4 = enable deepest rc6). For example, 3 would enable rc6 and deep rc6, and 7 
would
| enable everything. default: -1 (use per-chip default) (int)
+

Your log shows:

+
| [drm:intel_enable_rc6], Sandybridge: deep RC6 disabled
| [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
+

The kernel is automatically enabling the basic RC6 mode ("RC6 on") but
not the deep or deepest modes ("RC6p off, RC6pp off"). My suggested boot
parameter will override this, and disable all RC6 modes.

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

Title:
  ubuntu 12.04 completely freezes frequently.

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

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


[Bug 993187] Re: ubuntu 12.04 completely freezes frequently.

2012-06-06 Thread Steve Riley
@pureblood: I wish I could answer your questions, but alas, I cannot. I
can report that I enjoyed no crashes today. Two full days of no crashing
is a welcome relief. But like many folks chiming in here, I am at a loss
to understand the causes of these crashes, so I can't explain why 3.4.1
appears to be working well for me.

I didn't know about the "drm.debug" option, so thanks for posting that,
I might return to an earlier kernel, add the parameter, and see what my
log produces. But from what I can tell by your log, nothing hang-related
shows up: the last few lines appear regularly throught.

An idea just occurred to me, and I'll mention it here for folks willing
to experiment. Recent kernels are by default enabling RC6 power saving
for Intel graphics. When first introduced, there were numerous reports
of various sorts of problems. I see by looking at your log, RC6 is
enabled. It might be worth disabling that function to see if makes the
problem go away; do that with the boot parameter
"i915.i915_enable_rc6=0".

At this point, I feel like many of us are in guess-something-and-see-if-
it-sticks mode. So in that vein, the truly adventuresome here might want
to give the 3.5-rc1 kernel a try!

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

Title:
  ubuntu 12.04 completely freezes frequently.

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

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


[Bug 993187] Re: ubuntu 12.04 completely freezes frequently.

2012-06-05 Thread Steve Riley
I see this bug is now filed under xserver-xorg-video-intel. Given that
the reports include all matter of graphics equipment, is that assignment
correct?

Anyway...given that I'm not sure, at this point, where else to report
some potential success, I thought I'd offer something here. This morning
I installed the 3.4.1 mainline kernel. Even though it's noted as
"3.4.1-quantal," it appears to run without issue on Precise. And I've
had zero freezes today, which is a pleasant relief. I'd be curious to
know if a few other folks here might experience the same benefit.

My setup:
* ThinkPad T520
* Intel HD 3000 graphics (nVidia disabled in UEFI)
* 8 GB RAM, 256 GB SSD
* situated in a dock
* external mouse and keyboard
* using X and drivers from Xorg-Edgers
* kernel boot parameters: "noop acpi_osi=Linux pcie_aspm=force ipv6.disable=1"
* all power-saving suggestions from Powertop are enabled (via a script I wrote)
* ThinkFan enabled
* /tmp on tmpfs

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

Title:
  ubuntu 12.04 completely freezes frequently.

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

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


[Bug 993187] Re: ubuntu 12.04 completely freezes frequently

2012-06-01 Thread Steve Riley
More follow-up. Today, before starting my VM, I changed the VM's
settings. I selected "Disable acceleration for binary translation" and I
deselected "Virtualize Intel VT-x/EPT or AMD-V/RVI."

And good news: no freezes! I've been moving my mouse about the desktop
with reckless abandon all day, and there's been nary a hiccup.

My initial reaction, though, is that it's pure consequence. Unless, of
course, everyone reporting this bug also happens to be running some kind
of VM? I doubt that.

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

Title:
  ubuntu 12.04 completely freezes frequently

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

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


[Bug 993187] Re: ubuntu 12.04 completely freezes frequently

2012-05-31 Thread Steve Riley
Following up to my #207... nope, changing mice didn't help. Just
experienced another complete freeze. Absolutely zero response, even
magic SysRq failed. This particular time I was on the 3.4.0-030400
kernel, had my VM open, and was dragging the mouse inside a Rekonq
window.

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

Title:
  ubuntu 12.04 completely freezes frequently

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

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


[Bug 993187] Re: ubuntu 12.04 completely freezes frequently

2012-05-31 Thread Steve Riley
I'm experiencing the total freeze bug. And it appears not to be Unity-
related, as I'm running Kubuntu. The complete freeze (no mouse, no
REISUB, no nothing) occurs with three different kernels:

* 3.2.0-25
* 3.4.0-030400 (Ubuntu mainline)
* 3.4.0-3 (from Xorg-Edgers)

I'm running the Xorg-Edgers stack, on a ThinkPad T520 with Intel HD3000
Sandy Bridge graphics (the onboard nVidia is disabled in the UEFI).

As others have reported, I can find nothing in any log file.

There's only one correlation I can identify so far: the freeze happens
whenever I move my external mouse, which is a Lenovo ScrollPoint. After
today's freeze, I've replaced that with a different mouse, so we'll see.

FWIW, my daily routine includes keeping VMware Player open, running a
Windows XP VM. I'm not convinced that's contributing to the problem,
though.

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

Title:
  ubuntu 12.04 completely freezes frequently

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

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


[Bug 1002736] Re: [xorg-edgers] Synaptics driver crashes KDE touchpad control module

2012-05-22 Thread Steve Riley
Well, this time the KCM loads without crashing. Running "kcmshell
kcm_synaptiks" from the command line displays this on the console:

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/synaptiks/kde/widgets/config.py", line 
106, in _check_for_changes
self.configurationChanged.emit(self.is_configuration_changed)
AttributeError: 'TouchpadConfigurationWidget' object has no attribute 
'is_configuration_changed'

repeatedly, for a total of 11 times. I can make changes in the GUI, but
the "Apply" button never becomes active. Clicking the "OK" button
dismisses the GUI but no configuration chages are saved.

Curiously, when this version of Synaptiks is running, it ignores my
existing ~/.config/synaptiks/touchpad-config.json file and instead
simply reports -- and applies -- the defaults contained within
~/.config/synaptiks/touchpad-defaults.json.

Thanks, Robert, for taking a look at this.

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

Title:
  [xorg-edgers] Synaptics driver crashes KDE touchpad control module

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

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


[Bug 1002736] Re: [xorg-edgers] Synaptics driver crashes KDE touchpad control module

2012-05-22 Thread Steve Riley
This time, when I run

kcmshell4 kcm_synaptics

I first receive this GUI dialog error (click for image):
https://lh5.googleusercontent.com/-idnLMSGEdLA/T7vF5QfcK0I/K5w/6gr0plxWt7M/s607/kcm-synaptiks-error.png

OKing or Canceling out of that raises the GUI KDE crash handler with
another segfault 11 in kcmshell4.

The crash handler's backtrace shows this:

Application: KDE Control Module (kcmshell4), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[KCrash Handler]
#6  0x7ff61b273a46 in KAboutData::~KAboutData() () from 
/usr/lib/libkdecore.so.5
#7  0x7ff60a3c7a76 in ?? () from 
/usr/lib/python2.7/dist-packages/PyKDE4/kdecore.so
#8  0x7ff609c1afb4 in ?? () from /usr/lib/python2.7/dist-packages/sip.so
#9  0x7ff609c1b7d9 in ?? () from /usr/lib/python2.7/dist-packages/sip.so
#10 0x7ff60af99336 in ?? () from /usr/lib/libpython2.7.so.1.0
#11 0x7ff60afcb83f in ?? () from /usr/lib/libpython2.7.so.1.0
#12 0x7ff609c1ad57 in ?? () from /usr/lib/python2.7/dist-packages/sip.so
#13 0x7ff609c1b742 in ?? () from /usr/lib/python2.7/dist-packages/sip.so
#14 0x7ff609c1b7e1 in ?? () from /usr/lib/python2.7/dist-packages/sip.so
#15 0x7ff60af99336 in ?? () from /usr/lib/libpython2.7.so.1.0
#16 0x7ff60afcb3d2 in ?? () from /usr/lib/libpython2.7.so.1.0
#17 0x7ff60afcb61b in ?? () from /usr/lib/libpython2.7.so.1.0
#18 0x7ff60afcb61b in ?? () from /usr/lib/libpython2.7.so.1.0
#19 0x7ff60afcb61b in ?? () from /usr/lib/libpython2.7.so.1.0
#20 0x7ff60afcb61b in ?? () from /usr/lib/libpython2.7.so.1.0
#21 0x7ff60afcb61b in ?? () from /usr/lib/libpython2.7.so.1.0
#22 0x7ff60afcbaab in ?? () from /usr/lib/libpython2.7.so.1.0
#23 0x7ff60af57d37 in ?? () from /usr/lib/libpython2.7.so.1.0
#24 0x7ff60afd399e in PyDict_SetItem () from /usr/lib/libpython2.7.so.1.0
#25 0x7ff60afa5478 in PyDict_SetItemString () from 
/usr/lib/libpython2.7.so.1.0
#26 0x7ff60afa56a3 in PyImport_Cleanup () from /usr/lib/libpython2.7.so.1.0
#27 0x7ff60af20fdb in Py_Finalize () from /usr/lib/libpython2.7.so.1.0
#28 0x7ff61ab6593f in qt_call_post_routines() () from 
/usr/lib/x86_64-linux-gnu/libQtCore.so.4
#29 0x7ff619eeff48 in QApplication::~QApplication() () from 
/usr/lib/x86_64-linux-gnu/libQtGui.so.4
#30 0x7ff61c28d9e0 in kdemain () from 
/usr/lib/kde4/libkdeinit/libkdeinit4_kcmshell4.so
#31 0x7ff61bed576d in __libc_start_main () from 
/lib/x86_64-linux-gnu/libc.so.6
#32 0x00400671 in _start ()


Perhaps more helpfully, there is much more backtrace info in the console window 
this time:

$ kcmshell4 kcm_synaptiks
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/synaptiks/kde/widgets/config.py", line 
106, in _check_for_changes
self.configurationChanged.emit(self.is_configuration_changed)
  File "/usr/lib/python2.7/dist-packages/synaptiks/kde/widgets/config.py", line 
197, in is_configuration_changed
return self.__config != self._get_mapping_from_widgets()
  File "/usr/lib/python2.7/_abcoll.py", line 383, in __ne__
return not (self == other)
  File "/usr/lib/python2.7/_abcoll.py", line 380, in __eq__
return dict(self.items()) == dict(other.items())
  File "/usr/lib/python2.7/_abcoll.py", line 369, in items
return [(key, self[key]) for key in self]
  File "/usr/lib/python2.7/dist-packages/synaptiks/config.py", line 247, in 
__getitem__
value = getattr(self.touchpad, key)
  File "/usr/lib/python2.7/dist-packages/synaptiks/touchpad.py", line 106, in 
__get__
values = obj[self.property_name]
  File "/usr/lib/python2.7/dist-packages/synaptiks/x11/input.py", line 552, in 
__getitem__
atom = _get_property_atom(self.display, name)
  File "/usr/lib/python2.7/dist-packages/synaptiks/x11/input.py", line 180, in 
_get_property_atom
raise UndefinedPropertyError(name)
synaptiks.x11.input.UndefinedPropertyError: u'Synaptics Circular Pad'
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/synaptiks/kde/widgets/config.py", line 
106, in _check_for_changes
self.configurationChanged.emit(self.is_configuration_changed)
  File "/usr/lib/python2.7/dist-packages/synaptiks/kde/widgets/config.py", line 
197, in is_configuration_changed
return self.__config != self._get_mapping_from_widgets()
  File "/usr/lib/python2.7/_abcoll.py", line 383, in __ne__
return not (self == other)
  File "/usr/lib/python2.7/_abcoll.py", line 380, in __eq__
return dict(self.items()) == dict(other.items())
  File "/usr/lib/python2.7/_abcoll.py", line 369, in items
return [(key, self[key]) for key in self]
  File "/usr/lib/python2.7/dist-packages/synaptiks/config.py", line 247, in 
__getitem__
value = getattr(self.touchpad, key)
  File "/usr/lib/python2.7/dist-packages/synaptiks/touchpad.py", line 106, in 
__get__
values = obj[self.property_name]
  File "/usr/lib/python2.7/dist-packages/synaptiks/x11/input.py", line 552, in 
__ge

[Bug 1002736] [NEW] [xorg-edgers] Synaptics driver crashes KDE touchpad control module

2012-05-22 Thread Steve Riley
Public bug reported:

After updating to the latest packages in xorg-edgers, the KCM for the
touchpad crashes -- or, more precisely, causes a segfault 11 in
kcmshell4. I had to revert to an earlier version of the driver. Also,
tap-to-click doesn't work.

Broken version:
1.6.99+git20120521.a9d247d0-0ubuntu0sarvatt~precise

Working version:
1.6.0-0ubuntu1~precise1


Here's the backtrace from KDE's crash handler... probably not useful, let me 
know if you need something more/different:

Application: KDE Control Module (kcmshell4), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[KCrash Handler]
#6  0x7f9b65fcca1c in KAboutData::~KAboutData() () from 
/usr/lib/libkdecore.so.5
#7  0x7f9b551c2a76 in ?? () from 
/usr/lib/python2.7/dist-packages/PyKDE4/kdecore.so
#8  0x7f9b54a15fb4 in ?? () from /usr/lib/python2.7/dist-packages/sip.so
#9  0x7f9b54a167d9 in ?? () from /usr/lib/python2.7/dist-packages/sip.so
#10 0x7f9b55d94336 in ?? () from /usr/lib/libpython2.7.so.1.0
#11 0x7f9b55dc683f in ?? () from /usr/lib/libpython2.7.so.1.0
#12 0x7f9b54a15d57 in ?? () from /usr/lib/python2.7/dist-packages/sip.so
#13 0x7f9b54a16742 in ?? () from /usr/lib/python2.7/dist-packages/sip.so
#14 0x7f9b54a167e1 in ?? () from /usr/lib/python2.7/dist-packages/sip.so
#15 0x7f9b55d94336 in ?? () from /usr/lib/libpython2.7.so.1.0
#16 0x7f9b55dc63d2 in ?? () from /usr/lib/libpython2.7.so.1.0
#17 0x7f9b55dc6aab in ?? () from /usr/lib/libpython2.7.so.1.0
#18 0x7f9b55dc6abb in ?? () from /usr/lib/libpython2.7.so.1.0
#19 0x7f9b55dc07ff in PyDict_DelItem () from /usr/lib/libpython2.7.so.1.0
#20 0x7f9b55dc0a2c in PyDict_DelItemString () from 
/usr/lib/libpython2.7.so.1.0
#21 0x7f9b55d00b8c in PyEval_EvalFrameEx () from 
/usr/lib/libpython2.7.so.1.0
#22 0x7f9b55cd0605 in PyEval_EvalCodeEx () from /usr/lib/libpython2.7.so.1.0
#23 0x7f9b55d058c0 in PyEval_EvalFrameEx () from 
/usr/lib/libpython2.7.so.1.0
#24 0x7f9b55cd0605 in PyEval_EvalCodeEx () from /usr/lib/libpython2.7.so.1.0
#25 0x7f9b55d058c0 in PyEval_EvalFrameEx () from 
/usr/lib/libpython2.7.so.1.0
#26 0x7f9b55cd0605 in PyEval_EvalCodeEx () from /usr/lib/libpython2.7.so.1.0
#27 0x7f9b55cd07bd in ?? () from /usr/lib/libpython2.7.so.1.0
#28 0x7f9b55db4e83 in PyObject_Call () from /usr/lib/libpython2.7.so.1.0
#29 0x7f9b55db57d7 in PyEval_CallObjectWithKeywords () from 
/usr/lib/libpython2.7.so.1.0
#30 0x7f9b561882ac in ?? () from /usr/lib/kde4/kpythonpluginfactory.so
#31 0x7f9b5618914b in ?? () from /usr/lib/kde4/kpythonpluginfactory.so
#32 0x7f9b669e7708 in KCModuleLoader::loadModule(KCModuleInfo const&, 
KCModuleLoader::ErrorReporting, QWidget*, QStringList const&) () from 
/usr/lib/libkcmutils.so.4
#33 0x7f9b669ec5f8 in ?? () from /usr/lib/libkcmutils.so.4
#34 0x7f9b669ed315 in KCModuleProxy::realModule() const () from 
/usr/lib/libkcmutils.so.4
#35 0x7f9b669ed619 in KCModuleProxy::useRootOnlyMessage() const () from 
/usr/lib/libkcmutils.so.4
#36 0x7f9b669e97c4 in KCMultiDialog::addModule(KCModuleInfo const&, 
KPageWidgetItem*, QStringList const&) () from /usr/lib/libkcmutils.so.4
#37 0x7f9b66fe5c69 in kdemain () from 
/usr/lib/kde4/libkdeinit/libkdeinit4_kcmshell4.so
#38 0x7f9b66c2e76d in __libc_start_main () from 
/lib/x86_64-linux-gnu/libc.so.6
#39 0x00400671 in _start ()


Info about my system...

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 12.04 LTS
Release:12.04
Codename:   precise

$ uname -a
Linux x1 3.4.0-2-generic #6-Ubuntu SMP Thu May 17 00:37:57 UTC 2012 x86_64 
x86_64 x86_64 GNU/Linux

$ kde4-config --version
Qt: 4.8.1
KDE Development Platform: 4.8.3 (4.8.3)
kde4-config: 1.0

$ apt-cache policy kde-config-touchpad
kde-config-touchpad:
  Installed: 0.8.1-1ubuntu1
  Candidate: 0.8.1-1ubuntu1
  Version table:
 *** 0.8.1-1ubuntu1 0
500 http://mirror.anl.gov/pub/ubuntu/ precise/main amd64 Packages
100 /var/lib/dpkg/status

** Affects: xserver-xorg-input-synaptics (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/1002736

Title:
  [xorg-edgers] Synaptics driver crashes KDE touchpad control module

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/1002736/+subscriptions

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


  1   2   >