[Bug 1086775] Re: Maintainer scripts mishandle /var/cache/bind permissions

2012-12-08 Thread Alex Bligh
** Description changed:

  Affects: 1:9.7.0.dfsg.P1-1ubuntu0.8, 1:9.8.1.dfsg.P1-4ubuntu0.4, 1:9.8.4
  .dfsg-1ubuntu1.
  
  bind9.postinst only sets permissions on
  /var/cache/bind on a fresh install. When the bind9 package is removed
  but not purged, /var/cache/bind is removed, but /etc/bind is left alone
  (as expected). When the bind9 package is reinstalled from this state,
  the postinst fails to correct the default 755 permissions on
  /var/cache/bind.
  
  This is particularly a problem for users upgrading from Lucid, since this
- situation causes 100% CPU usage due to bug 695264.
+ situation causes 100% CPU usage due to bug 1038199.
  
  Steps to reproduce:
  
  1. Start with a Lucid system
  2. apt-get install bind9
  3. apt-get remove bind9
  4. apt-get install bind9
  
  Note broken permissions in /var/cache/bind.
  
  This isn't directly reproducible in Raring because files are now
  left behind in /var/cache/bind causing /var/cache/bind to not be removed
  when the package is removed (is this a separate bug?)
  
  However, if from Lucid you then do:
  
  5. do-release-upgrade
  
  Then the problem propagates to Raring, and you'll see bug 1038199 (100%
  CPU usage).
  
  Workaround:
  
  # chown root.bind /var/cache/bind
  # chmod 775 /var/cache/bind
  # service bind9 restart
  
  Logs from the upgraded machine (see 'working directory not writeable'
  and 'permission denied')
  
  05-Dec-2012 12:23:35.719 found 2 CPUs, using 2 worker threads
  05-Dec-2012 12:23:35.720 using up to 4096 sockets
  05-Dec-2012 12:23:35.726 loading configuration from '/etc/bind/named.conf'
  05-Dec-2012 12:23:35.727 reading built-in trusted keys from file 
'/etc/bind/bind.keys'
  05-Dec-2012 12:23:35.727 using default UDP/IPv4 port range: [1024, 65535]
  05-Dec-2012 12:23:35.728 using default UDP/IPv6 port range: [1024, 65535]
  05-Dec-2012 12:23:35.729 listening on IPv6 interfaces, port 53
  05-Dec-2012 12:23:35.731 listening on IPv4 interface lo, 127.0.0.1#53
  05-Dec-2012 12:23:35.732 listening on IPv4 interface eth0, 10.40.0.5#53
  05-Dec-2012 12:23:35.734 listening on IPv4 interface eth1, 10.157.128.1#53
  05-Dec-2012 12:23:35.735 listening on IPv4 interface eth1, 10.161.208.1#53
  05-Dec-2012 12:23:35.736 listening on IPv4 interface eth0.60, 10.157.16.12#53
  05-Dec-2012 12:23:35.738 generating session key for dynamic DNS
  05-Dec-2012 12:23:35.738 sizing zone task pool based on 7 zones
  05-Dec-2012 12:23:35.744 using built-in root key for view _default
  05-Dec-2012 12:23:35.744 set up managed keys zone for view _default, file 
'managed-keys.bind'
  05-Dec-2012 12:23:35.744 Warning: 'empty-zones-enable/disable-empty-zone' not 
set: disabling RFC 1918 empty zones
  05-Dec-2012 12:23:35.744 automatic empty zone: 254.169.IN-ADDR.ARPA
  05-Dec-2012 12:23:35.744 automatic empty zone: 2.0.192.IN-ADDR.ARPA
  05-Dec-2012 12:23:35.744 automatic empty zone: 100.51.198.IN-ADDR.ARPA
  05-Dec-2012 12:23:35.744 automatic empty zone: 113.0.203.IN-ADDR.ARPA
  05-Dec-2012 12:23:35.744 automatic empty zone: 255.255.255.255.IN-ADDR.ARPA
  05-Dec-2012 12:23:35.744 automatic empty zone: 
0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA
  05-Dec-2012 12:23:35.744 automatic empty zone: 
1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA
  05-Dec-2012 12:23:35.744 automatic empty zone: D.F.IP6.ARPA
  05-Dec-2012 12:23:35.744 automatic empty zone: 8.E.F.IP6.ARPA
  05-Dec-2012 12:23:35.744 automatic empty zone: 9.E.F.IP6.ARPA
  05-Dec-2012 12:23:35.744 automatic empty zone: A.E.F.IP6.ARPA
  05-Dec-2012 12:23:35.744 automatic empty zone: B.E.F.IP6.ARPA
  05-Dec-2012 12:23:35.744 automatic empty zone: 8.B.D.0.1.0.0.2.IP6.ARPA
  05-Dec-2012 12:23:35.749 command channel listening on 127.0.0.1#953
  05-Dec-2012 12:23:35.749 command channel listening on ::1#953
  05-Dec-2012 12:23:35.749 the working directory is not writable
  05-Dec-2012 12:23:35.749 ignoring config file logging statement due to -g 
option
  05-Dec-2012 12:23:35.750 zone 0.in-addr.arpa/IN: loaded serial 1
  05-Dec-2012 12:23:35.750 zone 157.10.in-addr.arpa/IN: loaded serial 1
  05-Dec-2012 12:23:35.751 zone 127.in-addr.arpa/IN: loaded serial 1
  05-Dec-2012 12:23:35.752 zone 255.in-addr.arpa/IN: loaded serial 1
  05-Dec-2012 12:23:35.753 zone extility.install/IN: loaded serial 1300877104
  05-Dec-2012 12:23:35.754 zone localhost/IN: loaded serial 2
  05-Dec-2012 12:23:35.754 managed-keys-zone ./IN: loading from master file 
managed-keys.bind failed: file not found
  05-Dec-2012 12:23:35.754 managed-keys.bind.jnl: create: permission denied
  05-Dec-2012 12:23:35.754 managed-keys-zone ./IN: 
sync_keyzone:dns_journal_open - unexpected error

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

Title:
  Maintainer scripts mishandle /var/cache/bind permissions

To manage notifications about this bug go to:

[Bug 1038199] Re: Bind9 9.8.1 high CPU utilization when managed-keys-directory option is omitted from config

2012-12-08 Thread Alex Bligh
Note that upgrades from Lucid to Precise can trigger this bug as the
directory permissions may preclude writing to /var/cache/bind - see bug
1086775

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

Title:
  Bind9 9.8.1 high CPU utilization when managed-keys-directory option is
  omitted from config

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1038199/+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-r-cloudarchive] Ubuntu Cloud Archive - Next Steps

2012-12-08 Thread Dave Walker
Blueprint changed by Dave Walker:

Work items changed:
  Work items:
  [davewalker] release folsom in the cloud-archive: TODO
  canary testing of cloud-archive pockets with 12.04 on a daily basis: TODO
  [gandelman-a] make version reporting part of the official cloud-archive 
toolset: DONE
  bug reporting apport stuff for cloud-archive to ensure bugs get to the right 
location: TODO
  improve and document branch management approach around openstack packages in 
the main and cloud archives: TODO
  communication on what combinations of openstack and ubuntu are actually 
supported: TODO
  document sru process for updates into the cloud archive post review: TODO
- document cloud-archive opening process: TODO
+ [davewalker] document cloud-archive opening process: INPROGRESS
  table review at TB to make cloud-archive an official part of Ubuntu: TODO
  review use of/setup a 'cloud-archive announce' mailing list: TODO
  reporting around NBS and toolsets to remove: TODO
  [gandelman-a] get hosting for reports: DONE
- Polishing tooling: TODO
+ [davewalker] Tooling to announce pkg changes to mailing list: DONE
+ [davewalker] Tooling to handle bug closures, like LP Janitor: INPROGRESS
+ [davewalker] Improved tooling to copy between pockets: INPROGRESS

-- 
Ubuntu Cloud Archive - Next Steps
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-r-cloudarchive

-- 
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 1086162] Re: IPMI based power management default to IPMI 1.5 based authentication

2012-12-08 Thread Dave Walker
** Changed in: maas
   Importance: Undecided = High

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

** Changed in: maas (Ubuntu)
 Assignee: (unassigned) = Andres Rodriguez (andreserl)

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

** Changed in: maas (Ubuntu)
   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/1086162

Title:
  IPMI based power management default to IPMI 1.5 based authentication

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1086162/+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 1075456] Re: wrong path given in README

2012-12-08 Thread Jelmer Vernooij
** Changed in: dovecot (Ubuntu)
 Assignee: Jelmer Vernooij (jelmer) = (unassigned)

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

Title:
  wrong path given in README

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dovecot/+bug/1075456/+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 1038199] Re: Bind9 9.8.1 high CPU utilization when managed-keys-directory option is omitted from config

2012-12-08 Thread Bug Watch Updater
** Changed in: bind9 (Debian)
   Status: Unknown = New

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

Title:
  Bind9 9.8.1 high CPU utilization when managed-keys-directory option is
  omitted from config

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1038199/+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 347992] Re: Apache CustomLog and TransferLog directives leave blank logfiles

2012-12-08 Thread Nick Drage
If the CustomLog entry in placed in httpd.conf, rather than, say,
000-default, the configuration will pass /etc/init.d/apache2
configtest, but fail to log, as described above.

Is that a bad enough error to warrant re-opening this as a bug, or just
a note from the developers that maybe users should RTFM?

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

Title:
  Apache CustomLog and TransferLog directives leave blank logfiles

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/347992/+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 1088053] [NEW] Kernel needs to provide FIFREEZE/FITHAW ioctl so that open-vm-dkms can build

2012-12-08 Thread Nate Muench (Mink)
Public bug reported:

Hello,

My name is Nate, and I'm responsible for keeping the open-vm-tools
package up to date.

I am requesting that ioctl (specifically FIFREEZE/FITHAW ioctl) please
be compiled into the kernel (if it hasn't already) because vmsync
doesn't compile since newer kernel (namely 3.6 and greater).  Yes, I
know it's depreciated but it need to be done.

I'm reporting this now because I've known about this for a month or so
because I have a scratch machine and both that and Ubuntu are different
environments, and I just installed Raring for the first time.  And since
Ubuntu's kernel has more stuff that the normal kernel, I wanted to know
if the module would compile.

Here's part of the info I got:
Traceback (most recent call last):
 File /usr/share/apport/package-hooks/dkms_packages.py, line 22, in module 
import apport
ImportError: No module named apport
Error! Build of vmsync.ko failed for: 3.7.0-5-generic (i686)

This is coming directly from upstream
(http://sourceforge.net/tracker/?func=detailaid=3579185group_id=204462atid=989708).

I can do some of the work from my end (taking out mentions of the vmsync
module for dkms from the debian folder, and upload the new config to bzr
and wait for approval).  But in order for me to upload and mark (my
packaging) for approval, I need this to be done please.

Obviously, I'm posting this so I also get a bug report number, that I
can put in my packaging's changelog

** Affects: open-vm-tools
 Importance: Unknown
 Status: Unknown

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

** Affects: open-vm-tools (Ubuntu)
 Importance: Undecided
 Assignee: Nate Muench (Mink) (n-muench)
 Status: In Progress


** Tags: raring

** Bug watch added: SourceForge.net Tracker #3579185
   http://sourceforge.net/support/tracker.php?aid=3579185

** Also affects: linux via
   http://sourceforge.net/support/tracker.php?aid=3579185
   Importance: Unknown
   Status: Unknown

** No longer affects: linux

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

** Also affects: open-vm-tools via
   http://sourceforge.net/support/tracker.php?aid=3579185
   Importance: Unknown
   Status: Unknown

** Changed in: open-vm-tools (Ubuntu)
 Assignee: (unassigned) = Nate Muench (Mink) (n-muench)

** Changed in: open-vm-tools (Ubuntu)
   Status: New = In Progress

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

Title:
  Kernel needs to provide FIFREEZE/FITHAW ioctl so that open-vm-dkms can
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/open-vm-tools/+bug/1088053/+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 1088053] Missing required logs.

2012-12-08 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem.
From a terminal window please run:

apport-collect 1088053

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

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

** Tags added: raring

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

Title:
  Kernel needs to provide FIFREEZE/FITHAW ioctl so that open-vm-dkms can
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/open-vm-tools/+bug/1088053/+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 1088053] Re: Kernel needs to provide FIFREEZE/FITHAW ioctl so that open-vm-dkms can build

2012-12-08 Thread Launchpad Bug Tracker
** Branch linked: lp:~n-muench/ubuntu/raring/open-vm-tools/open-vm-
tools.fix-1088053

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

