[Bug 1203432] Re: do not install package apache2 2.4.4-6ubuntu5 failed to install/upgrade: podproces zainstalowany skrypt post-installation zwrócił kod błędu 1

2013-07-20 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  do not install package apache2 2.4.4-6ubuntu5 failed to
  install/upgrade: podproces zainstalowany skrypt post-installation
  zwrócił kod błędu 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1203432/+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 1203432] [NEW] do not install package apache2 2.4.4-6ubuntu5 failed to install/upgrade: podproces zainstalowany skrypt post-installation zwrócił kod błędu 1

2013-07-20 Thread Andrzej Pniewski
Public bug reported:

do not install apache2

ProblemType: Package
DistroRelease: Ubuntu 13.10
Package: apache2 2.4.4-6ubuntu5
ProcVersionSignature: Ubuntu 3.10.0-4.13-generic 3.10.1
Uname: Linux 3.10.0-4-generic x86_64
Apache2ConfdDirListing: ['javascript-common.conf']
Apache2Modules:
 Error: command ['/usr/sbin/apachectl', '-D DUMP_MODULES'] failed with exit 
code 1: apache2: Syntax error on line 140 of /etc/apache2/apache2.conf: Syntax 
error on line 1 of /etc/apache2/mods-enabled/php5.load: Cannot load 
/usr/lib/apache2/modules/libphp5.so into server: 
/usr/lib/apache2/modules/libphp5.so: cannot open shared object file: No such 
file or directory
 Action '-D DUMP_MODULES' failed.
 The Apache error log may have more information.
ApportVersion: 2.11-0ubuntu1
AptOrdering:
 apache2: Install
 apache2: Configure
Architecture: amd64
Date: Sun Jul 21 08:32:38 2013
DuplicateSignature: package:apache2:2.4.4-6ubuntu5:podproces zainstalowany 
skrypt post-installation zwrócił kod błędu 1
ErrorMessage: podproces zainstalowany skrypt post-installation zwrócił kod 
błędu 1
InstallationDate: Installed on 2013-07-20 (0 days ago)
InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Alpha amd64+mac (20130715)
MarkForUpload: True
SourcePackage: apache2
Title: package apache2 2.4.4-6ubuntu5 failed to install/upgrade: podproces 
zainstalowany skrypt post-installation zwrócił kod błędu 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package saucy

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

Title:
  do not install package apache2 2.4.4-6ubuntu5 failed to
  install/upgrade: podproces zainstalowany skrypt post-installation
  zwrócił kod błędu 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1203432/+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 1203430] [NEW] dnsmasq doesn't listen on a given 127.* listen-address if bind-dynamic, interface and except-interface options are given

2013-07-20 Thread Thomas Hood
Public bug reported:

If I start dnsmasq as follows

dnsmasq  --conf-file= --resolv-file=/tmp/r.conf --bind-dynamic 
--listen-address=127.0.3.1
echo "nameserver 192.168.1.254" > /tmp/r.conf

then I can resolve a name, e.g., "www.microsoft.com", with dig.

dig @127.0.3.1 www.microsoft.com

And I can still resolve names with that "dig" command if I start dnsmasq
as follows (with "--interface=eth0").

dnsmasq  --conf-file=  --resolv-file=/tmp/r.conf --bind-dynamic 
--listen-address=127.0.3.1 --interface=eth0
echo "nameserver 192.168.1.254" > /tmp/r.conf

However, I can't resolve anything if I start dnsmasq as follows (with
"--except-interface=lo").

dnsmasq --conf-file= --resolv-file=/tmp/r.conf --bind-dynamic 
--listen-address=127.0.3.1 --interface=eth0 --except-interface=lo
echo "nameserver 192.168.1.254" > /tmp/r.conf

Dnsmasq just doesn't respond even though it's supposedly listening at
127.0.3.1.

