[Bug 1220950] Re: [MIR] open-vm-tools

2013-10-23 Thread Seth Arnold
I reviewed open-vm-tools version 2013.04.16-1098359-0ubuntu2 as checked
into saucy. This should not be considered a full security review, but
rather a quick gauge of code maintainability.

There are a lot of moving pieces in this package; I certainly cannot claim
to have studied much of it, but I aimed primarily for finding rough edges
around the backdoor execution mechanisms. Scott Moser raises many good
points about the difficulty of reasoning about a system's sanity from
within the system when a 'backdoor' is so readily available, but I do not
believe this package significantly changes the problem. The hypervisor is
necessarily completely trusted and it is at the whim of the hypervisor
administrators to destroy, damage, or degrade service within a guest.

The backdoor communication channel exists without this package and can be
used by a variety of third-party tools regardless of the presence of this
package. The hypervisor already has the feature and (as I understand) it
cannot be disabled -- though portions of it can be administratively
controlled from the hypervisor itself.

I further understand that access can be limited within the guest by
restricting the CAP_SYS_RAWIO capability or denying iopl(2) and ioperm(2)
systemcalls via seccomp2 filters. (None of which is helped nor hindered by
this package.)

So I do not worry about this package providing a less visible
administrative interface: this issue already largely exists through
less convenient mechanisms with all hypervisors. (And, one could argue,
through the firmwares of physical hardware devices, absent hypervisors.)

- open-vm-tools provides a variety of guest services for use with the
  VMware family of hypervisors, including host-guest filesystems, shared
  copy-and-paste facilities, environment control, and ability to execute
  code within the guest.
- Build-deps autotools, doxygen, libcunit, libdumbnet, libfuse, libgtk2.0,
  libgtkmm-2.4, libicu, libnotify, libpam0g, libprocps0, libx11,
  libxinerama, libxss, libxtst, gcc-4.7
- Depends on ethtool, zerofree, xauth, xdg-utils
- SSL stubs exist to disable SSL, go figure...
- Provides variety of services, some via daemons, some via loadable kernel
  modules. vmtoolsd at least properly daemonizes.
- Initscripts looked fine
- No dbus
- One setuid executable, vmware-user-suid-wrapper, looked safe
- No sudo fragments
- No cronjobs
- Udev file looked safe
- Tests look built during build, but don't appear to be run during build
- Build looks clean; uses -Werror

Many lintian warnings and errors:
- hardening-no-fortify-functions
- latest-debian-changelog-entry-without-new-version
- manpage-has-errors-from-man
- binary-without-manpage
- malformed-override

The hardening-no-fortify-functions warning may be a spurious warning; I see
-D_FORTIFY_SOURCE=2 throughout the build logs.

- open-vm-tools does spawn programs. The interfaces look overly
  complicated to try to support multiple operating systems from one
  codebase, the environment handling routines are quite complicated, and
  there's some surprising double-encoding of filenames, arguments. I'm
  skeptical of some of the quoted argument handling though I couldn't
  find flaws in it.
- Most memory management looked safe; some environment handling code
  looked like it was overly complicated and could have been written with
  far fewer allocations and copies.
- Extensive file operations; the operations I inspected look safe, though
  hard-coded /tmp/VMwareDnD/ path is awkward.
- Extensive logging operations; the ones I inspected looked safe.
- The bulk of the cryptography code exists to disable SSL without
  drastically modifying other code elsewhere. Odd.
- Extensive networking, including within kernel modules. I did not inspect
  this code.
- There are extensive areas of privilege management; the ones I inspected
  looked safe.
- The little temporary file handling looked safe.
- Does not use WebKit
- Does not use PolicyKit

Here's some notes I took while reading the source code, in the hopes that
someone finds them useful:

- vmware-user-suid-wrapper/main.c StartVMwareUser() does not drop
  supplementary groups -- should it?
  It is safer to drop groups before dropping user.
- Presumes username, home directory, gecos, shell, all Unicode-strings
- Overly complicated VixToolsBuildUserEnvironmentTable() could just
  replace the first '=' with '\0' and drastically simplify the rest of the
  memory handling
- VixToolsEnvironmentTableEntryToEnvpEntry() exists only to undo the work
  done in VixToolsBuildUserEnvironmentTable()
- VixMsgEncodeBuffer() engages in baffling base64 + escaping, but none of
  the escaped characters occur in base64 output.
- HgfsBdChannelClose() isn't idempotent despite the comment

This is a large package with complicated code covering many potential
attack surfaces. While the code I inspected looked carefully programmed,
it was complicated to cover many Unix-ish and Windows platforms, in
addition to Linux. Large compatibility 

[Bug 1095757] Re: Please update krb5 to new upstream release =1.10.2

2013-10-23 Thread Jackson Doak
This is now just a case of syncing from debian, the current ubuntu delta
is fixed there. I will re-name the bug appropriately

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

Title:
  Please update krb5 to new upstream release =1.10.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/krb5/+bug/1095757/+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 1243548] [NEW] Sync krb5 1.11.3+dfsg-3 (main) from Debian unstable (main)

2013-10-23 Thread Jackson Doak
Public bug reported:

Please sync krb5 1.11.3+dfsg-3 (main) from Debian unstable (main)

Explanation of the Ubuntu delta and why it can be dropped:
  * Update config.{guess,sub} for Aarch64.
Fixed in debian

Changelog entries since current trusty version 1.10.1+dfsg-6.1ubuntu1:

krb5 (1.11.3+dfsg-3) unstable; urgency=low

  [ Benjamin Kaduk ]
  * Update config.sub and config.guess, patch from upstream, Closes: #717840
  * Update Brazillian Portugese Translation, thanks Fernando Ike,
Closes: #719726
  * Bump the version of the gssrpc_clnt_create symbol.  The routine itself
was changed in a backwards-compatible way, but callers from the kadm5
libraries were changed to rely on the new behavior, Closes: #718275
  * Add symbols files for the kadm5 libraries.  The KADM5 API version number
was increased for the 1.11 release but the corresponding library sonames
were not, so we must indicate the behavior change ourself, Closes: #716772

  [ Sam Hartman ]
  * krb5-kdc depends on libverto-libev1, work around for #652699
  * Remove krb5-kdc conflict since it's more than one release cycle old
  * Add Benjamin Kaduk to uploaders

 -- Sam Hartman hartm...@debian.org  Sun, 25 Aug 2013 16:48:53 -0400

krb5 (1.11.3+dfsg-2) experimental; urgency=low

  * Run autoreconf to update configure based on aclocal patch

 -- Sam Hartman hartm...@debian.org  Sat, 08 Jun 2013 22:00:50 -0400

krb5 (1.11.3+dfsg-1) experimental; urgency=low

  *  New upstream version
  - Turns out 1.11.2+dfsg didn't include the pingpong fix, but this
does , Closes: #

 -- Sam Hartman hartm...@debian.org  Fri, 07 Jun 2013 21:31:03 -0400

krb5 (1.11.2+dfsg-2) experimental; urgency=low

  * Import upstream's patch to not warn or error on variadic macros,
Closes: #709824

 -- Benjamin Kaduk ka...@mit.edu  Sat, 25 May 2013 16:06:48 -0400

krb5 (1.11.2+dfsg-1) experimental; urgency=low

  * New upstream version, Closes: #697662
  - By not depending on texinfo, we avoid FTBFSing from its changes,
  Closes: #708711
  * Fix usage of keytabs gives Generic preauthentication failure while
getting initial credentials via upstream change to prefer keys in
the keytab
(Closes: #698534)
  * Fixed upstream kerberos password policy attributes missing from
kerberos.schema  (Closes:
#655381)
  * Remove arch-dep and arch-indep dependency in rules  (Closes: #708973)

 -- Sam Hartman hartm...@debian.org  Thu, 23 May 2013 21:56:23 -0400

** Affects: krb5 (Ubuntu)
 Importance: Undecided
 Status: Confirmed

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

Title:
  Sync krb5 1.11.3+dfsg-3 (main) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/krb5/+bug/1243548/+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 1243548] Re: Sync krb5 1.11.3+dfsg-3 (main) from Debian unstable (main)

2013-10-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  Sync krb5 1.11.3+dfsg-3 (main) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/krb5/+bug/1243548/+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 1095757] Re: Please update krb5 to new upstream release =1.10.2

2013-10-23 Thread Jackson Doak
*** This bug is a duplicate of bug 1243548 ***
https://bugs.launchpad.net/bugs/1243548

** This bug has been marked a duplicate of bug 1243548
   Sync krb5 1.11.3+dfsg-3 (main) from Debian unstable (main)

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

Title:
  Please update krb5 to new upstream release =1.10.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/krb5/+bug/1095757/+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 1243548] Re: Sync krb5 1.11.3+dfsg-3 (main) from Debian unstable (main)

2013-10-23 Thread Steve Langasek
This bug was fixed in the package krb5 - 1.11.3+dfsg-3
Sponsored for Jackson Doak (noskcaj)

---
krb5 (1.11.3+dfsg-3) unstable; urgency=low

  [ Benjamin Kaduk ]
  * Update config.sub and config.guess, patch from upstream, Closes: #717840
  * Update Brazillian Portugese Translation, thanks Fernando Ike,
Closes: #719726
  * Bump the version of the gssrpc_clnt_create symbol.  The routine itself
was changed in a backwards-compatible way, but callers from the kadm5
libraries were changed to rely on the new behavior, Closes: #718275
  * Add symbols files for the kadm5 libraries.  The KADM5 API version number
was increased for the 1.11 release but the corresponding library sonames
were not, so we must indicate the behavior change ourself, Closes: #716772

  [ Sam Hartman ]
  * krb5-kdc depends on libverto-libev1, work around for #652699
  * Remove krb5-kdc conflict since it's more than one release cycle old
  * Add Benjamin Kaduk to uploaders

 -- Sam Hartman hartm...@debian.org  Sun, 25 Aug 2013 16:48:53 -0400

krb5 (1.11.3+dfsg-2) experimental; urgency=low

  * Run autoreconf to update configure based on aclocal patch

 -- Sam Hartman hartm...@debian.org  Sat, 08 Jun 2013 22:00:50 -0400

krb5 (1.11.3+dfsg-1) experimental; urgency=low

  *  New upstream version
  - Turns out 1.11.2+dfsg didn't include the pingpong fix, but this
does , Closes: #

 -- Sam Hartman hartm...@debian.org  Fri, 07 Jun 2013 21:31:03 -0400

krb5 (1.11.2+dfsg-2) experimental; urgency=low

  * Import upstream's patch to not warn or error on variadic macros,
Closes: #709824

 -- Benjamin Kaduk ka...@mit.edu  Sat, 25 May 2013 16:06:48 -0400

krb5 (1.11.2+dfsg-1) experimental; urgency=low

  * New upstream version, Closes: #697662
  - By not depending on texinfo, we avoid FTBFSing from its changes,
  Closes: #708711
  * Fix usage of keytabs gives Generic preauthentication failure while
getting initial credentials via upstream change to prefer keys in
the keytab
(Closes: #698534)
  * Fixed upstream kerberos password policy attributes missing from
kerberos.schema  (Closes:
#655381)
  * Remove arch-dep and arch-indep dependency in rules  (Closes: #708973)

 -- Sam Hartman hartm...@debian.org  Thu, 23 May 2013 21:56:23 -0400

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

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

Title:
  Sync krb5 1.11.3+dfsg-3 (main) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/krb5/+bug/1243548/+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 392097] Re: vmbuilder ignores mac option when using bridge network

2013-10-23 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/lucid-proposed/vm-builder

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

Title:
  vmbuilder ignores mac option when using bridge network

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/392097/+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 1243607] Re: Ubuntu 13.10 pl2303 hl340 64 bits problem

2013-10-23 Thread dcialdella
I change the USB MODE in the BIOS of the notebook.
Now it is in LEGACY MODE.

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

Title:
  Ubuntu 13.10 pl2303 hl340 64 bits problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/minicom/+bug/1243607/+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 1243607] Re: Ubuntu 13.10 pl2303 hl340 64 bits problem

2013-10-23 Thread dcialdella
I don't know the right PACKAGE AREA, asorry about it,
Its a USB-SERIAL pl2303 area.
(usb serial and pl2302 are modules)

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

Title:
  Ubuntu 13.10 pl2303 hl340 64 bits problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/minicom/+bug/1243607/+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 1243607] [NEW] Ubuntu 13.10 pl2303 hl340 64 bits problem

2013-10-23 Thread dcialdella
Public bug reported:

I installed a fresh Ubuntu 13.10 64 bits in a new Asus I7 A55A. Standard 
install . All run perfect.
I connect a USB-Serial adapter model HL340, it has pl2303 chip but NEVER appear 
the /dev/ttysUSB0 device.

In other machines I found inmediatelly a new 
/dev/ttyUSB0
and all work perfectly.

I see in dmesg, signal that a device is connected
usb 3-1: new full speed USB device using uhci_and address 3

But in the Asus i7 the device never appear.

I run

#  lsusb 
Bus 008 Device 002: ID 0a5c:217f Broadcom Corp. 
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 036: ID 2773:0104 
..
Bus 002 Device 036: ID 2773:0104 

and see others devices (v 1.1, v2 and v3) BUT I don't see the device.

I read near 100 internet pages and Found this

# modprobe pl2303 vendor=0x4348 product=0x5523 --force

And I found it in
# lsusb
Bus 003 Device 003: ID 4348:5523 WinChipHead USB-RS 232 adapter with Prolifec 
PL 2303 chipset

But again, i never found the
/dev/ttysUSB0


I have some dudes:
* the hardware is HL340, but the module should be usbserial? pl2303? both?
* i used the --force to load the module, but Iḿ not sure is the right module.
* In a 32 bits environment it works as /dev/ttysUSB0, may be the 64 bits is the 
problem?
* Its a very know hardware, but it doesn't work with 13.10 and 10-2013 ?

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

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

Title:
  Ubuntu 13.10 pl2303 hl340 64 bits problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/minicom/+bug/1243607/+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 1243607] Re: Ubuntu 13.10 pl2303 hl340 64 bits problem

2013-10-23 Thread dcialdella
In another notebook with   i686 3.11.0-12-generic it works.-


** Description changed:

  I installed a fresh Ubuntu 13.10 64 bits in a new Asus I7 A55A. Standard 
install . All run perfect.
  I connect a USB-Serial adapter model HL340, it has pl2303 chip but NEVER 
appear the /dev/ttysUSB0 device.
  
- In other machines I found inmediatelly a new 
- /dev/ttyUSB0
+ In other machines I found inmediatelly a new
+ /dev/ttyUSB0
  and all work perfectly.
  
  I see in dmesg, signal that a device is connected
- usb 3-1: new full speed USB device using uhci_and address 3
+ usb 3-1: new full speed USB device using uhci_and address 3
  
  But in the Asus i7 the device never appear.
  
  I run
  
- #  lsusb 
- Bus 008 Device 002: ID 0a5c:217f Broadcom Corp. 
+ #  lsusb
+ Bus 008 Device 002: ID 0a5c:217f Broadcom Corp.
  Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
- Bus 002 Device 036: ID 2773:0104 
+ Bus 002 Device 036: ID 2773:0104
  ..
- Bus 002 Device 036: ID 2773:0104 
+ Bus 002 Device 036: ID 2773:0104
  
  and see others devices (v 1.1, v2 and v3) BUT I don't see the device.
  
  I read near 100 internet pages and Found this
  
  # modprobe pl2303 vendor=0x4348 product=0x5523 --force
  
  And I found it in
  # lsusb
  Bus 003 Device 003: ID 4348:5523 WinChipHead USB-RS 232 adapter with 
Prolifec PL 2303 chipset
  
  But again, i never found the
- /dev/ttysUSB0
- 
+ /dev/ttysUSB0
  
  I have some dudes:
  * the hardware is HL340, but the module should be usbserial? pl2303? both?
  * i used the --force to load the module, but Iḿ not sure is the right module.
  * In a 32 bits environment it works as /dev/ttysUSB0, may be the 64 bits is 
the problem?
  * Its a very know hardware, but it doesn't work with 13.10 and 10-2013 ?

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

Title:
  Ubuntu 13.10 pl2303 hl340 64 bits problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/minicom/+bug/1243607/+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 1242780] Re: neutron-openvswitch-agent: mistake on upstart script

2013-10-23 Thread Roslyakov Andrey
** Changed in: neutron (Ubuntu)
   Status: New = Invalid

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

Title:
  neutron-openvswitch-agent: mistake on upstart script

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/neutron/+bug/1242780/+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 1242743] Re: space before ; breaks php.ini parsing

2013-10-23 Thread brainstorm
Yeah, good point regarding the interactive prompt, maybe it is not worth
the hassle, one could wait for upstream to converge.

Thanks for your attention!

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

Title:
  space before ; breaks php.ini parsing

To manage notifications about this bug go to:
https://bugs.launchpad.net/php/+bug/1242743/+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 1241803] Re: During Distribution Upgrade could not install 'nova-common'

2013-10-23 Thread Brian Murray
It seems to be an issue with the upgrade of the nova-common package.
Details are available in VarLogDistupgradeAptterlog.txt.  Some of the
error follows:

2013-10-18 14:30:04.825 30731 TRACE nova   File 
/usr/lib/python2.7/dist-packages/sqlalchemy/util/compat.py, line 195, in 
raise_from_cause^M
2013-10-18 14:30:04.825 30731 TRACE nova reraise(type(exception), 
exception, tb=exc_tb)^M
2013-10-18 14:30:04.825 30731 TRACE nova   File 
/usr/lib/python2.7/dist-packages/sqlalchemy/engine/base.py, line 867, in 
_execute_context^M
2013-10-18 14:30:04.825 30731 TRACE nova context)^M
2013-10-18 14:30:04.825 30731 TRACE nova   File 
/usr/lib/python2.7/dist-packages/sqlalchemy/engine/default.py, line 324, in 
do_execute^M
2013-10-18 14:30:04.825 30731 TRACE nova cursor.execute(statement, 
parameters)^M
2013-10-18 14:30:04.825 30731 TRACE nova OperationalError: (OperationalError) 
table block_device_mapping has no column named virtual_name u'CREATE INDEX 
block_device_mapping_instance_uuid_virtual_name_device_name_idx ON 
block_device_mapping (instance_uuid, virtual_name, device_name)' ()^M
2013-10-18 14:30:04.825 30731 TRACE nova ^M
dpkg: error processing nova-common (--configure):^M
 subprocess installed post-installation script returned error exit status 1^M


** Package changed: ubuntu-release-upgrader (Ubuntu) = nova (Ubuntu)

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

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

Title:
  During Distribution Upgrade could not install 'nova-common'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1241803/+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 1241803] [NEW] During Distribution Upgrade could not install 'nova-common'

2013-10-23 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

subprocess installed post-installation script returned error exit status
1

Report bug errors out due to inability to run chromium as root.
--- 
ApportVersion: 2.12.5-0ubuntu2
Architecture: amd64
CrashDB: ubuntu
DistroRelease: Ubuntu 13.10
MarkForUpload: True
NonfreeKernelModules: nvidia
Package: ubuntu-release-upgrader (not installed)
ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
Tags:  saucy dist-upgrade
Uname: Linux 3.11.0-12-generic x86_64
UpgradeStatus: Upgraded to saucy on 2013-10-18 (4 days ago)
UserGroups: adm admin audio cdrom dialout libvirtd lpadmin plugdev sambashare 
vboxusers

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


** Tags: apport-collected dist-upgrade saucy
-- 
During Distribution Upgrade could not install 'nova-common'
https://bugs.launchpad.net/bugs/1241803
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to nova 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


[Bug 1243741] [NEW] apache2 asserts on reload - GLib-GObject-CRITICAL + g_boxed_type_register_static

2013-10-23 Thread David Favor
Public bug reported:

service apache2 restart works...

[Wed Oct 23 09:58:47.171246 2013] [core:warn] [pid 30408] AH00098: pid file 
/var/run/apache2/apache2.pid overwritten -- Unclean shutdown of previous Apache 
run?
[Wed Oct 23 09:58:47.175859 2013] [mpm_prefork:notice] [pid 30408] AH00163: 
Apache/2.4.6 (Ubuntu) PHP/5.5.3-1ubuntu2 configured -- resuming normal 
operations
[Wed Oct 23 09:58:47.175938 2013] [core:notice] [pid 30408] AH00094: Command 
line: '/usr/sbin/apache2'

service apache2 reload fails...

[Wed Oct 23 10:02:15.429601 2013] [mpm_prefork:notice] [pid 30591]
AH00171: Graceful restart requested, doing restart

(process:30591): GLib-GObject-CRITICAL **: g_boxed_type_register_static: 
assertion 'g_type_from_name (name) == 0' failed
**
ERROR:gda-init.c:166:gda_init: assertion failed: (type)
[Wed Oct 23 10:02:15.495609 2013] [core:notice] [pid 30591] AH00060: seg fault 
or similar nasty error detected in the parent process

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

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

Title:
  apache2 asserts on reload - GLib-GObject-CRITICAL +
  g_boxed_type_register_static

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1243741/+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 1243748] [NEW] open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module failed to build

2013-10-23 Thread vijayanand Dubey
Public bug reported:

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

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: open-vm-dkms 2011.12.20-562307-0ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-42.65~precise1-generic 3.5.7.21
Uname: Linux 3.5.0-42-generic i686
ApportVersion: 2.0.1-0ubuntu17.5
Architecture: i386
DKMSKernelVersion: 3.5.0-41-generic
Date: Wed Oct 23 10:46:02 2013
InstallationMedia: Ubuntu 12.04.2 LTS Precise Pangolin - Release i386 
(20130213)
MarkForUpload: True
PackageArchitecture: all
PackageVersion: 2011.12.20-562307-0ubuntu1
SourcePackage: open-vm-tools
Title: open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module 
failed to build
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: open-vm-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 precise

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

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/1243748/+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 1243748] Re: open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module failed to build

2013-10-23 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

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/1243748/+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 1243762] [NEW] [MIR] juju-core, golang

2013-10-23 Thread James Page
Public bug reported:

MIR for juju-core and toolchain for Trusty

** Affects: golang (Ubuntu)
 Importance: High
 Status: New

** Affects: juju-core (Ubuntu)
 Importance: High
 Status: New

** Affects: golang (Ubuntu Trusty)
 Importance: High
 Status: New

** Affects: juju-core (Ubuntu Trusty)
 Importance: High
 Status: New

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

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

** Also affects: juju-core (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Changed in: golang (Ubuntu Trusty)
   Importance: Undecided = High

** Changed in: juju-core (Ubuntu Trusty)
   Importance: Undecided = High

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

Title:
  [MIR] juju-core, golang

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang/+bug/1243762/+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 1243790] [NEW] lxc-ubuntu-cloud should use $HOME/.cache if not root

2013-10-23 Thread Serge Hallyn
Public bug reported:

If creating a container as non-root, lxc-ubuntu-cloud should

   1. use the /var/cache/lxc/ image if it exists, otherwise download into 
$HOME/.cache
   2. if not root, skip /dev/* at untar.

** Affects: lxc (Ubuntu)
 Importance: High
 Assignee: Scott Moser (smoser)
 Status: Triaged

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

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

** Changed in: lxc (Ubuntu)
 Assignee: (unassigned) = Scott Moser (smoser)

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

Title:
  lxc-ubuntu-cloud should use $HOME/.cache if not root

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1243790/+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 1195816] Re: OOPS priv_sock_get_cmd, when writing file

2013-10-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  OOPS priv_sock_get_cmd, when writing file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/1195816/+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 1195816] Re: OOPS priv_sock_get_cmd, when writing file

2013-10-23 Thread Dirk Schuster
Same in Saucy.

 I add following option: seccomp_sandbox=NO

this worked in saucy, also

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

Title:
  OOPS priv_sock_get_cmd, when writing file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/1195816/+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 1159715] Re: winbind_krb5_locator plugin is missing from winbind 3.6.3

2013-10-23 Thread Bug Watch Updater
** Changed in: samba (Debian)
   Status: New = Fix Released

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

Title:
  winbind_krb5_locator plugin is missing from winbind 3.6.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1159715/+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 1243850] [NEW] php5 broken after Saucy 13.10 upgrade

2013-10-23 Thread David Favor
Public bug reported:

Unsure if package should be apache2 or php5. Setting to apache2 for now.

At first this appeared to be some sort of apache-2.4.6 configuration problem
and the deeper down the Rabbit Hole I go... the more I think this may be some
sort of bug.

---

After upgrading from 13.04 to 13.10 + adding Require all granted where 
appropriate,
all php files are returned as text rather than executing.

No info in error.log (with LogLevel debug) only access.log shows the
file returned.

It appears the relationship between .php files + x-httpd-php handler is
somehow broken.

I've tried debugging via strace + apache2 -X with no joy.

Questions are...

1) What's the best way to debug this situation?

2) If this is a known problem, what's the fix?

-

server-status shows...

Server Version: Apache/2.4.6 (Ubuntu) PHP/5.5.3-1ubuntu2
Server MPM: prefork
Server Built: Aug 9 2013 14:28:56

server-info shows...

In file: /etc/apache2/mods-enabled/php5.conf
   1: FilesMatch .+\.ph(p[345]?|t|tml)$
   2:   SetHandler application/x-httpd-php
: /FilesMatch
   5: FilesMatch .+\.phps$
   6:   SetHandler application/x-httpd-php-source
: /FilesMatch

net1# apt-get install libapache2-mod-php5
Reading package lists... Done
Building dependency tree   
Reading state information... Done
libapache2-mod-php5 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Config for directory in question...

Directory /.../phptest
AllowOverride All 
Options +ExecCGI
AddHandler cgi-script .php .cgi .pl .sh 
Require all granted
/Directory

In the directory is a file phpinfo.php with following characteristics...

net1# find phptest -ls
98355754 drwxr-xr-x   2 www-data www-data 4096 Oct 23 11:41 phptest
98355734 -rwxr-xr-x   1 www-data www-data   17 Oct 23 10:36 
phptest/phpinfo.php

The file contains...

net1# cat phptest/phpinfo.php 
? phpinfo() ?;

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

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

Title:
  php5 broken after Saucy 13.10 upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1243850/+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 1243741] Re: apache2 asserts on reload - GLib-GObject-CRITICAL + g_boxed_type_register_static

2013-10-23 Thread David Favor
Only occurs if php5-snmp is installed + snmp has not been configured.

Fix is to either deinstall php5-snmp or configure snmp.

Close + marked as fixed.

Thanks.

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

Title:
  apache2 asserts on reload - GLib-GObject-CRITICAL +
  g_boxed_type_register_static

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1243741/+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 1243741] Re: apache2 asserts on reload - GLib-GObject-CRITICAL + g_boxed_type_register_static

2013-10-23 Thread David Favor
Oops... updated wrong bug...

This bug should stay open.

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

Title:
  apache2 asserts on reload - GLib-GObject-CRITICAL +
  g_boxed_type_register_static

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1243741/+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 1243850] Re: php5 broken after Saucy 13.10 upgrade

2013-10-23 Thread David Favor
Mark as fixed.

The fix is to replace deprecated ? ... ? with ?php ... ? as in this
script...

?php print_r (phpinfo()); ?

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

Title:
  php5 broken after Saucy 13.10 upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1243850/+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 1243861] [NEW] juju should add the cloud-archive repository differently

2013-10-23 Thread Andres Rodriguez
Public bug reported:

Juju doing the following cloud-config doesn't ensure that the key can be
obtained from the keyserver in order to access the cloud-archive. This
means that juju's cloud config tells cloud-init to access the keyserver
directly. In environments behind a proxy, they key server might not be
reachable.

- source: deb http://ubuntu-cloud.archive.canonical.com/ubuntu 
precise-updates/cloud-tools
main
  keyid: EC4926EA

cloud-init.log:Oct 23 18:08:26 node01 [CLOUDINIT] 
cc_apt_update_upgrade.py[WARNING]: Source Error: deb 
http://ubuntu-cloud.archive.canonical.c
om/ubuntu precise-updates/cloud-tools main:failed to get key from 
keyserver.ubuntu.com
cloud-init-output.log:2013-10-23 18:08:26,764 - 
cc_apt_update_upgrade.py[WARNING]: Source Error: deb 
http://ubuntu-cloud.archive.canonical.com
/ubuntu precise-updates/cloud-tools main:failed to get key from 
keyserver.ubuntu.com

A better approach could be using add-apt-repository instead of trying to
import the key.  Another option could be to install ubuntu-cloud-keyring
package.

** Affects: juju-core (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  Juju doing the following cloud-config doesn't ensure that the key can be
  obtained from the keyserver in order to access the cloud-archive.
  
  - source: deb http://ubuntu-cloud.archive.canonical.com/ubuntu 
precise-updates/cloud-tools
- main
-   keyid: EC4926EA
+ main
+   keyid: EC4926EA
  
- A better approach could be using add-apt-repository or instead of trying
- to import the key, would be to install ubuntu-cloud-keyring package.
+ cloud-init.log:Oct 23 18:08:26 node01 [CLOUDINIT] 
cc_apt_update_upgrade.py[WARNING]: Source Error: deb 
http://ubuntu-cloud.archive.canonical.c
+ om/ubuntu precise-updates/cloud-tools main:failed to get key from 
keyserver.ubuntu.com
+ cloud-init-output.log:2013-10-23 18:08:26,764 - 
cc_apt_update_upgrade.py[WARNING]: Source Error: deb 
http://ubuntu-cloud.archive.canonical.com
+ /ubuntu precise-updates/cloud-tools main:failed to get key from 
keyserver.ubuntu.com
+ 
+ 
+ A better approach could be using add-apt-repository or instead of trying to 
import the key, would be to install ubuntu-cloud-keyring package.

** Description changed:

  Juju doing the following cloud-config doesn't ensure that the key can be
  obtained from the keyserver in order to access the cloud-archive.
  
  - source: deb http://ubuntu-cloud.archive.canonical.com/ubuntu 
precise-updates/cloud-tools
  main
    keyid: EC4926EA
  
  cloud-init.log:Oct 23 18:08:26 node01 [CLOUDINIT] 
cc_apt_update_upgrade.py[WARNING]: Source Error: deb 
http://ubuntu-cloud.archive.canonical.c
  om/ubuntu precise-updates/cloud-tools main:failed to get key from 
keyserver.ubuntu.com
  cloud-init-output.log:2013-10-23 18:08:26,764 - 
cc_apt_update_upgrade.py[WARNING]: Source Error: deb 
http://ubuntu-cloud.archive.canonical.com
  /ubuntu precise-updates/cloud-tools main:failed to get key from 
keyserver.ubuntu.com
  
- 
- A better approach could be using add-apt-repository or instead of trying to 
import the key, would be to install ubuntu-cloud-keyring package.
+ A better approach could be using add-apt-repository instead of trying to
+ import the key.  Another option could be to install ubuntu-cloud-keyring
+ package.

** Description changed:

  Juju doing the following cloud-config doesn't ensure that the key can be
- obtained from the keyserver in order to access the cloud-archive.
+ obtained from the keyserver in order to access the cloud-archive. This
+ means that juju's cloud config tells cloud-init to access the keyserver
+ directly. In environments behind a proxy, they key server might not be
+ reachable.
  
  - source: deb http://ubuntu-cloud.archive.canonical.com/ubuntu 
precise-updates/cloud-tools
  main
    keyid: EC4926EA
  
  cloud-init.log:Oct 23 18:08:26 node01 [CLOUDINIT] 
cc_apt_update_upgrade.py[WARNING]: Source Error: deb 
http://ubuntu-cloud.archive.canonical.c
  om/ubuntu precise-updates/cloud-tools main:failed to get key from 
keyserver.ubuntu.com
  cloud-init-output.log:2013-10-23 18:08:26,764 - 
cc_apt_update_upgrade.py[WARNING]: Source Error: deb 
http://ubuntu-cloud.archive.canonical.com
  /ubuntu precise-updates/cloud-tools main:failed to get key from 
keyserver.ubuntu.com
  
  A better approach could be using add-apt-repository instead of trying to
  import the key.  Another option could be to install ubuntu-cloud-keyring
  package.

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

Title:
  juju should add the cloud-archive repository differently

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-core/+bug/1243861/+subscriptions

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

Re: [Bug 1243403] [NEW] Upgrade from qemu 1.0+noroms-0ubuntu14.11 fails

2013-10-23 Thread Serge Hallyn
Thanks for reporting this bug.

In raring, qemu-utils had Replaces: qemu-kvm.  In saucy it doesn't any more.
If you upgrade using do-release-upgrade a step at a time, you don't see
this error.  However, this will break LTS-to-LTS upgrades to trusty when
it is released.

qemu-utils must continue to have

Breaks: qemu-user ( 0.11.1-2), qemu-kvm ( 1.2.0.dfsg-1)
Replaces: qemu-user ( 0.11.1-2), qemu-kvm ( 1.2.0.dfsg-1)

 status: confirmed
 priority: high

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

Title:
  Upgrade from qemu  1.0+noroms-0ubuntu14.11 fails

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


[Blueprint servercloud-s-virtstack] Virtualization Stack Work for Saucy

2013-10-23 Thread Serge Hallyn
Blueprint changed by Serge Hallyn:

Work items changed:
  Work items:
  [serge-hallyn] (Dwight is pushing this, but has no lp id) Push fix for XFS 
and user namespaces: DONE
  [serge-hallyn] Fix lxc-net to be nestable with no user interaction: DONE
  [serge-hallyn] Write sysctl to disable unprivileged CLONE_NEWUSER: DONE
  [serge-hallyn] Exploit stacked apparmor profiles for container nesting: 
BLOCKED
  [serge-hallyn] Ask jjohansen about any apparmor kernel/userspace packages we 
can put in ubuntu-lxc ppa for testing stacked (0.5): DONE
  [serge-hallyn] Bisect kernel signal delivery bug affecting lxc: DONE
  [serge-hallyn] Improve cgroup support in nested case: DONE
  [serge-hallyn] write POC of nestable cgroup manager: POSTPONED
  [serge-hallyn] Pursue subuid patchset for shadow: DONE
  [serge-hallyn] Enable unprivileged container creation: DONE
  [serge-hallyn] Write a privileged helper to facilitate unprivileged networked 
container: DONE
  [serge-hallyn] Enable unprivileged container starting (network): POSTPONED
  [serge-hallyn] Enable unprivileged container starting (cgroups): DONE
  [serge-hallyn] Enable unprivileged container starting (complete): POSTPONED
  [serge-hallyn] Add console support to API (Dwight): DONE
  [serge-hallyn] Add attach support to API (Christian): DONE
  [serge-hallyn] Convert create to API: DONE
  [serge-hallyn] Convert stop to API: DONE
  [serge-hallyn] Convert destroy to API: DONE
  [serge-hallyn] List lxc programs to be converted to API 
(https://wiki.ubuntu.com/LxcAPIConversion): DONE
  [serge-hallyn] Update locking in API to handle killed programs: DONE
  [serge-hallyn] Update container creation to handle SIGKILL (using 'partial' 
file): DONE
  [serge-hallyn] Improve thread safety in API: DONE
  [serge-hallyn] Discuss upstream stable branches with upstream (sent email to 
list): DONE
  [serge-hallyn] Get CONFIG_USER_NS=y into kernel (as soon as saucy+1 opens): 
POSTPONED
  [serge-hallyn] Merge qemu 1.5.0: DONE
  [serge-hallyn] Write loopback backingstore driver: DONE
  [serge-hallyn] Write qemu-nbd backingstore driver: POSTPONED
  [serge-hallyn] Investigate openvswitch bridges by default in libvirt (1): DONE
  [serge-hallyn] Merge cgroup-lite into libcgroup (depends on libcgroup 
sysvinit scripts): POSTPONED
  [serge-hallyn] Default-off support for per-user cgroup configuration at 
boot/login: POSTPONED
  [smoser] Ensure that lxc-ubuntu-cloud can be used with cloudinit for 
openstack: DONE
  [serge-hallyn] start live block migration testing using juju of libvirt+kvm 
with local storage (1): DONE
  [smoser] use simplestreams to provide secure ubuntu-cloud deliver to lxc: 
POSTPONED
  [zulcss] Merge libvirt 1.0.6: DONE
  [serge-hallyn] no-change libvirt push to pick up new xen libraries (0): 
BLOCKED
  [smb] Pick up upstream Xen-4.3 release: DONE
  [smb] Refresh Debian/Ubuntu patches against Xen: DONE
  [smb] Decide how to include qemu-upstream: DONE
  [smb] Update packaging to allow libvirt to build the libxl driver: DONE
  [smb] Unit testing with xm and xl stack (native and libvirt): DONE
  [smb] Enable Xen compile for armhf: DONE
  [smb] Merge xen 4.3: DONE
  [zulcss] Write a nova using the lxc API: INPROGRESS
  
  Work items for ubuntu-13.09:
  [serge-hallyn] Work distro lxc tests upstream (2 @ sep 25): DONE
  [serge-hallyn] Address monitor versioning in lxc (1): DONE
  [zulcss] Push nova-lxc driver upstream: TODO
  [serge-hallyn] Add snapshot support to API (3): DONE
  [serge-hallyn] Discuss API versioning of library and (python, lua, etc) hooks 
at plumbers (3 @ sep 17): DONE
  [serge-hallyn] complete live block migration testing (using juju?) of 
libvirt+kvm with local storage (1 @ sep 23): DONE
  [zulcss] Follow up with Citrix's plans for xcp: TODO
  [smb] PUsh xen 4.3 to archive: DONE
  
  Work items for ubuntu-13.10:
  [serge-hallyn] Pursue patch for ovmf to provide save/restore of nvvars to 
support boot variables (3 @ oct 7): POSTPONED
- [serge-hallyn] live block migration testing using juju of libvirt+kvm with 
ceph (2 @ oct 2): INPROGRESS
+ [serge-hallyn] live block migration testing using juju of libvirt+kvm with 
ceph (2 @ oct 2): POSTPONED
  [zulcss] Fix apparmor bug preventing libvirt-lxc from mounting blockdevs: TODO

-- 
Virtualization Stack Work for Saucy
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-virtstack

-- 
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 727514] Re: at now fails during autumn daylight saving change

2013-10-23 Thread linuxwrangler
Ubuntu 13.04, at version 3.1.14. Still broken.

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

Title:
  at now fails during autumn daylight saving change

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/at/+bug/727514/+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 1243403] Re: Upgrade from qemu 1.0+noroms-0ubuntu14.11 fails

2013-10-23 Thread Serge Hallyn
** Changed in: qemu (Ubuntu)
   Importance: Undecided = High

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

** Changed in: qemu (Ubuntu)
 Assignee: (unassigned) = Serge Hallyn (serge-hallyn)

** Also affects: qemu (Ubuntu Saucy)
   Importance: Undecided
   Status: New

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

Title:
  Upgrade from qemu  1.0+noroms-0ubuntu14.11 fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1243403/+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 1243917] [NEW] 'maas createsuperuser' errors out if no email address is entered.

2013-10-23 Thread Patricia Gaughen
Public bug reported:

Was getting MAAS setup on my system, just to play with it, and didn't
enter an email address.  The tool didn't complain about leaving the
email address blank, but when the the tool exited the superuser wasn't
created and an error message was displayed.

Here is the output (and yes, I tried to leave the password blank too..
but note the command complained about leaving it blank)

gaughen@glitter:~$ sudo maas createsuperuser
Username (leave blank to use 'root'): maas_admin
Email address: 
Password: 
Password (again): 
Error: Blank passwords aren't allowed.
Password: 
Password (again): 
IntegrityError: duplicate key value violates unique constraint 
auth_user_email_key
DETAIL:  Key (email)=() already exists.

I think the correct behavior, if the email address is truly required, is
to produce an error message similar to when you try to leave the
password blank.

** Affects: maas
 Importance: Undecided
 Status: New

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

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

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

Title:
  'maas createsuperuser' errors out if no email address is entered.

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1243917/+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 1204616] Re: AppArmor profile libvirt is incomplete

2013-10-23 Thread Launchpad Bug Tracker
This bug was fixed in the package libvirt - 1.1.1-0ubuntu9

---
libvirt (1.1.1-0ubuntu9) trusty; urgency=low

  * debian/apparmor/usr.sbin.libvirtd: add audit_write capability
(LP: #1204616)
 -- Serge Hallyn serge.hal...@ubuntu.com   Wed, 23 Oct 2013 14:09:04 -0500

** Changed in: libvirt (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  AppArmor profile libvirt is incomplete

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1204616/+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 1243917] Re: 'maas createsuperuser' errors out if no email address is entered.

2013-10-23 Thread Jeroen T. Vermeulen
** Changed in: maas
Milestone: None = 14.04

** Changed in: maas
 Assignee: (unassigned) = Jeroen T. Vermeulen (jtv)

** Changed in: maas
   Importance: Undecided = High

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

Title:
  'maas createsuperuser' errors out if no email address is entered.

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1243917/+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 1037723] Re: [SRU] move walinuxagent init functionality to cloud-init

2013-10-23 Thread Ben Howard
** Changed in: walinuxagent (Ubuntu Raring)
   Importance: Undecided = Medium

** Changed in: cloud-init (Ubuntu Raring)
   Importance: Undecided = Medium

** Changed in: cloud-init (Ubuntu Quantal)
   Status: New = Won't Fix

** Changed in: walinuxagent (Ubuntu Quantal)
   Status: New = Won't Fix

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

Title:
  [SRU] move walinuxagent init functionality to cloud-init

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1037723/+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 1231490] Re: [SRU] cloud-init should handle formating the azure disks

2013-10-23 Thread Ben Howard
Verified both upgrade and new image paths. Marking as verification-done.

** Changed in: cloud-init (Ubuntu)
   Importance: Undecided = Medium

** Changed in: cloud-init (Ubuntu Precise)
   Importance: Undecided = Medium

** Changed in: cloud-init (Ubuntu Raring)
   Importance: Undecided = Medium

** Changed in: cloud-init (Ubuntu Quantal)
   Importance: Undecided = Low

** Changed in: walinuxagent (Ubuntu Precise)
   Importance: Undecided = Medium

** Changed in: walinuxagent (Ubuntu Quantal)
   Importance: Undecided = Medium

** Changed in: walinuxagent (Ubuntu Raring)
   Importance: Undecided = Medium

** Changed in: walinuxagent (Ubuntu Quantal)
   Importance: Medium = Low

** Tags removed: verification-needed
** Tags added: cloud-images verification-done windows-azure

** Changed in: cloud-init (Ubuntu Precise)
 Assignee: (unassigned) = Ben Howard (utlemming)

** Changed in: cloud-init (Ubuntu Quantal)
 Assignee: (unassigned) = Ben Howard (utlemming)

** Changed in: cloud-init (Ubuntu Raring)
 Assignee: (unassigned) = Ben Howard (utlemming)

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

Title:
  [SRU] cloud-init should handle formating the azure disks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1231490/+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 1195524] Re: race condition / transient failure to provision

2013-10-23 Thread Ben Howard
** Changed in: walinuxagent (Ubuntu Precise)
   Status: New = Fix Committed

** Changed in: walinuxagent (Ubuntu Precise)
   Importance: Undecided = Medium

** Changed in: walinuxagent (Ubuntu Raring)
   Importance: Undecided = Medium

** Changed in: walinuxagent (Ubuntu)
 Assignee: (unassigned) = Ben Howard (utlemming)

** Changed in: walinuxagent (Ubuntu Precise)
 Assignee: (unassigned) = Ben Howard (utlemming)

** Changed in: walinuxagent (Ubuntu Raring)
 Assignee: (unassigned) = Ben Howard (utlemming)

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

Title:
  race condition / transient failure to provision

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1195524/+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 1188820] Re: shadow file permissions broken

2013-10-23 Thread Ben Howard
** Changed in: walinuxagent (Ubuntu Precise)
   Importance: Undecided = Medium

** Changed in: walinuxagent (Ubuntu Raring)
   Importance: Undecided = Medium

** Changed in: walinuxagent (Ubuntu Precise)
 Assignee: (unassigned) = Ben Howard (utlemming)

** Changed in: walinuxagent (Ubuntu Raring)
 Assignee: (unassigned) = Ben Howard (utlemming)

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

Title:
  shadow file permissions broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1188820/+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 1233315] Re: [SRU] cloud-init needs backport of SmartOS w/ ephemeral disk support

2013-10-23 Thread Ben Howard
Verified both upgrade and new image paths. Marking as verification-done.

** Changed in: cloud-init (Ubuntu Quantal)
   Status: In Progress = Won't Fix

** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  [SRU] cloud-init needs backport of SmartOS w/ ephemeral disk support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1233315/+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 1193380] Re: resource disk mounted at /mnt/resource should be /mnt

2013-10-23 Thread Ben Howard
** Changed in: walinuxagent (Ubuntu Precise)
   Importance: Undecided = Critical

** Changed in: walinuxagent (Ubuntu Precise)
   Importance: Critical = Medium

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

** Changed in: walinuxagent (Ubuntu Raring)
   Importance: Undecided = Medium

** Changed in: walinuxagent (Ubuntu Precise)
 Assignee: (unassigned) = Ben Howard (utlemming)

** Changed in: walinuxagent (Ubuntu Raring)
 Assignee: (unassigned) = Ben Howard (utlemming)

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

Title:
  resource disk mounted at /mnt/resource should be /mnt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1193380/+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 1193404] Re: -verbose flag causes stack trace

2013-10-23 Thread Ben Howard
** Changed in: walinuxagent (Ubuntu Precise)
   Status: New = Fix Released

** Changed in: walinuxagent (Ubuntu Precise)
   Importance: Undecided = Medium

** Changed in: walinuxagent (Ubuntu Raring)
   Importance: Undecided = Medium

** Changed in: walinuxagent (Ubuntu Precise)
 Assignee: (unassigned) = Ben Howard (utlemming)

** Changed in: walinuxagent (Ubuntu Raring)
 Assignee: (unassigned) = Ben Howard (utlemming)

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

Title:
  -verbose flag causes stack trace

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1193404/+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 882825] Re: Does not save the configuration file under ~/.config/

2013-10-23 Thread Robie Basak
 the right location for configuration file storage which is under
~/.config/ and ~/.cache/

I understand that this is what the XDG spec says, but has there actually
been consensus in Debian or Ubuntu that all packages should migrate to
this?

** Changed in: w3m (Ubuntu)
   Importance: Undecided = Wishlist

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

Title:
  Does not save the configuration file under ~/.config/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/adobe-flashplugin/+bug/882825/+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 1243917] Re: 'maas createsuperuser' errors out if no email address is entered.

2013-10-23 Thread Jeroen T. Vermeulen
For the historical record:

 * createsuperuser is a Django built-in command, not our code.
 * We have our own MAAS-tailored version, createadmin.
 * The email field must be unique and non-null, but can be empty.
 * MAAS already creates a system user with empty email address.
 * A null email address would be the right way to do this, but Django's 
supports null values more or less as an afterthought.

The simple fix is to update the documentation, so it always points users
to createadmin, not createsuperuser.

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

Title:
  'maas createsuperuser' errors out if no email address is entered.

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1243917/+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 1243850] Re: php5 broken after Saucy 13.10 upgrade

2013-10-23 Thread Robie Basak
Thanks.

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

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

Title:
  php5 broken after Saucy 13.10 upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1243850/+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 1242726] Re: [MIR] php5-common is missing dependency on php5-json

2013-10-23 Thread Robie Basak
** Changed in: php-json (Ubuntu)
   Importance: Undecided = High

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

Title:
  [MIR] php5-common is missing dependency on php5-json

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php-json/+bug/1242726/+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 1243476] Re: ubuntu 13.04 to 13.10 upgrade breaks web interface

2013-10-23 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

This was fixed in Debian 3.3.0-1 and needs a merge.

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

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

** Summary changed:

- ubuntu 13.04 to 13.10 upgrade breaks web interface
+ Apache 2.4 transition broke the web interface

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

** Changed in: backuppc (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  Apache 2.4 transition broke the web interface

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backuppc/+bug/1243476/+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 1243476] Re: Apache 2.4 transition broke the web interface

2013-10-23 Thread Robie Basak
A workaround is available but on second thoughts this seems like
essential package functionality to me.

** Changed in: backuppc (Ubuntu)
   Importance: Medium = High

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

Title:
  Apache 2.4 transition broke the web interface

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backuppc/+bug/1243476/+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 882825] Re: Does not save the configuration file under ~/.config/

2013-10-23 Thread marmuta
** Changed in: onboard (Ubuntu)
   Status: New = Fix Released

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

Title:
  Does not save the configuration file under ~/.config/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/adobe-flashplugin/+bug/882825/+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 1243476] Re: Apache 2.4 transition broke the web interface

2013-10-23 Thread Bug Watch Updater
** Changed in: backuppc (Debian)
   Status: Unknown = Fix Released

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

Title:
  Apache 2.4 transition broke the web interface

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backuppc/+bug/1243476/+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 1241202] Re: Meta bug for tracking Openstack 2013.1.4 Stable Update

2013-10-23 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/raring-proposed/quantum

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

Title:
  Meta bug for tracking Openstack 2013.1.4 Stable Update

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1241202/+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 1243917] Re: 'maas createsuperuser' errors out if no email address is entered.

2013-10-23 Thread Gavin Panella
Can we create our own wrapper around django-admin (here spelled maas)
that only exposes the commands directly relevant to MAAS. We could have
a maas-django-admin too, for people who want to shoot at their feet.

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

Title:
  'maas createsuperuser' errors out if no email address is entered.

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1243917/+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 1244026] Re: curtin block-meta selects first entry in unordered list

2013-10-23 Thread Launchpad Bug Tracker
** Branch linked: lp:curtin

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

Title:
  curtin block-meta selects first entry in unordered list

To manage notifications about this bug go to:
https://bugs.launchpad.net/curtin/+bug/1244026/+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 1244026] Re: curtin block-meta selects first entry in unordered list

2013-10-23 Thread Scott Moser
** Also affects: curtin (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  curtin block-meta selects first entry in unordered list

To manage notifications about this bug go to:
https://bugs.launchpad.net/curtin/+bug/1244026/+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 1073410] Re: Package referenced by apt-get that does not exist / kernel module not loaded

2013-10-23 Thread PranavS
Any resolutions on this Need it badly...

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

Title:
  Package referenced by apt-get that does not exist / kernel module not
  loaded

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iscsitarget/+bug/1073410/+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 1244026] Re: curtin block-meta selects first entry in unordered list

2013-10-23 Thread Scott Moser
** Also affects: cloud-archive
   Importance: Undecided
   Status: New

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

Title:
  curtin block-meta selects first entry in unordered list

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1244026/+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 1218322] Re: Can't set keyboard layout change to alt+shift, ctrl+shift, etc.

2013-10-23 Thread Ratchanan Srirattanamet
Upgrade to:
gnome-control-center : 3.6.3-0ubuntu45
gnome-settings-daemon : 3.8.5-0ubuntu10

Now Alt+Shift worked. FYI, I've clear the xkb settings before upgrade
(as in comment #159). Is it possible to clear old settings during
upgrade package? (at least in /etc/default/keyboard)

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

Title:
  Can't set keyboard layout change to alt+shift, ctrl+shift, etc.

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

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


[Bug 1243431] Re: Ubuntu 13.10 64bit livecd won't boot unless acpi=off on Dell Optiplex 745

2013-10-23 Thread Hipolit Kwass
Under default condition the installer from dvd does not even boot, so
it's not possible to run the command.

All I could gather is in the included zip file according to the listing
regarding acpi issues.

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

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

Title:
  Ubuntu 13.10 64bit installer won't boot unless acpi=off on Dell
  Optiplex 745

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

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


[Bug 1238929] Re: Unity dash searches forever, no search results

2013-10-23 Thread Ratchanan Srirattanamet
I'm also affected from this problem. Install unity-scope-home fix it.

After I read comment #8, I run this command :
peat@peat-mac-ubuntu:~$ aptitude why unity-scope-home 
i   unity Recommends unity-scope-home
As if unity-scope-home isn't install, unity will not worked correctly, is it 
should be Depends on?

FYI, my upgrade to Saucy was interrupted, so I continue upgrade by run
sudo apt-get -f install and then sudo apt-get dist-upgrade. I also
upgrade another computer and it works fine. Is this related?

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

Title:
  Unity dash searches forever, no search results

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

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


[Bug 1243431] Re: Ubuntu 13.10 64bit installer won't boot unless acpi=off on Dell Optiplex 745

2013-10-23 Thread Hipolit Kwass
** Summary changed:

- Ubuntu 13.10 64bit livecd won't boot unless acpi=off on Dell Optiplex 745
+ Ubuntu 13.10 64bit installer won't boot unless acpi=off on Dell Optiplex 745

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

Title:
  Ubuntu 13.10 64bit installer won't boot unless acpi=off on Dell
  Optiplex 745

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

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


[Bug 1061195] Re: Can't create EWS or MAPI account

2013-10-23 Thread Giovanni Lovato
Confirmed on Ubuntu 13.10 64bit.

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

Title:
  Can't create EWS or MAPI account

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution-data-server/+bug/1061195/+subscriptions

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


[Bug 1237614] Re: Implement PasswordEchoOnEdit for the wifi passphrase textfield

2013-10-23 Thread Zsombor Egri
So you guys suggest to have a standalone PasswordInput component just
for password inputs? I do not see any reason to do that, it wouldn't
bring any value.

On the other hand I checked on desktop at least, that setting echoMode =
TextInput.PasswordEchoOnEdit shows the whole password as clear text
while editing, not only the last character entered, which I guess it is
not the desired way. TextInput documentation [1] states that
TextInput.PasswordEchoOnEdit - Displays characters as they are entered
while editing, otherwise identical to TextInput.Password. This to me
that only the character entered should be displayed, the rest should be
transformed into the passwordCharacter, however the functionailty does
not obey that thought. There was a bug opened for this [2] however
closed being invalid. I will open a bug to Qt in case the desired
functionality is the one I assume.

[1] 
http://qt-project.org/doc/qt-5.1/qtquick/qml-qtquick2-textinput.html#echoMode-prop
[2] https://bugreports.qt-project.org/browse/QTBUG-23873

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

Title:
  Implement PasswordEchoOnEdit for the wifi passphrase textfield

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1237614/+subscriptions

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


Re: [Bug 943195] Re: xpdf.real crashed with SIGSEGV in GooHash::hash()

2013-10-23 Thread Matthias Andree
This needs to be backported to precise, too.

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

Title:
  xpdf.real crashed with SIGSEGV in GooHash::hash()

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

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


[Bug 1243061] Re: bangla joint letter problem

2013-10-23 Thread shantanu saha
Is it that the default font doesn't support bangla? No

Which one or ones is it that solved your problem? I changed only
standard font to bangla first. but it didn't work. After that i changed
all four to bangl font. I will check all possible combination and let
you know.

do you mind attaching a screenshot of the corrupted text here? I
attached a screenshot of corrupted text in chromium. I post this bug
using firefox. Now i am using chromium.

Not screenshot of corrupted, but of uncorrupted. Sorry I didn't get
this.

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

Title:
  bangla joint letter problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1243061/+subscriptions

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


[Bug 1243539] [NEW] Black screen on Dell XPS 13 (L322X) with Ubuntu Gnome 13.10 x64 live media

2013-10-23 Thread Gorgonilla
Public bug reported:

I've booted from a live USB media of Ubuntu Gnome 13.10 on my Dell XPS 13 
(L322X) and the laptop screen is just black. Nothin happens if I press the fn 
key to adjust brightness.
I've connected an external monitor and the desktop is there, up and running 
(I'm using that session to report this bug right now).
On the same laptop, by upgrading from Raring (and staying with kernel 3.8) the 
laptop screen and brigthness adjustment works fine.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: linux-image-3.11.0-12-generic 3.11.0-12.19
ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
Uname: Linux 3.11.0-12-generic x86_64
ApportVersion: 2.12.5-0ubuntu2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  ubuntu-gnome   2757 F pulseaudio
CasperVersion: 1.336ubuntu1
Date: Wed Oct 23 06:13:39 2013
LiveMediaBuild: Ubuntu-GNOME 13.10 Saucy Salamander - Release amd64 (20131017)
MachineType: Dell Inc. Dell System XPS L322X
MarkForUpload: True
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi 
file=/cdrom/preseed/username.seed boot=casper quiet splash --
RelatedPackageVersions:
 linux-restricted-modules-3.11.0-12-generic N/A
 linux-backports-modules-3.11.0-12-generic  N/A
 linux-firmware 1.116
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/15/2013
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A09
dmi.board.name: 091F4Y
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: 0.1
dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd05/15/2013:svnDellInc.:pnDellSystemXPSL322X:pvr:rvnDellInc.:rn091F4Y:rvrA00:cvnDellInc.:ct8:cvr0.1:
dmi.product.name: Dell System XPS L322X
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug saucy

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

Title:
  Black screen on Dell XPS 13 (L322X) with Ubuntu Gnome 13.10 x64 live
  media

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

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


[Bug 1243433] Re: glance mirror stack traces

2013-10-23 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/simplestreams

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

Title:
  glance mirror stack traces

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

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


[Bug 1243536] [NEW] mediascanner FTBFS in trusty

2013-10-23 Thread Didier Roche
Public bug reported:

Seems like test 3 is timeouting on all architecture:

 2/21 Test  #2: build/filesystemscannertest ..   Passed0.39 sec
test 3
  Start  3: auto/filesystemscannertest

3: Test command: 
/build/buildd/mediascanner-0.3.93+14.04.20131023/obj-i686-linux-gnu/tests/auto/filesystemscannertest
3: Test timeout computed to be: 9.99988e+06
3: [==] Running 2 tests from 1 test case.
3: [--] Global test environment set-up.
3: filesystemscannertest[22092]: INFO info/index: Opening media index index at 
/build/buildd/mediascanner-0.3.93+14.04.20131023/obj-i686-linux-gnu/tests/run/filesystemscannertest/index.
3: filesystemscannertest[22092]: INFO info/index: Opening child index for 
/build/buildd/mediascanner-0.3.93+14.04.20131023/tests/media at 
/build/buildd/mediascanner-0.3.93+14.04.20131023/obj-i686-linux-gnu/tests/run/filesystemscannertest/index
3: [--] 2 tests from FileSystemScannerTest
3: [ RUN  ] FileSystemScannerTest.Test
3: filesystemscannertest[22092]: INFO info/metadata: Using grl-tmdb from 
/build/buildd/mediascanner-0.3.93+14.04.20131023/obj-i686-linux-gnu/tests/plugins/libgrltmdb.so
 to resolve metadata.
3: filesystemscannertest[22092]: INFO info/fs-scanner: Starting to monitor 
/build/buildd/mediascanner-0.3.93+14.04.20131023/tests/media mounted at /
3: filesystemscannertest[22092]: INFO info/index: Opening media index index at 
/build/buildd/mediascanner-0.3.93+14.04.20131023/obj-i686-linux-gnu/tests/run/filesystemscannertest/index.
3: filesystemscannertest[22092]: INFO info/index: Opening child index for 
/build/buildd/mediascanner-0.3.93+14.04.20131023/tests/media at 
/build/buildd/mediascanner-0.3.93+14.04.20131023/obj-i686-linux-gnu/tests/run/filesystemscannertest/index
3: filesystemscannertest[22092]: INFO info/fs-walker: Scanning 
/build/buildd/mediascanner-0.3.93+14.04.20131023/tests/media using media 
index at 
/build/buildd/mediascanner-0.3.93+14.04.20131023/obj-i686-linux-gnu/tests/run/filesystemscannertest/index
3: filesystemscannertest[22092]: INFO info/fs-walker: Scanning directory 
/build/buildd/mediascanner-0.3.93+14.04.20131023/tests/media
3: filesystemscannertest[22092]: WARNING warning/metadata: Metadata resolving 
task 1@grl-tmdb failed: grilo.error.general(5): Could not find mock content Key 
file does not have group 
'http://api.themoviedb.org/3/configuration?api_key=fakekey'
3: filesystemscannertest[22092]: INFO info/fs-walker: Finished scanning 
directories below 
/build/buildd/mediascanner-0.3.93+14.04.20131023/tests/media.
3: filesystemscannertest[22092]: INFO info/metadata: Waiting for pending 
metadata resolvers.
3: 
/build/buildd/mediascanner-0.3.93+14.04.20131023/tests/auto/filesystemscannertest.cpp:92:
 Failure
3: Value of: timeout_reached_
3:   Actual: true
3: Expected: false
3: 
/build/buildd/mediascanner-0.3.93+14.04.20131023/tests/auto/filesystemscannertest.cpp:195:
 Failure
3: Value of: resolver-is_idle()
3:   Actual: false
3: Expected: true


More information at 
https://launchpadlibrarian.net/154765847/buildlog_ubuntu-trusty-i386.mediascanner_0.3.93%2B14.04.20131023-0ubuntu1_FAILEDTOBUILD.txt.gz

** Affects: mediascanner
 Importance: Undecided
 Status: New

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

** Also affects: mediascanner
   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/1243536

Title:
  mediascanner FTBFS in trusty

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

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


[Bug 1241711] Re: simplestreams failing on release feed - TypeError

2013-10-23 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/simplestreams

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

Title:
  simplestreams failing on release feed - TypeError

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

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


[Bug 1238227] Re: should not insert version if all items were filtered

2013-10-23 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/simplestreams

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

Title:
  should not insert version if all items were filtered

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

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


[Bug 1240673] Re: Reports 0% charged for fully charged batteries

2013-10-23 Thread Martin Pitt
** Also affects: upower (Ubuntu Saucy)
   Importance: Undecided
   Status: New

** Also affects: upower (Ubuntu Trusty)
   Importance: High
 Assignee: Martin Pitt (pitti)
   Status: 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/1240673

Title:
  Reports 0% charged for fully charged batteries

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

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


[Bug 1068087] Re: Please enable ODBC

2013-10-23 Thread Ryan Skov
Thanks, will save me a lot of time not having to recompile :-)

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

Title:
  Please enable ODBC

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

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


[Bug 340063] Re: [needs-packaging] DoubleCommander

2013-10-23 Thread Graham Inggs
** Changed in: ubuntu
   Status: Triaged = 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/340063

Title:
  [needs-packaging] DoubleCommander

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

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


[Bug 985966] Re: Drop-Down-Selection Propagates Wrong History for Pasting

2013-10-23 Thread Jackson Doak
This is now in trusty-proposed, should be fixed soon

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

** Changed in: clipit (Ubuntu)
 Assignee: Jackson Doak (noskcaj) = (unassigned)

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

Title:
  Drop-Down-Selection Propagates Wrong History for Pasting

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

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


[Bug 1240652] Re: maas-import-ephemerals crashes with unexpected checksum 'sha256' when using a proxy

2013-10-23 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/saucy-proposed/simplestreams

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

Title:
  maas-import-ephemerals crashes with unexpected checksum 'sha256'
  when using a proxy

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

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


[Bug 1235169] Re: Fails to read files in /etc/network/interfaces.d/

2013-10-23 Thread Andrew Shadura
Please try 0.7.45, I think I've fixed the problem already.

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

Title:
  Fails to read files in /etc/network/interfaces.d/

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

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


[Bug 1243539] Status changed to Confirmed

2013-10-23 Thread Brad Figg
This change was made by a bot.

** Changed in: linux (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/1243539

Title:
  Black screen on Dell XPS 13 (L322X) with Ubuntu Gnome 13.10 x64 live
  media

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

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


[Bug 1232726] Re: Dash bg color doesn't match its surroundings

2013-10-23 Thread Archisman Panigrahi
Will this bug ever be fixed in Saucy or would we have to wait for
Trusty?

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

Title:
  Dash bg color doesn't match its surroundings

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

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


[Bug 1220950] Re: [MIR] open-vm-tools

2013-10-23 Thread Seth Arnold
I reviewed open-vm-tools version 2013.04.16-1098359-0ubuntu2 as checked
into saucy. This should not be considered a full security review, but
rather a quick gauge of code maintainability.

There are a lot of moving pieces in this package; I certainly cannot claim
to have studied much of it, but I aimed primarily for finding rough edges
around the backdoor execution mechanisms. Scott Moser raises many good
points about the difficulty of reasoning about a system's sanity from
within the system when a 'backdoor' is so readily available, but I do not
believe this package significantly changes the problem. The hypervisor is
necessarily completely trusted and it is at the whim of the hypervisor
administrators to destroy, damage, or degrade service within a guest.

The backdoor communication channel exists without this package and can be
used by a variety of third-party tools regardless of the presence of this
package. The hypervisor already has the feature and (as I understand) it
cannot be disabled -- though portions of it can be administratively
controlled from the hypervisor itself.

I further understand that access can be limited within the guest by
restricting the CAP_SYS_RAWIO capability or denying iopl(2) and ioperm(2)
systemcalls via seccomp2 filters. (None of which is helped nor hindered by
this package.)

So I do not worry about this package providing a less visible
administrative interface: this issue already largely exists through
less convenient mechanisms with all hypervisors. (And, one could argue,
through the firmwares of physical hardware devices, absent hypervisors.)

- open-vm-tools provides a variety of guest services for use with the
  VMware family of hypervisors, including host-guest filesystems, shared
  copy-and-paste facilities, environment control, and ability to execute
  code within the guest.
- Build-deps autotools, doxygen, libcunit, libdumbnet, libfuse, libgtk2.0,
  libgtkmm-2.4, libicu, libnotify, libpam0g, libprocps0, libx11,
  libxinerama, libxss, libxtst, gcc-4.7
- Depends on ethtool, zerofree, xauth, xdg-utils
- SSL stubs exist to disable SSL, go figure...
- Provides variety of services, some via daemons, some via loadable kernel
  modules. vmtoolsd at least properly daemonizes.
- Initscripts looked fine
- No dbus
- One setuid executable, vmware-user-suid-wrapper, looked safe
- No sudo fragments
- No cronjobs
- Udev file looked safe
- Tests look built during build, but don't appear to be run during build
- Build looks clean; uses -Werror

Many lintian warnings and errors:
- hardening-no-fortify-functions
- latest-debian-changelog-entry-without-new-version
- manpage-has-errors-from-man
- binary-without-manpage
- malformed-override

The hardening-no-fortify-functions warning may be a spurious warning; I see
-D_FORTIFY_SOURCE=2 throughout the build logs.

- open-vm-tools does spawn programs. The interfaces look overly
  complicated to try to support multiple operating systems from one
  codebase, the environment handling routines are quite complicated, and
  there's some surprising double-encoding of filenames, arguments. I'm
  skeptical of some of the quoted argument handling though I couldn't
  find flaws in it.
- Most memory management looked safe; some environment handling code
  looked like it was overly complicated and could have been written with
  far fewer allocations and copies.
- Extensive file operations; the operations I inspected look safe, though
  hard-coded /tmp/VMwareDnD/ path is awkward.
- Extensive logging operations; the ones I inspected looked safe.
- The bulk of the cryptography code exists to disable SSL without
  drastically modifying other code elsewhere. Odd.
- Extensive networking, including within kernel modules. I did not inspect
  this code.
- There are extensive areas of privilege management; the ones I inspected
  looked safe.
- The little temporary file handling looked safe.
- Does not use WebKit
- Does not use PolicyKit

Here's some notes I took while reading the source code, in the hopes that
someone finds them useful:

- vmware-user-suid-wrapper/main.c StartVMwareUser() does not drop
  supplementary groups -- should it?
  It is safer to drop groups before dropping user.
- Presumes username, home directory, gecos, shell, all Unicode-strings
- Overly complicated VixToolsBuildUserEnvironmentTable() could just
  replace the first '=' with '\0' and drastically simplify the rest of the
  memory handling
- VixToolsEnvironmentTableEntryToEnvpEntry() exists only to undo the work
  done in VixToolsBuildUserEnvironmentTable()
- VixMsgEncodeBuffer() engages in baffling base64 + escaping, but none of
  the escaped characters occur in base64 output.
- HgfsBdChannelClose() isn't idempotent despite the comment

This is a large package with complicated code covering many potential
attack surfaces. While the code I inspected looked carefully programmed,
it was complicated to cover many Unix-ish and Windows platforms, in
addition to Linux. Large compatibility 

[Bug 823778] Re: package initramfs-tools 0.98.8ubuntu3.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2013-10-23 Thread Seppo I Sotasaari
** Also affects: initramfs-tools
   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/823778

Title:
  package initramfs-tools 0.98.8ubuntu3.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/initramfs-tools/+bug/823778/+subscriptions

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


[Bug 1191603] Re: raring-updates: regression: 3.8.0-24.35 causes sporadic failure of USB audio devices

2013-10-23 Thread Minsu Park
Thanks for your kind response.
Yes, the printing level of my system was debug, I did not know about it.-);
And the point of my question is. When these debug messages were printed, Is 
system possible to be slowed?
When my audio process was dead, these log were printed and the time of making 
coredump was delayed.
Anyway, thanks a lot.

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

Title:
  raring-updates: regression: 3.8.0-24.35 causes sporadic failure of USB
  audio devices

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

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


[Bug 1243544] [NEW] create -dev bin package

2013-10-23 Thread Pascal Greliche
Public bug reported:

You should create one (or multiple) -dev packages to have .h files. So
tools using libraries for ex can be built without needing the complete
source code (which is very big).

Thanks

** Affects: chromium-browser (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/1243544

Title:
  create -dev bin package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1243544/+subscriptions

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


[Bug 1168915] Re: Visit Homepage link is non-functional

2013-10-23 Thread Corlija Vladimir
Same as Dmitriy, here in Saucy 13.10 AMD64, 'Copy URL' doesn't seem to
write to the clipboard and also left-clicking doesn't open the link,
does nothing.


** Attachment added: synaptic 0.80.2 'Copy URL' screenshot, on Xfce Saucy
   
https://bugs.launchpad.net/ubuntu/+source/synaptic/+bug/1168915/+attachment/3888194/+files/Screenshot%20-%2010232013%20-%2008%3A30%3A42%20AM.png

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

Title:
  Visit Homepage link is non-functional

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

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


[Bug 752674] Re: GtkRecentChooserMenu always selects first entry

2013-10-23 Thread Atsawin Chaowanakritsanakul
This bug is resurfaced in 13.10.

OS: Ubuntu 13.10 64bit
Application: Gitg 0.2.7

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

Title:
  GtkRecentChooserMenu always selects first entry

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-appmenu/+bug/752674/+subscriptions

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


[Bug 1242115] Re: Black window borders, black terminal

2013-10-23 Thread Alexis Laporte
Thanks, I just convinced myself to install a fresh Ubuntu, it works fine.
Were you having the exact same problem: black borders, no decor?

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

Title:
  Black window borders, black terminal

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

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


[Bug 1095757] Re: Please update krb5 to new upstream release =1.10.2

2013-10-23 Thread Jackson Doak
This is now just a case of syncing from debian, the current ubuntu delta
is fixed there. I will re-name the bug appropriately

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

Title:
  Please update krb5 to new upstream release =1.10.2

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

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


[Bug 1225027] Re: scanimage crashed with SIGSEGV in __libc_message()

2013-10-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: sane-backends (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/1225027

Title:
  scanimage crashed with SIGSEGV in __libc_message()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1225027/+subscriptions

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


[Bug 1240673] Re: Reports 0% charged for fully charged batteries

2013-10-23 Thread Martin Pitt
I backported the patch and uploaded it to Debian. Will sync it as soon
as it gets imported.

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

Title:
  Reports 0% charged for fully charged batteries

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

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


[Bug 1241869] Re: package procps 1:3.2.8-11ubuntu6.1 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 1

2013-10-23 Thread Markus Gutzeit
this bug only hits the cloud controller - The quantum node and the
compute nodes aren't affected

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

Title:
  package procps 1:3.2.8-11ubuntu6.1 failed to install/upgrade: sub-
  processo script post-installation instalado retornou estado de saída
  de erro 1

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

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

[Bug 1243548] [NEW] Sync krb5 1.11.3+dfsg-3 (main) from Debian unstable (main)

2013-10-23 Thread Jackson Doak
Public bug reported:

Please sync krb5 1.11.3+dfsg-3 (main) from Debian unstable (main)

Explanation of the Ubuntu delta and why it can be dropped:
  * Update config.{guess,sub} for Aarch64.
Fixed in debian

Changelog entries since current trusty version 1.10.1+dfsg-6.1ubuntu1:

krb5 (1.11.3+dfsg-3) unstable; urgency=low

  [ Benjamin Kaduk ]
  * Update config.sub and config.guess, patch from upstream, Closes: #717840
  * Update Brazillian Portugese Translation, thanks Fernando Ike,
Closes: #719726
  * Bump the version of the gssrpc_clnt_create symbol.  The routine itself
was changed in a backwards-compatible way, but callers from the kadm5
libraries were changed to rely on the new behavior, Closes: #718275
  * Add symbols files for the kadm5 libraries.  The KADM5 API version number
was increased for the 1.11 release but the corresponding library sonames
were not, so we must indicate the behavior change ourself, Closes: #716772

  [ Sam Hartman ]
  * krb5-kdc depends on libverto-libev1, work around for #652699
  * Remove krb5-kdc conflict since it's more than one release cycle old
  * Add Benjamin Kaduk to uploaders

 -- Sam Hartman hartm...@debian.org  Sun, 25 Aug 2013 16:48:53 -0400

krb5 (1.11.3+dfsg-2) experimental; urgency=low

  * Run autoreconf to update configure based on aclocal patch

 -- Sam Hartman hartm...@debian.org  Sat, 08 Jun 2013 22:00:50 -0400

krb5 (1.11.3+dfsg-1) experimental; urgency=low

  *  New upstream version
  - Turns out 1.11.2+dfsg didn't include the pingpong fix, but this
does , Closes: #

 -- Sam Hartman hartm...@debian.org  Fri, 07 Jun 2013 21:31:03 -0400

krb5 (1.11.2+dfsg-2) experimental; urgency=low

  * Import upstream's patch to not warn or error on variadic macros,
Closes: #709824

 -- Benjamin Kaduk ka...@mit.edu  Sat, 25 May 2013 16:06:48 -0400

krb5 (1.11.2+dfsg-1) experimental; urgency=low

  * New upstream version, Closes: #697662
  - By not depending on texinfo, we avoid FTBFSing from its changes,
  Closes: #708711
  * Fix usage of keytabs gives Generic preauthentication failure while
getting initial credentials via upstream change to prefer keys in
the keytab
(Closes: #698534)
  * Fixed upstream kerberos password policy attributes missing from
kerberos.schema  (Closes:
#655381)
  * Remove arch-dep and arch-indep dependency in rules  (Closes: #708973)

 -- Sam Hartman hartm...@debian.org  Thu, 23 May 2013 21:56:23 -0400

** Affects: krb5 (Ubuntu)
 Importance: Undecided
 Status: Confirmed

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

Title:
  Sync krb5 1.11.3+dfsg-3 (main) from Debian unstable (main)

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

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


[Bug 798414] Re: update-initramfs should produce a more helpful error when there isn't enough free space

2013-10-23 Thread Seppo I Sotasaari
** Also affects: initramfs-tools
   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/798414

Title:
  update-initramfs should produce a more helpful error when there isn't
  enough  free space

To manage notifications about this bug go to:
https://bugs.launchpad.net/initramfs-tools/+bug/798414/+subscriptions

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


[Bug 1243548] Re: Sync krb5 1.11.3+dfsg-3 (main) from Debian unstable (main)

2013-10-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: krb5 (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/1243548

Title:
  Sync krb5 1.11.3+dfsg-3 (main) from Debian unstable (main)

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

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


[Bug 1240673] Re: Reports 0% charged for fully charged batteries

2013-10-23 Thread Martin Pitt
Saucy SRU uploaded.

** Description changed:

+ SRU INFORMATION:
+ Explanation: This bug was introduced with 
http://cgit.freedesktop.org/upower/commit/?id=07b95b8e which preferred the 
kernel's reported percentage (capacity sysfs attribute) over calculating it 
from energy/charge. This exposed some buggy batteries/drivers which sometimes 
report  100% charge. As the GObject percentage property is defined to be 
between 0 and 100, trying to set a value  100% resulted in a warning and 
defaulting to 0%.
+ 
+ Fix: http://cgit.freedesktop.org/upower/commit/?id=22da1a0bc ; this
+ clamping already happens at several other points in the code.
+ 
+ Regression potential: Very low. The code change only applies to the
+ explicit cases of  0% and  100%, and these values could have never
+ actually appeared in practice as setting the property to these values
+ fails. It has a test case, and the other test cases prove that this
+ change did not break other configurations. In the worst case (compiler
+ bugs etc.) this update could cause currently working battery information
+ to be wrong, but upower is mostly an informational service these days
+ and thus won't have the ability to completely break the system.
+ 
+ ORIGINAL BUG:
+ 
  See the following upower dump:
  
  $ upower --dump
  Device: /org/freedesktop/UPower/devices/line_power_AC
-   native-path:  AC
-   power supply: yes
-   updated:  Wed 16 Oct 2013 12:58:28 PM EDT (7198 seconds ago)
-   has history:  no
-   has statistics:   no
-   line-power
- online: yes
+   native-path:  AC
+   power supply: yes
+   updated:  Wed 16 Oct 2013 12:58:28 PM EDT (7198 seconds ago)
+   has history:  no
+   has statistics:   no
+   line-power
+ online: yes
  
  Device: /org/freedesktop/UPower/devices/battery_BAT0
-   native-path:  BAT0
-   vendor:   SMP
-   model:DELL Y61CV22
-   serial:   3840
-   power supply: yes
-   updated:  Wed 16 Oct 2013 12:58:33 PM EDT (7193 seconds ago)
-   has history:  yes
-   has statistics:   yes
-   battery
- present: yes
- rechargeable:yes
- state:   fully-charged
- energy:  66.6 Wh
- energy-empty:0 Wh
- energy-full: 66.6 Wh
- energy-full-design:  66.6 Wh
- energy-rate: 0.0111 W
- voltage: 12.836 V
- percentage:  0%
- capacity:76.9167%
- technology:  lithium-ion
+   native-path:  BAT0
+   vendor:   SMP
+   model:DELL Y61CV22
+   serial:   3840
+   power supply: yes
+   updated:  Wed 16 Oct 2013 12:58:33 PM EDT (7193 seconds ago)
+   has history:  yes
+   has statistics:   yes
+   battery
+ present: yes
+ rechargeable:yes
+ state:   fully-charged
+ energy:  66.6 Wh
+ energy-empty:0 Wh
+ energy-full: 66.6 Wh
+ energy-full-design:  66.6 Wh
+ energy-rate: 0.0111 W
+ voltage: 12.836 V
+ percentage:  0%
+ capacity:76.9167%
+ technology:  lithium-ion
  
  Device: /org/freedesktop/UPower/devices/battery_BAT2
-   native-path:  BAT2
-   vendor:   Samsung SDI
-   model:DELL W1GGM26
-   serial:   12515
-   power supply: yes
-   updated:  Wed 16 Oct 2013 12:58:33 PM EDT (7193 seconds ago)
-   has history:  yes
-   has statistics:   yes
-   battery
- present: yes
- rechargeable:yes
- state:   fully-charged
- energy:  31.08 Wh
- energy-empty:0 Wh
- energy-full: 31.08 Wh
- energy-full-design:  31.08 Wh
- energy-rate: 0.0111 W
- voltage: 12.428 V
- percentage:  0%
- capacity:81.2857%
- technology:  lithium-ion
+   native-path:  BAT2
+   vendor:   Samsung SDI
+   model:DELL W1GGM26
+   serial:   12515
+   power supply: yes
+   updated:  Wed 16 Oct 2013 12:58:33 PM EDT (7193 seconds ago)
+   has history:  yes
+   has statistics:   yes
+   battery
+ present: yes
+ rechargeable:yes
+ state:   fully-charged
+ energy:  31.08 Wh
+ energy-empty:0 Wh
+ energy-full: 31.08 Wh
+ energy-full-design:  31.08 Wh
+ energy-rate: 0.0111 W
+ voltage: 12.428 V
+ percentage:  0%
+ capacity:81.2857%
+ technology:  lithium-ion
  
  Note that state is fully-charged, but percentage is o% on both batteries.  
This worked fine on 13.04.
  Daemon:
-   

[Bug 1243530] Re: libgeo-ip-perl missing files

2013-10-23 Thread gregor herrmann
*** This bug is a duplicate of bug 1228184 ***
https://bugs.launchpad.net/bugs/1228184

** This bug has been marked a duplicate of bug 1228184
   package is empty except for the copyright  changelog

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

Title:
  libgeo-ip-perl missing files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libgeo-ip-perl/+bug/1243530/+subscriptions

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


[Bug 1095757] Re: Please update krb5 to new upstream release =1.10.2

2013-10-23 Thread Jackson Doak
*** This bug is a duplicate of bug 1243548 ***
https://bugs.launchpad.net/bugs/1243548

** This bug has been marked a duplicate of bug 1243548
   Sync krb5 1.11.3+dfsg-3 (main) from Debian unstable (main)

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

Title:
  Please update krb5 to new upstream release =1.10.2

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

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


[Bug 1241309] Re: Ubuntu 13.10 has no way to change individual input method settings

2013-10-23 Thread Shih-Yuan Lee
Fix some typo again

$ sudo gsettings-schema-convert --gconf --xml --schema-id 
'desktop.ibus.engine.Chewing' --output 
/usr/share/glib-2.0/schemas/desktop.ibus.engine.Chewing.gschema.xml 
/usr/share/gconf/schemas/ibus-chewing.schemas
$ sudo sed -i 's/\(.*key name=.*\)/\L\1/g' 
/usr/share/glib-2.0/schemas/desktop.ibus.engine.Chewing.gschema.xml
$ sudo glib-compile-schemas /usr/share/glib-2.0/schemas

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

Title:
  Ubuntu 13.10 has no way to change individual input method settings

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

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

[Bug 1237614] Re: Implement PasswordEchoOnEdit for the wifi passphrase textfield

2013-10-23 Thread Zsombor Egri
Quote from Sailfish OS docs [1] TextField, which is also a proxy for the
standard QML TextInput: TextInput.PasswordEchoOnEdit - displays text as
entered when the item has active focus and the text is being modified;
otherwise, displays asterisks in place of entered text. So seams that
the input with the enum set really works according to the specs. The
question is whether is it good enough for us or not.

[1] https://sailfishos.org/sailfish-silica/qml-sailfishsilica-
textfield.html#echoMode-prop

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

Title:
  Implement PasswordEchoOnEdit for the wifi passphrase textfield

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ux/+bug/1237614/+subscriptions

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


[Bug 1241369] Re: [regression] mir_demo_client_scroll is no longer smooth; stutters

2013-10-23 Thread Daniel van Vugt
** Also affects: mir (Ubuntu)
   Importance: Undecided
   Status: New

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

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

** Changed in: mir (Ubuntu)
 Assignee: (unassigned) = Daniel van Vugt (vanvugt)

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

Title:
  [regression] mir_demo_client_scroll is no longer smooth; stutters

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

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


[Bug 1228184] Re: package is empty except for the copyright changelog

2013-10-23 Thread gregor herrmann
Interesting detail:

1.41-1 in Debian, taken from
http://snapshot.debian.org/package/libgeo-ip-perl/1.41-1/#libgeo-ip-perl_1.41-1
, is not empty; except for the sh4 architecture.

The buildlog at
https://launchpadlibrarian.net/140144908/buildlog_ubuntu-saucy-i386.libgeo-ip-perl_1.41-1_UPLOADING.txt.gz
shows problems with the geoip database. Surprisingly, the build continues ...

Cheers,
gregor

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

Title:
  package is empty except for the copyright  changelog

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libgeo-ip-perl/+bug/1228184/+subscriptions

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


Re: [Bug 943195] Re: xpdf.real crashed with SIGSEGV in GooHash::hash()

2013-10-23 Thread Stefan Wagner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 23.10.2013 08:10, Matthias Andree wrote:
 This needs to be backported to precise, too.

Confirm!


- -- 
Don't visit my blog: http://demystifikation.wordpress.de
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEARECAAYFAlJnc4IACgkQQeATqGpDnRqXpACgoYPaicTUG32vXzu/PcTrNkpa
h0UAn3yVYab3WufUhVyKXNeM6roP81IH
=IPSm
-END PGP SIGNATURE-

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

Title:
  xpdf.real crashed with SIGSEGV in GooHash::hash()

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

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


[Bug 1243548] Re: Sync krb5 1.11.3+dfsg-3 (main) from Debian unstable (main)

2013-10-23 Thread Steve Langasek
This bug was fixed in the package krb5 - 1.11.3+dfsg-3
Sponsored for Jackson Doak (noskcaj)

---
krb5 (1.11.3+dfsg-3) unstable; urgency=low

  [ Benjamin Kaduk ]
  * Update config.sub and config.guess, patch from upstream, Closes: #717840
  * Update Brazillian Portugese Translation, thanks Fernando Ike,
Closes: #719726
  * Bump the version of the gssrpc_clnt_create symbol.  The routine itself
was changed in a backwards-compatible way, but callers from the kadm5
libraries were changed to rely on the new behavior, Closes: #718275
  * Add symbols files for the kadm5 libraries.  The KADM5 API version number
was increased for the 1.11 release but the corresponding library sonames
were not, so we must indicate the behavior change ourself, Closes: #716772

  [ Sam Hartman ]
  * krb5-kdc depends on libverto-libev1, work around for #652699
  * Remove krb5-kdc conflict since it's more than one release cycle old
  * Add Benjamin Kaduk to uploaders

 -- Sam Hartman hartm...@debian.org  Sun, 25 Aug 2013 16:48:53 -0400

krb5 (1.11.3+dfsg-2) experimental; urgency=low

  * Run autoreconf to update configure based on aclocal patch

 -- Sam Hartman hartm...@debian.org  Sat, 08 Jun 2013 22:00:50 -0400

krb5 (1.11.3+dfsg-1) experimental; urgency=low

  *  New upstream version
  - Turns out 1.11.2+dfsg didn't include the pingpong fix, but this
does , Closes: #

 -- Sam Hartman hartm...@debian.org  Fri, 07 Jun 2013 21:31:03 -0400

krb5 (1.11.2+dfsg-2) experimental; urgency=low

  * Import upstream's patch to not warn or error on variadic macros,
Closes: #709824

 -- Benjamin Kaduk ka...@mit.edu  Sat, 25 May 2013 16:06:48 -0400

krb5 (1.11.2+dfsg-1) experimental; urgency=low

  * New upstream version, Closes: #697662
  - By not depending on texinfo, we avoid FTBFSing from its changes,
  Closes: #708711
  * Fix usage of keytabs gives Generic preauthentication failure while
getting initial credentials via upstream change to prefer keys in
the keytab
(Closes: #698534)
  * Fixed upstream kerberos password policy attributes missing from
kerberos.schema  (Closes:
#655381)
  * Remove arch-dep and arch-indep dependency in rules  (Closes: #708973)

 -- Sam Hartman hartm...@debian.org  Thu, 23 May 2013 21:56:23 -0400

** Changed in: krb5 (Ubuntu)
   Status: Confirmed = 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/1243548

Title:
  Sync krb5 1.11.3+dfsg-3 (main) from Debian unstable (main)

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

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