Title:
  Kernel needs to provide FIFREEZE/FITHAW ioctl so that open-vm-dkms can
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/open-vm-tools/+bug/1088053/+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 1088053] Re: Kernel needs to provide FIFREEZE/FITHAW ioctl so that open-vm-dkms can build

2012-12-08 Thread Nate Muench (Mink)
apport information

** Also affects: open-vm-tools-dkms (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: open-vm-tools-dkms (Ubuntu)

** Tags added: apport-collected running-unity

** Description changed:

  Hello,
  
  My name is Nate, and I'm responsible for keeping the open-vm-tools
  package up to date.
  
  I am requesting that ioctl (specifically FIFREEZE/FITHAW ioctl) please
  be compiled into the kernel (if it hasn't already) because vmsync
  doesn't compile since newer kernel (namely 3.6 and greater).  Yes, I
  know it's depreciated but it need to be done.
  
  I'm reporting this now because I've known about this for a month or so
  because I have a scratch machine and both that and Ubuntu are different
  environments, and I just installed Raring for the first time.  And since
  Ubuntu's kernel has more stuff that the normal kernel, I wanted to know
  if the module would compile.
  
  Here's part of the info I got:
  Traceback (most recent call last):
   File /usr/share/apport/package-hooks/dkms_packages.py, line 22, in 
module import apport
  ImportError: No module named apport
  Error! Build of vmsync.ko failed for: 3.7.0-5-generic (i686)
  
  This is coming directly from upstream
  
(http://sourceforge.net/tracker/?func=detailaid=3579185group_id=204462atid=989708).
  
  I can do some of the work from my end (taking out mentions of the vmsync
  module for dkms from the debian folder, and upload the new config to bzr
  and wait for approval).  But in order for me to upload and mark (my
  packaging) for approval, I need this to be done please.
  
- Obviously, I'm posting this so I also get a bug report number, that I
- can put in my packaging's changelog
+ Obviously, I'm posting this so I also get a bug report number, that I can put 
in my packaging's changelog
+ --- 
+ ApportVersion: 2.6.3-0ubuntu4
+ Architecture: i386
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  nate   1948 F pulseaudio
+ CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
+ CurrentDmesg: [   15.753946] end_request: I/O error, dev fd0, sector 0
+ DistroRelease: Ubuntu 13.04
+ HibernationDevice: RESUME=UUID=1d10b04b-de23-4217-9fcd-cfc637bbfaf8
+ InstallationDate: Installed on 2012-12-08 (0 days ago)
+ InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha i386 (20121207)
+ IwConfig:
+  lono wireless extensions.
+  
+  eth0  no wireless extensions.
+ Lsusb: Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
+ MachineType: VMware, Inc. VMware Virtual Platform
+ MarkForUpload: True
+ Package: open-vm-tools-dkms
+ PackageArchitecture: i386
+ ProcEnviron:
+  TERM=xterm
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=set
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcFB: 0 svgadrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.7.0-5-generic 
root=UUID=eed1e65f-5c0e-4f1e-9c82-c2425504c600 ro quiet splash
+ ProcVersionSignature: Ubuntu 3.7.0-5.13-generic 3.7.0-rc8
+ RelatedPackageVersions:
+  linux-restricted-modules-3.7.0-5-generic N/A
+  linux-backports-modules-3.7.0-5-generic  N/A
+  linux-firmware   1.98
+ RfKill:
+  
+ Tags:  raring running-unity raring running-unity
+ Uname: Linux 3.7.0-5-generic i686
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ dmi.bios.date: 09/20/2012
+ dmi.bios.vendor: Phoenix Technologies LTD
+ dmi.bios.version: 6.00
+ dmi.board.name: 440BX Desktop Reference Platform
+ dmi.board.vendor: Intel Corporation
+ dmi.board.version: None
+ dmi.chassis.asset.tag: No Asset Tag
+ dmi.chassis.type: 1
+ dmi.chassis.vendor: No Enclosure
+ dmi.chassis.version: N/A
+ dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvr6.00:bd09/20/2012:svnVMware,Inc.:pnVMwareVirtualPlatform:pvrNone:rvnIntelCorporation:rn440BXDesktopReferencePlatform:rvrNone:cvnNoEnclosure:ct1:cvrN/A:
+ dmi.product.name: VMware Virtual Platform
+ dmi.product.version: None
+ dmi.sys.vendor: VMware, Inc.
+ modified.conffile..etc.vmware.tools.tools.conf:
+  
+ mtime.conffile..etc.vmware.tools.tools.conf: 2012-12-07T19:24:35.065678

** Attachment added: AlsaInfo.txt
   
https://bugs.launchpad.net/bugs/1088053/+attachment/3454964/+files/AlsaInfo.txt

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

Title:
  Kernel needs to provide FIFREEZE/FITHAW ioctl so that open-vm-dkms can
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/open-vm-tools/+bug/1088053/+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 1088053] BootDmesg.txt

2012-12-08 Thread Nate Muench (Mink)
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1088053/+attachment/3454965/+files/BootDmesg.txt

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

Title:
  Kernel needs to provide FIFREEZE/FITHAW ioctl so that open-vm-dkms can
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/open-vm-tools/+bug/1088053/+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 1088053] Dependencies.txt

2012-12-08 Thread Nate Muench (Mink)
apport information

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/1088053/+attachment/3454966/+files/Dependencies.txt

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

Title:
  Kernel needs to provide FIFREEZE/FITHAW ioctl so that open-vm-dkms can
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/open-vm-tools/+bug/1088053/+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 1088053] Lspci.txt

