[Bug 1763165] Re: salt-syndic breaks salt-master in 18.04

2018-04-25 Thread Michael Lustfield
** Description changed:

  It's nice that salt-master is now (in 18.04) using a non-root account,
  but salt-syndic has yet to reflect this change. The salt-syndic service
  is currently set to run as root:root, which causes salt-syndic to make
  files unreadable by salt-master, which breaks many things.
  
  Setting salt-syndic to run as salt:salt and flushing cache resolved this
  problem, except that it left salt-syndic unable to write to it's own log
  file.
+ 
+ Update...
+ 
+ After looking into this further, salt-syndic needs to access files that
+ salt-minion owns, which is a process that much run as root. It takes a
+ bit of screwing around with to get the permissions to work correct in
+ this scenario.
+ 
+ I believe the best solution is to keep salt-master and salt-syndic
+ running as root.

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

Title:
  salt-syndic breaks salt-master in 18.04

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

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

[Bug 1763165] Re: salt-syndic breaks salt-master in 18.04

2018-04-11 Thread Michael Lustfield
** Description changed:

  It's nice that salt-master is now (in 18.04) using a non-root account,
  but salt-syndic has yet to reflect this change. The salt-syndic service
  is currently set to run as root:root, which causes salt-syndic to make
  files unreadable by salt-master, which breaks many things.
  
  Setting salt-syndic to run as salt:salt and flushing cache resolved this
- problem.
+ problem, except that it left salt-syndic unable to write to it's own log
+ file.

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

Title:
  salt-syndic breaks salt-master in 18.04

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

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

[Bug 1763165] [NEW] salt-syndic breaks salt-master in 18.04

2018-04-11 Thread Michael Lustfield
Public bug reported:

It's nice that salt-master is now (in 18.04) using a non-root account,
but salt-syndic has yet to reflect this change. The salt-syndic service
is currently set to run as root:root, which causes salt-syndic to make
files unreadable by salt-master, which breaks many things.

Setting salt-syndic to run as salt:salt and flushing cache resolved this
problem.

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

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

Title:
  salt-syndic breaks salt-master in 18.04

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

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

[Bug 1438440] Re: nginx-extras description has Chunkin module instead of Chunked module

2015-04-07 Thread Michael Lustfield
http://anonscm.debian.org/cgit/collab-
maint/nginx.git/commit/debian/control?id=a5bbc3a1c68241e0db0257bfa34c9ce55c090285

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

Title:
  nginx-extras description has Chunkin module instead of Chunked
  module

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1438440/+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 1438440] Re: nginx-extras description has Chunkin module instead of Chunked module

2015-04-07 Thread Michael Lustfield
http://anonscm.debian.org/cgit/collab-
maint/nginx.git/commit/debian/control?id=a5bbc3a1c68241e0db0257bfa34c9ce55c090285

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

Title:
  nginx-extras description has Chunkin module instead of Chunked
  module

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

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


[Bug 1194074] Re: Default index.html blindly overwritten

2014-06-26 Thread Michael Lustfield
Apache goes against the Debian policy on this one. They have to because
of some hacks in some plugins that are supposed to enhance security. The
default is simply a default. Some people will actually store websites in
/etc/nginx/www/ on debian systems. There's no way to correct everyone
that isn't willing to learn how to administer a system.

Even if we stick things where they don't belong (/var/www/html), people
will still treat that like what they should overwrite which means we
would then have to manage the package maintained version and the user
version.

I'm okay with sticking a README file in the default location, but ... I
really doubt anyone that needs to read it will actually read it.

For reference, I'm maintaining the package, and the first thing I do
after installing nginx is rm /etc/nginx/sites-available/default. Some
people prefer stuff be in /var/www, some prefer /srv, some even think
/opt, and yet others think everything should be in /home. We adhere to
the Debian policy which leaves the admin free to do whatever they want
by way of simply creating their own config instead of using default.

Honestly, my intention with the default config was it works, here are
some examples and a quick intro to a config, now do it yourself.

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

Title:
  Default index.html blindly overwritten

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1194074/+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 1194074] Re: Default index.html blindly overwritten

2014-06-26 Thread Michael Lustfield
Apache goes against the Debian policy on this one. They have to because
of some hacks in some plugins that are supposed to enhance security. The
default is simply a default. Some people will actually store websites in
/etc/nginx/www/ on debian systems. There's no way to correct everyone
that isn't willing to learn how to administer a system.

Even if we stick things where they don't belong (/var/www/html), people
will still treat that like what they should overwrite which means we
would then have to manage the package maintained version and the user
version.

I'm okay with sticking a README file in the default location, but ... I
really doubt anyone that needs to read it will actually read it.

For reference, I'm maintaining the package, and the first thing I do
after installing nginx is rm /etc/nginx/sites-available/default. Some
people prefer stuff be in /var/www, some prefer /srv, some even think
/opt, and yet others think everything should be in /home. We adhere to
the Debian policy which leaves the admin free to do whatever they want
by way of simply creating their own config instead of using default.

Honestly, my intention with the default config was it works, here are
some examples and a quick intro to a config, now do it yourself.

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

Title:
  Default index.html blindly overwritten

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

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


[Bug 616719] Re: slow group indexing when using huge ldap

2014-01-17 Thread Michael Lustfield
I've been noticing a similar issue. As our environment grows, it's
becoming increasingly crippling. I filed a similar bug a while ago that
might shed a small amount of light on the situation, but probably not
actually get us anywhere.

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730053

44sec? That's nice. It takes me 12min since we have 30,000 users. :(

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

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

Title:
  slow group indexing when using huge ldap

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libnss-ldap/+bug/616719/+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 616719] Re: slow group indexing when using huge ldap

2014-01-17 Thread Michael Lustfield
I've been noticing a similar issue. As our environment grows, it's
becoming increasingly crippling. I filed a similar bug a while ago that
might shed a small amount of light on the situation, but probably not
actually get us anywhere.

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730053

44sec? That's nice. It takes me 12min since we have 30,000 users. :(

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

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

Title:
  slow group indexing when using huge ldap

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libnss-ldap/+bug/616719/+subscriptions

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


[Bug 1132678] Re: nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)

2013-03-11 Thread Michael Lustfield
We've now fixed this in Debian.

In debian/conf/sites-available/default:

listen 80 default_server;
listen [::]:80 default_server ipv6_only=on;

I'm marking this Fix Committed since the fix has been committed to the
upstream for this package. I'm going to leave it up to Thomas to decide
whether or not a patch needs to be built for Ubuntu specifically. That
should depend entirely on which Ubuntu releases are affected.

Thomas: If you need to discuss this with me, I'll be in the lounge.

** Changed in: nginx (Ubuntu)
   Status: Triaged = Fix Committed

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

Title:
  nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)

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

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


[Bug 1102326] Re: package nginx-light 1.1.19-1ubuntu0.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2013-01-21 Thread Michael Lustfield
This happened for a few reasons:
1) You didn't purge the package and as expected, this leaves files behind.
2) You installed something from source into the normal directory structure and 
as expected, you end up with conflicts.
3) Source package installs don't normally have uninstall options. This is 
normal.

Solutions:
1) Just start from scratch. I get the feeling that this isn't any sort of 
production machine anyway.
2) Search the entire file system for anything nginx related that you or apt 
installed and remove it. Then purge the installed nginx packages. You should 
then be in a state where installing nginx from source will work fine.
3) Learn to install source packages and use apt properly.

Next time you break something and it's not a bug, use the Answers
section instead.

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

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