> # netstat -nlp | grep :53
> tcp0  0 127.0.3.1:530.0.0.0:*   LISTEN
>   5887/dnsmasq
> tcp0  0 192.168.1.20:53 0.0.0.0:*   LISTEN
>   5887/dnsmasq
> tcp6   0  0 fe80::f2de:f1ff:fe6b:53 :::*LISTEN
>   5887/dnsmasq
> udp0  0 0.0.0.0:53530.0.0.0:* 
>   768/avahi-daemon: r
> udp0  0 127.0.3.1:530.0.0.0:* 
>   5887/dnsmasq
> udp0  0 192.168.1.20:53 0.0.0.0:* 
>   5887/dnsmasq
> udp6   0  0 :::5353 :::*  
>   768/avahi-daemon: r
> udp6   0  0 fe80::f2de:f1ff:fe6b:53 :::*  
>   5887/dnsmasq


If I start dnsmasq as above but with "--bind-interfaces" instead of 
"--bind-dynamic" then the "dig" command works.

Additional info:

> # ifconfig
> eth0  Link encap:Ethernet  HWaddr f0:de:f1:6b:22:bf  
>   inet addr:192.168.1.20  Bcast:192.168.1.255  Mask:255.255.255.0
>   inet6 addr: fe80::f2de:f1ff:fe6b:22bf/64 Scope:Link
>   UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>   RX packets:124343 errors:0 dropped:0 overruns:0 frame:0
>   TX packets:59204 errors:0 dropped:0 overruns:0 carrier:0
>   collisions:0 txqueuelen:1000
>   RX bytes:56834893 (56.8 MB)  TX bytes:8614172 (8.6 MB)
>   Interrupt:20 Memory:f250-f252
>
> loLink encap:Local Loopback  
>   inet addr:127.0.0.1  Mask:255.0.0.0
>   inet6 addr: ::1/128 Scope:Host
>   UP LOOPBACK RUNNING  MTU:65536  Metric:1
>   RX packets:806 errors:0 dropped:0 overruns:0 frame:0
>   TX packets:806 errors:0 dropped:0 overruns:0 carrier:0
>   collisions:0 txqueuelen:0
>   RX bytes:220819 (220.8 KB)  TX bytes:220819 (220.8 KB)


Dnsmasq version: 2.65-1ubuntu1

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

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

Title:
  dnsmasq doesn't listen on a given 127.* listen-address if bind-
  dynamic, interface and except-interface options are given

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1203430/+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 834985] a.vandenhoeven

2013-07-20 Thread Anton van den Hoeven
http://poligrafia.archangelsystems.com/ygf/koh.bfcd



a.vandenhoeven


7/21/2013 5:40:10 AM

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

Title:
  package samba-common-bin 2:3.5.8~dfsg-1ubuntu2 failed to
  install/upgrade: beschadigd bestandssysteem tarbestand - beschadigd
  pakketarchief

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/834985/+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 1097848] Re: nagios-plugins 1.4.15-5ubuntu4 FTBFS on amd64 in raring

2013-07-20 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/jessie/nagios-plugins

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

Title:
  nagios-plugins 1.4.15-5ubuntu4 FTBFS on amd64 in raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/nagios-plugins/+bug/1097848/+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 1182394] Re: Cannot install Nagios 3

2013-07-20 Thread Launchpad Bug Tracker
[Expired for nagios3 (Ubuntu) because there has been no activity for 60
days.]

** Changed in: nagios3 (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Cannot install Nagios 3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios3/+bug/1182394/+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 1182443] Re: package qemu 1.2.0+noroms-0ubuntu2.12.10.4 failed to install/upgrade: Le paquet est dans un état incohérent - vous devriez le réinstaller avant d'essayer de le supprimer.

2013-07-20 Thread Launchpad Bug Tracker
[Expired for qemu-kvm (Ubuntu) because there has been no activity for 60
days.]

** Changed in: qemu-kvm (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  package qemu 1.2.0+noroms-0ubuntu2.12.10.4 failed to install/upgrade:
  Le paquet est dans un état incohérent - vous devriez  le réinstaller
  avant d'essayer de le supprimer.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1182443/+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 1175028] Re: Mongodb links GPL code with SSL

2013-07-20 Thread Scott Kitterman
I'm going to assume that was accidental.

** Changed in: mongodb (Ubuntu Saucy)
   Status: Fix Released => Fix Committed

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

Title:
  Mongodb links GPL code with SSL

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mongodb/+bug/1175028/+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 1202655] Re: mod_wsgi crashes during shutdown

2013-07-20 Thread Stefan Fritsch
** Summary changed:

- apache2 crashed with SIGABRT in do_fcntl()
+ mod_wsgi crashes during shutdown

** Package changed: apache2 (Ubuntu) => mod-wsgi (Ubuntu)

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

Title:
  mod_wsgi crashes during shutdown

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mod-wsgi/+bug/1202655/+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 1202655] Re: apache2 crashed with SIGABRT in do_fcntl()

2013-07-20 Thread Stefan Fritsch
The "StacktraceTop" shown above is not actually the top of the stack. It
looks like apache is shutting down and mod_wsgi is crashing during
shutdown.

#2  0x7f383822c6ee in Py_FatalError () from 
/tmp/apport_sandbox_EBD2sJ/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
No symbol table info available.
#3  0x7f383821a8dc in PyEval_AcquireThread () from 
/tmp/apport_sandbox_EBD2sJ/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
No symbol table info available.
#4  0x7f38374566ee in wsgi_python_child_cleanup (data=) at 
mod_wsgi.c:6885
interp = 0x0
#5  0x7f383dcc5d2e in run_cleanups (cref=) at 
../memory/unix/apr_pools.c:2352
c = 
#6  apr_pool_destroy (pool=0x7f383e368028) at ../memory/unix/apr_pools.c:814
active = 
allocator = 
#7  0x7f383abfa1ae in clean_child_exit (code=code@entry=0) at prefork.c:218
No locals.
#8  0x7f383abfa1eb in just_die (sig=) at prefork.c:344
No locals.
#9  
No locals.

The "signal handler called" is actually the SIGTERM handler.

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

Title:
  apache2 crashed with SIGABRT in do_fcntl()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1202655/+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 1181777] Re: kvm: freeze a guest with a NIC PCI passthrough

2013-07-20 Thread AlexanderYT
I tried qemu in saucy.  No issue found. IPXE works fine.

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

Title:
  kvm: freeze a guest with a NIC PCI passthrough

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1181777/+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 1175028] Re: Mongodb links GPL code with SSL

2013-07-20 Thread Scott Kitterman
On what basis do you mark this fix released?

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

Title:
  Mongodb links GPL code with SSL

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mongodb/+bug/1175028/+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 1175028] Re: Mongodb links GPL code with SSL

2013-07-20 Thread DJ
** Changed in: mongodb (Ubuntu Saucy)
   Status: Confirmed => Fix Released

** Changed in: mongodb (Ubuntu Raring)
   Status: Confirmed => Fix Committed

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

Title:
  Mongodb links GPL code with SSL

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mongodb/+bug/1175028/+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 1203124] Re: [MIR] python-ceilometerclient

2013-07-20 Thread Matthias Klose
Override component to main
python-ceilometerclient 1.0.1-0ubuntu1 in saucy: universe/python -> main
python-ceilometerclient 1.0.1-0ubuntu1 in saucy amd64: 
universe/python/extra/100% -> main
python-ceilometerclient 1.0.1-0ubuntu1 in saucy armhf: 
universe/python/extra/100% -> main
python-ceilometerclient 1.0.1-0ubuntu1 in saucy i386: 
universe/python/extra/100% -> main
python-ceilometerclient 1.0.1-0ubuntu1 in saucy powerpc: 
universe/python/extra/100% -> main
5 publications overridden.


** Changed in: python-ceilometerclient (Ubuntu)
   Status: Fix Committed => Fix Released

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

Title:
  [MIR] python-ceilometerclient

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