[Bug 1520568] Re: All queries fails when 'google' is used: ERR_SSL_PROTOCOL_ERROR

2015-11-30 Thread Chad Miller
Thank you bq.

Hrm, it's error -12218 SSL_ERROR_ENCRYPTION_FAILURE

"Bulk data encryption algorithm failed in selected cipher suite."


** Changed in: nss (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  All queries fails when 'google' is used: ERR_SSL_PROTOCOL_ERROR

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1520568/+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 1520568] Re: All queries fails when 'google' is used: ERR_SSL_PROTOCOL_ERROR

2015-11-30 Thread Chad Miller
** Changed in: nss (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  All queries fails when 'google' is used: ERR_SSL_PROTOCOL_ERROR

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1520568/+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 1045986] Re: Ubuntu AppArmor policy is too lenient with shell scripts

2013-04-24 Thread Chad Miller
** Changed in: chromium-browser (Ubuntu)
   Status: Confirmed => Fix Committed

** Changed in: chromium-browser (Ubuntu)
 Assignee: (unassigned) => Chad Miller (cmiller)

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

Title:
  Ubuntu AppArmor policy is too lenient with shell scripts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1045986/+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 1135780] [NEW] ntp apparmor denied read of /usr/share/samba/upcase.dat

2013-02-28 Thread Chad Miller
Public bug reported:

[  170.804687] type=1400 audit(1362059556.121:64): apparmor="DENIED" 
operation="open" parent=2579 profile="/usr/sbin/ntpd" 
name="/usr/share/samba/upcase.dat" pid=2594 comm="ntpd" requested_mask="r" 
denied_mask="r" fsuid=0 ouid=0
[  170.804694] type=1400 audit(1362059556.121:65): apparmor="DENIED" 
operation="open" parent=2579 profile="/usr/sbin/ntpd" 
name="/usr/share/samba/lowcase.dat" pid=2594 comm="ntpd" requested_mask="r" 
denied_mask="r" fsuid=0 ouid=0


cmiller@zippy:~$ dpkg -S /usr/sbin/ntpd
ntp: /usr/sbin/ntpd
cmiller@zippy:~$ dpkg -l ntp |tail -1
ii  ntp 
1:4.2.6.p3+dfsg-1ubuntu5   i386 Network Time Protocol 
daemon and utility programs

** Affects: ntp (Ubuntu)
 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/1135780

Title:
  ntp apparmor denied read of /usr/share/samba/upcase.dat

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/1135780/+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 892892] Re: mountall upgrade fails to install within lucid lxc container

2012-02-16 Thread Chad Miller
The remaining part of the fix appears to be to remove "lxcguest"
manually from your existing lxc guest.

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

Title:
  mountall upgrade fails to install within lucid lxc container

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/892892/+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 247727] Re: mysql ignores view order when selecting with group by

2008-07-13 Thread Chad MILLER
Agreed, not a bug.

More specifically, the row that is chosen to represent a class of rows
defined by GROUP BY is undefined.  In most other SQL implementations, it
is even /illegal/ to SELECT columns that are neither aggregate functions
nor the columns listed in the GROUP BY expression, and so you could
never even know what row was chosen to represent that group.  You should
/never/ rely on any value you get outside the GROUP BY expressions or an
aggregate function.

You almost certainly should be using a subselect to join grouped data
with a particular, /well-defined/ row of the dataset that you're
interested in.

-- 
mysql ignores view order when selecting with group by
https://bugs.launchpad.net/bugs/247727
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs