Re: [Bug 343870] Re: php-cli segmentation fault with mysql extension

2011-04-11 Thread Clint Byrum
Excerpts from Nonox's message of Tue Apr 12 01:51:12 UTC 2011:
> Hi!
> I'm getting (almost any time) the "Segmentation fault" problem when the 
> crontab execute a php script. Can anyone help me and tell me how to solve the 
> issue?
> 
> $ lsb_release -a
> No LSB modules are available.
> Distributor ID:Ubuntu
> Description:Ubuntu 10.10
> Release:10.10
> Codename:maverick
> 
> $ php -v
> PHP 5.3.3-1ubuntu9.3 with Suhosin-Patch (cli) (built: Jan 12 2011 16:08:14) 
> Copyright (c) 1997-2009 The PHP Group
> Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
> 
> $ dpkg --get-selections | grep php
> libapache2-mod-php5install
> php5-cliinstall
> php5-commoninstall
> php5-curlinstall
> php5-mysqlinstall

The bug is in libmysqlclient. Can you show us what version of that you
have installed?

dpkg -l 'libmysqlclient*'

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

Title:
  php-cli segmentation fault with mysql extension

-- 
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 708493] Re: cannot login anymore: Read from socket failed: Connection reset by peer

2011-04-11 Thread mehmet demir
i have the same problem in my ubuntu (upgraded 10.10 to 11.04).
when i connect with that => ssh A.B.X.X no problem.
but when i try connect to => ssh A.(B+1).X.X , i gets error that "Read from 
socket failed: Connection reset by peer"

then i install putty (apt-get install putty) when i use putty for ssh
connections there is no problem.

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

Title:
  cannot login anymore: Read from socket failed: Connection reset by
  peer

-- 
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 757752] Re: LXC containers do not start anymore.

2011-04-11 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/lxc

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

Title:
  LXC containers do not start anymore.

-- 
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 717166] Re: Broken with v4 isc-dhcp-server in Natty

2011-04-11 Thread Will Daniels
The patch went in to isc-dhcp source package at 4.1.1-P1-15ubuntu6 (16th
March) so it should be there. I would think it might have to do with
book-keeping (to have the bug under the package concerned) though I
don't see any alternative bug logged for isc-dhcp, so maybe not.

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

Title:
  Broken with v4 isc-dhcp-server in Natty

-- 
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 758357] Re: Please remove dhcp3 source from Natty

2011-04-11 Thread Steve Langasek
2011-04-12 03:42:17 INFORemoving candidates:
2011-04-12 03:42:17 INFOdhcp3 3.1.3-2ubuntu7 in natty
2011-04-12 03:42:17 INFORemoved-by: Steve Langasek
2011-04-12 03:42:17 INFOComment: Superseded by isc-dhcp; LP: #758357
2011-04-12 03:42:26 INFO1 package successfully removed.
2011-04-12 03:42:26 INFOTransaction committed.
2011-04-12 03:42:26 INFOThe archive will be updated in the next publishing 
cycle.


** Changed in: dhcp3 (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  Please remove dhcp3 source from Natty

-- 
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 758357] [NEW] Please remove dhcp3 source from Natty

2011-04-11 Thread Scott Kitterman
Public bug reported:

All the binaries have been taken over by the new isc-dhcp package, so
this source can and should be removed.

** Affects: dhcp3 (Ubuntu)
 Importance: Medium
 Status: Confirmed

** Changed in: dhcp3 (Ubuntu)
   Status: New => Confirmed

** Changed in: dhcp3 (Ubuntu)
   Importance: Undecided => Medium

** Changed in: dhcp3 (Ubuntu)
Milestone: None => ubuntu-11.04

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

Title:
  Please remove dhcp3 source from Natty

-- 
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 717166] Re: Broken with v4 isc-dhcp-server in Natty

2011-04-11 Thread Robbie Williamson
A little confused by the unmilestoning, so are we saying we won't be
able to have this  working correctly in Natty?

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

Title:
  Broken with v4 isc-dhcp-server in Natty

-- 
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 343870] Re: php-cli segmentation fault with mysql extension

2011-04-11 Thread Nonox
Hi!
I'm getting (almost any time) the "Segmentation fault" problem when the crontab 
execute a php script. Can anyone help me and tell me how to solve the issue?

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 10.10
Release:10.10
Codename:   maverick

$ php -v
PHP 5.3.3-1ubuntu9.3 with Suhosin-Patch (cli) (built: Jan 12 2011 16:08:14) 
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies

$ dpkg --get-selections | grep php
libapache2-mod-php5 install
php5-cliinstall
php5-common install
php5-curl   install
php5-mysql  install

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

Title:
  php-cli segmentation fault with mysql extension

-- 
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 757752] Re: LXC containers do not start anymore.

2011-04-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~zulcss/ubuntu/natty/libvirt/libvirt-lp-757752

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

Title:
  LXC containers do not start anymore.

-- 
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 758082] AUTO: Ira Rosen is out of the office. (returning 17/04/2011)

2011-04-11 Thread Ira Rosen
I am out of the office until 17/04/2011.



Note: This is an automated response to your message  "[Bug 758082] [NEW]
[armel] segfaults in make check pass when built with optimization" sent on
12/4/11 0:03:12.

This is the only notification you will receive while this person is
away.

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

Title:
  [armel] segfaults in make check pass when built with optimization

-- 
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 753580] Re: dhclient does not strip or escape shell meta-characters

2011-04-11 Thread Marc Deslauriers
Updated for this were released today.
See USN-1108-1.

** Changed in: dhcp3 (Ubuntu)
   Status: New => Fix Released

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

Title:
  dhclient does not strip or escape shell meta-characters

-- 
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 731572] Re: php5-fpm chokes on missing /var/www

2011-04-11 Thread Clint Byrum
Agreed, this isn't fixed as evidenced by the new bug report bug #754210

Ondrej, we generally fix things in Ubuntu first and then send the patch
back to Debian later once we know the fix was effective for Ubuntu
users.

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

Title:
  php5-fpm chokes on missing /var/www

-- 
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 753924] Re: package php5-fpm 5.3.5-1ubuntu6 failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 1

2011-04-11 Thread Bug Watch Updater
** Changed in: php5 (Debian)
   Status: Unknown => New

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

Title:
  package php5-fpm 5.3.5-1ubuntu6 failed to install/upgrade: подпроцесс
  установлен сценарий post-installation возвратил код ошибки 1

-- 
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 753924] Re: package php5-fpm 5.3.5-1ubuntu6 failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 1

2011-04-11 Thread Clint Byrum
Hello NT Man, thanks for taking the time to file this bug report and
help us make Ubuntu better.

I've just confirmed this. It has been fixed in Debian as well in 5.3.6-1
...

Marking Triaged, and linking to Debian bug report.

** Changed in: php5 (Ubuntu)
   Status: New => Triaged

** Bug watch added: Debian Bug tracker #601243
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=601243

** Also affects: php5 (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=601243
   Importance: Unknown
   Status: Unknown

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

Title:
  package php5-fpm 5.3.5-1ubuntu6 failed to install/upgrade: подпроцесс
  установлен сценарий post-installation возвратил код ошибки 1

-- 
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 753605] Re: removing mysql with apt doesn't delete user mysql

2011-04-11 Thread Clint Byrum
Enrique, Marc is correct, removing the user is not necessarily a good
idea.

The requirements of a "purge" of the package don't actually necessitate
this, we just need to clean up the files that were added. Users and
groups are a special case where we're even allowed to modify the system
state, and likewise, allowed to not return it to before.

I'm going to mark this bug as Opinion, in hopes that those with
differeing opinions might see it and comment.

** Changed in: mysql-5.1 (Ubuntu)
   Status: New => Opinion

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

Title:
  removing mysql with apt doesn't delete user mysql

-- 
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 709186] Re: Error installing MySQL Server 5.1 on Ubuntu 10.10

2011-04-11 Thread ButterflyOfFire
Hi,
I gave up when I failed to reproduce the bug on another machine. Let put this 
bug report on Won't fix for the moment.

Thanks anyway Chuck and Clint ;)

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

Title:
  Error installing MySQL Server 5.1 on Ubuntu 10.10

-- 
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 40189] Re: autofs needs to be restarted to pick up some shares

2011-04-11 Thread Jeremy Nickurak
Still hitting this bug under natty as well.

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

Title:
  autofs needs to be restarted to pick up some shares

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


Re: [Bug 709186] Re: Error installing MySQL Server 5.1 on Ubuntu 10.10

2011-04-11 Thread ButterflyOfFire
Hi,
I tried to reproduce the bug again on my machine but I couldn't. So I gave up.
Consider this bug report closed for now.

Thanks !

2011/4/4, Chuck Short :
> We are closing this bug report because it lacks the information we need
> to investigate the problem, as described in the previous comments.
> Please reopen it if you can give us the missing information, and don't
> hesitate to submit bug reports in the future. To reopen the bug report
> you can click on the current status, under the Status column, and change
> the Status back to "New". Thanks again!
>
> ** Changed in: mysql-5.1 (Ubuntu)
>Status: Incomplete => Won't Fix
>
> --
> You received this bug notification because you are a direct subscriber
> of the bug.
> https://bugs.launchpad.net/bugs/709186
>
> Title:
>   Error installing MySQL Server 5.1 on Ubuntu 10.10
>
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/709186/+subscribe
>


-- 
ButterflyOfFire
http://www.freefoxtv.net

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

Title:
  Error installing MySQL Server 5.1 on Ubuntu 10.10

-- 
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 758082] [NEW] [armel] segfaults in make check pass when built with optimization

2011-04-11 Thread Jani Monoses
Public bug reported:

FTBFS on armel
https://launchpadlibrarian.net/68239668/buildlog_ubuntu-natty-armel.augeas_0.8.0-0ubuntu3_FAILEDTOBUILD.txt.gz
not apparent from the log but the failing of test-interpreter.sh is due to a 
core dump.

Starting program: /home/jani/work/ftbfs/aug/augeas-0.8.0/src/.libs/lt-
augparse --nostdinc -I . fail_let_no_exp.aug

Program received signal SIGSEGV, Segmentation fault.
strlen () at ../ports/sysdeps/arm/strlen.S:29
29  ../ports/sysdeps/arm/strlen.S: No such file or directory.
in ../ports/sysdeps/arm/strlen.S
(gdb) bt
#0  strlen () at ../ports/sysdeps/arm/strlen.S:29
#1  0x4016c050 in _IO_vfprintf_internal (s=, format=, ap=) at vfprintf.c:1620
#2  0x401d7b66 in __vasprintf_chk (result_ptr=0xbee5097c, flags=1, 
format=0x400d961c "%s", args=...) at vasprintf_chk.c:68
#3  0x400bfad6 in vasprintf (info=, code=, format=0x400d961c "%s", ap=...) at /usr/include/bits/stdio2.h:199
#4  format_error (info=, code=, 
format=0x400d961c "%s", ap=...) at syntax.c:96
#5  0x400bfd98 in syntax_error (info=0x1, format=0x400d961c "%s") at 
syntax.c:124
#6  0x400c3e96 in augl_error (locp=, term=, scanner=, s=0x400d7abc "syntax error") at 
parser.y:628
#7  0x400c54f8 in augl_parse_file (aug=0x1ef1878, name=, 
term=0xbee50a64) at parser.y:362
#8  0x400c153a in load_module_file (aug=0x1ef1878, filename=0xbee50ddb 
"fail_let_no_exp.aug") at syntax.c:1951
#9  0x400bbf0a in __aug_load_module_file (aug=0x1ef1878, filename=0xbee50ddb 
"fail_let_no_exp.aug") at augeas.c:1447
#10 0x8b04 in main (argc=, argv=0xbee50c84) at 
augparse.c:131

** Affects: gcc-linaro
 Importance: Undecided
 Status: New

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


** Tags: arm-porting-queue

** Also affects: gcc-linaro
   Importance: Undecided
   Status: New

** Summary changed:

- segfaults in make check pass when built with optimization
+ [armel] segfaults in make check pass when built with optimization

** Tags added: arm-porting-queue

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

Title:
  [armel] segfaults in make check pass when built with optimization

-- 
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 681090] Re: status operation on init.d not working correctly

2011-04-11 Thread rynop
Hi Clint,

no problem on making Ubuntu better, I owe it a lot.

