[Bug 1076489] Re: Cannot be uninstalled without installing Apache2

2012-11-10 Thread Uqbar
PHP5 can be used without any web related stuff.
So there is no need to pull web stuff when PHP5 is installed.
On the other side, php5-cgi does need web stuff as CGI a web technology.
Your suggestion proved to be good, though.

** Changed in: php5 (Ubuntu)
   Status: Invalid = Confirmed

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

Title:
  Cannot be uninstalled without installing Apache2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1076489/+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 1076489] Re: Cannot be uninstalled without installing Apache2

2012-11-10 Thread Uqbar
I moved the status to confirmed for the considerations in the above
comment #4.

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

Title:
  Cannot be uninstalled without installing Apache2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1076489/+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 1076489] Re: Cannot be uninstalled without installing Apache2

2012-11-10 Thread Robie Basak
I don't see any issue with the current php5 dependency structure, so you
need to explain what you mean in detail. Please could you explain
exactly what the problem is, and how you think the dependency structure
should be changed?

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

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

Title:
  Cannot be uninstalled without installing Apache2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1076489/+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 1076489] Re: Cannot be uninstalled without installing Apache2

2012-11-10 Thread Uqbar
I'm sorry I cannot say which dependencies I'd like to have: I have no idea.
All I can tell you is that among php5 dependencies I see:


libapache2-mod-php5 (= 5.4.6-1ubuntu1) | libapache2-mod-php5filter (= 
5.4.6-1ubuntu1) | php5-cgi (= 5.4.6-1ubuntu1) | php5-fpm (= 5.4.6-1ubuntu1),

If I'm not wrong, it says that I need ad least one of them in order to have 
PHP5.
All of these dependencies seem to imply a web server and two imply specifically 
Apache2.
Which seems to be wrong in my humble opinion: I am supposed I can use PHP5 with 
no webserver at all.

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

Title:
  Cannot be uninstalled without installing Apache2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1076489/+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 1076489] Re: Cannot be uninstalled without installing Apache2

2012-11-10 Thread Ondřej Surý
You seem to mix PHP 5 (as in the interpreter) and php5 meta-package.

It would be nice to at least read the description of the packages you
are reporting bugs to:

--cut here--
Description: server-side, HTML-embedded scripting language (metapackage)
 This package is a metapackage that, when installed, guarantees that you
 have at least one of the four server-side versions of the PHP5 interpreter
 installed. Removing this package won't remove PHP5 from your system, however
 it may remove other packages that depend on this one.
--cut here--

There is no bug here, if you want to use php5 without web server feel
free to remove php5 meta-package and install php5-cli package.

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

Title:
  Cannot be uninstalled without installing Apache2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1076489/+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 1076489] Re: Cannot be uninstalled without installing Apache2

2012-11-10 Thread Uqbar
You are very likely right.
I tried to test a web application which needed a number of php5 stuff to be 
pulled.
Once I decided the tests were over, I tried to uninstall those packages.
The end situation was the one I described.

php5-cgi says:
Description-en: server-side, HTML-embedded scripting language (CGI binary)
 This package provides the /usr/lib/cgi-bin/php5 CGI interpreter built
 for use in Apache 2 with mod_actions, or any other CGI httpd that
 supports a similar mechanism.  Note that MOST Apache users probably
 want the libapache2-mod-php5 package.
 The following extensions are built in: bcmath bz2 calendar Core ctype date
 dba dom ereg exif fileinfo filter ftp gettext hash iconv json libxml
 mbstring mhash openssl pcntl pcre Phar posix Reflection session shmop
 SimpleXML soap sockets SPL standard sysvmsg sysvsem sysvshm tokenizer wddx
 xml xmlreader xmlwriter zip zlib.

apache2 says:
Description-en: Apache HTTP Server metapackage
 The Apache Software Foundation's goal is to build a secure, efficient and
 extensible HTTP server as standards-compliant open source software. The
 result has long been the number one web server on the Internet.
 .
 It features support for HTTPS, virtual hosting, CGI, SSI, IPv6, easy
 scripting and database integration, request/response filtering, many
 flexible authentication schemes, and more.

I don't really understand from the descriptions how they are mutually 
exclusive, as seen in my 1st post.
Moreover, if one of them requires php5, that package should get expunged along 
with them, whichever I ask to uninstall.

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

Title:
  Cannot be uninstalled without installing Apache2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1076489/+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 1077434] [NEW] Apache 2.2.14 Server Status no longer available

2012-11-10 Thread Richard de Rivaz
Public bug reported:

Having upgraded Apache today to 2.2.14 the server status request
(http://127.0.0.1/server-status) now produces the following error:

Bad Request

Your browser sent a request that this server could not understand.
Reason: You're speaking plain HTTP to an SSL-enabled server port.
Instead use the HTTPS scheme to access this URL, please.

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

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

Title:
  Apache 2.2.14 Server Status no longer available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1077434/+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 1008385] Re: apache-mpm-itk writes wrong process name in /proc/$$/status

2012-11-10 Thread Vladimir Kulev
As well as apache2-mpm-prefork

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

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

Title:
  apache-mpm-itk writes wrong process name in /proc/$$/status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1008385/+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 1077483] [NEW] automount.8: Macro .RE without .RS; some spelling corrections to the manual

2012-11-10 Thread Bjarnig Ingi Gislason
Public bug reported:

Software: autofs5
Version: 5.0.4-3.1ubuntu5.1
File: automount.8
Patch: Yes

  Warnings from GROFF_ENCODING=utf8 groff -b -ww -mandoc -z ...

groff: automount.8: /usr/share/groff/1.20.1/tmac/an-old.tmac:592: backtrace: 
macro `RE'
groff: automount.8:102: warning: number register `an-saved-margin1' not 
defined
groff: automount.8: /usr/share/groff/1.20.1/tmac/an-old.tmac:593: backtrace: 
macro `RE'
groff: automount.8:102: warning: number register 
`an-saved-prevailing-indent1' not defined

  Some spelling corrections

  Hypen changed to minus (dash).

#
  Output from nroff should (usually) have only the left margin
adjusted (.ad l).  Otherwise the space between words can be too long.

  Output for a manual should (usually) have the right margin ragged
(.ad l), as it is not (usually) intended for a book or other
professional printing medium.

#
  Each sentence should begin in a new line.

a) The space between sentences is different between formatters.

b) Changes in one line do then not affect others, and do therefore not
appear as changed in the output of diff.

#
  Sometimes a small change in space between a roman and an italic
character is needed (use .RI or .IR macros).

#
  Remove spaces at end of lines.

#
  Protect the last full stop (period) in abbreviations or ellipses
(with \) if it is not at the end of a sentence.

#
  Protect the full stop (period) at the beginning of text (word) or
ellipsis.

