[Bug 1826387] [NEW] systemd-networkd restart brings down bond slaves

2019-04-25 Thread Krzysztof Klimonda
Public bug reported:

Reported upstream as https://github.com/systemd/systemd/issues/10118

Ubuntu bionic, systemd version 237-3ubuntu10.19

When systemd-networkd is used to manage network bonds, upon systemd-
networkd, bonds are brought down for ~10 seconds affecting connectivity
to the server. From networkd logs (truncated to:

```
# journalctl -b -u systemd-networkd | grep enp3s0f
Apr 25 12:45:33 compute01 systemd-networkd[30824]: Ignoring 
/etc/systemd/network/01-enp3s0f1.network, because it's not a regular file with 
suffix .netdev.
Apr 25 12:45:33 compute01 systemd-networkd[30824]: Ignoring 
/etc/systemd/network/00-enp3s0f0.network, because it's not a regular file with 
suffix .netdev.
Apr 25 12:45:33 compute01 systemd-networkd[30824]: enp3s0f1: Flags change: 
+SLAVE +UP +LOWER_UP +RUNNING +MULTICAST +BROADCAST
Apr 25 12:45:33 compute01 systemd-networkd[30824]: enp3s0f1: Link 6 added
Apr 25 12:45:33 compute01 systemd-networkd[30824]: enp3s0f1: udev initialized 
link
Apr 25 12:45:33 compute01 systemd-networkd[30824]: enp3s0f1: Saved original 
MTU: 9000
Apr 25 12:45:33 compute01 systemd-networkd[30824]: enp3s0f0: Flags change: 
+SLAVE +UP +LOWER_UP +RUNNING +MULTICAST +BROADCAST
Apr 25 12:45:33 compute01 systemd-networkd[30824]: enp3s0f0: Link 3 added
Apr 25 12:45:33 compute01 systemd-networkd[30824]: enp3s0f0: udev initialized 
link
Apr 25 12:45:33 compute01 systemd-networkd[30824]: enp3s0f0: Saved original 
MTU: 9000
Apr 25 12:45:33 compute01 systemd-networkd[30824]: enp3s0f0: Link is not 
managed by us
Apr 25 12:45:33 compute01 systemd-networkd[30824]: enp3s0f1: Link is not 
managed by us
Apr 25 12:45:33 compute01 systemd-networkd[30824]: enp3s0f0: Link is not 
managed by us
Apr 25 12:45:33 compute01 systemd-networkd[30824]: enp3s0f1: Link is not 
managed by us
Apr 25 12:45:33 compute01 systemd-networkd[30824]: enp3s0f0: Link is not 
managed by us
Apr 25 12:45:33 compute01 systemd-networkd[30824]: enp3s0f1: Link is not 
managed by us
Apr 25 12:45:33 compute01 systemd-networkd[30824]: enp3s0f0: Link is not 
managed by us
Apr 25 12:45:33 compute01 systemd-networkd[30824]: enp3s0f1: Link is not 
managed by us
Apr 25 12:45:33 compute01 systemd-networkd[30824]: enp3s0f0: Link is not 
managed by us
Apr 25 12:45:33 compute01 systemd-networkd[30824]: enp3s0f1: Link is not 
managed by us
Apr 25 12:45:33 compute01 systemd-networkd[30824]: enp3s0f0: Link is not 
managed by us
Apr 25 12:45:33 compute01 systemd-networkd[30824]: enp3s0f1: Link is not 
managed by us
Apr 25 12:45:33 compute01 systemd-networkd[30824]: enp3s0f0: Link is not 
managed by us
Apr 25 12:45:33 compute01 systemd-networkd[30824]: enp3s0f1: Link is not 
managed by us
Apr 25 12:45:33 compute01 systemd-networkd[30824]: enp3s0f1: Link state is 
up-to-date
Apr 25 12:45:33 compute01 systemd-networkd[30824]: enp3s0f1: found matching 
network '/etc/systemd/network/01-enp3s0f1.network'
Apr 25 12:45:33 compute01 systemd-networkd[30824]: enp3s0f0: Link is not 
managed by us
Apr 25 12:45:33 compute01 systemd-networkd[30824]: enp3s0f1: Started LLDP.
Apr 25 12:45:33 compute01 systemd-networkd[30824]: enp3s0f1: Enslaving by 
'bond0'
Apr 25 12:45:33 compute01 systemd-networkd[30824]: bond0: Link 'enp3s0f1' was 
up when attempting to enslave it. Bringing link down.
Apr 25 12:45:33 compute01 systemd-networkd[30824]: enp3s0f1: Bringing link down
Apr 25 12:45:33 compute01 systemd-networkd[30824]: bond0: Enslaving link 
'enp3s0f1'
Apr 25 12:45:33 compute01 systemd-networkd[30824]: enp3s0f0: Link state is 
up-to-date
Apr 25 12:45:33 compute01 systemd-networkd[30824]: enp3s0f0: found matching 
network '/etc/systemd/network/00-enp3s0f0.network'
Apr 25 12:45:33 compute01 systemd-networkd[30824]: enp3s0f1: Link does not 
request DHCPv6 prefix delegation
Apr 25 12:45:33 compute01 systemd-networkd[30824]: enp3s0f0: Started LLDP.
Apr 25 12:45:33 compute01 systemd-networkd[30824]: enp3s0f0: Enslaving by 
'bond0'
Apr 25 12:45:33 compute01 systemd-networkd[30824]: bond0: Link 'enp3s0f0' was 
up when attempting to enslave it. Bringing link down.
Apr 25 12:45:33 compute01 systemd-networkd[30824]: enp3s0f0: Bringing link down
Apr 25 12:45:33 compute01 systemd-networkd[30824]: bond0: Enslaving link 
'enp3s0f0'
Apr 25 12:45:33 compute01 systemd-networkd[30824]: enp3s0f1: Flags change: -UP 
-LOWER_UP -RUNNING
Apr 25 12:45:33 compute01 systemd-networkd[30824]: enp3s0f1: Stopped LLDP.
Apr 25 12:45:33 compute01 systemd-networkd[30824]: enp3s0f1: Lost carrier
Apr 25 12:45:33 compute01 systemd-networkd[30824]: enp3s0f1: State is 
configuring, dropping config
Apr 25 12:45:33 compute01 systemd-networkd[30824]: enp3s0f1: Joined netdev
Apr 25 12:45:33 compute01 systemd-networkd[30824]: enp3s0f1: Bringing link up
Apr 25 12:45:33 compute01 systemd-networkd[30824]: enp3s0f1: IPv6 successfully 
enabled
Apr 25 12:45:34 compute01 systemd-networkd[30824]: enp3s0f0: Flags change: -UP 
-LOWER_UP -RUNNING
Apr 25 12:45:34 compute01 systemd-networkd[30824]: enp3s0f0: Stopped LLDP.
Apr 25 12:45:34 

[Bug 1674479] [NEW] gethostbyname: Unknown server error when resolving hostnames with underscore

2017-03-20 Thread Krzysztof Klimonda
Public bug reported:

This small snippet of code returns "gethostbyname: Unknown server error"
when called under 14.04 and 16.04:

-8<
#include 
#include 
 
 
int main(int argc, char *argv[])
{
struct hostent *lh = 
gethostbyname("_http._tcp.nova.clouds.archive.ubuntu.com");
 
if (lh)
puts(lh->h_name);
else
herror("gethostbyname");
}
-8<

While I have a feeling this hostname is not valid, that's what apt is
trying to resolve after SRV query fails. The same code seems to be
working in 16.10.

** Affects: glibc (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/1674479

Title:
  gethostbyname: Unknown server error when resolving hostnames with
  underscore

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

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


[Bug 1363719] [NEW] efibootmgr may create a duplicated boot entry, breaking UEFI boot.

2014-08-31 Thread Krzysztof Klimonda
Public bug reported:

Hey,
  the current version of efibootmgr has a small ordering bug that causes, at 
least on x240, a duplicated boot entry to be added to UEFI, breaking the boot - 
UEFI resets everything to default values, and you have to boot from usb stick 
to fix uefi entries. There is an upstream patch that fixes it, and it would be 
great if we could add it.

Upstream bug report is https://github.com/vathpela/efibootmgr/issues/7

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

** Description changed:

  Hey,
-   the current version of efibootmgr has a small ordering bug that causes, at 
least on x240, a duplicated boot entry to be added to UEFI, breaking the boot - 
UEFI resets everything to default values, and you have to boot from usb stick 
to fix uefi entries. There is an upstream patch that fixes it, and it would be 
great if we could add it.
+   the current version of efibootmgr has a small ordering bug that causes, at 
least on x240, a duplicated boot entry to be added to UEFI, breaking the boot - 
UEFI resets everything to default values, and you have to boot from usb stick 
to fix uefi entries. There is an upstream patch that fixes it, and it would be 
great if we could add it.
+ 
+ Upstream bug report is https://github.com/vathpela/efibootmgr/issues/7

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

Title:
  efibootmgr may create a duplicated boot entry, breaking UEFI boot.

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

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

[Bug 1293638] [NEW] quick alt+letter sequence interpretted as open HUD.

2014-03-17 Thread Krzysztof Klimonda
Public bug reported:

When I press alt + a letter (or any other letter) in quick succession
the HUD opens (and the key combination is sent to the focused
application).

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: unity 7.1.2+14.04.20140313-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-17.37-generic 3.13.6
Uname: Linux 3.13.0-17-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.13.3-0ubuntu1
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CurrentDesktop: Unity
Date: Mon Mar 17 16:39:02 2014
InstallationDate: Installed on 2014-01-26 (49 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140124)
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty

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

Title:
  quick alt+letter sequence interpretted as open HUD.

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

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


[Bug 1278011] [NEW] various graphical glitches when watching a full screen video on one screen, and doing stuff on the other one.

2014-02-08 Thread Krzysztof Klimonda
Public bug reported:

Depending on the current position of the planets, if I'm watching a full
screen video on one screen (mplayer2 with vo=xv, vo=vdpau actually seems
to make it worse) I encounter various graphical glitches on the other
monitor: alt-tab overlay not disappearing completely/partially, terminal
window not refreshing. When I change from full screen to windowed mode
it works.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: unity 7.1.2+14.04.20131106.1-0ubuntu4
ProcVersionSignature: Ubuntu 3.13.0-8.27-generic 3.13.2
Uname: Linux 3.13.0-8-generic x86_64
NonfreeKernelModules: nvidia
.proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
.proc.driver.nvidia.registry: Binary: 
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  331.38  Wed Jan  8 19:32:30 
PST 2014
 GCC version:  gcc version 4.8.2 (Ubuntu/Linaro 4.8.2-14ubuntu4)
.proc.driver.nvidia.warnings.fbdev:
 Your system is not currently configured to drive a VGA console
 on the primary VGA device. The NVIDIA Linux graphics driver
 requires the use of a text-mode VGA console. Use of other console
 drivers including, but not limited to, vesafb, may result in
 corruption and stability problems, and is not supported.
.tmp.unity.support.test.0:
 
ApportVersion: 2.13.2-0ubuntu2
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Sun Feb  9 04:10:11 2014
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
GraphicsCard:
 NVIDIA Corporation GF114 [GeForce GTX 560 Ti] [10de:1200] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: Micro-Star International Co., Ltd. Device [1462:2384]
InstallationDate: Installed on 2014-01-26 (13 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140124)
MachineType: System manufacturer System Product Name
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-8-generic.efi.signed 
root=UUID=eb7e187a-fbcf-44b6-8288-1b690490279c ro quiet splash vt.handoff=7
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/01/2012
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 3602
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: P8P67 PRO
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr3602:bd11/01/2012:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP8P67PRO:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
version.compiz: compiz 1:0.9.10+13.10.20131011-0ubuntu4
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.52-1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.0.1-1ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.0.1-1ubuntu2
version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.15.0-1ubuntu3
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.909-0ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Sat Feb  8 23:00:24 2014
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.15.0-1ubuntu3

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


** Tags: amd64 apport-bug compiz-0.9 trusty ubuntu

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

Title:
  various graphical glitches when watching a full screen video on one
  screen, and doing stuff on the other one.

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

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


[Bug 1273690] [NEW] can't disable Alt+Button1 shortcut for moving windows around

2014-01-28 Thread Krzysztof Klimonda
Public bug reported:

trying to modify the Move Window - Initiate Window Move value doesn't
work, in fact it gets reverted to Alt+Button1 if disabled, otherwise the
new value sticks, but is silently ignored.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: unity 7.1.2+14.04.20131106.1-0ubuntu2
ProcVersionSignature: Ubuntu 3.13.0-5.20-generic 3.13.0
Uname: Linux 3.13.0-5-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.13.2-0ubuntu2
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CurrentDesktop: Unity
Date: Tue Jan 28 14:43:27 2014
InstallationDate: Installed on 2014-01-26 (1 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Alpha amd64 (20140124)
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty

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

Title:
  can't disable Alt+Button1 shortcut for moving windows around

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

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


[Bug 969579] Re: xvba-va-driver broken

2012-04-21 Thread Krzysztof Klimonda
Package installs libraries in the wrong location, not taking multiarch
into consideration. It's too late in the cycle to sync with Debian
(fixing bug #809765) because the debian package FTBFS due to the missing
header file. But we can fix the current package so it installs libraries
in the correct location, by changing debian/rules a bit. Attached is the
debdiff for the version currently waiting for the approval.

** Patch added: xvba-video_0.7.8-1ubuntu3.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/xvba-video/+bug/969579/+attachment/3097754/+files/xvba-video_0.7.8-1ubuntu3.debdiff

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

Title:
  xvba-va-driver broken

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

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


[Bug 951000] Re: disable guest session screen lock using gsettings

2012-04-19 Thread Krzysztof Klimonda
@seb128: Should that still be happening? Your comment suggests that it
shouldn't be the case but my guest session has screen lock active every
time I switch to it.

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

Title:
  disable guest session screen lock using gsettings

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

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


Re: [Bug 951000] Re: disable guest session screen lock using gsettings

2012-04-19 Thread Krzysztof Klimonda
$ gsettings get org.gnome.desktop.screensaver lock-enabled
true
$ gsettings set org.gnome.desktop.screensaver lock-enabled false
$ gsettings get org.gnome.desktop.screensaver lock-enabled
false
$  # it reverts back to true after I create a new guest session

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

Title:
  disable guest session screen lock using gsettings

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

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


[Bug 951000] Re: disable guest session screen lock using gsettings

2012-04-19 Thread Krzysztof Klimonda
It seems that the issue is somehow related to the Apparmor profile, but
unfortunately by disabling it and logging in as guest I've fixed it and
now, even after I re-enable the profile lock is disabled [1]

I have no idea what the actual error was, although there are quite a few
apparmor audit messages when the session is started:

[   54.554230] type=1400 audit(1334831715.697:30): apparmor=DENIED 
operation=open parent=1 
profile=/usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper 
name=/proc/2665/cmdline pid=2660 comm=dbus-daemon requested_mask=r 
denied_mask=r fsuid=132 ouid=0
[   54.554593] type=1400 audit(1334831715.697:31): apparmor=DENIED 
operation=open parent=1 
profile=/usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper 
name=/proc/2666/cmdline pid=2660 comm=dbus-daemon requested_mask=r 
denied_mask=r fsuid=132 ouid=0
[   54.555207] type=1400 audit(1334831715.697:32): apparmor=DENIED 
operation=open parent=1 
profile=/usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper 
name=/proc/2667/cmdline pid=2660 comm=dbus-daemon requested_mask=r 
denied_mask=r fsuid=132 ouid=0
[   54.555823] type=1400 audit(1334831715.697:33): apparmor=DENIED 
operation=open parent=1 
profile=/usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper 
name=/proc/2668/cmdline pid=2660 comm=dbus-daemon requested_mask=r 
denied_mask=r fsuid=132 ouid=0
[   54.560074] type=1400 audit(1334831715.701:34): apparmor=DENIED 
operation=open parent=1 
profile=/usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper 
name=/proc/2671/cmdline pid=2660 comm=dbus-daemon requested_mask=r 
denied_mask=r fsuid=132 ouid=0
[   54.580359] type=1400 audit(1334831715.721:35): apparmor=DENIED 
operation=mount parent=1 
profile=/usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper 
name=/tmp/guest-1MB45i/.gvfs/ pid=2684 comm=gvfs-fuse-daemo 
fstype=fuse.gvfs-fuse-daemon srcname=gvfs-fuse-daemon flags=rw, nosuid, 
nodev
[   62.044159] type=1400 audit(1334831729.207:36): apparmor=DENIED 
operation=open parent=1 
profile=/usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper 
name=/proc/2575/stat pid=2819 comm=bamfdaemon requested_mask=r 
denied_mask=r fsuid=132 ouid=0
[   62.044181] type=1400 audit(1334831729.207:37): apparmor=DENIED 
operation=open parent=1 
profile=/usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper 
name=/proc/1473/stat pid=2819 comm=bamfdaemon requested_mask=r 
denied_mask=r fsuid=132 ouid=0

but this could be red herring

I'm closing the bug for now, Seb has said that he'll try to reproduce it
on the newly installed system from the daily CD, and if he can he'll
reopen it. For now I don't see how we can even track it any further.

[1] gsettings get org.gnome.desktop.screensaver lock-enabled returns
true but the Lock Screen menu entry is gone, ctrl+alt+L does nothing
and lock related options in the Lock  Brightness settings panel are
disabled.

** Changed in: lightdm (Ubuntu)
   Status: Confirmed = Invalid

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

Title:
  disable guest session screen lock using gsettings

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

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


[Bug 983451] [NEW] plain text mail background not white

2012-04-16 Thread Krzysztof Klimonda
Public bug reported:

when I open a plain-text email its background is the same as the
background surrounding it, and it should be white.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: evolution 3.2.3-0ubuntu6
ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
Uname: Linux 3.2.0-23-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu3
Architecture: amd64
Date: Mon Apr 16 22:17:31 2012
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 (20120125)
ProcEnviron:
 LANGUAGE=en_US:en
 TERM=xterm
 PATH=(custom, 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 precise

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

Title:
  plain text mail background not white

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

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


[Bug 983451] Re: plain text mail background not white

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

Title:
  plain text mail background not white

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

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


[Bug 981044] Re: [FFe] Sync znc 0.206-1 (universe) from Debian unstable (main)

2012-04-15 Thread Krzysztof Klimonda
** Summary changed:

- Sync znc 0.206-1 (universe) from Debian unstable (main)
+ [FFe] Sync znc 0.206-1 (universe) from Debian unstable (main)

** Description changed:

  Please sync znc 0.206-1 (universe) from Debian unstable (main)
  
  Changelog entries since current precise version 0.204-1:
  
  znc (0.206-1) unstable; urgency=low
  
-   * New upstream release.
-   * Remove note about not existing znc.conf.gz example.
+   * New upstream release.
+   * Remove note about not existing znc.conf.gz example.
  
-  -- Patrick Matthäi pmatth...@debian.org  Fri, 06 Apr 2012 20:42:26
+  -- Patrick Matthäi pmatth...@debian.org  Fri, 06 Apr 2012 20:42:26
  +0200
  
  znc (0.204-2) unstable; urgency=low
  
-   * Bump Standards-Version to 3.9.3 (no changes needed).
-   * Overwrite lintian warning no-upstream-changelog.
+   * Bump Standards-Version to 3.9.3 (no changes needed).
+   * Overwrite lintian warning no-upstream-changelog.
  
-  -- Patrick Matthäi pmatth...@debian.org  Sat, 25 Feb 2012 22:01:10
+  -- Patrick Matthäi pmatth...@debian.org  Sat, 25 Feb 2012 22:01:10
  +0100
- 
  
  ZNC Main Site ChangeLogs (contains additional information regarding changes):
  http://wiki.znc.in/ChangeLog/0.206
  FIXES (including bug fixes):
  * Identfile: don't crash when ZNC is shutting down.
  * CTCPReplies setting with empty value now blocks those CTCP requests to the 
client.
  * Show more sane error messages instead of Error: Success.
  * Imapauth: Follow RFC more closely.
- * No is a false value too. 
+ * No is a false value too.
  MINOR CHANGES:
  * Add Show command to identfile, which should help you to understand what's 
going on, if identfile is blocking every connection attempt for some reason.
  * Make TLS certs valid for 10 years.
  * Ask for port  1024 in --makeconf.
  * Reset JoinTries counter when we enable a channel.
+ 
+ The actual source diff is small and sane, there shouldn't be any problem
+ with it - I don't think the lucid-precise upgrade has been tested, but
+ the same can be said for 0.204-1.

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

Title:
  [FFe] Sync znc 0.206-1 (universe) from Debian unstable (main)

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

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

[Bug 981044] Re: [FFe] Sync znc 0.206-1 (universe) from Debian unstable (main)

2012-04-15 Thread Krzysztof Klimonda
This bug was fixed in the package znc - 0.206-1
Sponsored for Thomas Ward (EvilPhoenix) (trekcaptainusa-tw)

---
znc (0.206-1) unstable; urgency=low

  * New upstream release.
  * Remove note about not existing znc.conf.gz example.

 -- Patrick Matthäi pmatth...@debian.org  Fri, 06 Apr 2012 20:42:26
+0200

znc (0.204-2) unstable; urgency=low

  * Bump Standards-Version to 3.9.3 (no changes needed).
  * Overwrite lintian warning no-upstream-changelog.

 -- Patrick Matthäi pmatth...@debian.org  Sat, 25 Feb 2012 22:01:10
+0100

** Changed in: znc (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  [FFe] Sync znc 0.206-1 (universe) from Debian unstable (main)

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

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

[Bug 970932] Re: unity moves windows between workspaces when you try switching to them

2012-04-04 Thread Krzysztof Klimonda
** Description changed:

  Whwn you use super+arrows to arrange windows on a workspace, and then
  switch to another workspace, and try to switch back using either
  super+#, or by clicking on a application in the launcher, instead of
  switching back to the original workspace, unity moves the application
  around between workspaces.
+ 
+ STEPS TO REPRODUCE:
+ 
+ 1. switch to the guest session
+ 2. switch launcher to auto hide
+ 3. open dash, launch gedit
+ 4. press super+left to resize it
+ 5. press ctrl+alt+right to switch workspace
+ 6. open nautilus from the launcher
+ 7. click on the gedit icon on the launcher
+ 
+ WHAT HAPPENS:
+ 
+ gedit window moves from upper-left to the upper-right workspace
+ 
+ WHAT I EXPECTED:
+ 
+ unity should change from upper-right to the upper-left workspace, and
+ gedit should become focused

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

Title:
  unity moves windows between workspaces when you try switching to them

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

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


[Bug 970932] Re: unity treats windows as belonging to multiple workspaces at the same time

2012-04-03 Thread Krzysztof Klimonda
** Summary changed:

- even if only a tiny part of the window is visible on the workspace unity lets 
you alt-tab to it, and move it around
+ unity treats windows as belonging to multiple workspaces at the same time

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

Title:
  unity treats windows as belonging to multiple workspaces at the same
  time

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

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


[Bug 972711] [NEW] greeter-show-guest setting from the example lightdm.conf doesn't work

2012-04-03 Thread Krzysztof Klimonda
Public bug reported:

in /usr/share/doc/lightdm/examples/lightdm.conf.example there is a list
of available settings you can use to control lighdm. At least one of
those settings, greeter-show-guest, does not match what Lighdm actually
checks (which is greeter-allow-guest) so you have to fall back to
checking source to find how to disable guest account in the greeter.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: lightdm 1.1.9-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-21.34-generic 3.2.13
Uname: Linux 3.2.0-21-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0-0ubuntu4
Architecture: amd64
Date: Tue Apr  3 20:19:14 2012
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 (20120125)
ProcEnviron:
 LANGUAGE=en_US:en
 TERM=xterm
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: lightdm
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise

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

Title:
  greeter-show-guest setting from the example lightdm.conf doesn't work

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

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


[Bug 972711] Re: greeter-show-guest setting from the example lightdm.conf doesn't work

2012-04-03 Thread Krzysztof Klimonda
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/972711

Title:
  greeter-show-guest setting from the example lightdm.conf doesn't work

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

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


[Bug 972711] Re: greeter-show-guest setting from the example lightdm.conf doesn't work

2012-04-03 Thread Krzysztof Klimonda
Fix commited to lp:lightdm

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

Title:
  greeter-show-guest setting from the example lightdm.conf doesn't work

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

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


[Bug 970932] Re: unity moves windows between workspaces when you try switching to them

2012-04-03 Thread Krzysztof Klimonda
** Summary changed:

- unity treats windows as belonging to multiple workspaces at the same time
+ unity moves windows between workspaces when you try switching to them

** Description changed:

- Unity should never really move windows between workspaces unless you
- tell it to do it explicitly. Now it's enough to put a tiniest part of
- the window too far (so it's visible on other workspaces) for unity to
- consider it belonging to more than one workspace. You can switch to this
- window using alt-tab even if you are not on the workspace where you left
- the majority of it, and unity is happy to move it around which is
- confusing.
+ Whwn you use super+arrows to arrange windows on a workspace, and then
+ switch to another workspace, and try to switch back using either
+ super+#, or by clicking on a application in the launcher, instead of
+ switching back to the original workspace, unity moves the application
+ around between workspaces.

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

Title:
  unity moves windows between workspaces when you try switching to them

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

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


[Bug 969627] Re: short lag between greeter starting and interface being responsive

2012-04-01 Thread Krzysztof Klimonda
No, it doesn't look like xrandr is an issue, as the time xrandr is
pretty much instantaneous

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

Title:
  short lag between greeter starting and interface being responsive

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

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


[Bug 970679] Re: winbind coredumps when encountering a group with over 1000 members

2012-04-01 Thread Krzysztof Klimonda
** Changed in: samba (Ubuntu)
   Importance: Undecided = High

** Changed in: samba (Ubuntu)
   Status: New = Triaged

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

Title:
  winbind coredumps when encountering a group with over 1000 members

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

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


[Bug 969546] Re: windows moving between workspaces

2012-04-01 Thread Krzysztof Klimonda
Hey, it may be a duplicate of another bug but from description it
doesn't seem like it's bug 862430.

** This bug is no longer a duplicate of bug 862430
   window flicker for a short time after switching workspaces

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

Title:
  windows moving between workspaces

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

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


[Bug 970932] [NEW] even if only a tiny part of the window is visible on the workspace unity lets you alt-tab to it, and move it around

2012-04-01 Thread Krzysztof Klimonda
Public bug reported:

Unity should never really move windows between workspaces unless you
tell it to do it explicitly. Now it's enough to put a tiniest part of
the window too far (so it's visible on other workspaces) for unity to
consider it belonging to more than one workspace. You can switch to this
window using alt-tab even if you are not on the workspace where you left
the majority of it, and unity is happy to move it around which is
confusing.

** Affects: unity (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/970932

Title:
  even if only a tiny part of the window is visible on the workspace
  unity lets you alt-tab to it, and move it around

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

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


[Bug 969576] Re: BUG: unable to handle kernel NULL pointer dereference at (null) [asus_wmi_rfkill_init]

2012-03-31 Thread Krzysztof Klimonda
This patch fixed the original OOPS, but a new, related, one shows up on
my computer:

[   15.719997] BUG: unable to handle kernel NULL pointer dereference at 
0004
[   15.720229] IP: [a0091a07] asus_wmi_platform_init+0x87/0x150 
[asus_wmi]
[   15.720354] PGD 122837067 PUD 126e90067 PMD 0 
[   15.720567] Oops:  [#1] SMP 
[   15.720730] CPU 0 
[   15.720783] Modules linked in: eeepc_wmi(+) asus_wmi snd joydev 
sparse_keymap mac_hid btusb mei(C) soundcore serio_raw snd_page_alloc bluetooth 
mxm_wmi wmi hid_microsoft usbhid hid dm_snapshot firewire_ohci firewire_core 
crc_itu_t e1000e
[   15.722094] 
[   15.722154] Pid: 797, comm: modprobe Tainted: G C   3.2.0-21-generic 
#34 System manufacturer System Product Name/P8P67 PRO
[   15.722382] RIP: 0010:[a0091a07]  [a0091a07] 
asus_wmi_platform_init+0x87/0x150 [asus_wmi]
[   15.722508] RSP: 0018:8801251ddc88  EFLAGS: 00010246
[   15.722571] RAX:  RBX: 88012717f800 RCX: 0008e5f8
[   15.722636] RDX:  RSI: 000165a0 RDI: 88012a802600
[   15.722702] RBP: 8801251ddca8 R08: ea0004906240 R09: a00910bb
[   15.722766] R10:  R11:  R12: 88012717e800
[   15.722831] R13: a00fd080 R14: fff4 R15: 88012717e800
[   15.722896] FS:  7fcc75f92700() GS:88012f40() 
knlGS:
[   15.722969] CS:  0010 DS:  ES:  CR0: 80050033
[   15.723032] CR2: 0004 CR3: 000125288000 CR4: 000406f0
[   15.723097] DR0:  DR1:  DR2: 
[   15.723162] DR3:  DR6: 0ff0 DR7: 0400
[   15.723227] Process modprobe (pid: 797, threadinfo 8801251dc000, task 
880124cd16f0)
[   15.723299] Stack:
[   15.723359]  8801251ddca8 a00fb0a3 fff4 
88012717f800
[   15.723633]  8801251ddcd8 a0092f75 88012717e800 
a00fd080
[   15.723907]  a00fd080  8801251ddcf8 
a0093184
[   15.724181] Call Trace:
[   15.724243]  [a0092f75] asus_wmi_add+0x95/0x250 [asus_wmi]
[   15.724308]  [a0093184] asus_wmi_probe+0x54/0x80 [asus_wmi]
[   15.724374]  [813f6167] platform_drv_probe+0x17/0x20
[   15.724438]  [813f49c8] really_probe+0x68/0x190
[   15.724503]  [813f4c55] driver_probe_device+0x45/0x70
[   15.724567]  [813f4d2b] __driver_attach+0xab/0xb0
[   15.724631]  [813f4c80] ? driver_probe_device+0x70/0x70
[   15.724695]  [813f4c80] ? driver_probe_device+0x70/0x70
[   15.724760]  [813f3abc] bus_for_each_dev+0x5c/0x90
[   15.724824]  [813f478e] driver_attach+0x1e/0x20
[   15.724887]  [813f43e0] bus_add_driver+0x1a0/0x270
[   15.724951]  [813f5296] driver_register+0x76/0x140
[   15.725016]  [813f6726] platform_driver_register+0x46/0x50
[   15.725081]  [813f6758] platform_driver_probe+0x28/0xb0
[   15.725146]  [813f6ef1] platform_create_bundle+0xc1/0xf0
[   15.725212]  [a0093130] ? asus_wmi_add+0x250/0x250 [asus_wmi]
[   15.725276]  [a009e000] ? 0xa009dfff
[   15.725339]  [a009196a] asus_wmi_register_driver+0x5a/0x70 
[asus_wmi]
[   15.725412]  [a009e010] eeepc_wmi_init+0x10/0x1000 [eeepc_wmi]
[   15.725478]  [81002040] do_one_initcall+0x40/0x180
[   15.725543]  [810a89ce] sys_init_module+0xbe/0x230
[   15.725608]  [81664602] system_call_fastpath+0x16/0x1b
[   15.725671] Code: 0f 84 99 00 00 00 31 c9 31 d2 31 f6 bf 44 43 54 53 e8 4e 
f6 ff ff 85 c0 75 4a c7 03 44 43 54 53 48 8b 83 90 03 00 00 48 8b 40 38 8b 50 
04 85 d2 78 11 31 c9 be 03 00 01 00 bf 44 45 56 53 e8 21 
[   15.729040] RIP  [a0091a07] asus_wmi_platform_init+0x87/0x150 
[asus_wmi]
[   15.729163]  RSP 8801251ddc88
[   15.729224] CR2: 0004
[   15.729292] ---[ end trace e72536b1b8b35ab0 ]---


And yes, on my computer with 3.2.0-21-generic boot also stalls if I don't boot 
in the rescue mode (and then I can start lightdm by hand) but I'm not sure if 
it's related

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

Title:
  BUG: unable to handle kernel NULL pointer dereference at (null)
  [asus_wmi_rfkill_init]

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

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


[Bug 969576] Re: BUG: unable to handle kernel NULL pointer dereference at (null) [asus_wmi_rfkill_init]

2012-03-31 Thread Krzysztof Klimonda
** Attachment added: lsmod output
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/969576/+attachment/2976586/+files/lsmod.txt

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

Title:
  BUG: unable to handle kernel NULL pointer dereference at (null)
  [asus_wmi_rfkill_init]

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

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


[Bug 969576] Re: BUG: unable to handle kernel NULL pointer dereference at (null) [asus_wmi_rfkill_init]

2012-03-31 Thread Krzysztof Klimonda
** Attachment added: dmesg.log
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/969576/+attachment/2976587/+files/dmesg.log

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

Title:
  BUG: unable to handle kernel NULL pointer dereference at (null)
  [asus_wmi_rfkill_init]

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

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


[Bug 969576] Re: BUG: unable to handle kernel NULL pointer dereference at (null) [asus_wmi_rfkill_init]

2012-03-31 Thread Krzysztof Klimonda
I've attached lsmod output and dmesg log from the 3.2.0-20 kernel

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

Title:
  BUG: unable to handle kernel NULL pointer dereference at (null)
  [asus_wmi_rfkill_init]

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

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


[Bug 970493] [NEW] When High Contrast theme is enabled unity panel is transparent

2012-03-31 Thread Krzysztof Klimonda
Public bug reported:

Enabling either High Contrast or High Contrast Inverse themes make unity
top panel completely transparent

** Affects: unity (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/970493

Title:
  When High Contrast theme is enabled unity panel is transparent

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

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


[Bug 969516] [NEW] graphical artifacts related to workspace switching

2012-03-30 Thread Krzysztof Klimonda
Public bug reported:

when I switch between workspaces the graphical indicator blinks for a
second or less displaying windows from the old workspace on the new one.
There is also a similar bug when I drag windows between workspaces in
the overview - the entire overview blinks for a second showing the
content of the workspace.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: unity 5.8.0-0ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-20.33-generic 3.2.12
Uname: Linux 3.2.0-20-generic x86_64
NonfreeKernelModules: nvidia
.proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
.proc.driver.nvidia.registry: Binary: 
.tmp.unity.support.test.0:
 
ApportVersion: 2.0-0ubuntu1
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
CompositorRunning: compiz
Date: Fri Mar 30 21:09:44 2012
DistUpgraded: Fresh install
DistroCodename: precise
DistroVariant: ubuntu
GraphicsCard: NVIDIA Corporation G84 [GeForce 8600 GT] [10de:0402] (rev a1) 
(prog-if 00 [VGA controller])
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 (20120125)
MachineType: System manufacturer System Product Name
ProcEnviron:
 LANGUAGE=en_US:en
 TERM=xterm
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-20-generic 
root=/dev/mapper/vg_red-root ro quiet splash vt.handoff=7
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)
XorgConf:
 Section Device
Identifier  Default Device
Option  NoLogoTrue
 EndSection
dmi.bios.date: 06/08/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1704
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: P8P67 PRO
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1704:bd06/08/2011:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP8P67PRO:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
version.compiz: compiz 1:0.9.7.2-0ubuntu4
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.32-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu3
version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu8
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

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


** Tags: amd64 apport-bug compiz-0.9 precise regression reproducible ubuntu

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

Title:
  graphical artifacts related to workspace switching

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

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


[Bug 969516] Re: graphical artifacts related to workspace switching

2012-03-30 Thread Krzysztof Klimonda
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/969516

Title:
  graphical artifacts related to workspace switching

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

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


[Bug 969546] [NEW] windows moving between workspaces

2012-03-30 Thread Krzysztof Klimonda
Public bug reported:

When I resize window to take half of the screen (by using super+left
arrow, or by dragging it to the left), switch workspace to the right
one, and try to switch back to the left workspace by clicking on the
application icon in the launcher instead of switching workspaces
application is first moved to the bottom right workspace and then to the
top one.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: unity 5.8.0-0ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-21.34-generic 3.2.13
Uname: Linux 3.2.0-21-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0-0ubuntu1
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
Date: Fri Mar 30 21:45:41 2012
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 (20120125)
ProcEnviron:
 LANGUAGE=en_US:en
 TERM=xterm
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise

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

Title:
  windows moving between workspaces

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

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


[Bug 969546] Re: windows moving between workspaces

2012-03-30 Thread Krzysztof Klimonda
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/969546

Title:
  windows moving between workspaces

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

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


[Bug 969555] [NEW] unity launcher and the help screen stucked after using super+left, right, top combinations

2012-03-30 Thread Krzysztof Klimonda
Public bug reported:

When I use super+arrows windows are positioned properly but after a
moment both launcher (with numbers on icons) and the help screen show up
and I have to press super again (twice actually, first time to bring
dash) to hide them.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: unity 5.8.0-0ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-21.34-generic 3.2.13
Uname: Linux 3.2.0-21-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0-0ubuntu1
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
Date: Fri Mar 30 21:52:39 2012
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 (20120125)
ProcEnviron:
 LANGUAGE=en_US:en
 TERM=xterm
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise

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

Title:
  unity launcher and the help screen stucked after using
  super+left,right,top combinations

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

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


[Bug 969555] Re: unity launcher and the help screen stucked after using super+left, right, top combinations

2012-03-30 Thread Krzysztof Klimonda
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/969555

Title:
  unity launcher and the help screen stucked after using
  super+left,right,top combinations

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

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


[Bug 969576] [NEW] BUG: unable to handle kernel NULL pointer dereference at (null) [asus_wmi_rfkill_init]

2012-03-30 Thread Krzysztof Klimonda
Public bug reported:

[   12.371250] BUG: unable to handle kernel NULL pointer dereference at 
  (null)
[   12.371436] IP: [a00a6d08] asus_wmi_rfkill_init+0x188/0x200 
[asus_wmi]
[   12.371569] PGD 1254bf067 PUD 1254be067 PMD 0 
[   12.371797] Oops:  [#1] SMP 
[   12.371970] CPU 3 
[   12.372026] Modules linked in: eeepc_wmi(+) asus_wmi mei(C) usbhid hid 
mac_hid soundcore snd_page_alloc sparse_keymap mxm_wmi wmi dm_multipath 
serio_raw dm_snapshot firewire_ohci firewire_core crc_itu_t e1000e
[   12.373206] 
[   12.373270] Pid: 821, comm: modprobe Tainted: G C   3.2.0-21-generic 
#34-Ubuntu System manufacturer System Product Name/P8P67 PRO
[   12.373513] RIP: 0010:[a00a6d08]  [a00a6d08] 
asus_wmi_rfkill_init+0x188/0x200 [asus_wmi]
[   12.373646] RSP: 0018:8801254abc98  EFLAGS: 00010246
[   12.373712] RAX:  RBX: 88012717c400 RCX: 0be0
[   12.373781] RDX:  RSI: 000165a0 RDI: 88012a802600
[   12.373849] RBP: 8801254abca8 R08: 00010021 R09: a00a50bb
[   12.373917] R10:  R11:  R12: ffed
[   12.373986] R13: a0088088 R14:  R15: 88012717cc00
[   12.374055] FS:  7f53bd2df700() GS:88012f58() 
knlGS:
[   12.374131] CS:  0010 DS:  ES:  CR0: 80050033
[   12.374197] CR2:  CR3: 0001254bc000 CR4: 000406e0
[   12.374266] DR0:  DR1:  DR2: 
[   12.374334] DR3:  DR6: 0ff0 DR7: 0400
[   12.374403] Process modprobe (pid: 821, threadinfo 8801254aa000, task 
8801258dc4d0)
[   12.374479] Stack:
[   12.374543]  88012717c400 88012717cc00 8801254abcd8 
a00a6ff7
[   12.374833]  88012717cc00 a0088088 a0088088 

[   12.375125]  8801254abcf8 a00a7194 a0088088 
88012717cc10
[   12.375413] Call Trace:
[   12.375480]  [a00a6ff7] asus_wmi_add+0x117/0x260 [asus_wmi]
[   12.375548]  [a00a7194] asus_wmi_probe+0x54/0x80 [asus_wmi]
[   12.375619]  [813f6167] platform_drv_probe+0x17/0x20
[   12.375685]  [813f49c8] really_probe+0x68/0x190
[   12.375752]  [813f4c55] driver_probe_device+0x45/0x70
[   12.375819]  [813f4d2b] __driver_attach+0xab/0xb0
[   12.375886]  [813f4c80] ? driver_probe_device+0x70/0x70
[   12.375953]  [813f4c80] ? driver_probe_device+0x70/0x70
[   12.376022]  [813f3abc] bus_for_each_dev+0x5c/0x90
[   12.376088]  [813f478e] driver_attach+0x1e/0x20
[   12.376155]  [813f43e0] bus_add_driver+0x1a0/0x270
[   12.376222]  [813f5296] driver_register+0x76/0x140
[   12.376290]  [813f6726] platform_driver_register+0x46/0x50
[   12.376358]  [813f6758] platform_driver_probe+0x28/0xb0
[   12.376426]  [813f6ef1] platform_create_bundle+0xc1/0xf0
[   12.376495]  [a00a7140] ? asus_wmi_add+0x260/0x260 [asus_wmi]
[   12.376563]  [a005] ? 0xa004
[   12.376631]  [a00a596a] asus_wmi_register_driver+0x5a/0x70 
[asus_wmi]
[   12.376707]  [a0050010] eeepc_wmi_init+0x10/0x1000 [eeepc_wmi]
[   12.376778]  [81002040] do_one_initcall+0x40/0x180
[   12.376847]  [810a89ce] sys_init_module+0xbe/0x230
[   12.376914]  [81664602] system_call_fastpath+0x16/0x1b
[   12.376981] Code: 00 48 c7 c2 06 87 0a a0 48 89 df e8 33 f3 ff ff 83 f8 ed 
41 89 c4 74 08 85 c0 0f 85 f3 fe ff ff 48 8b 83 90 03 00 00 48 8b 40 40 80 38 
00 75 18 41 83 fc ed 0f 84 e1 fe ff ff 45 85 e4 0f 84 d8 
[   12.380562] RIP  [a00a6d08] asus_wmi_rfkill_init+0x188/0x200 
[asus_wmi]
[   12.380693]  RSP 8801254abc98
[   12.380758] CR2: 
[   12.380830] ---[ end trace a01667d4cc0c35c5 ]---

I'm not sure what's the effect of this OOPS, kernel seems stable so far
and I can use /sys/class/rfkill/rfkill0/state to disable/enable
bluetooth (it's a desktop computer so no hardware switch).

It wasn't a problem on vmlinuz-3.2.0-20-generic so it seems to be a
regression related to the latest update

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: linux-image-3.2.0-21-generic 3.2.0-21.34
ProcVersionSignature: Ubuntu 3.2.0-21.34-generic 3.2.13
Uname: Linux 3.2.0-21-generic x86_64
NonfreeKernelModules: nvidia
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 2.0-0ubuntu1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  kklimonda   4138 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Date: Fri Mar 30 22:24:43 2012
HibernationDevice: RESUME=UUID=67bba538-b17b-4f70-83a2-5f74d881f6e2
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 (20120125)
MachineType: System manufacturer System Product Name
ProcEnviron:
 LANGUAGE=en_US:en
 TERM=xterm
 

[Bug 969576] Re: BUG: unable to handle kernel NULL pointer dereference at (null) [asus_wmi_rfkill_init]

2012-03-30 Thread Krzysztof Klimonda
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/969576

Title:
  BUG: unable to handle kernel NULL pointer dereference at (null)
  [asus_wmi_rfkill_init]

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

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


[Bug 969576] Re: BUG: unable to handle kernel NULL pointer dereference at (null) [asus_wmi_rfkill_init]

2012-03-30 Thread Krzysztof Klimonda
it has happened both times I have rebooted with  3.2.0-21-generic kernel
so I think it's reproducible.

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

Title:
  BUG: unable to handle kernel NULL pointer dereference at (null)
  [asus_wmi_rfkill_init]

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

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


[Bug 969576] Re: BUG: unable to handle kernel NULL pointer dereference at (null) [asus_wmi_rfkill_init]

2012-03-30 Thread Krzysztof Klimonda
I just booted with 3.2.0-20 and the problem doesn't show up here.

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

Title:
  BUG: unable to handle kernel NULL pointer dereference at (null)
  [asus_wmi_rfkill_init]

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

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


[Bug 969576] Re: BUG: unable to handle kernel NULL pointer dereference at (null) [asus_wmi_rfkill_init]

2012-03-30 Thread Krzysztof Klimonda
and yes, my motherboard is also Asus P8P67 PRO (rev3.0)

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

Title:
  BUG: unable to handle kernel NULL pointer dereference at (null)
  [asus_wmi_rfkill_init]

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

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


[Bug 969627] [NEW] short lag between greeter starting and interface being responsive

2012-03-30 Thread Krzysztof Klimonda
Public bug reported:

After boot, when unity-greeter starts there is a short pause (few
seconds) when I can't enter my password - or rather when the widget
doesn't refresh (because after the pause I can see password entered). I
guess there is something hammering either disk or gpu/cpu happening at
this time but I'm not sure how to debug it (maybe bootchart? I'll try
tomorrow)

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: unity-greeter 0.2.6-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-20.33-generic 3.2.12
Uname: Linux 3.2.0-20-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0-0ubuntu1
Architecture: amd64
Date: Fri Mar 30 23:41:01 2012
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 (20120125)
ProcEnviron:
 LANGUAGE=en_US:en
 TERM=xterm
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: unity-greeter
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: unity-greeter (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise

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

Title:
  short lag between greeter starting and interface being responsive

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

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


[Bug 969627] Re: short lag between greeter starting and interface being responsive

2012-03-30 Thread Krzysztof Klimonda
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/969627

Title:
  short lag between greeter starting and interface being responsive

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

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


[Bug 969735] [NEW] Choosing Quit from Unity Launcher menu doesn't quit Rhythmbox when music is playing

2012-03-30 Thread Krzysztof Klimonda
Public bug reported:

When I choose Quit from the Rhythmbox icon in the Unity launcher while
the music is playing it doesn't quit, just the window is closed (and
icon removed from dash). At the same time choosing Quit from the menu
closes the application as expected.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: rhythmbox 2.96-0ubuntu3
ProcVersionSignature: Ubuntu 3.2.0-20.32-generic 3.2.12
Uname: Linux 3.2.0-20-generic i686
NonfreeKernelModules: wl
ApportVersion: 1.95-0ubuntu1
Architecture: i386
Date: Sat Mar 31 03:35:25 2012
EcryptfsInUse: Yes
InstallationMedia: Ubuntu-Netbook 10.10 Maverick Meerkat - Release i386 
(20101007)
SourcePackage: rhythmbox
UpgradeStatus: Upgraded to precise on 2012-03-17 (14 days ago)

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


** Tags: apport-bug i386 precise

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

Title:
  Choosing Quit from Unity Launcher menu doesn't quit Rhythmbox when
  music is playing

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

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


[Bug 969735] Re: Choosing Quit from Unity Launcher menu doesn't quit Rhythmbox when music is playing

2012-03-30 Thread Krzysztof Klimonda
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/969735

Title:
  Choosing Quit from Unity Launcher menu doesn't quit Rhythmbox when
  music is playing

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

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


[Bug 942287] Re: rpc.gssd segfaults when nfs4 mounting sec=krb5

2012-03-29 Thread Krzysztof Klimonda
can you open a new bug with coredump generated by apport? You can enable
apport by following those instructions:
https://wiki.ubuntu.com/Apport#How_to_enable_apport and then the crash
should be available in /var/crash/

The logs you have pasted don't really contain anything useful, without a
backtrace there is nothing we can do to even triage it any further.

I'm closing this bug as apport is going to open a new one

** Changed in: nfs-utils (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/942287

Title:
  rpc.gssd segfaults when nfs4 mounting sec=krb5

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

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


[Bug 942287] Re: rpc.gssd segfaults when nfs4 mounting sec=krb5

2012-03-29 Thread Krzysztof Klimonda
can you open a new bug with coredump generated by apport? You can enable
apport by following those instructions:
https://wiki.ubuntu.com/Apport#How_to_enable_apport and then the crash
should be available in /var/crash/

The logs you have pasted don't really contain anything useful, without a
backtrace there is nothing we can do to even triage it any further.

I'm closing this bug as apport is going to open a new one

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

Title:
  rpc.gssd segfaults when nfs4 mounting sec=krb5

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

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


[Bug 967312] Re: Unable to select multiple torrents in the transmission window

2012-03-28 Thread Krzysztof Klimonda
I can't reproduce it locally, can you write anything else that could
help us?

** Changed in: transmission (Ubuntu)
   Status: New = Incomplete

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

Title:
  Unable to select multiple torrents in the transmission window

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

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


[Bug 967745] Re: Errors loading shutter 0.88.1 in Precise

2012-03-28 Thread Krzysztof Klimonda
As an unrelated not, shouldn't shutter disable Dropbox integration if
the library missing? The same it does with U1 etc.

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

Title:
  Errors loading shutter 0.88.1 in Precise

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

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


[Bug 967745] Re: Errors loading shutter 0.88.1 in Precise

2012-03-28 Thread Krzysztof Klimonda
Missing dependency on libnet-dropbox-api-perl

** Changed in: shutter (Ubuntu)
   Status: New = Triaged

** Changed in: shutter (Ubuntu)
   Importance: Undecided = High

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

Title:
  Errors loading shutter 0.88.1 in Precise

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

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


[Bug 938581] Re: rpc.svcgssd ERROR: prepare_krb5_rfc_cfx_buffer: not implemented

2012-03-28 Thread Krzysztof Klimonda
Lucid kernel doesn't support all the encryption types that the later
kernels (like the one from 11.10 or 12.04) support. Because of that, and
some bugs/missing code in lucid krb5/nfs-utils packages, NFSv4 server,
KDC server, and the client can't agree on the correct encryption type to
use when exchanging Kerberos tickets.

Now, it's not really a new issue - even when trying to connect 10.04
client to 10.04 server you had to set allow_weak_crypto,
default_tgs_enctypes and default_tkt_enctypes so you could mount
kerberized NFSv4 shares, but now it appears that it's not enough.

In my case, the workaround was to force des-cbc-crc encryption type on
the server by setting permitted_enctypes = des-cbc-crc in
/etc/krb5.conf, under [libdefaults] section.

I may try backporting fixes mentioned in http://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=622146 to lucid to see if it helps a bit.

I'm gong to leave the bug as affectign nfs-utils for now, and change its
importance and status based on what I've found out so far. If I can
confirm that patches from the debian bug work (and so that both bugs are
actually the same) I'll link the debian bug, add krb5 package, and try
talking with developers on preparing an SRU if possible.

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

** Changed in: nfs-utils (Ubuntu)
   Importance: Undecided = Low

** Changed in: nfs-utils (Ubuntu)
   Status: New = Triaged

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

Title:
  rpc.svcgssd ERROR: prepare_krb5_rfc_cfx_buffer: not implemented

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

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


[Bug 526302] Re: Domain = localdomain clause in idmapd.conf breaks things in Lucid - and is unnecessary

2012-03-28 Thread Krzysztof Klimonda
Yes, it has been fixed in precise in nfs-utils 1:1.2.5-2ubuntu1, I'm
closing the bug as Fix Released.

Now, as for backporting the fix to Lucid (or previous releases in
general) I don't think it's worth the risk of breaking local
configuration given that the workaround (setting a correct domain, or
hashing it out) is reallly well documented. I think changing the conf
file would raise a prompt about what to do about it on every system
where the file has been modified in the first place - and those are
already fixed anyway. So it would only help new installations, and most
of those will start moving to 12.04 soon anyway.

** Changed in: nfs-utils (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  Domain = localdomain clause in idmapd.conf breaks things in Lucid -
  and is unnecessary

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

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


[Bug 966131] Re: package 389-ds-base 1.2.10.4-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-03-27 Thread Krzysztof Klimonda
Also, in order to get your dpkg database into working state, you can
either delete /var/lib/dpkg/info/389-ds-base.postinst and
/var/lib/dpkg/info/389-ds-base.postinst, or edit /etc/init.d/dirsrv and
change exit 1 to exit 0 around line 72, and then run dpkg --configure -a
to configure packages. You can then either update to the newer version,
or remove it alltogether.

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

Title:
  package 389-ds-base 1.2.10.4-0ubuntu1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/389-ds-base/+bug/966131/+subscriptions

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


[Bug 965484] Re: redmine : Depends: ruby-rack (= 1.4.0) but 1.3.5-1 is to be installed

2012-03-26 Thread Krzysztof Klimonda
** Changed in: redmine (Ubuntu)
   Importance: Undecided = High

** Changed in: redmine (Ubuntu)
   Status: New = Triaged

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

Title:
   redmine : Depends: ruby-rack (= 1.4.0) but 1.3.5-1 is to be
  installed

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

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


[Bug 963496] [NEW] rhythmbox crashed with SIGSEGV

2012-03-23 Thread Krzysztof Klimonda
Private bug reported:

it crashed when I was trying to configure the DAAP plugin

ProblemType: Crash
DistroRelease: Ubuntu 12.04
Package: rhythmbox 2.96-0ubuntu3
ProcVersionSignature: Ubuntu 3.2.0-20.32-generic 3.2.12
Uname: Linux 3.2.0-20-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.95-0ubuntu1
Architecture: amd64
CrashCounter: 1
Date: Fri Mar 23 22:46:17 2012
Disassembly: = 0x7f1eaf9754f6: Cannot access memory at address 0x7f1eaf9754f6
ExecutablePath: /usr/bin/rhythmbox
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 (20120125)
ProcCmdline: rhythmbox
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
Signal: 11
SourcePackage: rhythmbox
StacktraceTop: ?? ()
Title: rhythmbox crashed with SIGSEGV
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm audio cdrom dip lpadmin plugdev sambashare sbuild sudo vboxusers

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


** Tags: amd64 apport-crash precise

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

Title:
  rhythmbox crashed with SIGSEGV

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

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


[Bug 946736] Re: missing openjdk-6-java.desktop file

2012-03-23 Thread Krzysztof Klimonda
** Changed in: openjdk-6 (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  missing openjdk-6-java.desktop file

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

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


[Bug 961737] [NEW] quassel-client doesn't handle notification daemon not supporting actions

2012-03-21 Thread Krzysztof Klimonda
Public bug reported:

It's actually kinda weird - I can see in the code that before adding
actions quassel-client (Qt4 version) checks if the notication daemon
supports actions, and I know that notify-osd doesn't report them as
supported, but neverthless quassel sets them and instead of a proper
notification I get a fallback popup.

As I've just found dozens upon dozens of those popups I'll try to dig
into that tomorrow.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: quassel-client-qt4 0.8.0-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-18.29-generic 3.2.9
Uname: Linux 3.2.0-18-generic i686
NonfreeKernelModules: wl
ApportVersion: 1.94.1-0ubuntu2
Architecture: i386
Date: Wed Mar 21 23:45:47 2012
EcryptfsInUse: Yes
InstallationMedia: Ubuntu-Netbook 10.10 Maverick Meerkat - Release i386 
(20101007)
SourcePackage: quassel
UpgradeStatus: Upgraded to precise on 2012-03-17 (4 days ago)

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


** Tags: apport-bug i386 precise

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

Title:
  quassel-client doesn't handle notification daemon not supporting
  actions

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

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


[Bug 961737] Re: quassel-client doesn't handle notification daemon not supporting actions

2012-03-21 Thread Krzysztof Klimonda
-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to quassel in Ubuntu.
https://bugs.launchpad.net/bugs/961737

Title:
  quassel-client doesn't handle notification daemon not supporting
  actions

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

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


[Bug 940085] Re: 12.04, Compiz Wall plugin default shortcut keys are incorrect

2012-02-27 Thread Krzysztof Klimonda
If the switch is indeed necessary could we at least try a different
combination (like ctrl+super)? shift+super doesn't feel ergonomic, every
time I change the workspace I feel like I'm back in emacs pressing
combinations like M-x or C-x C-f

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

Title:
  12.04, Compiz Wall plugin default shortcut keys are incorrect

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

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


[Bug 941423] Re: When using a bittorrent program, closing the lid disconnects WiFi, regardless of any power setting.

2012-02-26 Thread Krzysztof Klimonda
Does it only happen after you close the lid? Can you live the computer
indefinitely with Transmission running as long as you don't do that?

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

Title:
  When using a bittorrent program, closing the lid disconnects WiFi,
  regardless of any power setting.

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

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


[Bug 941141] Re: No indicator icon for transmission 2.50

2012-02-25 Thread Krzysztof Klimonda
*** This bug is a duplicate of bug 939401 ***
https://bugs.launchpad.net/bugs/939401

** This bug has been marked a duplicate of bug 939401
   The transmission tray icon doesn't show up in transmission 2.50

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

Title:
  No indicator icon for transmission 2.50

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

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


[Bug 940323] Re: Transmission appindicator no longer showing in panel

2012-02-25 Thread Krzysztof Klimonda
*** This bug is a duplicate of bug 939401 ***
https://bugs.launchpad.net/bugs/939401

** This bug has been marked a duplicate of bug 939401
   The transmission tray icon doesn't show up in transmission 2.50

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

Title:
  Transmission appindicator no longer showing in panel

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

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


[Bug 939401] Re: The transmission tray icon doesn't show up in transmission 2.50

2012-02-25 Thread Krzysztof Klimonda
I see the problem (ppa version doesn't detect libappindicate libraries).
I'll take a look at it later.

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

Title:
  The transmission tray icon doesn't show up in transmission 2.50

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

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


[Bug 940323] Re: Transmission appindicator no longer showing in panel

2012-02-24 Thread Krzysztof Klimonda
Hi, where does your version of transmission come from?

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

Title:
  Transmission appindicator no longer showing in panel

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

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


[Bug 940323] Re: Transmission appindicator no longer showing in panel

2012-02-24 Thread Krzysztof Klimonda
Hi, where does your version of transmission come from?

** Changed in: transmission (Ubuntu)
   Status: New = Incomplete

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

Title:
  Transmission appindicator no longer showing in panel

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

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


[Bug 939401] Re: The transmission tray icon doesn't show up in transmission 2.50

2012-02-23 Thread Krzysztof Klimonda
Transmission 2.50 is not the supported version for 11.10, please contact
the maintainer of the repository you are using for getting the latest
release. The problem doesn't happen with 2.50 in 12.04, so it may be
some weird issue with 11.10 release. I'm not sure, hard to tell - I
would have to check it out.

** Changed in: transmission (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/939401

Title:
  The transmission tray icon doesn't show up in transmission 2.50

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

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


[Bug 911958] Re: transmission-gtk job with memory

2012-02-10 Thread Krzysztof Klimonda
Google Translate::
Thank you for your reply. After the last update, and update the program before
the latest version (released a few days after the onset of the problem),
problem solved.

Thanks, I'm closing the bug then (as Invalid because we haven't figure
out the underlying issue)

** Changed in: transmission (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  transmission-gtk job with memory

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

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


[Bug 911958] Re: transmission-gtk job with memory

2012-02-09 Thread Krzysztof Klimonda
From Google Translate::
After a kernel update linux, started transmission. The program was
load the memory by 46 percent, and so, HDD constantly working.
Downloads do not go.

I don't really know what to make out of this, VmRss is indeed a bit high
(over 200 MiB) but I'm not sure how could kernel upgrade result in that
(also it probably gets bigger the more torrents you have).

If it's still happening can you attach content of the /proc/`pgrep
transmission-gtk`/smaps? If there is nothing weird there then maybe
there is some caching issue?

** Changed in: transmission (Ubuntu)
   Status: New = Incomplete

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

Title:
  transmission-gtk job with memory

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

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


[Bug 929940] Re: Help -- Contents leads to a 404 page

2012-02-09 Thread Krzysztof Klimonda
Thanks, I've asked upstream to fix that.

** Changed in: transmission (Ubuntu)
   Importance: Undecided = Medium

** Changed in: transmission (Ubuntu)
   Status: New = Triaged

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

Title:
  Help -- Contents leads to a 404 page

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

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


[Bug 893842] Re: Move admin group to sudo

2012-02-09 Thread Krzysztof Klimonda
I can confirm that command-not-found 0.2.46ubuntu2 on my precise system (clean 
install) is still broken.
The problem is this line::
self.user_can_sudo = grp.getgrnam(admin)[2] in posix.getgroups() or 
grp.getgrnam(sudo)[2] in posix.getgroups()
on clean systems there is no admin group, so first grp.getgrnam(admin) raises 
KeyError which is then catched and self.user_can_sude is set to False without 
checking if user is in sudo group.
As mentioned by mc3man in #24 changing the order of grp.getgrnam will fix that 
because sudo group is always there (and if user is not part of it, admin group 
will be checked)

** Changed in: command-not-found (Ubuntu Precise)
   Status: Incomplete = Triaged

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

Title:
  Move admin group to sudo

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

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


[Bug 676325] Re: Transmission loses track of downloaded content on external drives when they're unmounted

2012-02-07 Thread Krzysztof Klimonda
This bug has been fixed around 2.20 which means it's fixed in 11.10 -
quick glance at the upstream bug report shows that it's not suitable for
backporting it to the transmission release from 10.04, especially this
close to the 12.04 release.

I'm closing the bug as Fix Released as it's fixed in the stable Ubuntu
release.

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

Title:
  Transmission loses track of downloaded content on external drives when
  they're unmounted

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

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


[Bug 927772] Re: Transmission 2.33 crashes WiFi shortly after launching

2012-02-07 Thread Krzysztof Klimonda
I don't see how Transmission could crash WiFi - it doesn't do anything
wrong with networking. What may be happening is that the default
settings (a number of connections, speed limits) trigger some bugs in
the wireless driver you are using. You can try tweaking those settings
and seeing if that helps. Also your comment about not being able to use
updated kernels seems to be supporting this line of thought.

I'm closing this bug report, there isn't really much we can do with
Transmission as the default settings work fine for the vast majority of
its users.

** Changed in: transmission (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/927772

Title:
  Transmission 2.33 crashes WiFi shortly after launching

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

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


[Bug 775635] Re: blocklist will not update in ubuntu 11.04

2012-02-07 Thread Krzysztof Klimonda
There are two bugs in this report. I can't test if blocklist updating
works as intented on 11.04 right now (can't find the LiveCD anywhere)
but can confirm that the bug exists in 10.04. I'll nomiate the bug for
lucid, and talk with upstream (and probably with other ubuntu devs)
about the best way to fix it (or where to host blocklist file until
10.04 reaches EOL).

** Also affects: transmission (Ubuntu Lucid)
   Importance: Undecided
   Status: New

** Changed in: transmission (Ubuntu Lucid)
   Status: New = Triaged

** Changed in: transmission (Ubuntu Lucid)
 Assignee: (unassigned) = Krzysztof Klimonda (kklimonda)

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

Title:
  blocklist will not update in ubuntu 11.04

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

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


[Bug 924562] [NEW] Listen to Music points to the default Music Player

2012-01-31 Thread Krzysztof Klimonda
Public bug reported:

Rhythmbox adds random music files to its library when you double-click
them in nautilus just to listen to them. That's a terrible behaviour (I
don't want random, and more often than not not-music ones, files in my
Music Library) but easily fixable by changing the default Music player
to Totem (which is called Movie Player but that's another thing). On
the other hand when I want to actually Listen to [my] Music I launch
rhythmbox because that's where the Music is. Unfortunately Unity doesn't
understand that I want to use a different applications for both tasks
and decides that my music player is Totem, which is wrong.


I'm not really sure if there is a good way to solve that other than making 
Rhythmbox handle playing random tracks better then it does now (also better 
than Banshee does that) but it would be nice if I could use this button - maybe 
add a way to override it?

** Affects: unity (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/924562

Title:
  Listen to Music points to the default Music Player

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

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


[Bug 888535] Re: rhythmbox crashed with SIGSEGV in rb_playlist_manager_get_playlists()

2011-12-29 Thread Krzysztof Klimonda
This seems to be fixed in upstream master by commit 8bc2fc3. It should
already be fixed in precise (but I don't have it installed to test) and
seems like a good candidate for an SRU (which would also fix bug
#894153).

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

Title:
  rhythmbox crashed with SIGSEGV in rb_playlist_manager_get_playlists()

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

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


[Bug 893043] [NEW] Update sssd to 1.5.15

2011-11-21 Thread Krzysztof Klimonda
Public bug reported:

sssd 1.5.13 doesn't start on precise due to ABI mismatch between
memberof.so module and the libldb installed (ldb: module version
mismatch in src/ldb_modules/memberof.c : ldb_version=1.1.3
module_version=1.1.2). The newest 1.5.x release doesn't have this issue.

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

Title:
  Update sssd to 1.5.15

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

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


[Bug 893043] Re: Update sssd to 1.5.15

2011-11-21 Thread Krzysztof Klimonda
A patch for sssd FTBFS due to -Werror=format-security flag enabled by
default.

I haven't reported the bug yet on sssd trac as I have a small problem
getting access to my fedora account.

** Patch added: sssd.patch
   
https://bugs.launchpad.net/ubuntu/+source/sssd/+bug/893043/+attachment/2603675/+files/sssd.patch

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

Title:
  Update sssd to 1.5.15

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

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


[Bug 893043] Re: Update sssd to 1.5.15

2011-11-21 Thread Krzysztof Klimonda
ah, sorry about that - I've already forwarded the patch
(https://fedorahosted.org/sssd/ticket/1094), just didn't link to the bug
report here as it is indeed irrelevant if nochange rebuild is enough to
fix it (on the other hand we should still update to 1.5.15 as it's
fixing some bugs).

** Bug watch added: fedorahosted.org/sssd/ #1094
   https://fedorahosted.org/sssd/ticket/1094

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

Title:
  Update sssd to 1.5.15

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

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


[Bug 856269] Re: lightdm does not ask for a new password with pam_winbind or pam_krb5 authentications when the password is expired

2011-11-15 Thread Krzysztof Klimonda
I have unmarked this bug as a duplicate of #851347 as after fixing it
the issue is still present (precise release, lightdm 1.0.6-0ubuntu2)

** This bug is no longer a duplicate of bug 851347
   pam_group not working at all

** Changed in: lightdm (Ubuntu)
   Status: New = Confirmed

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

Title:
  lightdm does not ask for a new password with pam_winbind or pam_krb5
  authentications when the password is expired

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

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


[Bug 854067] Re: calibre crashed with SIGSEGV in DBusMenuExporter::setStatus()

2011-09-28 Thread Krzysztof Klimonda
** Visibility changed to: Public

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

Title:
  calibre crashed with SIGSEGV in DBusMenuExporter::setStatus()

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

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


[Bug 586722] Re: sleep is not inhibited

2011-04-27 Thread Krzysztof Klimonda
We can't inhibit suspend or hibernation when it has been started by user
- it's done by gnome to prevent hardware from overheating with the
closed lid, and there is nothing to be done about it from application,
you have to configure gnome-power-manager to not suspend when lid is
closed.

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

Title:
  sleep is not inhibited

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


[Bug 766320] [NEW] FFe: Sync glibmm2.4 2.28.0-1 (main) from Debian unstable (main)

2011-04-19 Thread Krzysztof Klimonda
Public bug reported:

Please sync glibmm2.4 2.28.0-1 (main) from Debian unstable (main)

Explanation of the Ubuntu delta and why it can be dropped:
Our delta was just updating package to the newer version, but we've
managed to update debian package, so it can be synced.

Explanation of FeatureFreeze exception:
It's a stable release of the library which currently has unstable version
in Ubuntu. Upstream works on keeping API and ABI stable, and we track
the library as a part of the GNOME packaging efforts.

I'm attaching a full diff in the next comment.

Changelog entries since current natty version 2.27.99-0ubuntu1:

glibmm2.4 (2.28.0-1) unstable; urgency=low

  [ Emilio Pozuelo Monfort ]
  * debian/control.in,
debian/rules:
+ Remove the chrpath hack, it's been fixed in libtool.

  [ Deng Xiyue ]
  * New upstream bugfix release.  (Closes: #621856)
+ debian/control.in:
  + Update GLib dependency to = 2.28.0
+ debian/rules:
  + Update SHVER to 2.28.0 due to new API.
+ debian/libglibmm-2.4-dev.install:
  + Stop shipping /usr/share/glibmm-2.4, no longer exists.
  * debian/control.in:
+ Update Standard-Version to 3.9.1.
  * Convert to source format 3.0 (quilt):
+ debian/source/format: added.
+ debian/rules: drop simple-patchsys.mk

 -- Deng Xiyue manphiz-gu...@users.alioth.debian.org  Wed, 13 Apr 2011
10:05:51 +0800

** Affects: glibmm2.4 (Ubuntu)
 Importance: Wishlist
 Status: Confirmed

** Changed in: glibmm2.4 (Ubuntu)
   Importance: Undecided = Wishlist

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

Title:
  FFe: Sync glibmm2.4 2.28.0-1 (main) from Debian unstable (main)

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


[Bug 766320] Re: FFe: Sync glibmm2.4 2.28.0-1 (main) from Debian unstable (main)

2011-04-19 Thread Krzysztof Klimonda
Diff for the debian/ subdirectory.

** Patch added: debian.diff
   
https://bugs.launchpad.net/ubuntu/+source/glibmm2.4/+bug/766320/+attachment/2068655/+files/debian.diff

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

Title:
  FFe: Sync glibmm2.4 2.28.0-1 (main) from Debian unstable (main)

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


[Bug 766320] Re: FFe: Sync glibmm2.4 2.28.0-1 (main) from Debian unstable (main)

2011-04-19 Thread Krzysztof Klimonda
Full diff between 2.99.1 and 3.0.0.
I suggest running it through filterdiff -x '*.html' -x '*.devhelp2' to remove 
documentation delta, the resulting diff is still ~9k lines, but most of them 
are one line changes.

** Patch added: glibmm2.4_2.28.0-1.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/glibmm2.4/+bug/766320/+attachment/2068690/+files/glibmm2.4_2.28.0-1.debdiff

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

Title:
  FFe: Sync glibmm2.4 2.28.0-1 (main) from Debian unstable (main)

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


[Bug 764870] [NEW] clang doesn't know about multiarch

2011-04-18 Thread Krzysztof Klimonda
Public bug reported:

Binary package hint: clang

clang hasn't been updated to deal with multiarch and fails to include
headers that has been moved to $arch-linux-gnu subfolder.

For example:
kklimonda@blue:/tmp$ clang -o /dev/null curl.c 
In file included from curl.c:1:
In file included from /usr/include/curl/curl.h:34:
In file included from /usr/include/curl/curlbuild.h:152:
In file included from /usr/include/sys/socket.h:40:
/usr/include/bits/socket.h:381:10: fatal error: 'asm/socket.h' file not found
#include asm/socket.h
 ^
1 error generated.
kklimonda@blue:/tmp$ cat curl.c 
#include curl/curl.h

int main() {}

** Affects: clang (Ubuntu)
 Importance: High
 Status: New

** Changed in: clang (Ubuntu)
   Importance: Undecided = High

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

Title:
  clang doesn't know about multiarch

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


[Bug 765248] Re: patch to add proxy support from 2.12 to 2.13

2011-04-18 Thread Krzysztof Klimonda
*** This bug is a duplicate of bug 713604 ***
https://bugs.launchpad.net/bugs/713604

I'm marking this bug as a duplicate of bug #713604. The issue has been
widely discussed in the upstream tracker and it is my belief that we, as
a distribution, should not go against upstream wishes.

** This bug has been marked a duplicate of bug 713604
   Proxy tab feature removed
 * You can subscribe to bug 713604 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/transmission/+bug/713604/+subscribe

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

Title:
  patch to add proxy support from 2.12 to 2.13

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


[Bug 747308] Re: package tor 0.2.1.30-1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 255

2011-04-01 Thread Krzysztof Klimonda
StrictNodes has been introduced in 0.2.2 alpha releases, you should
replace it with StrictExitNodes for 0.2.1.

** Changed in: tor (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/747308

Title:
  package tor 0.2.1.30-1 failed to install/upgrade: ErrorMessage:
  subprocess installed post-installation script returned error exit
  status 255

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


[Bug 740614] Re: transmission-gtk crashed with SIGSEGV in tr_ntop()

2011-03-29 Thread Krzysztof Klimonda
** Changed in: transmission (Ubuntu)
   Status: In Progress = Confirmed

** Changed in: transmission (Ubuntu)
 Assignee: Krzysztof Klimonda (kklimonda) = (unassigned)

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

Title:
  transmission-gtk crashed with SIGSEGV in tr_ntop()

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


[Bug 740614] Re: transmission-gtk crashed with SIGSEGV in tr_ntop()

2011-03-28 Thread Krzysztof Klimonda
Attached is a debdiff that fixes the crash. It's low risk patch for the
patch, I've backported from upstream two changes - added another check
in tr_sessionGetPublicAddress that guards against empty bindinfo and
replaced strcmp with tr_strcmp0 which guards against other possible
crash - basically checks if both str1 and str2 are not NULL.

Although the crash so far hasn't been affecting many people, and happens
only when application is being closed it did already gather few
duplicatesso I'd like to request an approval to upload it before Beta1.

** Patch added: transmission_2.13-0ubuntu8.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/transmission/+bug/740614/+attachment/1952219/+files/transmission_2.13-0ubuntu8.debdiff

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

Title:
  transmission-gtk crashed with SIGSEGV in tr_ntop()

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


[Bug 697407] Re: Please update Tor in older versions of Ubuntu

2011-03-27 Thread Krzysztof Klimonda
I believe tor still has an exception for SRU so we should be able to
update it the way we do with clamav. We could just backport the package
we already have in natty (it's synced from debian directly). I don't
think it makes sense to backport it to dapper, as it's already near EOL,
but there should be nothing stopping us from pushing it to hardy-
updates. If it's okay with you Jason, I could do that tomorrow or the
day after.

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

Title:
  Please update Tor in older versions of Ubuntu

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


[Bug 743097] Re: transmission-gtk crashed with SIGSEGV in tr_ntop()

2011-03-26 Thread Krzysztof Klimonda
*** This bug is a duplicate of bug 740614 ***
https://bugs.launchpad.net/bugs/740614

Thanks, it's a duplicate of bug 743097 so I'm marking it as such.

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

Title:
  transmission-gtk crashed with SIGSEGV in tr_ntop()

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


[Bug 743097] Re: transmission-gtk crashed with SIGSEGV in tr_ntop()

2011-03-26 Thread Krzysztof Klimonda
*** This bug is a duplicate of bug 740614 ***
https://bugs.launchpad.net/bugs/740614

well, I've meant bug 740614 obviously :)/

** This bug has been marked a duplicate of bug 740614
   transmission-gtk crashed with SIGSEGV in tr_ntop()
 * You can subscribe to bug 740614 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/transmission/+bug/740614/+subscribe

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

Title:
  transmission-gtk crashed with SIGSEGV in tr_ntop()

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


[Bug 742815] [NEW] [FFe] Update shutter to 0.87.2

2011-03-25 Thread Krzysztof Klimonda
Public bug reported:

Binary package hint: shutter

I need a FFe for shutter 0.87.2 release. It provides only one new
feature - support for the static Unity quick lists (requested by us in
bug 738710 because there are no perl bindings for the appindicator and
the application has lost some of its features in Unity). The entire
change is few entries in the desktop file. The only other change, except
for translations, is a fix for bug 737428. I'm attaching both full
debdiff and the interesting part in the following comments.

** Affects: shutter (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/742815

Title:
  [FFe] Update shutter to 0.87.2

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


[Bug 742815] Re: [FFe] Update shutter to 0.87.2

2011-03-25 Thread Krzysztof Klimonda
The full debdiff between 0.87.1-0ubuntu1 and 0.87.2-0ubuntu1.

** Description changed:

  Binary package hint: shutter
  
- I need a FFe for shutter 0.87.2 release.
+ I need a FFe for shutter 0.87.2 release. It provides only one new
+ feature - support for the static Unity quick lists (requested by us in
+ bug 738710 because there are no perl bindings for the appindicator and
+ the application has lost some of its features in Unity). The entire
+ change is few entries in the desktop file. The only other change, except
+ for translations, is a fix for bug 737428. I'm attaching both full
+ debdiff and the interesting part in the following comments.

** Patch added: shutter_0.87.2-0ubuntu1.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/shutter/+bug/742815/+attachment/1941648/+files/shutter_0.87.2-0ubuntu1.debdiff

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

Title:
  [FFe] Update shutter to 0.87.2

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


[Bug 742815] Re: [FFe] Update shutter to 0.87.2

2011-03-25 Thread Krzysztof Klimonda
changes to the code, and desktop file.

** Patch added: important.diff
   
https://bugs.launchpad.net/ubuntu/+source/shutter/+bug/742815/+attachment/1941649/+files/important.diff

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

Title:
  [FFe] Update shutter to 0.87.2

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


[Bug 742058] [NEW] Update to 2.28.0

2011-03-24 Thread Krzysztof Klimonda
Public bug reported:

2.28.0, which is a new stable version, has been released. It'd be good
to update our version to it.

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


** Tags: desktop-upgrades

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

Title:
  Update to 2.28.0

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


[Bug 742068] [NEW] Update to 2.22.3

2011-03-24 Thread Krzysztof Klimonda
Public bug reported:

New upstream release.

** Affects: atkmm1.6 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: desktop-upgrade

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

Title:
  Update to 2.22.3

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


[Bug 742068] Re: Update to 2.22.3

2011-03-24 Thread Krzysztof Klimonda
** Tags added: desktop-upgrade

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

Title:
  Update to 2.22.3

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


[Bug 742058] Re: Update to 2.28.0

2011-03-24 Thread Krzysztof Klimonda
** Tags added: desktop-upgrades

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

Title:
  Update to 2.28.0

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


[Bug 742058] Re: Update to 2.28.0

2011-03-24 Thread Krzysztof Klimonda
** Tags added: desktop-upgrade
** Tags removed: desktop-upgrades

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

Title:
  Update to 2.28.0

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


[Bug 740614] Re: transmission-gtk crashed with SIGSEGV in tr_ntop()

2011-03-23 Thread Krzysztof Klimonda
Thanks, it's one of patches I've applied yesterday -
0113-fix_support_for_ipv6_trackers.patch. I will investigate it further.

** Visibility changed to: Public

** Changed in: transmission (Ubuntu)
   Status: New = In Progress

** Changed in: transmission (Ubuntu)
 Assignee: (unassigned) = Krzysztof Klimonda (kklimonda)

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

Title:
  transmission-gtk crashed with SIGSEGV in tr_ntop()

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


  1   2   3   4   5   6   7   8   9   10   >