[Bug 683337] Re: Backport button element support to Lucid

2014-09-06 Thread Mathew Hodson
** Changed in: hardy-backports
   Status: New = Invalid

** Changed in: baltix
   Status: New = Fix Released

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

Title:
  Backport button element support to Lucid

To manage notifications about this bug go to:
https://bugs.launchpad.net/dapper-backports/+bug/683337/+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 1310552] Re: could not extract the package.xml file from /build/buildd/php5-5.5.9+dfsg/pear-build-download/packagename.tgz

2014-09-06 Thread Chingachkuk
*** This bug is a duplicate of bug 1315888 ***
https://bugs.launchpad.net/bugs/1315888

Here is the code that helped me getting it working.  I injected it to 
/usr/share/php/Archive/Tar.php.
code
/**
 * Missing zlib functions.
 */
function gzopen($filename, $mode, $use_include_path = 0) {
  return  gzopen64($filename, $mode, $use_include_path);
};
function gzseek($zp, $offset, $whence = SEEK_SET) {
  return gzseek64($zp, $offset, $whence);
}
function gztell($zp) {
  return gztell64($zp);
}
/code


** Attachment added: Patched Tar.php
   
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1310552/+attachment/4196950/+files/Tar.php

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

Title:
  could not extract the package.xml file from
  /build/buildd/php5-5.5.9+dfsg/pear-build-download/packagename.tgz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1310552/+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 1366174] Re: apache2 SEGV with multiple SSL sites

2014-09-06 Thread Alex Bligh
I think I've got about the minimal case for replication. Attached is a
tiny perl script which generates a number of SSL sites of the form:

VirtualHost 127.0.0.1:$port
ServerName 127.0.0.1:$port

SSLEngine on
SSLCertificateFile/etc/ssl/certs/ssl-cert-snakeoil.pem
SSLCertificateKeyFile /etc/ssl/private/ssl-cert-snakeoil.key

DBDriver pgsql
/VirtualHost

When the numebr of sites exceeds 61 (on my machine), I get an illegal
instruction error.

The DBDriver pgsql itself is important, but I don't think this is a
DBD problem. About anything that loads a module causes a problem.


** Attachment added: Perl file to make configuration to replicate the problem
   
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1366174/+attachment/4197022/+files/makeconf.pl

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

Title:
  apache2 SEGV with multiple SSL sites

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1366174/+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 1366073] Re: Combination of CREATE, RENAME, and ALTER TABLE statements on related tables causes crash

2014-09-06 Thread Valerii Kravchuk
Upstream MySQL 5.6.20 is also affected:

openxs@ao756:~/dbs/5.6$ bash ~/ps_crash.sh
ERROR 2013 (HY000) at line 1: Lost connection to MySQL server during query
openxs@ao756:~/dbs/5.6$ 140906 15:49:16 mysqld_safe Number of processes running 
now: 0
140906 15:49:16 mysqld_safe mysqld restarted

openxs@ao756:~/dbs/5.6$ tail -100 data/ao756.err
2014-09-06 15:47:28 8383 [Note] InnoDB: Highest supported file format is 
Barracuda.
2014-09-06 15:47:28 8383 [Note] InnoDB: 128 rollback segment(s) are active.
2014-09-06 15:47:28 8383 [Note] InnoDB: Waiting for purge to start
2014-09-06 15:47:28 8383 [Note] InnoDB: 5.6.20 started; log sequence number 
265035407
2014-09-06 15:47:28 8383 [Warning] Plugin validate_password reported: 
'Dictionary file not specified'
2014-09-06 15:47:28 8383 [Note] Server hostname (bind-address): '*'; port: 3306
2014-09-06 15:47:28 8383 [Note] IPv6 is available.
2014-09-06 15:47:28 8383 [Note]   - '::' resolves to '::';
2014-09-06 15:47:28 8383 [Note] Server socket created on IP: '::'.
2014-09-06 15:47:29 8383 [Note] Event Scheduler: Loaded 0 events
2014-09-06 15:47:29 8383 [Note] /home/openxs/dbs/5.6/bin/mysqld: ready for 
connections.
Version: '5.6.20'  socket: '/tmp/mysql.sock'  port: 3306  MySQL Community 
Server (GPL)
12:49:16 UTC - mysqld got signal 11 ;
This could be because you hit a bug. It is also possible that this binary
or one of the libraries it was linked against is corrupt, improperly built,
or misconfigured. This error can also be caused by malfunctioning hardware.
We will try our best to scrape up some info that will hopefully help
diagnose the problem, but since we have already crashed,
something is definitely wrong and this may fail.

key_buffer_size=8388608
read_buffer_size=131072
max_used_connections=1
max_threads=151
thread_count=1
connection_count=1
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 68245 K  
bytes of memory
Hope that's ok; if not, decrease some variables in the equation.

Thread pointer: 0x2755730
Attempting backtrace. You can use the following information to find out
where mysqld died. If you see no messages after this, something went
terribly wrong...
stack_bottom = 7f07c0281e50 thread_stack 0x4
/home/openxs/dbs/5.6/bin/mysqld(my_print_stacktrace+0x2c)[0x8cf1cc]
/home/openxs/dbs/5.6/bin/mysqld(handle_fatal_signal+0x481)[0x66cda1]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x10340)[0x7f07d406a340]
/lib/x86_64-linux-gnu/libc.so.6(+0x1419b4)[0x7f07d35b59b4]
/home/openxs/dbs/5.6/bin/mysqld(_ZNSt8_Rb_treeIP14dict_foreign_tS1_St9_IdentityIS1_E20dict_foreign_compareSaIS1_EE11equal_rangeERKS1_+0x9d)[0xa777ed]
/home/openxs/dbs/5.6/bin/mysqld[0xa7721a]
/home/openxs/dbs/5.6/bin/mysqld[0x946851]
/home/openxs/dbs/5.6/bin/mysqld(_Z17mysql_alter_tableP3THDPcS1_P24st_ha_create_informationP10TABLE_LISTP10Alter_infojP8st_orderb+0x2a89)[0x737509]
/home/openxs/dbs/5.6/bin/mysqld(_ZN19Sql_cmd_alter_table7executeEP3THD+0x49d)[0x81122d]
/home/openxs/dbs/5.6/bin/mysqld(_Z21mysql_execute_commandP3THD+0x33de)[0x6e88ce]
/home/openxs/dbs/5.6/bin/mysqld(_Z11mysql_parseP3THDPcjP12Parser_state+0x378)[0x6ebb58]
/home/openxs/dbs/5.6/bin/mysqld(_Z16dispatch_command19enum_server_commandP3THDPcj+0xf89)[0x6ed269]
/home/openxs/dbs/5.6/bin/mysqld(_Z24do_handle_one_connectionP3THD+0x142)[0x6bbd92]
/home/openxs/dbs/5.6/bin/mysqld(handle_one_connection+0x40)[0x6bbe40]
/home/openxs/dbs/5.6/bin/mysqld(pfs_spawn_thread+0x143)[0xb15ce3]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x8182)[0x7f07d4062182]
/lib/x86_64-linux-gnu/libc.so.6(clone+0x6d)[0x7f07d356efbd]

Trying to get some variables.
Some pointers may be invalid and cause the dump to abort.
Query (7f07a0005130): ALTER TABLE testTable17 DROP FOREIGN KEY 
testTable17_ibfk_1
Connection ID (thread ID): 3
Status: NOT_KILLED

Richard,

May I use your test script that demonstrates the bug in the upstream bug
report or would you prefer to file upstream bug yourself?

** Tags added: upstream

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

Title:
  Combination of CREATE, RENAME, and ALTER TABLE statements on related
  tables causes crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/percona-server/+bug/1366073/+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 1366174] Re: apache2 SEGV with multiple SSL sites

2014-09-06 Thread Alex Bligh
Actually DBDriver pgsql causes the issue, but not DBDriver mysql,
and it can be outside the virtual host block. So I think this might be a
pgsql driver issue.

Reported upstream at:
https://issues.apache.org/bugzilla/show_bug.cgi?id=56919


** Bug watch added: Apache Software Foundation Bugzilla #56919
   http://issues.apache.org/bugzilla/show_bug.cgi?id=56919

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

Title:
  apache2 SEGV with multiple SSL sites

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1366174/+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 1364828] Re: neutron unable to create veth devices on utopic

2014-09-06 Thread Bug Watch Updater
** Changed in: iproute2 (Debian)
   Status: New = Fix Released

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

Title:
  neutron unable to create veth devices on utopic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iproute2/+bug/1364828/+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 1366174] Re: apache2 SEGV with multiple SSL sites

