[Bug 1827428] Re: Mouse cursor left frozen copy of itself

2020-03-19 Thread Dane Elwell
I am also having this issue on Fedora 31, Gnome 3.34.4 with a Radeon RX
590 using amdgpu on Wayland.

Video attached. Unsure how to replicate other than after locking.

(I appreciate this is an Ubuntu bug tracker, but it's the same issue.)

** Attachment added: "stuckcursor.mp4"
   
https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1827428/+attachment/5338885/+files/stuckcursor.mp4

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

Title:
  Mouse cursor left frozen copy of itself

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

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

[Bug 1052449] Re: corosync hangs due to missing pacemaker shutdown scripts

2014-03-19 Thread Dane Elwell
Still experiencing this bug on Ubuntu 12.04.4
(http://i.imgur.com/C7q5XRu.png). Stopping Pacemaker manually will cause
the system to reboot normally.

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

Title:
  corosync hangs due to missing pacemaker shutdown scripts

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

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


[Bug 1052449] Re: corosync hangs due to missing pacemaker shutdown scripts

2014-03-19 Thread Dane Elwell
Still experiencing this bug on Ubuntu 12.04.4
(http://i.imgur.com/C7q5XRu.png). Stopping Pacemaker manually will cause
the system to reboot normally.

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

Title:
  corosync hangs due to missing pacemaker shutdown scripts

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

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


[Bug 1275312] Re: iSCSILogicalUnit resource agent does not correctly configure LIO when using allowed_initiators

2014-02-03 Thread Dane Elwell
Okay, examples of my configuration (only relevant primitives shown):

primitive iscsi_vip ocf:heartbeat:IPaddr2 \
params ip=172.28.196.105 cidr_netmask=25 \
op monitor interval=30s \
primitive p_map_cvstor0 ocf:ceph:rbd \
params user=nfshead pool=rbd name=cvstor0 
cephconf=/etc/ceph/ceph.conf \
op monitor interval=10s timeout=20s
primitive p_lun_cvstor0 ocf:heartbeat:iSCSILogicalUnit \
params target_iqn=iqn.2014-01.net.acme.company:cvstor0 lun=1 
path=/dev/rbd/rbd/cvstor0 implementation=lio
primitive p_target_cvstor0 ocf:heartbeat:iSCSITarget \
params iqn=iqn.2014-01.net.acme.company:cvstor0 implementation=lio 
allowed_initiators=iqn.1991-05.com.microsoft:mcs-e-comm-man5 
portals=172.28.196.105:3260 \
op monitor interval=30s
colocation c_g_cvstor0_with_ip inf: g_cvstor0 iscsi_vip
order o_g_cvstor0_after_vip inf: iscsi_vip g_cvstor0
order o_cvstor0_lun_after_target inf: p_target_cvstor0:start p_lun_cvstor0:start
order o_cvstor0_target_after_map inf: p_map_cvstor0:start p_target_cvstor0:start

This will correctly mount the RADOS block device, create the target and
LUN and the ACLs, but doesn't perform the last step of mapping the LUN
to the ACL, thus the initiator is unable to see the LUN after connecting
successfully to the target.

From targetcli (snipped for relevance again):

  o- iscsi . [7 Targets]
  | o- iqn.2014-01.net.ukfast.ecloud:cvstor0 ... [1 TPG]
  | | o- tpgt1 ... [enabled]
  | |   o- acls  [1 ACL]
  | |   | o- iqn.1991-05.com.microsoft:mcs-e-comm-man5 .. [0 Mapped 
LUN]   This is the problem
  | |   o- luns  [1 LUN]
  | |   | o- lun1  [iblock/p_lun_cvstor0 (/dev/rbd/rbd/cvstor0)]
  | |   o- portals .. [1 Portal]
  | | o- 172.28.196.105:3260 .. [OK]

The code highlighted in my initial report from Github resolves this
mapping issue.

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

Title:
  iSCSILogicalUnit resource agent does not correctly configure LIO when
  using allowed_initiators

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/resource-agents/+bug/1275312/+subscriptions

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


[Bug 1275312] Re: iSCSILogicalUnit resource agent does not correctly configure LIO when using allowed_initiators

2014-02-03 Thread Dane Elwell
For further clarification, this is the commit:

https://github.com/ClusterLabs/resource-
agents/commit/b150ff23c678381c85bb1f74b9c3a9a77a25c9a7

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

Title:
  iSCSILogicalUnit resource agent does not correctly configure LIO when
  using allowed_initiators

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/resource-agents/+bug/1275312/+subscriptions

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


[Bug 1275312] Re: iSCSILogicalUnit resource agent does not correctly configure LIO when using allowed_initiators

2014-02-03 Thread Dane Elwell
Okay, examples of my configuration (only relevant primitives shown):

primitive iscsi_vip ocf:heartbeat:IPaddr2 \
params ip=172.28.196.105 cidr_netmask=25 \
op monitor interval=30s \
primitive p_map_cvstor0 ocf:ceph:rbd \
params user=nfshead pool=rbd name=cvstor0 
cephconf=/etc/ceph/ceph.conf \
op monitor interval=10s timeout=20s
primitive p_lun_cvstor0 ocf:heartbeat:iSCSILogicalUnit \
params target_iqn=iqn.2014-01.net.acme.company:cvstor0 lun=1 
path=/dev/rbd/rbd/cvstor0 implementation=lio
primitive p_target_cvstor0 ocf:heartbeat:iSCSITarget \
params iqn=iqn.2014-01.net.acme.company:cvstor0 implementation=lio 
allowed_initiators=iqn.1991-05.com.microsoft:mcs-e-comm-man5 
portals=172.28.196.105:3260 \
op monitor interval=30s
colocation c_g_cvstor0_with_ip inf: g_cvstor0 iscsi_vip
order o_g_cvstor0_after_vip inf: iscsi_vip g_cvstor0
order o_cvstor0_lun_after_target inf: p_target_cvstor0:start p_lun_cvstor0:start
order o_cvstor0_target_after_map inf: p_map_cvstor0:start p_target_cvstor0:start

This will correctly mount the RADOS block device, create the target and
LUN and the ACLs, but doesn't perform the last step of mapping the LUN
to the ACL, thus the initiator is unable to see the LUN after connecting
successfully to the target.

From targetcli (snipped for relevance again):

  o- iscsi . [7 Targets]
  | o- iqn.2014-01.net.ukfast.ecloud:cvstor0 ... [1 TPG]
  | | o- tpgt1 ... [enabled]
  | |   o- acls  [1 ACL]
  | |   | o- iqn.1991-05.com.microsoft:mcs-e-comm-man5 .. [0 Mapped 
LUN]   This is the problem
  | |   o- luns  [1 LUN]
  | |   | o- lun1  [iblock/p_lun_cvstor0 (/dev/rbd/rbd/cvstor0)]
  | |   o- portals .. [1 Portal]
  | | o- 172.28.196.105:3260 .. [OK]

The code highlighted in my initial report from Github resolves this
mapping issue.

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

Title:
  iSCSILogicalUnit resource agent does not correctly configure LIO when
  using allowed_initiators

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/resource-agents/+bug/1275312/+subscriptions

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


[Bug 1275312] Re: iSCSILogicalUnit resource agent does not correctly configure LIO when using allowed_initiators

2014-02-03 Thread Dane Elwell
For further clarification, this is the commit:

https://github.com/ClusterLabs/resource-
agents/commit/b150ff23c678381c85bb1f74b9c3a9a77a25c9a7

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

Title:
  iSCSILogicalUnit resource agent does not correctly configure LIO when
  using allowed_initiators

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/resource-agents/+bug/1275312/+subscriptions

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


[Bug 1275312] [NEW] iSCSILogicalUnit resource agent does not correctly configure LIO when using allowed_initiators

2014-02-01 Thread Dane Elwell
Public bug reported:

When configuring Pacemaker to set up iSCSI targets using the LIO
implementation option, the iSCSILogicalUnit resource agent does not
correctly assign the LUN to the ACL within LIO.

This appears to have been fixed in the git repo.

I'd like to request that this fix is backported into the resource-agents
package in 12.04, as without it the Pacemaker/iSCSI/LIO combination is
effectively broken when setting the allowed_initiators option.

The lines that are required are highlighted here:

https://github.com/ClusterLabs/resource-
agents/blob/master/heartbeat/iSCSILogicalUnit#L332-L337

I can provide example configurations for duplication if required (at
least, I can on Monday when I have access to the servers I'm having a
problem with!)

** Affects: resource-agents (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  iSCSILogicalUnit resource agent does not correctly configure LIO when
  using allowed_initiators

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/resource-agents/+bug/1275312/+subscriptions

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


[Bug 1275312] [NEW] iSCSILogicalUnit resource agent does not correctly configure LIO when using allowed_initiators

2014-02-01 Thread Dane Elwell
Public bug reported:

When configuring Pacemaker to set up iSCSI targets using the LIO
implementation option, the iSCSILogicalUnit resource agent does not
correctly assign the LUN to the ACL within LIO.

This appears to have been fixed in the git repo.

I'd like to request that this fix is backported into the resource-agents
package in 12.04, as without it the Pacemaker/iSCSI/LIO combination is
effectively broken when setting the allowed_initiators option.

The lines that are required are highlighted here:

https://github.com/ClusterLabs/resource-
agents/blob/master/heartbeat/iSCSILogicalUnit#L332-L337

I can provide example configurations for duplication if required (at
least, I can on Monday when I have access to the servers I'm having a
problem with!)

** Affects: resource-agents (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/1275312

Title:
  iSCSILogicalUnit resource agent does not correctly configure LIO when
  using allowed_initiators

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/resource-agents/+bug/1275312/+subscriptions

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


[Bug 269040] Re: The tasksel task for 'Basic Ubuntu Server' shows up on server iso

2010-09-02 Thread Dane Elwell
Confirmed this is happening on 10.04 (amd64) server install during a
virtual machine installation task.

-- 
The tasksel task for 'Basic Ubuntu Server'  shows up on server iso
https://bugs.launchpad.net/bugs/269040
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 456870] Re: pylint spews Exception RuntimeError: maximum recursion depth exceeded while calling a Python object, when parsing email.message.Message.get()

2009-12-24 Thread Dane Elwell
If the simplest solution is to upgrade, can we upgrade the version in
the repositories?

-- 
pylint spews Exception RuntimeError: maximum recursion depth exceeded while 
calling a Python object, when parsing email.message.Message.get()
https://bugs.launchpad.net/bugs/456870
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 466685] Re: Ubuntu one won't sync. Says sth like client-server different versions

2009-10-31 Thread Dane Elwell
Run software update to install the latest Ubuntu One client.

There was a problem with the client bundled in with 9.10.

See:
http://www.ubuntu.com/getubuntu/releasenotes/910#Ubuntu%20One%20client%20requires
%20post-install%20upgrade

-- 
Ubuntu one won't sync. Says sth like client-server different versions
https://bugs.launchpad.net/bugs/466685
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 466736] Re: Ubuntu one is not working.

2009-10-31 Thread Dane Elwell
Have you updated your Ubuntu One client, as specified in the Ubuntu 9.10
release notes?

http://www.ubuntu.com/getubuntu/releasenotes/910#Ubuntu%20One%20client%20requires
%20post-install%20upgrade

Open a terminal and run:

sudo apt-get update
sudo apt-get upgrade

That should pull in the latest Ubuntu One client.

(You can also use the Update Manager to do this if you prefer a GUI)

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

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


[Bug 466685] Re: Ubuntu one won't sync. Says sth like client-server different versions

2009-10-31 Thread Dane Elwell
Did you update your repos before reinstalled?

The easiest way to check is to open a terminal and run:

sudo apt-get update
sudo apt-get upgrade

This should definitely pull in the latest ubuntuone client.

-- 
Ubuntu one won't sync. Says sth like client-server different versions
https://bugs.launchpad.net/bugs/466685
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 254165] [NEW] gdm Select Session key shortcuts not consistent

2008-08-02 Thread Dane Elwell
Public bug reported:

Binary package hint: gdm

The Select Session key shortcuts are inconsistent.

When you wish to select your session, from the login prompt you press
ALT+O (? for options), then the next shortcut you press is without the
ALT key , then you have to press ALT+[num] to select session, then ALT+T
for Just this Session (or ALT+[x] for make default).

It seems inconsistent that the second shortcut is pressed without the
ALT key, when most shortcut keys that are underlined are pressed with
the ALT+key combo.

Obviously, this is low priority. I'm not sure if I'm correct with those
keys above either, because I'd have to log out to check. It goes ALT, no
ALT, ALT, ALT.

Ubuntu 8.04.1
GDM 2.20.7-0ubuntu1.1

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

-- 
gdm Select Session key shortcuts not consistent
https://bugs.launchpad.net/bugs/254165
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 212744] [NEW] Importing Firefox bookmarks from a SMB share fails silently

2008-04-06 Thread Dane Elwell
Public bug reported:

Binary package hint: firefox

I've installed the latest 8.04 beta with full updates applied, and
wanted to import my Firefox 2.0.0.13 bookmarks from my Windows XP
machine to the beta install on my laptop. I exported the bookmarls from
Fx2 and placed the exported file in a Windows share.

Attempting to import this file into Fx3b5 using Organise Bookmarks
directly from the share, using the bookmark that automagically appeared
in the GTK file selection dialogue, fails without an error.

After copying the exported bookmarks to my laptop's home directory and
trying the import again, it succeeded as expected.

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

-- 
Importing Firefox bookmarks from a SMB share fails silently
https://bugs.launchpad.net/bugs/212744
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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