[Bug 1390870] [NEW] automount segfaults when auto.master dir points to a file

2014-11-09 Thread Alex Peters
Public bug reported:

Given an auto.master file with the following line:

# cat /etc/auto.master
+dir:/etc/auto.master.d

and /etc/auto.master.d is a file:

# stat /etc/auto.master.d
  File: ‘/etc/auto.master.d’
  Size: 0   Blocks: 0  IO Block: 4096   regular empty file
Device: fc00h/64512dInode: 6817460 Links: 1
Access: (0644/-rw-r--r--)  Uid: (0/root)   Gid: (0/root)
Access: 2014-11-07 23:54:42.640848261 +1100
Modify: 2014-11-07 23:54:42.640848261 +1100
Change: 2014-11-07 23:54:42.640848261 +1100
 Birth: -

the autofs service fails to start due to multiple segfaults:

# service autofs start  tail -F /var/log/syslog
autofs start/running, process 4157
Nov  9 20:56:11 europa kernel: [  641.836878] show_signal_msg: 1 callbacks 
suppressed
Nov  9 20:56:11 europa kernel: [  641.836885] automount[4157]: segfault at 0 ip 
7f7c3bbc8920 sp 7fff9f158768 error 4 in 
libc-2.19.so[7f7c3bb0b000+1bb000]
Nov  9 20:56:11 europa kernel: [  641.839921] init: autofs main process (4157) 
killed by SEGV signal
Nov  9 20:56:11 europa kernel: [  641.839943] init: autofs main process ended, 
respawning
Nov  9 20:56:11 europa kernel: [  641.916675] automount[4166]: segfault at 0 ip 
7fad88d51920 sp 7fff7bbecc28 error 4 in 
libc-2.19.so[7fad88c94000+1bb000]
Nov  9 20:56:11 europa kernel: [  641.918773] init: autofs main process (4166) 
killed by SEGV signal
Nov  9 20:56:11 europa kernel: [  641.918788] init: autofs main process ended, 
respawning
Nov  9 20:56:11 europa kernel: [  641.968632] automount[4175]: segfault at 0 ip 
7f0ee3fca920 sp 7fff02ab3308 error 4 in 
libc-2.19.so[7f0ee3f0d000+1bb000]
Nov  9 20:56:11 europa kernel: [  641.970738] init: autofs main process (4175) 
killed by SEGV signal
Nov  9 20:56:11 europa kernel: [  641.970753] init: autofs main process ended, 
respawning
Nov  9 20:56:11 europa kernel: [  642.040704] automount[4184]: segfault at 0 ip 
7fc953493920 sp 7fffec2dc0e8 error 4 in 
libc-2.19.so[7fc9533d6000+1bb000]
Nov  9 20:56:11 europa kernel: [  642.043116] init: autofs main process (4184) 
killed by SEGV signal
Nov  9 20:56:11 europa kernel: [  642.043133] init: autofs main process ended, 
respawning
Nov  9 20:56:11 europa kernel: [  642.104755] automount[4193]: segfault at 0 ip 
7f968326d920 sp 7fff44edcc18 error 4 in 
libc-2.19.so[7f96831b+1bb000]
Nov  9 20:56:11 europa kernel: [  642.107902] init: autofs main process (4193) 
killed by SEGV signal
Nov  9 20:56:11 europa kernel: [  642.107919] init: autofs main process ended, 
respawning
Nov  9 20:56:12 europa kernel: [  642.176779] automount[4202]: segfault at 0 ip 
7f03aebb1920 sp 7fffe76345c8 error 4 in 
libc-2.19.so[7f03aeaf4000+1bb000]
Nov  9 20:56:12 europa kernel: [  642.179081] init: autofs main process (4202) 
killed by SEGV signal
Nov  9 20:56:12 europa kernel: [  642.179099] init: autofs main process ended, 
respawning
Nov  9 20:56:12 europa kernel: [  642.236726] automount[4211]: segfault at 0 ip 
7f9f446c4920 sp 7fff260533d8 error 4 in 
libc-2.19.so[7f9f44607000+1bb000]
Nov  9 20:56:12 europa kernel: [  642.238905] init: autofs main process (4211) 
killed by SEGV signal
Nov  9 20:56:12 europa kernel: [  642.238922] init: autofs main process ended, 
respawning
Nov  9 20:56:12 europa kernel: [  642.308743] automount[4220]: segfault at 0 ip 
7f9929fb7920 sp 7fffba052698 error 4 in 
libc-2.19.so[7f9929efa000+1bb000]
Nov  9 20:56:12 europa kernel: [  642.311101] init: autofs main process (4220) 
killed by SEGV signal
Nov  9 20:56:12 europa kernel: [  642.39] init: autofs main process ended, 
respawning
Nov  9 20:56:12 europa kernel: [  642.372656] automount[4229]: segfault at 0 ip 
7f1342759920 sp 7fff68610ff8 error 4 in 
libc-2.19.so[7f134269c000+1bb000]
Nov  9 20:56:12 europa kernel: [  642.374811] init: autofs main process (4229) 
killed by SEGV signal
Nov  9 20:56:12 europa kernel: [  642.374826] init: autofs main process ended, 
respawning
Nov  9 20:56:12 europa kernel: [  642.424646] automount[4238]: segfault at 0 ip 
7fa402eb2920 sp 7fffb89266e8 error 4 in 
libc-2.19.so[7fa402df5000+1bb000]
Nov  9 20:56:12 europa kernel: [  642.426643] init: autofs main process (4238) 
killed by SEGV signal
Nov  9 20:56:12 europa kernel: [  642.426658] init: autofs main process ended, 
respawning
Nov  9 20:56:12 europa kernel: [  642.495381] init: autofs main process (4247) 
killed by SEGV signal
Nov  9 20:56:12 europa kernel: [  642.495397] init: autofs respawning too fast, 
stopped

While I'm sure that autofs should fail under these circumstances (I
certainly don't know how I managed to make auto.master.d a file), I'm
not sure that segfaults should occur.

# apt-cache policy autofs
autofs:
  Installed: 5.0.7-3ubuntu3.1
  Candidate: 5.0.7-3ubuntu3.1
  Version table:
 *** 5.0.7-3ubuntu3.1 0
500 http://mirror.as24220.net/pub/ubuntu-archive/ trusty-updates/main 
amd64 Packages
100 /var/lib/dpkg/status
 

[Bug 1390771] Re: vim-puppet syntax highlighting scripts are not effective

2014-11-09 Thread Stig Sandbeck Mathisen
The package description for vim-puppet says:

# As per the Debian vim policy, installed addons are not activated
# automatically, but the vim-addon-manager tool can be used for this
# purpose.

Not sure if this is also the Ubuntu policy for vim addons, but since
this package is unmodified from its Debian version, that's what you see.

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

Title:
  vim-puppet syntax highlighting scripts are not effective

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/1390771/+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 1390771] Re: vim-puppet syntax highlighting scripts are not effective

2014-11-09 Thread Paul Kilgo
Ah, just missed that. Thanks for clearing that up. I've marked this
report invalid.

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

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

Title:
  vim-puppet syntax highlighting scripts are not effective

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/1390771/+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 1315888] Re: Zlib functions (gzopen etc.) are undefined while gzopen64 etc. exist

2014-11-09 Thread bersyl91
This bug affect SPIP too at multi level.

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

Title:
  Zlib functions (gzopen etc.) are undefined while gzopen64 etc. exist

To manage notifications about this bug go to:
https://bugs.launchpad.net/php/+bug/1315888/+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 1315888] [NEW] Zlib functions (gzopen etc.) are undefined while gzopen64 etc. exist

2014-11-09 Thread Launchpad Bug Tracker
You have been subscribed to a public bug by Robie Basak (racb):

After upgrading to 14.04, all function Zlib-related function calls
(gzopen() etc) fail with Fatal error: Call to undefined function
gzopen() in  Function names with 64 added to the end to them
(gzopen64() etc) work as expected.

Distribution: 14.04 - 32bit version
Actual package versions: 5.5.9+dfsg-1ubuntu4

** Affects: php
 Importance: Unknown
 Status: Unknown

** Affects: wordpress
 Importance: Undecided
 Status: New

** Affects: php5 (Ubuntu)
 Importance: Medium
 Assignee: Dimitri John Ledkov (xnox)
 Status: Confirmed

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

** Affects: php5 (Ubuntu Trusty)
 Importance: High
 Assignee: Dimitri John Ledkov (xnox)
 Status: Confirmed

** Affects: phpmyadmin (Ubuntu Trusty)
 Importance: Undecided
 Status: Confirmed

-- 
Zlib functions (gzopen etc.) are undefined while gzopen64 etc. exist
https://bugs.launchpad.net/bugs/1315888
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to the bug report.

-- 
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 1342580] Re: tftpd-hpa doesn't start on boot

2014-11-09 Thread Alberto Salvia Novella
** Changed in: tftp-hpa (Ubuntu)
   Importance: Undecided = High

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

Title:
  tftpd-hpa doesn't start on boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tftp-hpa/+bug/1342580/+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 1078213] Re: logs are not logrotated

2014-11-09 Thread Curtis Hovey
** Changed in: juju-core
   Status: Fix Committed = Fix Released

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

Title:
  logs are not logrotated

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1078213/+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 1342083] Re: Failed to create chardev due to apparmor DENIED execute of /usr/lib/pt_chown

