[Bug 1952797] [NEW] missing keyring dependency

2021-11-30 Thread Gerard Weatherby
Public bug reported:

After installing twine (apt install twine), running "twine upload" causes the 
error:
Traceback (most recent call last):
  File "/usr/bin/twine", line 11, in 
load_entry_point('twine==3.1.1', 'console_scripts', 'twine')()
  File "/usr/lib/python3/dist-packages/twine/__main__.py", line 25, in main
return dispatch(sys.argv[1:])
  File "/usr/lib/python3/dist-packages/twine/cli.py", line 72, in dispatch
main = registered_commands[args.command].load()
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2445, 
in load
return self.resolve()
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2451, 
in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/usr/lib/python3/dist-packages/twine/commands/upload.py", line 20, in 

from twine import settings
  File "/usr/lib/python3/dist-packages/twine/settings.py", line 22, in 
from twine import auth
  File "/usr/lib/python3/dist-packages/twine/auth.py", line 6, in 
import keyring
ModuleNotFoundError: No module named 'keyring'

** Affects: twine (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/1952797

Title:
  missing keyring dependency

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


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

[Bug 1916641] [NEW] system service remains active if daemon fails

2021-02-23 Thread Gerard Weatherby
Public bug reported:

Attempting to start the cachefiles service when /etc/default/cachefilesd
has #RUN=yes commented out:

systemctl start cachefilesd.service

Leaves service "active" even though the daemon fails:

systemctl status cachefilesd.service
● cachefilesd.service - LSB: CacheFiles daemon
   Loaded: loaded (/etc/init.d/cachefilesd; generated)
   Active: active (exited) since Tue 2021-02-23 13:24:57 EST; 1min 15s ago
 Docs: man:systemd-sysv-generator(8)
  Process: 26346 ExecStop=/etc/init.d/cachefilesd stop (code=exited, 
status=0/SUCCESS)
  Process: 26360 ExecStart=/etc/init.d/cachefilesd start (code=exited, 
status=0/SUCCESS)

Feb 23 13:24:57 gerarddaily systemd[1]: Starting LSB: CacheFiles daemon...
Feb 23 13:24:57 gerarddaily cachefilesd[26360]:  * cachefilesd disabled, please 
set RUN=yes in /etc/default/cachefilesd
Feb 23 13:24:57 gerarddaily systemd[1]: Started LSB: CacheFiles daemon.
Feb 23 13:25:53 gerarddaily cachefilesd[26273]: Daemon Terminated

This leads systemd to ignore future "start" commands even after then
problem is fixed. Systemd services typically report a failure, not
"Success" when their daemon fails to start.

Work around: manually stopping and then starting service, or systemctl
restart cachefilesd restarts the service.

 lsb_release -rd
Description:Ubuntu 18.04.5 LTS
Release:18.04


apt-cache policy cachefilesd
cachefilesd:
  Installed: 0.10.10-0.1ubuntu0.18.04.1
  Candidate: 0.10.10-0.1ubuntu0.18.04.1
  Version table:
 *** 0.10.10-0.1ubuntu0.18.04.1 500
500 http://us.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 
Packages
100 /var/lib/dpkg/status
 0.10.10-0.1 500
500 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages

** Affects: cachefilesd (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/1916641

Title:
  system service remains active if daemon fails

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

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

[Bug 1906627] Re: GSS-SPNEGO implementation in cyrus-sasl2 is incompatible with Active Directory, causing recent adcli regression

2020-12-16 Thread Gerard Weatherby
The proposed solution fixes the bug I filed when joining against older
Windows Active Directory servers.
(https://bugs.launchpad.net/ubuntu/+source/sssd/+bug/1906673) i.e. The
domain join works without the --use-ldaps.

We do not currently have the correct certificate set up to use --use-
ldaps, so I am not currently able exercise that test case.

(Thank you to the Ubuntu team for the rapid response.)

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

Title:
  GSS-SPNEGO implementation in cyrus-sasl2 is incompatible with Active
  Directory, causing recent adcli regression

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

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

[Bug 1906673] [NEW] Realm join hangs

2020-12-03 Thread Gerard Weatherby
Public bug reported:

Following update sssd/bionic-updates,bionic-security,now
1.16.1-1ubuntu1.7 to the sssd et. al. packages, our realm joins not
longer work. They hang at the step:

root@dec03daily:~# realm join ourdomain.net -U admin-acct -v
 * Resolving: _ldap._tcp.ourdomain.net
 * Performing LDAP DSE lookup on: 0.0.0.01
 * Performing LDAP DSE lookup on: 0.0.0.00
 * Successfully discovered: ourdomain.net
Password for admin-acct: 
 * Unconditionally checking packages
 * Resolving required packages
 * LANG=C /usr/sbin/adcli join --verbose --domain ourdomain.net --domain-realm 
OURDOMAIN.NET --domain-controller 0.0.0.01 --login-type user --login-user 
admin-acct --stdin-password
 * Using domain name: ourdomain.net
 * Calculated computer account name from fqdn: DEC03DAILY
 * Using domain realm: ourdomain.net
 * Sending netlogon pings to domain controller: cldap://0.0.0.01
 * Received NetLogon info from: ad2.ourdomain.net
 * Wrote out krb5.conf snippet to 
/var/cache/realmd/adcli-krb5-CxSBIC/krb5.d/adcli-krb5-conf-7CIGrq
 * Authenticated as user: admin-a...@ourdomain.net
 * Using GSS-SPNEGO for SASL bind

(site specific identity data obfuscated)

root@dec03daily:~# lsb_release -rd
Description:Ubuntu 18.04.5 LTS
Release:18.04

root@dec03daily:~# apt-cache policy sssd
sssd:
  Installed: 1.16.1-1ubuntu1.7
  Candidate: 1.16.1-1ubuntu1.7
  Version table:
 *** 1.16.1-1ubuntu1.7 500
500 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 
Packages
500 http://security.ubuntu.com/ubuntu bionic-security/main amd64 
Packages
100 /var/lib/dpkg/status
 1.16.1-1ubuntu1 500
500 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 Packages

Note: we have been using prior versions of the sssd / realm et. al.
packages to automatically build / domain join VMs for the past couple
years; our process just stopped working with 1.16.1-1ubuntu1.7 update.

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

Title:
  Realm join hangs

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

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

[Bug 673438] Re: update-grub: cannot restore the original directory

2020-11-14 Thread Gerard Weatherby
A nicer error message would be nice. Or use /tmp for tempfiles instead
of current working directory.

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

Title:
  update-grub: cannot restore the original directory

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

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

[Bug 1899831] [NEW] bionic python3-pip does not use alternate repositories

2020-10-14 Thread Gerard Weatherby
Public bug reported:

Please see https://bugs.launchpad.net/ubuntu/+source/python-
pip/+bug/1833229 . I have no idea why it was marked "fixed" in May,
because it still active in bionic.

** Affects: python-pip (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: bionic python3

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

Title:
  bionic python3-pip does not use alternate repositories

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-pip/+bug/1899831/+subscriptions

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

[Bug 1833229] Re: `--extra-index-url` not working for PIP

2020-10-14 Thread Gerard Weatherby
Yesterday's (10-13) update of the PPA has broken the fix.

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

Title:
  `--extra-index-url` not working for PIP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-pip/+bug/1833229/+subscriptions

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

[Bug 1833229] Re: `--extra-index-url` not working for PIP

2020-09-11 Thread Gerard Weatherby
To stop automatic updates from overwriting the bug fix version of python3-pip, 
create file
/etc/apt/preferences.d/citrain-pin-700 with the following content:
Package: python3-pip 
Pin: origin "ppa.launchpad.net" 
Pin-Priority: 700

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

Title:
  `--extra-index-url` not working for PIP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-pip/+bug/1833229/+subscriptions

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

[Bug 1833229] Re: `--extra-index-url` not working for PIP

2020-08-20 Thread Gerard Weatherby
It appears the ppa is no longer "just working" because the mainline
bionic Ubuntu version of python3-pip has incremented. That is to say,
even after adding the ppa and doing apt update, apt-get install pulls
the buggy one from the mainline repo.

I was able to get the right version by using:
apt install python3-pip=9.0.1-2.3~ubuntu1.18.04.2~ubuntu18.04.1~ppa202002141134 
python-pip-whl=9.0.1-2.3~ubuntu1.18.04.2~ubuntu18.04.1~ppa202002141134

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

Title:
  `--extra-index-url` not working for PIP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-pip/+bug/1833229/+subscriptions

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

[Bug 1833229] Re: `--extra-index-url` not working for PIP

2020-04-09 Thread Gerard Weatherby
To make this copy-and-paste obvious for the next person to come by:

add-apt-repository ppa:ci-train-ppa-service/3690
apt update
apt install python3-pip

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

Title:
  `--extra-index-url` not working for PIP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-pip/+bug/1833229/+subscriptions

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

[Bug 1833415] [NEW] Version.sha256 throws SystemError

2019-06-19 Thread Gerard Weatherby
Public bug reported:

Attempting to access the property raised the exception 'SystemError: error 
return without exception set'
The error occurs when version._records.hashes.file_size == 0.
The package occurred on (cups=2.2.7-1ubuntu2.5) on an Ubnuntu 18.04.2 LTS 
system ; attempting to download the source *deb file failed.

Doing an apt-get clean / apt-get update / apt upgrade seemed to make the
problem go away.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: python3-apt 1.6.4
ProcVersionSignature: Ubuntu 4.15.0-43.46-generic 4.15.18
Uname: Linux 4.15.0-43-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.6
Architecture: amd64
CurrentDesktop: XFCE
Date: Wed Jun 19 08:20:32 2019
InstallationDate: Installed on 2019-06-05 (13 days ago)
InstallationMedia:
 
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: python-apt
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: python-apt (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic

** Attachment added: "Screenshot showing object state in PyCharm debugger"
   
https://bugs.launchpad.net/bugs/1833415/+attachment/5271571/+files/badhash.png

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

Title:
  Version.sha256 throws SystemError

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-apt/+bug/1833415/+subscriptions

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

[Bug 1163533] Re: gnumeric no longer offers to save as csv/tsv etc (text), despite listing such files when choosing "All files" as save type

2016-04-06 Thread Gerard Weatherby
It  would greatly improve usability to have the csv option visible from
the File -> Save As menu.

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

Title:
  gnumeric no longer offers to save as csv/tsv etc (text), despite
  listing such files when choosing "All files" as save type

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

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


[Bug 1476753] Re: When sshd exits because of a bad configuration, upstart claims the job is in "start/running" with no PID

2016-02-24 Thread Gerard Weatherby
Ran into this, too.

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

Title:
  When sshd exits because of a bad configuration, upstart claims the job
  is in "start/running" with no PID

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

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


[Bug 993298] Re: Please make NetworkManager-controlled dnsmasq respect /etc/hosts

2016-01-27 Thread Gerard Weatherby
Pointlessly aggravating to break something that long term linux users
have relied on for years. At a minimum, a comment in the default
/etc/hosts would be useful.

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

Title:
  Please make NetworkManager-controlled dnsmasq respect /etc/hosts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/993298/+subscriptions

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