I actually make a different init.d script for each memcache daemon.
This is handy in making a production level web app that leverages
memcache as I can have staging environments on 1 server.  For example, I
have my production server listening on port X
(/etc/init.d/memcache_prod) and my staging server listening on port Y
(/etc/init.d/memcache_beta).  This way I can restart the beta memcache
server (to clear all entries) without impacting my production one.

For further clarity, here is a bash script I use to create a second init.d and 
all of its supporting files:
https://gist.github.com/914243

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

Title:
  status operation on init.d not working correctly

-- 
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 729288] Re: squid failed to restart after update to squid 2.7.STABLE7-1ubuntu12.2

2011-04-11 Thread Marius
My cache.log surrounding the time when the update failed (2011/04/09
08:32:11):

2011/04/09 06:48:00| storeDirWriteCleanLogs: Starting...
2011/04/09 06:48:00|   Finished.  Wrote 4384 entries.
2011/04/09 06:48:00|   Took 0.0 seconds (2124031.0 entries/sec).
2011/04/09 06:48:00| logfileRotate: /var/log/squid/store.log
2011/04/09 06:48:00| logfileRotate (stdio): /var/log/squid/store.log
2011/04/09 06:48:00| logfileRotate: /var/log/squid/access.log
2011/04/09 06:48:00| logfileRotate (stdio): /var/log/squid/access.log
2011/04/09 06:48:00| helperOpenServers: Starting 5 'url_rewriter.py' processes
2011/04/09 08:30:27| WARNING: All url_rewriter processes are busy.
2011/04/09 08:30:27| WARNING: up to 5 pending requests queued
2011/04/09 08:32:11| WARNING: url_rewriter #4 (FD 14) exited
2011/04/09 08:32:11| WARNING: url_rewriter #5 (FD 19) exited
2011/04/09 08:32:11| WARNING: url_rewriter #1 (FD 10) exited
2011/04/09 08:32:11| Too few url_rewriter processes are running
2011/04/09 08:32:11| Starting new helpers
2011/04/09 08:32:11| helperOpenServers: Starting 5 'url_rewriter.py' processes
2011/04/09 08:32:11| WARNING: url_rewriter #3 (FD 13) exited
2011/04/09 08:32:11| WARNING: url_rewriter #2 (FD 12) exited
2011/04/09 08:32:11| Preparing for shutdown after 1802806 requests
2011/04/09 08:32:11| Waiting 30 seconds for active connections to finish
2011/04/09 08:32:11| FD 16 Closing HTTP connection
2011/04/09 08:32:42| Shutting down...
2011/04/09 08:32:42| FD 17 Closing ICP connection
2011/04/09 08:32:42| Closing unlinkd pipe on FD 18
2011/04/09 08:32:42| storeDirWriteCleanLogs: Starting...
2011/04/09 08:32:42|   Finished.  Wrote 4579 entries.
2011/04/09 08:32:42|   Took 0.1 seconds (55899.4 entries/sec).
CPU Usage: 2697.533 seconds = 1535.696 user + 1161.837 sys
Maximum Resident Size: 107360 KB
Page faults with physical i/o: 109
Memory usage for squid via mallinfo():
total space in arena:   24712 KB
Ordinary blocks:18065 KB   1571 blks
Small blocks:   0 KB  6 blks
Holding blocks:   280 KB  1 blks
Free Small blocks:  0 KB
Free Ordinary blocks:6646 KB
Total in use:   18345 KB 73%
Total free:  6647 KB 27%
2011/04/09 08:32:42| logfileClose: closing log /var/log/squid/store.log
2011/04/09 08:32:42| logfileClose: closing log /var/log/squid/access.log
2011/04/09 08:32:42| Squid Cache (Version 2.7.STABLE7): Exiting normally.

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

Title:
  squid failed to restart after update to squid 2.7.STABLE7-1ubuntu12.2

-- 
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 529714] Re: rhythmbox crashed with SIGSEGV in _nss_wins_gethostbyname_r()

2011-04-11 Thread Robbie Williamson
** Changed in: samba (Ubuntu)
 Assignee: Canonical Server Team (canonical-server) => Ubuntu Server Team 
(ubuntu-server)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.
https://bugs.launchpad.net/bugs/529714

Title:
  rhythmbox crashed with SIGSEGV in _nss_wins_gethostbyname_r()

-- 
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 735072] Re: The hostname proposed by installer is too long for file sharing to work correctly.

2011-04-11 Thread Robbie Williamson
** Changed in: samba (Ubuntu)
 Assignee: Canonical Server Team (canonical-server) => Ubuntu Server Team 
(ubuntu-server)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.
https://bugs.launchpad.net/bugs/735072

Title:
  The hostname proposed by installer is too long for file sharing to
  work correctly.

-- 
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 757752] Re: LXC containers do not start anymore.

2011-04-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~serge-hallyn/ubuntu/natty/libvirt/libvirt-lxcguest

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

Title:
  LXC containers do not start anymore.

-- 
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 715152] Re: ntp wont run on IPv6 only host unless lo has 127.0.0.1 address

2011-04-11 Thread Clint Byrum
** Also affects: ntp (Ubuntu Lucid)
   Importance: Undecided
   Status: New

** Also affects: ntp (Ubuntu Maverick)
   Importance: Undecided
   Status: New

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

Title:
  ntp wont run on IPv6 only host unless lo has 127.0.0.1 address

-- 
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 56679] [NEW] provide a method to use a specified MAC-address as the installation device

2011-04-11 Thread Launchpad Bug Tracker
Robbie Williamson (robbie.w) has assigned this bug to you for netcfg in Debian:

My Thinkpad T23 has e100 and orinoco -devices, and I need to netboot
install from wired network, but the device-names are assigned randomly
making it problematic.. Could udev make wired network devices always
have a higher priority to populate eth0->?

** Affects: checkbox-satellite
 Importance: Undecided
 Status: New

** Affects: server-papercuts
 Importance: Undecided
 Status: Invalid

** Affects: kickseed (Ubuntu)
 Importance: Undecided
 Status: Invalid

** Affects: netcfg (Ubuntu)
 Importance: Wishlist
 Assignee: Dave Walker (davewalker)
 Status: Triaged

** Affects: kickseed (Ubuntu Lucid)
 Importance: Undecided
 Status: Invalid

** Affects: netcfg (Ubuntu Lucid)
 Importance: Medium
 Status: Triaged

** Affects: kickseed (Ubuntu Natty)
 Importance: Undecided
 Status: Invalid

** Affects: netcfg (Ubuntu Natty)
 Importance: Wishlist
 Status: Won't Fix

** Affects: kickseed (Ubuntu Oneiric)
 Importance: Undecided
 Status: Invalid

** Affects: netcfg (Ubuntu Oneiric)
 Importance: High
 Assignee: Ubuntu Server Team (ubuntu-server)
 Status: Triaged

** Affects: netcfg (Debian)
 Importance: Unknown
 Status: New


** Tags: patch
-- 
provide a method to use a specified MAC-address as the installation device
https://bugs.launchpad.net/bugs/56679
You received this bug notification because you are a member of Ubuntu Server 
Team, which is a bug assignee.

-- 
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 712026] [NEW] cloud-init.conf never runs, instance not reachable via ssh

2011-04-11 Thread Launchpad Bug Tracker
Robbie Williamson (robbie.w) has assigned this bug to you for udev in Ubuntu 
Natty:

Binary package hint: udev

In natty alpha-2 EC2 testing, I found several instances unreachable via
ssh, that were "fixed" with a reboot.

I launched 182 instances across 4 regions.  87 of those were were i386 
instances. 7 exhibited this behavior.
All 7 that showed the error were i386 and m1.small.  So, its fairly rare.

Of the 182 instances, only the 7 that failed had lines like this in
their console log:

| udevd[191]: bind failed: Address already in use
| udevd[191]: error binding control socket, seems udevd is already running

(bug 712034 is related, covering the error messages)

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: udev 165-0ubuntu2
ProcVersionSignature: User Name 2.6.38-1.28-virtual 2.6.38-rc2
Uname: Linux 2.6.38-1-virtual i686
Architecture: i386
CurrentDmesg: [   13.636015] eth0: no IPv6 routers present
Date: Wed Feb  2 17:40:10 2011
Ec2AMI: ami-c416e6ad
Ec2AMIManifest: 
ubuntu-images-testing-us/ubuntu-natty-daily-i386-server-20110202.manifest.xml
Ec2AvailabilityZone: us-east-1c
Ec2InstanceType: m1.small
Ec2Kernel: aki-407d9529
Ec2Ramdisk: unavailable
Lspci:

Lsusb: Error: command ['lsusb'] failed with exit code 1:
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 LC_MESSAGES=en_US.utf8
 SHELL=/bin/bash
ProcKernelCmdLine: root=LABEL=uec-rootfs ro console=hvc0
ProcModules: acpiphp 23425 0 - Live 0xedc1
SourcePackage: udev

** Affects: udev (Ubuntu)
 Importance: High
 Assignee: Ubuntu Server Team (ubuntu-server)
 Status: Confirmed

** Affects: udev (Ubuntu Natty)
 Importance: High
 Assignee: Ubuntu Server Team (ubuntu-server)
 Status: Confirmed


** Tags: apport-bug ec2-images i386 iso-testing natty server-nrs
-- 
cloud-init.conf never runs, instance not reachable via ssh
https://bugs.launchpad.net/bugs/712026
You received this bug notification because you are a member of Ubuntu Server 
Team, which is a bug assignee.

-- 
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 733914] Re: autofs races network interfaces, ends up not working

2011-04-11 Thread Clint Byrum
Glad to hear that this is working better for people, thanks for the
feedback!

I'm a little torn as to whether this would be appropriate for SRU to
lucid.

On one hand I think it works better for most people.

On the other hand, it changes the boot behavior in a way that *might*
break peoples' systems if they are somehow depending on autofs for
bringing up services which support network interfaces beyond the "first"
one.

Still, the bug is in lucid, so I've opened a task for it, and maverick.

** Also affects: autofs5 (Ubuntu Lucid)
   Importance: Undecided
   Status: New

** Also affects: autofs5 (Ubuntu Maverick)
   Importance: Undecided
   Status: New

** Changed in: autofs5 (Ubuntu Lucid)
   Status: New => Confirmed

** Changed in: autofs5 (Ubuntu Maverick)
   Status: New => Confirmed

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

Title:
  autofs races network interfaces, ends up not working

-- 
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 749402] Re: package mysql-server-5.1 5.1.37-1ubuntu5.5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-04-11 Thread Clint Byrum
Hello Hillman,

can you please look at /var/log/mysql/mysql.err and see if there are any
error messages that can help us figure out why you experienced this
problem?

Thanks

Marking Incomplete pending response.

** Changed in: mysql-dfsg-5.1 (Ubuntu)
   Status: New => Incomplete

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

Title:
  package mysql-server-5.1 5.1.37-1ubuntu5.5 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

-- 
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 757617] Re: mysql_ plugin fails with skip-innodb (patch available)

2011-04-11 Thread Bug Watch Updater
** Changed in: munin
   Status: Unknown => New

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

Title:
  mysql_ plugin fails with skip-innodb (patch available)

-- 
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 755613] Re: package squid 2.7.STABLE7-1ubuntu12.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-04-11 Thread Clint Byrum
*** This bug is a duplicate of bug 729288 ***
https://bugs.launchpad.net/bugs/729288

Hi Marius, I'm pretty sure this is a duplicate of bug #729288, which
I'll mark it as now.

We haven't quite figured out the cause of the restart problems just yet,
so it would be helpful if you were to post the contents of
/var/log/squid/cache.log to that bug report, especially if you can
isolate the log file to around the same time as the updates failed.

You should be able to work around the issue by running

sudo stop squid
sudo start squid

Thanks for taking the time to file the bug report!

** This bug has been marked a duplicate of bug 729288
   squid failed to restart after update to squid 2.7.STABLE7-1ubuntu12.2
 * You can subscribe to bug 729288 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/squid/+bug/729288/+subscribe

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

Title:
  package squid 2.7.STABLE7-1ubuntu12.2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

-- 
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 374986] Re: Memcached not active after reboot on 64-bit install

2011-04-11 Thread Clint Byrum
As of at least Lucid, ENABLE_MEMCACHED is set to 'yes' in the default
install. Marking Fix Released.

** Changed in: memcached (Ubuntu)
   Status: New => Fix Released

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

Title:
  Memcached not active after reboot on 64-bit install