2014-09-06 Thread Alex Bligh
The number of sites required appears to vary. Also it appears to be
necessary to have mod php5 enabled.

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

Title:
  apache2 SEGV with multiple SSL sites

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1366174/+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 1310919] Re: pam_winbind krb5_ccache_type=FILE stopped working after 14.04 upgrade

2014-09-06 Thread msaxl
well, I have the same problem with 14.10,

to get a working samba 4.1.11 all you need to do is apply the patch in
this bugreport. It has been dropped when syncing with debian.

In my private ppa there is a working samba version for utopic.

As a longterm workaround I have changed from pam_winbind to pam_sss.

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

Title:
  pam_winbind krb5_ccache_type=FILE stopped working after 14.04 upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/1310919/+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 1068756] Re: IPv6 Privacy Extensions enabled on Ubuntu Server by default

2014-09-06 Thread Mr. Jester
Just to document additional support.  I concur that on a Server install,
PE should disabled by default.  A server doesn't fall into the use case
of needing to protect the privacy of the user.  It is meant to be known,
not obfuscated.

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

Title:
  IPv6 Privacy Extensions enabled on Ubuntu Server by default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1068756/+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 1366453] [NEW] Sync libpcap 1.6.2-1 (main) from Debian unstable (main)

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

Please sync libpcap 1.6.2-1 (main) from Debian unstable (main)
New upstream bugfix release

Changelog entries since current utopic version 1.6.1-1:

libpcap (1.6.2-1) unstable; urgency=medium

  * New upstream release.

 -- Romain Francoise rfranco...@debian.org  Thu, 04 Sep 2014 19:06:26
+0200

** Affects: libpcap (Ubuntu)
 Importance: Wishlist
 Status: New

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

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

Title:
  Sync libpcap 1.6.2-1 (main) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libpcap/+bug/1366453/+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 1357731] Re: Touchpad not reconized on Toshiba z10t a 119

2014-09-06 Thread Mamadou
*** This bug is a duplicate of bug 1357729 ***
https://bugs.launchpad.net/bugs/1357729

** Description changed:

- Touchpad is not reconized on Toshiba z10t a 119
+ Touchpad is not reconized on Toshiba Portege z10t a 119
  on Ubuntu 14.04 LTS
  
  I have add in
  GRUB_CMDLINE_LINUX_DEFAULT=usbhid.quirks=0x0930:0x0807:0x0040
  
  but the touchpad has just basic function: no tap or slide
  
  No touchpad tab in SystemPreferences
  
  In xinput --list, no SynPS/2 Synaptics TouchPad but USB Device (id=13
  and id=16)
  
- 
- Also: Function keys are not reconized, suspend mode automatically
- returns in normal mode
+ Also: only the Volume function keys are working, not the others, suspend mode 
automatically returns in normal mode
+ Touchscreen is well reconized and works fine
+ Keyboard and touchpad are in a dock station
  
  Thank you.
  ---
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  cedric 2022 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=3bb44484-8952-474e-9514-9f08985ac1d0
  InstallationDate: Installed on 2014-06-25 (54 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  MachineType: TOSHIBA PORTEGE Z10T-A
  Package: linux 3.8.0.19.35 [origin: unknown]
  PackageArchitecture: amd64
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-34-generic 
root=UUID=f6e03bec-1f72-4141-9511-9c19585cd387 ro quiet splash 
usbhid.quirks=0x0930:0x0807:0x0040 vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-34.60-generic 3.13.11.4
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-34-generic N/A
   linux-backports-modules-3.13.0-34-generic  N/A
   linux-firmware 1.127.5
  Tags: trusty third-party-packages
  Uname: Linux 3.13.0-34-generic x86_64
  UnreportableReason: Ce paquet n'est pas officiellement pris en charge par 
Ubuntu. Veuillez désinstaller tout paquet tiers et réessayer.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 07/16/2013
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: Version 1.80
  dmi.board.asset.tag: 00
  dmi.board.name: PORTEGE Z10T-A
  dmi.board.vendor: TOSHIBA
  dmi.board.version: Version A0
  dmi.chassis.asset.tag: 00
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: Version 1.0
  dmi.modalias: 
dmi:bvnTOSHIBA:bvrVersion1.80:bd07/16/2013:svnTOSHIBA:pnPORTEGEZ10T-A:pvrPT131E-01J01QFR:rvnTOSHIBA:rnPORTEGEZ10T-A:rvrVersionA0:cvnTOSHIBA:ct10:cvrVersion1.0:
  dmi.product.name: PORTEGE Z10T-A
  dmi.product.version: PT131E-01J01QFR
  dmi.sys.vendor: TOSHIBA

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

Title:
  Touchpad not reconized on Toshiba z10t a 119

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

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

[Bug 1357730] Re: Touchpad not reconized on Toshiba z10t a 119

2014-09-06 Thread Mamadou
*** This bug is a duplicate of bug 1357729 ***
https://bugs.launchpad.net/bugs/1357729

** Description changed:

- Touchpad is not reconized on Toshiba z10t a 119
+ Touchpad is not reconized on Toshiba Portege z10t a 119
  on Ubuntu 14.04 LTS
  
  I have add in
  GRUB_CMDLINE_LINUX_DEFAULT=usbhid.quirks=0x0930:0x0807:0x0040
  
  but the touchpad has just basic function: no tap or slide
  
  No touchpad tab in SystemPreferences
  
  In xinput --list, no SynPS/2 Synaptics TouchPad but USB Device (id=13
  and id=16)
  
- 
- Also: Function keys are not reconized, suspend mode automatically
- returns in normal mode
+ Also: only the Volume function keys are working, not the others, suspend mode 
automatically returns in normal mode
+ Touchscreen is well reconized and works fine
+ Keyboard and touchpad are in a dock station
  
  Thank you.
  ---
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  cedric 2022 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  HibernationDevice: RESUME=UUID=3bb44484-8952-474e-9514-9f08985ac1d0
  InstallationDate: Installed on 2014-06-25 (54 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  MachineType: TOSHIBA PORTEGE Z10T-A
  Package: linux 3.8.0.19.35 [origin: unknown]
  PackageArchitecture: amd64
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-34-generic 
root=UUID=f6e03bec-1f72-4141-9511-9c19585cd387 ro quiet splash 
usbhid.quirks=0x0930:0x0807:0x0040 vt.handoff=7
  ProcVersionSignature: Ubuntu 3.13.0-34.60-generic 3.13.11.4
  RelatedPackageVersions:
   linux-restricted-modules-3.13.0-34-generic N/A
   linux-backports-modules-3.13.0-34-generic  N/A
   linux-firmware 1.127.5
  Tags: trusty third-party-packages
  Uname: Linux 3.13.0-34-generic x86_64
  UnreportableReason: Ce paquet n'est pas officiellement pris en charge par 
Ubuntu. Veuillez désinstaller tout paquet tiers et réessayer.
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 07/16/2013
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: Version 1.80
  dmi.board.asset.tag: 00
  dmi.board.name: PORTEGE Z10T-A
  dmi.board.vendor: TOSHIBA
  dmi.board.version: Version A0
  dmi.chassis.asset.tag: 00
  dmi.chassis.type: 10
  dmi.chassis.vendor: TOSHIBA
  dmi.chassis.version: Version 1.0
  dmi.modalias: 
dmi:bvnTOSHIBA:bvrVersion1.80:bd07/16/2013:svnTOSHIBA:pnPORTEGEZ10T-A:pvrPT131E-01J01QFR:rvnTOSHIBA:rnPORTEGEZ10T-A:rvrVersionA0:cvnTOSHIBA:ct10:cvrVersion1.0:
  dmi.product.name: PORTEGE Z10T-A
  dmi.product.version: PT131E-01J01QFR
  dmi.sys.vendor: TOSHIBA

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

Title:
  Touchpad not reconized on Toshiba z10t a 119

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

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

[Bug 1309617] Re: plymouth-upstart-bridge main process (189) terminated with status 1 at boot

2014-09-06 Thread dino99
** Tags added: amd64 utopic

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

Title:
  plymouth-upstart-bridge main process (189) terminated with status 1 at
  boot

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

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


[Bug 195280] Re: libglut3 not needed for ubuntu-desktop

2014-09-06 Thread Mathew Hodson
ubuntu-desktop doesn't depend on freeglut3 since at least trusty.

** Changed in: ubuntu-meta (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  libglut3 not needed for ubuntu-desktop

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

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


[Bug 1309617] Re: plymouth-upstart-bridge main process (189) terminated with status 1 at boot

2014-09-06 Thread dino99
Now its a show stopper on Utopic (fresh installation from mini.iso)
The boot process goes well until that plymouth-bridge respawning madness, and 
then the swap partition is mounted. That's all, nothing more.

Trying to tweak /etc/init/plymouth-upstart-bridge ( recovery boot, root
console: to add 'sleep 3' at the end ) also fails due to '' read-only
file system

Seems something need to be fixed due to the latest packages changes,
either upstart or dbus or both.

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

Title:
  plymouth-upstart-bridge main process (189) terminated with status 1 at
  boot

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

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


[Bug 235327] Re: ubuntu-desktop recommends linux-headers-generic

2014-09-06 Thread Mathew Hodson
ubuntu-desktop does not recommend linux-headers-generic since at least
trusty.

** Changed in: ubuntu-meta (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  ubuntu-desktop recommends linux-headers-generic

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

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


[Bug 213539] Re: cheese is not a dependency of ubuntu-desktop

2014-09-06 Thread Mathew Hodson
cheese was added to desktop-recommends in
https://launchpad.net/ubuntu/+source/ubuntu-meta/1.308, so it should be
present in the default install.

** Changed in: ubuntu-meta (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  cheese is not a dependency of ubuntu-desktop

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

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


[Bug 387284] Re: Please downgrade gnome-terminal from a dependency to a recommendation

2014-09-06 Thread Mathew Hodson
ubuntu-desktop only recommends gnome-terminal since at least trusty.

** Changed in: ubuntu-meta (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  Please downgrade gnome-terminal from a dependency to a recommendation

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

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


[Bug 1360643] Re: Boot time prolonged and also password to icon time prolonged

2014-09-06 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/1360643

Title:
  Boot time prolonged and also password to icon time prolonged

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

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


[Bug 262506] Re: The description of the package 'ubuntu-desktop' is grossly missleading

2014-09-06 Thread Mathew Hodson
The description is different now.

This package depends on all of the packages in the Ubuntu desktop
system.

It is also used to help ensure proper upgrades, so it is recommended
that it not be removed.

Combined with comment #1, I think that satisfies this bug.

** Changed in: ubuntu-meta (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  The description of the package 'ubuntu-desktop' is grossly missleading

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

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


[Bug 122039] Re: ubuntu-desktop should not depend on xsane or espeak

2014-09-06 Thread Mathew Hodson
None of the packages mentioned in this bug are dependencies of ubuntu-
desktop since at least trusty.

** Summary changed:

- Unnecessary packages in ubuntu-desktop dependencies?
+ ubuntu-desktop should not depend on xsane or espeak

** Changed in: ubuntu-meta (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  ubuntu-desktop should not depend on xsane or espeak

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

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


[Bug 1316035] Re: matrox g200eR2 is unclaimed in 14.04

2014-09-06 Thread Eric Light
Just confirming, same thing here on an IBM x3500 M3:

  *-display UNCLAIMED 
   description: VGA compatible controller
   product: MGA G200EV
   vendor: Matrox Electronics Systems Ltd.
   physical id: 0
   bus info: pci@:07:00.0
   version: 00
   width: 32 bits
   clock: 33MHz
   capabilities: pm vga_controller bus_master cap_list
   configuration: latency=64 maxlatency=32 mingnt=16
   resources: memory:9600-96ff memory:9780-97803fff 
memory:9700-977f

Also:

$ lsmod | grep mg
$ sudo modprobe mga
$ lsmod | grep mg
mga40811  0 
drm   303102  1 mga


Tried a recommended xorg.conf:
Section Device
Identifier Matrox Graphics, Inc. MGA G200 AGP2
Driver mga
Option OldDmaInit True
EndSection

Doesn't help, as expected after Zoltán's comments.

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

Title:
  matrox g200eR2 is unclaimed in 14.04

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

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

[Bug 1365755] Re: keyboard input method system not available from keyboard configuration in gnome-control-center

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

** Changed in: language-selector (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/1365755

Title:
  keyboard input method system not available from keyboard configuration
  in gnome-control-center

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

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


[Bug 1365755] Re: keyboard input method system not available from keyboard configuration in gnome-control-center

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

** Changed in: unity-control-center (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/1365755

Title:
  keyboard input method system not available from keyboard configuration
  in gnome-control-center

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

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


[Bug 1365755] Re: keyboard input method system not available from keyboard configuration in gnome-control-center

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

** Changed in: gnome-control-center (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/1365755

Title:
  keyboard input method system not available from keyboard configuration
  in gnome-control-center

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

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


[Bug 1365755] Re: keyboard input method system not available from keyboard configuration in gnome-control-center

2014-09-06 Thread Mathew Hodson
** Package changed: ubuntu-meta (Ubuntu) = gnome-control-center
(Ubuntu)

** Also affects: unity-control-center (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: language-selector (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/1365755

Title:
  keyboard input method system not available from keyboard configuration
  in gnome-control-center

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

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


[Bug 1365755] Re: keyboard input method system not available from keyboard configuration in gnome-control-center

2014-09-06 Thread Mathew Hodson
** Tags added: trusty

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

Title:
  keyboard input method system not available from keyboard configuration
  in gnome-control-center

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

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


[Bug 1040193] Re: Redundant ubuntu-online-accounts and gnome-online-accounts panels using a session other than Unity

2014-09-06 Thread Mathew Hodson
** Tags added: ubuntu-gnome

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

Title:
  Redundant ubuntu-online-accounts and gnome-online-accounts panels
  using a session other than Unity

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

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


[Bug 1366275] [NEW] Install Xubuntu 14.10

2014-09-06 Thread mrmango
Public bug reported:

Whilst doing a fresh install of 14.10, the grub install process fails.
Trying to reselect a different device also fails, the error seems fatal.

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: ubiquity 2.19.7
ProcVersionSignature: Ubuntu 3.16.0-13.19-generic 3.16.1
Uname: Linux 3.16.0-13-generic x86_64
ApportVersion: 2.14.7-0ubuntu2
Architecture: amd64
CasperVersion: 1.343
Date: Sat Sep  6 08:06:23 2014
InstallCmdLine: file=/cdrom/preseed/xubuntu.seed boot=casper 
initrd=/casper/initrd.lz quiet splash -- maybe-ubiquity
LiveMediaBuild: Xubuntu 14.10 Utopic Unicorn - Alpha amd64 (20140905.1)
ProcEnviron:
 LANGUAGE=en_GB.UTF-8
 TERM=linux
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_GB.UTF-8
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug ubiquity-2.19.7 utopic xubuntu

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

Title:
  Install Xubuntu 14.10

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

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


[Bug 1239833] Re: Live session failed to start from USB with persistence enabled

2014-09-06 Thread Mathew Hodson
This is in the release notes for saucy.
https://wiki.ubuntu.com/SaucySalamander/ReleaseNotes#Kubuntu-1

** Changed in: ubuntu-release-notes
   Status: New = Fix Released

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

Title:
  Live session failed to start from USB with persistence enabled

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

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


[Bug 1365695] Re: No longer able to use GUI after update

2014-09-06 Thread Ingo Bürk
I'm experiencing the same problem (I'm the OP from the link posted in
#2) on my T530. However, downgrading ubuntu-drivers-common to 0.2.91.5
didn't work for me, even after reinstalling the nvidia drivers.

It seems as if something keeps changing the alternatives for x86_64
-linux-gnu_gl_conf because if I change them, I can modprobe the nvidia
driver. I just can't get the update to persist.

Switching to Discrete Graphics in the BIOS is a workaround for me
because the nvidia driver can now load and I can use a multiple monitor
setup. It's not a fix though and causes other (well-known) problems.

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

Title:
  No longer able to use GUI after update

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

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


[Bug 589518] Re: Error activating XKB configuration

2014-09-06 Thread Mathew Hodson
*** This bug is a duplicate of bug 524406 ***
https://bugs.launchpad.net/bugs/524406

** Package changed: ubuntu-meta (Ubuntu) = libxklavier (Ubuntu)

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

Title:
  Error activating XKB configuration

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

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


[Bug 1309617] Re: plymouth-upstart-bridge main process (189) terminated with status 1 at boot

2014-09-06 Thread dino99
#26 follow up

be able to add sleep 3 from the user session that time. The respawning
seems to be gone, but the system still fails to boot.

So i've added init=/lib/systemd/systemd to /etc/default/grub, then 
update-grub; and also take care of mtab: ln -fs /proc/self/mounts /etc/mtab 
(cf: wiki.ubuntu.com/systemd)
The system still not booting to set xorg.

Then i've added 'nomodeset' before 'init=/lib/systemd/systemd', and that
time i'm getting a booting system but with low graphics: 1280x1024
instead of 1920x1280 (gtx750 using 'nouveau')

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

Title:
  plymouth-upstart-bridge main process (189) terminated with status 1 at
  boot

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

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


[Bug 1169745] Re: Uses old theme and has bad links

2014-09-06 Thread Doug Smythies
After a couple of years of trying, someone finally stepped up to work on
the installation guide. However, they now seem to have given up.

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

Title:
  Uses old theme and has bad links

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/installation-guide/+bug/1169745/+subscriptions

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


[Bug 589518] Re: Error activating XKB configuration

2014-09-06 Thread Mathew Hodson
*** This bug is a duplicate of bug 524406 ***
https://bugs.launchpad.net/bugs/524406

** This bug has been marked a duplicate of bug 524406
   Frequent Error activating XKB configuration

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

Title:
  Error activating XKB configuration

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

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


[Bug 1365272] Re: linux-keystone: 3.13.0-11.18 -proposed tracker

2014-09-06 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/1365272

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

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

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


[Bug 1366277] [NEW] After restarting incorrect time is displayed

2014-09-06 Thread Gaurav Sahu
Public bug reported:

Every time i shutdown my system and later i start i found that incorrect
time is being displayed. so i need to change it manually. again when i
shutdown and start my system same problem happens.

** Affects: indicator-datetime (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/1366277

Title:
  After restarting incorrect time is displayed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-datetime/+bug/1366277/+subscriptions

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


[Bug 1366206] Re: Graphical desktop not starting from livesession

2014-09-06 Thread Elfy
** Description changed:

  Boot live session - choose Try
+ 
+ Same issue with at least Ubuntu and Xubuntu
  
  No desktop, black screen - change to vt1 - run loginctl show-seat seat0
  gives CanGraphical=no
  
  run startx and desktop boots
  
  this is in a vm on a machine using nvidia card and 331-updates
  
  appears similar to lp:1365336
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: lightdm 1.11.8-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-13.19-generic 3.16.1
  Uname: Linux 3.16.0-13-generic x86_64
  ApportVersion: 2.14.7-0ubuntu2
  Architecture: amd64
  CasperVersion: 1.343
  Date: Fri Sep  5 21:40:54 2014
  LiveMediaBuild: Xubuntu 14.10 Utopic Unicorn - Alpha amd64 (20140905.1)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Graphical desktop not starting from livesession

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

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

[Bug 1274456] Re: BOINC is always suspended, if set to work when IDLE

2014-09-06 Thread LocutusOfBorg
otherwise you can just manually remove /var/lib/boinc-client and try
again

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

Title:
  BOINC is always suspended, if set to work when IDLE

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

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


[Bug 1274456] Re: BOINC is always suspended, if set to work when IDLE

2014-09-06 Thread LocutusOfBorg
please try something like sudo apt-get purge boinc*, it should work,
otherwise install synaptic and try in the graphical way. there should
also be some apt flags to force a removal anyway

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

Title:
  BOINC is always suspended, if set to work when IDLE

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

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


[Bug 1366276] Re: iphone-set-info crashed with SIGSEGV in strlen()

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

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 #1352170, 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/1366276/+attachment/4196908/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1366276/+attachment/4196910/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1366276/+attachment/4196911/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1366276/+attachment/4196912/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1366276/+attachment/4196913/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1366276/+attachment/4196914/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1366276/+attachment/4196915/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 1352170

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

Title:
  iphone-set-info crashed with SIGSEGV in strlen()

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

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


[Bug 1366221] Re: gnome-calculator does not show application menu anywhere

2014-09-06 Thread Matthias Andree
** Tags added: regression-release

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

Title:
  gnome-calculator does not show application menu anywhere

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

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


[Bug 1365870] Re: Too little visual feedback during import

2014-09-06 Thread Matthias Andree
** Tags added: regression-release

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

Title:
  Too little visual feedback during import

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

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


[Bug 1365861] Re: rhythmbox's interface was stripped bare the application is no longer useful

2014-09-06 Thread Matthias Andree
** Tags added: regression-release

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

Title:
  rhythmbox's interface was stripped bare the application is no longer
  useful

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

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


[Bug 1308169] Re: apport-bug on .crash file does not send report

2014-09-06 Thread Matthias Andree
** Tags added: regression-release

** Changed in: apport (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/1308169

Title:
  apport-bug on .crash file does not send report

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

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


[Bug 1310316] Re: Text scaling factor changing unexpectedly

2014-09-06 Thread herbaman
This also affects or maybe affected me. I think the problem appears
because the x server does not set the right dpi value - and for some
reason the text-scale factor keeps to be reseted from time to time,
maybe because of an update.

I manually set the correct dpi value of my screen (122dpi) in 
/etc/lightdm/lightdm.conf with adding this line:
xserver-command=X -dpi 122

and restartet the x-server. 
Xorg.0.log now says: [  3033.310] (++) intel(0): DPI set to (122, 122) - this 
was (96, 96) before 
The Text-scale factor has been set to a usable value after that.

Maybe some of you can try this as well (with your individual dpi
settings for your monitor) to see if this really fixes the problem.

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

Title:
  Text scaling factor changing unexpectedly

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

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


[Bug 1366278] Re: upowerd crashed with SIGSEGV in strlen()

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

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 #1334827, 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/1366278/+attachment/4196916/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1366278/+attachment/4196918/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1366278/+attachment/4196919/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1366278/+attachment/4196920/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1366278/+attachment/4196921/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1366278/+attachment/4196922/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1366278/+attachment/4196923/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 1334827

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

Title:
  upowerd crashed with SIGSEGV in strlen()

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

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


[Bug 1366280] [NEW] ubuntu-desktop should recommend activity-log-manager instead of activity-log-manager-control-center

2014-09-06 Thread Mathew Hodson
Public bug reported:

activity-log-manager-control-center is a transitional package, so
ubuntu-desktop shouldn't recommend it.

It should recommend activity-log-manager instead, which is the single
dependency of activity-log-manager-control-center.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: ubuntu-desktop 1.325
ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
Uname: Linux 3.13.0-35-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.3
Architecture: amd64
CurrentDesktop: Unity
Date: Sat Sep  6 03:45:03 2014
EcryptfsInUse: Yes
InstallationDate: Installed on 2012-11-01 (674 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
SourcePackage: ubuntu-meta
UpgradeStatus: Upgraded to trusty on 2014-09-04 (2 days ago)

** Affects: ubuntu-meta (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/1366280

Title:
  ubuntu-desktop should recommend activity-log-manager instead of
  activity-log-manager-control-center

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

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


[Bug 1366206] Re: Graphical desktop not starting from livesession

2014-09-06 Thread Elfy
** Description changed:

  Boot live session - choose Try
  
- Same issue with at least Ubuntu and Xubuntu
+ Same issue with at least Xubuntu,Ubuntu and Lubuntu
  
  No desktop, black screen - change to vt1 - run loginctl show-seat seat0
  gives CanGraphical=no
  
  run startx and desktop boots
  
  this is in a vm on a machine using nvidia card and 331-updates
  
  appears similar to lp:1365336
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: lightdm 1.11.8-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-13.19-generic 3.16.1
  Uname: Linux 3.16.0-13-generic x86_64
  ApportVersion: 2.14.7-0ubuntu2
  Architecture: amd64
  CasperVersion: 1.343
  Date: Fri Sep  5 21:40:54 2014
  LiveMediaBuild: Xubuntu 14.10 Utopic Unicorn - Alpha amd64 (20140905.1)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Graphical desktop not starting from livesession

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

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

[Bug 1310489] Re: xorg.conf overwritten by booting system

2014-09-06 Thread Abhijit Sengupta
Hi All

I have an AMD APU system with two graphics cards - one integrated and
one stand alone (RADEON HD 6550  6670). I have been having the same
problem as described above, every time I install the driver from AMD's
website generating a new xorg.conf, rebooting removes it and the system
goes into a black screen.

I followed the instructions as above, did a fresh install of 14.04,
enabled trusty-proposed, updated ubuntu-drivers-common and reinstalled
the drivers, but the problem persists. xorg.conf keeps getting rewritten
and the system goes to the black screen on reboot.

I am using the Catalyst 14.6 driver from AMD's website and am choosing
the Generate distribution specific package option for the installation.
Am attaching the gpu-manager.log here.

Have been struggling with this for the last few months and the problem
is that the system under Xorg is almost unusable - laggy graphics and
keyboard. I do hope someone can help me with this. The only other option
I can see is fall back to 12.04, which was working fine on my machine.

Thanks in advance folks.
A

** Attachment added: gpu-manager log
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-drivers-common/+bug/1310489/+attachment/4196926/+files/gpu-manager.log

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

Title:
  xorg.conf overwritten by booting system

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

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


[Bug 1363032] Re: linux: 3.16.0-12.17 -proposed tracker

2014-09-06 Thread Brad Figg
Promote-to-release is Fix Released, but some packages for this update
aren't published in Launchpad, on -release pocket:

linux 3.16.0-12.17
linux-signed for version=3.16.0-12.17
linux-meta with ABI=12

** Changed in: kernel-development-workflow/promote-to-release
   Status: Fix Released = Incomplete

** Description changed:

  This bug is for tracking the 3.16.0-12.17 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-Prepare-package-start:Friday, 29. August 2014 10:53 UTC
  kernel-phase-changed:Friday, 29. August 2014 20:00 UTC
  kernel-Prepare-package-end:Friday, 29. August 2014 20:00 UTC
  kernel-Package-testing-start:Friday, 29. August 2014 20:00 UTC
  kernel-phase:PPA Testing
  ppa-package-testing-start:Friday, 29. August 2014 20:00 UTC
- kernel-Promote-to-release-end:Friday, 05. September 2014 07:00 UTC

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

Title:
  linux: 3.16.0-12.17 -proposed tracker

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

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


[Bug 1310489] Re: xorg.conf overwritten by booting system

2014-09-06 Thread Abhijit Sengupta
I should add that the gpu-manager attached above is actually from the
second reboot I tried once the first one failed. xorg.conf was already
rewritten in the first reboot attempt.

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

Title:
  xorg.conf overwritten by booting system

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

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


[Bug 1169745] Re: Uses old theme and has bad links

2014-09-06 Thread anatoly techtonik
Has the technical debt grown too big? =)

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

Title:
  Uses old theme and has bad links

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/installation-guide/+bug/1169745/+subscriptions

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


[Bug 1366282] [NEW] Unable to shutdown

2014-09-06 Thread Gaurav Sahu
Public bug reported:

Recently i have upgraded from 14.04 to 14.10. I am unable to shutdown my
system as when i click on shutdown instead of shutdown it just logged me
out.

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

Title:
  Unable to shutdown

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

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


[Bug 1332444] Re: CH Pedals are not working in 14.04

2014-09-06 Thread michael
This morning my CH Pedals were dead (like so often) and:
sudo lsusb -v
didn't help but I remembered to use:

echo '3-3' |sudo tee /sys/bus/usb/drivers/usb/unbind

to unbind for Metro Last Light. Need that as MLL keeps spinning
and thinks my joystick to be some sort of controller.
So I did:

echo '3-3' |sudo tee /sys/bus/usb/drivers/usb/unbind
sudo lsusb -v
echo '3-3' |sudo tee /sys/bus/usb/drivers/usb/bind

any voilà my Pedals work. wub.png  Probably the lsusb in between
is not needed and I'll try next time without.

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

Title:
  CH Pedals are not working in 14.04

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

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

[Bug 1360582] Re: Can't manually install clicks Signature verification error since #205

2014-09-06 Thread Colin Watson
** Also affects: qtcreator-plugin-ubuntu (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: qtcreator-plugin-ubuntu (Ubuntu)
   Status: New = In Progress

** Changed in: qtcreator-plugin-ubuntu (Ubuntu)
   Importance: Undecided = High

** Changed in: qtcreator-plugin-ubuntu (Ubuntu)
 Assignee: (unassigned) = Michael Vogt (mvo)

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

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

** Changed in: click (Ubuntu)
 Assignee: (unassigned) = Michael Vogt (mvo)

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

Title:
  Can't manually install clicks Signature verification error since
  #205

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

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


[Bug 1365076] Re: do-release-upgrade fails from 13.10

2014-09-06 Thread Jay Dugger
Thank you for the suggestion, especially for such a perfunctory bug
report on my part. Unfortunately, the suggestion failed. do-release-
upgrade still fails.

In detail, ppa-purge failed to remove the blender ppa. I did the
following:

 removed blender,
 removed its repository with apt-add-repository -r,
 and reran do-release-upgrade.

I still end up with the same problem I initially reported, or at least I
end up with the same symptoms.

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

Title:
  do-release-upgrade fails from 13.10

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

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


[Bug 1366282] Re: Unable to shutdown

2014-09-06 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/1366282/+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/1366282

Title:
  Unable to shutdown

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

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


[Bug 1365076] Re: do-release-upgrade fails from 13.10

2014-09-06 Thread Jay Dugger
I just tried removing libpython3.4, libpython3.4-minimal, and
libpython3.4-stdlib after re-reading comment #2. do-release-upgrade now
runs.

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

Title:
  do-release-upgrade fails from 13.10

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

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


[Bug 1366152] Re: System crash when Vasco-card-reader is plugged in at powerup

2014-09-06 Thread Bernard Decock
Thank you Ludovic for your quick response.

I generated to log-files,
logcardrea...@powerup.txt in case it goes wrong (only when the card-reader is 
plugged in while the computer is starting-up or rebooting

LogCardReaderOK.txt after the crash - removed the reader and sudo
service pcscd start

/usr/sbin/pcscd --version
pcsc-lite version 1.8.10.
Copyright (C) 1999-2002 by David Corcoran corco...@linuxnet.com.
Copyright (C) 2001-2011 by Ludovic Rousseau ludovic.rouss...@free.fr.
Copyright (C) 2003-2004 by Damien Sauveron sauve...@labri.fr.
Report bugs to mus...@lists.musclecard.com.
Enabled features: Linux x86_64-pc-linux-gnu serial usb libudev 
usbdropdir=/usr/lib/pcsc/drivers ipcdir=/var/run/pcscd 
configdir=/etc/reader.conf.d

pcsc_scan (when the reader is ok)
PC/SC device scanner
V 1.4.22 (c) 2001-2011, Ludovic Rousseau ludovic.rouss...@free.fr
Compiled with PC/SC lite version: 1.8.10
Using reader plug'n play mechanism
Scanning present readers...
0: VASCO DP905v1.1 00 00

Sat Sep  6 10:18:48 2014
Reader 0: VASCO DP905v1.1 00 00
  Card state: Card removed, 

apt-cache policy pcscd
pcscd:
  Geïnstalleerd: 1.8.10-1ubuntu1
  Kandidaat: 1.8.10-1ubuntu1
  Versietabel:
 *** 1.8.10-1ubuntu1 0
500 http://be.archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages
100 /var/lib/dpkg/status

Middleware = eid-mw
low-level support for Belgian Electronic Identity Card
apt-cache policy eid-mw
eid-mw:
  Geïnstalleerd: 4.0.6r1620-0trusty1
  Kandidaat: 4.0.6r1620-0trusty1
  Versietabel:
 *** 4.0.6r1620-0trusty1 0
500 http://files.eid.belgium.be/debian/ trusty/main amd64 Packages
100 /var/lib/dpkg/status
 


** Attachment added: logcardrea...@powerup.txt
   
https://bugs.launchpad.net/ubuntu/+source/pcsc-lite/+bug/1366152/+attachment/4196927/+files/LogCardReader%40Powerup.txt

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

Title:
  System crash when Vasco-card-reader is plugged in at powerup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pcsc-lite/+bug/1366152/+subscriptions

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

[Bug 1366152] Re: System crash when Vasco-card-reader is plugged in at powerup

2014-09-06 Thread Bernard Decock
And log-file when the reader is ok

** Attachment added: LogCardReaderOK.txt
   
https://bugs.launchpad.net/ubuntu/+source/pcsc-lite/+bug/1366152/+attachment/4196928/+files/LogCardReaderOK.txt

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

Title:
  System crash when Vasco-card-reader is plugged in at powerup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pcsc-lite/+bug/1366152/+subscriptions

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


[Bug 589394] Re: replace w3m with lynx

2014-09-06 Thread Mathew Hodson
The mentioned bug was fixed and ubuntu-standard doesn't depend or
recommend w3m, so I don't think this bug is relevant anymore.

** Changed in: ubuntu-meta (Ubuntu)
   Status: New = Opinion

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

Title:
  replace w3m with lynx

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

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


[Bug 683337] Re: Backport button element support to Lucid

2014-09-06 Thread Mathew Hodson
** Changed in: hardy-backports
   Status: New = Invalid

** Changed in: baltix
   Status: New = Fix Released

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

Title:
  Backport button element support to Lucid

To manage notifications about this bug go to:
https://bugs.launchpad.net/dapper-backports/+bug/683337/+subscriptions

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


[Bug 1365336] Re: Lightdm update=No desktop

2014-09-06 Thread dino99
utopic + lightdm 1.11.8 + nvidia-331 (newest): black screen (nvidia-331
has a nvidia-prime error, so the 'nouveau' fallback is used)

utopic + gdm boots well with 'nouveau' only

nvidia-331 report lp:1366284

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

Title:
  Lightdm update=No desktop

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

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


[Bug 1362282] Re: Error when trying to update: 'ProcessError: 0 - ErrorInProc...'

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

** Changed in: ubuntu-system-settings (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/1362282

Title:
  Error when trying to update: 'ProcessError: 0 - ErrorInProc...'

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

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


[Bug 1366285] [NEW] package outdated

2014-09-06 Thread Daniele Cruciani
Public bug reported:

0.4 is an old package. 1.0 is the new.
They are different, thus it could exist 2 versions of pyusb, but this does not 
fit with current documentation, and i suppose it is of no use

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: python-usb 0.4.3-1
ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
Uname: Linux 3.13.0-35-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.3
Architecture: amd64
CurrentDesktop: XFCE
Date: Sat Sep  6 11:01:32 2014
SourcePackage: pyusb
UpgradeStatus: Upgraded to trusty on 2014-04-25 (134 days ago)

** Affects: pyusb (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/1366285

Title:
  package outdated

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

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


[Bug 1362282] Re: Error when trying to update: 'ProcessError: 0 - ErrorInProc...'

2014-09-06 Thread Yuri
Happens on also on my Nexus 7 (2013) WiFi
Ubuntu 14.04 (r)
Last updated (when installing): 24/08/2014
Could be related on rights to write on the disk partition (after some googling).

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

Title:
  Error when trying to update: 'ProcessError: 0 - ErrorInProc...'

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

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


[Bug 1366284] [NEW] Unit nvidia-prime.service failed to load: No such file or directory

2014-09-06 Thread dino99
Public bug reported:

Utopic i386 with gtx 750 and q9550 (no builtin gpu here) using systemd-
boot

Follow up lp:1365336 nvidia-331 package

error about nvidia-prime at build time:

oem@u32:~$ sudo apt-get install --reinstall nvidia-331
[sudo] password for oem:
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 0 B/27,7 MB of archives.
After this operation, 0 B of additional disk space will be used.
(Reading database ... 216738 files and directories currently installed.)
Preparing to unpack .../nvidia-331_331.89-0ubuntu3_i386.deb ...
Removing all DKMS Modules
Done.
Unpacking nvidia-331 (331.89-0ubuntu3) over (331.89-0ubuntu3) ...
Processing triggers for man-db (2.6.7.1-1) ...
Processing triggers for ureadahead (0.100.0-16) ...
Setting up nvidia-prime (0.6.6) ...
Failed to issue method call: Unit nvidia-prime.service failed to load: No such 
file or directory.
invoke-rc.d: initscript nvidia-prime, action start failed.
dpkg: error processing package nvidia-prime (--configure):
 subprocess installed post-installation script returned error exit status 6
Setting up nvidia-331 (331.89-0ubuntu3) ...
update-initramfs: deferring update (trigger activated)
INFO:Enable nvidia-331
DEBUG:Parsing /usr/share/ubuntu-drivers-common/quirks/lenovo_thinkpad
DEBUG:Parsing /usr/share/ubuntu-drivers-common/quirks/put_your_quirks_here
DEBUG:Parsing /usr/share/ubuntu-drivers-common/quirks/dell_latitude
Loading new nvidia-331-331.89 DKMS files...
Building only for 3.16.0-13-generic
Building for architecture i686
Building initial module for 3.16.0-13-generic
Done.

nvidia_331:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/3.16.0-13-generic/updates/dkms/

depmod

DKMS: install completed.
Processing triggers for initramfs-tools (0.103ubuntu8) ...
update-initramfs: Generating /boot/initrd.img-3.16.0-13-generic
Errors were encountered while processing:
 nvidia-prime
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: nvidia-331 331.89-0ubuntu3
ProcVersionSignature: Ubuntu 3.16.0-13.19-generic 3.16.1
Uname: Linux 3.16.0-13-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.14.7-0ubuntu2
Architecture: i386
CurrentDesktop: GNOME
Date: Sat Sep  6 10:52:02 2014
SourcePackage: nvidia-graphics-drivers-331
UpgradeStatus: No upgrade log present (probably fresh install)

Note: uninstalling the faulty nvidia-prime package does not let booting
with nvidia (jockey fails to find nvidia driver) and then 'nouveau' is
used

** Affects: nvidia-graphics-drivers-331 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 systemd-boot utopic

** Description changed:

-  Follow up lp:1365336 nvidia-331 package
+ Utopic i386 with gtx 750 using systemd-boot
+ 
+ 
+ Follow up lp:1365336 nvidia-331 package
  
  error about nvidia-prime at build time:
  
  oem@u32:~$ sudo apt-get install --reinstall nvidia-331
- [sudo] password for oem: 
+ [sudo] password for oem:
  Reading package lists... Done
- Building dependency tree   
+ Building dependency tree
  Reading state information... Done
  0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
  1 not fully installed or removed.
  Need to get 0 B/27,7 MB of archives.
  After this operation, 0 B of additional disk space will be used.
  (Reading database ... 216738 files and directories currently installed.)
  Preparing to unpack .../nvidia-331_331.89-0ubuntu3_i386.deb ...
  Removing all DKMS Modules
  Done.
  Unpacking nvidia-331 (331.89-0ubuntu3) over (331.89-0ubuntu3) ...
  Processing triggers for man-db (2.6.7.1-1) ...
  Processing triggers for ureadahead (0.100.0-16) ...
  Setting up nvidia-prime (0.6.6) ...
  Failed to issue method call: Unit nvidia-prime.service failed to load: No 
such file or directory.
  invoke-rc.d: initscript nvidia-prime, action start failed.
  dpkg: error processing package nvidia-prime (--configure):
-  subprocess installed post-installation script returned error exit status 6
+  subprocess installed post-installation script returned error exit status 6
  Setting up nvidia-331 (331.89-0ubuntu3) ...
  update-initramfs: deferring update (trigger activated)
  INFO:Enable nvidia-331
  DEBUG:Parsing /usr/share/ubuntu-drivers-common/quirks/lenovo_thinkpad
  DEBUG:Parsing /usr/share/ubuntu-drivers-common/quirks/put_your_quirks_here
  DEBUG:Parsing /usr/share/ubuntu-drivers-common/quirks/dell_latitude
  Loading new nvidia-331-331.89 DKMS files...
  Building only for 3.16.0-13-generic
  Building for architecture i686
  Building initial module for 3.16.0-13-generic
  Done.
  
  nvidia_331:
  Running module version sanity check.
-  - Original module
-- No original module exists within this kernel
-  - 

[Bug 1362282] Re: Error when trying to update: 'ProcessError: 0 - ErrorInProc...'

2014-09-06 Thread Yuri
Happens on also on my Nexus 7 (2013) WiFi
Ubuntu 14.04 (r1)
Last updated (when installing): 24/08/2014
Could be related on rights to write on the disk partition (after some googling).

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

Title:
  Error when trying to update: 'ProcessError: 0 - ErrorInProc...'

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

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


[Bug 1348825] Re: Transfer indicator needs internationalization

2014-09-06 Thread Sebastien Bacher
Victor, some projects do their translation in trunk, some use the ubuntu
translations

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

Title:
  Transfer indicator needs internationalization

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

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


[Bug 1366208] Re: Sound - Keyboard sound checkbox doesn't work

2014-09-06 Thread Sebastien Bacher
the dialer-app support is not ready, that bug #1365369, those warnings
seem weird though

** Changed in: ubuntu-system-settings (Ubuntu)
   Importance: Undecided = Low

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

Title:
  Sound - Keyboard sound checkbox doesn't work

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

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


[Bug 1362282] Re: Error when trying to update: 'ProcessError: 0 - ErrorInProc...'

2014-09-06 Thread Kajetan
After a sudo apt-get upgrade my device stopped booting and I had to re-
flash Utopic. However, I was able to create a backup of my home
directory (and the log files in it). Right after the flash I was
notified about the same updates that couldn't be installed before.
However, they could be installed without an error this time.

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

Title:
  Error when trying to update: 'ProcessError: 0 - ErrorInProc...'

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

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


[Bug 1366208] Re: Sound - Keyboard sound checkbox doesn't work

2014-09-06 Thread Sebastien Bacher
Ken, could you look at the warnings?

** Changed in: ubuntu-system-settings (Ubuntu)
 Assignee: (unassigned) = Ken VanDine (ken-vandine)

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

Title:
  Sound - Keyboard sound checkbox doesn't work

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

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


[Bug 1366282] Re: Unable to shutdown

2014-09-06 Thread Gaurav Sahu
** Package changed: ubuntu = unity

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

Title:
  Unable to shutdown

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

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


[Bug 1365979] Re: When i select Azerbaijani language package then indicator is not visible.

2014-09-06 Thread Nicat Məmmədov
** Changed in: indicator-session (Ubuntu)
 Assignee: (unassigned) = Ubuntu Azerbaijani Translators (ubuntu-l10n-az)

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

Title:
  When i select Azerbaijani language package then indicator is not
  visible.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-session/+bug/1365979/+subscriptions

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


[Bug 1310489] Re: xorg.conf overwritten by booting system

2014-09-06 Thread Alberto Milone
Abhijit: the log looks fine. It says that fglrx is enabled and in use.
Please attach the following files:

1) /var/log/Xorg.0.log
2) the output of the dmesg command
3) your current xorg.conf
4) the xorg.conf that the gpu-manager keeps overwriting (you can try generating 
a new one using the ati-config tool)

This way I can see if you're being hit by the problem discussed here or
if it's a separate issue that needs a different fix.

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

Title:
  xorg.conf overwritten by booting system

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

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


[Bug 1365875] Re: mail notification displayed even when phone locked

2014-09-06 Thread Sebastien Bacher
** Also affects: unity8
   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/1365875

Title:
  mail notification displayed even when phone locked

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

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


[Bug 1350952] Re: [Indicators] replace the text Empty! with something more useful

2014-09-06 Thread Sebastien Bacher
** Also affects: indicator-transfer
   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/1350952

Title:
  [Indicators] replace the text Empty! with something more useful

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

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


[Bug 1366288] [NEW] Clicking on system image update notification doesn't open settings

2014-09-06 Thread Sebastien Bacher
Public bug reported:

Using the rtm-17 image on krillin, when system updates are available the
indicator-messages includes an entry stating that you can click to open
the ui, but clicking doesn't to anything

** Affects: unity8
 Importance: Undecided
 Status: New

** Package changed: unity8 (Ubuntu) = unity8

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

Title:
  Clicking on system image update notification doesn't open settings

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

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


[Bug 1366290] [NEW] crash on install

2014-09-06 Thread tiersy
Public bug reported:

Pendant l'installation de Lubuntu 12.04, l'installateur s'est arrêté
sans raison apparente.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: ubiquity 2.10.29
ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
Uname: Linux 3.2.0-23-generic i686
ApportVersion: 2.0.1-0ubuntu5
Architecture: i386
CasperVersion: 1.315
Date: Sat Sep  6 11:26:49 2014
InstallCmdLine: initrd=/ubninit file=/cdrom/preseed/lubuntu.seed boot=casper 
quiet splash -- BOOT_IMAGE=/ubnkern
LiveMediaBuild: Lubuntu 12.04 Precise Pangolin - Release i386 (20120423)
ProcEnviron:
 LANGUAGE=fr_FR.UTF-8
 TERM=unknown
 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 precise ubiquity-2.10.16

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

Title:
  crash on install

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

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

[Bug 978742] Re: notification-daemon crashed with signal 5 in g_return_if_fail_warning()

2014-09-06 Thread AZ
Debian (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=636323) has a
patch available.

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

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

** Tags added: patch patch-accepted-debian

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

Title:
  notification-daemon crashed with signal 5 in
  g_return_if_fail_warning()

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

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


[Bug 1318551] Re: Kernel Panic - not syncing: An NMI occurred, please see the Integrated Management Log for details.

2014-09-06 Thread Michael Maier
Another update on this to track down the problem further:

I've tested several kernels from http://kernel.ubuntu.com/~kernel-
ppa/mainline

What I did was installing every final kernel so I noticed the last one
working without this problem seems to be http://kernel.ubuntu.com
/~kernel-ppa/mainline/v3.7.10-raring/

http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.8.13.28-raring/ did
fail for me as well.

So the problem seems to be introduced between the both versions.

I will try now some other 3.8.x to see if it appeared there from
beginning.

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

Title:
  Kernel Panic - not syncing: An NMI occurred, please see the Integrated
  Management Log for details.

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

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


Re: [Bug 1310489] Re: xorg.conf overwritten by booting system

2014-09-06 Thread Philipp Commans
Hallo Alberto,

here are my results:

1) After the reboot there was no log-file. It was not created.

2) After starting the upstart job (output:gpu-manager stop/waiting) , 
an new log-file was created. See attachment.
Is gpu-manager working correctly, according to the log-file?

Will the gpu-manager now be working after a restart? How can I verify?
Can I check its status via sudo service gpu-manager status ?
The output of the above command after a reboot was also:gpu-manager 
stop/waiting.

After further reboots the log-file was not rewritten according to the 
last change time in ls -la.

Additional information: I am using Linux Mint 17 with cinnamon.

THX!

Best regards

Philipp


** Attachment added: gpu-manager.log
   
https://bugs.launchpad.net/bugs/1310489/+attachment/4196949/+files/gpu-manager.log

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

Title:
  xorg.conf overwritten by booting system

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

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


[Bug 1310552] Re: could not extract the package.xml file from /build/buildd/php5-5.5.9+dfsg/pear-build-download/packagename.tgz

2014-09-06 Thread Chingachkuk
*** This bug is a duplicate of bug 1315888 ***
https://bugs.launchpad.net/bugs/1315888

Here is the code that helped me getting it working.  I injected it to 
/usr/share/php/Archive/Tar.php.
code
/**
 * Missing zlib functions.
 */
function gzopen($filename, $mode, $use_include_path = 0) {
  return  gzopen64($filename, $mode, $use_include_path);
};
function gzseek($zp, $offset, $whence = SEEK_SET) {
  return gzseek64($zp, $offset, $whence);
}
function gztell($zp) {
  return gztell64($zp);
}
/code


** Attachment added: Patched Tar.php
   
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1310552/+attachment/4196950/+files/Tar.php

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

Title:
  could not extract the package.xml file from
  /build/buildd/php5-5.5.9+dfsg/pear-build-download/packagename.tgz

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

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


[Bug 637629]

2014-09-06 Thread Christoph-maxiom
*** Bug 338716 has been marked as a duplicate of this bug. ***

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

Title:
  drkonqi crashed with signal 7 in pthread_mutex_timedlock()

To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-baseapps/+bug/637629/+subscriptions

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


[Bug 637629]

2014-09-06 Thread Mgraesslin
*** Bug 338714 has been marked as a duplicate of this bug. ***

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

Title:
  drkonqi crashed with signal 7 in pthread_mutex_timedlock()

To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-baseapps/+bug/637629/+subscriptions

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


[Bug 637629]

2014-09-06 Thread Christoph-maxiom
*** Bug 338715 has been marked as a duplicate of this bug. ***

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

Title:
  drkonqi crashed with signal 7 in pthread_mutex_timedlock()

To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-baseapps/+bug/637629/+subscriptions

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


[Bug 637629]

2014-09-06 Thread Christoph-maxiom
*** Bug 338718 has been marked as a duplicate of this bug. ***

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

Title:
  drkonqi crashed with signal 7 in pthread_mutex_timedlock()

To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-baseapps/+bug/637629/+subscriptions

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


[Bug 637629]

2014-09-06 Thread Christoph-maxiom
*** Bug 338713 has been marked as a duplicate of this bug. ***

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

Title:
  drkonqi crashed with signal 7 in pthread_mutex_timedlock()

To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-baseapps/+bug/637629/+subscriptions

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


[Bug 637629]

2014-09-06 Thread Thomas-luebking
*** Bug 338717 has been marked as a duplicate of this bug. ***

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

Title:
  drkonqi crashed with signal 7 in pthread_mutex_timedlock()

To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-baseapps/+bug/637629/+subscriptions

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


[Bug 1366300] [NEW] TortoiseHg 3.0.x is not compatible with Mercurial 3.1

2014-09-06 Thread Cybjit
Public bug reported:

TortoiseHg 3.0.x is not compatible with Mercurial 3.1, see
https://bitbucket.org/tortoisehg/thg/issue/3863/typeerror-status-got-an-unexpected-keyword

Error when using:
#!python
** Mercurial version (3.1).  TortoiseHg version (3.0)
** Command: 
** CWD: /tmp/hgtest
** Encoding: UTF-8
** Extensions loaded: 
** Python version: 2.7.8 (default, Aug 29 2014, 07:52:35) [GCC 4.9.1]
** System: Linux foo 3.16.0-13-generic #19-Ubuntu SMP Thu Sep 4 22:52:16 
UTC 2014 x86_64
** Qt-4.8.6 PyQt-4.11.1 QScintilla-2.8.3
Traceback (most recent call last):
  File /usr/lib/python2.7/dist-packages/tortoisehg/hgqt/status.py, line 
609, in run
wctx.status(**stopts)
TypeError: status() got an unexpected keyword argument 'unknown'

** Affects: tortoisehg (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/1366300

Title:
  TortoiseHg 3.0.x is not compatible with Mercurial 3.1

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

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


[Bug 1320132] Re: Evince crashes with segmentation fault

2014-09-06 Thread madbiologist
This fix is in poppler 0.26.4.  Any chance of getting this into Utopic?

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

Title:
  Evince crashes with segmentation fault

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

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


[Bug 1366079] Re: Autopilot test should be run on live session

2014-09-06 Thread Elfy
lp:1366206 case in point

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

Title:
  Autopilot test should be run on live  session

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

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


[Bug 1364199] Re: Unable to change the refresh rate of the monitor

2014-09-06 Thread Renan Araujo Rischiotto
** Description changed:

  The xrandr does not work with the proprietary NVIDIA drivers, and in
  Unity and NVIDIA X Server Settings there is no option to change the
  refresh rate of the monitor.
  
  Ubuntu 14.04.1
  Xorg 1.15.1
  Driver 331.38
  
  sudo lspci -c display output:
  
  renan@ubuntu:~$ sudo lshw -C display
  [sudo] password for renan:
    *-display
     description: VGA compatible controller
     product: GT218 [GeForce 8400 GS Rev. 3]
     vendor: NVIDIA Corporation
     physical id: 0
     bus info: pci@:04:00.0
     version: a2
     width: 64 bits
     clock: 33MHz
     capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
     configuration: driver=nvidia latency=0
     resources: irq:45 memory:fd00-fdff memory:e000-efff 
memory:de00-dfff ioport:ec00(size=128) memory:fe00-fe07
  renan@ubuntu:~$
  
  Question:
  
  https://answers.launchpad.net/ubuntu/+source/xorg/+question/254081
  
- Theads on Ubuntu forums (without solution):
+ Theads on Ubuntu forums:
  
  http://ubuntuforums.org/showthread.php?t=2241692
  http://ubuntuforums.org/showthread.php?t=2242124

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

Title:
  Unable to change the refresh rate of the monitor

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

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

[Bug 1366304] [NEW] Missing support for ARM architecture (kernels and images)

2014-09-06 Thread Hadmut Danisch
Public bug reported:

Hi,

there's currently an evolving and growing landscape of little, low-
power, ARM-based computers. There's the Raspberry Pi, which can't run
Ubuntu because of it's non-supported CPU revision, but there's other
computers able and mostly used to run Ubuntu, namely the odroids, the
cubieboard, the banana pi.

Unfortunately, running Ubuntu on them is a mess.

Although Ubuntu provides an almost complete and suitable package
repository, there's two major problems:

- lack of kernels
- lack of boot/install images and boot code


It's rather disappointing if you have to wait for someone around the 
manufacturer updating a kernel every now and then. 


I'd therefore propose to offer some support and to make this part of Ubuntu. 


Kernels: 

- Let those people who create the home-brewn and nobody-knows-how
kernels provide a simple description about how to compile the kernel
suitable for their platform, and have the kernels built automatically.


- Same with boot images: usually these images are copied with dd  onto an sd 
card and then do autoexpand to the size of the card after first boot. However, 
these images do slightly differ in boot code and boot details, and, of course, 
in the kernel used. 

It would not be hard to have these images created automatically, since
most of it is done by debootstrap and does not really differ from how
Ubuntu's boot cd images are made. It's more or less just the details of
booting and the choice of kernel, that make a difference.


Would be really nice to offer something like a HowTo for hardware providers on 
how to create packages fitting into the ubuntu environment, and how to inject 
these packages into the ubuntu tree (or to offer a ppa for every platform). 


Ubuntu is pretty good, but running it on ARM hardware is sort of
headache if you want to do it well. It's, btw., a security problem if
you have to use kernels and images taken somewhere from the wilderness
of the internet and getting kernel updates only occassianonally and not
automatically.

I'm pretty sure these little computers will become more and more
important in futures, and there's already millions out there.

regards
Hadmut

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

Title:
  Missing support for ARM architecture (kernels and images)

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

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


[Bug 1318551] Re: Kernel Panic - not syncing: An NMI occurred, please see the Integrated Management Log for details.

2014-09-06 Thread Michael Maier
Tested now http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.8-raring/

It's also crashing. So seems that this bug / feature :-) has been
introduced in 3.8.0

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

Title:
  Kernel Panic - not syncing: An NMI occurred, please see the Integrated
  Management Log for details.

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

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


[Bug 1364505] Re: System Tab power saving tab unreadable

2014-09-06 Thread Elfy
** Summary changed:

- System Label unreadable
+ System Tab power saving tab unreadable

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

Title:
  System Tab power saving tab unreadable

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1364505/+subscriptions

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


[Bug 1310489] Re: xorg.conf overwritten by booting system

2014-09-06 Thread Alberto Milone
@Philipp: even if the gpu-manager started on boot, it wouldn't solve
your problem. Here's why (as your log shows):

Proprietary driver installer detected

I assume you installed fglrx from the AMD installer without generating
the deb packages. By doing so, you probably broke your system.

Also, I don't know if they blacklist the gpu-manager in Linux Mint 17 (I
don't use Mint).

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

Title:
  xorg.conf overwritten by booting system

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

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


[Bug 1366248] Re: Re-emergence of Bug 1315055 (Intel 7260.HMWG Wireless Dropped Connection)

2014-09-06 Thread Christopher M. Penalver
Justin Evans, thank you for reporting this and helping make Ubuntu better. As 
per 
https://downloadcenter.intel.com/SearchResult.aspx?lang=ProductID=3744ProdId=3744
 an update to your BIOS is available (0028). If you update to this following 
https://help.ubuntu.com/community/BiosUpdate does it change anything?  If it 
doesn't, could you please both specify what happened, and provide the output of 
the following terminal command:
sudo dmidecode -s bios-version  sudo dmidecode -s bios-release-date

Please note your current BIOS is already in the Bug Description, so
posting this on the old BIOS would not be helpful. As well, you don't
have to create a new bug report.

For more on BIOS updates and linux, please see
https://help.ubuntu.com/community/ReportingBugs#Bug_reporting_etiquette
.

Once the BIOS is updated, then please mark this report Status Confirmed.

Thank you for your understanding.

** Tags added: bios-outdated-0028

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

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

** Summary changed:

- Re-emergence of Bug 1315055 (Intel 7260.HMWG Wireless Dropped Connection)
+ [Intel D54250WYK] Wireless Dropped Connection Intel 7260.HMWG

** Description changed:

  The wireless connection is dropping once again.  Everything seemed fine
  after the last dist-upgrade on or around 8/29.  An apt-get
- update/upgrade between 8/29 and 9/3 seems to have re-introduced Bug #
- 1315055.  This is my recollection, anyway.
+ update/upgrade between 8/29 and 9/3 seems to have introduced this bug.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: linux-image-3.13.0-35-generic 3.13.0-35.62
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  Uname: Linux 3.13.0-35-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC1:  justin 1549 F pulseaudio
-  /dev/snd/controlC0:  justin 1549 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  justin 1549 F pulseaudio
+  /dev/snd/controlC0:  justin 1549 F pulseaudio
  CurrentDesktop: Unity
  Date: Fri Sep  5 19:51:33 2014
  HibernationDevice: RESUME=UUID=8048d919-eb4b-45eb-a626-ebd626d468f1
  InstallationDate: Installed on 2014-04-25 (133 days ago)
  InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-35-generic.efi.signed 
root=UUID=ba994e83-d5aa-4912-825f-c6d10a7d86ae ro quiet splash vt.handoff=7
  RelatedPackageVersions:
-  linux-restricted-modules-3.13.0-35-generic N/A
-  linux-backports-modules-3.13.0-35-generic  N/A
-  linux-firmware 1.127.5
+  linux-restricted-modules-3.13.0-35-generic N/A
+  linux-backports-modules-3.13.0-35-generic  N/A
+  linux-firmware 1.127.5
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/03/2014
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: WYLPT10H.86A.0025.2014.0303.1008
  dmi.board.name: D54250WYK
  dmi.board.vendor: Intel Corporation
  dmi.board.version: H13922-303
  dmi.chassis.type: 3
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrWYLPT10H.86A.0025.2014.0303.1008:bd03/03/2014:svn:pn:pvr:rvnIntelCorporation:rnD54250WYK:rvrH13922-303:cvn:ct3:cvr:

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

Title:
  [Intel D54250WYK] Wireless Dropped Connection Intel 7260.HMWG

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

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

[Bug 1359486] Re: [PPA] Use LibreOffice Dialogs setting is ignored in KDE

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

** Changed in: qt4-x11 (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/1359486

Title:
  [PPA] Use LibreOffice Dialogs setting is ignored in KDE

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1359486/+subscriptions

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


  1   2   3   4   5   >