[Bug 1842951] Re: adcli join fails

2019-11-04 Thread Nathan Bird
Followup, it looks like this is already in the process of being packaged
for Focal: https://launchpad.net/ubuntu/focal/+source/adcli( I had
tried checking for it here before Debian, but apparently I used
launchpad poorly).

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

Title:
  adcli join fails

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

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

[Bug 1842951] Re: adcli join fails

2019-11-04 Thread Nathan Bird
I had the same problem. I downloaded `adcli_0.9.0-1` from
https://packages.debian.org/bullseye/amd64/adcli/download; it installs
cleanly on my eoan system and resolved the problem.

Andreas work looked good
(https://launchpad.net/~aroth/+archive/ubuntu/ppa/+packages?field.name_filter=adcli_filter=published_filter=eoan)
but I was leary on pulling authentication package from a PPA of someone
I didn't actually know.

Still want to send a thanks to Andreas for pointing out that this is
already fixed upstream and giving us a workaround until it gets packaged
in Ubuntu.

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

Title:
  adcli join fails

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

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

[Bug 1223567] [NEW] No build available with kerberos support

2013-09-10 Thread Nathan Bird
Public bug reported:

FreeTDS supports kerberos
(http://freetds.schemamania.org/userguide/kerberos.htm) which is very
useful feature when working on a network with Microsoft domains and SQL
Servers. There does not appear to be any way to do this in Ubuntu.

I can understand that you may not want to make kerberos be a hard
dependency of these packages but it would be very nice if there were
also packages {tdsodbc,libsybdb5,libct4}-krb5 that could be installed.

I checked out the bzr development branch and did the following:

 * `apt-get build-dep freetds`
 * `apt-get install libkrb5-dev`
 * add the `--enable-krb5` flag to `debian/rules`  (based on 
http://freetds.schemamania.org/userguide/config.htm#CONFIGURE.OPTIONS)
 * build and install the packages

I can then connect to an MS SQL server based on kerberos ticket.

That is to say it isn't that hard to get it to build with krb5, but I
have no idea how to do the control and rules file such that it will
generate a package with and without that build flag.

** Affects: freetds (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/1223567

Title:
  No build available with kerberos support

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

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


[Bug 1103720] Re: zabbix-agent upstart script incorrect daemonization

2013-01-31 Thread Nathan Bird
It looks like this is upstream bug
https://support.zabbix.com/browse/ZBX-5234

** Changed in: zabbix (Ubuntu)
   Status: New = Invalid

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

Title:
  zabbix-agent upstart script incorrect daemonization

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

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


[Bug 1103720] [NEW] zabbix-agent upstart script incorrect daemonization

2013-01-23 Thread Nathan Bird
Public bug reported:

The upstart init script packaged with zabbix-agent
(1:2.0.3+dfsg-1~exp0ubuntu1) doesn't track it's daemonization correctly
and leaves a non-functioning init script.

It's using Zabbix-agent(1:2.0.3+dfsg-1~exp0ubuntu1) from raring and
upstart(1.5-0ubuntu9) from quantal so there is a chance that the two
aren't happy together. I suspect that's not it.

Behavior:
sudo status zabbix-agent
zabbix-agent start/running, process 955

None of the zabbix processes have that pid,
/var/run/zabbix/zabbix_agentd.pid is 982.

sudo stop zabbix-agent
hangs forever, expected it to stop

sudo reload zabbix-agent
reload: No such process

This causes problems for logrotate scripts too.

** Affects: zabbix (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/1103720

Title:
  zabbix-agent upstart script incorrect daemonization

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

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


[Bug 1005257] Re: squid-deb-proxy's logrotate job produces warnings / log spam

2012-08-24 Thread Nathan Bird
** Branch linked: lp:~sdeziel/squid-deb-proxy/remove-unused-acls

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

Title:
  squid-deb-proxy's logrotate job produces warnings / log spam

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/1005257/+subscriptions

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


[Bug 1005257] Re: squid-deb-proxy's logrotate job produces warnings / log spam

2012-08-24 Thread Nathan Bird
I also get a warning during logrotation:

 Warning: empty ACL: acl blockedpkgs urlpath_regex /etc/squid-deb-
proxy/autogenerated/pkg-blacklist-regexp.acl

The file is empty, I have not packages blacklisted; also easily fixed by
adding an irrelevant blocked package.

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

Title:
  squid-deb-proxy's logrotate job produces warnings / log spam

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/1005257/+subscriptions

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


[Bug 1005257] Re: squid-deb-proxy's logrotate job produces warnings / log spam

2012-08-24 Thread Nathan Bird
** Branch linked: lp:squid-deb-proxy

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

Title:
  squid-deb-proxy's logrotate job produces warnings / log spam

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/1005257/+subscriptions

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


[Bug 879560] Re: Logrotate conf file for mysql-server and my.cnf disagree

2012-06-13 Thread Nathan Bird
** Also affects: mysql-5.5 (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Logrotate conf file for mysql-server and my.cnf disagree

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/879560/+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 879560] Re: Logrotate conf file for mysql-server and my.cnf disagree

2012-06-13 Thread Nathan Bird
Seeing this on a new installation of mysql server 5.5 in Precise as
well. I see this on all my ubuntu servers Lucid - Precise-- on some of
the lucid ones i see one mysql.log.old

The largest I see any of them are about ~35KB most in 10-20KB.

mysql-server  5.5.24-0ubuntu0.12.04.1

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

Title:
  Logrotate conf file for mysql-server and my.cnf disagree

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/879560/+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 879560] Re: Logrotate conf file for mysql-server and my.cnf disagree

2012-06-13 Thread Nathan Bird
** Also affects: mysql-5.5 (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/879560

Title:
  Logrotate conf file for mysql-server and my.cnf disagree

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/879560/+subscriptions

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


[Bug 879560] Re: Logrotate conf file for mysql-server and my.cnf disagree

2012-06-13 Thread Nathan Bird
Seeing this on a new installation of mysql server 5.5 in Precise as
well. I see this on all my ubuntu servers Lucid - Precise-- on some of
the lucid ones i see one mysql.log.old

The largest I see any of them are about ~35KB most in 10-20KB.

mysql-server  5.5.24-0ubuntu0.12.04.1

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

Title:
  Logrotate conf file for mysql-server and my.cnf disagree

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/879560/+subscriptions

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


[Bug 869802] Re: always on top

2012-06-05 Thread Nathan Bird
See also https://bugs.launchpad.net/unity-2d/+bug/788607 which has the
workardound (itself a bit buggy)

gconftool --set --type bool /apps/metacity/general/compositing_manager
false

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

Title:
  always on top

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-terminal/+bug/869802/+subscriptions

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


[Bug 837275] Re: Error: viewer connection to hypervisor host got refused or disconnected!

2012-04-06 Thread Nathan Bird
 ... but introduces a new version of this bug that causes the same
problem.

Patch has been accepted upstream. Re-merging from upstream into Ubuntu's
repo will at least fix my instance of this problem; and as the code has
been refactored somewhat along the way might fix Paul van Genderen's as
well.

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

Title:
  Error: viewer connection to hypervisor host got refused or
  disconnected!

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

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


[Bug 837275] Re: Error: viewer connection to hypervisor host got refused or disconnected!

2012-04-06 Thread Nathan Bird
The version 0.9.1-1ubuntu5 that I pulled from Marc's ppa fixes it for
me! :-)

https://launchpad.net/~mdeslaur/+archive/testing

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

Title:
  Error: viewer connection to hypervisor host got refused or
  disconnected!

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

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


[Bug 837275] Re: Error: viewer connection to hypervisor host got refused or disconnected!

2012-04-04 Thread Nathan Bird
Very odd: it worked yesterday, and not this morning.  I'm on 12.04 beta
so a lot of packages are getting updated but I think this might be in
virt-manager somewhere.

Guessing at reproduction:
1. Install virt-manager
2. Connect to libvirt running on a different host using qemu+ssh connection.  
E.g. `virt-manager -c qemu+ssh://root@hypervisor/system`
3. Double click on a running VM to see its VNC connection.
4.  See Error: viewer connection to hypervisor host go refused or 
disconnected!  Error: ssh: connect to host 127.0.0.1 port 5900: Connection 
refused.
5. `virt-viewer -c qemu+ssh://root@hypervisor/system my-vm` does work

I believe the *different* host is the key. Reading  ~/.virt-manager
/virt-manager.log from days ago and now it looks like the command it is
using has changed to no longer try to connect remotely.

From a few days ago when it worked:
[Mon, 02 Apr 2012 15:46:09 virt-manager 19288] DEBUG (console:1081) Starting 
connect process for proto=vnc trans=ssh connhost=hypervisor connuser= 
connport=None gaddr=127.0.0.1 gport=5903 gsocket=None
[Mon, 02 Apr 2012 15:46:09 virt-manager 19288] DEBUG (console:109) Creating SSH 
tunnel: ssh hypervisor sh -c 'nc -q 21 | grep requires an argument 
/dev/null;if [ $? -eq 0 ] ; then   CMD=nc -q 0 127.0.0.1 5903;else   CMD=nc 
127.0.0.1 5903;fi;eval $CMD;'
[Mon, 02 Apr 2012 15:46:09 virt-manager 19288] DEBUG (console:132) Tunnel 
PID=18467 OUTFD=56 ERRFD=58
[Mon, 02 Apr 2012 15:46:09 virt-manager 19288] DEBUG (console:992) Viewer 
connected
[Mon, 02 Apr 2012 15:55:56 virt-manager 19288] DEBUG (console:150) Shutting 
down tunnel PID=18467 OUTFD=56 ERRFD=58
[Mon, 02 Apr 2012 15:55:56 virt-manager 19288] DEBUG (console:964) Viewer 
disconnected


Today:
[Wed, 04 Apr 2012 08:17:38 virt-manager 26335] DEBUG (console:1075) Starting 
connect process for proto=vnc trans=ssh connhost=127.0.0.1 connuser=root 
connport=5901 gaddr=127.0.0.1 gport=5901 gsocket=None
[Wed, 04 Apr 2012 08:17:38 virt-manager 26335] DEBUG (console:109) Creating SSH 
tunnel: ssh -p 5901 -l root 127.0.0.1 sh -c 'nc -q 21 | grep requires an 
argument /dev/null;if [ $? -eq 0 ] ; then   CMD=nc -q 0 127.0.0.1 5901;else 
  CMD=nc 127.0.0.1 5901;fi;eval $CMD;'
[Wed, 04 Apr 2012 08:17:38 virt-manager 26335] DEBUG (console:132) Tunnel 
PID=27507 OUTFD=24 ERRFD=26
[Wed, 04 Apr 2012 08:17:38 virt-manager 26335] DEBUG (console:150) Shutting 
down tunnel PID=27507 OUTFD=24 ERRFD=26


In the first it is trying to connect to the hypervisor, in the first it is 
trying to connect to localhost (which isn't doing anything).

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

Title:
  Error: viewer connection to hypervisor host got refused or
  disconnected!

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

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


[Bug 837275] Re: Error: viewer connection to hypervisor host got refused or disconnected!

2012-04-04 Thread Nathan Bird
The problem persists after I removed all of my ~/.ssh/config settings to
do with the remote server to ensure that ControlMaster or any existing
port forwards weren't getting in the way.

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

Title:
  Error: viewer connection to hypervisor host got refused or
  disconnected!

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

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


[Bug 837275] Re: Error: viewer connection to hypervisor host got refused or disconnected!

2012-04-04 Thread Nathan Bird
Well I verified that the version i had that was working was
0.9.1-1ubuntu2 and 0.9.1-1ubuntu3 doesn't. So the bug was introduced in
http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/precise/virt-
manager/precise/revision/58/src/virtManager/domain.py

So this is probably different than Paul van Genderen's problem was.

Since I've been looking at this 0.9.1-1ubuntu4 has been released. While
apt-get update+upgrade doesn't give it to me yet, looking at
http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/precise/virt-
manager/precise/revision/59?start_revid=59  doesn't look likely to fix
it.

Looking at the upstream code repos from http://virt-
manager.org/scmrepo.html the code there that is relevant to this has
changed significantly, but introduces a new version of this bug that
causes the same problem.  I'm going to go try to file a bug+patch up
there.

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

Title:
  Error: viewer connection to hypervisor host got refused or
  disconnected!

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

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


[Bug 669142] Re: if-up.d/if-down.d scripts restart iSCSI inappropriately

2012-03-30 Thread Nathan Bird
Still present in 12.04. Glad I found it before putting very much on
there.

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

Title:
  if-up.d/if-down.d scripts restart iSCSI inappropriately

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-iscsi/+bug/669142/+subscriptions

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


[Bug 869802] Re: always on top

2011-12-15 Thread Nathan Bird
I think this is the same as
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/865031

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

Title:
  always on top

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-terminal/+bug/869802/+subscriptions

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


[Bug 865031] Re: Gnome Terminal Always on top when using Dual Monitor not mirror

2011-12-15 Thread Nathan Bird
I think this is the same as https://bugs.launchpad.net/ubuntu/+source
/gnome-terminal/+bug/869802

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

Title:
  Gnome Terminal Always on top when using Dual Monitor not mirror

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

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