Title:
  package nginx-light 1.1.19-1ubuntu0.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 1050516] Re: nginx.pid location changed for Ubuntu releases 11.04 and up

2012-10-30 Thread Michael Lustfield
This change has been been in Debian. It will land in 13.04 and up. I
have no intentions of trying to get this into anything prior as the
transitional symlink exists and no benefit comes from it. I can't
imagine how hard that would be to push through an SRU...

** Changed in: nginx (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  nginx.pid location changed for Ubuntu releases 11.04 and up

To manage notifications about this bug go to:
https://bugs.launchpad.net/nginx/+bug/1050516/+subscriptions

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


[Bug 1050516] Re: nginx.pid location changed for Ubuntu releases 11.04 and up

2012-10-29 Thread Michael Lustfield
** Changed in: nginx
   Status: Fix Committed = Fix Released

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

Title:
  nginx.pid location changed for Ubuntu releases 11.04 and up

To manage notifications about this bug go to:
https://bugs.launchpad.net/nginx/+bug/1050516/+subscriptions

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


[Bug 1050516] Re: nginx.pid location changed for Ubuntu releases 11.04 and up

2012-10-15 Thread Michael Lustfield
** Changed in: nginx (Ubuntu)
   Status: Triaged = Fix Committed

** Changed in: nginx
   Status: Triaged = Fix Committed

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

Title:
  nginx.pid location changed for Ubuntu releases 11.04 and up

To manage notifications about this bug go to:
https://bugs.launchpad.net/nginx/+bug/1050516/+subscriptions

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


[Bug 1065555] Re: Known segfault in 1.1.19 (the current stable)

2012-10-11 Thread Michael Lustfield
Could someone set the importance on this bug to High or higher? Thanks.

** Changed in: nginx (Ubuntu)
   Status: New = In Progress

** Changed in: nginx (Ubuntu)
 Assignee: (unassigned) = Michael Lustfield (michaellustfield)

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

Title:
  Known segfault in 1.1.19 (the current stable)

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

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


[Bug 1031515] Re: 404 errors because nginx is configured with wrong 'prefix' , and files are misnamed

2012-10-11 Thread Michael Lustfield
** Changed in: nginx (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  404 errors because nginx is configured with wrong 'prefix' , and files
  are misnamed

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

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


[Bug 1050516] Re: nginx.pid location should change for Ubuntu 11.04 above

2012-09-14 Thread Michael Lustfield
This is an extremely old transitional thing. I've been keeping my eye on
it. The legacy /var/run will be maintained for an extremely long time.
When the time comes, I'll make the change in Debian first. Right now,
I'd prefer hold off. It's for legacy reasons that I want to hold off
too. :P

There are still Ubuntu releases that are using /var/run. As you pointed
out - 11.04 and up are where this change took place. I want to hold off
first because of backports, and secondly because some older systems use
the newer PPA.

In short... When all currently maintained Ubuntu or Debian releases have
/run available, I will make this switch.

Also, this change will not take placed for released versions of Ubuntu.
It would have to go through the entire SRU process for a change that
doesn't really need to take place.

Thomas: Could you set this to Triaged and Wishlist in nginx (Ubuntu)?
Please and thanks!

** Changed in: nginx
   Status: New = Triaged

** Changed in: nginx
   Importance: Undecided = Wishlist

** Changed in: nginx
 Assignee: (unassigned) = Michael Lustfield (michaellustfield)

** Changed in: nginx (Ubuntu)
 Assignee: (unassigned) = Michael Lustfield (michaellustfield)

** Summary changed:

- nginx.pid location should change for Ubuntu 11.04  above
+ nginx.pid location changed for Ubuntu releases 11.04 and up

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

Title:
  nginx.pid location changed for Ubuntu releases 11.04 and up

To manage notifications about this bug go to:
https://bugs.launchpad.net/nginx/+bug/1050516/+subscriptions

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


[Bug 1031515] Re: 404 errors because nginx is configured with wrong 'prefix' , and files are misnamed

2012-09-14 Thread Michael Lustfield
So... I had a big comment typed out, but I'm a bit high on pain killers
at the moment, so please forgive me if I come across stoned

I addressed the default install location in Bug #1031515. That fix should make 
its way into Ubuntu soon.
As far as the --prefix issue, you're correct. It was an issue and was resolved 
in Debian. This fix should already be in Ubuntu. What release are you using? 
Also- I don't think this bug meets the requirements for a SRU so it's probably 
easiest to just wait until the fixed package trickles in through backports.

** Changed in: nginx (Ubuntu)
   Status: Incomplete = Fix Committed

** Changed in: nginx (Ubuntu)
 Assignee: (unassigned) = Michael Lustfield (michaellustfield)

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

Title:
  404 errors because nginx is configured with wrong 'prefix' , and files
  are misnamed

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

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


[Bug 1046150] Re: nginx segfaults when a try_files directive is used

2012-09-14 Thread Michael Lustfield
Thomas and I will look into pushing
http://trac.nginx.org/nginx/changeset/4601/nginx through the SRU
process.

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

Title:
  nginx segfaults when a try_files directive is used

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

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


[Bug 1042031] Re: nginx not compliled with SSI

2012-08-26 Thread Michael Lustfield
http://wiki.nginx.org/HttpSsiModule

The SSI module is built by default. --without-http_ssi_module  would
remove it from the build.

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

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

Title:
  nginx not compliled with SSI

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

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


[Bug 1013173] Re: nginx returns index.html when it should 404 by default

2012-08-08 Thread Michael Lustfield
** Changed in: nginx (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  nginx returns index.html when it should 404 by default

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

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


[Bug 1025463] Re: 2012, July 16 - Security Advisory - CVE-2012-3380

2012-07-16 Thread Michael Lustfield
Marked Invalid for Nginx source because Nginx is not vulnerable.

** Changed in: nginx
   Status: New = Invalid

** Changed in: nginx (Ubuntu Hardy)
   Status: New = Invalid

** Changed in: nginx (Ubuntu Hardy)
 Assignee: Thomas Ward (trekcaptainusa-tw) = (unassigned)

** Changed in: nginx (Ubuntu Lucid)
   Status: New = Invalid

** Changed in: nginx (Ubuntu Natty)
   Status: New = Invalid

** Changed in: nginx (Ubuntu Oneiric)
   Status: New = Invalid

** Changed in: nginx (Ubuntu Lucid)
 Assignee: Thomas Ward (trekcaptainusa-tw) = (unassigned)

** Changed in: nginx (Ubuntu Natty)
 Assignee: Thomas Ward (trekcaptainusa-tw) = (unassigned)

** Changed in: nginx (Ubuntu Oneiric)
 Assignee: Thomas Ward (trekcaptainusa-tw) = (unassigned)

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

Title:
  2012, July 16 - Security Advisory - CVE-2012-3380

To manage notifications about this bug go to:
https://bugs.launchpad.net/nginx/+bug/1025463/+subscriptions

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


[Bug 1025463] Re: 2012, July 16 - Security Advisory - CVE-2012-3380

2012-07-16 Thread Michael Lustfield
The relevant binary package needs to actually exist in the release in
order for it to be of any concern. No naxsi binary packages were being
produced prior to Precise and this bug is therefore Invalid in them.
I'll leave the remaining bug as assigned to determine if the CVE is
pertanent to Precise and Quantal.

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

Title:
  2012, July 16 - Security Advisory - CVE-2012-3380

To manage notifications about this bug go to:
https://bugs.launchpad.net/nginx/+bug/1025463/+subscriptions

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


[Bug 1014506] Re: logrotate /var/log/nginx/*.log included in every nginx-* package: not removed/fixed on upgrade

2012-06-18 Thread Michael Lustfield
** Changed in: nginx (Ubuntu)
 Assignee: (unassigned) = Michael Lustfield (michaellustfield)

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

Title:
  logrotate /var/log/nginx/*.log included in every nginx-* package: not
  removed/fixed on upgrade

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

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


[Bug 1014506] Re: logrotate /var/log/nginx/*.log included in every nginx-* package: not removed/fixed on upgrade

2012-06-18 Thread Michael Lustfield
This has been changed in Debian.

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

Title:
  logrotate /var/log/nginx/*.log included in every nginx-* package: not
  removed/fixed on upgrade

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

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


[Bug 915344] Re: enable PCRE JIT support in nginx 1.1 on precise

2012-06-18 Thread Michael Lustfield
This has been committed in Debian and will be in the 1.2.1 upload.

** Changed in: nginx (Ubuntu)
   Status: Triaged = Fix Committed

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

Title:
  enable PCRE JIT support in nginx 1.1 on precise

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

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


[Bug 1013173] Re: nginx returns index.html when it should 404 by default

2012-06-14 Thread Michael Lustfield
Status set to opinion because this is a matter of an opinion what the
best default configuration file is. We'll discuss this and either update
the packaging or update this bug report.

** Changed in: nginx (Ubuntu)
   Status: New = Opinion

** Changed in: nginx (Ubuntu)
 Assignee: (unassigned) = Michael Lustfield (michaellustfield)

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

Title:
  nginx returns index.html when it should 404 by default

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

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


[Bug 1013173] Re: nginx returns index.html when it should 404 by default

2012-06-14 Thread Michael Lustfield
** Changed in: nginx (Ubuntu)
   Status: Opinion = In Progress

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

Title:
  nginx returns index.html when it should 404 by default

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

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


[Bug 956150] Re: March 15th 2012 Security Advisory

2012-04-05 Thread Michael Lustfield
It looks like CVE-2009-4487 should be marked ignore. Upstream has no
intention of ever touching this CVE and does not see it as legitimate
issue.

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

Title:
  March 15th 2012 Security Advisory

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

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


[Bug 956150] Re: March 15th 2012 Security Advisory

2012-03-15 Thread Michael Lustfield
** Changed in: nginx (Ubuntu Lucid)
 Assignee: (unassigned) = Michael Lustfield (michaellustfield)

** Changed in: nginx (Ubuntu Maverick)
 Assignee: (unassigned) = Michael Lustfield (michaellustfield)

** Changed in: nginx (Ubuntu Natty)
 Assignee: (unassigned) = Michael Lustfield (michaellustfield)

** Changed in: nginx (Ubuntu Oneiric)
 Assignee: (unassigned) = Michael Lustfield (michaellustfield)

** Changed in: nginx (Ubuntu Precise)
 Assignee: (unassigned) = Michael Lustfield (michaellustfield)

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

Title:
  March 15th 2012 Security Advisory

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

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


[Bug 956150] Re: March 15th 2012 Security Advisory

2012-03-15 Thread Michael Lustfield
** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2011-4315

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2009-4487

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

Title:
  March 15th 2012 Security Advisory

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

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


Re: [Bug 936667] Re: Upstart early job logging causes boot failure for systems with no initramfs (error is No available ptys)

2012-02-29 Thread Michael Lustfield
Seems to be working for me. I ended up putting the --no-log in grub conf.
Took it out to test and it works.

On Wed, Feb 29, 2012 at 9:36 AM, KrzysiekT
936...@bugs.launchpad.netwrote:

 With upstart I can boot on 3.2.0-17.

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/936667

 Title:
  Upstart early job logging causes boot failure for systems with no
  initramfs (error is No available ptys)

 Status in “upstart” package in Ubuntu:
  Confirmed

 Bug description:
  When booting 12.04 after a recent update, I see init(4): no available
  ptys being displayed faster than a machine gun. When I add --no-log
  as a kernel option and I'm able to boot just fine.

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/upstart/+bug/936667/+subscriptions


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

Title:
  Upstart early job logging causes boot failure for systems with no
  initramfs (error is No available ptys)

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

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

[Bug 915344] Re: enable PCRE JIT support in nginx 1.1 on precise

2012-02-24 Thread Michael Lustfield
I looked into it. I agree that this would be nice to add and see no
issues with adding it, but we won't be able to add it at this time. I'll
include this when I have settled all concerns. There's no chance that
it'll make it into 12.04. We'll see about 12.10.

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

Title:
  enable PCRE JIT support in nginx 1.1 on precise

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

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


[Bug 929334] Re: nginx deny all doesn't support ipv6

2012-02-24 Thread Michael Lustfield
Could you please supply the output from 'apt-cache policy nginx' as well as 
'lsb_release -a'.
It would also be very useful if you could supply your nginx configuration 
(particularly server blocks).

** Changed in: nginx (Ubuntu)
 Assignee: (unassigned) = Michael Lustfield (michaellustfield)

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

Title:
  nginx deny all doesn't support ipv6

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

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


Re: [Bug 936667] Re: init(4): no available ptys stops boot

2012-02-20 Thread Michael Lustfield
Yup- I do. Same thing with no initramfs or initrd.

On Mon, Feb 20, 2012 at 2:26 PM, James Hunt
936...@bugs.launchpad.netwrote:

 @Michael: please can you confirm you too are using a custom kernel?

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/936667

 Title:
  init(4): no available ptys stops boot

 Status in “upstart” package in Ubuntu:
  Confirmed

 Bug description:
  When booting 12.04 after a recent update, I see init(4): no available
  ptys being displayed faster than a machine gun. When I add --no-log
  as a kernel option and I'm able to boot just fine.

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/upstart/+bug/936667/+subscriptions


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

Title:
  init(4): no available ptys stops boot

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

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

[Bug 936667] [NEW] init(4): no available ptys stops boot

2012-02-19 Thread Michael Lustfield
Public bug reported:

When booting 12.04 after a recent update, I see init(4): no available
ptys being displayed faster than a machine gun. When I add --no-log as
a kernel option and I'm able to boot just fine.

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

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

Title:
  init(4): no available ptys stops boot

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

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


[Bug 936667] Re: init(4): no available ptys stops boot

2012-02-19 Thread Michael Lustfield
michael@panther:~$ apt-cache policy upstart
upstart:
  Installed: 1.4-0ubuntu8
  Candidate: 1.4-0ubuntu8
  Version table:
 *** 1.4-0ubuntu8 0
500 http://archive.ubuntu.com/ubuntu/ precise/main amd64 Packages
100 /var/lib/dpkg/status
michael@panther:~$ ls -l /etc/init/
total 256
-rw-r--r-- 1 root root  320 Sep  1 10:13 acpid.conf
-rw-r--r-- 1 root root  268 Mar  1  2011 alsa-restore.conf
-rw-r--r-- 1 root root  267 Feb 21  2011 alsa-store.conf
-rw-r--r-- 1 root root  385 Feb  9 02:59 cgroup-lite.conf
-rw-r--r-- 1 root root  266 Feb  8 18:13 console.conf
-rw-r--r-- 1 root root  509 Jan 24  2011 console-setup.conf
-rw-r--r-- 1 root root 1122 Feb  8 18:13 container-detect.conf
-rw-r--r-- 1 root root  356 Aug 12  2010 control-alt-delete.conf
-rw-r--r-- 1 root root  297 Aug 24  2010 cron.conf
-rw-r--r-- 1 root root 1089 Oct 26 02:13 cryptdisks-enable.conf
-rw-r--r-- 1 root root  435 Oct 26 02:13 cryptdisks-udev.conf
-rw-r--r-- 1 root root  510 Jan 10 04:28 dbus.conf
-rw-r--r-- 1 root root  273 Feb 24  2010 dmesg.conf
-rw-r--r-- 1 root root  784 Feb 18  2010 ecryptfs-utils-restore.conf
-rw-r--r-- 1 root root  782 Feb 18  2010 ecryptfs-utils-save.conf
-rw-r--r-- 1 root root 1345 Oct 27 00:14 failsafe.conf
-rw-r--r-- 1 root root  265 Feb 17 10:21 flush-early-job-log.conf
-rw-r--r-- 1 root root  317 Jul  5  2010 hostname.conf
-rw-r--r-- 1 root root  557 Mar 22  2010 hwclock.conf
-rw-r--r-- 1 root root  444 Mar 22  2010 hwclock-save.conf
-rw-r--r-- 1 root root 2382 Feb  8 11:20 libvirt-bin.conf
-rw-r--r-- 1 root root  367 Oct  1  2010 module-init-tools.conf
-rw-r--r-- 1 root root  943 Sep 28  2010 mountall.conf
-rw-r--r-- 1 root root  349 Sep 28  2010 mountall-net.conf
-rw-r--r-- 1 root root  261 Sep 28  2010 mountall-reboot.conf
-rw-r--r-- 1 root root 1201 Sep 28  2010 mountall-shell.conf
-rw-r--r-- 1 root root  405 Feb 15 12:27 mounted-debugfs.conf
-rw-r--r-- 1 root root  550 Jul 15  2011 mounted-dev.conf
-rw-r--r-- 1 root root  480 Mar  7  2011 mounted-proc.conf
-rw-r--r-- 1 root root  610 Jul 15  2011 mounted-run.conf
-rw-r--r-- 1 root root 1663 Feb 22  2011 mounted-tmp.conf
-rw-r--r-- 1 root root  903 Jul 15  2011 mounted-var.conf
-rw-r--r-- 1 root root  373 Jan 12 07:48 networking.conf
-rw-r--r-- 1 root root  803 Jan 12 07:58 network-interface.conf
-rw-r--r-- 1 root root  523 Feb 12 15:11 network-interface-container.conf
-rw-r--r-- 1 root root 1603 Jan 12 07:48 network-interface-security.conf
-rw-r--r-- 1 root root  971 Sep 28 00:22 plymouth.conf
-rw-r--r-- 1 root root  326 Mar 26  2010 plymouth-log.conf
-rw-r--r-- 1 root root  899 Mar 18  2011 plymouth-splash.conf
-rw-r--r-- 1 root root  800 Sep 28 00:22 plymouth-stop.conf
-rw-r--r-- 1 root root  367 Feb 11  2011 plymouth-upstart-bridge.conf
-rw-r--r-- 1 root root  363 Nov 17 11:37 procps.conf
-rw-r--r-- 1 root root  454 Oct  3 21:12 rc.conf
-rw-r--r-- 1 root root  705 Oct  3 21:09 rcS.conf
-rw-r--r-- 1 root root 1543 Oct  3 21:12 rc-sysinit.conf
-rw-r--r-- 1 root root  426 Jan  4 15:38 rsyslog.conf
-rw-r--r-- 1 root root  683 Apr 14  2011 screen-cleanup.conf
-rw-r--r-- 1 root root  348 Feb  8 18:13 tty1.conf
-rw-r--r-- 1 root root  333 Feb  8 18:13 tty2.conf
-rw-r--r-- 1 root root  333 Feb  8 18:13 tty3.conf
-rw-r--r-- 1 root root  333 Feb  8 18:13 tty4.conf
-rw-r--r-- 1 root root  232 Feb  8 18:13 tty5.conf
-rw-r--r-- 1 root root  232 Feb  8 18:13 tty6.conf
-rw-r--r-- 1 root root  322 Nov 15 00:53 udev.conf
-rw-r--r-- 1 root root  624 Mar 18  2011 udev-fallback-graphics.conf
-rw-r--r-- 1 root root  769 Sep 24  2010 udev-finish.conf
-rw-r--r-- 1 root root  356 Sep 24  2010 udevmonitor.conf
-rw-r--r-- 1 root root  433 Feb 15 11:48 udevtrigger.conf
-rw-r--r-- 1 root root  473 Aug 30  2010 ufw.conf
-rw-r--r-- 1 root root  329 Mar 15  2011 upstart-socket-bridge.conf
-rw-r--r-- 1 root root  553 Oct  3 21:12 upstart-udev-bridge.conf
-rw-r--r-- 1 root root  889 Sep 20  2010 ureadahead.conf
-rw-r--r-- 1 root root  683 Sep 20  2010 ureadahead-other.conf
-rw-r--r-- 1 root root 1481 Oct  3 21:09 wait-for-state.conf

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

Title:
  init(4): no available ptys stops boot

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

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


Re: [Bug 915257] Re: FTBFS nginx 1.1.12-1 in ubuntu precise except amd64

2012-01-31 Thread Michael Lustfield
Mahyuddin,

So As far as I can tell, the new packaging is working quite well. There
will be an upload to Debian with 1.1.14 soon. Could you and I perhaps meet on
IRC to discuss import of the new package?

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

Title:
  FTBFS nginx 1.1.12-1 in ubuntu precise except amd64

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

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


Re: [Bug 915257] Re: FTBFS nginx 1.1.12-1 in ubuntu precise except amd64

2012-01-30 Thread Michael Lustfield
With the work Cyril did, I should be able to know if the apparent issue is
gone by the end of today. If I see no issues, we could push 1.1.14 to
Wheezy. We're passed the Debian Import Freeze for 12.04 so we'll need to
address that once we see success from the Wheezy build.

Mahyuddin- Are you able to deal with the import when we feel it's ready? We
should have zero issue pushing it through since this is a pretty
significant issue, I just need to know who I'll be bugging to get the
override taken care of.

Cyril- let's hold off any updates in Wheezy until I get the chance to poke
around here.

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

Title:
  FTBFS nginx 1.1.12-1 in ubuntu precise except amd64

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

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


Re: [Bug 915257] Re: FTBFS nginx 1.1.12-1 in ubuntu precise except amd64

2012-01-30 Thread Michael Lustfield
Sounds great! I'll let you guys know the second I have anything of
value. :)

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

Title:
  FTBFS nginx 1.1.12-1 in ubuntu precise except amd64

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

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


[Bug 920110] Re: nginx-common precise needs packaging or -depends on nginx-*

2012-01-24 Thread Michael Lustfield
*** This bug is a duplicate of bug 915257 ***
https://bugs.launchpad.net/bugs/915257

I just noticed this going on here:
- 
http://packages.ubuntu.com/search?keywords=nginxsearchon=namessuite=precisesection=all

Not really sure what to do about it... Maybe a rebuild is needed?

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

Title:
  nginx-common precise needs packaging or -depends on nginx-*

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

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


[Bug 915257] Re: FTBFS nginx 1.1.12-1 in ubuntu precise except amd64

2012-01-24 Thread Michael Lustfield
This is causing the issue found in bug 920110. The arch-all is built for
i386 only. Not sure why, will need to look in to this.

** Changed in: nginx (Ubuntu)
 Assignee: (unassigned) = Michael Lustfield (michaellustfield)

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

Title:
  FTBFS nginx 1.1.12-1 in ubuntu precise except amd64

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

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


[Bug 915344] Re: enable PCRE JIT support in nginx 1.1 on precise

2012-01-24 Thread Michael Lustfield
Heh... apparently marking it as Opinion means it's closed..
I'll mark this confirmed since it's definitely something that needs to be 
looked in to.

** Changed in: nginx (Ubuntu)
   Status: Opinion = Confirmed

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

Title:
  enable PCRE JIT support in nginx 1.1 on precise

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

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


[Bug 915344] Re: enable PCRE JIT support in nginx 1.1 on precise

2012-01-24 Thread Michael Lustfield
I'll look in to this to see how we want to approach it. Thanks for the
suggestion.

** Changed in: nginx (Ubuntu)
   Status: New = Opinion

** Changed in: nginx (Ubuntu)
 Assignee: (unassigned) = Michael Lustfield (michaellustfield)

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

Title:
  enable PCRE JIT support in nginx 1.1 on precise

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

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


[Bug 920110] Re: nginx-common precise needs packaging or -depends on nginx-*

2012-01-24 Thread Michael Lustfield
*** This bug is a duplicate of bug 915257 ***
https://bugs.launchpad.net/bugs/915257

I'm marking this as a duplicate of bug 915257 because this is a direct
result of the issue found there.

** This bug has been marked a duplicate of bug 915257
   FTBFS nginx 1.1.12-1 in ubuntu precise except amd64

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

Title:
  nginx-common precise needs packaging or -depends on nginx-*

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

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


[Bug 820496] Re: package nginx-full 1.0.5-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-11-14 Thread Michael Lustfield
Closing due to no additional details.

** Changed in: nginx
   Status: Confirmed = Invalid

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

Title:
  package nginx-full 1.0.5-1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/nginx/+bug/820496/+subscriptions

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


[Bug 776919] Re: nginx-common does not properly install

2011-11-14 Thread Michael Lustfield
Closing due to no additional details.

** Changed in: nginx (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  nginx-common does not properly install

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

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


[Bug 825349] Re: ufw rules not available

2011-11-14 Thread Michael Lustfield
This has been fixed in the latest commit in Debian.


Index: nginx-common.preinst
===
--- nginx-common.preinst(revision 19547)
+++ nginx-common.preinst(working copy)
@@ -11,9 +11,17 @@
 rm -f /etc/logrotate.d/nginx-common
 ;;
 
-  upgrade|abort-upgrade)
+  upgrade)
+# If this is an upgrade, then they might have the UFW profile in the wrong 
spot.
+if [ -d /etc/ufw/applications.d/nginx ]; then
+  rm -f /etc/ufw/applications.d/nginx/ufw.profile
+  rmdir /etc/ufw/applications.d/nginx
+fi
 ;;
 
+  abort-upgrade)
+;;
+
   *)
 echo preinst called with unknown argument \`$1' 2
 exit 1
Index: changelog
===
--- changelog   (revision 19547)
+++ changelog   (working copy)
@@ -1,3 +1,13 @@
+nginx (1.1.8-1ubuntu1) precise; urgency=low
+
+  * debian/nginx-common.install:
++ Changed ufw profile installation (LP: #825349)
+  - debian/ufw.profile - debian/ufw/nginx
+  * debian/nginx-common.preinst:
++ Cleanup of moved nginx profile.
+
+ -- Michael Lustfield mich...@lustfield.net  Tue, 15 Nov 2011 01:51:17 +
+
 nginx (1.1.8-1) UNRELEASED; urgency=low
 
   [Cyril Lavier]
Index: ufw.profile
===
--- ufw.profile (revision 19547)
+++ ufw.profile (working copy)
@@ -1,14 +0,0 @@
-[Nginx HTTP]
-title=Web Server (Nginx, HTTP)
-description=Small, but very powerful and efficient web server
-ports=80/tcp
-
-[Nginx HTTPS]
-title=Web Server (Nginx, HTTPS)
-description=Small, but very powerful and efficient web server
-ports=443/tcp
-
-[Nginx Full]
-title=Web Server (Nginx, HTTP + HTTPS)
-description=Small, but very powerful and efficient web server
-ports=80,443/tcp
Index: nginx-common.install
===
--- nginx-common.install(revision 19547)
+++ nginx-common.install(working copy)
@@ -1,3 +1,3 @@
 debian/conf/* etc/nginx
-debian/ufw.profile etc/ufw/applications.d/nginx
+debian/ufw/nginx etc/ufw/applications.d
 html/* usr/share/nginx/www/


Sendingdebian/changelog
Sendingdebian/nginx-common.install
Sendingdebian/nginx-common.preinst
Adding debian/ufw
Adding debian/ufw/nginx
Deleting   debian/ufw.profile


If I have time, I'll see about creating a debdiff for the ubuntu guys to check 
out. Otherwise, you can feel free to do it. :)

** Changed in: nginx (Ubuntu)
   Status: New = Confirmed

** Changed in: nginx (Ubuntu)
   Status: Confirmed = Fix Committed

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

Title:
  ufw rules not available

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

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


[Bug 825349] Re: ufw rules not available

2011-11-14 Thread Michael Lustfield
I marked this as Fix Committed since it has been committed in upstream
which will sooner or later be imported into ubuntu.

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

Title:
  ufw rules not available

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

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


[Bug 840358] Re: By default configuration cause error 404 in directory starting with 'doc'

2011-11-14 Thread Michael Lustfield
Although, I do not agree that this is a bug, I will change the default
configuration file so people that don't bother to read or understand any
of it are less confused. The change has now been made upstream.

** Changed in: nginx (Ubuntu)
   Status: New = Fix Committed

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

Title:
  By default configuration cause error 404 in directory starting with
  'doc'

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

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


[Bug 890179] Re: nginx-extras doesn't have aio support

2011-11-14 Thread Michael Lustfield
File AIO caused many issues and was removed.

Changelog:

nginx (1.0.0-2) unstable; urgency=low

  * debian/rules:
+ Removed --with-file-aio support. Fixed FTBFS on kFreeBSD-* arch
  (Closes: #621882)


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

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

Title:
  nginx-extras doesn't have aio support

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

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


[Bug 857831] Re: nginx fastcgi_param HTTPS missing from default configuration

2011-11-14 Thread Michael Lustfield
This is now in the default configuration file.

** Changed in: nginx (Ubuntu)
   Status: New = Fix Committed

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

Title:
  nginx fastcgi_param HTTPS missing from default configuration

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

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


[Bug 883440] Re: json missing from mimetypes

2011-11-14 Thread Michael Lustfield
This is added in the upstream debian build of nginx.

** Changed in: nginx (Ubuntu)
   Status: New = Fix Committed

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

Title:
  json missing from mimetypes

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

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


[Bug 820496] Re: package nginx-full 1.0.5-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-11-03 Thread Michael Lustfield
Do you still see this happening?

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

Title:
  package nginx-full 1.0.5-1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/nginx/+bug/820496/+subscriptions

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


[Bug 776919] Re: nginx-common does not properly install

2011-08-08 Thread Michael Lustfield
Can you tell me if you're trying to install the PPA version or the
version supplied by Ubuntu?

** Changed in: nginx (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  nginx-common does not properly install

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

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


[Bug 820496] Re: package nginx-full 1.0.5-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-08-03 Thread Michael Lustfield
** Also affects: nginx
   Importance: Undecided
   Status: New

** Changed in: nginx (Ubuntu)
   Status: New = Confirmed

** Changed in: nginx
   Status: New = Incomplete

** Changed in: nginx
   Status: Incomplete = Invalid

** Changed in: nginx
   Status: Invalid = Confirmed

** Changed in: nginx (Ubuntu)
   Status: Confirmed = Invalid

** Changed in: nginx
   Importance: Undecided = Medium

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

Title:
  package nginx-full 1.0.5-1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/nginx/+bug/820496/+subscriptions

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


[Bug 776919] Re: nginx-common does not properly install

2011-06-01 Thread Michael Lustfield
This is going to take me some work to fix properly and unfortunately, my
time has been extremely limited lately.

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

Title:
  nginx-common does not properly install

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


[Bug 789376] Re: package nginx-extras 0.8.54-4 failed to install/upgrade: aliprosessi installed post-installation script palautti virhetilakoodin 1

2011-06-01 Thread Michael Lustfield
*** This bug is a duplicate of bug 776919 ***
https://bugs.launchpad.net/bugs/776919

** This bug has been marked a duplicate of bug 776919
   nginx-common does not properly install

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

Title:
  package nginx-extras 0.8.54-4 failed to install/upgrade: aliprosessi
  installed post-installation script palautti virhetilakoodin 1

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


[Bug 776919] Re: nginx-common does not properly install

2011-05-07 Thread Michael Lustfield
** Summary changed:

- package nginx-common (not installed) failed to install/upgrade: trying to 
overwrite '/etc/ufw/applications.d/nginx', which is also in package nginx 
0.8.54-4
+ nginx-common does not properly install

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

Title:
  nginx-common does not properly install

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


[Bug 750818] Re: package nginx-common 0.8.54-4 failed to install/upgrade: a tentar sobre-escrever '/etc/ufw/applications.d/nginx', que também está no pacote nginx 0.8.54-4

2011-05-04 Thread Michael Lustfield
*** This bug is a duplicate of bug 776919 ***
https://bugs.launchpad.net/bugs/776919

** This bug has been marked a duplicate of bug 776919
   package nginx-common (not installed) failed to install/upgrade: trying to 
overwrite '/etc/ufw/applications.d/nginx', which is also in package nginx 
0.8.54-4
 * You can subscribe to bug 776919 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/776919/+subscribe

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

Title:
  package nginx-common 0.8.54-4 failed to install/upgrade: a tentar
  sobre-escrever '/etc/ufw/applications.d/nginx', que também está no
  pacote nginx 0.8.54-4

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

[Bug 776919] Re: package nginx-common (not installed) failed to install/upgrade: trying to overwrite '/etc/ufw/applications.d/nginx', which is also in package nginx 0.8.54-4

2011-05-04 Thread Michael Lustfield
Unpacking nginx-common (from .../nginx-common_0.8.54-4_all.deb) ...
dpkg: error processing /var/cache/apt/archives/nginx-common_0.8.54-4_all.deb 
(--unpack):
 trying to overwrite '/etc/ufw/applications.d/nginx', which is also in package 
nginx 0.8.54-4

hrm. You're not the first to encounter this. So you were on Ubuntu
10.10 and upgraded to 11.04. Then after a successful upgrade, you
encountered this, or was it during the upgrade that it happened?

** Changed in: nginx (Ubuntu)
   Status: New = Confirmed

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

Title:
  package nginx-common (not installed) failed to install/upgrade: trying
  to overwrite '/etc/ufw/applications.d/nginx', which is also in package
  nginx 0.8.54-4

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


[Bug 691871] Re: Trouble if mapping hostname with multiple address

2011-05-04 Thread Michael Lustfield
Marking as Fix Released as this has been resolved in Debian and the
package has since been sync'ed to Ubuntu.

** Changed in: nginx (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  Trouble if mapping hostname with multiple address

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


[Bug 691863] Re: Bug if ipv6 and ipv4 applied together

2011-05-04 Thread Michael Lustfield
Marking as Fix Released as this has been resolved in Debian and the
package has since been sync'ed to Ubuntu.

** Changed in: nginx (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  Bug if  ipv6 and ipv4 applied together

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


[Bug 673366] Re: Default worker_connections too high for default system

2011-05-04 Thread Michael Lustfield
Marking as Fix Released as this has been resolved in Debian and the
package has since been sync'ed to Ubuntu.

** Changed in: nginx (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  Default worker_connections too high for default system

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


[Bug 776919] Re: package nginx-common (not installed) failed to install/upgrade: trying to overwrite '/etc/ufw/applications.d/nginx', which is also in package nginx 0.8.54-4

2011-05-04 Thread Michael Lustfield
** Changed in: nginx (Ubuntu)
 Assignee: (unassigned) = Michael Lustfield (mtecknology)

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

Title:
  package nginx-common (not installed) failed to install/upgrade: trying
  to overwrite '/etc/ufw/applications.d/nginx', which is also in package
  nginx 0.8.54-4

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


[Bug 750818] Re: package nginx-common 0.8.54-4 failed to install/upgrade: a tentar sobre-escrever '/etc/ufw/applications.d/nginx', que também está no pacote nginx 0.8.54-4

2011-04-30 Thread Michael Lustfield
I moved this to the nginx project because this package is not provided
with Ubuntu. I also marked it incomplete because no further information
has yet been provided.

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

** Also affects: nginx
   Importance: Undecided
   Status: New

** Changed in: nginx
   Status: New = Incomplete

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

Title:
  package nginx-common 0.8.54-4 failed to install/upgrade: a tentar
  sobre-escrever '/etc/ufw/applications.d/nginx', que também está no
  pacote nginx 0.8.54-4

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

[Bug 750344] Re: Kernel panic when using mount.ncpfs [kernel BUG at /build/buildd/linux-2.6.38/fs/dcache.c:2126]

2011-04-22 Thread Michael Lustfield
Gah I was SOOO excited. It doesn't seem to panic if -V is used, but
that means you can only mount one volume from that server
(apparently)...

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

Title:
  Kernel panic when using mount.ncpfs [kernel BUG at
  /build/buildd/linux-2.6.38/fs/dcache.c:2126]

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


[Bug 750818] Re: package nginx-common 0.8.54-4 failed to install/upgrade: a tentar sobre-escrever '/etc/ufw/applications.d/nginx', que também está no pacote nginx 0.8.54-4

2011-04-12 Thread Michael Lustfield
Could you please verify that this is still an issue and if so provide
further details?

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

Title:
  package nginx-common 0.8.54-4 failed to install/upgrade: a tentar
  sobre-escrever '/etc/ufw/applications.d/nginx', que também está no
  pacote nginx 0.8.54-4

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

[Bug 573461] Re: UFW blocks libvirt bridged traffic

2011-04-12 Thread Michael Lustfield
This bug is indeed invalid. I agree that the solution is not immediately
apparent. However, read the comments and you will be able to properly
configure your system for this setup just as Jaime had to so painfully
explain it to me. I'm assuming it was painful for him anyway...

** Changed in: ufw (Ubuntu)
   Status: Confirmed = Invalid

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

Title:
  UFW blocks libvirt bridged traffic

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


[Bug 187797] Re: [needs-packaging] Jailkit

2011-03-30 Thread Michael Lustfield
Wow this has some incredibly ugly packaging with some nasty issues.
It's taking me a lot longer than expected to get this cleaned up so I
can try to do anything with it at all...

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

Title:
  [needs-packaging] Jailkit

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


[Bug 187797] Re: [needs-packaging] Jailkit

2011-03-30 Thread Michael Lustfield
OK! It's as clean as I can make it. I sent everything upstream so now I
just need to wait for him to get some stuff done. Working together, I
imagine we can get this package up to snuff very quickly. From there,
inclusion in Debian should be a short process after going through some
extra testing. I believe that is the best way for inclusion in Ubuntu.

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

Title:
  [needs-packaging] Jailkit

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


[Bug 745358] Re: PowerPC images unbootable.

2011-03-29 Thread Michael Lustfield
I noticed this today. However, it doesn't seem to be a Linux Kernel
issue. It appears to be a grub2 issue. When you boot, press and hold
shift until the boot menu appears. Press 'e' when you see the menu list
and find where it has 'quiet splash vt.handoff=7'. Delete that part and
press Ctrl+x to boot that.

It seems that vt.handoff=7 breaks the boot. It's added by grub by the
splash option. Removing these fixed the issue for me. If it works for
you, please let me know and I'll toss this bug report where it belongs
(assuming this is the issue).

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

Title:
  PowerPC images unbootable.

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


[Bug 745358] Re: PowerPC images unbootable.

2011-03-29 Thread Michael Lustfield
oooh... sorry, I was just fighting with a mac today and thought we had
the same issue

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

Title:
  PowerPC images unbootable.

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


Re: [Bug 187797] Re: [needs-packaging] Jailkit

2011-03-26 Thread Michael Lustfield
Sorry. I completely forgot about this. I'll try to get back at it very
soon.

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

Title:
  [needs-packaging] Jailkit

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


[Bug 739977] [NEW] PHP5 FTBFS in Natty

2011-03-22 Thread Michael Lustfield
Public bug reported:

Binary package hint: php5

Due to a recent change in Natty, PHP5 is no longer able to be built from 
source. This also breaks the archive build.
checking for PCRE library location... configure: error: Could not find 
libpcre.(a|so) in /usr [1]

The libpcre package recently went to multiarch and this breaks the check
in ./configure around line 23497.

[1] http://launchpadlibrarian.net/66946405/buildlog_ubuntu-natty-
amd64.php5_5.3.5-1ubuntu4ppa1~natty_FAILEDTOBUILD.txt.gz

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


** Tags: ftbfs

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

Title:
  PHP5 FTBFS 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 739977] [NEW] PHP5 FTBFS in Natty

2011-03-22 Thread Michael Lustfield
Public bug reported:

Binary package hint: php5

Due to a recent change in Natty, PHP5 is no longer able to be built from 
source. This also breaks the archive build.
checking for PCRE library location... configure: error: Could not find 
libpcre.(a|so) in /usr [1]

The libpcre package recently went to multiarch and this breaks the check
in ./configure around line 23497.

[1] http://launchpadlibrarian.net/66946405/buildlog_ubuntu-natty-
amd64.php5_5.3.5-1ubuntu4ppa1~natty_FAILEDTOBUILD.txt.gz

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


** Tags: ftbfs

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

Title:
  PHP5 FTBFS in Natty

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


[Bug 729691] Re: FFe: Sync nginx 0.8.54-4 (universe) from Debian unstable

2011-03-21 Thread Michael Lustfield
** Summary changed:

- Freeze Exception Request: nginx-0.8.54-4
+ FFe: Sync nginx 0.8.54-4 (universe) from Debian unstable

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

Title:
  FFe: Sync nginx 0.8.54-4 (universe) from Debian unstable

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


[Bug 729691] [NEW] Freeze Exception Request: nginx-0.8.54-4

2011-03-05 Thread Michael Lustfield
Public bug reported:

Binary package hint: nginx

The latest release of Nginx in Debian unstable (0.8.54-4) fixes the
following bugs that exist in the version that Ubuntu 11.04 currently
provides (0.8.53-2).

Please consider passing this through the freeze. A few features were
made but most of the changes were bug fixes.

Debian bugs:
#610946
#609343
#608983
#610289
#610290
#609797
#610983
#612832
#613175
#613355
#613851
#614987
#614980
#609254
#609134
#609411
#608633
#607418
#606094
#598461

Launchpad bugs:
#699736
#694456

Most of these were minor. However, a few cause significant usability
issues.

The difference between the two versions of Nginx consist mostly of bug fixes 
(only only small feature).
*) Change: now nginx uses a default listen backlog value -1 on 
   Linux.
*) Feature: the utf8 parameter of geoip_country and geoip_city 
   directives.
*) Bugfix: in a default proxy_redirect directive if proxy_pass 
   directive has no URI part.
*) Bugfix: an error_page directive did not work with nonstandard 
   error codes; the bug had appeared in 0.8.53.

When installing this version new or upgrading from an old version it's
just basic information and no errrors. I don't have a system I can use
at the moment to test it.

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

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

Title:
  Freeze Exception Request: nginx-0.8.54-4

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


[Bug 729691] Re: Freeze Exception Request: nginx-0.8.54-4

2011-03-05 Thread Michael Lustfield
** Attachment added: pbuilder.log
   
https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/729691/+attachment/1887814/+files/pbuilder.log

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

Title:
  Freeze Exception Request: nginx-0.8.54-4

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


[Bug 729691] Re: Freeze Exception Request: nginx-0.8.54-4

2011-03-05 Thread Michael Lustfield
Also.. PPA of what is in that exact version can be viewed here: 
https://launchpad.net/~nginx/+archive/stable
Please ignore that the past version numbers were wrong. I spaced once and have 
to deal with it until -5 comes out.

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

Title:
  Freeze Exception Request: nginx-0.8.54-4

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


Re: [Bug 729691] [NEW] Freeze Exception Request: nginx-0.8.54-4

2011-03-05 Thread Michael Lustfield
On Sat, 05 Mar 2011 19:46:59 -
Iulian Udrea iul...@linux.com wrote:

 What about the rdepends? Are those affected by this upgrade of nginx?
 Are there any risks of regressions?
 
 If the reverse depends are not affected, then syncing 0.8.54-4 from
 Debian makes perfect sense.  Even though I don't think that the rdepends
 are affected, I still want to be sure of this before approving.

As far as I can test, no rdepends are affected by the change. The parts I'm not
able to test I couldn't imagine caring about a different binary as long as it's
installed in the correct location.

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

Title:
  Freeze Exception Request: nginx-0.8.54-4

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


[Bug 721231] Re: impossible to install nginx-common package

2011-02-20 Thread Michael Lustfield
** Changed in: nginx
   Status: Fix Committed = Fix Released

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

Title:
  impossible to install nginx-common package

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


[Bug 721231] Re: impossible to install nginx-common package

2011-02-19 Thread Michael Lustfield
** Changed in: nginx (Ubuntu)
   Status: In Progress = Invalid

** Also affects: nginx
   Importance: Undecided
   Status: New

** Changed in: nginx
   Status: New = Fix Committed

** Changed in: nginx
 Assignee: (unassigned) = Michael Lustfield (mtecknology)

** Changed in: nginx (Ubuntu)
 Assignee: Michael Lustfield (mtecknology) = (unassigned)

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

Title:
  impossible to install nginx-common package

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


[Bug 721231] Re: impossible to install nginx-common package

2011-02-18 Thread Michael Lustfield
Thanks for submitting this issue as well as proposing a good solution. I
would have responded sooner but was in the middle of moving. I'll get
this change in tonight and push the package again. I'm sorry about the
issue this created.

** Changed in: nginx (Ubuntu)
   Status: New = In Progress

** Changed in: nginx (Ubuntu)
 Assignee: (unassigned) = Michael Lustfield (mtecknology)

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

Title:
  impossible to install nginx-common package

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


Re: [Bug 600453] Re: [arrandale] [i915] DELL E6510: blank screen on boot (Intel GPU)

2011-02-10 Thread Michael Lustfield
On Thu, 10 Feb 2011 21:46:05 -
Francisco Cribari crib...@gmail.com wrote:

 Kernel 2.6.38 RC4 boots to a blank screen on my DELL 6510 (which runs on
 Ubuntu 10.04).

Same here. RC3 and RC4 don't work for me but RC2 works great.
I'm getting to the point of 'grr' with this issue. I'm guessing they've been
making a lot of changes around this area of the kernel but I haven't looked
into it much yet.

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

Title:
  [arrandale] [i915] DELL E6510: blank screen on boot (Intel GPU)

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


Re: [Bug 600453] Re: [arrandale] [i915] DELL E6510: blank screen on boot (Intel GPU)

2011-02-02 Thread Michael Lustfield
On Wed, 02 Feb 2011 14:17:38 -
Andy Whitcroft a...@canonical.com wrote:

 So we now have an official v2.6.38-rc2 kernel in the archive
 (2.6.38-1.28), if those of you affected by this could confirm whether
 the issue is resolved by that kernel that would be very helpful.  Please
 report back here.  Thanks!
 
 ** Changed in: linux (Ubuntu Natty)
Status: Confirmed = Incomplete
 

It's working fantastic for me. However, as a note of caution, v2.6.38-rc3
delivered some breaking for me. Seems to be just a little regression that will
probably be resolved in -rc4.

I still have issues with backlight control, which is of course irrelevant to
this bug; just mentioning it.

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

Title:
  [arrandale] [i915] DELL E6510: blank screen on boot (Intel GPU)

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


[Bug 600453] Re: [arrandale] [i915] DELL E6510: blank screen on boot (Intel GPU)

2011-01-27 Thread Michael Lustfield
I just wanted to mention that with v2.6.38-rc2 my issue with a blank
screen seems to have gone away. I still don't have control over
brightness controls but the blank screen issue reported in this bug
report has been corrected for me.

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

Title:
  [arrandale] [i915] DELL E6510: blank screen on boot (Intel GPU)

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


[Bug 701355] [NEW] update-grub produces a grub.cfg that won't boot

2011-01-10 Thread Michael Lustfield
Public bug reported:

Binary package hint: grub

When running update-grub from a normal running environment a grub.cfg is
produced that will not boot the system. However, when it's unable to
boot I can use systemrescuecd to mount /, /dev/, and /proc/, and chroot
into it to run update-grub. When doing this I'm able to reboot into a
working system.

Here is a diff between the two grub.cfg files produced...

r...@panther:/home/michael/boot# diff bad/grub/grub.cfg good/grub/grub.cfg
97c97
   linux   /boot/vmlinuz-2.6.36 root=/dev/root ro   vt.handoff=7 
---
   linux   /boot/vmlinuz-2.6.36 root=/dev/sda1 ro   vt.handoff=7 
107c107
   linux   /boot/vmlinuz-2.6.36 root=/dev/root ro single 
---
   linux   /boot/vmlinuz-2.6.36 root=/dev/sda1 ro single 


So the only issue is that root=/dev/root is being produced rather than 
root=/dev/sda1.

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

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

Title:
  update-grub produces a grub.cfg that won't boot

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


[Bug 673366] Re: Default worker_connections too high for default system

2011-01-05 Thread Michael Lustfield
This has been fixed in Debian. I don't see where this bug should be
SRU'ed. However, the new version of Nginx could be proposed for
backports.

** Changed in: nginx (Ubuntu)
   Status: Triaged = Fix Committed

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

Title:
  Default worker_connections too high for default system

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


[Bug 691871] Re: Trouble if mapping hostname with multiple address

2011-01-05 Thread Michael Lustfield
This has been fixed in Debian. I don't see where this bug should be
SRU'ed. However, the new version of Nginx could be proposed for
backports.

** Changed in: nginx (Ubuntu)
   Status: In Progress = Fix Committed

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

Title:
  Trouble if mapping hostname with multiple address

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


[Bug 691863] Re: Bug if ipv6 and ipv4 applied together

2011-01-05 Thread Michael Lustfield
This has been fixed in Debian. I don't see where this bug should be
SRU'ed. However, the new version of Nginx could be proposed for
backports.

** Changed in: nginx (Ubuntu)
   Status: In Progress = Fix Committed

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

Title:
  Bug if  ipv6 and ipv4 applied together

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


[Bug 691863] Re: Bug if ipv6 and ipv4 applied together

2010-12-24 Thread Michael Lustfield
** Bug watch added: Debian Bug tracker #607418
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=607418

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

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

Title:
  Bug if  ipv6 and ipv4 applied together

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


[Bug 673366] Re: Default worker_connections too high for default system

2010-12-24 Thread Michael Lustfield
Marking invalid against Nginx without distribution because the source
code should not need to consider defaults for every distribution. If
installing from source, it's the job of the administrator to know what
defaults will need to be changed.

** Changed in: nginx
   Status: New = Invalid

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

Title:
  Default worker_connections too high for default system

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


[Bug 692087] Re: Sync nginx 0.8.53-2 (universe) from Debian unstable (main)

2010-12-20 Thread Michael Lustfield
0.8.54-1 Was supposed to already be uploaded. Might be a good idea to
wait for that as it should be uploaded soon.

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

Title:
  Sync nginx 0.8.53-2 (universe) from Debian unstable (main)

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


[Bug 691863] Re: Bug if ipv6 and ipv4 applied together

2010-12-20 Thread Michael Lustfield
This is being dealt with upstream. It will be taken care of before Natty
release. Please see bug 692087 and note the comment requesting a wait on
the sync until 0.8.54-1 where the source is already patched.

** Changed in: nginx (Ubuntu)
   Status: Confirmed = In Progress

** Changed in: nginx (Ubuntu)
 Assignee: (unassigned) = Michael Lustfield (mtecknology)

** Branch unlinked: lp:~udienz/ubuntu/lucid/nginx/nginx.fix691871

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

Title:
  Bug if  ipv6 and ipv4 applied together

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


[Bug 691871] Re: Trouble if mapping hostname with multiple address

2010-12-20 Thread Michael Lustfield
This is being dealt with upstream. It will be taken care of before Natty
release. Please see bug 692087 and note the comment requesting a wait on
the sync until 0.8.54-1 where the source is already patched.

** Branch unlinked: lp:~udienz/ubuntu/lucid/nginx/nginx.fix691871

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

Title:
  Trouble if mapping hostname with multiple address

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


[Bug 673366] Re: Default worker_connections too high for default system

2010-12-20 Thread Michael Lustfield
This is being dealt with upstream. It will be taken care of before Natty
release. Please see bug 692087 and note the sync will pull in the
resolved issue.

** Branch unlinked: lp:~udienz/ubuntu/lucid/nginx/nginx.fix691871

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

Title:
  Default worker_connections too high for default system

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


[Bug 692087] Re: Sync nginx 0.8.53-2 (universe) from Debian unstable (main)

2010-12-20 Thread Michael Lustfield
Sorry, I didn't realize that it auto sync's afterward.

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

Title:
  Sync nginx 0.8.53-2 (universe) from Debian unstable (main)

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


[Bug 691863] Re: Bug with regrex ipv6

2010-12-18 Thread Michael Lustfield
Could you please explain what issue you are having? What do you expect
to happen, and what is happening are needed.

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

Title:
  Bug with regrex ipv6

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


[Bug 691863] Re: Bug with regrex ipv6

2010-12-18 Thread Michael Lustfield
Also... we need to know what version of Nginx you're using and how you
installed it.

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

Title:
  Bug with regrex ipv6

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


  1   2   3   4   5   6   7   8   >