[Blueprint server-o-jenkins] Get Jenkins into the Ubuntu Archive

2011-07-26 Thread James Page
Blueprint changed by James Page:

Whiteboard changed:
- Current Status: UNBLOCKED
+ Current Status: Slow Progress
  
- Issues upstream in Debian with Eclipse (and the fact that eclipse-
- platform is not currently installable) mean that aspectj can't be
- manually bootstrapped into oneiric which unlocks new versions of spring
- that are required for spring-ldap which are required for Jenkins.  This
- only happened on Monday so timing was bad as LaMont tried the bootstrap
- Monday afternoon.
- 
- Will work around this issue where possible but will slow down until this
- unblocks.
+ Jenkins and all dependencies are either now in the archive or waiting
+ for review in the NEW queue.
  
  
  
  UDS Session Notes
  
  Discussion:
    - Approach to plugins;
  - packaging recipe?
  Documentation to be polished
  - disable Jenkins upstream plugin manager?
  Not by default but ensure can be disabled and that this is documented 
well.
  - build from source?
  where possible - look at most popular plugins and assess top 5.
  
    - Delivery approach:
  - Debian or Ubuntu first?
  Ubuntu then Debian - will get better testing coverage if it hits 
Oneiric earlier.
  - Sponsorship burden - large number of packages.
  Target universe, spread the burden as wide as possible in Ubuntu.
  
    - Jenkins Nuances:
   - Package variants - OK
   - Hudson polutiom - OK
  
  Target 1.400.1 when delivered by upstream.
  
  
  
  Work Items (oneiric-alpha-3):
- [james-page] upgrade to latest stable branch (1.409.1) from Jenkins + upgrade 
dependencies: TODO
+ [james-page] upgrade to latest stable branch (1.409.1) from Jenkins + upgrade 
dependencies: DONE
  [james-page] Resolve outstanding build-from-source issues in dependency 
chain: DONE
- [james-page] Prepare library packaging for upload to Ubuntu: INPROGRESS
+ [james-page] Prepare library packaging for upload to Ubuntu: DONE
  upload of jenkins plus dependencies to Ubuntu Universe: INPROGRESS
  [james-page] look at JVM compatibility with xstream on ARM (for example): TODO
  
  Work Items:
  [james-page] feedback libraries to Debian through debian-java team: INPROGRESS
  [james-page] Update documentation for disabling plugin management through web 
ui: TODO
  [james-page] re-sync libraries from Debian as a when required: INPROGRESS
  [serge-hallyn] ensemble formula for deploying Jenkins: INPROGRESS

-- 
Get Jenkins into the Ubuntu Archive
https://blueprints.launchpad.net/ubuntu/+spec/server-o-jenkins

-- 
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 816313] [NEW] ssh -b x.x.x.x or ssh -o BindAddress=x.x.x.x does not work.

2011-07-26 Thread m.bosner
Public bug reported:

I got a machine which has eight public ip addresses bound to eth0,
eth0:0, eth0:1, eth0:2 etc.

If i try to bind an address using -b for outgoing connections it just
fails to do so but creates the connection without any warning or
message:

ssh -v -o UsePrivilegedPort=no -o BindAddress=x.x.x.131 other-host.com
or
ssh -v -b x.x.x.131 other-host.com

OpenSSH_5.8p1 Debian-1ubuntu3, OpenSSL 0.9.8o 01 Jun 2010
debug1: Reading configuration data /root/.ssh/config
debug1: Applying options for *
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to other-host.com [x.x.x.x] port 22.
debug1: Connection established.
debug1: permanently_set_uid: 0/0
debug1: identity file /root/.ssh/id_rsa type -1
debug1: identity file /root/.ssh/id_rsa-cert type -1
debug1: identity file /root/.ssh/id_dsa type -1
debug1: identity file /root/.ssh/id_dsa-cert type -1
debug1: identity file /root/.ssh/id_ecdsa type -1
debug1: identity file /root/.ssh/id_ecdsa-cert type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_5.5p1 
Debian-4ubuntu5
debug1: match: OpenSSH_5.5p1 Debian-4ubuntu5 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.8p1 Debian-1ubuntu3
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server-client aes128-ctr hmac-md5 none
debug1: kex: client-server aes128-ctr hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(102410248192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Server host key: RSA a8:4b:a6:8f:0e:56:96:cb:df:15:31:84:de:30:5e:fe
debug1: Host 'other-host.com' is known and matches the RSA host key.
debug1: Found key in /root/.ssh/known_hosts:20
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: Roaming not allowed by server
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,password
debug1: Next authentication method: publickey
debug1: Offering RSA public key: mbosner@S510-X-CBCEG
debug1: Authentications that can continue: publickey,password
debug1: Trying private key: /root/.ssh/id_rsa
debug1: Trying private key: /root/.ssh/id_dsa
debug1: Trying private key: /root/.ssh/id_ecdsa
debug1: Next authentication method: password
r...@other-host.com's password: 
debug1: Authentication succeeded (password).
Authenticated to other-host.com ([x.x.x.x]:22).
debug1: channel 0: new [client-session]
debug1: Requesting no-more-sessi...@openssh.com
debug1: Entering interactive session.
debug1: Requesting authentication agent forwarding.
debug1: Sending environment.
debug1: Sending env LANG = en_US.UTF-8
Linux gatekeeper 2.6.35-30-generic #54-Ubuntu SMP Tue Jun 7 18:41:54 UTC 2011 
x86_64 GNU/Linux
Ubuntu 10.10

Welcome to Ubuntu!
 * Documentation:  https://help.ubuntu.com/
New release 'natty' available.
Run 'do-release-upgrade' to upgrade to it.

You have new mail.
Last login: Tue Jul 26 10:58:03 2011 from x.x.x.130 - IMPORTANT!

netstat -at | grep EST
tcp0  0 x.x.x.x:ssh  x.x.x.130:46113ESTABLISHED  -

The outgoing address is x.x.x.130 instead of x.x.x.131

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


** Tags: address bind ssh

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

Title:
  ssh -b x.x.x.x or ssh -o BindAddress=x.x.x.x does not work.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/816313/+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 812553] Re: LXC instance fails to start

2011-07-26 Thread Thierry Carrez
** Changed in: nova
Milestone: None = diablo-3

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

Title:
  LXC instance fails to start

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/812553/+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 810157] Re: support '-' for writing to stdout in nova-manage environment/zip

2011-07-26 Thread Thierry Carrez
** Changed in: nova
Milestone: None = diablo-3

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

Title:
  support '-' for writing to stdout in nova-manage environment/zip

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

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


Re: Re: [Bug 735072] Re: The hostname proposed by installer is too long for file sharing to work correctly.

2011-07-26 Thread Marcus Haslam
I'm out of the office until 1st August.

On 25 Apr 2011, at 19:26, Jelmer Vernooij 735...@bugs.launchpad.net  
wrote:

 On Mon, 2011-04-25 at 17:02 +, Johan Fornander wrote:
 The source code in the official samba git (source/lib/util.c) seems to
 use HOST_NAME_MAX and I found an inconsistency in the code base:

 source/lib/replace/replace.h:
 384 #ifndef HOST_NAME_MAX
 385 #define HOST_NAME_MAX 255

 source/lib/replace/system/network.h   
 269 #ifndef HOST_NAME_MAX
 270 #define HOST_NAME_MAX 256

 Which one is used?
 Neither would/should be used as the Linux system headers already  
 define
 HOST_NAME_MAX. These defines are only for platforms that don't have
 HOST_NAME_MAX.

 Cheers,

 Jelmer

 -- 
 You received this bug notification because you are a member of
 Papercutters, which is subscribed to One Hundred Paper Cuts.
 https://bugs.launchpad.net/bugs/735072

 Title:
  The hostname proposed by installer is too long for file sharing to
  work correctly.

 Status in One Hundred Paper Cuts:
  Confirmed
 Status in “samba” package in Ubuntu:
  Triaged
 Status in “ubiquity” package in Ubuntu:
  Invalid

 Bug description:
  I have an Acer Aspire TimelineX 3820TG notebook running Natty.

  When installing Natty the installer wizard proposed the hostname
  johan-aspire-3820 (17 characters). This made it impossible for me  
 to
  share files over the network using a machine running OSX on the other
  end. Changing the hostname to a shorter (4 characters in my case)  
 made
  file sharing work again after rebooting. I have been using the  
 sharing
  option through right-clicking in nautilus and would like to see the
  following changes:

  1. A limit of x (depending on samba?) characters for hostname when  
 performing a fresh install. If the user wants a longer one this  
 could be done using some override setting option.
  2. Also, when trying to share files through nautilus, check to see  
 if the hostname does fit withing the limit x or else give the user  
 an option to change this.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: software-center 3.1.23.2
  ProcVersionSignature: Ubuntu 2.6.38-6.34-generic 2.6.38-rc7
  Uname: Linux 2.6.38-6-generic x86_64
  NonfreeKernelModules: wl
  Architecture: amd64
  Date: Mon Mar 14 17:12:56 2011
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha amd64  
 (20110119)
  ProcEnviron:
   LANGUAGE=en_US:en
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: software-center
  UpgradeStatus: No upgrade log present (probably fresh install)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.
https://bugs.launchpad.net/bugs/735072

Title:
  The hostname proposed by installer is too long for file sharing to
  work correctly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/735072/+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 807903] Re: open-vm-tools failed to build on i386 and amd64

2011-07-26 Thread Christian Titze
Do I need to re-submit my fix for #572335 now or will LP automatically
try to build it with the new package?

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

Title:
  open-vm-tools failed to build on i386 and amd64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/807903/+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 735072] Re: The hostname proposed by installer is too long for file sharing to work correctly.

2011-07-26 Thread Marcus Haslam
** Attachment added: unnamed
   https://bugs.launchpad.net/bugs/735072/+attachment/2233532/+files/unnamed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.
https://bugs.launchpad.net/bugs/735072

Title:
  The hostname proposed by installer is too long for file sharing to
  work correctly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/735072/+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 352987] Re: lm-sensors report incorrect values of CPU temparature

2011-07-26 Thread PCWinWeb
what the? that happend to me with Ubuntu (now with OpenSUSE) 
that is what lspci reports on my end

00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory 
Controller Hub (rev 03)
00:01.0 PCI bridge: Intel Corporation Mobile PM965/GM965/GL960 PCI Express Root 
Port (rev 03)
00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #4 (rev 03)
00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #5 (rev 03)
00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI 
Controller #2 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio 
Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 
(rev 03)
00:1c.3 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 4 
(rev 03)
00:1c.4 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 5 
(rev 03)
00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #3 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI 
Controller #1 (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3)
00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller 
(rev 03)
00:1f.2 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA IDE 
Controller (rev 03)
01:00.0 VGA compatible controller: nVidia Corporation G86 [GeForce 8400M G] 
(rev a1)
03:00.0 Network controller: Intel Corporation PRO/Wireless 4965 AG or AGN 
[Kedron] Network Connection (rev 61)
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI 
Express Gigabit Ethernet controller (rev 01)
05:04.0 CardBus bridge: O2 Micro, Inc. OZ711SP1 Memory CardBus Controller (rev 
01)
05:04.2 SD Host controller: O2 Micro, Inc. Integrated MMC/SD Controller (rev 02)
05:04.3 Mass storage controller: O2 Micro, Inc. Integrated MS/xD Controller 
(rev 01)
05:04.4 FireWire (IEEE 1394): O2 Micro, Inc. Firewire (IEEE 1394) (rev 02)

and sensors says 146 C even if the cpu is idle

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

Title:
  lm-sensors report incorrect values of CPU temparature

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lm-sensors/+bug/352987/+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 816414] [NEW] [MIR] nut (nut-doc, nut-client, nut-server)

2011-07-26 Thread James Page
Public bug reported:

The most recent Debian packaging as split the nut package into nut-
client and nut-server and added a new nut-doc package for documentation.

These need to be promoted to main alongside the rest of the main nut
packages.

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

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

Title:
  [MIR] nut (nut-doc, nut-client, nut-server)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nut/+bug/816414/+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 server-o-openstack] OpenStack Integration

2011-07-26 Thread James Page
Blueprint changed by James Page:

Whiteboard changed:
  Work Items for oneiric-alpha-2:
  [davewalker] Write MIR for python-carrot or kombu: BLOCKED
  [gandelman-a] Write MIR for python-amqplib: DONE
  [zulcss] Write MIR for python-sqlachemy: DONE
  [james-page] Write MIR for python-eventlet: DONE
  [zulcss] Write MIR for python-gflags: DONE
  [zulcss] Write MIR for python-mox: DONE
  [zulcss] Write MIR for python-routes: DONE
  [zulcss] Write MIR for python-webob: TODO
- [james-page] Write MIR for python-migrate: BLOCKED
+ [james-page] Write MIR for python-migrate: DONE
  [zulcss] Write MIR for python-decorator: DONE
  [zulcss] Write MIR for python-tempita: DONE
  [zulcss] Write MIR for python-netaddr: DONE
  [zulcss] Write MIR for pthon-lockfile: DONE
  [zulcss] Write MIR for pep8: DONE
  [zulcss] Write MIR for python-twised-web: DONE
  [zulcss] Write MIR for ajaxterm: DONE
  [zulcss] Write MIR for python-xattr: DONE
  [zulcss] Write MIR for python-greenlet: DONE
  [zulcss] Write MIR for python-netifaces: DONE
  [zulcss] Dropped xen-linux-system from depends: DONE
  [davewalker] Write MIR for nova: BLOCKED
  [zulcss] Write MIR for glance: DONE
  [clint-fewbar] Write MIR for swift: POSTPONED
  [zulcss] Investigate sensible defaults for Nova multi node install: DONE
  [zulcss] Investigate with sensible defaults for Nova single install: DONE
  [zulcss] Replace python-ipy with python-netaddr and submit upstream:DONE
  [zulcss] Drop python-tempita from nova packaging: DONE
  [zulcss] Fix MIR feedback: TODO
  
  Work Items for oneiric-alpha-3:
  [zulcss] Investigate S3 for glance: TODO
  [zulcss] Investigate S3 for swift: TODO
  [zulcss] Investigate sensible defaults for glance installation: TODO
  [zulcss] Investigate sensible defaults for swift installation: TODO
  [gandelman-a] Integrate ensemble modules for puppet deployment: TODO
  [davewalker] Write MIR for python-carrot or kombu: BLOCKED
  [james-page] Write MIR for python-migrate: BLOCKED
  [clint-fewbar] Write MIR for swift: INPROGRESS
  [davewalker] Write MIR for nova: BLOCKED
  [zulcss] Fix MIR feedback: TODO
  [zulcss] Package lio-utils for oneiric: DONE
  [zulcss] Investigate the usage of rootwrap into eucalyptus and submit 
upstream: INPROGRESS
  [zulcss] Package openstack dashboard: BLOCKED
  [zulcss] Package quantum and upload to the archive: INPROGRESS
  [zulcss] Package keystone and upload to the archive: INPROGRESS
  
  Work Items:
  [zulcss] Replace vblade-persist with something else: TODO
  [zulcss] Replace socat with netcat-openbsd: TODO
  [zulcss] Package lio-utils for oneiric: DONE
  [zulcss] Replace iscsitarget with lio-utils and submit upstream: TODO
  [zulcss] Add EC2 testcases to upstream: TODO
  [zulcss] Investigate monitoring hooks: TODO
  [zulcss] Investigate monitoring hooks needed for orchestra: TODO
  [zulcss] Update preseeds for UEC test rig: TODO
  [zulcss] Suggest socat and ajaxterm: TODO
  [zulcss] Try to fix ajaxterm for Ubuntu: TODO
  [zulcss] Try ensemble on openstack: TODO
  [zulcss]  ldap support (for IS): TODO
  [zulcss]  postgresql support (for IS): TODO
  [zulcss] no starting of nova/swift for upstart: TODO
  [zulcss] rootwrap: TODO
  [zulcss] ensemble formula for nagios: TODO
  [zulcss] ensemble formula for collectd: TODO
  [zulcss] glusterfs support: TODO
  [zulcss] vblade to suggests: TODO
  [zulcss] ensemble for ganglia: TODO
  [zulcss] ensemble for munin: TODO

-- 
OpenStack Integration
https://blueprints.launchpad.net/ubuntu/+spec/server-o-openstack

-- 
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 815865] Re: Cookie variable in Apache LogFormat outputs incorrect value

2011-07-26 Thread Joe Burgess
** Also affects: apache2 via
   http://issues.apache.org/bugzilla/show_bug.cgi?id=28037
   Importance: Unknown
   Status: Unknown

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

Title:
  Cookie variable in Apache LogFormat outputs incorrect value

To manage notifications about this bug go to:
https://bugs.launchpad.net/apache2/+bug/815865/+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 482836] Re: Samba shared printers not accessible under Vista and Windows7

2011-07-26 Thread pirlo
Same problem here with Ubuntu Lucid 10.04.3 and samba 3.4.7 - 32 bit
driver works like charm, 64 bit driver gives the message with
0x00d8.

one year is a very very long time for a bug!

if you have hunderts of computers you don't really want to user lpt oder
ipp printing with local drivers

will this bug ever be fixed?
ist it fixed in 10.10 or 11.04?

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

Title:
  Samba shared printers not accessible under Vista and Windows7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/482836/+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 482836] Re: Samba shared printers not accessible under Vista and Windows7

2011-07-26 Thread pirlo
btw tried to install printer with konica minolta bizhub 283 driver from this 
website:
http://download6.konicaminolta.eu/konmin/public/BEUDEsw
(Druckertreiber PCL6PCL6 driver (WHQL) for KONICA MINOLTA bizhub 
423/363/283/2231.1.2.0 2010-06-01)

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

Title:
  Samba shared printers not accessible under Vista and Windows7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/482836/+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 server-o-infra-power] Infrastructure power management

2011-07-26 Thread Arnaud Quette
Blueprint changed by Arnaud Quette:

Whiteboard changed:
  Work items:
  [fredericbohe] Implement device discovery tools / libs / binding in NUT: 
INPROGRESS
  [aquette] Implement configuration library and tool for NUT: TODO
  [aquette] Create Augeas lenses for configuration for NUT: DONE
- [aquette] Distribute NUT Augeas lenses: INPROGRESS
- [aquette] Distribute the new NUT documentation: INPROGRESS
- [aquette] Create a NUT client only (upsmon) package: INPROGRESS
+ [bigon] Distribute NUT Augeas lenses: INPROGRESS
+ [bigon] Distribute the new NUT documentation: INPROGRESS
+ [bigon] Create a NUT client only (upsmon) package: INPROGRESS
  [aquette] Convert initscripts to upstart: TODO
  [aquette] Create Avahi publication script for : DONE
  [aquette] Implement a native NUT PSU (power supply unit) / IPMI driver, using 
FreeIPMI: INPROGRESS
  [aquette] MIR for libfreeipmi and libipmimonitoring for nut-ipmi: TODO
  [aquette] Implement PowerChain in NUT: INPROGRESS
  [zulcss] Investigate and implement NUT Puppet integration: TODO
  [zulcss] Investigate and implement NUT cobbler integration: TODO
  [zulcss] Investigate and implement NUT Orchestra integration: TODO
  [zulcss] Investigate and implement NUT Ensemble integration: TODO
  Investigate and implement NUT Ensemble integration: TODO
  [aquette] Implement improved PDU and power devices support in fence-agents: 
DONE
  [andreserl] provide fence-agents package (part of server-o-cluster-stack): 
DONE
  [andreserl] Investigate PowerNap using NUT as a data broker: INPROGRESS
  [aquette] Investigate PowerNap using NUT as a data broker: INPROGRESS
  [andreserl] Implement NUT client support in PowerWake: TODO
  [aquette] Implement NUT client support in PowerWake: TODO
  [bencer] Implement NUT support in Zentyal: TODO
  [aquette] Implement NUT support in Zentyal: TODO
  [cr3] Implement support for UPS testing in Checkbox using NUT: TODO
  [aquette] Implement support for UPS testing in Checkbox using NUT: TODO
  
  Remaining questions:
  - is Augeas support sufficient for configuration, or does it need a more 
advanced wrapper?
  - related to the above, is a configuration library / tool needed?
  - @zulcss: does Nagios nut plug-in offer sufficient features for your purpose?
  - MIR for FreeIPMI?
  
  == Items to consider ==
  1. Implement power support in Cloud schedulers using NUT: TODO (lack an 
assignee)
  2. Create power consumption reports (not ready for billing, only informative)
  3. Asset management support for power devices. Ie, Provide device information 