-- 
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 411856] Re: Lame default for memcached in karmic

2011-04-11 Thread Clint Byrum
*** This bug is a duplicate of bug 374986 ***
https://bugs.launchpad.net/bugs/374986

** This bug has been marked a duplicate of bug 374986
   Memcached not active after reboot on 64-bit install
 * You can subscribe to bug 374986 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/memcached/+bug/374986/+subscribe

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

Title:
  Lame default for memcached in karmic

-- 
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 530920] Re: memcached segmentation fault

2011-04-11 Thread Clint Byrum
Hi Seth, thanks for taking the time back in March of last year to file
this bug report and help us make Ubuntu better!

Its been over a year and there haven't been any others confirming this.
Also, this bug report is also lacking the version you were running.

I'm going to close this as invalid. If you have further issues with
memcached, please open a new bug report using 'ubuntu-bug memcached'

** Changed in: memcached (Ubuntu)
   Status: New => Invalid

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

Title:
  memcached segmentation fault

-- 
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 637114] Re: Large multiget requests randomly broken

2011-04-11 Thread Clint Byrum
Carlos, thanks for taking the time to file this bug report.

I was able to confirm this on lucid only. It is working fine in Maverick
and Natty.

Since its hard to know that this is affecting you, and memcached can
potentially be used as a sort of data store, I'm marking it as High
Importance.

** Changed in: memcached (Ubuntu)
   Status: New => Confirmed

** Changed in: memcached (Ubuntu)
   Importance: Undecided => High

** Also affects: memcached (Ubuntu Lucid)
   Importance: Undecided
   Status: New

** Changed in: memcached (Ubuntu)
   Status: Confirmed => Fix Released

** Changed in: memcached (Ubuntu Lucid)
   Status: New => Confirmed

** Changed in: memcached (Ubuntu Lucid)
   Importance: Undecided => High

** Changed in: memcached (Ubuntu Lucid)
   Status: Confirmed => Triaged

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

Title:
  Large multiget requests randomly broken

-- 
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 681090] Re: status operation on init.d not working correctly

2011-04-11 Thread Clint Byrum
Hi rynop, thanks for taking the time to file this bug report and help us
make Ubuntu better.

I have forwarded this to Debian and marked the bug report Triaged, with
an importance of Low.

One thing that has me confused is how exactly you intend to run "two
memcached concurrently" using just the init script.

** Changed in: memcached (Ubuntu)
   Importance: Undecided => Low

** Changed in: memcached (Ubuntu)
   Status: New => Triaged

** Bug watch added: Debian Bug tracker #622281
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=622281

** Also affects: memcached (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=622281
   Importance: Unknown
   Status: Unknown

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

Title:
  status operation on init.d not working correctly

-- 
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 756894] Re: mount.ocfs2 protocol not available mounting error

2011-04-11 Thread iMac
** Also affects: ocfs2-tools
   Importance: Undecided
   Status: New

** Project changed: ocfs2-tools => ocfs2

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

Title:
  mount.ocfs2 protocol not available mounting error

-- 
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 757752] Re: LXC containers do not start anymore.

2011-04-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~serge-hallyn/ubuntu/natty/lxc/lxcguest-libvirt

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

Title:
  LXC containers do not start anymore.

-- 
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 757617] Re: mysql_ plugin fails with skip-innodb (patch available)

2011-04-11 Thread Daniel Hahler
** Bug watch added: munin-monitoring.org/ #884
   http://munin-monitoring.org/ticket/884

** Also affects: munin via
   http://munin-monitoring.org/ticket/884
   Importance: Unknown
   Status: Unknown

** Changed in: munin (Ubuntu)
   Status: New => Triaged

** Changed in: munin (Ubuntu)
   Importance: Undecided => Medium

** Tags added: patch

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

Title:
  mysql_ plugin fails with skip-innodb (patch available)

-- 
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 756894] Re: mount.ocfs2 protocol not available mounting error

2011-04-11 Thread iMac
Thanks Andres, this is exactly it as my kernels are within the scope of
this issue with exactly those symptoms.   Following the thread, I noted
that the upstream patch is committed and the scope is specific to the
o2cb cluster stack.

http://oss.oracle.com/pipermail/ocfs2-devel/2011-April/007996.html

It is part of a set of patches for 2.6.39, but does impact 2.6.37.

http://oss.oracle.com/pipermail/ocfs2-devel/2011-April/007998.html

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

Title:
  mount.ocfs2 protocol not available mounting error

-- 
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 757752] [NEW] LXC containers do not start anymore.

2011-04-11 Thread Chuck Short
Public bug reported:

Due to changes in the lxcguest package. LXC containers dont boot anymore
using the UEC images.

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

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

Title:
  LXC containers do not start anymore.

-- 
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 733914] Re: autofs races network interfaces, ends up not working

2011-04-11 Thread Jungle Boy
hey Clint, its working now with 5.0.5-0ubuntu6 :)

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

Title:
  autofs races network interfaces, ends up not working

-- 
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 747090] Re: wrong return address sometimes pushed for INT in kvm (not qemu)

2011-04-11 Thread Dustin Kirkland
Marking the qemu-kvm userspace task 'invalid', as this looks to me to be
exclusively in the kernel.

Marking the linux task triaged/high/B2, to make sure this is on the
Kernel team's release radar.  JFo: adjust accordingly, if you disagree
;-)

** Changed in: qemu-kvm (Ubuntu Natty)
   Status: Confirmed => Invalid

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

Title:
  wrong return address sometimes pushed for INT in kvm (not qemu)

-- 
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 717166] Re: Broken with v4 isc-dhcp-server in Natty

2011-04-11 Thread Dave Walker
** Changed in: eucalyptus (Ubuntu Natty)
Milestone: ubuntu-11.04-beta-2 => None

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

Title:
  Broken with v4 isc-dhcp-server in Natty

-- 
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 747090] Re: wrong return address sometimes pushed for INT in kvm (not qemu)

2011-04-11 Thread Jeremy Foshee
** Tags added: kernel-key

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

Title:
  wrong return address sometimes pushed for INT in kvm (not qemu)

-- 
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 747090] Re: wrong return address sometimes pushed for INT in kvm (not qemu)

2011-04-11 Thread Dustin Kirkland
** Changed in: linux (Ubuntu Natty)
   Status: New => Triaged

** Changed in: linux (Ubuntu Natty)
   Importance: Undecided => High

** Changed in: linux (Ubuntu Natty)
Milestone: None => ubuntu-11.04-beta-2

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

Title:
  wrong return address sometimes pushed for INT in kvm (not qemu)

-- 
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 735072] Re: The hostname proposed by installer is too long for file sharing to work correctly.

2011-04-11 Thread C de-Avillez
Ah well. Dear LP lost my comments on the change above.

Setting Triaged for the Samba (Ubuntu) task: this is clearly something
to be adjusted there; reassigning to the Canonical Server Team.

We could, pretty much, do the same as OSX: truncate the hostname to 15
characters, document it, and go from there.

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

Title:
  The hostname proposed by installer is too long for file sharing to
  work correctly.

-- 
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 735072] Re: The hostname proposed by installer is too long for file sharing to work correctly.

2011-04-11 Thread C de-Avillez
** Changed in: samba (Ubuntu)
   Status: Confirmed => Triaged

** Changed in: samba (Ubuntu)
 Assignee: (unassigned) => Canonical Server Team (canonical-server)

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

Title:
  The hostname proposed by installer is too long for file sharing to
  work correctly.

-- 
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 757617] Re: mysql_ plugin fails with skip-innodb (patch available)

2011-04-11 Thread Hark
This is on 10.04 btw

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

Title:
  mysql_ plugin fails with skip-innodb (patch available)

-- 
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 757617] [NEW] mysql_ plugin fails with skip-innodb (patch available)

2011-04-11 Thread Hark
Public bug reported:

Binary package hint: munin-node

When MySQL is running with skip-innodb the mysql_ plugin fails with
error "DBD::mysql::st execute failed: Unknown table engine 'INNODB' at
/etc/munin/plugins/mysql_commands line 944."

A simple patch is available at http://munin-monitoring.org/ticket/884
I can confirm that this patch solves the problem.

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

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

Title:
  mysql_ plugin fails with skip-innodb (patch available)

-- 
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 756894] Re: mount.ocfs2 protocol not available mounting error

2011-04-11 Thread Andres Rodriguez
Hi There,

Thank you for reporting bugs and trying to make Ubuntu better.

This actually seems like an issue with communication rather than
mounting, and appears to be related to the kernel rather than
ocfs2-tools package (which would made the bug belong to the kernel
rather than this package).

Could you please take a look at the following thread [1] and see if
these sounds familiar to you, and let us know.

For now, I'll be marking this bug report as incomplete until further
information is provided.

[1]: http://www.mail-
archive.com/ocfs2-us...@oss.oracle.com/msg04710.html

** Changed in: ocfs2-tools (Ubuntu)
   Status: New => Incomplete

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

Title:
  mount.ocfs2 protocol not available mounting error

-- 
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 716528] Re: kvm 100% when performing apparently IO operations

2011-04-11 Thread Serge Hallyn
** Changed in: qemu-kvm (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  kvm 100% when performing apparently IO operations

-- 
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 716528] Re: kvm 100% when performing apparently IO operations

2011-04-11 Thread Andres Rodriguez
Hi Serge.

No I'm not. In fact I thought this was already marked as invalid or
something :).

Cheers,

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

Title:
  kvm 100% when performing apparently IO operations

-- 
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 756910] Re: libvirtd crashed with SIGABRT in raise()

2011-04-11 Thread Apport retracing service
*** This bug is a duplicate of bug 726099 ***
https://bugs.launchpad.net/bugs/726099

Thank you for taking the time to report this crash and helping to make
Ubuntu better.  This particular crash has already been reported and is a
duplicate of bug #726099, so is being marked as such.  Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: "CoreDump.gz"
   https://bugs.launchpad.net/bugs/756910/+attachment/2012728/+files/CoreDump.gz

** Attachment removed: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/756910/+attachment/2012729/+files/Dependencies.txt

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/756910/+attachment/2012730/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/756910/+attachment/2012731/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/756910/+attachment/2012732/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/756910/+attachment/2012733/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/756910/+attachment/2012734/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/756910/+attachment/2012735/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 726099
   libvirtd assert failure: *** glibc detected *** /usr/sbin/libvirtd: 
realloc(): invalid next size: 0x7f289004d5e0 ***
 * You can subscribe to bug 726099 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/726099/+subscribe

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

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

Title:
  libvirtd crashed with SIGABRT in raise()

-- 
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 716528] Re: kvm 100% when performing apparently IO operations

2011-04-11 Thread Serge Hallyn
Hi Andres,

Are you still seeing this problem?

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

Title:
  kvm 100% when performing apparently IO operations

-- 
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 715152] Re: ntp wont run on IPv6 only host unless lo has 127.0.0.1 address

2011-04-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~james-page/ubuntu/maverick/ntp/fix-715152

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

Title:
  ntp wont run on IPv6 only host unless lo has 127.0.0.1 address

-- 
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 715152] Re: ntp wont run on IPv6 only host unless lo has 127.0.0.1 address

2011-04-11 Thread James Page
** Description changed:

  IMPACT:
  Ubuntu instances running in pure IPv6 environments (including 127.0.0.1) 
cannot run ntp as it dies when scanning for available interfaces.
  
  FIX:
  IPv6/IPv4 scanning has been improved in later releases; patch created from 
later release to resolve this issue (directly attached to this bug report).
  
- TESTING:
+ TEST CASE:
  1) On a working system with IPv4 & IPV6:
-   sudo apt-get install ntp
-   netstat -a | grep ntp
+   sudo apt-get install ntp
+   netstat -a | grep ntp
  Ports should be mapped for both udp and udp6
  
  2) Disable IPv4
  Add the following line to /etc/network/interfaces to disable 127.0.0.1:
  
  iface lo inet loopback
- post-up ip addr del 127.0.0.1/8 dev lo
+ post-up ip addr del 127.0.0.1/8 dev lo
  
  And remove the line(s) relating to IPv4 configuration of other network
  interfaces (looks like iface eth* inet dhcp|static*)
  
  3) Reboot server
  
  4) NTP service will not be running; messages in /var/log/syslog relating to 
startup of daemon; however no daemon running
-ps -aef | grep ntp
-netstat -a | grep ntp
+    ps -aef | grep ntp
+    netstat -a | grep ntp
  
  IMPACT:
  Patch is relatively minimal and comes from later release.
  
   ORIGINAL BUG REPORT <
  
  Binary package hint: ntp
  
  Lucid host running IPv6 only, with network configured like this:
  
  root@svn:~# ifconfig
  eth0  Link encap:Ethernet  HWaddr 00:50:56:86:00:15
    inet6 addr: 2001:610:148:dead:cafe:babe:0:29/64 Scope:Global
    inet6 addr: fe80::250:56ff:fe86:15/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
    RX packets:3164 errors:0 dropped:0 overruns:0 frame:0
    TX packets:2075 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:1516490 (1.5 MB)  TX bytes:387497 (387.4 KB)
  
  loLink encap:Local Loopback
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING  MTU:16436  Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
  
  Now ntpd wont start:
  
  ./../libisc/ifiter_ioctl.c:567: REQUIRE(iter->pos < (unsigned int) 
iter->ifc.ifc_len) failed.
  Aborted
  
  After adding an IPv4 loopback address to lo interface:
  
  ip addr add 127.0.0.1 dev lo
  
  ntpd is able to start.
  
  According to http://bugs.ntp.org/show_bug.cgi?id=397 this might be
  related to libisc.

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

Title:
  ntp wont run on IPv6 only host unless lo has 127.0.0.1 address

-- 
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 644489] Re: constantly changes /dev/disk/by-id/{scsi, wwn}-* LUN symlinks with multipathing

2011-04-11 Thread Serge Hallyn
Thanks, John.  Looking at the info, udev is sending 'change' uevents for
the LUNs every few seconds.  So I don't know that multipath is doing
anything wrong, the question is why are the uevents being sent?

** Also affects: udev (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  constantly changes /dev/disk/by-id/{scsi,wwn}-* LUN symlinks with
  multipathing

-- 
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 673705] Re: running guests freeze when a guest is powered down

2011-04-11 Thread Dave Walker
** Tags added: server-nrs

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

Title:
  running guests freeze when a guest is powered down

-- 
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 715152] Re: ntp wont run on IPv6 only host unless lo has 127.0.0.1 address

2011-04-11 Thread James Page
Minimal patch to fix running with no IPv4

** Description changed:

+ IMPACT:
+ Ubuntu instances running in pure IPv6 environments (including 127.0.0.1) 
cannot run ntp as it dies when scanning for available interfaces.
+ 
+ FIX:
+ IPv6/IPv4 scanning has been improved in later releases; patch created from 
later release to resolve this issue (directly attached to this bug report).
+ 
+ TESTING:
+ 1) On a working system with IPv4 & IPV6:
+   sudo apt-get install ntp
+   netstat -a | grep ntp
+ Ports should be mapped for both udp and udp6
+ 
+ 2) Disable IPv4
+ Add the following line to /etc/network/interfaces to disable 127.0.0.1:
+ 
+ iface lo inet loopback
+ post-up ip addr del 127.0.0.1/8 dev lo
+ 
+ And remove the line(s) relating to IPv4 configuration of other network
+ interfaces (looks like iface eth* inet dhcp|static*)
+ 
+ 3) Reboot server
+ 
+ 4) NTP service will not be running; messages in /var/log/syslog relating to 
startup of daemon; however no daemon running
+ps -aef | grep ntp
+netstat -a | grep ntp
+ 
+ IMPACT:
+ Patch is relatively minimal and comes from later release.
+ 
+  ORIGINAL BUG REPORT <
+ 
  Binary package hint: ntp
  
  Lucid host running IPv6 only, with network configured like this:
  
  root@svn:~# ifconfig
  eth0  Link encap:Ethernet  HWaddr 00:50:56:86:00:15
-   inet6 addr: 2001:610:148:dead:cafe:babe:0:29/64 Scope:Global
-   inet6 addr: fe80::250:56ff:fe86:15/64 Scope:Link
-   UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
-   RX packets:3164 errors:0 dropped:0 overruns:0 frame:0
-   TX packets:2075 errors:0 dropped:0 overruns:0 carrier:0
-   collisions:0 txqueuelen:1000
-   RX bytes:1516490 (1.5 MB)  TX bytes:387497 (387.4 KB)
+   inet6 addr: 2001:610:148:dead:cafe:babe:0:29/64 Scope:Global
+   inet6 addr: fe80::250:56ff:fe86:15/64 Scope:Link
+   UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
+   RX packets:3164 errors:0 dropped:0 overruns:0 frame:0
+   TX packets:2075 errors:0 dropped:0 overruns:0 carrier:0
+   collisions:0 txqueuelen:1000
+   RX bytes:1516490 (1.5 MB)  TX bytes:387497 (387.4 KB)
  
  loLink encap:Local Loopback
-   inet6 addr: ::1/128 Scope:Host
-   UP LOOPBACK RUNNING  MTU:16436  Metric:1
-   RX packets:0 errors:0 dropped:0 overruns:0 frame:0
-   TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
-   collisions:0 txqueuelen:0
-   RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
- 
+   inet6 addr: ::1/128 Scope:Host
+   UP LOOPBACK RUNNING  MTU:16436  Metric:1
+   RX packets:0 errors:0 dropped:0 overruns:0 frame:0
+   TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
+   collisions:0 txqueuelen:0
+   RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
  
  Now ntpd wont start:
  
  ./../libisc/ifiter_ioctl.c:567: REQUIRE(iter->pos < (unsigned int) 
iter->ifc.ifc_len) failed.
  Aborted
  
  After adding an IPv4 loopback address to lo interface:
  
  ip addr add 127.0.0.1 dev lo
  
  ntpd is able to start.
  
  According to http://bugs.ntp.org/show_bug.cgi?id=397 this might be
  related to libisc.

** Patch added: "fix-noipv4.patch"
   
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/715152/+attachment/2016103/+files/fix-noipv4.patch

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

Title:
  ntp wont run on IPv6 only host unless lo has 127.0.0.1 address

-- 
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 715152] Re: ntp wont run on IPv6 only host unless lo has 127.0.0.1 address

2011-04-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~james-page/ubuntu/lucid/ntp/fix-715152

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

Title:
  ntp wont run on IPv6 only host unless lo has 127.0.0.1 address

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

2011-04-11 Thread Wes Garland
Thanks - I'll be sure to roll that into the next release.

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

Title:
  [FFe] Updates to enable us to drop xulrunner from main

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

2011-04-11 Thread Ionut Biru
yes. that works fine

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

Title:
  [FFe] Updates to enable us to drop xulrunner from main

-- 
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 752487] Re: Segmentation Fault in libapache2-mod-php5 5.3.2-1ubuntu4.7

2011-04-11 Thread y1rm3y4hu
Chuck,

Sorry for the delay. Please find the backtrace linked below

http://paste.ubuntu.com/592567/
http://paste.ubuntu.com/592572/
http://paste.ubuntu.com/592574/

Thanks

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

Title:
  Segmentation Fault in libapache2-mod-php55.3.2-1ubuntu4.7

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


Re: [Bug 757258] [NEW] Unable to reach instances from their public IP address

2011-04-11 Thread Torsten Spindler
Did you enable the accessibility of the instance ports via
euca-authorize? What is the output of euca-describe-groups for the
clouds admin user?

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

Title:
  Unable to reach instances from their public IP address

-- 
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 733914] Re: autofs races network interfaces, ends up not working

2011-04-11 Thread Dan Bishop
5.0.5-0ubuntu6 working perfectly for me too :)

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

Title:
  autofs races network interfaces, ends up not working

-- 
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 757258] [NEW] Unable to reach instances from their public IP address

2011-04-11 Thread Carlos Perelló Marín
Public bug reported:

On Ubuntu Maverick (Eucalyptus 2.0) I'm not able to reach the eucalyptus
instances, due to the firewall rules. I didn't find exactly the problem,
but I only know that it's iptables which drops packages.

Our setup is, a server with CC, Walrus and SC and two additional servers
with NC, all servers have two network cards, one connected to our public
LAN and another one connected to an isolated switch.

CC and walrus listen on the public LAN network, the SC and NC listen on
the private LAN network.

We are able to launch instances and to connect EBS volumes without
problems. From within the instances, we are able to connect to Internet
without problems, either. However our problem comes when we try to
connect to the instances using the public LAN IP address we assigned on
installation time, all packages are dropped.

For the iptables rules I'm going to attach, we have the public IP
address 10.82.3.1 assigned to the CC public interface (br0), which
points to the 172.19.1.2 ip address assigned to the eucalyputs instance.
I just opened the ping port:

sysadmin@europe:~$ sudo iptables -n -L -t nat
Chain PREROUTING (policy ACCEPT)
target prot opt source   destination 
DNAT   tcp  --  172.19.0.0/16169.254.169.254 tcp dpt:80 
to:169.254.169.254:8773 
DNAT   all  --  0.0.0.0/010.82.3.1   to:172.19.1.2 

Chain OUTPUT (policy ACCEPT)
target prot opt source   destination 
DNAT   all  --  0.0.0.0/010.82.3.1   to:172.19.1.2 

Chain POSTROUTING (policy ACCEPT)
target prot opt source   destination 
SNAT   all  --  172.19.1.2  !172.19.0.0/16   to:10.82.3.1 
MASQUERADE  all  --  172.19.0.0/16   !172.19.0.0/16   
sysadmin@europe:~$ sudo iptables -n -L
Chain INPUT (policy ACCEPT)
target prot opt source   destination 

Chain FORWARD (policy DROP)
target prot opt source   destination 
ACCEPT all  --  0.0.0.0/00.0.0.0/0   ctstate 
ESTABLISHED 
ACCEPT all  --  0.0.0.0/0   !172.19.0.0/16   
build-build  all  --  0.0.0.0/00.0.0.0/0   
ACCEPT all  --  172.19.1.0/27172.19.1.0/27   
LOGall  --  0.0.0.0/00.0.0.0/0   limit: avg 5/min 
burst 5 LOG flags 0 level 7 prefix `iptables denied (input): ' 

Chain OUTPUT (policy ACCEPT)
target prot opt source   destination 

Chain build-build (1 references)
target prot opt source   destination 
ACCEPT icmp --  0.0.0.0  172.19.1.0/27 


sysadmin@europe:~$ sudo iptables -n -L -t nat
Chain PREROUTING (policy ACCEPT)
target prot opt source   destination 
DNAT   tcp  --  172.19.0.0/16169.254.169.254 tcp dpt:80 
to:169.254.169.254:8773 
DNAT   all  --  0.0.0.0/010.82.3.1   to:172.19.1.2 

Chain OUTPUT (policy ACCEPT)
target prot opt source   destination 
DNAT   all  --  0.0.0.0/010.82.3.1   to:172.19.1.2 

Chain POSTROUTING (policy ACCEPT)
target prot opt source   destination 
SNAT   all  --  172.19.1.2  !172.19.0.0/16   to:10.82.3.1 
MASQUERADE  all  --  172.19.0.0/16   !172.19.0.0/16 

And the configured network interfaces:


sysadmin@europe:~$ ifconfig 
br0   Link encap:Ethernet  HWaddr 
  inet addr:10.82.0.10  Bcast:10.82.3.255  Mask:255.255.252.0
  inet6 addr: fe80::222:19ff:fe55:abd1/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:3154360 errors:0 dropped:0 overruns:0 frame:0
  TX packets:252607 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0 
  RX bytes:250658946 (250.6 MB)  TX bytes:555159076 (555.1 MB)

br1   Link encap:Ethernet  HWaddr XXX  
  inet addr:192.168.0.10  Bcast:192.168.0.255  Mask:255.255.255.0
  inet6 addr: fe80::222:19ff:fe55:abd3/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:2727761 errors:0 dropped:0 overruns:0 frame:0
  TX packets:3336571 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0 
  RX bytes:1876704895 (1.8 GB)  TX bytes:1622792007 (1.6 GB)

br0:pub   Link encap:Ethernet  HWaddr XX  
  inet addr:10.82.3.1  Bcast:0.0.0.0  Mask:255.255.255.255
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1

br1:metadata Link encap:Ethernet  HWaddr 00:22:19:55:ab:d3  
  inet addr:169.254.169.254  Bcast:0.0.0.0  Mask:255.255.255.255
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1

br1:priv  Link encap:Ethernet  HWaddr XXX
  inet addr:172.19.1.1  Bcast:172.19.1.31  Mask:255.255.255.224
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Me