[Bug 1971935] Re: Invalid pipefs-directory prevents rpc-gssd.service from starting

2022-05-13 Thread Anders Larsson
Sorry for the late response. From what I can see we don't really
implement any dependency chain when configuring NFS/Kerberos on Ubuntu.
We haven't seen this issue in earlier releases of Ubuntu (20.04 and
earlier) though. But seems like the process worked differently at that
point since /etc/nfs.conf didn't exist.

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

Title:
  Invalid pipefs-directory prevents rpc-gssd.service from starting

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


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

[Bug 1971935] Re: Invalid pipefs-directory prevents rpc-gssd.service from starting

2022-05-06 Thread Anders Larsson
I can add more information on Monday when I'm working again. I suspect
we found this issue because it was manually developed/tested to ensure
that everything works. That is without going through the normal
provisioning chain.

As part of our provisioning chain one step is usually to restart the
system (at least when the system is initially provisioned). From that
perspective it would not be an issue.

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

Title:
  Invalid pipefs-directory prevents rpc-gssd.service from starting

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


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

[Bug 1971935] Re: Invalid pipefs-directory prevents rpc-gssd.service from starting

2022-05-06 Thread Anders Larsson
We're using Puppet to configure our systems and one of the steps is to
ensure gss-rpcd.service is up and running.

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

Title:
  Invalid pipefs-directory prevents rpc-gssd.service from starting

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


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

[Bug 1971935] Re: Invalid pipefs-directory prevents rpc-gssd.service from starting

2022-05-06 Thread Anders Larsson
Hello,

You're correct. The use-case is to mount Kerberos secured NFS mount
points. All other configuration is working as expected since after a
reboot (as mentioned earlier) the system in question is able to
successfully mount with krb5.

Thanks.

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

Title:
  Invalid pipefs-directory prevents rpc-gssd.service from starting

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


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

[Bug 1971935] Re: Invalid pipefs-directory prevents rpc-gssd.service from starting

2022-05-06 Thread Anders Larsson
After restarting the system /run/rpc_pipefs exists because
/run/systemd/generator/run-rpc_pipefs.mount is created and rpc-gssd
works correctly.

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

Title:
  Invalid pipefs-directory prevents rpc-gssd.service from starting

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


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

[Bug 1971935] Re: Invalid pipefs-directory prevents rpc-gssd.service from starting

2022-05-06 Thread Anders Larsson
** Description changed:

  Ubuntu 22.04 Server
+ Package version: 1:2.6.1-1ubuntu1
  
  Package nfs-common/nfs-utils provides /etc/nfs.conf and 
/lib/systemd/system/rpc-gssd.service.
  /etc/nfs.conf (and seems to be copied from 
/usr/share/nfs-common/conffiles/nfs.conf) has the configuration:
  ...
  [general]
  pipefs-directory=/run/rpc_pipefs
  ...
  
  When attempting to start rpc-gssd it gives the following error:
  ...
  ERROR: opendir(/run/rpc_pipefs) failed: No such file or directory
  ...
  
  There is a systemd unit called var-lib-nfs-rpc_pipefs.mount which mounts
  this directory as /var/lib/nfs/rpc_pipefs. However this does not match
  with the configuration in nfs.conf
  
  It's worth mentioning that sometimes it seems a systemd unit is
  generated (run-rpc_pipefs.mount) which ensures /run/rpc_pipefs is
  created and everything works as expected. Seems to be random.

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

Title:
  Invalid pipefs-directory prevents rpc-gssd.service from starting

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


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

[Bug 1971935] [NEW] Invalid pipefs-directory prevents rpc-gssd.service from starting

2022-05-06 Thread Anders Larsson
Public bug reported:

Ubuntu 22.04 Server

Package nfs-common/nfs-utils provides /etc/nfs.conf and 
/lib/systemd/system/rpc-gssd.service.
/etc/nfs.conf (and seems to be copied from 
/usr/share/nfs-common/conffiles/nfs.conf) has the configuration:
...
[general]
pipefs-directory=/run/rpc_pipefs
...

When attempting to start rpc-gssd it gives the following error:
...
ERROR: opendir(/run/rpc_pipefs) failed: No such file or directory
...

There is a systemd unit called var-lib-nfs-rpc_pipefs.mount which mounts
this directory as /var/lib/nfs/rpc_pipefs. However this does not match
with the configuration in nfs.conf

It's worth mentioning that sometimes it seems a systemd unit is
generated (run-rpc_pipefs.mount) which ensures /run/rpc_pipefs is
created and everything works as expected. Seems to be random.

