[Touch-packages] [Bug 1387825] Re: The default NAME_REGEX value in /etc/adduser.conf is incorrect

2020-07-10 Thread Andrew Meyer
This just bit me. It's especially confusing for beginners because the
config file syntax looks a lot like bash, and in bash that extra
backslash would be correct as it would simply prevent the proceeding
dollar symbol from being interpreted as an environment variable, and the
backslash wouldn't show up in the final regex.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to adduser in Ubuntu.
https://bugs.launchpad.net/bugs/1387825

Title:
  The default NAME_REGEX value in /etc/adduser.conf is incorrect

Status in adduser package in Ubuntu:
  Confirmed
Status in adduser package in Debian:
  New

Bug description:
  Refer the Debian bug report for more information.
  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=630750

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: adduser 3.113+nmu3ubuntu3
  ProcVersionSignature: Ubuntu 3.16.0-22.29-lowlatency 3.16.4
  Uname: Linux 3.16.0-22-lowlatency i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: i386
  CurrentDesktop: KDE
  Date: Fri Oct 31 01:55:03 2014
  InstallationDate: Installed on 2013-03-08 (600 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release i386 (20121017.2)
  PackageArchitecture: all
  SourcePackage: adduser
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (194 days ago)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1387825] Re: The default NAME_REGEX value in /etc/adduser.conf is incorrect

2020-07-10 Thread Andrew Meyer
Another example of someone getting confused by this bug:
https://askubuntu.com/q/892419/166655

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to adduser in Ubuntu.
https://bugs.launchpad.net/bugs/1387825

Title:
  The default NAME_REGEX value in /etc/adduser.conf is incorrect

Status in adduser package in Ubuntu:
  Confirmed
Status in adduser package in Debian:
  New

Bug description:
  Refer the Debian bug report for more information.
  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=630750

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: adduser 3.113+nmu3ubuntu3
  ProcVersionSignature: Ubuntu 3.16.0-22.29-lowlatency 3.16.4
  Uname: Linux 3.16.0-22-lowlatency i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: i386
  CurrentDesktop: KDE
  Date: Fri Oct 31 01:55:03 2014
  InstallationDate: Installed on 2013-03-08 (600 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release i386 (20121017.2)
  PackageArchitecture: all
  SourcePackage: adduser
  UpgradeStatus: Upgraded to trusty on 2014-04-19 (194 days ago)

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1323068] Re: -su: cannot set terminal process group (-1): Inappropriate ioctl for device

2015-03-26 Thread Andrew Meyer
Still an issue in 14.04.  After enabling ldap-client su no longer works
andrew.meyer@icinga-master:~$ su scmeyer
Password: 
bash: cannot set terminal process group (1338): Inappropriate ioctl for device
bash: no job control in this shell
andrew.meyer@icinga-master:~$

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bash in Ubuntu.
https://bugs.launchpad.net/bugs/1323068

Title:
  -su: cannot set terminal process group (-1): Inappropriate ioctl for
  device

Status in bash package in Ubuntu:
  Confirmed

Bug description:
  *Not* happening in Ubuntu 12.04.4 LTS

  ubuntu-precise-daily-amd64-server-20140522 (ami-c446aeac)

  ubuntu@ip-10-0-0-30:~$ sudo su -
  root@ip-10-0-0-30:~# su - ubuntu -
  ubuntu@ip-10-0-0-30:~$ 


  Happening in Ubuntu 14.04 LTS

  ubuntu-trusty-14.04-amd64-server-20140416.1 (ami-018c9568)

  ubuntu@build:~$ sudo su -
  root@build:~# su - ubuntu -
  -su: cannot set terminal process group (-1): Inappropriate ioctl for device
  -su: no job control in this shell
  ubuntu@build:~$ 


  ***
  test with zsh (ubuntu:x:1000:1000:Ubuntu:/home/ubuntu:/bin/zsh)
  build% sudo su -
  root@build:~# su - ubuntu -
  build%

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1323068] Re: -su: cannot set terminal process group (-1): Inappropriate ioctl for device

2015-03-26 Thread Andrew Meyer
Disregard my comment, it was due to UID mismatching

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bash in Ubuntu.
https://bugs.launchpad.net/bugs/1323068

Title:
  -su: cannot set terminal process group (-1): Inappropriate ioctl for
  device

Status in bash package in Ubuntu:
  Confirmed

Bug description:
  *Not* happening in Ubuntu 12.04.4 LTS

  ubuntu-precise-daily-amd64-server-20140522 (ami-c446aeac)

  ubuntu@ip-10-0-0-30:~$ sudo su -
  root@ip-10-0-0-30:~# su - ubuntu -
  ubuntu@ip-10-0-0-30:~$ 


  Happening in Ubuntu 14.04 LTS

  ubuntu-trusty-14.04-amd64-server-20140416.1 (ami-018c9568)

  ubuntu@build:~$ sudo su -
  root@build:~# su - ubuntu -
  -su: cannot set terminal process group (-1): Inappropriate ioctl for device
  -su: no job control in this shell
  ubuntu@build:~$ 


  ***
  test with zsh (ubuntu:x:1000:1000:Ubuntu:/home/ubuntu:/bin/zsh)
  build% sudo su -
  root@build:~# su - ubuntu -
  build%

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp