Re: [Bug 1345165] [NEW] lens for squid.conf not working

2014-07-20 Thread Raphaël Pinson
The ls command in augtool is not recursive. If you use print instead, you
will see the full trees.
Le 20 juil. 2014 00:15, Hadmut Danisch had...@danisch.de a écrit :

 Public bug reported:

 Hi,

 another problem with the squid lens: It does not detect acl clauses
 correctly. It just lists existing acls like

 acl manager proto cache_object
 acl localhost src 127.0.0.1/32 ::1
 acl to_localhost dst 127.0.0.0/8 0.0.0.0/32 ::1
 acl SSL_ports port 443
 acl Safe_ports port 80  # http
 acl Safe_ports port 21  # ftp
 acl Safe_ports port 443 # https
 acl Safe_ports port 70  # gopher
 acl Safe_ports port 210 # wais
 

 as

 acl[1]/ = (none)
 acl[2]/ = (none)
 acl[3]/ = (none)
 acl[4]/ = (none)
 acl[5]/ = (none)
 acl[6]/ = (none)
 acl[7]/ = (none)
 acl[8]/ = (none)
 acl[9]/ = (none)
 

 ProblemType: Bug
 DistroRelease: Ubuntu 14.04
 Package: augeas-tools 1.2.0-0ubuntu1
 ProcVersionSignature: Ubuntu 3.13.0-29.53-generic 3.13.11.2
 Uname: Linux 3.13.0-29-generic x86_64
 NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
 ApportVersion: 2.14.1-0ubuntu3.2
 Architecture: amd64
 CurrentDesktop: XFCE
 Date: Sun Jul 20 00:02:01 2014
 SourcePackage: augeas
 UpgradeStatus: Upgraded to trusty on 2014-04-19 (91 days ago)

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


 ** Tags: amd64 apport-bug trusty

 --
 You received this bug notification because you are subscribed to augeas
 in Ubuntu.
 Matching subscriptions: Augeas
 https://bugs.launchpad.net/bugs/1345165

 Title:
   lens for squid.conf not working

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/augeas/+bug/1345165/+subscriptions


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

Title:
  lens for squid.conf not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/augeas/+bug/1345165/+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 1299975] Re: wireless script checks wrong sys file

2014-07-20 Thread katsu
* condition
ubuntu 14.04-64bit
$ lspci -nnv
02:00.0 Network controller [0280]: Qualcomm Atheros AR9285 Wireless Network 
Adapter (PCI-Express) [168c:002b] (rev 01)
---  ---  ---  ---  --- (snip) ---  ---  ---  ---  ---
Kernel driver in use: ath9k

* before proposed package  AC plug Connect  Disconnect.
$ LANG=C apt list pm-utils
Listing... Done
pm-utils/trusty,now 1.4.1-13 all [installed]

AC plug Connnect  tail /var/log/pm-powersave.log
---  ---  ---  ---  --- (snip) ---  ---  ---  ---  ---
Running hook /usr/lib/pm-utils/power.d/wireless false:  
cat: /sys/class/net/wlan0/device/enable: No such file or directory  
/usr/lib/pm-utils/power.d/wireless false: success.
---  ---  ---  ---  --- (snip) ---  ---  ---  ---  ---

AC plug Disconnnect  tail /var/log/pm-powersave.log
---  ---  ---  ---  --- (snip) ---  ---  ---  ---  ---
Running hook /usr/lib/pm-utils/power.d/wireless true:   
cat: /sys/class/net/wlan0/device/enable: No such file or directory  
/usr/lib/pm-utils/power.d/wireless true: success.
---  ---  ---  ---  --- (snip) ---  ---  ---  ---  ---

* after proposed package  AC plug Connect  Disconnect.
$ LANG=C apt list pm-utils
Listing... Done
pm-utils/trusty-proposed,now 1.4.1-13ubuntu0.1 all [installed]

AC plug Connnect  tail /var/log/pm-powersave.log
---  ---  ---  ---  --- (snip) ---  ---  ---  ---  ---
Running hook /usr/lib/pm-utils/power.d/wireless false:  
Turning powersave for wlan0 off...Error for wireless request Set Power 
Management (8B2C) :
SET failed on device wlan0 ; Operation not supported.   
Failed. 
/usr/lib/pm-utils/power.d/wireless false: success.
---  ---  ---  ---  --- (snip) ---  ---  ---  ---  ---

AC plug Disconnnect  tail /var/log/pm-powersave.log
---  ---  ---  ---  --- (snip) ---  ---  ---  ---  ---
Running hook /usr/lib/pm-utils/power.d/wireless true:   
Turning powersave for wlan0 on...Error for wireless request Set Power 
Management (8B2C) :
SET failed on device wlan0 ; Operation not supported.   
Failed. 
/usr/lib/pm-utils/power.d/wireless true: success.
---  ---  ---  ---  --- (snip) ---  ---  ---  ---  ---

