[Bug 1922203] [NEW] docker.io upgrade to 20.10.2-0ubuntu1~20.04.2 failed

2021-04-01 Thread Mikko Pesari
Public bug reported:

Updating docker.io from focal-proposed (19.03.8-0ubuntu1.20.04.2 ->
20.10.2-0ubuntu1~20.04.2) fails with this error message:

mv: cannot stat '/var/lib/docker.migrating/*': No such file or directory
dpkg: error processing package docker.io (--configure):
 installed docker.io package post-installation script subprocess returned error 
exit status 1

After adding "set -x" to "/var/lib/dpkg/info/docker.io.postinst":

# dpkg --configure -a
Setting up docker.io (20.10.2-0ubuntu1~20.04.2) ...
+ . /usr/share/debconf/confmodule
+ [ !  ]
+ PERL_DL_NONLAZY=1
+ export PERL_DL_NONLAZY
+ [  ]
+ exec /usr/share/debconf/frontend /var/lib/dpkg/info/docker.io.postinst 
configure 19.03.8-0ubuntu1.20.04.2
+ . /usr/share/debconf/confmodule
+ [ ! 1 ]
+ [ -z  ]
+ exec
+ [  ]
+ exec
+ DEBCONF_REDIR=1
+ export DEBCONF_REDIR
+ [ -z 19.03.8-0ubuntu1.20.04.2 ]
+ dpkg --compare-versions 19.03.8-0ubuntu1.20.04.2 le-nl 1.11.2~ds1-1
+ command -v zfs
+ [ -x /usr/sbin/zfs ]
+ modinfo zfs
+ zfs mount
+ awk $2=="/" {print $1}
+ cut -d/ -f1
+ rpool=rpool
+ [ -n rpool ]
+ findmnt -n -o SOURCE /var/lib/docker
+ dockermnt=rpool/var/lib/docker
+ echo rpool/var/lib/docker
+ grep -qE ^$|/ROOT/
+ dpkg --compare-versions 19.03.8-0ubuntu1.20.04.2 le-nl 19.03.8-0ubuntu2
+ mv /var/lib/docker.migrating/* /var/lib/docker/
mv: cannot stat '/var/lib/docker.migrating/*': No such file or directory
dpkg: error processing package docker.io (--configure):
 installed docker.io package post-installation script subprocess returned error 
exit status 1
Errors were encountered while processing:
 docker.io


If it's any help, my /var/lib/docker is zfs, but it's not under rpool/ROOT:

TARGET   SOURCE 
  FSTYPE  OPTIONS
/rpool/ROOT/ubuntu_uryi4p   
  zfs rw,relatime,xattr,posixacl
├─/var/lib   rpool/ROOT/ubuntu_uryi4p/var/lib   
  zfs rw,noatime,xattr,posixacl
│ ├─/var/lib/apt rpool/ROOT/ubuntu_uryi4p/var/lib/apt   
  zfs rw,noatime,xattr,posixacl
│ ├─/var/lib/docker  rpool/var/lib/docker   
  zfs rw,noatime,xattr,posixacl

** Affects: docker.io (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/1922203

Title:
  docker.io upgrade to 20.10.2-0ubuntu1~20.04.2 failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1922203/+subscriptions

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

[Bug 1607535] Re: ttf-mscorefonts-installer 3.4+nmu1ubuntu2 fails to install core fonts and should be updated to version 3.6 from Debian

2016-12-01 Thread Mikko Pesari
Since November 14th, 2016 the installer (3.4+nmu1ubuntu2) has
consistently failed on new Xenial installations. Before that date it
used to work just fine. Debian version (3.6) works very well on Xenial
and it's distributed to all our machines.

Meanwhile everything works OK on new Trusty installations...

I can see different error messages when running "apt install --reinstall
ttf-mscorefonts-installer" in a loop:

Hash Sum mismatch
The HTTP server sent an invalid Content-Range header
404  Not Found

This seems to be an issue in how update-notifier approach downloads the
fonts (due to server-side changes?) Maybe it is something similar to Bug
#977812. Is there a way to make update-notifier/downloader dump all sent
and received headers?

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

Title:
  ttf-mscorefonts-installer 3.4+nmu1ubuntu2 fails to install core fonts
  and should be updated to version 3.6 from Debian

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

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


[Bug 1589401] Re: cannot view wifi networks after re-enabling wifi

2016-07-25 Thread Mikko Pesari
The problem still persists with network-manager-gnome 1.2.2 after all.

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

Title:
  cannot view wifi networks after re-enabling wifi

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/1589401/+subscriptions

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


[Bug 1589401] Re: cannot view wifi networks after re-enabling wifi

2016-07-22 Thread Mikko Pesari
I installed network-manager-gnome version 1.2.2 available in yakkety.
After preliminary testing (a couple of suspend cycles) it seems to have
fixed the problem!

You can download binaries from
https://launchpad.net/ubuntu/yakkety/+source/network-manager-applet or
build it on xenial like this:

# apt-get install devscripts
# apt-get build-dep network-manager-applet
$ dget 
http://archive.ubuntu.com/ubuntu/pool/main/n/network-manager-applet/network-manager-applet_1.2.2-0ubuntu1.dsc
$ dpkg-source -x network-manager-applet_1.2.2-0ubuntu1.dsc
$ cd network-manager-applet-1.2.2
$ dpkg-buildpackage -uc -us
# dpkg -i *.deb

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

Title:
  cannot view wifi networks after re-enabling wifi

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/1589401/+subscriptions

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


[Bug 1559308] Re: Plugging HDMI screen in causes system hang

2016-07-22 Thread Mikko Pesari
I did some testing with kernels < 4.7:

Freezes:

4.4.0-32 from xenial-proposed
4.5.7 from http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.5.7-yakkety/

Works:

4.6.4 from http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.6.4/

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

Title:
  Plugging HDMI screen in causes system hang

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

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


[Bug 1589401] Re: cannot view wifi networks after re-enabling wifi

2016-07-14 Thread Mikko Pesari
network-manager{,-gnome} both 1.2.0-0ubuntu0.16.04.3, problem still
persists.

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

Title:
  cannot view wifi networks after re-enabling wifi

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/1589401/+subscriptions

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


[Bug 1023051] Re: gssd ignores RPCGSSDOPTS and GSSDOPTS in /etc/default/nfs-common , no documented alternative is available on Xenial

2016-06-22 Thread Mikko Pesari
Nope, looks like one needs to be a member of this group
https://launchpad.net/~ubuntu-wiki-editors/ to edit pages. Send a
request to join; I did, anyway :)

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

Title:
  gssd ignores RPCGSSDOPTS and GSSDOPTS in /etc/default/nfs-common , no
  documented alternative is available on Xenial

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

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


[Bug 1023051] Re: gssd ignores RPCGSSDOPTS and GSSDOPTS in /etc/default/nfs-common , no documented alternative is available on Xenial

2016-06-22 Thread Mikko Pesari
Sorry, forgot to say it's documented in systemd.unit(5), Example 2.

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

Title:
  gssd ignores RPCGSSDOPTS and GSSDOPTS in /etc/default/nfs-common , no
  documented alternative is available on Xenial

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

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


[Bug 1023051] Re: gssd ignores RPCGSSDOPTS and GSSDOPTS in /etc/default/nfs-common , no documented alternative is available on Xenial

2016-06-22 Thread Mikko Pesari
# cat /etc/systemd/system/rpc-gssd.service.d/override.conf
[Service]
ExecStart=
ExecStart=/usr/sbin/rpc.gssd -your -options

# systemctl daemon-reload
# systemctl restart rpc-gssd.service

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

Title:
  gssd ignores RPCGSSDOPTS and GSSDOPTS in /etc/default/nfs-common , no
  documented alternative is available on Xenial

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

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


[Bug 1559308] Re: Plugging HDMI screen in causes system hang

2016-06-16 Thread Mikko Pesari
Still freezes when using DisplayPort on kernel 4.4.0-24. Tested with
http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.7-rc3-yakkety/ and DP
works fine - however, display is not recognized when using VGA.

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

Title:
  Plugging HDMI screen in causes system hang

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

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


[Bug 1559308] Re: Plugging HDMI screen in causes system hang

2016-06-02 Thread Mikko Pesari
Hmm, looks like it's not completely fixed on 4.4.0-23 after all. HP
EliteBook 840 G3 has DisplayPort and VGA connectors. With VGA connector
everything works fine but with DP I get a freeze when disconnecting the
cable and sometimes when changing mode between mirror, extended, 1
display configurations.

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

Title:
  Plugging HDMI screen in causes system hang

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

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


[Bug 1587395] Re: systemd sssd.service does not read /etc/default/sssd

2016-06-01 Thread Mikko Pesari
Sure, the /etc/systemd/system dir is for local modifications. But there
is inconsistency between upstart and systemd services in the sssd
package. Will trusty->xenial upgrade switch from upstart to systemd?
Then any local modifications to the /etc/default/sssd file will be
ignored. Why not use /etc/default to configure both systems?

FWIW, nfs-common configures its systemd services this way (with help
from nfs-config.service).

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

Title:
  systemd sssd.service does not read /etc/default/sssd

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

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


[Bug 1587395] [NEW] systemd sssd.service does not read /etc/default/sssd

2016-05-31 Thread Mikko Pesari
Public bug reported:

In Xenial, the file /etc/default/sssd included in package sssd-common
sets the DAEMON_OPTS variable to be used as command line parameters to
the sssd binary. This is used by the upstart sssd service.

However, the systemd sssd service does not read this file. It tries to
read /etc/sysconfig/sssd in the EnvironmentFile directive. The fix is
simple:

1. Modify debian/rules to configure the package with "--with-
environment-file=/etc/default/sssd" (default is /etc/sysconfig/sssd).
This will propagate to the produced sssd.service file.

2. Modify the sssd.service template to use the variable by changing the
line:

 ExecStart=/usr/sbin/sssd -D -f

   to:

 ExecStart=/usr/sbin/sssd $DAEMON_OPTS

** Affects: sssd (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/1587395

Title:
  systemd sssd.service does not read /etc/default/sssd

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

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


[Bug 1559308] Re: Plugging HDMI screen in causes system hang

2016-05-18 Thread Mikko Pesari
Kernel 4.4.0-23 from xenial-proposed fixed freezes when plugging in an
external display on HP EliteBook 840 G3.

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

Title:
  Plugging HDMI screen in causes system hang

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

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


[Bug 1451728] Re: [master] kde-config-telepathy-accounts package install error

2016-05-04 Thread Mikko Pesari
Hi! Some conflicts still remain in the /etc/signon-ui/webkit-options.d
directory. Comment #59 has a fix proposal though.

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

Title:
  [master] kde-config-telepathy-accounts package install error

To manage notifications about this bug go to:
https://bugs.launchpad.net/kubuntu-ppa/+bug/1451728/+subscriptions

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


[Bug 1550852] Re: apt-mirror does not reflect dep11/Components-* and dep11/icons-*

2016-04-29 Thread Mikko Pesari
Can you post your mirror.list or are you using the default?

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

Title:
  apt-mirror does not reflect dep11/Components-* and dep11/icons-*

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

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


[Bug 1451728] Re: [master] kde-config-telepathy-accounts package install error

2016-04-29 Thread Mikko Pesari
Indeed, the patches are not applied. Also, the patch
upstream_allow_install_other_providers.patch does not apply since the
target file differs from what the patch provider used.

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

Title:
  [master] kde-config-telepathy-accounts package install error

To manage notifications about this bug go to:
https://bugs.launchpad.net/kubuntu-ppa/+bug/1451728/+subscriptions

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


[Bug 1566700] Re: Alt + Backtick (`) does not switch windows

2016-04-07 Thread Mikko Pesari
This has been fixed, see #1566878

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

Title:
  Alt + Backtick (`) does not switch windows

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

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


[Bug 1566878] Re: Alt-backtick regression

2016-04-07 Thread Mikko Pesari
*** This bug is a duplicate of bug 1566700 ***
https://bugs.launchpad.net/bugs/1566700

** This bug has been marked a duplicate of bug 1566700
   Alt + Backtick (`) does not switch windows

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

Title:
  Alt-backtick regression

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

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


[Bug 1566465] Re: [regression]: Failed to call clock_adjtime(): Invalid argument

2016-04-07 Thread Mikko Pesari
Still happens with kernel 4.4.0-18 from xenial-proposed

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

Title:
  [regression]: Failed to call clock_adjtime(): Invalid argument

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

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


[Bug 1566700] Re: Alt + Backtick (`) does not switch windows

2016-04-06 Thread Mikko Pesari
Confirmed to work in 16.04 beta2. Breaks after installing all updates.

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

Title:
  Alt + Backtick (`) does not switch windows

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

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


[Bug 1564951] Re: systemd-timesyncd: Failed to call clock_adjtime(): Invalid argument

2016-04-05 Thread Mikko Pesari
Whoops, 4.4.0-17 is still in -proposed :) Better file a bug against it
then...

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

Title:
  systemd-timesyncd: Failed to call clock_adjtime(): Invalid argument

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

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


[Bug 1564951] Re: systemd-timesyncd: Failed to call clock_adjtime(): Invalid argument

2016-04-05 Thread Mikko Pesari
This seems to be a kernel issue. On my both laptops, with the current
4.4.0-17 kernel systemd-timesyncd fails to adjust time or does it only
once, which is interesting. With the previous kernel 4.4.0-16 it works
just fine.

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

Title:
  systemd-timesyncd: Failed to call clock_adjtime(): Invalid argument

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

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


[Bug 1564951] Re: systemd-timesyncd: Failed to call clock_adjtime(): Invalid argument

2016-04-05 Thread Mikko Pesari
Unable to synchronize time on two different laptops. Works in a VMware
Fusion virtual machine.

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

Title:
  systemd-timesyncd: Failed to call clock_adjtime(): Invalid argument

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

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


[Bug 1553147] Re: xenial preseed cannot set keyboard layout

2016-04-05 Thread Mikko Pesari
Works for me now. I have this in the installer parameters:

keymap=fi console-setup/ask_detect=false

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

Title:
  xenial preseed cannot set keyboard layout

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

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


[Bug 1550852] Re: apt-mirror does not reflect dep11/Components-* and dep11/icons-*

2016-03-15 Thread Mikko Pesari
I've created a pull request to github/apt-mirror:

https://github.com/apt-mirror/apt-mirror/pull/56

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

Title:
  apt-mirror does not reflect dep11/Components-* and dep11/icons-*

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

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


[Bug 1488336] Re: authentication failed

2016-03-15 Thread Mikko Pesari
FWIW, Xenial is not affected. Still no fix released for current
releases, though...

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

Title:
  authentication failed

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

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


[Bug 1553147] Re: xenial preseed cannot set keyboard layout

2016-03-04 Thread Mikko Pesari
Sorry, I'm unable to verify or test for a week, but IIRC setting it as
parameter (or using the alias keymap=fi) did actually change the layout
in the installer console.

However the changes were not saved in the target system in
/etc/default/keyboard as XKBLAYOUT="fi". I also tried setting these
items in preseed without success:

{d-i,keyboard-configuration} keyboard-configuration/{layout,layoutcode
,xkb-keymap,variant}

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

Title:
  xenial preseed cannot set keyboard layout

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

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


[Bug 1553147] Re: xenial preseed cannot set keyboard layout

2016-03-04 Thread Mikko Pesari
Same here, trying to preseed Finnish keyboard layout. On Trusty only
this was needed:

d-i keyboard-configuration/layoutcode string fi

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

Title:
  xenial preseed cannot set keyboard layout

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

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


[Bug 1267059] Re: "Unattended-Upgrade::Remove-Unused-Dependencies" does not work

2016-03-04 Thread Mikko Pesari
Happens on Trusty and Xenial too. There are a few bug reports about it
marking kernels as manually installed. They may be related. Here's a
test case anyway:

Normal run:

# apt-get install lolcat
# apt-mark showmanual lolcat
lolcat
# apt-mark auto lolcat
lolcat set to automatically installed.
# unattended-upgrade
# dpkg -l lolcat
dpkg-query: no packages found matching lolcat

With --dry-run:

# apt-get install lolcat
# apt-mark showmanual lolcat
lolcat
# apt-mark auto lolcat
lolcat set to automatically installed.
# unattended-upgrade --dry-run
# dpkg -l lolcat
ii  lolcat ...
# apt-mark showmanual lolcat
lolcat

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

Title:
  "Unattended-Upgrade::Remove-Unused-Dependencies" does not work

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

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


[Bug 1267059] Re: "Unattended-Upgrade::Remove-Unused-Dependencies" does not work

2016-03-04 Thread Mikko Pesari
I tested on Precise. When running with --dry-run, unattended-upgrade
marks the autoremovable packages as manually installed. This prevents
them from being removed when running without --dry-run afterwards. Check
"apt-mark showmanual".

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

Title:
  "Unattended-Upgrade::Remove-Unused-Dependencies" does not work

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

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


[Bug 1171970] Re: Enable tmux bash completion by default

2016-02-25 Thread Mikko Pesari
Hey, any possibility to get this fixed in Xenial?

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

Title:
  Enable tmux bash completion by default

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

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


[Bug 1171970] Re: Enable tmux bash completion by default

2016-02-25 Thread Mikko Pesari
Hey, any possibility to get this fixed in Xenial?

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

Title:
  Enable tmux bash completion by default

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

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


[Bug 1267059] Re: "Unattended-Upgrade::Remove-Unused-Dependencies" does not work

2015-11-14 Thread Mikko Pesari
For what it's worth; I've worked around this by installing the version
from wily on some trusty machines. So far so good. The machines upgrade
daily and old kernels and their headers are removed.

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

Title:
  "Unattended-Upgrade::Remove-Unused-Dependencies" does not work

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

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


[Bug 1488336] Re: authentication failed

2015-09-23 Thread Mikko Pesari
I think a SRU (for Trusty) might be in order since organizations using
Office365 are probably large and stick to LTS (like ours).

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

Title:
  authentication failed

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

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


[Bug 1488336] Re: authentication failed

2015-09-23 Thread Mikko Pesari
Downloaded source for Ubuntu package version 1.18.2-1, applied the
patch, compiled and installed to 14.04 which has version 1.17.3-1. Newer
version works fine.

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

Title:
  authentication failed

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

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


[Bug 1483800] [NEW] install fails when debconf answers are preseeded

2015-08-11 Thread Mikko Pesari
Public bug reported:

The preinst script has a bug that prevents the package from installing
non-interactively even when the administrator has preseeded the debconf
answers needed by the package. This bug has been fixed in Debian
#772598, steam version 1.0.0.50-1.

Full bug description and patch can be found at https://bugs.debian.org
/cgi-bin/bugreport.cgi?bug=772598

** Affects: steam (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/1483800

Title:
  install fails when debconf answers are preseeded

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

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


[Bug 445333] Re: remember password on printing to windows printers does not work

2015-03-13 Thread Mikko Pesari
Works perfectly for me. With an empty keychain, Firefox prompts for
credentials and saves them in the keychain, and printing just works.
Gedit (GTK3 application) is then able to use the same credentials,
although they are a bit different from what GTK3 saves to the keychain.

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

Title:
  remember password on printing to windows printers does not work

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

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


[Bug 1300914] Re: External screen undetected after first plug

2014-10-22 Thread Mikko Pesari
Here's another report with HP EliteBook 840.

== dmesg ==
DMI: Hewlett-Packard HP EliteBook 840 G1/198F, BIOS L71 Ver. 01.04 10/09/2013

== /proc/cpuinfo ==
model name  : Intel(R) Core(TM) i5-4300U CPU @ 1.90GHz

== lspci ==
00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated 
Graphics Controller (rev 0b) (prog-if 00 [VGA controller])
Subsystem: Hewlett-Packard Company Device 198f
Flags: bus master, fast devsel, latency 0, IRQ 65
Memory at d000 (64-bit, non-prefetchable) [size=4M]
Memory at c000 (64-bit, prefetchable) [size=256M]
I/O ports at 3000 [size=64]
Expansion ROM at unassigned [disabled]
Capabilities: access denied
Kernel driver in use: i915


Steps taken:

1) Power on the computer without VGA attached
2) Log in to Unity

== xrandr ==
Screen 0: minimum 320 x 200, current 1600 x 900, maximum 32767 x 32767
eDP1 connected primary 1600x900+0+0 (normal left inverted right x axis y axis) 
309mm x 174mm
   1600x900   60.0*+   40.0  
   1440x900   59.9  
   1360x768   59.8 60.0  
   1152x864   60.0  
   1024x768   60.0  
   800x60060.3 56.2  
   640x48059.9  
DP1 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
DP2 disconnected (normal left inverted right x axis y axis)
HDMI2 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)


3) Attach VGA cable
- Desktop extends to the external display as it should

== syslog ==
colord: Automatic metadata add icc-ed869d76ba2f1549b15ab60e4327ba9b to 
xrandr-Lenovo Group Limited-VP-07998
colord: Device added: xrandr-Lenovo Group Limited-VP-07998

== xrandr ==
Screen 0: minimum 320 x 200, current 3520 x 1200, maximum 32767 x 32767
eDP1 connected primary 1600x900+0+0 (normal left inverted right x axis y axis) 
309mm x 174mm
   1600x900   60.0*+   40.0  
   1440x900   59.9  
   1360x768   59.8 60.0  
   1152x864   60.0  
   1024x768   60.0  
   800x60060.3 56.2  
   640x48059.9  
DP1 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
DP2 connected 1920x1200+1600+0 (normal left inverted right x axis y axis) 518mm 
x 324mm
   1920x1200  60.0*+
   1920x1080  59.9  
   1600x1200  60.0  
   1680x1050  60.0  
   1280x1024  75.0 72.0 60.0  
   1440x900   75.0 59.9  
   1024x768   75.1 70.1 60.0  
   800x60072.2 75.0 60.3  
   640x48075.0 72.8 66.0 60.0  
   720x40070.1  
HDMI2 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)


4) Detach VGA cable
- Display setting switches to 1-display mode as it should (i.e. windows on 
external display are moved to the laptop display)
- xrandr output is exactly the same as in step 2
- Right after detaching these messages appear in syslog:

== syslog ==
kernel: [  172.974774] [drm:intel_dp_start_link_train] *ERROR* too many voltage 
retries, give up
# line above repeated 6 more times
kernel: [  173.010309] [drm:intel_dp_complete_link_train] *ERROR* failed to 
train DP, aborting
kernel: [  173.021468] [drm:intel_dp_start_link_train] *ERROR* too many voltage 
retries, give up
# line above repeated 6 more times
kernel: [  173.055319] [drm:intel_dp_complete_link_train] *ERROR* failed to 
train DP, aborting
colord: device removed: xrandr-Lenovo Group Limited-VP-0799


5) Attach VGA cable
- External display is not recognized in System Settings - Displays
- xrandr output is still the same
- Each time the cable is attached, this message appears in syslog 3 times:

== syslog ==
kernel: [  219.441432] [drm:intel_dp_aux_native_read] *ERROR* too many retries, 
giving up


Once the VGA cable has been detached the external display won't be recognized 
even after a soft reboot, UNLESS the cable is attached while rebooting. These 
steps apply only if the machine is fully powered off first...

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

Title:
  External screen undetected after first plug

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

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


[Bug 1350357] Re: Support disabling of user switching per seat

2014-09-18 Thread Mikko Pesari
That is the Trusty version from ubuntu-desktop PPA, all updates are
installed.

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

Title:
  Support disabling of user switching per seat

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

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


[Bug 1350357] Re: Support disabling of user switching per seat

2014-09-18 Thread Mikko Pesari
Using lightdm 1.10.2, I tested setting allow-user-switching to false.
Now, every time I log out of a Unity session I get the The system is
running in low-graphics mode window. None of the options really help -
I have to start lightdm from console to get to the greeter.

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

Title:
  Support disabling of user switching per seat

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

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


[Bug 1023051] Re: gssd ignores RPCGSSDOPTS in /etc/default/nfs-common

2014-08-01 Thread Mikko Pesari
Sorry, but I don't understand the reasoning behind this decision to
exclude gssd options from the default file. It already includes
STATDOPTS and setting GSSDOPTS here too would seem consistent. Isn't
this what the default file is for?

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

Title:
  gssd ignores RPCGSSDOPTS in /etc/default/nfs-common

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

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


[Bug 959451] Re: Credentials from gnome-keyring is not used while printing

2014-05-08 Thread Mikko Pesari
*** This bug is a duplicate of bug 445333 ***
https://bugs.launchpad.net/bugs/445333

There is definite improvement in Trusty, since saving the credentials to
the keyring now works. However, they are only used if the user opens the
s-c-p queue window for the specific printer... Also, running
s-c-p-applet seems to release only one job from the queue and then stops
working.

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

Title:
  Credentials from gnome-keyring is not used while printing

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

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


[Bug 959451] Re: Credentials from gnome-keyring is not used while printing

2014-02-25 Thread Mikko Pesari
So.. any chances of this being fixed in Trusty?

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

Title:
  Credentials from gnome-keyring is not used while printing

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

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


[Bug 1264548] [NEW] nameservice abstraction denies access to sssd

2013-12-27 Thread Mikko Pesari
Public bug reported:

The sssd nss module tries to read cached data from
/var/lib/sss/mc/{group,passwd} as described in #1056391. In addition to
this, it seems that if cached data is not found, the module tries to
connect to the sssd daemon via socket at /var/lib/sss/pipes/nss.

My system is configured to get user and group data from Active Directory
through sssd. When CUPS is configured to use an AD group, it won't start
because it can't resolve the group due to AppArmor enforced profile:

For example:

# grep SystemGroup /etc/cups/cups-files.conf
SystemGroup Domain Users

# cupsd -t
/etc/cups/cups-files.conf contains errors.

# strace cupsd -t | grep sss
open(/lib/x86_64-linux-gnu/libnss_sss.so.2, O_RDONLY|O_CLOEXEC) = 5
open(/var/lib/sss/mc/group, O_RDONLY|O_CLOEXEC) = 5
connect(6, {sa_family=AF_LOCAL, sun_path=/var/lib/sss/pipes/nss}, 110) = -1 
EACCES (Permission denied)

# dmesg
[...] apparmor=DENIED operation=connect parent=25848 
profile=/usr/sbin/cupsd name=/var/lib/sss/pipes/nss pid=25852 comm=cupsd 
requested_mask=rw denied_mask=rw fsuid=0 ouid=0

# ls -l /var/lib/sss/pipes/
total 4
srw-rw-rw- 1 root root0 Dec 27 15:51 nss
srw-rw-rw- 1 root root0 Dec 27 15:51 pam
drwxr-xr-x 2 root root 4096 Dec 27 15:51 private


My problem can be fixed by allowing read/write access to the nss socket 
(perhaps pam should be allowed too for some other applications):

===
/etc/apparmor.d/abstractions# diff -u nameservice.orig nameservice
--- nameservice.orig2013-12-27 18:51:05.167782858 +0200
+++ nameservice 2013-12-27 18:58:18.335803822 +0200
@@ -24,6 +24,7 @@
   # When using sssd, the passwd and group files are stored in an alternate path
   /var/lib/sss/mc/group   r,
   /var/lib/sss/mc/passwd  r,
+  /var/lib/sss/pipes/nss  rw,
 
   /etc/resolv.confr,
   # on systems using resolvconf, /etc/resolv.conf is a symlink to
===

(Actually, I don't see why this kind of data is not provided by the sssd
package itself)

# service apparmor reload
[...]

# cupsd -t
/etc/cups/cups-files.conf is OK.
/etc/cups/cupsd.conf is OK.

# strace cupsd -t | grep sss
open(/lib/x86_64-linux-gnu/libnss_sss.so.2, O_RDONLY|O_CLOEXEC) = 5
open(/var/lib/sss/mc/group, O_RDONLY|O_CLOEXEC) = 5
connect(6, {sa_family=AF_LOCAL, sun_path=/var/lib/sss/pipes/nss}, 110) = 0


Tested on Ubuntu 13.10:
apparmor 2.8.0-0ubuntu31.1
cups 1.7.0~rc1-0ubuntu5.1
sssd 1.11.1-0ubuntu1

** Affects: apparmor (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/1264548

Title:
  nameservice abstraction denies access to sssd

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

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


[Bug 1092936] Re: rate limit cannot be disabled: imuxsock begins to drop messages

2013-01-11 Thread Mikko Pesari
Hi Ralf, try adding this line to your config file, should fix it:
$IMUXSockRateLimitInterval  0

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

Title:
  rate limit cannot be disabled: imuxsock begins to drop messages

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

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


[Bug 971051] Re: no alt+tab in gnome classic session

2012-10-08 Thread Mikko Pesari
Thanks Arnulf, I made another workaround based on your tip.

We already distributed the file /usr/share/gconf/defaults/99-our-
defaults to workstations, so we can just override the default
active_plugins specified in 10_compiz-gnome.

That file in turn comes from the package compiz-gnome and I think the
package defaults should include staticswitcher.

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

Title:
  no alt+tab in gnome classic session

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

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


[Bug 905389] Re: Depedency problem in lucid-updates: language-pack-sv-base requires proposed version of language-pack-sv

2011-12-19 Thread Mikko Pesari
** Also affects: language-pack-sv-base (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/905389

Title:
  Depedency problem in lucid-updates: language-pack-sv-base requires
  proposed version of language-pack-sv

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-pack-sv/+bug/905389/+subscriptions

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


[Bug 905389] [NEW] Depedency problem in lucid-updates: language-pack-sv-base requires proposed version of language-pack-sv

2011-12-16 Thread Mikko Pesari
Public bug reported:

In lucid-updates:

Package: language-pack-sv-base
Version: 1:10.04+20110204
Depends: locales (= 2.3.6), language-pack-sv (= 1:10.04+20110204)

Package: language-pack-sv
Version: 1:10.04+20100714

In lucid-proposed there is a newer version:

Package: language-pack-sv
Version: 1:10.04+20110930


The newest version of package language-pack-sv-base was pushed to lucid-updates 
on 2011-12-13 so perhaps they forgot to push this update as well.

** Affects: language-pack-sv (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/905389

Title:
  Depedency problem in lucid-updates: language-pack-sv-base requires
  proposed version of language-pack-sv

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-pack-sv/+bug/905389/+subscriptions

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


[Bug 824913] Re: LUCID linux-headers-generic-lts-backport-maverick 2.6.35.30.38 depends on missing linux-headers-2.6.35-30

2011-09-12 Thread Mikko Pesari
There is a working version in lucid-proposed: 2.6.35-30.59~lucid1

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

Title:
  LUCID linux-headers-generic-lts-backport-maverick 2.6.35.30.38 depends
  on missing linux-headers-2.6.35-30

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

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