like manufacturer name and model, serial number, location, contact, service 
dates, ...

-- 
Infrastructure power management
https://blueprints.launchpad.net/ubuntu/+spec/server-o-infra-power

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


Re: [Bug 816414] [NEW] [MIR] nut (nut-doc, nut-client, nut-server)

2011-07-26 Thread Arnaud Quette
moreover, it's part of the ServerOneiricInfraPower blueprint:
https://blueprints.launchpad.net/ubuntu/+spec/server-o-infra-power

cheers,
Arnaud
-- 
Linux / Unix Expert RD - Eaton - http://powerquality.eaton.com
Network UPS Tools (NUT) Project Leader - http://www.networkupstools.org/
Debian Developer - http://www.debian.org
Free Software Developer - http://arnaud.quette.free.fr/

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

Title:
  [MIR] nut (nut-doc, nut-client, nut-server)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nut/+bug/816414/+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 server-o-cluster-stack] Cluster Stack in Oneiric

2011-07-26 Thread Andres Rodriguez
Blueprint changed by Andres Rodriguez:

Whiteboard changed:
  Work items:
  [andreserl] Finish packaging resource-agents: DONE
  [andreserl] Finish packaging fence-agents: DONE
  [andreserl] Upgrade pacemaker to 1.1.X and submit debian dir to Debian: DONE
  [andreserl] Upload fence-agents: DONE
  [andreserl] Upload resource-agents: DONE
  [andreserl] Keep RHCS for DLM (gfs_controld.pcmk/dlm_controld.pcmk) and 
gfs2-tools: DONE
  [andreserl] Remove installation of resource agents from rgmanager: DONE
  [andreserl] Remove installation of fence agents from source: DONE
  [andreserl] MIR resource-agents: DONE
  [andreserl] Switch dependencies on cluster-agents to resource-agents: DONE
  [andreserl] Upgrade Heartbeat 3.0.5: DONE
  [andreserl] Upgrade pacemaker to 1.1.5: DONE
  [andreserl] Link up with openstack and upstream to compile a list of HA 
requirements: DONE
  [andreserl] MIR fence-agents: TODO
- [andreserl] Upgrade DRBD 8.4 if Oneiric Kernel ships it: TODO
+ [andreserl] Upgrade DRBD 8.4 if Oneiric Kernel ships it: POSTPONED
  [andreserl] Sort out PPAs (ubuntu-ha-maintainers becomes main PPA, all other 
go away): TODO
  [andreserl] Evaluate upgrade path 1 or path 2: TODO
  
  Path 1:
  Update RHCS to latest 3.0.X (3.0.17 no longer maintained by upstream): TODO
  
  Path 2:
  Evaluate if RHCS should be updated to 3.1 (needs testing for OCFS2/GFS2 with 
pacemaker+corosync+cman. Heartbeat will no longer be used for GFS2/OCFS): TODO
  Upgrade to RHCS 3.1: TODO
  Finish packaging gfs2-utils: TODO
  Upload gfs2-utils: TODO
  MIR gfs2-utils: TODO
  Update default Pacemaker configuration to reflect upstream changes: TODO
  
  Upstartify corosync (upstart does not stop correctly stop corosync threads): 
POSTPONED
  Include new RHCS and related packages into natty: POSTPONED
  Look into automated deployment with puppet (Simple: VIP/ Advanced: DRBD, 
CLVM, etc): POSTPONED
  Add meta-package/tasksel to install simple cluster and join it: POSTPONED
  Document for HA with OCFS2: POSTPONED
  Document for CLVM: POSTPONED
  Include documentation in Ubuntu Server Guide: POSTPONED
  
  == Agenda ==
  
   * Current Cluster Stack:
     - RHCS (3.0.12)
   + dlm_controld.pcmk/gfs_controld.pcmk
     - Pacemaker/corosync/heartbeat (1.0.10):
   + RA's handle above.
  
   * Discuss the adoption of the new software versions as there have been 
several upstream changes, and different distributions are adopting different 
components.
     * RHCS (3.1):
   - RHCS (dlm, cman, etc), fence-agents, resource-agents, gfs2-utils
   - gfs-pcmk, dlm-pcmk dropped.
     * Pacemaker 1.1:
   - Pcmk + Corosync + cman (to use dlm_controld/gfs_controld)
     * resource-agents
   - Linux-HA and RHCS RA's merged in a single source.
     * MIR fence-agents
   - Cobbler uses it.
  
   * DRBD 8.3.X/DRBD 8.4.X
   * Nova Components HA (following discussion from the OpenStack Design Summit)
   * Continue with the work on the Ubuntu Cluster Stack to complete previously 
defined work items.
   * Obtain feature requests and discuss the customization of the cluster stack 
for Ubuntu.
   * Cloud HA - Pacemaker Cloud Policy Engine:
  
  
http://www.redhat.com/summit/2011/presentations/summit/whats_new/thursday/dake_th_1130_high_availability_in_the_cloud.pdf
  
  == Session Notes ==
  
  == Actions ==
   * Move forward with OCFS2 as the supported clustered FS
   *  Keep RHCS 3.0 for DLM's only.
  - dlm_controld.pcmk/gfs_controld.pcmk
  - keep shipping gfs2-tools (and make sure it's ok)
  - upgrade to latest 3.0.x that contains .pcmk (3.0.17)
   *  Package fence-agents/resource-agents
   *  Upgrade pacemaker to 1.1
   *  Investigate and resolve ARM related issues within OCFS2, test
   *  Move from cluster-agents to resouce-agents
   *  Link up with openstack and upstream to compile a list of HA requirements
   *  DRBD 8.4 if is shipped in mainline kernel Oneiric ships.
   *  ***Documentation***
   *  Sort out PPAs (ubuntu-ha-maintainers becomes main PPA, all other go away)

-- 
Cluster Stack in Oneiric
https://blueprints.launchpad.net/ubuntu/+spec/server-o-cluster-stack

-- 
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 server-o-cluster-stack] Cluster Stack in Oneiric

2011-07-26 Thread Andres Rodriguez
Blueprint changed by Andres Rodriguez:

Whiteboard changed:
  Work items:
  [andreserl] Finish packaging resource-agents: DONE
  [andreserl] Finish packaging fence-agents: DONE
  [andreserl] Upgrade pacemaker to 1.1.X and submit debian dir to Debian: DONE
  [andreserl] Upload fence-agents: DONE
  [andreserl] Upload resource-agents: DONE
  [andreserl] Keep RHCS for DLM (gfs_controld.pcmk/dlm_controld.pcmk) and 
gfs2-tools: DONE
  [andreserl] Remove installation of resource agents from rgmanager: DONE
  [andreserl] Remove installation of fence agents from source: DONE
  [andreserl] MIR resource-agents: DONE
  [andreserl] Switch dependencies on cluster-agents to resource-agents: DONE
  [andreserl] Upgrade Heartbeat 3.0.5: DONE
  [andreserl] Upgrade pacemaker to 1.1.5: DONE
  [andreserl] Link up with openstack and upstream to compile a list of HA 
requirements: DONE
  [andreserl] MIR fence-agents: TODO
  [andreserl] Upgrade DRBD 8.4 if Oneiric Kernel ships it: POSTPONED
  [andreserl] Sort out PPAs (ubuntu-ha-maintainers becomes main PPA, all other 
go away): TODO
- [andreserl] Evaluate upgrade path 1 or path 2: TODO
+ [andreserl] Evaluate upgrade path 1 or path 2: DONE
  
  Path 1:
  Update RHCS to latest 3.0.X (3.0.17 no longer maintained by upstream): TODO
  
  Path 2:
  Evaluate if RHCS should be updated to 3.1 (needs testing for OCFS2/GFS2 with 
pacemaker+corosync+cman. Heartbeat will no longer be used for GFS2/OCFS): TODO
  Upgrade to RHCS 3.1: TODO
  Finish packaging gfs2-utils: TODO
  Upload gfs2-utils: TODO
  MIR gfs2-utils: TODO
  Update default Pacemaker configuration to reflect upstream changes: TODO
  
  Upstartify corosync (upstart does not stop correctly stop corosync threads): 
POSTPONED
  Include new RHCS and related packages into natty: POSTPONED
  Look into automated deployment with puppet (Simple: VIP/ Advanced: DRBD, 
CLVM, etc): POSTPONED
  Add meta-package/tasksel to install simple cluster and join it: POSTPONED
  Document for HA with OCFS2: POSTPONED
  Document for CLVM: POSTPONED
  Include documentation in Ubuntu Server Guide: POSTPONED
  
  == Agenda ==
  
   * Current Cluster Stack:
     - RHCS (3.0.12)
   + dlm_controld.pcmk/gfs_controld.pcmk
     - Pacemaker/corosync/heartbeat (1.0.10):
   + RA's handle above.
  
   * Discuss the adoption of the new software versions as there have been 
several upstream changes, and different distributions are adopting different 
components.
     * RHCS (3.1):
   - RHCS (dlm, cman, etc), fence-agents, resource-agents, gfs2-utils
   - gfs-pcmk, dlm-pcmk dropped.
     * Pacemaker 1.1:
   - Pcmk + Corosync + cman (to use dlm_controld/gfs_controld)
     * resource-agents
   - Linux-HA and RHCS RA's merged in a single source.
     * MIR fence-agents
   - Cobbler uses it.
  
   * DRBD 8.3.X/DRBD 8.4.X
   * Nova Components HA (following discussion from the OpenStack Design Summit)
   * Continue with the work on the Ubuntu Cluster Stack to complete previously 
defined work items.
   * Obtain feature requests and discuss the customization of the cluster stack 
for Ubuntu.
   * Cloud HA - Pacemaker Cloud Policy Engine:
  
  