2012-12-08 Thread Nate Muench (Mink)
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1088053/+attachment/3454967/+files/Lspci.txt

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

Title:
  Kernel needs to provide FIFREEZE/FITHAW ioctl so that open-vm-dkms can
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/open-vm-tools/+bug/1088053/+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 1088053] ProcCpuinfo.txt

2012-12-08 Thread Nate Muench (Mink)
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1088053/+attachment/3454968/+files/ProcCpuinfo.txt

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

Title:
  Kernel needs to provide FIFREEZE/FITHAW ioctl so that open-vm-dkms can
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/open-vm-tools/+bug/1088053/+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 1088053] ProcInterrupts.txt

2012-12-08 Thread Nate Muench (Mink)
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1088053/+attachment/3454969/+files/ProcInterrupts.txt

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

Title:
  Kernel needs to provide FIFREEZE/FITHAW ioctl so that open-vm-dkms can
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/open-vm-tools/+bug/1088053/+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 1088053] ProcModules.txt

2012-12-08 Thread Nate Muench (Mink)
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1088053/+attachment/3454970/+files/ProcModules.txt

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

Title:
  Kernel needs to provide FIFREEZE/FITHAW ioctl so that open-vm-dkms can
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/open-vm-tools/+bug/1088053/+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 1088053] PulseList.txt

2012-12-08 Thread Nate Muench (Mink)
apport information

** Attachment added: PulseList.txt
   
https://bugs.launchpad.net/bugs/1088053/+attachment/3454971/+files/PulseList.txt

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

Title:
  Kernel needs to provide FIFREEZE/FITHAW ioctl so that open-vm-dkms can
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/open-vm-tools/+bug/1088053/+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 1088053] UdevDb.txt

2012-12-08 Thread Nate Muench (Mink)
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/1088053/+attachment/3454972/+files/UdevDb.txt

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

Title:
  Kernel needs to provide FIFREEZE/FITHAW ioctl so that open-vm-dkms can
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/open-vm-tools/+bug/1088053/+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 1088053] Re: Kernel needs to provide FIFREEZE/FITHAW ioctl so that open-vm-dkms can build

2012-12-08 Thread Nate Muench (Mink)
and the actual build log

** Attachment added: dkms build log.txt
   
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1088053/+attachment/3454974/+files/dkms%20build%20log.txt

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

Title:
  Kernel needs to provide FIFREEZE/FITHAW ioctl so that open-vm-dkms can
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/open-vm-tools/+bug/1088053/+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 923754] Re: ocfs2console crashed with DeprecationWarning in /usr/lib/python2.7/popen2.py: The popen2 module is deprecated. Use the subprocess module.

2012-12-08 Thread Launchpad Bug Tracker
** Branch linked: lp:~logan/ubuntu/raring/ocfs2-tools/debian-merge

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

Title:
  ocfs2console crashed with DeprecationWarning in
  /usr/lib/python2.7/popen2.py: The popen2 module is deprecated.  Use
  the subprocess module.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ocfs2-tools/+bug/923754/+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