#
  Protect a single quote (', apostrophe) (with \) at the start of the
quoted text.

##

ProblemType: Bug
Architecture: amd64
Date: Sat Nov 10 21:21:21 2012
Dependencies:
 coreutils 7.4-2ubuntu3
 debconf 1.5.28ubuntu4
 debconf-i18n 1.5.28ubuntu4
 dpkg 1.15.5.6ubuntu4.6
 findutils 4.4.2-1ubuntu1
 gcc-4.4-base 4.4.3-4ubuntu5.1
 libacl1 2.2.49-2
 libattr1 1:2.4.44-1
 libc-bin 2.11.1-0ubuntu7.11
 libc6 2.11.1-0ubuntu7.11
 libgcc1 1:4.4.3-4ubuntu5.1
 liblocale-gettext-perl 1.05-6
 libselinux1 2.0.89-4
 libstdc++6 4.4.3-4ubuntu5.1
 libtext-charwidth-perl 0.04-6
 libtext-iconv-perl 1.7-2
 libtext-wrapi18n-perl 0.06-7
 lzma 4.43-14ubuntu2
 perl-base 5.10.1-8ubuntu2.1
 tzdata 2012e-0ubuntu0.10.04
 ucf 3.0025
DistroRelease: Ubuntu 10.04
Package: autofs5 5.0.4-3.1ubuntu5.1
PackageArchitecture: amd64
ProcEnviron:
 PATH=(custom, no user)
 LOCPATH=/var/tmp/username/lib/locale
 LANG=is_IS.ISO-8859-1
 SHELL=/bin/csh
ProcVersionSignature: Ubuntu 2.6.35-25.44~lucid1-generic 2.6.35.10
SourcePackage: autofs5
Tags: lucid
Uname: Linux 2.6.35-25-generic x86_64
 
 
  Patch is in the attachment.

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


** Tags: manpage patch

** Patch added: automount.8.diff
   
https://bugs.launchpad.net/bugs/1077483/+attachment/3429892/+files/automount.8.diff

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

Title:
  automount.8: Macro .RE without .RS; some spelling corrections to
  the manual

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

2012-11-10 Thread Ubuntu Foundation's Bug Bot
The attachment automount.8.diff of this bug report has been identified
as being a patch.  The ubuntu-reviewers team has been subscribed to the
bug report so that they can review the patch.  In the event that this is
in fact not a patch you can resolve this situation by removing the tag
'patch' from the bug report and editing the attachment so that it is not
flagged as a patch.  Additionally, if you are member of the ubuntu-
reviewers team please also unsubscribe the team from this bug report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

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

Title:
  automount.8: Macro .RE without .RS; some spelling corrections to
  the manual

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

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


[Blueprint servercloud-r-openstack-packaging] Openstack packaging

2012-11-10 Thread Chuck Short
Blueprint changed by Chuck Short:

Work items set to:
Work items:
Move packaging to the master branches: TODO
Automate cloud archive branches: TODO
Design process workflow for openstack packaging branches: TODO
Write up process workflow for openstack packaging branches: TODO

-- 
Openstack packaging
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-r-openstack-packaging

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


[Blueprint servercloud-r-openstack-packaging] Openstack packaging

2012-11-10 Thread Chuck Short
Blueprint changed by Chuck Short:

Definition Status: Discussion = Review

-- 
Openstack packaging
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-r-openstack-packaging

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


[Blueprint servercloud-r-openstack-grizzly] Openstack next steps

2012-11-10 Thread Chuck Short
Blueprint changed by Chuck Short:

Definition Status: Discussion = Review

-- 
Openstack next steps
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-r-openstack-grizzly

-- 
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 1076811] Re: Cloud-init modules do not reflect loaded config

2012-11-10 Thread Launchpad Bug Tracker
** Branch linked: lp:cloud-init

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

Title:
  Cloud-init modules do not reflect loaded config

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1076811/+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 1070322] [NEW] again creation of quantum db

2012-11-10 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

If there is some corruption in db , and need to create the db again , so 
restarting only the quantum service does'nt work ,
as it does'nt reads the db information from plugins file , need to define the 
config file explictily

quantum-server --config-
file=/etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini --config-
file=/etc/quantum/quantum.conf

then only quantum-server creates the db.

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

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

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


[Bug 1077305] [NEW] package sabnzbdplus 0.6.15-1 [modified: usr/bin/sabnzbdplus] failed to install/upgrade: subprocess installed pre-removal script returned error exit status 1

2012-11-10 Thread James Turley
Public bug reported:

Trying to remove the SABnzbd plus package using software centre.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: sabnzbdplus 0.6.15-1 [modified: usr/bin/sabnzbdplus]
ProcVersionSignature: Ubuntu 3.2.0-32.51-generic 3.2.30
Uname: Linux 3.2.0-32-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.0.1-0ubuntu14
Architecture: amd64
Date: Sat Nov 10 07:47:30 2012
ErrorMessage: subprocess installed pre-removal script returned error exit 
status 1
InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120823.1)
PackageArchitecture: all
SourcePackage: sabnzbdplus
Title: package sabnzbdplus 0.6.15-1 [modified: usr/bin/sabnzbdplus] failed to 
install/upgrade: subprocess installed pre-removal script returned error exit 
status 1
UpgradeStatus: No upgrade log present (probably fresh install)
mtime.conffile..etc.init.d.sabnzbdplus: 2012-11-10T00:29:09.316862

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


** Tags: amd64 apport-package precise

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

Title:
  package sabnzbdplus 0.6.15-1 [modified: usr/bin/sabnzbdplus] failed to
  install/upgrade: subprocess installed pre-removal script returned
  error exit status 1

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

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


[Bug 1077307] [NEW] Did not ask for ftp password

2012-11-10 Thread EricDHH
Public bug reported:

xubuntu 12.10 i386
deja-dup   24.0-0ubuntu i386

Did my backup since years on nas with secure ftp. It works well with the amd64 
versions of ubuntu 12.10, but no more with this i386 dejadup.
Configure an ftp target (no secure ftp choosable). Set folder and the ftp user 
with mark to use it. Now start the backup. After some seconds with the progress 
indicator a 'choose encrption password' box appears. This box accept no 
password at all, comes up 3 times and then deja-dup break the job. Verbindung 
wurde von Gegenstelle getrennt

There was no box asking for the ftp login and without this noone will be
able to save any file on the ftp. Have used this yesterday on my both
amd64 machines without this trouble. The i386 is a plain new install
with 12.10 and unable to backup.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: deja-dup 24.0-0ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-18.29-generic 3.5.7
Uname: Linux 3.5.0-18-generic i686
ApportVersion: 2.6.1-0ubuntu6
Architecture: i386
Date: Sat Nov 10 08:50:21 2012
EcryptfsInUse: Yes
InstallationDate: Installed on 2012-10-21 (19 days ago)
InstallationMedia: Xubuntu 12.04.1 LTS Precise Pangolin - Release i386 
(20120817.3)
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: deja-dup
UpgradeStatus: Upgraded to quantal on 2012-11-08 (1 days ago)