** Affects: nfs-utils (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

- Package nfs-common/nfs-utils provides /etc/nfs.conf and 
/lib/systemd/system/rpc-gssd.service. 
+ Ubuntu 22.04 Server
+ 
+ Package nfs-common/nfs-utils provides /etc/nfs.conf and 
/lib/systemd/system/rpc-gssd.service.
  /etc/nfs.conf (and seems to be copied from 
/usr/share/nfs-common/conffiles/nfs.conf) has the configuration:
  ...
  [general]
  pipefs-directory=/run/rpc_pipefs
  ...
  
-  
  When attempting to start rpc-gssd it gives the following error:
  ...
  ERROR: opendir(/run/rpc_pipefs) failed: No such file or directory
  ...
  
  There is a systemd unit called var-lib-nfs-rpc_pipefs.mount which mounts
  this directory as /var/lib/nfs/rpc_pipefs. However this does not match
  with the configuration in nfs.conf
  
  It's worth mentioning that sometimes it seems a systemd unit is
  generated (run-rpc_pipefs.mount) which ensures /run/rpc_pipefs is
  created and everything works as expected. Seems to be random.

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

Title:
  Invalid pipefs-directory prevents rpc-gssd.service from starting

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


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

[Bug 1682193] Re: Mouse acceleration significantly reduced after upgrade to 17.04

2021-05-13 Thread Anders Larsson
This is the only way i managed to speed up my "Trackpoint" on HP ZBOOK
15u G6 to a acceptable level.

user1@lab1-w:~$ xinput --list
⎡ Virtual core pointer  id=2[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointerid=4[slave  pointer  (2)]
⎜   ↳ ALP0017:00 044E:121C Mouseid=11   [slave  pointer  (2)]
⎜   ↳ ALP0017:00 044E:121C Touchpad id=12   [slave  pointer  (2)]
⎜   ↳ PS/2 Generic Mouseid=15   [slave  pointer  (2)]
⎜   ↳ AlpsPS/2 ALPS GlidePoint  id=16   [slave  pointer  (2)]
⎣ Virtual core keyboard id=3[master keyboard (2)]
↳ Virtual core XTEST keyboard   id=5[slave  keyboard (3)]
↳ Power Button  id=6[slave  keyboard (3)]
↳ Video Bus id=7[slave  keyboard (3)]
↳ Power Button  id=8[slave  keyboard (3)]
↳ Sleep Button  id=9[slave  keyboard (3)]
↳ HP HD Camera: HP HD Cameraid=10   [slave  keyboard (3)]
↳ ALP0017:00 044E:121C UNKNOWN  id=13   [slave  keyboard (3)]
↳ AT Translated Set 2 keyboard  id=14   [slave  keyboard (3)]
↳ HP Wireless hotkeys   id=17   [slave  keyboard (3)]
↳ HP WMI hotkeysid=18   [slave  keyboard (3)]
user1@lab1-w:~$ xinput --list-props 15
Device 'PS/2 Generic Mouse':
Device Enabled (180):   1
Coordinate Transformation Matrix (182): 1.00, 0.00, 0.00, 
0.00, 1.00, 0.00, 0.00, 0.00, 0.20
libinput Natural Scrolling Enabled (317):   1
libinput Natural Scrolling Enabled Default (318):   0
libinput Scroll Methods Available (319):0, 0, 1
libinput Scroll Method Enabled (320):   0, 0, 1
libinput Scroll Method Enabled Default (321):   0, 0, 1
libinput Button Scrolling Button (322): 2
libinput Button Scrolling Button Default (323): 2
libinput Middle Emulation Enabled (346):0
libinput Middle Emulation Enabled Default (347):0
libinput Accel Speed (324): 1.00
libinput Accel Speed Default (325): 0.00
libinput Accel Profiles Available (326):1, 1
libinput Accel Profile Enabled (327):   1, 0
libinput Accel Profile Enabled Default (328):   1, 0
libinput Left Handed Enabled (329): 0
libinput Left Handed Enabled Default (330): 0
libinput Send Events Modes Available (302): 1, 0
libinput Send Events Mode Enabled (303):0, 0
libinput Send Events Mode Enabled Default (304):0, 0
Device Node (305):  "/dev/input/event8"
Device Product ID (306):2, 1
libinput Drag Lock Buttons (331):   
libinput Horizontal Scroll Enabled (332):   1
user1@lab1-w:~$ xinput --list
⎡ Virtual core pointer  id=2[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointerid=4[slave  pointer  (2)]
⎜   ↳ ALP0017:00 044E:121C Mouseid=11   [slave  pointer  (2)]
⎜   ↳ ALP0017:00 044E:121C Touchpad id=12   [slave  pointer  (2)]
⎜   ↳ PS/2 Generic Mouseid=15   [slave  pointer  (2)]
⎜   ↳ AlpsPS/2 ALPS GlidePoint  id=16   [slave  pointer  (2)]
⎣ Virtual core keyboard id=3[master keyboard (2)]
↳ Virtual core XTEST keyboard   id=5[slave  keyboard (3)]
↳ Power Button  id=6[slave  keyboard (3)]
↳ Video Bus id=7[slave  keyboard (3)]
↳ Power Button  id=8[slave  keyboard (3)]
↳ Sleep Button  id=9[slave  keyboard (3)]
↳ HP HD Camera: HP HD Cameraid=10   [slave  keyboard (3)]
↳ ALP0017:00 044E:121C UNKNOWN  id=13   [slave  keyboard (3)]
↳ AT Translated Set 2 keyboard  id=14   [slave  keyboard (3)]
↳ HP Wireless hotkeys   id=17   [slave  keyboard (3)]
↳ HP WMI hotkeysid=18   [slave  keyboard (3)]
user1@lab1-w:~$ xinput --list-props 15
Device 'PS/2 Generic Mouse':
Device Enabled (180):   1
Coordinate Transformation Matrix (182): 1.00, 0.00, 0.00, 
0.00, 1.00, 0.00, 0.00, 0.00, 0.20
libinput Natural Scrolling Enabled (317):   1
libinput Natural Scrolling Enabled Default (318):   0
libinput Scroll Methods Available (319):0, 0, 1
libinput Scroll Method Enabled (320):   0, 0, 1
libinput Scroll Method Enabled Default (321):   0, 0, 1
libinput Button Scrolling Button (322): 2
libinput 

[Bug 1682193] Re: Mouse acceleration significantly reduced after upgrade to 17.04

2021-05-12 Thread Anders Larsson
20.04 still has this problem.
I'm on a HP Zbook 15u G6.

It seems that xinput only can handle values of max 1, which in my case
is all to slow.

user1@lab1-w:~$ xinput --list-props 11
Device 'ALP0017:00 044E:121C Mouse':
Device Enabled (180):   1
Coordinate Transformation Matrix (182): 1.00, 0.00, 0.00, 
0.00, 1.00, 0.00, 0.00, 0.00, 1.00
libinput Natural Scrolling Enabled (317):   1
libinput Natural Scrolling Enabled Default (318):   0
libinput Scroll Methods Available (319):0, 0, 1
libinput Scroll Method Enabled (320):   0, 0, 1
libinput Scroll Method Enabled Default (321):   0, 0, 1
libinput Button Scrolling Button (322): 3
libinput Button Scrolling Button Default (323): 3
libinput Accel Speed (324): 1.00
libinput Accel Speed Default (325): 0.00
libinput Accel Profiles Available (326):1, 1
libinput Accel Profile Enabled (327):   1, 0
libinput Accel Profile Enabled Default (328):   1, 0
libinput Left Handed Enabled (329): 0
libinput Left Handed Enabled Default (330): 0
libinput Send Events Modes Available (302): 1, 0
libinput Send Events Mode Enabled (303):0, 0
libinput Send Events Mode Enabled Default (304):0, 0
Device Node (305):  "/dev/input/event7"
Device Product ID (306):1102, 4636
libinput Drag Lock Buttons (331):   
libinput Horizontal Scroll Enabled (332):   1
user1@lab1-w:~$ xinput --set-prop 11 324 1.1
X Error of failed request:  BadValue (integer parameter out of range for 
operation)
  Major opcode of failed request:  131 (XInputExtension)
  Minor opcode of failed request:  57 ()
  Value in failed request:  0x144
  Serial number of failed request:  20
  Current serial number in output stream:  21
user1@lab1-w:~$ xinput --set-prop 11 324 2
X Error of failed request:  BadValue (integer parameter out of range for 
operation)
  Major opcode of failed request:  131 (XInputExtension)
  Minor opcode of failed request:  57 ()
  Value in failed request:  0x144
  Serial number of failed request:  20
  Current serial number in output stream:  21

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

Title:
  Mouse acceleration significantly reduced after upgrade to 17.04

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

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