http://www.redhat.com/summit/2011/presentations/summit/whats_new/thursday/dake_th_1130_high_availability_in_the_cloud.pdf
  
  == Session Notes ==
  
  == Actions ==
   * Move forward with OCFS2 as the supported clustered FS
   *  Keep RHCS 3.0 for DLM's only.
  - dlm_controld.pcmk/gfs_controld.pcmk
  - keep shipping gfs2-tools (and make sure it's ok)
  - upgrade to latest 3.0.x that contains .pcmk (3.0.17)
   *  Package fence-agents/resource-agents
   *  Upgrade pacemaker to 1.1
   *  Investigate and resolve ARM related issues within OCFS2, test
   *  Move from cluster-agents to resouce-agents
   *  Link up with openstack and upstream to compile a list of HA requirements
   *  DRBD 8.4 if is shipped in mainline kernel Oneiric ships.
   *  ***Documentation***
   *  Sort out PPAs (ubuntu-ha-maintainers becomes main PPA, all other go away)

-- 
Cluster Stack in Oneiric
https://blueprints.launchpad.net/ubuntu/+spec/server-o-cluster-stack

-- 
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 server-o-jonas] JOnAS Packaging Certification

2011-07-26 Thread James Page
Blueprint changed by James Page:

Whiteboard changed:
+ Initial JOnAS 5.3 Dependency Analysis and archive fit -
+ http://pad.ubuntu.com/server-o-jonas-dependency-analysis
+ 
+ 
+ 
  Recap on work on Natty:
  
  Current Challenges:
  * Binary packaging produced for Natty release does not currently pass JEE 
Certification Tests on OpenJDK (only passes on sun-jdk); this needs to be 
resolved if we are going to try to get this into the main archive.
  Packaging Approach:
  * Key Dependencies:
    - ow2 EasyBeans
    - ow2 JOTM
    - ow2 CAROL
    - ow2 monolog
    - ow2 perseus
    - ow2 cmi
    - ow2 medor
    - tomcat7
    - Adobe Cairngorm
    - axis2
    - ops4j
    - Google Guice
  
  * Potential Issues:
    - Maven version 2.1.x (not 2.0.x) in archive
    - osgi wraps around existing libraries
    - Flash in admin GUI.
    - Large amount of dependency packaging
  
  JOnAS
  
  - 5.3 - JEE 6 profile
  - 5.3 - JEE 5 profile
  
   OSGi 4.2- stan
  
  - Apache Felix (or Eclipse)
  
  Micro-container architecutre - very low dependency requirement.
  
  Services delivered as bundles.
  
  Certified against full bundle of componets.
  
  Diff between dev and production modes - quick startup.
  
  Open source flex compilier - maven plugin.
  
  Jonas admn console - separatre component.
  
  OSGi enterprise standard.
  
  

  
  Work Items (oneiric-alpha-2):
  [james-page] Review current OSGi packaging:TODO
  [florent-benoit] Identify priority list of ow2 components for packaging 
during Oneiric: TODO
  [florent-benoit] Idnetify list of ow2 and other maven plugins required to 
support JOnAS: TODO
  
  Work Items:
  [james-page] work upstream in Debian to help with Maven 3 packaging: TODO
  [james-page] Work with florent on understanding JOnAS clustering and how this 
might feed into Ensemble and Orchestra: TODO

-- 
JOnAS Packaging  Certification
https://blueprints.launchpad.net/ubuntu/+spec/server-o-jonas

-- 
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 795717] Re: 32bit rhel and centos 5.(5|6) hangs on boot on natty

2011-07-26 Thread Adam Jacob
I'm having identical behavior - with more than one vcpu, I can't get a
32 bit CentOS system to boot. 64bit seems fine.

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

Title:
  32bit rhel and centos 5.(5|6) hangs on boot on natty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/795717/+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 server-o-jonas] JOnAS Packaging Certification

2011-07-26 Thread James Page
Blueprint changed by James Page:

Whiteboard changed:
  Initial JOnAS 5.3 Dependency Analysis and archive fit -
  http://pad.ubuntu.com/server-o-jonas-dependency-analysis
  
  
  
  Recap on work on Natty:
  
  Current Challenges:
  * Binary packaging produced for Natty release does not currently pass JEE 
Certification Tests on OpenJDK (only passes on sun-jdk); this needs to be 
resolved if we are going to try to get this into the main archive.
  Packaging Approach:
  * Key Dependencies:
    - ow2 EasyBeans
    - ow2 JOTM
    - ow2 CAROL
    - ow2 monolog
    - ow2 perseus
    - ow2 cmi
    - ow2 medor
    - tomcat7
    - Adobe Cairngorm
    - axis2
    - ops4j
    - Google Guice
  
  * Potential Issues:
    - Maven version 2.1.x (not 2.0.x) in archive
    - osgi wraps around existing libraries
    - Flash in admin GUI.
    - Large amount of dependency packaging
  
  JOnAS
  
  - 5.3 - JEE 6 profile
  - 5.3 - JEE 5 profile
  
   OSGi 4.2- stan
  
  - Apache Felix (or Eclipse)
  
  Micro-container architecutre - very low dependency requirement.
  
  Services delivered as bundles.
  
  Certified against full bundle of componets.
  
  Diff between dev and production modes - quick startup.
  
  Open source flex compilier - maven plugin.
  
  Jonas admn console - separatre component.
  
  OSGi enterprise standard.
  
  

  
  Work Items (oneiric-alpha-2):
- [james-page] Review current OSGi packaging:TODO
- [florent-benoit] Identify priority list of ow2 components for packaging 
during Oneiric: TODO
- [florent-benoit] Idnetify list of ow2 and other maven plugins required to 
support JOnAS: TODO
+ [james-page] Review current OSGi packaging: INPROGRESS
+ [florent-benoit] Identify priority list of ow2 components for packaging 
during Oneiric: INPROGRESS
+ [florent-benoit] Idnetify list of ow2 and other maven plugins required to 
support JOnAS: INPROGRESS
  
  Work Items:
  [james-page] work upstream in Debian to help with Maven 3 packaging: TODO
  [james-page] Work with florent on understanding JOnAS clustering and how this 
might feed into Ensemble and Orchestra: TODO

-- 
JOnAS Packaging  Certification
https://blueprints.launchpad.net/ubuntu/+spec/server-o-jonas

-- 
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 814222] Re: kvm cannot use vhd files over 127GB

2011-07-26 Thread Brian Murray
** Tags added: patch

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

Title:
  kvm cannot use vhd files over 127GB

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/814222/+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 808224] Re: ovs-brcompatd not built

2011-07-26 Thread Ben Pfaff
I pushed the fix to the Open vSwitch Git master, so the next Debian
upload should fix this bug, once it propagates to Ubuntu.

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

Title:
  ovs-brcompatd not built

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/808224/+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 795717] Re: 32bit rhel and centos 5.(5|6) hangs on boot on natty

2011-07-26 Thread Serge Hallyn
@Adam,

can you reproduce this booting from an iso?  If so, can you give us the
exact kvm command line (or libvirt .xml) and the url of the iso image
you used?

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

Title:
  32bit rhel and centos 5.(5|6) hangs on boot on natty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/795717/+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 807903] Re: open-vm-tools failed to build on i386 and amd64

2011-07-26 Thread Nate Muench
Negative, I integrated it into my packaging.  So you don't need to.

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

Title:
  open-vm-tools failed to build on i386 and amd64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/807903/+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 816754] [NEW] add ovs-vsctl to sudoers file

2011-07-26 Thread dan wendlandt
Public bug reported:

The diablo-3 release of nova now includes the option to use Open vSwitch
in addition to the Linux Bridge for VM networking.

As a result, the nova code now calls the ovs-vsctl utility using sudo,
so I believe this means that ovs-vsctl should be added to the nova
sudoers file (http://bazaar.launchpad.net/~ubuntu-
branches/ubuntu/oneiric/nova/oneiric/view/head:/debian/nova_sudoers).

ovs-vsctl is essentially the Open vSwitch equivalent of brctl .  Thanks.

** Affects: nova (Ubuntu)
 Importance: Undecided
 Status: 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/816754

Title:
  add ovs-vsctl to sudoers file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/816754/+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 816758] [NEW] Cant type some characters in readline()

2011-07-26 Thread Fred
Public bug reported:

php5-cli have a Readline extension.
http://php.net/readline

PHP on Ubuntu is compiled using the libedit library instead of GNU
Readline.

readline() wont accept some characters such as åäö.
Test case: $ php -r readline('');

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: php5-cli 5.3.5-1ubuntu7.2
ProcVersionSignature: Ubuntu 2.6.38-10.46-generic 2.6.38.7
Uname: Linux 2.6.38-10-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
CheckboxSubmission: 8b5778459c1f0a1989b8d1d888befce0
CheckboxSystem: 4ed15c40009aa6f7770f606350a390a2
Date: Wed Jul 27 03:18:24 2011
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
ProcEnviron:
 LANGUAGE=en
 LANG=en_US.UTF-8
 LC_MESSAGES=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: php5
UpgradeStatus: Upgraded to natty on 2011-03-28 (120 days ago)

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


** Tags: amd64 apport-bug natty

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

Title:
  Cant type some characters in readline()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/816758/+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 816758] Re: Cant type some characters in readline()

2011-07-26 Thread Fred
-- 
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/816758

Title:
  Cant type some characters in readline()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/816758/+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 816754] Re: add ovs-vsctl to sudoers file

2011-07-26 Thread dan wendlandt
to be precise, unbuntu's apt-get seems to install ovs-vsctl in:
/usr/sbin/ovs-vsctl

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

Title:
  add ovs-vsctl to sudoers file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/816754/+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 816758] Re: Cant type some characters in readline()

2011-07-26 Thread Fred
** Description changed:

- php5-cli have readline().
+ php5-cli have a Readline extension.
  http://php.net/readline
  
- Ubuntu uses libedit instead of GNU Readline.
+ PHP on Ubuntu is compiled using the libedit library instead of GNU
+ Readline.
  
- I use PHP 5.3.5-1ubuntu7.2 and readline() wont accept some characters
- such as åäö.
+ readline() wont accept some characters such as åäö.
+ Test case: $ php -r readline('');
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: php5-cli 5.3.5-1ubuntu7.2
  ProcVersionSignature: Ubuntu 2.6.38-10.46-generic 2.6.38.7
  Uname: Linux 2.6.38-10-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  CheckboxSubmission: 8b5778459c1f0a1989b8d1d888befce0
  CheckboxSystem: 4ed15c40009aa6f7770f606350a390a2
  Date: Wed Jul 27 03:18:24 2011
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
  ProcEnviron:
-  LANGUAGE=en
-  LANG=en_US.UTF-8
-  LC_MESSAGES=en_GB.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=en
+  LANG=en_US.UTF-8
+  LC_MESSAGES=en_GB.UTF-8
+  SHELL=/bin/bash
  SourcePackage: php5
  UpgradeStatus: Upgraded to natty on 2011-03-28 (120 days ago)

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

Title:
  Cant type some characters in readline()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/816758/+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 494141] Re: CUPS starts after SAMBA; printers are not available (convert cups to upstart)

2011-07-26 Thread berry
Very frustrating until I saw this post.  Confrimed for me in 11.04.  My machine 
had had very high uptimes so I did not notice until my UPS went recently and I 
would loose printers on reboots.
I was blindly hacking my smb.conf until this post.
rc.local  with /sbin/reload smbd is my workaround

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

Title:
  CUPS starts after SAMBA; printers are not available (convert cups to
  upstart)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/494141/+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 788998] Re: winbind hang after 10 hours, Kerberos and DNS related

2011-07-26 Thread Launchpad Bug Tracker
[Expired for samba (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  winbind hang after 10 hours, Kerberos and DNS related

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/788998/+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 788348] Re: package samba-common 2:3.5.8~dfsg-1ubuntu2.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127

2011-07-26 Thread Launchpad Bug Tracker
[Expired for samba (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  package samba-common 2:3.5.8~dfsg-1ubuntu2.2 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 127

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/788348/+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 787733] Re: bug in lamp-server

2011-07-26 Thread Launchpad Bug Tracker
[Expired for apache2 (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  bug in lamp-server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/787733/+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 781265] Re: package samba-common 2:3.5.8~dfsg-1ubuntu2.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-07-26 Thread Launchpad Bug Tracker
[Expired for samba (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  package samba-common 2:3.5.8~dfsg-1ubuntu2.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/781265/+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 771818] Re: SIGABRT on unexpected data

2011-07-26 Thread Launchpad Bug Tracker
[Expired for squid (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  SIGABRT on unexpected data

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid/+bug/771818/+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 748687] Re: Deja Dup does not remember local folder

2011-07-26 Thread Keith Drummond
apport information

** Tags added: apport-collected

** Description changed:

  Binary package hint: deja-dup
  
  Ubuntu 11.04 Beta
  
  When backup runs it should backup to specified folder on external drive
  Instead when backup runs it does not remember the local folder settings and 
just backs up to the external drive but not to the specified folder. This has 
only started to occur since the upgrade to Natty from Maverick
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: deja-dup 17.92-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.38-7.39-generic 2.6.38
  Uname: Linux 2.6.38-7-generic i686
  Architecture: i386
  CheckboxSubmission: a01bf52ed245bc40874a949e0d429755
  CheckboxSystem: b633b4f40868d491c2ae5b50030ce6f3
  Date: Sat Apr  2 23:43:19 2011
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101006.2)
  ProcEnviron:
   LANGUAGE=en_GB:en
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: deja-dup
  UpgradeStatus: Upgraded to natty on 2011-04-01 (1 days ago)
+ --- 
+ Architecture: i386
+ CheckboxSubmission: a01bf52ed245bc40874a949e0d429755
+ CheckboxSystem: b633b4f40868d491c2ae5b50030ce6f3
+ DistroRelease: Ubuntu 11.04
+ InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
+ Package: deja-dup 18.1.1-0ubuntu1.1
+ PackageArchitecture: i386
+ ProcEnviron:
+  LANGUAGE=en_IE:en
+  LANG=en_GB.UTF-8
+  LC_MESSAGES=en_IE.UTF-8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 2.6.38-11.47-generic 2.6.38.8
+ Tags:  natty running-unity
+ Uname: Linux 2.6.38-11-generic i686
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm admin audio cdrom dialout dip fax floppy fuse lpadmin netdev 
plugdev sambashare tape video

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/748687/+attachment/2232695/+files/Dependencies.txt

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

Title:
  Deja Dup does not remember local folder

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/748687/+subscriptions

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


[Bug 579734] Re: Some Dialogs Aren't Shown in Static Application Switcher

2011-07-26 Thread Jesse
@pvillavi hi i just tested and reproduced this bug on latest natty

** Changed in: compiz (Ubuntu)
   Status: Expired = New

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

Title:
  Some Dialogs Aren't Shown in Static Application Switcher

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

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


[Bug 815871] Re: Cheese SIGSEGV in cogl_create_context at startup

2011-07-26 Thread Leonardo
apport information

** Tags added: apport-collected unity-2d

** Description changed:

  Steps to reproduce:
  1. Start Cheese Webcam Booth
  
  cheese-3.0.0-0ubuntu1 on Oneiric x64
  
  Pls see attached backtrace
+ --- 
+ Architecture: amd64
+ DistroRelease: Ubuntu 11.10
+ MachineType: Dell Inc. OptiPlex 960
+ Package: cheese 3.0.0-0ubuntu1
+ PackageArchitecture: amd64
+ ProcEnviron:
+  LANGUAGE=en_US:en
+  PATH=(custom, user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 3.0.0-6.7-generic 3.0.0-rc7
+ RelatedPackageVersions:
+  cheese3.0.0-0ubuntu1
+  cheese-common 3.0.0-0ubuntu1
+ Tags:  unity-2d oneiric
+ Uname: Linux 3.0.0-6-generic x86_64
+ UpgradeStatus: Upgraded to oneiric on 2011-07-15 (10 days ago)
+ UserGroups: adm admin audio bacula cdrom dialout dip floppy fuse kvm libvirtd 
lpadmin mythtv plugdev pulse scanner vboxusers video
+ dmi.bios.date: 09/23/2008
+ dmi.bios.vendor: Dell Inc.
+ dmi.bios.version: A01
+ dmi.board.name: 0Y958C
+ dmi.board.vendor: Dell Inc.
+ dmi.board.version: A00
+ dmi.chassis.type: 6
+ dmi.chassis.vendor: Dell Inc.
+ dmi.modalias: 
dmi:bvnDellInc.:bvrA01:bd09/23/2008:svnDellInc.:pnOptiPlex960:pvr:rvnDellInc.:rn0Y958C:rvrA00:cvnDellInc.:ct6:cvr:
+ dmi.product.name: OptiPlex 960
+ dmi.sys.vendor: Dell Inc.

** Attachment added: CheeseDebug.txt.gz
   
https://bugs.launchpad.net/bugs/815871/+attachment/2232696/+files/CheeseDebug.txt.gz

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

Title:
  Cheese SIGSEGV in cogl_create_context at startup

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

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


[Bug 815871] Dependencies.txt

2011-07-26 Thread Leonardo
apport information

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/815871/+attachment/2232697/+files/Dependencies.txt

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

Title:
  Cheese SIGSEGV in cogl_create_context at startup

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

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


[Bug 815871] ProcCpuinfo.txt

2011-07-26 Thread Leonardo
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/815871/+attachment/2232698/+files/ProcCpuinfo.txt

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

Title:
  Cheese SIGSEGV in cogl_create_context at startup

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

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


[Bug 815871] lspci.txt

2011-07-26 Thread Leonardo
apport information

** Attachment added: lspci.txt
   https://bugs.launchpad.net/bugs/815871/+attachment/2232699/+files/lspci.txt

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

Title:
  Cheese SIGSEGV in cogl_create_context at startup

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

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


[Bug 815871] lsusb.txt

2011-07-26 Thread Leonardo
apport information

** Attachment added: lsusb.txt
   https://bugs.launchpad.net/bugs/815871/+attachment/2232700/+files/lsusb.txt

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

Title:
  Cheese SIGSEGV in cogl_create_context at startup

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

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


[Bug 433943] Re: kernel boot broken: init: udevtrigger mainprocess (1283) terminated with status 1

2011-07-26 Thread Alberto Jovio
I update of 10.10 to 11.04

init: udevtrigger main process (421) terminated with status 1
init: udevtrigger pots-stop process (424) terminated with status 1
init: udevmonitor main process (418) Killed by TERM sisnal.
La unida de disco de / no esta listo o presente continue esperando, O pulse S 
para omitir o M para recuperar manualmente.

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

Title:
  kernel boot broken: init: udevtrigger mainprocess (1283) terminated
  with status 1

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

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


[Bug 777452] Re: Huge number of 'Disk Utility' notification windows

2011-07-26 Thread zasran
No fix planned?

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

Title:
  Huge number of 'Disk Utility' notification windows

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-disk-utility/+bug/777452/+subscriptions

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


[Bug 815871] Re: Cheese SIGSEGV in cogl_create_context at startup

2011-07-26 Thread Leonardo
I think this bug related to the fact that compiz isn't running (it crashes at 
startup).
Still, Cheese should run anyway, also with metacity wm.

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

Title:
  Cheese SIGSEGV in cogl_create_context at startup

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

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


[Bug 790824] Re: [Asus EeePC 1001PXD/1011PX/1015PX] External monitor scrambles desktop

2011-07-26 Thread Keng-Yü Lin
** Also affects: compiz (Ubuntu)
   Importance: Undecided
   Status: New

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

** Changed in: compiz (Ubuntu Natty)
   Status: New = Confirmed

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

** Changed in: compiz (Ubuntu Natty)
   Importance: Undecided = High

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

Title:
  [Asus EeePC 1001PXD/1011PX/1015PX] External monitor scrambles desktop

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

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


[Bug 812140] Re: does not resume from hibernation

2011-07-26 Thread Michal Suchanek
It works with most kernels, just one this one.

It's even supported by upstream.

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

Title:
  does not resume from hibernation

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

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


[Bug 806256] Re: xf86PostMotionEvent resets cursor to upper left

2011-07-26 Thread Chris Halse Rogers
** Also affects: xorg-server (Ubuntu Natty)
   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/806256

Title:
  xf86PostMotionEvent resets cursor to upper left

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

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


[Bug 790824] Re: [Asus EeePC 1001PXD/1011PX/1015PX] External monitor scrambles desktop

2011-07-26 Thread Keng-Yü Lin
This is much like bug 792022.

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

Title:
  [Asus EeePC 1001PXD/1011PX/1015PX] External monitor scrambles desktop

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

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


[Bug 816251] Re: package librsvg2-2.18-cil 2.26.0-2ubuntu1 failed to install/upgrade: installed post-installation script alfolyamat 2 hibakóddal kilépett

2011-07-26 Thread karonka
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/816251

Title:
  package librsvg2-2.18-cil 2.26.0-2ubuntu1 failed to install/upgrade:
  installed post-installation script alfolyamat 2 hibakóddal kilépett

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-desktop-sharp2/+bug/816251/+subscriptions

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

[Bug 816251] [NEW] package librsvg2-2.18-cil 2.26.0-2ubuntu1 failed to install/upgrade: installed post-installation script alfolyamat 2 hibakóddal kilépett

2011-07-26 Thread karonka
Public bug reported:

aaa

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: librsvg2-2.18-cil 2.26.0-2ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-22.36-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic i686
Architecture: i386
Date: Mon Jul 25 18:31:06 2011
ErrorMessage: installed post-installation script alfolyamat 2 hibakóddal 
kilépett
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
PackageArchitecture: all
SourcePackage: gnome-desktop-sharp2
Title: package librsvg2-2.18-cil 2.26.0-2ubuntu1 failed to install/upgrade: 
installed post-installation script alfolyamat 2 hibakóddal kilépett

** Affects: gnome-desktop-sharp2 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 lucid

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

Title:
  package librsvg2-2.18-cil 2.26.0-2ubuntu1 failed to install/upgrade:
  installed post-installation script alfolyamat 2 hibakóddal kilépett

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-desktop-sharp2/+bug/816251/+subscriptions

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

[Bug 816075] Re: Impress crashes X with antialiasing on

2011-07-26 Thread Björn Michaelsen
** Also affects: xserver-xorg-video-intel (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/816075

Title:
  Impress crashes X with antialiasing on

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

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


[Bug 816253] [NEW] autologin configuration from System - User settings panel is non-functional

2011-07-26 Thread Kristian Erik Hermansen
Public bug reported:

Selecting the option to auto-login has no effect. The option remains off
after going into another setting module and then returning to the User
module. The configuration is not being saved.

** Affects: ubiquity (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/816253

Title:
  autologin configuration from System - User settings panel is non-
  functional

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

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


[Bug 789567] Re: Typo string 38

2011-07-26 Thread Hannie Dumoleyn
But I did report this bug about Sessioninstaller, where I found the bug.

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

Title:
  Typo string 38

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

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


[Bug 57050] Re: Brother HL-1430 USB printer will only print once

2011-07-26 Thread Andrew Clay
This is still an issue in Maverick as well as Mint Julia

Further observations:-
If another job is sent very soon after the first job, it will print OK.
If the time between jobs is long, the next job prints OK.

I haven't determined the actual cutoff  times for these conditions
The problem occurs between these two conditions.

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

Title:
  Brother HL-1430 USB printer will only print once

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

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


[Bug 816075] Re: Impress crashes X with antialiasing on

2011-07-26 Thread Björn Michaelsen
a) driver module prominent in the backtrace b) reported explicitly
against compiz c) not reproducable on nvidia here = most likely an X11
driver issue. Closing for Libreoffice.


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

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

Title:
  Impress crashes X with antialiasing on

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

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


[Bug 816256] [NEW] Xorg freeze after installing 11.04 x64 on Toshiba Satellite A305

2011-07-26 Thread Amit Kotlovski
Public bug reported:

I used to have an older version of Ubuntu installed (I think 9.04) and wanted 
to check 11.04.
I installed using the liveCD while erasing the old installation.

At first the liveCD could not finish boot, ending up with a black screen.
Then I started passing the following boot parameters, which allowed it to open 
the desktop environment:
acpi=off
noapic
nolapic
nodmraid
nomodtest

I used it to install 11.04 on my hard drive.

Since then, I cannot boot into the ubuntu partition. Neither the normal,
nor the rescue option finish boot successfully.

I booted into the liveCD again, chrooted to my hard drive, and ran apt-
get update  apt-get upgrade, but it didn't help.

When the computer is stuck during boot, it gives me a black screen, and
responds to nothing. No option to get to console, and Caps Lock light
isn't responding.

I ran the `ubuntu-bug` utility for sending this bug report on the
liveCD, as I currently can't start from the hard drive partition, so I
guess it's xorg logs won't show why it couldn't load on the other
partition.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: xorg 1:7.6+4ubuntu3
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
Date: Tue Jul 26 06:16:02 2011
DistUpgraded: Fresh install
DistroCodename: natty
DistroVariant: ubuntu
GdmLog1:
 
GdmLog2:
 
GraphicsCard:
 ATI Technologies Inc Mobility Radeon HD 3400 Series [1002:95c4] (prog-if 00 
[VGA controller])
   Subsystem: Toshiba America Info Systems Device [1179:ff1e]
LiveMediaBuild: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
MachineType: TOSHIBA Satellite A305
ProcEnviron:
 LANGUAGE=en_US:en
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: file=/cdrom/preseed/hostname.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --  acpi=off noapic nolapic nodmraid 
nomodeset
Renderer: Software
SourcePackage: xorg
Symptom: display
Title: Xorg freeze
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/24/2008
dmi.bios.vendor: INSYDE
dmi.bios.version: 1.70
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: Portable PC
dmi.board.vendor: TOSHIBA
dmi.board.version: Base Board Version
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Chassis Manufacturer
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnINSYDE:bvr1.70:bd11/24/2008:svnTOSHIBA:pnSatelliteA305:pvrPSAGCU-05601S:rvnTOSHIBA:rnPortablePC:rvrBaseBoardVersion:cvnChassisManufacturer:ct10:cvrChassisVersion:
dmi.product.name: Satellite A305
dmi.product.version: PSAGCU-05601S
dmi.sys.vendor: TOSHIBA
version.compiz: compiz 1:0.9.4+bzr20110415-0ubuntu2
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.23-1ubuntu6
version.libgl1-mesa-dri: libgl1-mesa-dri 7.10.2-0ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.2-0ubuntu2
version.xserver-xorg: xserver-xorg 1:7.6+4ubuntu3
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.0-0ubuntu4
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.14.0-4ubuntu7
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110107+b795ca6e-0ubuntu7

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


** Tags: amd64 apport-bug freeze natty regression-update ubuntu

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

Title:
  Xorg freeze after installing 11.04 x64 on Toshiba Satellite A305

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

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


[Bug 816256] Re: Xorg freeze after installing 11.04 x64 on Toshiba Satellite A305

2011-07-26 Thread Amit Kotlovski
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/816256

Title:
  Xorg freeze after installing 11.04 x64 on Toshiba Satellite A305

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

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


[Bug 816253] Re: autologin configuration from System - User settings panel is non-functional

2011-07-26 Thread Kristian Erik Hermansen

$ lsb_release -rd
Description:Ubuntu oneiric (development branch)
Release:11.10
$ apt-cache policy gnome-control-center
gnome-control-center:
  Installed: 1:3.1.3-0ubuntu5
  Candidate: 1:3.1.3-0ubuntu5
  Version table:
 *** 1:3.1.3-0ubuntu5 0
500 http://us.archive.ubuntu.com/ubuntu/ oneiric/main amd64 Packages
100 /var/lib/dpkg/status



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

Title:
  autologin configuration from System - User settings panel is non-
  functional

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

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


[Bug 816253] Re: autologin configuration from System - User settings panel is non-functional

2011-07-26 Thread Kristian Erik Hermansen
{noformat}test{noformat}

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

Title:
  autologin configuration from System - User settings panel is non-
  functional

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

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


[Bug 769927] Re: Kernel Oops : Dentry still in use (1) [unmount of nfs4 0:1d]

2011-07-26 Thread Hartmut Manz
I can confirm that the error is still present.

I have activated /net in /etc/auto.master and I have one server
which is exporting several filesystems.

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

Title:
  Kernel Oops : Dentry  still in use (1) [unmount of nfs4 0:1d]

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

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


[Bug 816259] Re: gnome-shell crashed with signal 5 in shell_app_system_get_sections()

2011-07-26 Thread pit ralon
** Visibility changed to: Public

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

Title:
  gnome-shell crashed with signal 5 in shell_app_system_get_sections()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/816259/+subscriptions

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


[Bug 816258] Re: package language-pack-en-base 1:11.04 20110421 failed to install/upgrade: ErrorMessage: unable to stat `./usr/share/locale-langpack/en_CA/LC_MESSAGES/apt.mo' (which I was about to ins

2011-07-26 Thread Graw
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/816258

Title:
  package language-pack-en-base 1:11.04 20110421 failed to
  install/upgrade: ErrorMessage: unable to stat `./usr/share/locale-
  langpack/en_CA/LC_MESSAGES/apt.mo' (which I was about to install):
  Input/output error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-pack-en-base/+bug/816258/+subscriptions

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


[Bug 816258] [NEW] package language-pack-en-base 1:11.04 20110421 failed to install/upgrade: ErrorMessage: unable to stat `./usr/share/locale-langpack/en_CA/LC_MESSAGES/apt.mo' (which I was about to i

2011-07-26 Thread Graw
Public bug reported:

I have xubuntu installed onto a 4gb transcend usb drive mounted at  root
and a 2gb drive mounted at /usr. The boot loader is installed onto a
100mb partition on a third sony 2gb usb stick the rest of which is
formatted as swap space.  I've had some problems getting xubuntu
installed. I originally tried using LVM however the booter would not
recognize the logical volume. I finally tried repartitioning the drives
and finally got it installed but now every time I update that is the
error that I receive.

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: language-pack-en-base 1:11.04+20110421
ProcVersionSignature: Ubuntu 2.6.38-10.46-generic 2.6.38.7
Uname: Linux 2.6.38-10-generic x86_64
Architecture: amd64
Date: Mon Jul 25 23:05:50 2011
ErrorMessage: ErrorMessage: unable to stat 
`./usr/share/locale-langpack/en_CA/LC_MESSAGES/apt.mo' (which I was about to 
install): Input/output error
InstallationMedia: Xubuntu 11.04 Natty Narwhal - Release amd64 (20110427)
PackageArchitecture: all
SourcePackage: language-pack-en-base
Title: package language-pack-en-base 1:11.04+20110421 failed to 
install/upgrade: ErrorMessage: unable to stat 
`./usr/share/locale-langpack/en_CA/LC_MESSAGES/apt.mo' (which I was about to 
install): Input/output error
UpgradeStatus: Upgraded to natty on 2011-07-26 (0 days ago)

** Affects: language-pack-en-base (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package natty

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

Title:
  package language-pack-en-base 1:11.04 20110421 failed to
  install/upgrade: ErrorMessage: unable to stat `./usr/share/locale-
  langpack/en_CA/LC_MESSAGES/apt.mo' (which I was about to install):
  Input/output error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-pack-en-base/+bug/816258/+subscriptions

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


[Bug 609462] Re: Compiz does not run smoothly

2011-07-26 Thread Achim
Just for the record, the latest intel driver supports triple-bufferred 
pageflips fullscreen updates are much faster.
I am no longer stuck at 30FPS.

http://cgit.freedesktop.org/xorg/driver/xf86-video-
intel/commit/?id=7538be3315b8683b05e8f6b22023baadcc0bc4da

** Bug watch added: freedesktop.org Bugzilla #36029
   http://bugs.freedesktop.org/show_bug.cgi?id=36029

** Also affects: compiz via
   http://bugs.freedesktop.org/show_bug.cgi?id=36029
   Importance: Unknown
   Status: Unknown

** Project changed: compiz = xserver-xorg-video-intel

** Changed in: compiz (Ubuntu)
   Status: Expired = In Progress

** Changed in: compiz (Ubuntu)
   Status: In Progress = Incomplete

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

Title:
  Compiz does not run smoothly

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/609462/+subscriptions

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


[Bug 814902] Re: make-kpkg kernel_headers does not produce arch/x86/include for 3.0 kernels

2011-07-26 Thread e X t 7 3
I have the same bug under Ubuntu 11.04.

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

Title:
  make-kpkg kernel_headers does not produce arch/x86/include for 3.0
  kernels

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kernel-package/+bug/814902/+subscriptions

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


[Bug 609462] Re: Compiz does not run smoothly

2011-07-26 Thread Bug Watch Updater
** Changed in: xserver-xorg-video-intel
   Status: Unknown = Confirmed

** Changed in: xserver-xorg-video-intel
   Importance: Unknown = Medium

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

Title:
  Compiz does not run smoothly

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/609462/+subscriptions

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


[Bug 816262] [NEW] Apple Magic Mouse

2011-07-26 Thread Mark Cotton
Public bug reported:

After friday 22nd July updates My Magic mouse stopped working, it
connect's via Bluetooth but there is no input

** Affects: 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/816262

Title:
  Apple Magic Mouse

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

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


[Bug 780652] Re: Popup menus show on the 1st X server display for some applets on the 2nd display in 11.04

2011-07-26 Thread Ofer Chen
I also did some test updating the plug for proper screen detection as
explained by Andy Campbell here
https://bugzilla.gnome.org/show_bug.cgi?id=632369#c6

 I had some results with applets but I'm still searching for the
context menu entry point.


** Bug watch added: GNOME Bug Tracker #632369
   https://bugzilla.gnome.org/show_bug.cgi?id=632369

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

Title:
  Popup menus show on the 1st X server display for some applets on the
  2nd display in 11.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/780652/+subscriptions

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


[Bug 816092] Re: gnus cannot send emails using smtp with starttls (i.e. gmail)

2011-07-26 Thread Bug Watch Updater
** Changed in: xemacs
   Status: Unknown = New

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

Title:
  gnus cannot send emails using smtp with starttls (i.e. gmail)

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

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


[Bug 815807] Re: Supercscript and circumflex with minus sign

2011-07-26 Thread turlupouet
you are right, actually it is just with the succession of circumflex (^) and 
one number
it works only with numbers not with letters, it works with the symbol plus (+) 
but not with minus (-)
but it is very useful when you often use powered numbers (exponential, 
scientific numbers, units...)

if you type ^ and two numbers, only the first is superscripted, the
second is in normal font

it seems to be automatic change of font during typing
there is nothing special to do, the change is made by LO, not by me and this 
behaviour looks normal to me (just need to be improved), it was like that since 
the beginning
I looked in Auto-correction settings but nothing about that

I don't know how to explain better

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

Title:
  Supercscript and circumflex with minus sign

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

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


[Bug 500379] Re: chess: white side always on bottom

2011-07-26 Thread Bug Watch Updater
** Changed in: gnome-games
   Status: Unknown = New

** Changed in: gnome-games
   Importance: Unknown = Low

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

Title:
  chess: white side always on bottom

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-games/+bug/500379/+subscriptions

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


[Bug 816266] Re: Report a problem... menu option is broken

2011-07-26 Thread Stephen Rees-Carter
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/816266

Title:
  Report a problem... menu option is broken

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

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


[Bug 816266] [NEW] Report a problem... menu option is broken

2011-07-26 Thread Stephen Rees-Carter
Public bug reported:

Clicking the Report a Problem... menu option under Help does nothing.
When running it from command line, this Traceback is produced:

valorin@gandalf:~$ testdrive-gtk 
Traceback (most recent call last):
  File string, line 5, in module
  File /usr/share/launchpad-integration/launchpadintegration/main.py, line 
48, in main
pkginfo = PackageInfo.fromPackageName(options.package, logger)
  File /usr/share/launchpad-integration/launchpadintegration/packageinfo.py, 
line 219, in fromPackageName
'%s' % package)
launchpadintegration.packageinfo.PackageNotFoundError: Could not look up 
package info for testdrive

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: testdrive-gtk 3.13-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.38-11.47-generic 2.6.38.8
Uname: Linux 2.6.38-11-generic x86_64
Architecture: amd64
Date: Tue Jul 26 16:57:34 2011
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_AU:en
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
SourcePackage: testdrive
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug natty running-unity

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

Title:
  Report a problem... menu option is broken

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

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


[Bug 816265] [NEW] Virtualbox 4.1 not supported

2011-07-26 Thread Stephen Rees-Carter
Public bug reported:

A new version of Virtualbox has been released, but testdrive does not
support it:

ERROR: Unsupported version (4.1) of VirtualBox; please install v3.1,
v3.2 or v4.0.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: testdrive-gtk 3.13-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.38-11.47-generic 2.6.38.8
Uname: Linux 2.6.38-11-generic x86_64
Architecture: amd64
Date: Tue Jul 26 16:53:25 2011
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_AU:en
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
SourcePackage: testdrive
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug natty running-unity

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

Title:
  Virtualbox 4.1 not supported

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

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


[Bug 816265] Re: Virtualbox 4.1 not supported

2011-07-26 Thread Stephen Rees-Carter
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/816265

Title:
  Virtualbox 4.1 not supported

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

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


[Bug 814323] Re: The laptop does not suspend anymore

2011-07-26 Thread icyfeet
I can confirm it is connected with virtualbox.

Here is a bugreport with a workaround that worked for me:

http://www.virtualbox.org/ticket/9260

** Bug watch added: Virtualbox Trac #9260
   http://www.virtualbox.org/ticket/9260

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

Title:
  The laptop does not suspend anymore

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

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


[Bug 769703] Re: Unity launcher does not auto hide when using dragging in Qt softwares

2011-07-26 Thread Izidor Matušov
It seems to me that just any supported dragging hide the launcher,
e.g. dragging file icons in Nautilus.

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

Title:
  Unity launcher does not auto hide when using dragging in Qt softwares

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

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


[Bug 777218] Re: cups try to remove log file instead of log directory

2011-07-26 Thread Launchpad Bug Tracker
** Changed in: cups (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/777218

Title:
  cups try to remove log file instead of log directory

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

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


[Bug 752195] Re: update-apt-xapian-index crashed with OSError in getmtime(): [Errno 2] No such file or directory: '/usr/share/app-install/desktop/metamorphose2.desktop'

2011-07-26 Thread Launchpad Bug Tracker
This bug was fixed in the package apt-xapian-index - 0.44ubuntu1

---
apt-xapian-index (0.44ubuntu1) oneiric; urgency=low

  * Merge from debian unstable.  Remaining changes:
- do not crash if the DB is already locked (LP: #590998)
- move to dh_python2
- do not modify the DB in-place with --update
  * ignore file not found errors when checking for the mtime
(LP: #752195), thanks to Brian Murray

apt-xapian-index (0.44) unstable; urgency=low

  * Applied trailing comma patch by Cédric Boutillier. Closes: #630774
  * Applied function prototype fix by Cédric Boutillier.
Closes: #605376, #630343
  * Applied dbus policy patch by Michael Vogt. Closes: #611268
  * s/axi-search/axi-cache in the description, thanks to Jack Bates.
Closes: #621035
  * axi-cache: improve output messages when no results are found or when
paging past the last result. Closes: #623478
  * Applied slightly tweaked postinst patch by Michael Vogt, to index with
ionice in postinst and to force a full reindex after some significant
version upgrade. Closes: #603824
  * Applied patch by Michael Vogt to fix fix type of start-time for
policykit. Closes: #605591
  * Implemented axi-cache search --all. Closes: #610051
  * Fixed server locking and slave progress reporting. Closes: #611366
 -- Michael Vogt michael.v...@ubuntu.com   Tue, 26 Jul 2011 09:02:49 +0200

** Changed in: apt-xapian-index (Ubuntu)
   Status: In Progress = 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/752195

Title:
  update-apt-xapian-index crashed with OSError in getmtime(): [Errno 2]
  No such file or directory: '/usr/share/app-
  install/desktop/metamorphose2.desktop'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-xapian-index/+bug/752195/+subscriptions

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

[Bug 700796] Re: Ubuntu One stops syncing because of Calling remove trash loop

2011-07-26 Thread Launchpad Bug Tracker
** Changed in: ubuntuone-client (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/700796

Title:
  Ubuntu One stops syncing because of Calling remove trash loop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntuone-client/+bug/700796/+subscriptions

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


[Bug 700796] Re: Ubuntu One stops syncing because of Calling remove trash loop

2011-07-26 Thread Martin Pool
I also hit something like this after deleting many duplicate files from
my ~/Music directory...

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

Title:
  Ubuntu One stops syncing because of Calling remove trash loop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntuone-client/+bug/700796/+subscriptions

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


[Bug 57050] Re: Brother HL-1430 USB printer will only print once

2011-07-26 Thread Till Kamppeter
Can you try with live CDs of Natty and Oneiric?

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

Title:
  Brother HL-1430 USB printer will only print once

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

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


[Bug 816267] [NEW] encryption (dm-crypt) passphrase prompt on oneiric does not set focus automatically for input during boot up

2011-07-26 Thread Kristian Erik Hermansen
Public bug reported:

What happens?
I get a blank screen every time I boot. I need to key in CTRL-F6 then CTRL-F7 
to get the spalhscreen prompt. 100% repeatable bug.

What should happen?
The boot sequence should automatically show the splash screen and prompt for 
dm-crypt passphrase entry.


$ lsb_release -rd
Description:Ubuntu oneiric (development branch)
Release:11.10
$ apt-cache policy dmsetup
dmsetup:
  Installed: 2:1.02.48-4ubuntu2
  Candidate: 2:1.02.48-4ubuntu2
  Version table:
 *** 2:1.02.48-4ubuntu2 0
500 http://us.archive.ubuntu.com/ubuntu/ oneiric/main amd64 Packages
100 /var/lib/dpkg/status
$ uname -a
Linux ubuntu-macbook 3.0.0-6-generic #7-Ubuntu SMP Wed Jul 20 13:53:04 UTC 2011 
x86_64 x86_64 x86_64 GNU/Linux
$ mount | egrep -i btrfs
/dev/mapper/sda7_crypt on / type btrfs (rw,subvol=@)
/dev/mapper/sda7_crypt on /home type btrfs (rw,subvol=@home)
$ sudo dmidecode -s system-product-name
MacBookPro5,4


** Affects: 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/816267

Title:
  encryption (dm-crypt) passphrase prompt on oneiric does not set focus
  automatically for input during boot up

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

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


[Bug 816266] Re: Report a problem... menu option is broken

2011-07-26 Thread Robert Roth
** Changed in: testdrive (Ubuntu)
   Status: New = Confirmed

** Changed in: testdrive (Ubuntu)
   Importance: Undecided = Low

** Changed in: testdrive (Ubuntu)
   Importance: Low = Medium

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

Title:
  Report a problem... menu option is broken

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

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


[Bug 816154] Re: zeitgeist-daemon crashed with LookupError in remove_from_connection(): _zeitgeist.engine.remote.RemoteInterface at /org/gnome/zeitgeist/log/activity at 0xb69e7f6c is not exported at

2011-07-26 Thread Robert Roth
*** This bug is a duplicate of bug 807950 ***
https://bugs.launchpad.net/bugs/807950

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

** This bug has been marked a duplicate of bug 807950
   zeitgeist-daemon crashed with LookupError in remove_from_connection(): 
_zeitgeist.engine.remote.RemoteInterface at /org/gnome/zeitgeist/log/activity 
at 0xb74ee2cc is not exported at a location matching (None,None)

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

Title:
  zeitgeist-daemon crashed with LookupError in remove_from_connection():
  _zeitgeist.engine.remote.RemoteInterface at
  /org/gnome/zeitgeist/log/activity at 0xb69e7f6c is not exported at a
  location matching (None,None)

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

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


[Bug 816061] Re: software-properties-gtk crashed with IOError in write_config(): [Errno 13] Permission denied: '//etc/apt/apt.conf.d/10periodic'

2011-07-26 Thread Michael Vogt
** Changed in: software-properties (Ubuntu)
   Status: New = Confirmed

** Changed in: software-properties (Ubuntu)
   Importance: Undecided = High

** Changed in: software-properties (Ubuntu)
   Status: Confirmed = In Progress

** Changed in: software-properties (Ubuntu)
 Assignee: (unassigned) = Michael Vogt (mvo)

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

Title:
  software-properties-gtk crashed with IOError in write_config(): [Errno
  13] Permission denied: '//etc/apt/apt.conf.d/10periodic'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/816061/+subscriptions

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


[Bug 790824] Re: [Asus EeePC 1001PXD/1011PX/1015PX] External monitor scrambles desktop

2011-07-26 Thread Keng-Yü Lin
** Changed in: compiz (Ubuntu)
 Assignee: (unassigned) = Anthony Wong (anthonywong)

** Changed in: compiz (Ubuntu Natty)
 Assignee: (unassigned) = Anthony Wong (anthonywong)

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

Title:
  [Asus EeePC 1001PXD/1011PX/1015PX] External monitor scrambles desktop

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

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


[Bug 777218] Re: cups try to remove log file instead of log directory

2011-07-26 Thread Michael Deats
I've picked up this as well in /var/log/cups/error_log :

E [26/Jul/2011:03:07:37 +0200] Unable to remove temporary file 
/var/spool/cups/tmp/.hplip - Is a directory
E [26/Jul/2011:03:07:49 +0200] Unable to remove temporary file 
/var/spool/cups/tmp/.hplip - Is a directory

This seems to actually cause cups to stop running under certain
conditions.

My system info:

Distributor ID: Ubuntu
Description:Ubuntu 10.04.1 LTS
Release:10.04
Codename:   lucid

cups: 1.4.3-1ubuntu1.2

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

Title:
  cups try to remove log file instead of log directory

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

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


[Bug 726496] Re: Cannot use Unity or Classic desktop with effects after the latest nvidia+xorg update

2011-07-26 Thread Darko
I have problem as well :-( with Go7300
After installation of 173 nVidia driver, desktop is frozen but mouse is movable.

What do you suggest?

ps it happens under almost every single distribution of Ubuntu but with
Mandriva 2009 and the latest version EVERYTHING works perfectly out of
the box! How come??

Regards

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

Title:
  Cannot use Unity or Classic desktop with effects after the latest
  nvidia+xorg update

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

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


[Bug 814323] Re: The laptop does not suspend anymore

2011-07-26 Thread icyfeet
Addition:

I do not know what will happen to the virtual machine when unloading the
modules while the machine is running!!

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

Title:
  The laptop does not suspend anymore

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

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


[Bug 816270] [NEW] package nspluginwrapper 1.2.2-0ubuntu9 failed to install/upgrade: subprocess installed post-installation script returned error exit status 134

2011-07-26 Thread Gireesh
Public bug reported:

No regular usage disrupted. I didn't dig into which package uses this.

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: nspluginwrapper 1.2.2-0ubuntu9
ProcVersionSignature: Ubuntu 2.6.38-10.46-generic 2.6.38.7
Uname: Linux 2.6.38-10-generic x86_64
NonfreeKernelModules: wl
Architecture: amd64
Date: Tue Jul 26 00:05:35 2011
ErrorMessage: subprocess installed post-installation script returned error exit 
status 134
InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release amd64 (20100816.1)
SourcePackage: nspluginwrapper
Title: package nspluginwrapper 1.2.2-0ubuntu9 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 134
UpgradeStatus: Upgraded to natty on 2011-07-26 (0 days ago)

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


** Tags: amd64 apport-package natty

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

Title:
  package nspluginwrapper 1.2.2-0ubuntu9 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 134

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

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


[Bug 816270] Re: package nspluginwrapper 1.2.2-0ubuntu9 failed to install/upgrade: subprocess installed post-installation script returned error exit status 134

2011-07-26 Thread Gireesh
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/816270

Title:
  package nspluginwrapper 1.2.2-0ubuntu9 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 134

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

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


[Bug 816223] Re: package bluez 4.94-0ubuntu2 failed to install/upgrade: trying to overwrite '/lib/udev/bluetooth_serial', which is also in package bluez-pcmcia-support 4.94-0ubuntu2

2011-07-26 Thread Robert Roth
*** This bug is a duplicate of bug 816219 ***
https://bugs.launchpad.net/bugs/816219

** This bug has been marked a duplicate of bug 816219
   package bluez 4.94-0ubuntu2 failed to install/upgrade: trying to overwrite 
'/lib/udev/bluetooth_serial', which is also in package bluez-pcmcia-support 
4.94-0ubuntu2

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

Title:
  package bluez 4.94-0ubuntu2 failed to install/upgrade: trying to
  overwrite '/lib/udev/bluetooth_serial', which is also in package
  bluez-pcmcia-support 4.94-0ubuntu2

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

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


[Bug 816123] Re: Installation crashed.

2011-07-26 Thread Robert Roth
*** This bug is a duplicate of bug 816119 ***
https://bugs.launchpad.net/bugs/816119

** This bug has been marked a duplicate of bug 816119
   Installation crashed.

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

Title:
  Installation crashed.

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

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


[Bug 816121] Re: Installation crashed.

2011-07-26 Thread Robert Roth
*** This bug is a duplicate of bug 816119 ***
https://bugs.launchpad.net/bugs/816119

** This bug has been marked a duplicate of bug 816119
   Installation crashed.

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

Title:
  Installation crashed.

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

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


[Bug 816061] Re: software-properties-gtk crashed with IOError in write_config(): [Errno 13] Permission denied: '//etc/apt/apt.conf.d/10periodic'

2011-07-26 Thread Launchpad Bug Tracker
** Branch linked: lp:software-properties

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

Title:
  software-properties-gtk crashed with IOError in write_config(): [Errno
  13] Permission denied: '//etc/apt/apt.conf.d/10periodic'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/816061/+subscriptions

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


[Bug 815980] Re: Computer doesn't power off (ASRock E350M1)

2011-07-26 Thread dr.spock
issuing from a console:

$ sudo poweroff -fv

it shows:

Apagando//Powering off in Spanish

and fails most of the times too. It halts (command isn't even logged in
the bash history ), but it doesn't poweroff. It works only sometimes.

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

Title:
  Computer doesn't power off (ASRock E350M1)

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

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


[Bug 815792] Re: [Dell N4050] System can't boot to desktop very often

2011-07-26 Thread Tim Chen
** Changed in: linux (Ubuntu)
 Assignee: (unassigned) = Chris Van Hoof (vanhoof)

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

Title:
  [Dell N4050] System can't boot to desktop very often

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

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


[Bug 774013] Re: package bluez 4.91-0ubuntu1 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2011-07-26 Thread Robert Roth
*** This bug is a duplicate of bug 769019 ***
https://bugs.launchpad.net/bugs/769019

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

** This bug has been marked a duplicate of bug 769019
   package bluez 4.91-0ubuntu1 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1

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

Title:
  package bluez 4.91-0ubuntu1 failed to install/upgrade: Unterprozess
  installiertes post-installation-Skript gab den Fehlerwert 1 zurück

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