* result
The /usr/lib/pm-utils/power.d/wireless script operated normally.
However, ath9k module or wireless device seems not to be supported.
--
Turning powersave for wlan0 on...Error for wireless request Set Power 
Management (8B2C) :
SET failed on device wlan0 ; Operation not supported.   
Failed.
--

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

Title:
  wireless script checks wrong sys file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1299975/+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 1192651] Re: subunit should depend on python3-junitxml

2014-07-20 Thread Jelmer Vernooij
Is this an ubuntu specific issue? subunit2junitxml on Debian just use
#!/usr/bin/python - in other words, Python 2.

** Changed in: subunit (Ubuntu)
   Status: New = Incomplete

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

Title:
  subunit should depend on python3-junitxml

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/subunit/+bug/1192651/+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 1268421] Re: Test failures if subunit module is installed

2014-07-20 Thread Jelmer Vernooij
** Also affects: subunit (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: subunit (Ubuntu)
   Status: New = Triaged

** Changed in: subunit (Ubuntu)
   Importance: Undecided = High

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

Title:
  Test failures if subunit module is installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/subunit/+bug/1268421/+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 1257186] Re: memory leakage messages

2014-07-20 Thread doliveira
Hi,

Can anyone confirm that this bug is already fixed if we now download and
install a fresh Ubuntu Server 14.04 from ubuntu website?

Or for the fix released we after install Ubunto have to make a apt get
update?

Thanks

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

Title:
  memory leakage messages

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/1257186/+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 1257186] Re: memory leakage messages

2014-07-20 Thread IKT
@doliveira

Samba version is currently 4.0, the fix is intended to be released apart
of the Samba 4.1 release.

Samba 4.1 may be released as an update to Ubuntu 14.04 or the Ubuntu
devs may take just the memory leak patch and put it into 4.0 and then
put that through as an update.

Either way unless you manually download and compile the latest test
release of Samba 4 it's going to be a while yet before it's in the
package you get from apt-get install samba

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

Title:
  memory leakage messages

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/1257186/+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 1240049] Re: multipath udev rules problem

2014-07-20 Thread Seyeong Kim
** Patch added: lp1240049_remove_warning_trusty.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1240049/+attachment/4158346/+files/lp1240049_remove_warning_trusty.debdiff

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

Title:
  multipath udev rules problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1240049/+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 1271144] Re: br0 not brought up by cloud-init script with MAAS provider

2014-07-20 Thread Andrew Wilkins
Sorry, I was thinking that lp:1337091 was released already. We will look
at getting it into 1.20.2.

If you set the kernel parameter via MAAS [0] prior to first boot, then I
would concur that it's probably not going to help. If, however, you
modified GRUB after it came up and rebooted, I think that would not have
helped due to the network configuration actions only happening on first
boot.

[0] http://maas.ubuntu.com/docs/kernel-options.html

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

Title:
  br0 not brought up by cloud-init script with MAAS provider

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1271144/+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 1271144] Re: br0 not brought up by cloud-init script with MAAS provider

2014-07-20 Thread Andrew Wilkins
** Also affects: juju-core/1.20
   Importance: Undecided
   Status: New

** Changed in: juju-core/1.20
Milestone: None = 1.20.2

** Changed in: juju-core/1.20
   Importance: Undecided = High

** Changed in: juju-core/1.20
   Status: New = Triaged

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

Title:
  br0 not brought up by cloud-init script with MAAS provider

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1271144/+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 1345419] Re: open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module failed to build

2014-07-20 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1312855 ***
https://bugs.launchpad.net/bugs/1312855

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


** This bug has been marked a duplicate of bug 1312855
   no symptom - open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel 
module failed to build [error: implicit declaration of function 
'create_proc_entry']

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

Title:
  open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1345419/+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 1343262] Re: libvirt openvswitch del-port when it exists

2014-07-20 Thread Serge Hallyn
** Changed in: libvirt (Ubuntu)
   Status: Incomplete = Triaged

** Also affects: libvirt (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Changed in: libvirt (Ubuntu Trusty)
   Importance: Undecided = Medium

** Changed in: libvirt (Ubuntu Trusty)
   Status: New = Triaged

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

Title:
  libvirt openvswitch del-port when it exists

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1343262/+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 1304069] Re: package slapd 2.4.31-1+nmu2ubuntu8 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

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

** Changed in: openldap (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  package slapd 2.4.31-1+nmu2ubuntu8 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1304069/+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 1338277] Re: Ubuntu 14.04 + QEmu 2.0 + KSM = 1, makes Windows 2008 R2 guests to crash (BSOD)

2014-07-20 Thread Ante Karamatić
Hm, this is also NUMA node...

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

Title:
  Ubuntu 14.04 + QEmu 2.0 + KSM = 1, makes Windows 2008 R2 guests to
  crash (BSOD)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1338277/+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 1345974] Re: apache2 crashed when opening PhpMyAdmin login page after restart

2014-07-20 Thread Apport retracing service
*** This bug is a duplicate of bug 1303170 ***
https://bugs.launchpad.net/bugs/1303170

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

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1345974/+attachment/4158607/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1345974/+attachment/4158609/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1345974/+attachment/4158610/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1345974/+attachment/4158611/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1345974/+attachment/4158612/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1345974/+attachment/4158613/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1345974/+attachment/4158614/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 1303170

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  apache2 crashed when opening PhpMyAdmin login page after restart

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


Re: 10-15% iowait on kvm instances on Ubuntu 14.04

2014-07-20 Thread Sander Smeenk
Quoting William Van Hevelingen (wva...@gmail.com):
 After upgrading to the 3.14 kernel our performance has returned to
 normal.  I've filed a bug on launchpad.

Did you upgrade the kernels in both the hypervisor and the guests?

-Sndr.
-- 
| So this magician is walking down the street and turns into a grocery store..
| 4096R/20CC6CD2 - 6D40 1A20 B9AA 87D4 84C7  FBD6 F3A9 9442 20CC 6CD2

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


Re: json.so opcache.so 12.04

2014-07-20 Thread Sander Smeenk
Quoting Jim Tarvid (tar...@ls.net):
 getting messages like
 
 Warning: PHP Startup: Unable to load dynamic library
 '/usr/lib/php5/20090626/json.so' - /usr/lib/php5/20090626/json.so:
 cannot open shared object file: No such file or directory in Unknown
 on line 0

sudo apt-get install --reinstall php5-json

or 'dpkg --purge php5-json' if you don't want it.

If warning persists after --purge:

  sudo grep -ril json.so /etc/php5/

Edit the files that match and remove reference to json.so from
them.

-- 
| One tequila, two tequila, three tequila, floor.
| 4096R/20CC6CD2 - 6D40 1A20 B9AA 87D4 84C7  FBD6 F3A9 9442 20CC 6CD2

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam


Re: 10-15% iowait on kvm instances on Ubuntu 14.04

2014-07-20 Thread William Van Hevelingen
Just the the hypervisors.


On Sun, Jul 20, 2014 at 11:49 AM, Sander Smeenk ssme...@freshdot.net
wrote:

 Quoting William Van Hevelingen (wva...@gmail.com):
  After upgrading to the 3.14 kernel our performance has returned to
  normal.  I've filed a bug on launchpad.

 Did you upgrade the kernels in both the hypervisor and the guests?

 -Sndr.
 --
 | So this magician is walking down the street and turns into a grocery
 store..
 | 4096R/20CC6CD2 - 6D40 1A20 B9AA 87D4 84C7  FBD6 F3A9 9442 20CC 6CD2

 --
 ubuntu-server mailing list
 ubuntu-server@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
 More info: https://wiki.ubuntu.com/ServerTeam




-- 
Thanks,
William
-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam

Re: json.so opcache.so 12.04

2014-07-20 Thread Jim Tarvid
Thanks.

Moved the ini files out of /etc/php5/cli/conf.d and the warnings went away.

I've got to set aside some time and upgrade to 14.04. Fair amount of
Apache work involved

On Sun, Jul 20, 2014 at 2:58 PM, Sander Smeenk ssme...@freshdot.net wrote:
 Quoting Jim Tarvid (tar...@ls.net):
 getting messages like

 Warning: PHP Startup: Unable to load dynamic library
 '/usr/lib/php5/20090626/json.so' - /usr/lib/php5/20090626/json.so:
 cannot open shared object file: No such file or directory in Unknown
 on line 0

 sudo apt-get install --reinstall php5-json

 or 'dpkg --purge php5-json' if you don't want it.

 If warning persists after --purge:

   sudo grep -ril json.so /etc/php5/

 Edit the files that match and remove reference to json.so from
 them.

 --
 | One tequila, two tequila, three tequila, floor.
 | 4096R/20CC6CD2 - 6D40 1A20 B9AA 87D4 84C7  FBD6 F3A9 9442 20CC 6CD2

 --
 ubuntu-server mailing list
 ubuntu-server@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
 More info: https://wiki.ubuntu.com/ServerTeam



-- 

Kindness Works!
Jim Tarvid
12897A Grays Pointe Road, Fairfax, Va 22033
703-657-0099 Condo
703-825-8463 Cabin
703-624-5289 Cell
http://ls.net

-- 
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam