[Bug 791625] Re: /javascript/* URLs sidelined by conf.d settings

2013-02-06 Thread Johannes Martin
There has not been any fix released in Mantis, so the status in mantis
in incorrect. It should be confirmed.

There is a fix for mantis in the unreleased development branch.

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

Title:
  /javascript/* URLs sidelined by conf.d settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/mantis/+bug/791625/+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 985489] Re: nova-compute stops processing compute.$HOSTNAME occasionally on libvirt

2012-09-20 Thread Johannes Erdfelt
** Summary changed:

- nova-compute stops processing compute.$HOSTNAME occasionally
+ nova-compute stops processing compute.$HOSTNAME occasionally on libvirt

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

Title:
  nova-compute stops processing compute.$HOSTNAME occasionally on
  libvirt

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/985489/+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 838581] Re: Failures in db_pool code: 'NoneType' object has no attribute '_keymap' or not returning rows.

2012-07-19 Thread Johannes Erdfelt
I know this is an old bug, but I'm pretty confident now that the problem
isn't in db_pool, just that the increased concurrency exposed bugs in
nova. This was complicated by bugs in SQLAlchemy (since fixed) and in
MySQLdb (which I've opened up a bug report and supplied a patch) that
masked the real bug in nova.

The "'NoneType' object has no attribute '_keymap'" exception is most
likely caused by a bug in SQLAlchemy that has been fixed for a while. I
was only able to reproduce this with older versions of SQLAlchemy,
whereas upgrading to a recent version results in the
"ResourceClosedError: This result object does not return rows. It has
been closed automatically." exception.

The exception is generated by SQLAlchemy, but is ultimately a bug in
MySQLdb, where it doesn't always raise an exception correctly when it is
received by the server. For some reason, with subtle changes to the
query, errors can happen at different points in the protocol and MySQLdb
doesn't handle it correctly if the error is received when calling
mysql_store_result().

I opened up this bug report and attached a patch to fix the bug in
MySQLdb:

https://sourceforge.net/tracker/?func=detail&aid=3546166&group_id=22307&atid=374932

After upgrading SQLAlchemy and fixing MySQLdb, you'll see the real
problem, which is likely this exception:

"OperationError: Deadlock found when trying to get lock; try restarting
transaction"

At least that was the case with the quota reservation code, tracked by
this bug:

https://bugs.launchpad.net/nova/+bug/1026709

I strongly suspect these other cases are similar bugs with incorrect
locking since at least the fixed_ip code uses with_lockmode as well.

** Bug watch added: SourceForge.net Tracker #3546166
   http://sourceforge.net/support/tracker.php?aid=3546166

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

Title:
  Failures in db_pool code: 'NoneType' object has no attribute '_keymap'
  or not returning rows.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/838581/+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 948595] Re: Default api-paste.ini does not properly route metadata requests to /1.0

2012-03-07 Thread Johannes Erdfelt
Ok, I missed that you testes EC2 itself and saw 1.0 on there

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

Title:
  Default api-paste.ini does not properly route metadata requests to
  /1.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/948595/+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 948595] Re: Default api-paste.ini does not properly route metadata requests to /1.0

2012-03-07 Thread Johannes Erdfelt
The reason why I ask is because I don't even see a 1.0 EC2 API doc
anywhere. It's not listed here:

http://aws.amazon.com/archives/Amazon-EC2

and the latest version isn't 1.0. All of the versions fit -mm-dd
format so 1.0 seems like it's a mistake not supposed to be in the list.

I'm not an expert on the EC2 API but to me it looks like the inclusion
in the list is a mistake and not the absence in the paste config.

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

Title:
  Default api-paste.ini does not properly route metadata requests to
  /1.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/948595/+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 948595] Re: Default api-paste.ini does not properly route metadata requests to /1.0

2012-03-06 Thread Johannes Erdfelt
Is the bug that 1.0 doesn't route anywhere or that 1.0 is in the list in
the first place? I can't find any documentation on what a 1.0 API should
be.

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

Title:
  Default api-paste.ini does not properly route metadata requests to
  /1.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/948595/+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 725018] Re: package openssh-server 1:5.8p1-1ubuntu1 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2011-03-02 Thread Johannes Rohr
*** This bug is a duplicate of bug 514053 ***
https://bugs.launchpad.net/bugs/514053

The point is that this was repoducible. Somehow the lock file was left
there and would persist through reboots until I manually got rid of it.

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

Title:
  package openssh-server 1:5.8p1-1ubuntu1 failed to install/upgrade:
  Unterprozess installiertes post-installation-Skript gab den Fehlerwert
  1 zurück

-- 
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 725018] Re: package openssh-server 1:5.8p1-1ubuntu1 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2011-03-02 Thread Johannes Rohr
*** This bug is a duplicate of bug 514053 ***
https://bugs.launchpad.net/bugs/514053

I found that there  was a file /etc/group.lock. After deleting it, it
worked. So this is possibly a bug in adduser.

** This bug has been marked a duplicate of bug 514053
   cant add groups using groupadd get a message "cannot lock /etc/passwd; try 
again later"
 * You can subscribe to bug 514053 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/adduser/+bug/514053/+subscribe

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

Title:
  package openssh-server 1:5.8p1-1ubuntu1 failed to install/upgrade:
  Unterprozess installiertes post-installation-Skript gab den Fehlerwert
  1 zurück

-- 
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 725018] Re: package openssh-server 1:5.8p1-1ubuntu1 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2011-02-25 Thread Johannes Rohr
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.
https://bugs.launchpad.net/bugs/725018

Title:
  package openssh-server 1:5.8p1-1ubuntu1 failed to install/upgrade:
  Unterprozess installiertes post-installation-Skript gab den Fehlerwert
  1 zurück

-- 
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 725018] [NEW] package openssh-server 1:5.8p1-1ubuntu1 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2011-02-25 Thread Johannes Rohr
Public bug reported:

the useradd command reproducibly fails: Setting up openssh-server 
(1:5.8p1-1ubuntu1) ...
useradd: cannot lock /etc/group; try again later.
adduser: `/usr/sbin/useradd -d /var/run/sshd -g nogroup -s /usr/sbin/nologin -u 
113 sshd' returned error code 10. Exiting.
dpkg: error processing openssh-server (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 openssh-server

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: openssh-server 1:5.8p1-1ubuntu1
ProcVersionSignature: Ubuntu 2.6.38-5.32-generic 2.6.38-rc6
Uname: Linux 2.6.38-5-generic x86_64
AptOrdering:
 openssh-server: Install
 ssh-import-id: Install
 openssh-server: Configure
 ssh-import-id: Configure
Architecture: amd64
Date: Fri Feb 25 15:25:32 2011
ErrorMessage: Unterprozess installiertes post-installation-Skript gab den 
Fehlerwert 1 zurück
SSHDConfig: Error: command ['/usr/sbin/sshd', '-T'] failed with exit code 255: 
Privilege separation user sshd does not exist
SourcePackage: openssh
Title: package openssh-server 1:5.8p1-1ubuntu1 failed to install/upgrade: 
Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

** Affects: openssh (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package natty

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

Title:
  package openssh-server 1:5.8p1-1ubuntu1 failed to install/upgrade:
  Unterprozess installiertes post-installation-Skript gab den Fehlerwert
  1 zurück

-- 
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 419182] Re: KVM and audio driver in Windows 7

2009-12-14 Thread Johannes Rudolph
What I found out is: there's no x64 driver for both AC'97 and ES1370 for
Windows. 64bit Chipsets would have no AC'97, so there is only the
Realtek driver which doesn't work well. And ES1370 is a very, very old
audio chip which is probably only supported for legacy reasons but only
in the 32bit versions of Windows. In the link from comment #4, the 32bit
version of Windows was used.

See http://www.virtualbox.org/ticket/5332 which is essentially the same
problem for VirtualBox.

Can you confirm that Windows Update finds drivers for x32 but not for
x64 versions of Windows?

** Bug watch added: Virtualbox Trac #5332
   http://www.virtualbox.org/ticket/5332

-- 
KVM and audio driver in Windows 7
https://bugs.launchpad.net/bugs/419182
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to kvm in ubuntu.

-- 
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 491623] Re: ndiff crashes when its called with not nmap files

2009-12-02 Thread Johannes
i made a mistake with the file ndiff.patch. its just the diff file.
the path is this attachment now.

** Attachment added: "ndiff.patch"
   http://launchpadlibrarian.net/36350932/ndiff.patch

** Attachment removed: "ndiff.patch"
   http://launchpadlibrarian.net/36350506/ndiff.patch

-- 
ndiff crashes when its called with not nmap files
https://bugs.launchpad.net/bugs/491623
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nmap in ubuntu.

-- 
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 491623] Re: ndiff crashes when its called with not nmap files

2009-12-02 Thread Johannes

** Attachment added: "ndiff.patch"
   http://launchpadlibrarian.net/36350506/ndiff.patch

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/36350507/Dependencies.txt

-- 
ndiff crashes when its called with not nmap files
https://bugs.launchpad.net/bugs/491623
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nmap in ubuntu.

-- 
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 491623] [NEW] ndiff crashes when its called with not nmap files

2009-12-02 Thread Johannes
Public bug reported:

Binary package hint: nmap

steps to reproduce:
no...@neo:~/tmp/c$cat foo && cat bar
1
2
no...@neo:~/tmp/c$ndiff foo bar
Traceback (most recent call last):
  File "/usr/bin/ndiff", line 1036, in 
main()
  File "/usr/bin/ndiff", line 1024, in main
scan_a.load_from_file(filename_a)
  File "/usr/bin/ndiff", line 56, in load_from_file
self.load(f)
  File "/usr/bin/ndiff", line 50, in load
parser.parse(f)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
xmlreader.IncrementalParser.parse(self, source)
  File "/usr/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
self.feed(buffer)
  File "/usr/lib/python2.6/xml/sax/expatreader.py", line 211, in feed
self._err_handler.fatalError(exc)
  File "/usr/lib/python2.6/xml/sax/handler.py", line 38, in fatalError
raise exception
xml.sax._exceptions.SAXParseException: foo:1:0: syntax error

im missing some errormessages if ndiff is called with files in the wrong
format.

ProblemType: Bug
Architecture: i386
Date: Wed Dec  2 23:11:33 2009
DistroRelease: Ubuntu 9.10
Package: nmap 5.00-2
ProcEnviron:
 LANGUAGE=de_DE.UTF-8
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-15.50-generic
SourcePackage: nmap
Uname: Linux 2.6.31-15-generic i686

** Affects: nmap (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
ndiff crashes when its called with not nmap files
https://bugs.launchpad.net/bugs/491623
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nmap in ubuntu.

-- 
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 105195] Re: kvm can not run Windows XP

2009-09-15 Thread Johannes Rauch
i guess it has something to do with intel cpus - i installed recently a
kvm-vm with windows server 2008 on my "amd athlon 64"-based jaunty
server with no problems at all...

on my notebook, i still got problems booting non-virtio based vms from
harddisk using virt-manager/libvirtd. a linux-vm with virtio-driver
works fine...

dell xps 1330m
intel core2duo t7250
ubuntu 9.04 (i386)
kernel 2.6.30.5

-- 
kvm can not run Windows XP
https://bugs.launchpad.net/bugs/105195
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
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 407428] Re: sshd zombie processes and strange behavior after karmic upgrade

2009-09-03 Thread Johannes
I can also confirm this problem. As can I confirm that "/etc/init.d/ssh
restart" is a valid (but time consuming and probably proportional in
time to number of processes) workaround. When I noticed this problem
(after about 15 hours of uptime), there were something in the region of
3000 defunct ssh PID:s so it'd basically take a week of uptime to fill
up all the PID:s. I don't know for sure, but that could be a bad thing.
:P

-- 
sshd zombie processes and strange behavior after karmic upgrade
https://bugs.launchpad.net/bugs/407428
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

-- 
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 39249] Re: (Dapper) can't create /var/lib/dhcp3/dhclient.eth0.leases: Permission denied

2009-05-24 Thread Johannes Hessellund
Annoying bug still present at fresh Hardy-server installation!

Easily fixed by changing ownership of /var/lib/dhcp3 to 'dhcp'.

** Summary changed:

- (Dapper) can't create /var/lib/dhcp3/dhclient.eth0.leases: Permission denied
+ (Dapper, Hardy) can't create /var/lib/dhcp3/dhclient.eth0.leases: Permission 
denied

-- 
(Dapper, Hardy) can't create /var/lib/dhcp3/dhclient.eth0.leases: Permission 
denied
https://bugs.launchpad.net/bugs/39249
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.

-- 
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 379329] Re: Security flaw in openSSH prior to 5.2

2009-05-22 Thread Johannes Hessellund
** Visibility changed to: Public

-- 
Security flaw in openSSH prior to 5.2
https://bugs.launchpad.net/bugs/379329
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

-- 
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 42562] Re: Upgrade to PHP 5.1.4 for dapper (security fixes)

2009-01-03 Thread Johannes Hessellund
To bad... I will have to make the upgrade my self then.

Maybe the topic of this bug should be changes to reflect was has been fixed !?
Or status changed to "Wont fix"?

-- 
Upgrade to PHP 5.1.4 for dapper (security fixes)
https://bugs.launchpad.net/bugs/42562
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
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 42562] Re: Upgrade to PHP 5.1.4 for dapper (security fixes)

2009-01-02 Thread Johannes Hessellund
Will Dapper ever have php > 5.1.2 ?

Bug is marked as "Fix released", but I still only see php version 5.1.2.

Please but PHP 5.1.3 or 5.1.4 in backports.

-- 
Upgrade to PHP 5.1.4 for dapper (security fixes)
https://bugs.launchpad.net/bugs/42562
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

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