[Touch-packages] [Bug 664264] Re: GID is not defined upon user GDM login

2022-07-11 Thread Peter Matulis
** Changed in: bash (Ubuntu)
   Status: New => Won't Fix

-- 
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/664264

Title:
  GID is not defined upon user GDM login

Status in bash package in Ubuntu:
  Won't Fix

Bug description:
  Binary package hint: bash

  The GID variable is not defined upon user GDM login for the bash
  shell.

  I've tested this on Ubuntu releases 9.04 to 10.10 and the behaviour is
  the same.  I've tested the Zsh shell and I don't see this (GID is
  defined).

  I believe that this variable should be assigned a value when the user
  logs in without having to manually cook something in initialization
  files (id -g).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash/+bug/664264/+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 597337] Re: lsb_release should show history of release upgrades

2022-07-11 Thread Peter Matulis
** Changed in: lsb (Ubuntu)
   Status: New => Won't Fix

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

Title:
  lsb_release should show history of release upgrades

Status in lsb package in Ubuntu:
  Won't Fix

Bug description:
  Binary package hint: lsb

  Currently (Lucid), lsb_release only shows information about current
  system status.  It would be nice (wishlist) if we could keep track of
  the last fresh install and all intervening release upgrades.

  Current output to lsb_release -a (omitting ugly LSB Version output):

  ---
  Distributor ID: Ubuntu
  Description:Ubuntu 10.04 LTS
  Release:10.04
  Codename:   lucid
  ---

  Suggested output:

  ---
  Distributor ID: Ubuntu
  Release history: jaunty, karmic-dev, karmic, lucid-dev, lucid
  Description:Ubuntu 10.04 LTS
  Release:10.04
  Codename:   lucid
  ---

  Not sure if we can break 'release-dev' into parts:

  release-alpha1
  release-beta

  and so on.

  Also not sure if this can create confusion if users upgrade manually
  (editing sources.list and then 'apt-get dist-upgrade').

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lsb/+bug/597337/+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 1836258] Re: Update hyperlink when enabling UCA

2019-07-30 Thread Peter Matulis
For Xenial,

$ lsb_release -c
Codename:   xenial

$ dpkg-query -W software-properties-common
software-properties-common  0.96.20.9

$ sudo add-apt-repository cloud-archive:ocata
 Ubuntu Cloud Archive for OpenStack Ocata
 More info: https://wiki.ubuntu.com/OpenStack/CloudArchive
Press [ENTER] to continue or ctrl-c to cancel adding it

Link works.

** Tags removed: verification-needed verification-needed-xenial
** Tags added: verification-done-xenial

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

Title:
  Update hyperlink when enabling UCA

Status in software-properties package in Ubuntu:
  Fix Released
Status in software-properties source package in Xenial:
  Fix Committed
Status in software-properties source package in Bionic:
  Fix Committed
Status in software-properties source package in Eoan:
  Fix Released

Bug description:
  [Impact]
  When enabling UCA a hyperlink is printed:

  $ sudo add-apt-repository cloud-archive:train-proposed
   Ubuntu Cloud Archive for OpenStack Train [proposed]
   More info: https://wiki.ubuntu.com/ServerTeam/CloudArchive
  Press [ENTER] to continue or Ctrl-c to cancel adding it.

  The hyperlink redirects to:

  https://wiki.ubuntu.com/OpenStack/CloudArchive

  so it should just be corrected at the source:

  https://git.launchpad.net/ubuntu/+source/software-
  properties/tree/softwareproperties/cloudarchive.py#n50

  [Test Case]
  The "More info:" link should be 
https://wiki.ubuntu.com/OpenStack/CloudArchive, for example:

  root@b1:~# sudo add-apt-repository cloud-archive:queens
   Ubuntu Cloud Archive for OpenStack Queens
   More info: https://wiki.ubuntu.com/OpenStack/CloudArchive
  Press [ENTER] to continue or Ctrl-c to cancel adding it.

  [Regression Potential]
  This change is extremely minimal as it only updates a string that points to a 
wiki URL.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1836258/+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 1836258] Re: Update hyperlink when enabling UCA

2019-07-30 Thread Peter Matulis
For Bionic,

$ lsb_release -c
Codename:   bionic

$ dpkg-query -W software-properties-common
software-properties-common  0.96.24.32.11

$ sudo add-apt-repository cloud-archive:rocky
 Ubuntu Cloud Archive for OpenStack Rocky
 More info: https://wiki.ubuntu.com/OpenStack/CloudArchive
Press [ENTER] to continue or Ctrl-c to cancel adding it.


Link works.

** Tags removed: verification-needed-bionic
** Tags added: verification-done-bionic

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

Title:
  Update hyperlink when enabling UCA

Status in software-properties package in Ubuntu:
  Fix Released
Status in software-properties source package in Xenial:
  Fix Committed
Status in software-properties source package in Bionic:
  Fix Committed
Status in software-properties source package in Eoan:
  Fix Released

Bug description:
  [Impact]
  When enabling UCA a hyperlink is printed:

  $ sudo add-apt-repository cloud-archive:train-proposed
   Ubuntu Cloud Archive for OpenStack Train [proposed]
   More info: https://wiki.ubuntu.com/ServerTeam/CloudArchive
  Press [ENTER] to continue or Ctrl-c to cancel adding it.

  The hyperlink redirects to:

  https://wiki.ubuntu.com/OpenStack/CloudArchive

  so it should just be corrected at the source:

  https://git.launchpad.net/ubuntu/+source/software-
  properties/tree/softwareproperties/cloudarchive.py#n50

  [Test Case]
  The "More info:" link should be 
https://wiki.ubuntu.com/OpenStack/CloudArchive, for example:

  root@b1:~# sudo add-apt-repository cloud-archive:queens
   Ubuntu Cloud Archive for OpenStack Queens
   More info: https://wiki.ubuntu.com/OpenStack/CloudArchive
  Press [ENTER] to continue or Ctrl-c to cancel adding it.

  [Regression Potential]
  This change is extremely minimal as it only updates a string that points to a 
wiki URL.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1836258/+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 1836258] [NEW] Update hyperlink when enabling UCA

2019-07-11 Thread Peter Matulis
Public bug reported:

When enabling UCA a hyperlink is printed:

$ sudo add-apt-repository cloud-archive:train-proposed  

  
 Ubuntu Cloud Archive for OpenStack Train [proposed]
 More info: https://wiki.ubuntu.com/ServerTeam/CloudArchive
Press [ENTER] to continue or Ctrl-c to cancel adding it.

The hyperlink redirects to:

https://wiki.ubuntu.com/OpenStack/CloudArchive

so it should just be corrected at the source:

https://git.launchpad.net/ubuntu/+source/software-
properties/tree/softwareproperties/cloudarchive.py#n50

** Affects: software-properties (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Update hyperlink when enabling UCA

Status in software-properties package in Ubuntu:
  New

Bug description:
  When enabling UCA a hyperlink is printed:

  $ sudo add-apt-repository cloud-archive:train-proposed


   Ubuntu Cloud Archive for OpenStack Train [proposed]
   More info: https://wiki.ubuntu.com/ServerTeam/CloudArchive
  Press [ENTER] to continue or Ctrl-c to cancel adding it.

  The hyperlink redirects to:

  https://wiki.ubuntu.com/OpenStack/CloudArchive

  so it should just be corrected at the source:

  https://git.launchpad.net/ubuntu/+source/software-
  properties/tree/softwareproperties/cloudarchive.py#n50

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1836258/+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 507728] Re: man page missing for slapo-nssov

2016-02-15 Thread Peter Matulis
** Changed in: openldap (Ubuntu)
   Importance: Wishlist => Low

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

Title:
  man page missing for slapo-nssov

Status in openldap package in Ubuntu:
  Confirmed

Bug description:
  source package: openldap (2.4.18-0ubuntu1)

  >lsb_release -rd
  Description:  Ubuntu 9.10
  Release:  9.10

   >apt-cache policy slapd
  slapd:
Installed: 2.4.18-0ubuntu1
Candidate: 2.4.18-0ubuntu1
Version table:
   *** 2.4.18-0ubuntu1 0
  500 http://us.archive.ubuntu.com karmic/main Packages
  100 /var/lib/dpkg/status

  the man page for the nss overlay (e.g. slapo-nssov) is not present.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/507728/+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 1452087] Re: slapd [or its init script] does not create necessary directory for nssov socket and fails to start

2015-05-05 Thread Peter Matulis
Can you check /var/log/kern.log to see if this is an apparmor issue?

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

Title:
  slapd [or its init script] does not create necessary directory for
  nssov socket and fails to start

Status in openldap package in Ubuntu:
  New

Bug description:
  when used with the nss overlay, slapd fails to start, because
  /var/run/nslcd/ does not exist, and slap cannot then create the socket
  for this.  additionally, creating the directory manually does not
  help, because it disappears after every reboot.

  1] lsb_release -rd
  Description:  Ubuntu 15.04
  Release:  15.04

  2] apt-cache policy slapd
  slapd:
Installed: 2.4.31-1+nmu2ubuntu12
Candidate: 2.4.31-1+nmu2ubuntu12
Version table:
   *** 2.4.31-1+nmu2ubuntu12 0
  500 http://us.archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages
  100 /var/lib/dpkg/status

  3] i expected the necessary directory to be created when starting slapd if 
the nss overlay is in use
  4] it was not

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1452087/+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