2014-11-09 Thread Launchpad Bug Tracker
[Expired for libvirt (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Failed to create chardev due to apparmor DENIED execute of
  /usr/lib/pt_chown

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1342083/+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 1367495] Re: Bridge still not created if bind9 is on

2014-11-09 Thread Launchpad Bug Tracker
[Expired for lxc (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Bridge still not created if bind9 is on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1367495/+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 1390851] Re: Hexchat 2.10.1-1 FTBFS on all arches

2014-11-09 Thread Jackson Doak
** Patch added: deb.diff
   
https://bugs.launchpad.net/ubuntu/+source/hexchat/+bug/1390851/+attachment/4256347/+files/deb.diff

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

Title:
  Hexchat 2.10.1-1 FTBFS on all arches

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

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


[Bug 1390851] [NEW] Hexchat 2.10.1-1 FTBFS on all arches

2014-11-09 Thread Jackson Doak
Public bug reported:

Hexchat 2.10.1-1 is currently FTBFS on all arches. This is due to the
debian maintainer not updating ubuntu's irc defaults patch (only applied
in ubuntu). The attached debdiff fixes this

** Affects: hexchat (Ubuntu)
 Importance: Undecided
 Assignee: Jackson Doak (noskcaj)
 Status: In Progress

** Changed in: hexchat (Ubuntu)
   Status: New = In Progress

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

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

Title:
  Hexchat 2.10.1-1 FTBFS on all arches

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

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


[Bug 1390853] [NEW] cryptkeeper crashes

2014-11-09 Thread Sezer Yalcin
Public bug reported:

It crashes at boot and on subsequent runs. It sometimes works but didn't
have time to figure out why.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: cryptkeeper 0.9.5-5.1ubuntu3
ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
Uname: Linux 3.13.0-39-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.5
Architecture: amd64
CurrentDesktop: Unity
Date: Sun Nov  9 10:05:11 2014
InstallationDate: Installed on 2013-08-26 (439 days ago)
InstallationMedia: Ubuntu 12.04.2 LTS Precise Pangolin - Release amd64 
(20130213)
SourcePackage: cryptkeeper
UpgradeStatus: Upgraded to trusty on 2014-11-01 (7 days ago)

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


** Tags: amd64 apport-bug trusty

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

Title:
  cryptkeeper crashes

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

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


[Bug 1385537] Re: logrotate does not rotate logs (rsyslog)

2014-11-09 Thread Uwe Lück
my (rsyslog) logs *are* rotatated now. I found that /usr/sbin/anacron is
a symbolic link to /bin/true as in bug #1254614 and renamed
/usr/sbin/anacron.distrib found with bug #1254614 into
/usr/sbin/anacron. As opposed to there, this has not been undone so far.
I find the symlink in some saved persistence files/partitions, even
(somewaht opposed to bug #bug #1254614) with Xubuntu 12.10. There is no
anacron symlink in the live iso, but it's there even after a live boot
without persistence.

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

Title:
  logrotate does not rotate logs (rsyslog)

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

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


[Bug 1390857] [NEW] [Asus X751LA] Touchpad not recognised in Ubuntu14.04

2014-11-09 Thread Luca Manunta
Public bug reported:

I guess this is the same bug found with this new generation of touchpads in 
other Asus models.
See: Bug #1314198 
I filed a separate report as nobody so far reported this specific notebook 
model.

The touchpad is currently working as a PS/2 mouse, however this prevents
from using synaptics/syndaemon to suspend touching while typing (and, of
course, double finger scrolling does not work). The only solution is to
toggle the PS/2 mouse off and use an external mouse.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-39-generic 3.13.0-39.66
ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
Uname: Linux 3.13.0-39-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.5
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  bojana 1614 F pulseaudio
 /dev/snd/controlC0:  bojana 1614 F pulseaudio
CurrentDesktop: Unity
Date: Sun Nov  9 09:15:22 2014
HibernationDevice: RESUME=UUID=5fabcd3b-32e7-44db-8929-a165a765caa6
InstallationDate: Installed on 2014-10-28 (11 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
MachineType: ASUSTeK COMPUTER INC. X751LA
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-39-generic.efi.signed 
root=UUID=8edce97c-86bb-4f61-85fb-d8f4c1313aeb ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.13.0-39-generic N/A
 linux-backports-modules-3.13.0-39-generic  N/A
 linux-firmware 1.127.8
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/07/2014
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: X751LA.302
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: X751LA
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: 1.0
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK COMPUTER INC.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrX751LA.302:bd02/07/2014:svnASUSTeKCOMPUTERINC.:pnX751LA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX751LA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
dmi.product.name: X751LA
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK COMPUTER INC.

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


** Tags: amd64 apport-bug trusty

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

Title:
  [Asus X751LA] Touchpad not recognised in Ubuntu14.04

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

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


[Bug 1159744] Re: replacment for gnome-media

2014-11-09 Thread Jackson Doak
gnome-sound-recorder has been re-written and is now it's own package

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

Title:
  replacment for gnome-media

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

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


[Bug 1390851] Re: Hexchat 2.10.1-1 FTBFS on all arches

2014-11-09 Thread Ubuntu Foundations Team Bug Bot
** 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/1390851

Title:
  Hexchat 2.10.1-1 FTBFS on all arches

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

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


[Bug 1390857] Status changed to Confirmed

2014-11-09 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/1390857

Title:
  [Asus X751LA] Touchpad not recognised in Ubuntu14.04

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

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


[Bug 120281]

2014-11-09 Thread Jean-Philippe Fleury
After all these years, I finally found that I was still experiencing
this bug (see my comment 88) because of the addon Enigmail, that
automatically sets mailnews.send_plaintext_flowed to false.

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

Title:
  Opening a message from the drafts folder for editing does not remove
  added linebreaks

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

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


[Bug 1378949] Re: package nvidia-331 331.89-0ubuntu5 failed to install/upgrade: subprocess installed post-removal script returned error exit status 8

2014-11-09 Thread lionel giraudeau
*** This bug is a duplicate of bug 1369398 ***
https://bugs.launchpad.net/bugs/1369398

Sorry, logs partially in French (but important informations are not) :

lionel@osiris:~$ dpkg -l |grep nvidia
rH  nvidia-331  331.89-0ubuntu5 
 amd64NVIDIA binary driver - version 331.89

lionel@osiris:~$ sudo aptitude remove --purge nvidia-331 nvidia-libopencl1-331 
nvidia-opencl-icd-331
Les paquets suivants seront ENLEVÉS :   
  nvidia-331 
0 paquets mis à jour, 0 nouvellement installés, 1 à enlever et 0 non mis à jour.
Il est nécessaire de télécharger 0 o d'archives. Après dépaquetage, 182 Mo 
seront libérés.
(Lecture de la base de données... 278807 fichiers et répertoires déjà 
installés.)
Suppression de nvidia-331 (331.89-0ubuntu5) ...
stop: Unknown instance: 
userdel: user nvidia-persistenced is currently used by process 2457
dpkg: erreur de traitement du paquet nvidia-331 (--remove) :
 le sous-processus script post-removal installé a retourné une erreur de sortie 
d'état 8
Des erreurs ont été rencontrées pendant l'exécution :
 nvidia-331
E: Sub-process /usr/bin/dpkg returned an error code (1)
Impossible d'effectuer l'opération demandée sur le paquet. Essai de 
récupération :

lionel@osiris:~$ ps -ef |grep 2457
nvidia-+  2457 1  0 09:26 ?00:00:00 /usr/bin/nvidia-persistenced 
--user nvidia-persistenced
lionel@osiris:~$ sudo kill 2457
lionel@osiris:~$ ps -ef |grep 2457
lionel8363  7980  0 09:46 pts/400:00:00 grep 2457
lionel@osiris:~$ sudo aptitude remove --purge nvidia-331 nvidia-libopencl1-331 
nvidia-opencl-icd-331
Les paquets suivants seront ENLEVÉS :   
  nvidia-331 
0 paquets mis à jour, 0 nouvellement installés, 1 à enlever et 0 non mis à jour.
Il est nécessaire de télécharger 0 o d'archives. Après dépaquetage, 182 Mo 
seront libérés.
(Lecture de la base de données... 278805 fichiers et répertoires déjà 
installés.)
Suppression de nvidia-331 (331.89-0ubuntu5) ...
stop: Unknown instance: 
update-initramfs: deferring update (trigger activated)
Traitement des actions différées (« triggers ») pour initramfs-tools 
(0.103ubuntu8) ...
update-initramfs: Generating /boot/initrd.img-3.16.0-24-generic
Traitement des actions différées (« triggers ») pour libc-bin (2.19-10ubuntu2) 
...

lionel@osiris:~$

-- Re-install Nvidia drivers through graphical Prorpietary Drivers in
settings --

Then reboot : Fixed

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

Title:
  package nvidia-331 331.89-0ubuntu5 failed to install/upgrade:
  subprocess installed post-removal script returned error exit status 8

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

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

[Bug 1157654] Re: Sound recorder does not work

2014-11-09 Thread Jackson Doak
Gnome-sound-recorder is now a separate package and will be dropped from
gnome-media in the next ubuntu release

** Changed in: gnome-media (Ubuntu)
   Status: Triaged = Won't Fix

** Changed in: gnome-media (Ubuntu)
   Status: Won't Fix = Incomplete

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

Title:
  Sound recorder does not work

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

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


[Bug 1016165] Re: virtualbox-guest-dkms 4.1.16-dfsg-2: virtualbox-guest kernel module failed to build [error: implicit declaration of function ‘do_mmap’]

2014-11-09 Thread William
Where is the solution to this issue?

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

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

Title:
  virtualbox-guest-dkms 4.1.16-dfsg-2: virtualbox-guest kernel module
  failed to build [error: implicit declaration of function ‘do_mmap’]

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

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

[Bug 1322968] Re: Changing country leads to invalid locale

2014-11-09 Thread dotancohen
To illustrate the severity of this bug, one cannot even use simple Perl
one-liners:

pre
$ perl -pi -e 's/ \t/\t/g' foo.csv  bar.csv 
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = en:he:en,
LC_ALL = ,
LC_PAPER = en_IL.UTF-8,
LC_ADDRESS = en_IL.UTF-8,
LC_MONETARY = en_IL.UTF-8,
LC_NUMERIC = en_IL.UTF-8,
LC_TELEPHONE = en_IL.UTF-8,
LC_IDENTIFICATION = en_IL.UTF-8,
LC_MEASUREMENT = en_IL.UTF-8,
LC_TIME = en_DK.utf8,
LC_NAME = en_IL.UTF-8,
LANG = en_IL.UTF-8
are supported and installed on your system.
perl: warning: Falling back to the standard locale (C).

$ wc -l bar.csv 
0 bar.csv
/pre

Great, so where is en_IL.UTF-8 set? I have no idea:
pre
$ pwd   
   
/home/dotancohen
$ grep -r en_IL *
$
/pre

Now that I've found Calabacin's linked issue on AskUbuntu.com, I know that it 
is here, but as we've seen Grep cannot find it:
pre
$ cat ~/.kde/env/setlocale.sh
export LANG=en_IL.UTF-8 
   
export LANGUAGE=en:he:en
   
export LC_NUMERIC=en_IL.UTF-8   
   
export LC_TIME=en_IL.UTF-8  
   
export LC_MONETARY=en_IL.UTF-8  
   
export LC_PAPER=en_IL.UTF-8 
   
export LC_IDENTIFICATION=en_IL.UTF-8
   
export LC_NAME=en_IL.UTF-8  
   
export LC_ADDRESS=en_IL.UTF-8   
   
export LC_TELEPHONE=en_IL.UTF-8 
   
export LC_MEASUREMENT=en_IL.UTF-8 
/pre

Where did those definitions come from?

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

Title:
  Changing country leads to invalid locale

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-runtime/+bug/1322968/+subscriptions

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


[Bug 1377252] Re: nautilus crashed opening ftp server

2014-11-09 Thread Apport retracing service
** Tags added: vivid

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

Title:
  nautilus crashed opening ftp server

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

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


[Bug 1016165] Re: virtualbox-guest-dkms 4.1.16-dfsg-2: virtualbox-guest kernel module failed to build [error: implicit declaration of function ‘do_mmap’]

2014-11-09 Thread Logan Rosen
** Changed in: virtualbox (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/1016165

Title:
  virtualbox-guest-dkms 4.1.16-dfsg-2: virtualbox-guest kernel module
  failed to build [error: implicit declaration of function ‘do_mmap’]

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

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

[Bug 1354924] Re: Networkmanager does not autoconnect to wireless network

2014-11-09 Thread Søren Holm
Hervé - you are right. I works as a software developer and this bug
would clearly be a blocker - meaning that we cannot realease until it's
resolved. Simple John Joe tpye of things must always work. I know little
of any about networkmanager, but given the right instructions I'd be
able to debug it.

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

Title:
  Networkmanager does not autoconnect to wireless network

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

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

[Bug 1390863] Re: nautilus assert failure: ERROR:nautilus-bookmark.c:350:nautilus_bookmark_connect_file: assertion failed: (!nautilus_file_is_gone (bookmark-details-file))

2014-11-09 Thread Apport retracing service
*** This bug is a duplicate of bug 1377252 ***
https://bugs.launchpad.net/bugs/1377252

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

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1390863/+attachment/4256388/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1390863/+attachment/4256390/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1390863/+attachment/4256391/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1390863/+attachment/4256392/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1390863/+attachment/4256393/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1390863/+attachment/4256394/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1390863/+attachment/4256395/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 1377252
   nautilus crashed opening ftp server

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  nautilus assert failure: ERROR:nautilus-
  bookmark.c:350:nautilus_bookmark_connect_file: assertion failed:
  (!nautilus_file_is_gone (bookmark-details-file))

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

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


Re: [Bug 1016165] Re: virtualbox-guest-dkms 4.1.16-dfsg-2: virtualbox-guest kernel module failed to build [error: implicit declaration of function ‘do_mmap’]

2014-11-09 Thread Drizlaru
VirtualBox bug , use version 4.3.12 and it works fine.
On Nov 9, 2014 12:10 AM, William william.bower2...@gmail.com wrote:

 Where is the solution to this issue?

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

 --
 You received this bug notification because you are subscribed to a
 duplicate bug report (1172783).
 https://bugs.launchpad.net/bugs/1016165

 Title:
   virtualbox-guest-dkms 4.1.16-dfsg-2: virtualbox-guest kernel module
   failed to build [error: implicit declaration of function ‘do_mmap’]

 Status in “virtualbox” package in Ubuntu:
   New

 Bug description:
   VB guest additions 4.1.18 returns error that linux-headers 3.5.0.1
   generic are not founddkms cannot install

   ProblemType: Package
   DistroRelease: Ubuntu 12.10
   Package: virtualbox-guest-dkms 4.1.16-dfsg-2
   ProcVersionSignature: Ubuntu 3.5.0-1.1-generic 3.5.0-rc3
   Uname: Linux 3.5.0-1-generic x86_64
   ApportVersion: 2.2.5-0ubuntu1
   Architecture: amd64
   DKMSKernelVersion: 3.5.0-1-generic
   Date: Thu Jun 21 13:26:02 2012
   PackageArchitecture: all
   PackageVersion: 4.1.16-dfsg-2
   SourcePackage: virtualbox
   Title: virtualbox-guest-dkms 4.1.16-dfsg-2: virtualbox-guest kernel
 module failed to build
   UpgradeStatus: Upgraded to quantal on 2012-06-09 (11 days ago)
   VirtualBox.ModInfo:

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/virtualbox/+bug/1016165/+subscriptions


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

Title:
  virtualbox-guest-dkms 4.1.16-dfsg-2: virtualbox-guest kernel module
  failed to build [error: implicit declaration of function ‘do_mmap’]

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

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

[Bug 1264683] Re: palimpsest core dumped. Update SMART info

2014-11-09 Thread angros47
Here is the log of my last update:


Start-Date: 2014-11-07  17:27:17
Commandline: aptdaemon role='role-commit-packages' sender=':1.68'
Upgrade: apport:i386 (2.0.1-0ubuntu17.7, 2.0.1-0ubuntu17.8), 
python-problem-report:i386 (2.0.1-0ubuntu17.7, 2.0.1-0ubuntu17.8), 
python-apport:i386 (2.0.1-0ubuntu17.7, 2.0.1-0ubuntu17.8), apport-gtk:i386 
(2.0.1-0ubuntu17.7, 2.0.1-0ubuntu17.8)
End-Date: 2014-11-07  17:27:43

could be related to the bug?

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

Title:
  palimpsest core dumped. Update SMART info

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

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


[Bug 1247412] Re: package syslinux-themes-debian (not installed) failed to install/upgrade: subprocess installed post-removal script returned error exit status 127

2014-11-09 Thread Leif Arne Storset
This showed up for me when I ran `apt-get autoremove` after upgrading to
14.10, having declined the autoremoval during upgrade. The workaround
for me was simple; I just ran `apt-get autoremove` again.

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

Title:
  package syslinux-themes-debian (not installed) failed to
  install/upgrade: subprocess installed post-removal script returned
  error exit status 127

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/syslinux-themes-debian/+bug/1247412/+subscriptions

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


[Bug 1390474] Re: Volume element PCM has 6 channels. That's too much! with Terratec PHASE26

2014-11-09 Thread Raymond
this mean your usb audio have a 6 channel playbacck volume control
similar to

https://bugs.freedesktop.org/show_bug.cgi?id=84983#c5

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

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

Title:
  Volume element PCM has 6 channels. That's too much! with Terratec
  PHASE26

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

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


[Bug 1263266] Re: gmusicbrowser does not play in album order, even if shuffle queue is disabled

2014-11-09 Thread Zygmunt Krynicki
Dear upstream maintainer.

This bug is valid as the default behavior is just utterly wrong. I
fiddled with differen, confusing layouts for a good while before I
randomly got it to work (though I'm not at all sure what decides on the
playback order.

What is annoying is that despite having make it look like itunes it
behaves nothing like it. IMHO if it looks like something and doesn't
behave like it, it's a bug.

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

Title:
  gmusicbrowser does not play in album order, even if shuffle queue is
  disabled

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

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


[Bug 1322968] Re: Changing country leads to invalid locale

2014-11-09 Thread dotancohen
Please excuse the use of '' with Perl. That was stupid of me, but it
does not change the fact of the matter that the locales are invalid!

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

Title:
  Changing country leads to invalid locale

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-runtime/+bug/1322968/+subscriptions

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


[Bug 1263266] Re: gmusicbrowser does not play in album order, even if shuffle queue is disabled

2014-11-09 Thread Zygmunt Krynicki
I'm tempted to use my bug wrangler powers to make this bug Confirmed
again

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

Title:
  gmusicbrowser does not play in album order, even if shuffle queue is
  disabled

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

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


[Bug 1390870] [NEW] automount segfaults when auto.master dir points to a file

2014-11-09 Thread Alex Peters
Public bug reported:

Given an auto.master file with the following line:

# cat /etc/auto.master
+dir:/etc/auto.master.d

and /etc/auto.master.d is a file:

# stat /etc/auto.master.d
  File: ‘/etc/auto.master.d’
  Size: 0   Blocks: 0  IO Block: 4096   regular empty file
Device: fc00h/64512dInode: 6817460 Links: 1
Access: (0644/-rw-r--r--)  Uid: (0/root)   Gid: (0/root)
Access: 2014-11-07 23:54:42.640848261 +1100
Modify: 2014-11-07 23:54:42.640848261 +1100
Change: 2014-11-07 23:54:42.640848261 +1100
 Birth: -

the autofs service fails to start due to multiple segfaults:

# service autofs start  tail -F /var/log/syslog
autofs start/running, process 4157
Nov  9 20:56:11 europa kernel: [  641.836878] show_signal_msg: 1 callbacks 
suppressed
Nov  9 20:56:11 europa kernel: [  641.836885] automount[4157]: segfault at 0 ip 
7f7c3bbc8920 sp 7fff9f158768 error 4 in 
libc-2.19.so[7f7c3bb0b000+1bb000]
Nov  9 20:56:11 europa kernel: [  641.839921] init: autofs main process (4157) 
killed by SEGV signal
Nov  9 20:56:11 europa kernel: [  641.839943] init: autofs main process ended, 
respawning
Nov  9 20:56:11 europa kernel: [  641.916675] automount[4166]: segfault at 0 ip 
7fad88d51920 sp 7fff7bbecc28 error 4 in 
libc-2.19.so[7fad88c94000+1bb000]
Nov  9 20:56:11 europa kernel: [  641.918773] init: autofs main process (4166) 
killed by SEGV signal
Nov  9 20:56:11 europa kernel: [  641.918788] init: autofs main process ended, 
respawning
Nov  9 20:56:11 europa kernel: [  641.968632] automount[4175]: segfault at 0 ip 
7f0ee3fca920 sp 7fff02ab3308 error 4 in 
libc-2.19.so[7f0ee3f0d000+1bb000]
Nov  9 20:56:11 europa kernel: [  641.970738] init: autofs main process (4175) 
killed by SEGV signal
Nov  9 20:56:11 europa kernel: [  641.970753] init: autofs main process ended, 
respawning
Nov  9 20:56:11 europa kernel: [  642.040704] automount[4184]: segfault at 0 ip 
7fc953493920 sp 7fffec2dc0e8 error 4 in 
libc-2.19.so[7fc9533d6000+1bb000]
Nov  9 20:56:11 europa kernel: [  642.043116] init: autofs main process (4184) 
killed by SEGV signal
Nov  9 20:56:11 europa kernel: [  642.043133] init: autofs main process ended, 
respawning
Nov  9 20:56:11 europa kernel: [  642.104755] automount[4193]: segfault at 0 ip 
7f968326d920 sp 7fff44edcc18 error 4 in 
libc-2.19.so[7f96831b+1bb000]
Nov  9 20:56:11 europa kernel: [  642.107902] init: autofs main process (4193) 
killed by SEGV signal
Nov  9 20:56:11 europa kernel: [  642.107919] init: autofs main process ended, 
respawning
Nov  9 20:56:12 europa kernel: [  642.176779] automount[4202]: segfault at 0 ip 
7f03aebb1920 sp 7fffe76345c8 error 4 in 
libc-2.19.so[7f03aeaf4000+1bb000]
Nov  9 20:56:12 europa kernel: [  642.179081] init: autofs main process (4202) 
killed by SEGV signal
Nov  9 20:56:12 europa kernel: [  642.179099] init: autofs main process ended, 
respawning
Nov  9 20:56:12 europa kernel: [  642.236726] automount[4211]: segfault at 0 ip 
7f9f446c4920 sp 7fff260533d8 error 4 in 
libc-2.19.so[7f9f44607000+1bb000]
Nov  9 20:56:12 europa kernel: [  642.238905] init: autofs main process (4211) 
killed by SEGV signal
Nov  9 20:56:12 europa kernel: [  642.238922] init: autofs main process ended, 
respawning
Nov  9 20:56:12 europa kernel: [  642.308743] automount[4220]: segfault at 0 ip 
7f9929fb7920 sp 7fffba052698 error 4 in 
libc-2.19.so[7f9929efa000+1bb000]
Nov  9 20:56:12 europa kernel: [  642.311101] init: autofs main process (4220) 
killed by SEGV signal
Nov  9 20:56:12 europa kernel: [  642.39] init: autofs main process ended, 
respawning
Nov  9 20:56:12 europa kernel: [  642.372656] automount[4229]: segfault at 0 ip 
7f1342759920 sp 7fff68610ff8 error 4 in 
libc-2.19.so[7f134269c000+1bb000]
Nov  9 20:56:12 europa kernel: [  642.374811] init: autofs main process (4229) 
killed by SEGV signal
Nov  9 20:56:12 europa kernel: [  642.374826] init: autofs main process ended, 
respawning
Nov  9 20:56:12 europa kernel: [  642.424646] automount[4238]: segfault at 0 ip 
7fa402eb2920 sp 7fffb89266e8 error 4 in 
libc-2.19.so[7fa402df5000+1bb000]
Nov  9 20:56:12 europa kernel: [  642.426643] init: autofs main process (4238) 
killed by SEGV signal
Nov  9 20:56:12 europa kernel: [  642.426658] init: autofs main process ended, 
respawning
Nov  9 20:56:12 europa kernel: [  642.495381] init: autofs main process (4247) 
killed by SEGV signal
Nov  9 20:56:12 europa kernel: [  642.495397] init: autofs respawning too fast, 
stopped

While I'm sure that autofs should fail under these circumstances (I
certainly don't know how I managed to make auto.master.d a file), I'm
not sure that segfaults should occur.

# apt-cache policy autofs
autofs:
  Installed: 5.0.7-3ubuntu3.1
  Candidate: 5.0.7-3ubuntu3.1
  Version table:
 *** 5.0.7-3ubuntu3.1 0
500 http://mirror.as24220.net/pub/ubuntu-archive/ trusty-updates/main 
amd64 Packages
100 /var/lib/dpkg/status
 

[Bug 1374617] Re: [FFE] New package: ipxe-precise

2014-11-09 Thread Mathew Hodson
** Package changed: ubuntu = ipxe-precise (Ubuntu)

** Changed in: ipxe-precise (Ubuntu Trusty)
   Status: Confirmed = 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/1374617

Title:
  [FFE] New package: ipxe-precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipxe-precise/+bug/1374617/+subscriptions

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


[Bug 1379524] Re: 14e4:4365 Weak wifi signal

2014-11-09 Thread bougar
apt-cache policy bcmwl-kernel-source :

bcmwl-kernel-source:
  Instalados: 6.30.223.248+bdcom-0ubuntu1
  Candidato:  6.30.223.248+bdcom-0ubuntu1
  Tabla de versión:
 *** 6.30.223.248+bdcom-0ubuntu1 0
100 /var/lib/dpkg/status
 6.30.223.141+bdcom-0ubuntu2 0
500 http://archive.ubuntu.com/ubuntu/ trusty/restricted amd64 Packages
_
lspci -vvnn | grep -A 9 Network:

08:00.0 Network controller [0280]: Broadcom Corporation BCM43142 802.11b/g/n 
[14e4:4365] (rev 01)
Subsystem: Hewlett-Packard Company Device [103c:2230]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 18
Region 0: Memory at b550 (64-bit, non-prefetchable) [size=32K]
Capabilities: access denied
Kernel driver in use: wl
_
uname -r:

Linux LinuxRocks 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 UTC
2014 x86_64 x86_64 x86_64 GNU/Linux


sudo dmidecode -s bios-version:

F.09

sudo dmidecode -s bios-release-date:

08/04/2014

___
Laptop:

hp pavilion 15-p005ns

__
Comments:
I have tried previous wl version but they are worst.
The b43 driver does not support this card.
I installed in last ubuntu version with different kernels and also in 
debian with the 
same errors.
Weak wifi and lots of wifi drops.

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

Title:
  14e4:4365 Weak wifi signal

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

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

[Bug 1390875] [NEW] Nautilus inconsistent usb-stick-write-protect handling

2014-11-09 Thread Bernard Decock
Public bug reported:

Nautilus handles a hardware write-protected usb-stick wrong after
restarting the computer.

1. Insert only one (this is important) usb-stick which is hardware 
write-protected.
2. Try to copy a file to the usb-stick (no success  = ok)
3. Set the write-protect off = One can't copy a file (error-message : usb is 
write-protected) = Not ok
4. Remove the usb-stick and plug the stick back in = One can't still copy a 
file,   write-protected-error-message ??
5. Remove usb-stick and plug another one in = one gets the same error-message 
(although other usb-stick)
6. One has to log-out/log-in before the stick can be used

If you use at first a non-write-protected stick and then afterwards a
write-protected stick, then everything behaves normal.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: nautilus 1:3.10.1-0ubuntu9.3
ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
Uname: Linux 3.13.0-39-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.5
Architecture: amd64
CurrentDesktop: Unity
Date: Sun Nov  9 10:58:23 2014
GsettingsChanges: b'org.gnome.nautilus.list-view' b'default-column-order' 
b['name', 'size', 'type', 'date_modified', 'date_accessed', 'owner', 'group', 
'permissions', 'mime_type', 'where']
InstallationDate: Installed on 2014-05-10 (182 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty

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

Title:
  Nautilus inconsistent usb-stick-write-protect handling

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

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


[Bug 1363877] Re: mencoder package not available in 14.10

2014-11-09 Thread Consumology
As a workaround I downloaded the .deb for trusty and it seems to work
fine.
(https://launchpad.net/ubuntu/utopic/amd64/mencoder/2:1.1+dfsg1-0ubuntu3)

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

Title:
  mencoder package not available in 14.10

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

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


[Bug 1233199] Re: lock to launcher / unlock from launcher not working...

2014-11-09 Thread Omar
14.04 upgraded from 12.04: at some point this problem started. I could
not apply #6 or #11 because it would not allow me to delete
activity.squile file (not even as sudo) . But I could move, however,
the whole directory  zeitgeist to zeitgeist.0 and that did the trick.

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

Title:
  lock to launcher / unlock from launcher not working...

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

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


[Bug 1390876] [NEW] Please upload lintian 2.5.30ubuntu1

2014-11-09 Thread Dmitry Shachnev
Public bug reported:

A debdiff against Debian is attached.

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


** Tags: patch vivid

** Patch added: lintian_2.5.30ubuntu1.debdiff
   
https://bugs.launchpad.net/bugs/1390876/+attachment/4256412/+files/lintian_2.5.30ubuntu1.debdiff

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

Title:
  Please upload lintian 2.5.30ubuntu1

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

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


[Bug 209048] Re: Suggests using an online service for webcal links instead of evolution

2014-11-09 Thread Adolfo Jayme
** Package changed: firefox-3.0 (Ubuntu) = firefox (Ubuntu)

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

Title:
  Suggests using an online service for webcal links instead of evolution

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

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


[Bug 1390877] [NEW] Ubuntu 14.10 installation crashes at the last step

2014-11-09 Thread harry cover
Public bug reported:

/var/log/partman : http://paste.ubuntu.com/8897911/
/var/log/syslog : attached

I started Ubuntu live form my USB key, and I clicked on Install Ubuntu
14.10 from the live mode. I checked the two boxes (upgrades and codecs),
and I chose Reinstall Ubuntu 14.10 because my GRUB wasn't working fine.
I checked encrypt my personal folder and I chose the same username I
had. The last time I looked at it before it crashed, it was downloading
the updates ( I think it was doing apt-get update). Then, it crashed.

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: ubiquity 2.20.0
ProcVersionSignature: Ubuntu 3.16.0-23.31-generic 3.16.4
Uname: Linux 3.16.0-23-generic i686
ApportVersion: 2.14.7-0ubuntu8
Architecture: i386
CasperVersion: 1.345
Date: Sun Nov  9 00:10:17 2014
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz initrd=/casper/initrd.lz 
file=/cdrom/preseed/ubuntu.seed boot=casper  quiet splash -- persistent
LiveMediaBuild: Ubuntu 14.10 Utopic Unicorn - Release i386 (20141022.1)
ProcEnviron:
 LANGUAGE=fr_FR.UTF-8
 PATH=(custom, no user)
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 ubiquity-2.20.0 ubuntu utopic

** Attachment added: /var/logs/syslog
   https://bugs.launchpad.net/bugs/1390877/+attachment/4256413/+files/syslog

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

Title:
  Ubuntu 14.10 installation crashes at the last step

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

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


[Bug 1390771] Re: vim-puppet syntax highlighting scripts are not effective

2014-11-09 Thread Stig Sandbeck Mathisen
The package description for vim-puppet says:

# As per the Debian vim policy, installed addons are not activated
# automatically, but the vim-addon-manager tool can be used for this
# purpose.

Not sure if this is also the Ubuntu policy for vim addons, but since
this package is unmodified from its Debian version, that's what you see.

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

Title:
  vim-puppet syntax highlighting scripts are not effective

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

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


[Bug 1128017] Re: Wireless HTTP test fails while I can browse the Internet without problems

2014-11-09 Thread Emilien Klein
I reported this 1.5 years ago. I currently have no way to validate. The
bug is supposedly fixed, I'm therefore closing this bug old report.

** Changed in: plainbox-provider-checkbox
   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/1128017

Title:
  Wireless HTTP test fails while I can browse the Internet without
  problems

To manage notifications about this bug go to:
https://bugs.launchpad.net/plainbox-provider-checkbox/+bug/1128017/+subscriptions

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


[Bug 1390880] [NEW] Default configuration for logrotate: The directory /var/lib/logrotate is reported as change after each run of logrotate

2014-11-09 Thread Jost
Public bug reported:

The directory /var/lib/logrotate is AFAIK expected to change with each
run of logrotate, so it should be excluded (at least some flags).

The detected change is this:

---
Changed entries:
---

d = mc.. .. .: /var/lib/logrotate

---
Detailed information about changes:
---

Directory: /var/lib/logrotate
  Mtime: 2014-11-07 07:39:19 +0100| 2014-11-08 07:39:19 +0100
  Ctime: 2014-11-07 07:39:19 +0100| 2014-11-08 07:39:19 +0100


System info
=

Description:Ubuntu 14.04.1 LTS
Release:14.04
Package version: Aide 0.16a2-19-g16ed855

** Affects: aide (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/1390880

Title:
  Default configuration for logrotate: The directory /var/lib/logrotate
  is reported as change after each run of logrotate

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

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


[Bug 1388072] Re: [Lenovo ThinkPad X230 Tablet] USB devices in docking station no longer working after resuming from long standby

2014-11-09 Thread Adam Lyall
I don't think that is going to be practical. If I get some spare time I
will try a live 12.04 environment but this bug normally takes days to
occur and I will just not be able to run the live environment for that
long. I may be able to test the kernel from 14.04 if you have
suggestions on how to do that or should I just grab the same version
from the kernel PPA? However I am concerned with hardware support as I
recall Intel Ivybridge based chips not being so great on 12.04. I
started using Ubuntu with this laptop from 12.10.

Thanks.

** 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/1388072

Title:
  [Lenovo ThinkPad X230 Tablet] USB devices in docking station no longer
  working after resuming from long standby

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

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


[Bug 1390884] [NEW] non so

2014-11-09 Thread francesco
Public bug reported:

mi si blocca il pc

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: xorg 1:7.7+7ubuntu2
ProcVersionSignature: Ubuntu 3.16.0-23.31-generic 3.16.4
Uname: Linux 3.16.0-23-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Sun Nov  9 12:01:10 2014
DistUpgraded: Fresh install
DistroCodename: utopic
DistroVariant: ubuntu
GraphicsCard: Advanced Micro Devices, Inc. [AMD/ATI] RV670 [Radeon HD 
3690/3850] [1002:9505] (prog-if 00 [VGA controller])
InstallationDate: Installed on 2014-11-08 (0 days ago)
InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
MachineType: System manufacturer System Product Name
ProcEnviron:
 LANGUAGE=it
 PATH=(custom, no user)
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-23-generic 
root=UUID=98db7f67-2df2-40e7-bfc4-26d6c741a272 ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/22/2007
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0301
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: M3A
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0301:bd10/22/2007:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM3A:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
version.compiz: compiz 1:0.9.12+14.10.20140918-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.56-1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.3.0-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.3.0-0ubuntu3
version.xserver-xorg-core: xserver-xorg-core 2:1.16.0-1ubuntu1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.4.0-2ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.914-1~exp1ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.11-1ubuntu2
xserver.bootTime: Sun Nov  9 11:31:14 2014
xserver.configfile: default
xserver.devices:
 inputPower Button KEYBOARD, id 6
 inputPower Button KEYBOARD, id 7
 inputAT Translated Set 2 keyboard KEYBOARD, id 8
 inputImPS/2 Generic Wheel Mouse MOUSE, id 9
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.16.0-1ubuntu1
xserver.video_driver: radeon

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


** Tags: amd64 apport-bug compiz-0.9 ubuntu utopic

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

Title:
  non so

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

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


[Bug 1390668] Re: [ICH - Intel 82801AA-ICH, playback] No sound at all

2014-11-09 Thread Raymond
are you running virtual box on linux host or windows host?

which backend audio are you select in the linux host?


device.product.name = 82801AA AC'97 Audio Controller
device.form_factor = internal
device.string = front:0
device.buffering.buffer_size = 14112
device.buffering.fragment_size = 1764


seem you change the fragment size

** Changed in: pulseaudio (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/1390668

Title:
  [ICH - Intel 82801AA-ICH, playback] No sound at all

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

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


[Bug 1380377] Re: Can no longer turn off touchpad in 14.10

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

** Changed in: unity-settings-daemon (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/1380377

Title:
  Can no longer turn off touchpad in 14.10

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

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


[Bug 1363785] Re: package icedtea-netx:amd64 1.5.1-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2014-11-09 Thread Robin
** Also affects: netbeans-ide
   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/1363785

Title:
  package icedtea-netx:amd64 1.5.1-1ubuntu1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 2

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

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


[Bug 1390885] [NEW] ERRORI AGGIORNAMENTI

2014-11-09 Thread trea
Public bug reported:

Verificare se sono in uso repository di terze parti. Qualora così fosse, 
disabilitarli, poiché questi sono talvolta causa di problemi.
Inoltre eseguire il seguente comando in un terminale: apt-get install -f

NON RIESCO PIU' A FARE AGGIORNAMENTI

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8
ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
Uname: Linux 3.13.0-37-generic x86_64
NonfreeKernelModules: nvidia
.proc.driver.nvidia.gpus.0: Error: [Errno 21] È una directory: 
'/proc/driver/nvidia/gpus/0'
.proc.driver.nvidia.registry: Binary: 
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  304.117  Tue Nov 26 21:25:36 
PST 2013
 GCC version:  gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.5
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Sun Nov  9 12:12:45 2014
DistUpgraded: 2014-05-05 23:30:10,051 DEBUG running apport_crash()
DistroCodename: trusty
DistroVariant: ubuntu
DpkgLog:
 
ExtraDebuggingInterest: Yes, including running git bisection searches
GraphicsCard:
 NVIDIA Corporation GT216 [GeForce GT 220] [10de:0a20] (rev a2) (prog-if 00 
[VGA controller])
   Subsystem: Point of View BV Device [1acc:29d3]
InstallationDate: Installed on 2011-05-13 (1276 days ago)
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
Lsusb:
 Bus 002 Device 003: ID 093a:2510 Pixart Imaging, Inc. Optical Mouse
 Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
 Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: System manufacturer System Product Name
ProcEnviron:
 LANGUAGE=it
 PATH=(custom, no user)
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-37-generic 
root=UUID=fca6433e-7305-4237-b194-2f69959ac8a8 ro quiet splash
SourcePackage: xorg
UpgradeStatus: Upgraded to trusty on 2014-05-05 (187 days ago)
dmi.bios.date: 02/11/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0602
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: P8H67-M
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0602:bd02/11/2011:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP8H67-M:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
version.compiz: compiz 1:0.9.11.2+14.04.20140714-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.52-1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.2
version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1.1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Sun Nov  9 12:17:41 2014
xserver.configfile: default
xserver.devices:
 inputPower Button KEYBOARD, id 6
 inputPower Button KEYBOARD, id 7
 inputPIXART USB OPTICAL MOUSE MOUSE, id 8
 inputEee PC WMI hotkeys   KEYBOARD, id 9
 inputAT Translated Set 2 keyboard KEYBOARD, id 10
xserver.errors:
 open /dev/dri/card0: No such file or directory
 open /dev/fb0: No such file or directory
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.15.1-0ubuntu2.1

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


** Tags: amd64 apport-bug compiz-0.9 trusty ubuntu

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

Title:
  ERRORI AGGIORNAMENTI

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

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

[Bug 1390886] [NEW] package icinga-idoutils (not installed) failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2014-11-09 Thread A-beltz
Public bug reported:

-none-

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: icinga-idoutils (not installed)
ProcVersionSignature: Ubuntu 3.16.0-24.32-generic 3.16.4
Uname: Linux 3.16.0-24-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
Date: Sun Nov  9 12:03:29 2014
ErrorMessage: Unterprozess installiertes post-installation-Skript gab den 
Fehlerwert 1 zurück
InstallationDate: Installed on 2013-08-15 (451 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
SourcePackage: icinga
Title: package icinga-idoutils (not installed) failed to install/upgrade: 
Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück
UpgradeStatus: Upgraded to utopic on 2014-11-08 (0 days ago)

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


** Tags: amd64 apport-package utopic

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

Title:
  package icinga-idoutils (not installed) failed to install/upgrade:
  Unterprozess installiertes post-installation-Skript gab den Fehlerwert
  1 zurück

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

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

[Bug 1380377] Re: Can no longer turn off touchpad in 14.10

2014-11-09 Thread Yauhen
The same bug on asus N750JV. Kubuntu 14.10. Touchpad isn't disabled on
Fn+F9. Worked fine on Kubuntu 14.04. Hoever Disable touchpad when mouse
is plugged in and Disable touchpad when typing options work fine.

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

Title:
  Can no longer turn off touchpad in 14.10

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

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


[Bug 1157654] Re: Sound recorder does not work

2014-11-09 Thread uwe
I know this is not a forum, but wouldn't suggesting alternative
package/tool that is indeed supported by ubuntu be a good idea, as the
problem can also be described as I dont have a simple recording tool
...

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

Title:
  Sound recorder does not work

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

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


[Bug 1293384] Re: Compiz CPU usage dramatically increased in Ubuntu 14.04

2014-11-09 Thread Achim
Affects me too (14.04 LTS running on VMWare Workstation
8.0.6.build-1035888)

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

Title:
  Compiz CPU usage dramatically increased in Ubuntu 14.04

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

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


[Bug 1211933] Re: mkinitramfs blows up on casper dependency

2014-11-09 Thread Karteum
 we need someone to check if this bug also affects the current LTS
release of Ubuntu (14.04)

I am running XUbuntu 14.04 on a Sony VGN-NR11S laptop. I just got the
following message when updating :

VGN-NR11S:~$ sudo dpkg-reconfigure initramfs-tools
update-initramfs: deferring update (trigger activated)
Traitement déclenché pour  initramfs-tools (0.103ubuntu4.2) ...
update-initramfs: Generating /boot/initrd.img-3.13.0-27-generic
/tmp/mkinitramfs_g4jQfI/scripts/casper-bottom/48xubuntu_maybe_ubiquity: 6: .: 
Can't open /scripts/casper-functions

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

Title:
  mkinitramfs blows up on casper dependency

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

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

[Bug 1366697] Re: Cannot dist-upgrade, mirror incomplete?

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

** Changed in: ubuntu-release-upgrader (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/1366697

Title:
  Cannot dist-upgrade, mirror incomplete?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1366697/+subscriptions

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


[Bug 1389196] Re: linux-keystone: 3.13.0-18.28 -proposed tracker

2014-11-09 Thread Ike Panhc
** Changed in: kernel-sru-workflow/regression-testing
   Status: Confirmed = In Progress

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

Title:
  linux-keystone: 3.13.0-18.28 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1389196/+subscriptions

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


[Bug 1302295] Re: usb-creator-gtk errors during app startup

2014-11-09 Thread Hallvard Nygård
I had this problem when opening USB creator with 2 external hard drives
and a memory card . After some trail and error I found that
disconnecting the 2 external hard drives fixed the problem. They where
connected via docking station. Using Xubuntu 14.04.

A little note on the hard drives. One of them sets up a fake CD in
addition to the partition.

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

Title:
  usb-creator-gtk errors during app startup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/usb-creator/+bug/1302295/+subscriptions

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


[Bug 1385065] Re: string not translatable

2014-11-09 Thread Sebastien Bacher
** Package changed: unity-control-center (Ubuntu) = activity-log-
manager (Ubuntu)

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

Title:
  string not translatable

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

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


[Bug 1390802] Re: Ubuntu sometimes starting with display disabled on my HP g6

2014-11-09 Thread Ihor Romanyshyn
** Description changed:

- Ubuntu sometimes starting with display disabled on my HP g6. It can be 3
- times in row, or 10 times all will be ok. Sometimes after Ubuntu start,
- you can hear login screen sound, but display doesn't work. To make
- display work I switch to tty1 (display doesn't work too) and make
- ctrl+alt+del. Help!
+ Ubuntu sometimes starting with display disabled on my HP g6 1322sr. It
+ can be 3 times in row, or 10 times all will be ok. Sometimes after
+ Ubuntu start, you can hear login screen sound, but display doesn't work.
+ To make display work I switch to tty1 (display doesn't work too) and
+ make ctrl+alt+del. Help!
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.16.0-24-generic 3.16.0-24.32
  ProcVersionSignature: Ubuntu 3.16.0-24.32-generic 3.16.4
  Uname: Linux 3.16.0-24-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC1:  ihor   2388 F pulseaudio
-  /dev/snd/controlC0:  ihor   2388 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  ihor   2388 F pulseaudio
+  /dev/snd/controlC0:  ihor   2388 F pulseaudio
  CRDA:
-  country UA: DFS-UNSET
-   (2400 - 2483 @ 40), (N/A, 20), NO-OUTDOOR
-   (5150 - 5350 @ 40), (N/A, 20), NO-OUTDOOR
-   (57240 - 65880 @ 2160), (N/A, 40), NO-OUTDOOR
+  country UA: DFS-UNSET
+   (2400 - 2483 @ 40), (N/A, 20), NO-OUTDOOR
+   (5150 - 5350 @ 40), (N/A, 20), NO-OUTDOOR
+   (57240 - 65880 @ 2160), (N/A, 40), NO-OUTDOOR
  Date: Sat Nov  8 22:43:47 2014
  HibernationDevice: RESUME=UUID=77ad43ba-c7e9-4e4a-9057-d8a59af8c6c2
  InstallationDate: Installed on 2014-11-04 (3 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  MachineType: Hewlett-Packard HP Pavilion g6 Notebook PC
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-24-generic 
root=UUID=1d31f24b-268d-48f1-a164-0c11a0caf414 ro quiet splash vt.handoff=7
  PulseList:
-  Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
-  No PulseAudio daemon running, or not running as session daemon.
+  Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
+  No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
-  linux-restricted-modules-3.16.0-24-generic N/A
-  linux-backports-modules-3.16.0-24-generic  N/A
-  linux-firmware 1.138
+  linux-restricted-modules-3.16.0-24-generic N/A
+  linux-backports-modules-3.16.0-24-generic  N/A
+  linux-firmware 1.138
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/13/2013
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.6A
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 3566
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 21.46
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.6A:bd05/13/2013:svnHewlett-Packard:pnHPPaviliong6NotebookPC:pvr0695130046160:rvnHewlett-Packard:rn3566:rvr21.46:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP Pavilion g6 Notebook PC
  dmi.product.version: 0695130046160
  dmi.sys.vendor: Hewlett-Packard

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

** Summary changed:

- Ubuntu sometimes starting with display disabled on my HP g6
+ Ubuntu sometimes starting with display disabled on my HP g6-1322sr

** Description changed:

- Ubuntu sometimes starting with display disabled on my HP g6 1322sr. It
+ Ubuntu sometimes starting with display disabled on my HP g6-1322sr. It
  can be 3 times in row, or 10 times all will be ok. Sometimes after
  Ubuntu start, you can hear login screen sound, but display doesn't work.
  To make display work I switch to tty1 (display doesn't work too) and
  make ctrl+alt+del. Help!
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.16.0-24-generic 3.16.0-24.32
  ProcVersionSignature: Ubuntu 3.16.0-24.32-generic 3.16.4
  Uname: Linux 3.16.0-24-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ihor   2388 F pulseaudio
   /dev/snd/controlC0:  ihor   2388 F pulseaudio
  CRDA:
   country UA: DFS-UNSET
    (2400 - 2483 @ 40), (N/A, 20), NO-OUTDOOR
    (5150 - 5350 @ 40), (N/A, 20), NO-OUTDOOR
    (57240 - 65880 @ 2160), (N/A, 40), NO-OUTDOOR
  Date: Sat Nov  8 22:43:47 2014
  HibernationDevice: RESUME=UUID=77ad43ba-c7e9-4e4a-9057-d8a59af8c6c2
  InstallationDate: Installed on 2014-11-04 (3 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
  MachineType: Hewlett-Packard HP Pavilion g6 

[Bug 792085] Re: Automatic remount of safely removed drive

2014-11-09 Thread anw
same here on thunar with xubuntu 14.04 (fresh install) with inateck sata
to usb3 docking station...

$ uname -a
Linux ins 3.13.0-39-generic #66-Ubuntu SMP Tue Oct 28 13:30:27 UTC 2014 x86_64 
x86_64 x86_64 GNU/Linux

anw@ins:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION=Ubuntu 14.04.1 LTS

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

Title:
  Automatic remount of safely removed drive

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

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


[Bug 1390892] [NEW] Windows stacking (foreground/background) gets completely screwed up

2014-11-09 Thread Teo
Public bug reported:

I have reported several issues (none of which got the slightest
attention, by the way) but I now realize they ALWAYS happen all
together, so they are most surely just consequences of one same issue.

At random times it happens that the front/back or in-front/behind relation 
between windows becomes badly screwed up in several ways:
1 - windows are on top of Launcher while Launcher should always be the topmost
1b - even the context menu of Launcher icons that appear by right-clicking on 
them turns out to be behind maximized windows (or non maximized windows)
2 - the window-switching selector that shows up when you hit Alt+Tab is on the 
background (hence invisible most of the time unless you minimize all windows or 
show desktop)
3 - Fullscreen content from any browser, such as for example fullscreen of 
video or flash content, goes fullscreen on the background instead of on the 
foreground; even clicking on it (if some portion of it is visible behind the 
foremost windows) doesn't bring to the foreground, the only workaround (which 
was difficult to figure out) being: ctrl+super+d and then click on the browser 
launcher icon.

Sometimes (3) is slightly different, in that the fullscreen content
stays on top of everything except Launcher.

All of this is very annoying and this issue has been around for a very
long time, certainly more than a year (i.e. two releases) if not
forever. This cripples the usability of the whole system to the point
that one is forced to restart, which is painful. This should be high
priority.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: unity 7.2.2+14.04.20140714-0ubuntu1.1
ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
Uname: Linux 3.13.0-39-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.5
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CurrentDesktop: Unity
Date: Sun Nov  9 12:46:03 2014
InstallationDate: Installed on 2013-10-11 (393 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
SourcePackage: unity
UpgradeStatus: Upgraded to trusty on 2014-05-24 (168 days ago)

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


** Tags: amd64 apport-bug trusty

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

Title:
  Windows stacking (foreground/background) gets completely screwed up

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

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


[Bug 1349087] Re: emacs C-x m doesn't work

2014-11-09 Thread Jon Thackray
OK, I think I may understand why this happens. When a new user is
created, the first time emacs is run it creates .emacs.d in the user's
home directory. But, if the first time the user runs emacs is via sudo,
which is more than likely if he is configuring a system, then the
ownership on .emacs.d ends up ans root, root. Then when he tries to run
it without sudo, the initialisation fails very early on unable to read
.emacs.d, his .emacs isn't read, and apparently various search paths
aren't set up. So, work around is for the user to reset the ownership
and group to himself, which presumably he can do since he ran sudo in
the first place. The clairvoyant user will of course run emacs without
sudo first time. I clearly wasn't clairvoyant enough.

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

Title:
  emacs C-x m doesn't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/emacs-defaults/+bug/1349087/+subscriptions

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


[Bug 1390893] [NEW] Fresh installation of Ubuntu installs poor choice of keyboard for gd

2014-11-09 Thread Akerbeltz
Public bug reported:

Apologies if I sound a little frustrated but I've been going round in
circles since May last year trying to fix what seems to be a simple
issue.

When a user installs a fresh version of Ubuntu and selects Gaelic (gd)
as the locale, it installs IBM 166 as the default keyboard. This is
unused and unusable for Gaelic, I have no idea why this became default
in the first place. This is not about the order in which they're
displayed in the list of available keyboards, this is about the keyboard
the system installs and sets as default.

The l10n mailing list pointed me at freedesktop
(https://bugs.freedesktop.org/show_bug.cgi?id=64478) where I got
redirected to Ubuntu. I filed a bug but was told it's not a bug issue
and to open a question. I opened a question
(https://answers.launchpad.net/ubuntu/+question/229177) which has
remained unresolved since May 2013.

Could someone *please* help me?

** Affects: ubuntu
 Importance: Undecided
 Status: New

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

Title:
  Fresh installation of Ubuntu installs poor choice of keyboard for gd

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

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


[Bug 1390896] [NEW] chromium-browser constantly crashes while using google apps

2014-11-09 Thread BeowulfOF
Public bug reported:

Using google apps like GoogleKeep, GooglePlus, GoogleMail, GoogleInbox
and GoogleMaps, chromium-browser randomly crashes on various actions.
Reload and retry does often work, but sometimes I need do completly kill
chromium-browser before a retry works.

beowulf@beo-think:~/Dokumente$ lsb_release -rd
Description:Ubuntu 14.10
Release:14.10
beowulf@beo-think:~/Dokumente$ apt-cache policy chromium-browser
chromium-browser:
  Installiert:   37.0.2062.120-0ubuntu0.14.04.1~pkg1049
  Installationskandidat: 37.0.2062.120-0ubuntu0.14.04.1~pkg1049
  Versionstabelle:
 *** 37.0.2062.120-0ubuntu0.14.04.1~pkg1049 0
100 /var/lib/dpkg/status
 37.0.2062.94-0ubuntu1~pkg1065 0
500 http://de.archive.ubuntu.com/ubuntu/ utopic/universe amd64 Packages

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: chromium-browser 37.0.2062.120-0ubuntu0.14.04.1~pkg1049 [origin: 
unknown]
ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
Uname: Linux 3.16.0-25-generic x86_64
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
CrashDB: ubuntu
CurrentDesktop: Unity
Date: Sun Nov  9 13:16:40 2014
EcryptfsInUse: Yes
InstallationDate: Installed on 2013-10-25 (379 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
SourcePackage: chromium-browser
ThirdParty: True
UpgradeStatus: Upgraded to utopic on 2014-10-28 (12 days ago)
modified.conffile..etc.default.chromium.browser: [deleted]
mtime.conffile..etc.chromium.browser.default: 2014-10-28T10:07:14.057774

** Affects: chromium-browser (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug third-party-packages utopic

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

Title:
  chromium-browser constantly crashes while using google apps

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

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


[Bug 1390877] Re: Ubuntu 14.10 installation crashes at the last step

2014-11-09 Thread Ubuntu Foundations Team Bug Bot
Exception during installation:
Nov  8 23:08:40 ubuntu /plugininstall.py: SystemError: E:Sub-process 
/usr/bin/dpkg returned an error code (1)
Nov  8 23:08:40 ubuntu /plugininstall.py: 


** Tags added: installer-crash

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

Title:
  Ubuntu 14.10 installation crashes at the last step

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

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


[Bug 1390877] Traceback

2014-11-09 Thread Ubuntu Foundations Team Bug Bot
Exception during installation:
Nov  8 23:08:40 ubuntu /plugininstall.py: SystemError: E:Sub-process 
/usr/bin/dpkg returned an error code (1)
Nov  8 23:08:40 ubuntu /plugininstall.py:

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

Title:
  Ubuntu 14.10 installation crashes at the last step

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

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


[Bug 1390893] Re: Fresh installation of Ubuntu installs poor choice of keyboard for gd

2014-11-09 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that your bug report is not filed about a
specific source package though, rather it is just filed against Ubuntu
in general.  It is important that bug reports be filed about source
packages so that people interested in the package can find the bugs
about it.  You can find some hints about determining what package your
bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage.
You might also ask for help in the #ubuntu-bugs irc channel on Freenode.

To change the source package that this bug is filed about visit
https://bugs.launchpad.net/ubuntu/+bug/1390893/+editstatus and add the
package name in the text box next to the word Package.

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: bot-comment

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

Title:
  Fresh installation of Ubuntu installs poor choice of keyboard for gd

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

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


[Bug 1314367] Re: Flickering with Ubuntu 14.04 and nvidia card reappeared

2014-11-09 Thread Juan Simón
Nvidia GeForce GT220
Driver Version: 340.58 (downloaded from Nvidia page and compiled directly with 
kernel 3.17.2, no DKMS)
Ubuntu 14.04 64 bits

I have to set Performance Level to Prefer Maximum Performance to
decrease greatly this problem. Although it still fails in a very few
occasions.

This change isn't permanent if you use the Nvidia X Server Settings
tool. For permanent change it's necessary execute the next line on every
start: nvidia-settings -a GPUPowerMizerMode=1

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

Title:
  Flickering with Ubuntu 14.04 and nvidia card reappeared

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

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


[Bug 1390817] ProcEnviron.txt

2014-11-09 Thread asgard2
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1390817/+attachment/4256544/+files/ProcEnviron.txt

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

Title:
  sed and unknown command `m' during kernel install

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

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


[Bug 1390898] Re: package libfltk1.3:amd64 1.3.2-6 failed to install/upgrade: package libfltk1.3:amd64 is already installed and configured

2014-11-09 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/1390898

Title:
  package libfltk1.3:amd64 1.3.2-6 failed to install/upgrade: package
  libfltk1.3:amd64 is already installed and configured

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

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


[Bug 1390897] Re: package libcxsparse3.1.2:amd64 1:4.2.1-3ubuntu1 failed to install/upgrade: package libcxsparse3.1.2:amd64 is already installed and configured

2014-11-09 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/1390897

Title:
  package libcxsparse3.1.2:amd64 1:4.2.1-3ubuntu1 failed to
  install/upgrade: package libcxsparse3.1.2:amd64 is already installed
  and configured

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

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


[Bug 1390817] Re: sed and unknown command `m' during kernel install

2014-11-09 Thread asgard2
apport information

** Tags added: apport-collected

** Description changed:

  Hi,
  
  at the kernel install log are some errors like:
  sed: -e expression # 1, number 6: Unknown command: `m '
  
  Kernel installation seems nevertheless successfull.
  
  I saw same messages also at other devices, so not device dependent and
  reproducible.
  
  Operating system:
  Complete new xubuntu 14.10 64Bit installation with the alternate iso image 
and lvm+luks encryption.
  
  3.16.0-24-generic #32-Ubuntu SMP Tue Oct 28 13:07:32 UTC 2014 x86_64 x86_64 
x86_64 GNU/Linux
  Ubuntu 3.16.0-24.32-generic 3.16.4
  
  Install Log:
  
  Die folgenden NEUEN Pakete werden installiert:
    linux-headers-3.16.0-24 linux-headers-3.16.0-24-generic 
linux-image-extra-3.16.0-24-generic
  0 aktualisiert, 3 neu installiert, 0 zu entfernen und 8 nicht aktualisiert.
  Es müssen 47,7 MB an Archiven heruntergeladen werden.
  Nach dieser Operation werden 236 MB Plattenplatz zusätzlich benutzt.
  Holen: 1 http://de.archive.ubuntu.com/ubuntu/ utopic-updates/main 
linux-headers-3.16.0-24 all 3.16.0-24.32 [9.088 kB]
  Holen: 2 http://de.archive.ubuntu.com/ubuntu/ utopic-updates/main 
linux-headers-3.16.0-24-generic amd64 3.16.0-24.32 [705 kB]
  Holen: 3 http://de.archive.ubuntu.com/ubuntu/ utopic-updates/main 
linux-image-extra-3.16.0-24-generic amd64 3.16.0-24.32 [37,9 MB]
  Es wurden 47,7 MB in 1 min 7 s geholt (707 kB/s).
  Vormals nicht ausgewähltes Paket linux-headers-3.16.0-24 wird gewählt.
  (Lese Datenbank ... 195243 Dateien und Verzeichnisse sind derzeit 
installiert.)
  Vorbereitung zum Entpacken von 
.../linux-headers-3.16.0-24_3.16.0-24.32_all.deb ...
  Entpacken von linux-headers-3.16.0-24 (3.16.0-24.32) ...
  Vormals nicht ausgewähltes Paket linux-headers-3.16.0-24-generic wird gewählt.
  Vorbereitung zum Entpacken von 
.../linux-headers-3.16.0-24-generic_3.16.0-24.32_amd64.deb ...
  Entpacken von linux-headers-3.16.0-24-generic (3.16.0-24.32) ...
  Vormals nicht ausgewähltes Paket linux-image-extra-3.16.0-24-generic wird 
gewählt.
  Vorbereitung zum Entpacken von 
.../linux-image-extra-3.16.0-24-generic_3.16.0-24.32_amd64.deb ...
  Entpacken von linux-image-extra-3.16.0-24-generic (3.16.0-24.32) ...
  linux-headers-3.16.0-24 (3.16.0-24.32) wird eingerichtet ...
  linux-headers-3.16.0-24-generic (3.16.0-24.32) wird eingerichtet ...
  Examining /etc/kernel/header_postinst.d.
  run-parts: executing /etc/kernel/header_postinst.d/dkms 3.16.0-24-generic 
/boot/vmlinuz-3.16.0-24-generic
  sed: -e Ausdruck #1, Zeichen 6: Unbekannter Befehl: `m'
  sed: -e Ausdruck #1, Zeichen 6: Unbekannter Befehl: `m'
  linux-image-extra-3.16.0-24-generic (3.16.0-24.32) wird eingerichtet ...
  run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 
3.16.0-24-generic /boot/vmlinuz-3.16.0-24-generic
  run-parts: executing /etc/kernel/postinst.d/dkms 3.16.0-24-generic 
/boot/vmlinuz-3.16.0-24-generic
  run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.16.0-24-generic 
/boot/vmlinuz-3.16.0-24-generic
  update-initramfs: Generating /boot/initrd.img-3.16.0-24-generic
  run-parts: executing /etc/kernel/postinst.d/pm-utils 3.16.0-24-generic 
/boot/vmlinuz-3.16.0-24-generic
  run-parts: executing /etc/kernel/postinst.d/update-notifier 3.16.0-24-generic 
/boot/vmlinuz-3.16.0-24-generic
  run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.16.0-24-generic 
/boot/vmlinuz-3.16.0-24-generic
  Grub-Konfigurationsdatei wird generiert …
  File descriptor 76 (/dev/pts/18) leaked on vgs invocation. Parent PID 25892: 
/usr/sbin/grub-probe
  File descriptor 76 (/dev/pts/18) leaked on vgs invocation. Parent PID 25892: 
/usr/sbin/grub-probe
  Linux-Abbild gefunden: /boot/vmlinuz-3.16.0-25-generic
  initrd-Abbild gefunden: /boot/initrd.img-3.16.0-25-generic
  Linux-Abbild gefunden: /boot/vmlinuz-3.16.0-24-generic
  initrd-Abbild gefunden: /boot/initrd.img-3.16.0-24-generic
  Linux-Abbild gefunden: /boot/vmlinuz-3.13.0-40-generic
  initrd-Abbild gefunden: /boot/initrd.img-3.13.0-40-generic
  File descriptor 76 (/dev/pts/18) leaked on vgs invocation. Parent PID 26360: 
/usr/sbin/grub-probe
  File descriptor 76 (/dev/pts/18) leaked on vgs invocation. Parent PID 26360: 
/usr/sbin/grub-probe
  Found memtest86+ image: /memtest86+.elf
  Found memtest86+ image: /memtest86+.bin
  File descriptor 76 (/dev/pts/18) leaked on lvs invocation. Parent PID 26530: 
/bin/sh
  erledigt
+ --- 
+ ApportVersion: 2.14.7-0ubuntu8
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  chuck-game   2351 F pulseaudio
+ CurrentDesktop: XFCE
+ DistroRelease: Ubuntu 14.10
+ HibernationDevice: RESUME=/dev/mapper/gameUbuntu--vg-swap_1
+ MachineType: Dell Inc. Dell System XPS L502X
+ Package: linux (not installed)
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.16.0-25-generic 
root=/dev/mapper/hostname--vg-root ro quiet splash
+ ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
+ RelatedPackageVersions:
+ 

[Bug 1390817] CurrentDmesg.txt

2014-11-09 Thread asgard2
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/1390817/+attachment/4256539/+files/CurrentDmesg.txt

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

Title:
  sed and unknown command `m' during kernel install

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

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


[Bug 1390817] Lspci.txt

2014-11-09 Thread asgard2
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1390817/+attachment/4256541/+files/Lspci.txt

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

Title:
  sed and unknown command `m' during kernel install

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

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


[Bug 1390817] BootDmesg.txt

2014-11-09 Thread asgard2
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1390817/+attachment/4256537/+files/BootDmesg.txt

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

Title:
  sed and unknown command `m' during kernel install

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

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


[Bug 1390897] [NEW] package libcxsparse3.1.2:amd64 1:4.2.1-3ubuntu1 failed to install/upgrade: package libcxsparse3.1.2:amd64 is already installed and configured

2014-11-09 Thread Bui Kim Tan
Public bug reported:

install ubuntu restricted extra via Software center

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: libcxsparse3.1.2:amd64 1:4.2.1-3ubuntu1
ProcVersionSignature: Ubuntu 3.16.0-23.31-generic 3.16.4
Uname: Linux 3.16.0-23-generic x86_64
ApportVersion: 2.14.7-0ubuntu8
AptdaemonVersion: 1.1.1+bzr980-0ubuntu1
Architecture: amd64
Date: Sun Nov  9 19:31:05 2014
Dependencies:
 gcc-4.9-base 4.9.1-16ubuntu6
 libc6 2.19-10ubuntu2
 libgcc1 1:4.9.1-16ubuntu6
 multiarch-support 2.19-10ubuntu2
DuplicateSignature: package:libcxsparse3.1.2:amd64:1:4.2.1-3ubuntu1:package 
libcxsparse3.1.2:amd64 is already installed and configured
ErrorMessage: package libcxsparse3.1.2:amd64 is already installed and configured
InstallationDate: Installed on 2014-11-09 (0 days ago)
InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
SourcePackage: dpkg
Title: package libcxsparse3.1.2:amd64 1:4.2.1-3ubuntu1 failed to 
install/upgrade: package libcxsparse3.1.2:amd64 is already installed and 
configured
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: already-installed amd64 apport-package utopic

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

Title:
  package libcxsparse3.1.2:amd64 1:4.2.1-3ubuntu1 failed to
  install/upgrade: package libcxsparse3.1.2:amd64 is already installed
  and configured

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

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


[Bug 1390817] CRDA.txt

2014-11-09 Thread asgard2
apport information

** Attachment added: CRDA.txt
   https://bugs.launchpad.net/bugs/1390817/+attachment/4256538/+files/CRDA.txt

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

Title:
  sed and unknown command `m' during kernel install

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

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


[Bug 1390817] IwConfig.txt

2014-11-09 Thread asgard2
apport information

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/1390817/+attachment/4256540/+files/IwConfig.txt

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

Title:
  sed and unknown command `m' during kernel install

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

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


[Bug 1390817] ProcInterrupts.txt

2014-11-09 Thread asgard2
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1390817/+attachment/4256545/+files/ProcInterrupts.txt

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

Title:
  sed and unknown command `m' during kernel install

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

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


[Bug 1390817] ProcCpuinfo.txt

2014-11-09 Thread asgard2
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1390817/+attachment/4256543/+files/ProcCpuinfo.txt

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

Title:
  sed and unknown command `m' during kernel install

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

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


[Bug 1390898] [NEW] package libfltk1.3:amd64 1.3.2-6 failed to install/upgrade: package libfltk1.3:amd64 is already installed and configured

2014-11-09 Thread Bui Kim Tan
Public bug reported:

Install Ubuntu restricted extra via Software center

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: libfltk1.3:amd64 1.3.2-6
ProcVersionSignature: Ubuntu 3.16.0-23.31-generic 3.16.4
Uname: Linux 3.16.0-23-generic x86_64
ApportVersion: 2.14.7-0ubuntu8
AptdaemonVersion: 1.1.1+bzr980-0ubuntu1
Architecture: amd64
Date: Sun Nov  9 19:31:05 2014
DuplicateSignature: package:libfltk1.3:amd64:1.3.2-6:package libfltk1.3:amd64 
is already installed and configured
ErrorMessage: package libfltk1.3:amd64 is already installed and configured
InstallationDate: Installed on 2014-11-09 (0 days ago)
InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
SourcePackage: dpkg
Title: package libfltk1.3:amd64 1.3.2-6 failed to install/upgrade: package 
libfltk1.3:amd64 is already installed and configured
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: already-installed amd64 apport-package utopic

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

Title:
  package libfltk1.3:amd64 1.3.2-6 failed to install/upgrade: package
  libfltk1.3:amd64 is already installed and configured

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

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


[Bug 1390817] Lsusb.txt

2014-11-09 Thread asgard2
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/1390817/+attachment/4256542/+files/Lsusb.txt

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

Title:
  sed and unknown command `m' during kernel install

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

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


[Bug 1390899] [NEW] package libfltk-gl1.3:amd64 1.3.2-6 failed to install/upgrade: package libfltk-gl1.3:amd64 is already installed and configured

2014-11-09 Thread Bui Kim Tan
Public bug reported:

Install Ubuntu restricted extra via Software center

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: libfltk-gl1.3:amd64 1.3.2-6
ProcVersionSignature: Ubuntu 3.16.0-23.31-generic 3.16.4
Uname: Linux 3.16.0-23-generic x86_64
ApportVersion: 2.14.7-0ubuntu8
AptdaemonVersion: 1.1.1+bzr980-0ubuntu1
Architecture: amd64
Date: Sun Nov  9 19:31:05 2014
DuplicateSignature: package:libfltk-gl1.3:amd64:1.3.2-6:package 
libfltk-gl1.3:amd64 is already installed and configured
ErrorMessage: package libfltk-gl1.3:amd64 is already installed and configured
InstallationDate: Installed on 2014-11-09 (0 days ago)
InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Release amd64 (20141022.1)
SourcePackage: dpkg
Title: package libfltk-gl1.3:amd64 1.3.2-6 failed to install/upgrade: package 
libfltk-gl1.3:amd64 is already installed and configured
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: already-installed amd64 apport-package utopic

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

Title:
  package libfltk-gl1.3:amd64 1.3.2-6 failed to install/upgrade: package
  libfltk-gl1.3:amd64 is already installed and configured

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

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


[Bug 1390817] PulseList.txt

2014-11-09 Thread asgard2
apport information

** Attachment added: PulseList.txt
   
https://bugs.launchpad.net/bugs/1390817/+attachment/4256547/+files/PulseList.txt

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

Title:
  sed and unknown command `m' during kernel install

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

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


[Bug 1390817] ProcModules.txt

2014-11-09 Thread asgard2
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1390817/+attachment/4256546/+files/ProcModules.txt

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

Title:
  sed and unknown command `m' during kernel install

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

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


[Bug 1390817] UdevDb.txt

2014-11-09 Thread asgard2
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/1390817/+attachment/4256548/+files/UdevDb.txt

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

Title:
  sed and unknown command `m' during kernel install

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

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


[Bug 1390817] UdevLog.txt

2014-11-09 Thread asgard2
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1390817/+attachment/4256549/+files/UdevLog.txt

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

Title:
  sed and unknown command `m' during kernel install

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

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


[Bug 1390817] WifiSyslog.txt

2014-11-09 Thread asgard2
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/1390817/+attachment/4256550/+files/WifiSyslog.txt

** 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/1390817

Title:
  sed and unknown command `m' during kernel install

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

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


[Bug 1390780] Re: [Samsung NP-N220-JA01FR] Intermittently does not resume from suspend

2014-11-09 Thread Christophe
I tried hard to update my bios, but since I totally removed windows 7
from the hard drive, I haven't found any way to get the .exe bios
updater to work (wine didn't work, booting from a 'live' windows cd
didn't work either... saying that I had no battery or that it's not
charged enough).

I would prefer to try anything else than update my bios which would make
me install windows again (and I don't know how I could...).

What could I do else ?

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

Title:
  [Samsung NP-N220-JA01FR] Intermittently does not resume from suspend

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

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


[Bug 1390899] Re: package libfltk-gl1.3:amd64 1.3.2-6 failed to install/upgrade: package libfltk-gl1.3:amd64 is already installed and configured

2014-11-09 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/1390899

Title:
  package libfltk-gl1.3:amd64 1.3.2-6 failed to install/upgrade: package
  libfltk-gl1.3:amd64 is already installed and configured

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

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


[Bug 1390877] Re: Ubuntu 14.10 installation crashes at the last step

2014-11-09 Thread harry cover
** Changed in: ubiquity (Ubuntu)
 Assignee: (unassigned) = harry cover (arli2001)

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

Title:
  Ubuntu 14.10 installation crashes at the last step

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

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


[Bug 1390857] Re: [Asus X751LA] Touchpad not recognised in Ubuntu14.04

2014-11-09 Thread Luca Manunta
** Tags added: asus touchpad

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

Title:
  [Asus X751LA] Touchpad not recognised in Ubuntu14.04

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

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


[Bug 972639] Re: hddtemp falling foul of new kernel protection

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

** Changed in: hddtemp (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/972639

Title:
  hddtemp falling foul of new kernel protection

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

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


[Bug 1390902] [NEW] scaling_min_freq wrong on Intel Core i{5,7} CPUs

2014-11-09 Thread ahb
Public bug reported:

On Ubuntu:
 lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 14.04.1 LTS
Release:14.04
Codename:   trusty

 uname -a
Linux desk 3.13.0-39-generic #66-Ubuntu SMP Tue Oct 28 13:30:27 UTC 2014 x86_64 
x86_64 x86_64 GNU/Linux

on all my Intel Core i5 or i7 systems (desktop and laptop) CPU scaling does not 
work out of the box:
 cpufreq-info
cpufrequtils 008: cpufreq-info (C) Dominik Brodowski 2004-2009
Report errors and bugs to cpuf...@vger.kernel.org, please.
analyzing CPU 0:
  driver: acpi-cpufreq
  CPUs which run at the same hardware frequency: 0
  CPUs which need to have their frequency coordinated by software: 0
  maximum transition latency: 10.0 us.
  hardware limits: 1.60 GHz - 3.50 GHz
  available frequency steps: 3.50 GHz, 3.50 GHz, 3.40 GHz, 3.20 GHz, 3.10 GHz, 
3.00 GHz, 2.80 GHz, 2.70 GHz, 2.50 GHz, 2.40 GHz, 2.30 GHz, 2.10 GHz, 2.00 GHz, 
1.90 GHz, 1.70 GHz, 1.60 GHz
  available cpufreq governors: conservative, ondemand, userspace, powersave, 
performance
  current policy: frequency should be within 3.50 GHz and 3.50 GHz.
  The governor ondemand may decide which speed to use
  within this range.
  current CPU frequency is 3.50 GHz.
  cpufreq stats: ...

The problem is that although the hardware limits are correctly detected
only the range between 3.50 and 3.50 GHz is used.

A workaround that works on all of my systems is:
 cat cpufreq_workaround.sh
#!/bin/sh
min_freq=$(cat 
/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies | awk { 
print \$NF })
echo Setting scaling_min_freq to $min_freq
for i in `seq 0 7`; do echo $min_freq  
/sys/devices/system/cpu/cpu$i/cpufreq/scaling_min_freq; done

afterwards:
 cpufreq-info
cpufrequtils 008: cpufreq-info (C) Dominik Brodowski 2004-2009
Report errors and bugs to cpuf...@vger.kernel.org, please.
analyzing CPU 0:
  driver: acpi-cpufreq
  CPUs which run at the same hardware frequency: 0
  CPUs which need to have their frequency coordinated by software: 0
  maximum transition latency: 10.0 us.
  hardware limits: 1.60 GHz - 3.50 GHz
  available frequency steps: 3.50 GHz, 3.50 GHz, 3.40 GHz, 3.20 GHz, 3.10 GHz, 
3.00 GHz, 2.80 GHz, 2.70 GHz, 2.50 GHz, 2.40 GHz, 2.30 GHz, 2.10 GHz, 2.00 GHz, 
1.90 GHz, 1.70 GHz, 1.60 GHz
  available cpufreq governors: conservative, ondemand, userspace, powersave, 
performance
  current policy: frequency should be within 1.60 GHz and 3.50 GHz.
  The governor ondemand may decide which speed to use
  within this range.
  current CPU frequency is 1.60 GHz.
...

This issue persisted over all dist-upgrades since installing Ubuntu
14.04.1.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: linux-image-3.13.0-39-generic 3.13.0-39.66
ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
Uname: Linux 3.13.0-39-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.14.1-0ubuntu3.5
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  ahb3853 F pulseaudio
 /dev/snd/controlC0:  ahb3853 F pulseaudio
Date: Sun Nov  9 13:54:23 2014
HibernationDevice: RESUME=UUID=1968620e-56f2-4ec6-b4ae-d2c601e8caa5
InstallationDate: Installed on 2014-08-28 (72 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
IwConfig:
 eth0  no wireless extensions.
 
 eth1  no wireless extensions.
 
 lono wireless extensions.
MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
ProcFB:
 0 VESA VGA
 1 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-39-generic 
root=UUID=98ea3432-7344-4034-8652-46e5edf53f5b ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.13.0-39-generic N/A
 linux-backports-modules-3.13.0-39-generic  N/A
 linux-firmware 1.127.8
RfKill:
 
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/14/2012
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P1.40
dmi.board.name: Z77 Extreme4
dmi.board.vendor: ASRock
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.40:bd05/14/2012:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnZ77Extreme4:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: To Be Filled By O.E.M.
dmi.product.version: To Be Filled By O.E.M.
dmi.sys.vendor: To Be Filled By O.E.M.

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


** Tags: amd64 apport-bug trusty

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

Title:
  scaling_min_freq wrong on Intel Core i{5,7} CPUs

To manage notifications about this bug go to:

[Bug 1390893] Re: Fresh installation of Ubuntu installs poor choice of keyboard for gd

2014-11-09 Thread Dave Gilbert
This seems like it's just the installers choice of keyboard; so setting
for Ubiquity.

** Package changed: ubuntu = ubiquity (Ubuntu)

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

Title:
  Fresh installation of Ubuntu installs poor choice of keyboard for gd

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

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


[Bug 1389077] Re: [HP ProBook 4530s] Intel Powerclamp is Slowing CPU

2014-11-09 Thread Lars Hansson
I have noticed the same thing. If I start playing a game in wine, say
ETS2, on my laptop (Intel HD 4000+Nvidia 820M) it runs fine for maybe a
minute and after that the FPS drops like a rock. The problem, if you
can call it that, is that the GPU temperature goes above 85C and thus
powerclamp kicks in and tries to reduce the temperature.

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

Title:
  [HP ProBook 4530s] Intel Powerclamp is Slowing CPU

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

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


[Bug 1390893] Re: Fresh installation of Ubuntu installs poor choice of keyboard for gd

2014-11-09 Thread GunChleoc
Thanks for assigning the package.

The default should be English (UK, extended WinKeys).

http://www.igaidhlig.net/en/linux-ubuntu-co/

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

Title:
  Fresh installation of Ubuntu installs poor choice of keyboard for gd

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

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


Re: [Bug 1289746] Re: BCM4313 not working with some wireless AP

2014-11-09 Thread LennartP
Yes, I jave both bcmwl-kernel-source and broadcom-sta-source installed
simultaneously.

I just upgraded to 1.04 B12, and the error is still there.

/Lennart

On Thu, Nov 6, 2014 at 11:20 PM, Christopher M. Penalver 
christopher.m.penal...@gmail.com wrote:

 LennartP, thank you for providing the requested information. Just to
 clarify:
 + When you are having this issue, do you have both bcmwl-kernel-source and
 broadcom-sta-source installed simultaneously?
 + What is the firmware version of your DLINK DIR-645?
 + If the firmware version is older than 1.04.B11, could you please upgrade
 to this via support.dlink.com/ProductInfo.aspx?m=DIR-645 and advise to
 the results?

 ** Summary changed:

 - BCM4313 not working with some wireless AP
 + 14e4:4727 [Asus 1225B] BCM4313 not working with D-Link DIR-645 AP

 ** Changed in: broadcom-sta (Ubuntu)
Importance: Undecided = Medium

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1289746

 Title:
   14e4:4727 [Asus 1225B] BCM4313 not working with D-Link DIR-645 AP

 Status in “broadcom-sta” package in Ubuntu:
   Incomplete

 Bug description:
   1) lsb_release -rd
   Description: Ubuntu 14.04.1 LTS
   Release: 14.04

   2) apt-cache policy broadcom-sta-source
   broadcom-sta-source:
 Installed: 6.30.223.141-1
 Candidate: 6.30.223.141-1
 Version table:
*** 6.30.223.141-1 0
   500 http://se.archive.ubuntu.com/ubuntu/ trusty/multiverse
 amd64 Packages
   100 /var/lib/dpkg/status

   3) What is expected to happen with my Asus 1225B-SIV047M laptop and
   DLINK DIR-645 AP is the WiFi works via the broadcom-sta-source driver.

   4) What happened instead: Almost nothing. There is a valid ARP entry
   for the AP in the ARP cache, but there are no replies from ping. The
   same problem existed in 13.10 with this computer about a month ago.
   However, this computer has been able to use the AP w/o problems
   running 12.04 until about six months ago, when no longer connect to
   it.

   I have two Android devices of different versions using the AP w/o
   problems.

   However, the driver works with an AP from Huawei.

   uname -a
   Linux slim2a 3.13.0-39-generic #66-Ubuntu SMP Tue Oct 28 13:30:27 UTC
 2014 x86_64 x86_64 x86_64 GNU/Linux

   lspci -vvnn | grep -A 9 Network
   04:00.0 Network controller [0280]: Broadcom Corporation BCM4313
 802.11bgn Wireless Network Adapter [14e4:4727] (rev 01)
Subsystem: AzureWave Device [1a3b:2047]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
 Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort-
 MAbort- SERR- PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 17
Region 0: Memory at fea0 (64-bit, non-prefetchable) [size=16K]
Capabilities: access denied
Kernel driver in use: wl

   sudo dmidecode -s bios-version
   209
   sudo dmidecode -s bios-release-date
   06/05/2012

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/broadcom-sta/+bug/1289746/+subscriptions



-- 
Mr Lennart Preuss
Trillans Väg 43
131 49 NACKA
Sweden
lennart.pre...@gmail.com
+46 8 718 04 03 (fax)
+46 73 0300 280 (cellular)

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

Title:
  14e4:4727 [Asus 1225B] BCM4313 not working with D-Link DIR-645 AP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/broadcom-sta/+bug/1289746/+subscriptions

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

  1   2   3   4   5   6   >