** Affects: deja-dup (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 quantal

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

Title:
  Did not ask for ftp password

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

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


[Bug 1076489] Re: Cannot be uninstalled without installing Apache2

2012-11-10 Thread Uqbar
PHP5 can be used without any web related stuff.
So there is no need to pull web stuff when PHP5 is installed.
On the other side, php5-cgi does need web stuff as CGI a web technology.
Your suggestion proved to be good, though.

** Changed in: php5 (Ubuntu)
   Status: Invalid = Confirmed

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

Title:
  Cannot be uninstalled without installing Apache2

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

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


[Bug 1076489] Re: Cannot be uninstalled without installing Apache2

2012-11-10 Thread Uqbar
I moved the status to confirmed for the considerations in the above
comment #4.

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

Title:
  Cannot be uninstalled without installing Apache2

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

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


[Bug 1005321] Re: Several pointing device related problems occur when a touchscreen is installed

2012-11-10 Thread Christopher Hrabia
I have taken a look into the code of 12.10 and it seems that something
like the patch above  (a bit different) is now upstream, but I am still
suffering under this problem after the use of coordinate transformation
matrix. I tried to change the source in the way of 12.04 with applied
patch. Compilation is fine, but make install damages my whole desktop
configuration. I was only able to fix this by reinstalling all desktop
related packages. I would assume that make install overrides some
configuration files or something like this. Can someone help me out, how
to fix this in 12.10.

Thanks!

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

Title:
  Several pointing device related problems occur when a touchscreen is
  installed

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

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


[Bug 1076009] Re: the system is running in low-graphics mode

2012-11-10 Thread Ubuntu Foundation's Bug Bot
The attachment failsafeX-backup-121107115521.tar of this bug report
has been identified as being a patch.  The ubuntu-reviewers team has
been subscribed to the bug report so that they can review the patch.  In
the event that this is in fact not a patch you can resolve this
situation by removing the tag 'patch' from the bug report and editing
the attachment so that it is not flagged as a patch.  Additionally, if
you are member of the ubuntu-reviewers team please also unsubscribe the
team from this bug report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

** Tags added: patch

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

Title:
  the system is running in low-graphics mode

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

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


[Bug 1064962] Re: [SRU] Global menubar items do not work when opening a document directly from nautilus with no LibreOffice instance running

2012-11-10 Thread Luc Bruninx
Hello Brian,

The libreoffice package for amd64 into quantal-proposed has failed to build.
(http://launchpad.net/ubuntu/+source/libreoffice/1:3.6.2~rc2-0ubuntu4)

See:
https://launchpad.net/ubuntu/+source/libreoffice/1:3.6.2~rc2-0ubuntu4/+build/3970477

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

Title:
  [SRU] Global menubar items do not work when opening a document
  directly from nautilus with no LibreOffice instance running

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

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


[Bug 1073269] Re: Make libsecret actually multiarch

2012-11-10 Thread Shahar Or
Confirming fix!

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

Title:
  Make libsecret actually multiarch

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

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


[Bug 1077310] [NEW] package linux-headers-3.5.0-18 (not installed) failed to install/upgrade: cannot copy extracted data for './usr/share/doc/linux-headers-3.5.0-18/changelog.Debian.gz' to '/usr/share

2012-11-10 Thread Lesha Ogonkov
Public bug reported:

During update process

ProblemType: Package
DistroRelease: Ubuntu 12.10
Package: linux-headers-3.5.0-18 (not installed)
ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
Uname: Linux 3.5.0-17-generic x86_64
NonfreeKernelModules: vboxpci vboxnetadp vboxnetflt vboxdrv
ApportVersion: 2.6.1-0ubuntu6
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  aleksey2043 F pulseaudio
 /dev/snd/pcmC0D0p:   aleksey2043 F...m pulseaudio
CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 not 
found.
CurrentDmesg:
 [   31.383500] init: plymouth-stop pre-start process (1366) terminated with 
status 1
 [   32.680098] floppy0: no floppy controllers found
 [   32.680127] work still pending
Date: Sat Nov 10 12:52:19 2012
ErrorMessage: cannot copy extracted data for 
'./usr/share/doc/linux-headers-3.5.0-18/changelog.Debian.gz' to 
'/usr/share/doc/linux-headers-3.5.0-18/changelog.Debian.gz.dpkg-new': 
unexpected end of file or stream
HibernationDevice: RESUME=UUID=0a685837-736a--85a1-4f407aa9f199
InstallationDate: Installed on 2011-10-16 (391 days ago)
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
IwConfig:
 eth0  no wireless extensions.
 
 lono wireless extensions.
MarkForUpload: True
ProcFB: 0 radeondrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-17-generic 
root=UUID=48db934b-f629-4f99-9826-6991b0760ce4 ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions: grub-pc 2.00-7ubuntu11
RfKill:
 
SourcePackage: linux
Title: package linux-headers-3.5.0-18 (not installed) failed to 
install/upgrade: cannot copy extracted data for 
'./usr/share/doc/linux-headers-3.5.0-18/changelog.Debian.gz' to 
'/usr/share/doc/linux-headers-3.5.0-18/changelog.Debian.gz.dpkg-new': 
unexpected end of file or stream
UpgradeStatus: Upgraded to quantal on 2012-10-18 (22 days ago)
dmi.bios.date: 12/29/2005
dmi.bios.vendor: Phoenix Technologies, LTD
dmi.bios.version: 6.00 PG
dmi.board.name: K8T890 DDR: 9HEAI Series
dmi.board.vendor: EPoX COMPUTER CO., LTD
dmi.board.version: 1.x
dmi.chassis.type: 3
dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvr6.00PG:bd12/29/2005:svn:pn:pvr:rvnEPoXCOMPUTERCO.,LTD:rnK8T890DDR9HEAISeries:rvr1.x:cvn:ct3:cvr:

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


** Tags: amd64 apport-package quantal

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

Title:
  package linux-headers-3.5.0-18 (not installed) failed to
  install/upgrade: cannot copy extracted data for './usr/share/doc
  /linux-headers-3.5.0-18/changelog.Debian.gz' to '/usr/share/doc/linux-
  headers-3.5.0-18/changelog.Debian.gz.dpkg-new': unexpected end of file
  or stream

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

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


[Bug 1072763] Re: [NEC GENERATION D5000, Realtek ALC662 rev1, Green Line Out, Rear] No sound at all

2012-11-10 Thread Raymond
it is normal that rear line out is muted after headphone is plugged when
auto mute is enabled


control.17 {
iface MIXER
name 'Auto-Mute Mode'
value Enabled
comment {
access 'read write'
type ENUMERATED
count 1
item.0 Disabled
item.1 Enabled
}
}

control.33 {
iface CARD
name 'Line Out Jack'
value true
comment {
access read
type BOOLEAN
count 1
}
}
control.34 {
iface CARD
name 'Front Headphone Jack'
value true
comment {
access read
type BOOLEAN
count 1
}
}

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

Title:
  [NEC GENERATION D5000, Realtek ALC662 rev1, Green Line Out, Rear] No
  sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1072763/+subscriptions

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


[Bug 932860] Re: Broken (or missing) multiarch support

2012-11-10 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/appmenu-gtk

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

Title:
  Broken (or missing) multiarch support

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

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


[Bug 1077310] Status changed to Confirmed

2012-11-10 Thread Brad Figg
This change was made by a bot.

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

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

Title:
  package linux-headers-3.5.0-18 (not installed) failed to
  install/upgrade: cannot copy extracted data for './usr/share/doc
  /linux-headers-3.5.0-18/changelog.Debian.gz' to '/usr/share/doc/linux-
  headers-3.5.0-18/changelog.Debian.gz.dpkg-new': unexpected end of file
  or stream

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

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


[Bug 1077311] [NEW] virtualbox-dkms 4.1.18-dfsg-1ubuntu1.1: virtualbox kernel module failed to build

2012-11-10 Thread Lesha Ogonkov
Public bug reported:

During update process

ProblemType: Package
DistroRelease: Ubuntu 12.10
Package: virtualbox-dkms 4.1.18-dfsg-1ubuntu1.1
ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
Uname: Linux 3.5.0-17-generic x86_64
ApportVersion: 2.6.1-0ubuntu6
Architecture: amd64
DKMSKernelVersion: 3.5.0-18-generic
Date: Sat Nov 10 12:57:01 2012
DuplicateSignature:
 DKMS make.log for virtualbox-4.1.18 for kernel 3.5.0-18-generic (x86_64)
 make: Вход в каталог `/usr/src/linux-headers-3.5.0-18-generic'
 make: Makefile: Нет такого файла или каталога
 make: *** Нет правила для сборки цели `Makefile'.  Останов.
 make: Выход из каталога `/usr/src/linux-headers-3.5.0-18-generic'
InstallationDate: Installed on 2011-10-16 (391 days ago)
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
MarkForUpload: True
PackageArchitecture: all
PackageVersion: 4.1.18-dfsg-1ubuntu1.1
SourcePackage: virtualbox
Title: virtualbox-dkms 4.1.18-dfsg-1ubuntu1.1: virtualbox kernel module failed 
to build
UpgradeStatus: Upgraded to quantal on 2012-10-18 (22 days ago)

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


** Tags: amd64 apport-package quantal

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

Title:
  virtualbox-dkms 4.1.18-dfsg-1ubuntu1.1: virtualbox kernel module
  failed to build

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

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

[Bug 1077311] Re: virtualbox-dkms 4.1.18-dfsg-1ubuntu1.1: virtualbox kernel module failed to build

2012-11-10 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  virtualbox-dkms 4.1.18-dfsg-1ubuntu1.1: virtualbox kernel module
  failed to build

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

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


[Bug 1077312] [NEW] package ushare 1.1a-0ubuntu9 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 127

2012-11-10 Thread Mickafromparis
Public bug reported:

crash at launch

ProblemType: Package
DistroRelease: Ubuntu 12.10
Package: ushare 1.1a-0ubuntu9
ProcVersionSignature: Ubuntu 3.5.0-18.29-generic 3.5.7
Uname: Linux 3.5.0-18-generic i686
ApportVersion: 2.6.1-0ubuntu6
AptOrdering:
 libdlna0: Install
 ushare: Install
 libdlna0: Configure
 ushare: Configure
Architecture: i386
Date: Fri Nov  9 19:58:43 2012
ErrorMessage: le sous-processus script post-installation installé a retourné 
une erreur de sortie d'état 127
InstallationDate: Installed on 2012-08-21 (80 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 (20120423)
MarkForUpload: True
SourcePackage: ushare
Title: package ushare 1.1a-0ubuntu9 failed to install/upgrade: le 
sous-processus script post-installation installé a retourné une erreur de 
sortie d'état 127
UpgradeStatus: Upgraded to quantal on 2012-10-06 (35 days ago)

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


** Tags: apport-package i386 quantal

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

Title:
  package ushare 1.1a-0ubuntu9 failed to install/upgrade: le sous-
  processus script post-installation installé a retourné une erreur de
  sortie d'état 127

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

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

[Bug 381387] Re: networking not yet started at rc.local

2012-11-10 Thread Javier P.L.
This is not a duplicate of bug #453473, in that one rc.local doesn't work at 
all while in this one it works but it has to wait to the system to setup the 
network, I'll try to reproduce it tomorrow night to see if it's still 
reproducible in Ubuntu raring.
---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad

** This bug is no longer a duplicate of bug 453473
   Scripts in /etc/rc2.d/ are not executed

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

Title:
  networking not yet started at rc.local

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

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


[Bug 1075739] Re: i dont know

2012-11-10 Thread RaduStoica
I'd suggest posting these problems and any other issues you encounter on
www.askubuntu.com . It looks like something went wrong with your
installation.

** Changed in: xorg (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  i dont know

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

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


[Bug 1077315] [NEW] /usr/bin/gwibber-service:*** glibc detected *** /usr/bin/python: double free or corruption (fasttop): ADDR ***

2012-11-10 Thread Evan Dandrea
Public bug reported:

https://errors.ubuntu.com/bucket/?id=/usr/bin/gwibber-service:*** glibc
detected *** /usr/bin/python: double free or corruption (fasttop): ADDR
***

** Affects: gwibber (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/1077315

Title:
  /usr/bin/gwibber-service:*** glibc detected *** /usr/bin/python:
  double free or corruption (fasttop): ADDR ***

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

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


[Bug 414244] Re: BOINC should run later than gdm

2012-11-10 Thread LAZA
Seems for me this bug is NOT fixed.

Working here with

Xubuntu 12.04.1
Boinc 7.0.27+dfsg-5ubuntu0.12.04.1

The ppa package from

http://ppa.launchpad.net/pkg-boinc/ppa/ubuntu

is also active, but the Ubuntu-Package is newer/version higher.

Solution:

sudo /etc/init.d/boinc-client restart

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

Title:
  BOINC should run later than gdm

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

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


[Bug 1077316] [NEW] BOINC - no usable GPU found (again)

2012-11-10 Thread LAZA
Public bug reported:

Seems for me the same bug like #414244:

Working here with

Xubuntu 12.04.1
Linux xubuntu2 3.2.0-32-generic #51-Ubuntu SMP Wed Sep 26 21:33:09 UTC 2012 
x86_64 x86_64 x86_64 GNU/Linux
Boinc 7.0.27+dfsg-5ubuntu0.12.04.1

The ppa package from

http://ppa.launchpad.net/pkg-boinc/ppa/ubuntu

is also active, but the Ubuntu-Package is newer/version higher.

Solution:

sudo /etc/init.d/boinc-client restart

.

Hardware:
AMD Radeon HD 6570

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


** Tags: boinc precise

** Tags added: 12.04

** Tags removed: 12.04 boinc gpu
** Tags added: boinc-client precise

** Tags removed: boinc-client
** Tags added: boinc

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

Title:
  BOINC - no usable GPU found (again)

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

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


[Bug 1075407] Re: BCM4322 Wireless Stopped Working after 3.5.0-18.29-generic Kernel Update

2012-11-10 Thread Lonnie Lee Best
** Also affects: broadcom-sta
   Importance: Undecided
   Status: New

** No longer affects: broadcom-sta

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

Title:
  BCM4322 Wireless Stopped Working after 3.5.0-18.29-generic Kernel
  Update

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

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


[Bug 1077225] Re: Don't show Landscape in System Settings when running GNOME

2012-11-10 Thread Jeremy Bicha
What do you mean it doesn't scale? Only a few Ubuntu apps try to add a
panel to System Settings (I know of 4 in the Ubuntu repos). Could you
imagine if there were a lot that did it?

We don't ship landscape-client by default but the Ubuntu image does.

It is Ubuntu that has diverged from GNOME here by including a patch that
allows Ubuntu developers to arbitrarily add whatever random, poorly
integrated panel they wish to System Settings. Perhaps it would be
better if that patch didn't affect the GNOME session but for now, this
merge proposal seemed the easiest solution.

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

Title:
  Don't show Landscape in System Settings when running GNOME

To manage notifications about this bug go to:
https://bugs.launchpad.net/landscape-client/+bug/1077225/+subscriptions

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


[Bug 932860] Re: Broken (or missing) multiarch support

2012-11-10 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/raring-proposed/appmenu-gtk

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

Title:
  Broken (or missing) multiarch support

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

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


[Bug 1075407] Re: BCM4322 Wireless Stopped Working after 3.5.0-18.29-generic Kernel Update

2012-11-10 Thread Lonnie Lee Best
** Also affects: linux
   Importance: Undecided
   Status: New

** No longer affects: linux-kernel-headers

** Tags added: broadcom

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

Title:
  BCM4322 Wireless Stopped Working after 3.5.0-18.29-generic Kernel
  Update

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

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


[Bug 1077318] [NEW] package libzlcore0.12 (not installed) failed to install/upgrade: tentative de remplacement de « /usr/lib/libzlcore.so.0.12.10 », qui appartient aussi au paquet libzlcore 0.12.10-1

2012-11-10 Thread Palacios
Public bug reported:

Description:Ubuntu 12.04.1 LTS
Release:12.04

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: libzlcore0.12 (not installed)
ProcVersionSignature: Ubuntu 3.2.0-32.51-generic-pae 3.2.30
Uname: Linux 3.2.0-32-generic-pae i686
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu14
AptOrdering:
 libzlcore0.12: Install
 libzlcore0.12: Configure
 libzltext0.12: Configure
 libzlui-qt4: Configure
 fbreader: Configure
Architecture: i386
Date: Sat Nov 10 10:42:55 2012
DpkgHistoryLog:
 Start-Date: 2012-11-10  10:42:51
 Commandline: apt-get install -f
 Install: libzlcore0.12:i386 (0.12.10dfsg-6, automatic)
ErrorMessage: tentative de remplacement de « /usr/lib/libzlcore.so.0.12.10 », 
qui appartient aussi au paquet libzlcore 0.12.10-1
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
SourcePackage: fbreader
Title: package libzlcore0.12 (not installed) failed to install/upgrade: 
tentative de remplacement de « /usr/lib/libzlcore.so.0.12.10 », qui appartient 
aussi au paquet libzlcore 0.12.10-1
UpgradeStatus: Upgraded to precise on 2012-04-26 (197 days ago)

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


** Tags: apport-package i386 precise

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

Title:
  package libzlcore0.12 (not installed) failed to install/upgrade:
  tentative de remplacement de « /usr/lib/libzlcore.so.0.12.10 », qui
  appartient aussi au paquet libzlcore 0.12.10-1

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

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

[Bug 932860] Re: Broken (or missing) multiarch support

2012-11-10 Thread Launchpad Bug Tracker
This bug was fixed in the package appmenu-gtk - 12.10.2-0ubuntu2

---
appmenu-gtk (12.10.2-0ubuntu2) raring-proposed; urgency=low

  * Add multiarch support (LP: #932860)
 -- Adam Stokes adam.sto...@canonical.com   Thu, 08 Nov 2012 16:43:07 -0500

** Changed in: appmenu-gtk (Ubuntu)
   Status: Fix Committed = 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/932860

Title:
  Broken (or missing) multiarch support

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

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


[Bug 537547] Re: firefox, 1. can't open many videos on youtube - 2. cant control the volyme to videos on youtube with firefox

2012-11-10 Thread mary webb
I cant get any youtube videos to play

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

Title:
  firefox, 1. can't open many videos on youtube  - 2.  cant control the
  volyme to videos on youtube with firefox

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox-3.5/+bug/537547/+subscriptions

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


[Bug 1003595] Re: Cloud image doesn't call resolvconf but writes a file at /etc/resolv.conf, causing resolvconf to complain

2012-11-10 Thread Thomas Hood
Does the fix from comment #13 work?

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

Title:
  Cloud image doesn't call resolvconf but writes a file at
  /etc/resolv.conf, causing resolvconf to complain

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

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


[Bug 1077322] [NEW] Xorg freeze

2012-11-10 Thread Pierrick
Public bug reported:


Same as:
https://bugs.launchpad.net/bugs/1050242
https://bugs.launchpad.net/bugs/105
https://bugs.launchpad.net/bugs/1055899
https://bugs.launchpad.net/bugs/1056567
https://bugs.launchpad.net/bugs/1068016

After a fresh re-install from 12.04.1 desktop i386 iso, up-to-date. No 
CTRL+ALT+F[1,6], No ALT+SysRq+REISUB effect.
(even with the laptop trick: hold 'Alt', hold 'Fn', hold 'SysRq', release 'Fn', 
press key.)

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: xorg 1:7.6+12ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-32.51-generic-pae 3.2.30
Uname: Linux 3.2.0-32-generic-pae i686
NonfreeKernelModules: nvidia wl
.proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
.proc.driver.nvidia.registry: Binary: 
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86 Kernel Module  310.14  Tue Oct  9 11:08:12 PDT 
2012
 GCC version:  gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
.tmp.unity.support.test.0:
 
ApportVersion: 2.0.1-0ubuntu14
Architecture: i386
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
CompositorRunning: None
Date: Sat Nov 10 17:04:50 2012
DistUpgraded: Fresh install
DistroCodename: precise
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes,
GpuHangFrequency: Several times a week
GpuHangReproducibility: Seems to happen randomly
GpuHangStarted: Since a couple weeks or more
GraphicsCard:
 NVIDIA Corporation GF119 [Quadro NVS 4200M] [10de:1056] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: Dell Device [1028:0494]
InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release i386 
(20120817.3)
JockeyStatus:
 kmod:wl - Broadcom STA wireless driver (Proprietary, Enabled, In use) 
[auto-install]
 xorg:nvidia_current - NVIDIA accelerated graphics driver (Proprietary, 
Disabled, Not in use)
 xorg:nvidia_current_updates - NVIDIA accelerated graphics driver (post-release 
updates) (Proprietary, Disabled, Not in use)
 xorg:nvidia_experimental_304 - NVIDIA accelerated graphics driver 
(**experimental** beta) (Proprietary, Disabled, Not in use)
 xorg:nvidia_experimental_310 - NVIDIA accelerated graphics driver 
(**experimental** beta) (Proprietary, Enabled, In use)
MachineType: Dell Inc. Latitude E6520
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-32-generic-pae 
root=UUID=36366f72-355b-4500-bcb4-8992da1c7ad4 ro quiet splash
SourcePackage: xorg
Symptom: display
Title: Xorg freeze
UpgradeStatus: No upgrade log present (probably fresh install)
XorgConf:
 Section Device
Identifier  Default Device
Option  NoLogoTrue
 EndSection
dmi.bios.date: 05/11/2011
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A04
dmi.board.name: 0J4TFW
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA04:bd05/11/2011:svnDellInc.:pnLatitudeE6520:pvr01:rvnDellInc.:rn0J4TFW:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.name: Latitude E6520
dmi.product.version: 01
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.7.8-0ubuntu1.4
version.libdrm2: libdrm2 2.4.32-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.4-0ubuntu0.2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.4-0ubuntu0.2
version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10.8
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1.2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4.2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

** Affects: nvidia-drivers-ubuntu
 Importance: Undecided
 Status: New

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


** Tags: apport-bug freeze i386 precise ubuntu

** Also affects: nvidia-drivers-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/1077322

Title:
  Xorg freeze

To manage notifications about this bug go to:
https://bugs.launchpad.net/nvidia-drivers-ubuntu/+bug/1077322/+subscriptions

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


[Bug 1066410] Re: lightdm doesn't load correctly on Ubuntu 12.10

2012-11-10 Thread Kristopher
Same problem as well. The problem started after switching to a SSD disk
instead of an old normal disk. In most cases I got a printoutScanning
for btrfs filesystems after which the booting stopped.

Adding the sleep line mentioned in earlier posts solved the issue for
me. Prior to that I worked around the issue by doing ctrl+alt+f1,
logging in and manually running sudo lightdm.

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

Title:
  lightdm doesn't load correctly on Ubuntu 12.10

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

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


[Bug 965510] Re: option --new-window not working correctly

2012-11-10 Thread Timothy Arceri
** Changed in: hundredpapercuts
Milestone: quantal-2-productivity = raring-misc

** Changed in: hundredpapercuts
 Assignee: Papercuts Ninja (papercuts-ninja) = Timothy Arceri (t-fridey)

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

Title:
  option --new-window not working correctly

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

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


[Bug 886779] Re: Leveno X121e swap FN-Ctrl option is forgotten after resume

2012-11-10 Thread yens
Updating BIOS to 1.16 did not help in my case.  Update does not resolve
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/880579 either.

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

Title:
  Leveno X121e swap FN-Ctrl option is forgotten after resume

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

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


[Bug 1045914] Re: Keyboard layout doesn't show in GNOME Shell session

2012-11-10 Thread Paul Bogmat
After upgrading to 12.10  there is no indicator keyboard layout! In
Lightdm two indicators en and en+ru+ua! In unity nothing! Need use:
setxkbmap us,ru,ua ,winkeys,winkeys grp:menu_toggle,grp_led:scroll

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

Title:
  Keyboard layout doesn't show in GNOME Shell session

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

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


[Bug 1066400] Re: Weather applet fluctuates every now and then

2012-11-10 Thread Lionel Le Folgoc
Fixed in raring.

** Changed in: xfce4-weather-plugin (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  Weather applet fluctuates every now and then

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-weather-plugin/+bug/1066400/+subscriptions

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


[Bug 1071148] Re: Please update to version 0.8.2

2012-11-10 Thread Lionel Le Folgoc
Thanks, I just synced 0.8.2-1 from debian experimental (into raring).

** Changed in: xfce4-weather-plugin (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  Please update to version 0.8.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-weather-plugin/+bug/1071148/+subscriptions

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


[Bug 880579] Re: fn keys reversed and touchpad not working on thinkpad x121e after awaking from sleep

2012-11-10 Thread yens
fn keys reversed and touchpad not working on thinkpad x121e does not
only show up after suspend but also from time to time after normal boot
(Xubuntu 12.04, 64bit). Only workaround I know so far: reboot 1 or 2
times. Biosupdate to 1.16 does not help.

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

Title:
  fn keys reversed and touchpad not working on thinkpad x121e after
  awaking from sleep

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/880579/+subscriptions

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


[Bug 683459] Re: hyper and super keys are mapped to the same modifier

2012-11-10 Thread Fabio Marconi
Hallo
can someone point out if this bug is reproducible in Precise or Quantal too.
thanks
fabio
---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad

** Description changed:

- 
  After upgrading to lucid, I see:
  
   $ xmodmap -pm
  xmodmap:  up to 4 keys per modifier, (keycodes in parentheses):
  
  shift   Shift_L (0x32),  Shift_R (0x3e)
  lockCaps_Lock (0x42)
  control Control_L (0x25),  Control_R (0x69)
  mod1Alt_L (0x40),  Alt_R (0x6c),  Meta_L (0xcd)
  mod2Num_Lock (0x4d)
  mod3
  mod4Super_L (0x85),  Super_R (0x86),  Super_L (0xce),  Hyper_L (0xcf)
  mod5ISO_Level3_Shift (0x5c),  Mode_switch (0xcb)
  
  But it makes no sense for Super and Hyper keys to both be associated
  with mod4.  I see mod3 is free.  Why not have the Hyper_L key on mod3?
  
  It also looks odd to have two Super_L keys in the map, and to have Meta
  and Alt on mod1.
  
  XEmacs gives these warnings:
  
  (2) (key-mapping/warning)
 Two distinct modifier keys (such as Meta and Hyper) cannot generate
 the same modifier bit, because Emacs won't be able to tell which
 modifier was actually held down when some other key is pressed.  It
 won't be able to tell Meta-x and Hyper-x apart, for example.  Change
 one of these keys to use some other modifier bit.  If you intend for
 these keys to have the same behavior, then change them to have the
 same keysym as well as the same modifier bit.
  
  (3) (key-mapping/warning) XEmacs:  Super_R (0x86) generates Mod4, which
  is generated by Hyper.
  
  (4) (key-mapping/warning) XEmacs:  Super_R (0x86) generates both Mod3
  and Mod4, which is nonsensical.

** Tags added: lucid

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

Title:
  hyper and super keys are mapped to the same modifier

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/683459/+subscriptions

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


[Bug 1073951] Re: Ubuntu 12.10 locks at boot on Asus A52N

2012-11-10 Thread Alessandro Polverini
With the latest kernel the problem is not present anymore.

Thanks

** Changed in: linux (Ubuntu)
   Status: Incomplete = 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/1073951

Title:
  Ubuntu 12.10 locks at boot on Asus A52N

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

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


[Bug 1071530] Re: X Error of failed request: BadAlloc (insufficient resources for operation)

2012-11-10 Thread Thanh Nam Nguyen
** Also affects: archlinux
   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/1071530

Title:
  X Error of failed request:  BadAlloc (insufficient resources for
  operation)

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

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


[Bug 1077326] [NEW] [Xubuntu 12.10] Alacarte unchecks manually checked menu items

2012-11-10 Thread Pjotr12345
Public bug reported:

In Alacarte in Xubuntu 12.10, when you check a previously unchecked menu
item, the check disappears after you open a new category.

Steps to repeat:
- Perform a clean install of Xubuntu 12.10
- Install all updates
- Open Alacarte
- Check some unchecked item in one category, for example in Accessories: Power 
Manager
- Click on another category, for example Internet
- Click on Accessories again: Power Manager is suddenly unchecked.

Note: this bug does not happen in Xubuntu 12.04; in Xubuntu 12.04
Alacarte functions fine.

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


** Tags: alacarte menu quantal xubuntu

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

Title:
  [Xubuntu 12.10] Alacarte unchecks manually checked menu items

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

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


[Bug 1061924] Re: Need Antenna quirks for some platforms

2012-11-10 Thread Bebop
Hi, none of the solutions works for me (Lenovo B570e with ath9k driver).
Looks like the wlan interface is up at the time of running the set
antenna command (iw). Here is the
/var/log/upstart/LenovoBx70eAtherosAntenna.log

command failed: Operation not supported (-95)

Ii know I have this problem because:

1. I opened my laptop and there's just one cable plugged in the wlan
card ;-)

2. Setting the antenna to 1x1 after booting (with the interface down)
works perfectly. I mean:

- Disable wireless using the fn+5 key
- sudo iw phy0 set antenna 1 1
- Enable wireless again using the fn+5 key

I'm looking for a permanent solution. Pls let me know if you want me to
do some testing.

Thanks for your work,

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

Title:
  Need Antenna quirks for some platforms

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

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


[Bug 1061924] Re: Need Antenna quirks for some platforms

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

** Changed in: udev (Ubuntu Precise)
   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/1061924

Title:
  Need Antenna quirks for some platforms

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

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


[Bug 962081] Re: do-release-upgrade -s -d failed

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

** Changed in: update-manager (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/962081

Title:
  do-release-upgrade -s -d failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/962081/+subscriptions

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


[Bug 1077326] Re: [Xubuntu 12.10] Alacarte unchecks manually checked menu items

2012-11-10 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1069207 ***
https://bugs.launchpad.net/bugs/1069207

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: alacarte (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/1077326

Title:
  [Xubuntu 12.10] Alacarte unchecks manually checked menu items

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

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


[Bug 1077233] Re: Sync libcroco 0.6.8-1 (main) from Debian experimental (main)

2012-11-10 Thread Benjamin Drung
This bug was fixed in the package libcroco - 0.6.8-1
Sponsored for Rico Tzschichholz (ricotz)

---
libcroco (0.6.8-1) experimental; urgency=low

  * Team upload
  * New upstream release

 -- Simon McVittie s...@debian.org  Fri, 09 Nov 2012 08:08:40 +

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

** Changed in: libcroco (Ubuntu)
   Status: New = 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/1077233

Title:
  Sync libcroco 0.6.8-1 (main) from Debian experimental (main)

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

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


[Bug 1077326] Re: [Xubuntu 12.10] Alacarte unchecks manually checked menu items

2012-11-10 Thread Lionel Le Folgoc
*** This bug is a duplicate of bug 1069207 ***
https://bugs.launchpad.net/bugs/1069207

** This bug has been marked a duplicate of bug 1069207
   Alacarte ignores XDG_MENU_PREFIX

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

Title:
  [Xubuntu 12.10] Alacarte unchecks manually checked menu items

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

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


[Bug 1077072] Re: Inkscape always opens in a small window

2012-11-10 Thread ~suv
Duplicate of Bug #830663 “default window size is too small“?
https://bugs.launchpad.net/inkscape/+bug/830663

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

Title:
  Inkscape always opens in a small window

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

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

[Bug 1077296] Re: Merge libmath-tamuanova-perl (1.0.2-2) (universe) from Debian Unstable (main)

2012-11-10 Thread Angel Abad
** Changed in: libmath-tamuanova-perl (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: libmath-tamuanova-perl (Ubuntu)
   Status: New = In Progress

** Changed in: libmath-tamuanova-perl (Ubuntu)
 Assignee: (unassigned) = Angel Abad (angelabad)

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

Title:
  Merge libmath-tamuanova-perl (1.0.2-2) (universe) from Debian Unstable
  (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libmath-tamuanova-perl/+bug/1077296/+subscriptions

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


[Bug 1069514] Re: Request for kino package to be removed from ubuntu mirrors

2012-11-10 Thread Karma Dorje
** Changed in: kino (Ubuntu)
   Status: New = Incomplete

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

Title:
  Request for kino package to be removed from ubuntu mirrors

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

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


[Bug 1077327] [NEW] Expo Plug-in (Ubuntu only): CCSM-Appearance tab-'Brightness' and 'Saturation' settings for inactive/unfocused viewports are applied for all viewports in the Ubuntu patched versio

2012-11-10 Thread MC Return
Public bug reported:

It seems that the Ubuntu-specific expo patch messes up some of Expo's
functionality:

CCSM-Appearance tab-'Brightness' and 'Saturation' settings for
inactive/unfocused viewports only, are now used for all of the viewports
including the one, which is focused.

Note: The Ubuntu expo patch (100_expo_layout.patch) modifies the
brightness setting specifically itself (from 75.0 to 40.0). The
saturation gets reduced from 100.0 to 40.0 as well.

** Affects: compiz (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/1077327

Title:
  Expo Plug-in (Ubuntu only): CCSM-Appearance tab-'Brightness' and
  'Saturation' settings for inactive/unfocused viewports are applied for
  all viewports in the Ubuntu patched version of Expo

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

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


[Bug 599255] Re: dmraid fails to read promise RAID sector count larger than 32-bits

2012-11-10 Thread Danny Wood
Looking back I think this was the issue Nishihama Kenkowo had with the
original patch.

Sorry if you are already working on this offset issue but I thought I
would add some thoughts.

Looking through the dmraid code I cannot see where it would add an offset.
Would the offset simply be the metadata size of 4 sectors or 2kB?

Is it possible to simulate this offset with kpartx? I seem to remember
an offset option when mounting disk images.

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

Title:
  dmraid fails to read promise RAID sector count larger than 32-bits

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

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


[Bug 1076489] Re: Cannot be uninstalled without installing Apache2

2012-11-10 Thread Robie Basak
I don't see any issue with the current php5 dependency structure, so you
need to explain what you mean in detail. Please could you explain
exactly what the problem is, and how you think the dependency structure
should be changed?

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

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

Title:
  Cannot be uninstalled without installing Apache2

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

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


[Bug 1076758] Re: Inkscape generates a SVG file that cannot be properly rendered by many other softwares.

2012-11-10 Thread ~suv
*** This bug is a duplicate of bug 167335 ***
https://bugs.launchpad.net/bugs/167335

Known issue, already tracked in
Bug #167335 flowed text has no SVG 1.1-compliant fallback”
https://bugs.launchpad.net/inkscape/+bug/167335

See also:
http://wiki.inkscape.org/wiki/index.php/FAQ#What_about_flowed_text.3F
and
http://tavmjong.free.fr/INKSCAPE/MANUAL/html/Text-Creating.html#Text-Enter-Flow
http://tavmjong.free.fr/INKSCAPE/MANUAL/html/Text-Creating.html#Text-Enter-Regular


** This bug has been marked a duplicate of bug 167335
   flowed text has no SVG 1.1-compliant fallback

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

Title:
  Inkscape generates a SVG file that cannot be properly rendered by many
  other softwares.

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

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

[Bug 1073102] Re: Merge cpu 1.4.3-11.3 (universe) from Debian unstable (main)

2012-11-10 Thread Benjamin Drung
Thanks. Added this bug report number to your changelog entry and
uploaded to raring.

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

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

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

Title:
  Merge cpu 1.4.3-11.3 (universe) from Debian unstable (main)

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

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


[Bug 762699] Re: Unity launcher and panel do not zoom alongsize the desktop with Enhanced Zoom Desktop

2012-11-10 Thread Lee Clark
I agree this bug really needs some attention. I have been unable to use
Ubuntu since 11.04 because I need the zoom feature.

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

Title:
  Unity launcher and panel do not zoom alongsize the desktop with
  Enhanced Zoom Desktop

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

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


[Bug 1061924] Re: Need Antenna quirks for some platforms

2012-11-10 Thread Bebop
As a quickdirty solution, I've added the antenna settings in
/etc/rc.local:

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 
. . . . . . . . . . . . . . . . . . . . 
#!/bin/sh -e
#
# rc.local
#

sudo ifconfig wlan0 down
iw phy0 set antenna 1 1
sudo ifconfig wlan0 up

exit 0
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 
. . . . . . . . . . . . . . . . . . . . 

Note wlan0 belongs to my configuration, and it may differ in other 
installations.
That works for now, until a proper solution is delivered (I'm on Ubuntu 12.10)

Rgds,

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

Title:
  Need Antenna quirks for some platforms

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

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


[Bug 1077326] Re: [Xubuntu 12.10] Alacarte unchecks manually checked menu items

2012-11-10 Thread Bernard Decock
*** This bug is a duplicate of bug 1072671 ***
https://bugs.launchpad.net/bugs/1072671

** This bug is no longer a duplicate of bug 1069207
   Alacarte ignores XDG_MENU_PREFIX
** This bug has been marked a duplicate of bug 1072671
   Xubuntu: Mouse-clicks disappear while editing Applications Menu

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

Title:
  [Xubuntu 12.10] Alacarte unchecks manually checked menu items

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

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


[Bug 1076896] Re: package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

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

** Changed in: samba4 (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/1076896

Title:
  package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade:
  le sous-processus script post-installation installé a retourné une
  erreur de sortie d'état 1

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

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

[Bug 1072671] Re: Xubuntu: Mouse-clicks disappear while editing Applications Menu

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

** Changed in: alacarte (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/1072671

Title:
  Xubuntu: Mouse-clicks disappear while editing Applications Menu

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

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


[Bug 1066002] Re: A visual glitch appears on the panel if an application is not responding

2012-11-10 Thread Pablo Almeida
Hello. Sorry for taking that long.

Here's a screenshot of the bug in action. I also suspect it's the same
bug you're talking about.

** Attachment added: Attempt2.png
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1066002/+attachment/3429380/+files/Attempt2.png

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

Title:
  A visual glitch appears on the panel if an application is not
  responding

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

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


[Bug 599255] Re: dmraid fails to read promise RAID sector count larger than 32-bits

2012-11-10 Thread HenryC
I tried to look into calculating the offset, but if I understand the
metadata detection code correctly, it seems that is not the problem I am
having. The metadata for my array is found within the first loop in
pdc_read_metadata, as an offset of end_sectors, so I assume it is at the
end of the disk.

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

Title:
  dmraid fails to read promise RAID sector count larger than 32-bits

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

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


[Bug 1075512] Re: Laptop freezes when lid closes 12.10 (same in 12.04)

2012-11-10 Thread aszary
** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  Laptop freezes when lid closes 12.10 (same in 12.04)

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

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


[Bug 1077328] [NEW] package typo3-dummy 4.5.10+dfsg1-1 failed to install/upgrade: subproces installed post-installation script gaf een foutwaarde 127 terug

2012-11-10 Thread Anno de Vries
Public bug reported:

I can not install anything.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: typo3-dummy 4.5.10+dfsg1-1
ProcVersionSignature: Ubuntu 3.2.0-32.51-generic 3.2.30
Uname: Linux 3.2.0-32-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.0.1-0ubuntu14
AptOrdering: typo3-dummy: Configure
Architecture: amd64
Date: Fri Nov  9 20:38:15 2012
ErrorMessage: subproces installed post-installation script gaf een foutwaarde 
127 terug
InstallationMedia: Ubuntu 12.04 Precise - Build amd64 LIVE Binary 
20120426-23:52
PackageArchitecture: all
SourcePackage: typo3-src
Title: package typo3-dummy 4.5.10+dfsg1-1 failed to install/upgrade: subproces 
installed post-installation script gaf een foutwaarde 127 terug
UpgradeStatus: No upgrade log present (probably fresh install)
mtime.conffile..etc.typo3.dummy.localconf.php: 2012-11-09T20:38:14.304604

** Affects: typo3-src (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package precise

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

Title:
  package typo3-dummy 4.5.10+dfsg1-1 failed to install/upgrade:
  subproces installed post-installation script gaf een foutwaarde 127
  terug

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/typo3-src/+bug/1077328/+subscriptions

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


[Bug 1021693] Re: gtkpod window does not fit correctly in unity when maximized

2012-11-10 Thread Peter Harvey
Sorry to report that this bug is not fixed in Quantal.

With Global Menus, the visibility of the Left Hand pane of the dock
arrangment needs to be much wider than necessary (about a third of the
window width) to avoid losing its LH side. This seems to be the opposite
of what is required - the RH side should be lost in a narrow pane
configuration (but would therefore be visible using scrollbars - which
are not available if the LH side disappears).

However, because of problems with Libreoffice integration, I prefer not
to use global menus for the moment (sudo apt-get remove indicator-
appmenu, logout/in). In this situation, *in addition* to the problem
described above, although the menus themselves fit the space available,
the window itself spills over beneath the Unity launcher, or off the
available window.

Not sure if my attachment(s) are attached, but the problem is easy to
see.

** Attachment added: gtkpod-without_global_menus_maximised.png
   
https://bugs.launchpad.net/ubuntu/+source/gtkpod/+bug/1021693/+attachment/3429381/+files/gtkpod-without_global_menus_maximised.png

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

Title:
  gtkpod window does not fit correctly in unity when maximized

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

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


[Bug 1077329] [NEW] celestia crashes when travelling back in time

2012-11-10 Thread MDV
Public bug reported:

Whenever I try to travel back in time in celestia, I am unable as the
program crashes.

Distributor ID: Ubuntu
Description:Ubuntu 12.10
Release:12.10
Codename:   quantal

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: celestia-gnome 1.6.1+dfsg-2ubuntu1
Uname: Linux 3.5.4-030504-generic x86_64
ApportVersion: 2.6.1-0ubuntu6
Architecture: amd64
Date: Sat Nov 10 22:24:12 2012
ExecutablePath: /usr/bin/celestia-gnome
InstallationDate: Installed on 2012-09-21 (50 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120919)
MarkForUpload: True
ProcEnviron:
 LANGUAGE=en_AU:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
SourcePackage: celestia
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug quantal 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/1077329

Title:
  celestia crashes when travelling back in time

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

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


[Bug 1077129] Re: Encrypted installation crashes

2012-11-10 Thread melchiaros
In UbiquitySyslog.txt:

Nov  9 18:47:04 ubuntu ubiquity: Traceback (most recent call last):
Nov  9 18:47:04 ubuntu ubiquity:   File /usr/share/ubiquity/install.py, line 
720, in module
Nov  9 18:47:04 ubuntu ubiquity: install = Install()
Nov  9 18:47:04 ubuntu ubiquity:   File /usr/share/ubiquity/install.py, line 
74, in __init__
Nov  9 18:47:04 ubuntu ubiquity: 'Failed to mount the target: %s' % 
str(self.target)
Nov  9 18:47:04 ubuntu ubiquity: AssertionError: Failed to mount the target: 
/target
Nov  9 18:49:19 ubuntu wpa_supplicant[2280]: wlan0: WPA: Group rekeying 
completed with 06:1f:3f:1b:d0:c6 [GTK=TKIP]
Nov  9 18:49:47 ubuntu ubiquity: 
Nov  9 18:49:47 ubuntu ubiquity: (apport-gtk:21885): Gtk-WARNING **: Locale not 
supported by C library.
Nov  9 18:49:47 ubuntu ubiquity: #011Using the fallback 'C' locale.

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

Title:
  Encrypted installation crashes

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

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


[Bug 1072080] Re: Suspend from power button menu doesn't work.

2012-11-10 Thread Pilot6
Same problem on desktops. If I press power button, dialog appears with
options: Poweroff, suspend, etc. But if I press a button, nothing
happens.

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

Title:
  Suspend from power button menu doesn't work.

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

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


[Bug 767066] Re: natty distcc /usr/bin/python: can't open file '/usr/bin/include_server/include_server.py': [Errno 2] No such file or directory

2012-11-10 Thread Daniel Hartwig
Fixed in distcc/3.1-4.2, appearing in Quantal and later.  The
include_server and PYTHON variables in /usr/bin/distcc-pump both contain
the correct values.

distcc (3.1-4.2) unstable; urgency=low

  * Non-maintainer upload.
  * Move distcc-pump python modules to private path (/usr/lib/distcc-pump)
- 04_fix_pumps_include_server_path.dpatch: update for private path,
  removes hardcoded python version from path.  Closes: #580308
- debian/rules: ensure PYTHON points to the default python version.


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

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

Title:
  natty distcc /usr/bin/python: can't open file
  '/usr/bin/include_server/include_server.py': [Errno 2] No such file or
  directory

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

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


[Bug 1077332] [NEW] Evince Zoom

2012-11-10 Thread Benji
Public bug reported:

When the zoom in evince is set to 100% the page is really small. (see 
attachment). 
The page size is correctly set to a4-paper (as you also can see in the attached 
screenshot). 

For showing the page at about the size of a4-paper I have to zoom in to
about 1000% (hard to determine, because the zoom-value it is not shown
at the toolbar for values of more than 400%).

So, for me, it look like there is factor 10 wrong with the zoom (1000% =
100%).

apt-cache policy evince
evince:
  Installed: 3.4.0-0ubuntu1.4
  Candidate: 3.4.0-0ubuntu1.4

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

** Attachment added: Screenshot_evince.png
   
https://bugs.launchpad.net/bugs/1077332/+attachment/3429393/+files/Screenshot_evince.png

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

Title:
  Evince Zoom

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

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


[Bug 1077331] [NEW] fglrx-updates 2:8.982-0ubuntu0.1: fglrx-updates kernel module failed to build

2012-11-10 Thread Björk Read
Public bug reported:

sony vaio VPCYB1S1E

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: fglrx-updates 2:8.982-0ubuntu0.1
ProcVersionSignature: Ubuntu 3.2.0-33.52-generic 3.2.31
Uname: Linux 3.2.0-33-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.0.1-0ubuntu14
Architecture: amd64
DKMSKernelVersion: 3.2.0-33-generic
Date: Sat Nov 10 12:28:28 2012
InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120822.4)
PackageVersion: 2:8.982-0ubuntu0.1
SourcePackage: fglrx-installer-updates
Title: fglrx-updates 2:8.982-0ubuntu0.1: fglrx-updates kernel module failed to 
build
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: fglrx-installer-updates (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package package-from-proposed precise

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

Title:
  fglrx-updates 2:8.982-0ubuntu0.1: fglrx-updates kernel module failed
  to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer-updates/+bug/1077331/+subscriptions

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


[Bug 817147] Re: Boot hang on natty with Samsung SH-S223C DVD-RW Drive

2012-11-10 Thread Julien Rebetez
I'm having the same problem with Ubuntu 12.10 : the install CD hangs at
boot and adding libata.atapi_passthru16=0 solve the problem.

** Information type changed from Public to Public Security

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

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

Title:
  Boot hang on natty with Samsung SH-S223C DVD-RW Drive

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

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


[Bug 1077333] [NEW] Installation medium boot hang on 12.10

2012-11-10 Thread Julien Rebetez
Public bug reported:

I'm unable to boot the installation medium (USB or DVD) for 12.10 on my 
computer. The boot hangs after a few seconds.
Adding the parameter libata.atapi_passthru16=0 to the kernel fixes the problem.
This might be a duplicate of 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/817147

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: linux-image-3.5.0-17-generic 3.5.0-17.28
ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
Uname: Linux 3.5.0-17-generic x86_64
ApportVersion: 2.6.1-0ubuntu3
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  ubuntu 3200 F pulseaudio
 /dev/snd/controlC0:  ubuntu 3200 F pulseaudio
CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 not 
found.
CasperVersion: 1.328
Date: Sat Nov 10 12:33:28 2012
IwConfig:
 eth0  no wireless extensions.
 
 lono wireless extensions.
LiveMediaBuild: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MachineType: System manufacturer System Product Name
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB: 0 radeondrmfb
ProcKernelCmdLine: initrd=/casper/initrd.lz file=/cdrom/preseed/username.seed 
boot=casper  quiet splash libata.atapi_passthru16=0 BOOT_IMAGE=/casper/vmlinuz
RelatedPackageVersions:
 linux-restricted-modules-3.5.0-17-generic N/A
 linux-backports-modules-3.5.0-17-generic  N/A
 linux-firmware1.95
RfKill:
 
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/24/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0404
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: P8H61-M PRO
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev x.0x
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0404:bd02/24/2011:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP8H61-MPRO:rvrRevx.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer

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


** Tags: amd64 apport-bug quantal 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/1077333

Title:
  Installation medium boot hang on 12.10

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

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


[Bug 831768] Re: aptitude cannot handle conflicts with multiarch enabled

2012-11-10 Thread Daniel Hartwig
** Patch removed: precise.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/aptitude/+bug/831768/+attachment/3427352/+files/precise.debdiff

** Patch added: precise.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/aptitude/+bug/831768/+attachment/3429394/+files/precise.debdiff

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

Title:
  aptitude cannot handle conflicts with multiarch enabled

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

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


[Bug 817147] Re: Boot hang on natty with Samsung SH-S223C DVD-RW Drive

2012-11-10 Thread Julien Rebetez
I opened a bug with my system informations :
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1077333

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

Title:
  Boot hang on natty with Samsung SH-S223C DVD-RW Drive

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

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


[Bug 762699] Re: Unity launcher and panel do not zoom alongsize the desktop with Enhanced Zoom Desktop

2012-11-10 Thread Qbert
I totally agree. This bug makes Ubuntu unusable for a large amount of
people! The removal of gnome-classic and Unity 2d also eliminates the
easiest workarounds for this bug.

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

Title:
  Unity launcher and panel do not zoom alongsize the desktop with
  Enhanced Zoom Desktop

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

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


[Bug 1073102] Re: Merge cpu 1.4.3-11.3 (universe) from Debian unstable (main)

2012-11-10 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-branches/ubuntu/raring/cpu/raring-proposed

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

Title:
  Merge cpu 1.4.3-11.3 (universe) from Debian unstable (main)

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

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


[Bug 1077129] Re: Encrypted installation crashes

2012-11-10 Thread melchiaros
** Changed in: ubiquity (Ubuntu)
   Status: New = Confirmed

** Summary changed:

- Encrypted installation crashes
+ Encrypted installation crashes . Failed to mount the target: /target

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

Title:
  Encrypted installation crashes . Failed to mount the target: /target

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

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


[Bug 1064962] Re: [SRU] Global menubar items do not work when opening a document directly from nautilus with no LibreOffice instance running

2012-11-10 Thread Luc Bruninx
A new build is starting for amd64
(https://launchpad.net/ubuntu/+source/libreoffice/1:3.6.2~rc2-0ubuntu4/+build/3970477).

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

Title:
  [SRU] Global menubar items do not work when opening a document
  directly from nautilus with no LibreOffice instance running

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

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


[Bug 1046996] Re: GL Screensavers Lock Out Keyboard Kubuntu

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

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

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

Title:
  GL Screensavers Lock Out Keyboard Kubuntu

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

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


[Bug 1066062] Re: [quantal] Sound volume changes without user interaction

2012-11-10 Thread Alessio D'Ascanio
Same problem here:

$ lspci  | grep -i audio
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family 
High Definition Audio Controller (rev 05)

$ cat /proc/asound/card0/codec* | grep Codec
Codec: Realtek ALC892

From pulseaudio debug log I didn't have messages when problem occour,
and I still have problem also if daemon is stopped.

As other people when audio clicks, at the same time I see window
flickering with alsamixer,  volume applet and audio setting window.

In attachment, the alsa-info.sh output.
Tell me if you need extra info.

** Attachment added: my alsa-info.sh output
   
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1066062/+attachment/3429408/+files/alsa-info.txt.YHBHYFnDcU

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

Title:
  [quantal] Sound volume changes without user interaction

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1066062/+subscriptions

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


[Bug 198897] Re: Deinterlace is checked, but it's not actually turned on

2012-11-10 Thread Thomas Hotz
** Changed in: xine-lib (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/198897

Title:
  Deinterlace is checked, but it's not actually turned on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xine-lib/+bug/198897/+subscriptions

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


[Bug 198797] Re: picocom should either recommend minicom, or recommend and use lrzsz by default

2012-11-10 Thread Thomas Hotz
** Changed in: picocom (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/198797

Title:
  picocom should either recommend minicom, or recommend and use lrzsz by
  default

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

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


[Bug 198732] Re: Standard--Arc element isn't visible when exporting to tex output format

2012-11-10 Thread Thomas Hotz
Can you still reproduce this bug with a supported Ubuntu version?

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

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

Title:
  Standard--Arc element isn't visible when exporting to tex output
  format

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

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


[Bug 1077333] Status changed to Confirmed

2012-11-10 Thread Brad Figg
This change was made by a bot.

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

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

Title:
  Installation medium boot hang on 12.10

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

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


[Bug 1046996] Re: GL Screensavers Lock Out Keyboard Kubuntu

2012-11-10 Thread Andrey
I started to see this after upgrade to Ubuntu 12.10 (from 12.04). Also
using FGLRX and KDE. I have to forcibly kill Linux with alt+print+b
because no other keyboard shortcuts/mouse move/click can't stop
screensaver running and so I have no access to the UI anymore.

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

Title:
  GL Screensavers Lock Out Keyboard Kubuntu

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

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


  1   2   3   4   5   6   7   8   >