[Bug 1406925] [NEW] lxc-start fails due to insufficient permission for creating netdev

2015-01-01 Thread Karl-Philipp Richter
Public bug reported:

After installing an lxc with `sudo lxc-create -n Ubuntu-12.04.5-i386 -t
/usr/share/lxc/templates/lxc-ubuntu -- --release precise --mirror
http://richtercloud.de:3142/de.archive.ubuntu.com/ubuntu --arch i386`,
starting the container with `sudo lxc-start -n Ubuntu-12.04.5-i386
--foreground` fails due to the following error:

lxc-start: conf.c: instanciate_veth: 2817 failed to attach 'vethY1J1I1' to 
the bridge 'lxcbr0' : Operation not permitted
lxc-start: conf.c: lxc_create_network: 3100 failed to create netdev
lxc-start: start.c: lxc_spawn: 829 failed to create the network
lxc-start: start.c: __lxc_start: 1087 failed to spawn 'Ubuntu-12.04.5-i386'
lxc-start: lxc_start.c: main: 337 The container failed to start.
lxc-start: lxc_start.c: main: 341 Additional information can be obtained by 
setting the --logfile and --logpriority options.

It should be possible to start the container right away after
installation of the apt package and handle eventually necessary setup
tasks (of permissions, etc.) in `debconf`.

Currently it's necessary to comment out all `lxc.network.*` entries in
the container configuration file.

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: lxc 1.1.0~alpha2-0ubuntu3
ProcVersionSignature: Error: [Errno 2] Datei oder Verzeichnis nicht gefunden: 
'/proc/version_signature'
Uname: Linux 3.17.7-031707-generic x86_64
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
CurrentDesktop: Unity
Date: Thu Jan  1 14:31:03 2015
EcryptfsInUse: Yes
InstallationDate: Installed on 2014-12-28 (4 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
SourcePackage: lxc
UpgradeStatus: Upgraded to utopic on 2014-12-28 (4 days ago)
defaults.conf:
 lxc.network.type = veth
 lxc.network.link = lxcbr0
 lxc.network.flags = up
 lxc.network.hwaddr = 00:16:3e:xx:xx:xx
upstart.lxc-net.override: manual

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


** Tags: amd64 apport-bug utopic

** Description changed:

  After installing an lxc with `sudo lxc-create -n Ubuntu-12.04.5-i386 -t
  /usr/share/lxc/templates/lxc-ubuntu -- --release precise --mirror
  http://richtercloud.de:3142/de.archive.ubuntu.com/ubuntu --arch i386`,
  starting the container with `sudo lxc-start -n Ubuntu-12.04.5-i386
  --foreground` fails due to the following error:
  
- lxc-start: conf.c: instanciate_veth: 2817 failed to attach 'vethY1J1I1' 
to the bridge 'lxcbr0' : Operation not permitted
- lxc-start: conf.c: lxc_create_network: 3100 failed to create netdev
- lxc-start: start.c: lxc_spawn: 829 failed to create the network
- lxc-start: start.c: __lxc_start: 1087 failed to spawn 
'Ubuntu-12.04.5-i386'
- lxc-start: lxc_start.c: main: 337 The container failed to start.
- lxc-start: lxc_start.c: main: 341 Additional information can be obtained 
by setting the --logfile and --logpriority options.
+ lxc-start: conf.c: instanciate_veth: 2817 failed to attach 'vethY1J1I1' 
to the bridge 'lxcbr0' : Operation not permitted
+ lxc-start: conf.c: lxc_create_network: 3100 failed to create netdev
+ lxc-start: start.c: lxc_spawn: 829 failed to create the network
+ lxc-start: start.c: __lxc_start: 1087 failed to spawn 
'Ubuntu-12.04.5-i386'
+ lxc-start: lxc_start.c: main: 337 The container failed to start.
+ lxc-start: lxc_start.c: main: 341 Additional information can be obtained 
by setting the --logfile and --logpriority options.
  
  It should be possible to start the container right away after
  installation of the apt package and handle eventually necessary setup
  tasks (of permissions, etc.) in `debconf`.
+ 
+ Currently it's necessary to comment out all `lxc.network.*` entries in
+ the container configuration file.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: lxc 1.1.0~alpha2-0ubuntu3
  ProcVersionSignature: Error: [Errno 2] Datei oder Verzeichnis nicht gefunden: 
'/proc/version_signature'
  Uname: Linux 3.17.7-031707-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Jan  1 14:31:03 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-12-28 (4 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  SourcePackage: lxc
  UpgradeStatus: Upgraded to utopic on 2014-12-28 (4 days ago)
  defaults.conf:
-  lxc.network.type = veth
-  lxc.network.link = lxcbr0
-  lxc.network.flags = up
-  lxc.network.hwaddr = 00:16:3e:xx:xx:xx
+  lxc.network.type = veth
+  lxc.network.link = lxcbr0
+  lxc.network.flags = up
+  lxc.network.hwaddr = 00:16:3e:xx:xx:xx
  upstart.lxc-net.override: manual

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

Title:
  lxc-start fails due to insufficient permission for creating netdev

To manage notifications about this bug go to:

[Bug 1341607] Re: HTTP authentication does not work

2015-01-01 Thread jose gomez
** Description changed:

  After trying multiple suggestions over several days, basic HTTP auth for
  Apache subdirs still does not work, usually resulting in No require
  lines available in the error log regardless of what I do. Vhost config
  appears correct.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: apache2 2.4.7-1ubuntu4
  Uname: Linux 3.10.23--std-ipv6-64 x86_64
  Apache2ConfdDirListing: False
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  Date: Mon Jul 14 10:34:47 2014
  InstallationDate: Installed on 2014-04-16 (89 days ago)
  InstallationMedia:
-  
+ 
  ProcEnviron:
-  TERM=xterm
-  SHELL=/bin/bash
-  PATH=(custom, no user)
-  LANG=en_GB.UTF-8
-  XDG_RUNTIME_DIR=set
+  TERM=xterm
+  SHELL=/bin/bash
+  PATH=(custom, no user)
+  LANG=en_GB.UTF-8
+  XDG_RUNTIME_DIR=set
  SourcePackage: apache2
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.apache2.apache2.conf: [modified]
  modified.conffile..etc.apache2.conf.available.security.conf: [modified]
  modified.conffile..etc.apache2.sites.available.000.default.conf: [modified]
  modified.conffile..etc.apache2.sites.available.default.ssl.conf: [modified]
  mtime.conffile..etc.apache2.apache2.conf: 2014-07-14T10:25:05.510444
  mtime.conffile..etc.apache2.conf.available.security.conf: 
2014-07-07T17:05:25.329780
  mtime.conffile..etc.apache2.sites.available.000.default.conf: 
2014-07-11T13:31:30.026502
  mtime.conffile..etc.apache2.sites.available.default.ssl.conf: 
2014-07-07T17:06:21.225780

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

Title:
  HTTP authentication does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1341607/+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 1406939] [NEW] Upgraded to 7.3

2015-01-01 Thread Tobias Karlsson
Public bug reported:

Hi

When will the package for Awstats be upgraded to version 7.3?

the new release have some good new things:

New features:
- Add command line option -version
- Better error management of geoip modules.
- Update domains, robots and search engines database:
- #877 Windows 8 + iOS Support in AWStats
- Detection of 8.1 and IE11.

Fixes:
- When using builddate option of script awstats_buildstaticpages,
  static link is wrong.
- Restore detection of Opera browsers versions.
- #838 GeoIP Cities page doesnt work.
- Add missing icons.
- #881 Avoid warning mixed http/https with module graphgooglechartapi.
- #918 $MinHit{'Host'} rather than $MinHit{'Login'} used in sub HTMLShowLogins.
 
Other:
- Move version system to sourceforge Git instead of CVS.

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


** Tags: awstats

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

Title:
  Upgraded to 7.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/awstats/+bug/1406939/+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 1365444] Re: dlm has broken init script + missing a dependency

2015-01-01 Thread Travis Bean
#!/bin/bash
# Compile and install Distributed Lock Manager.
apt-get -y install daemon
cd /usr/src
apt-get source dlm
apt-get build-dep dlm
cd dlm-*
# Patch for broken init reference.
sed -i s|/etc/rc.d/init.d/functions|/lib/lsb/init-functions| init/dlm.init
debuild -b
cd ..
dpkg -i libdlm*.deb # Prerequisite Depends for DLM.
dpkg -i dlm_*.deb
rm -rf {libdlm*,dlm*}


** Patch removed: dlm.diff
   
https://bugs.launchpad.net/ubuntu/+source/gfs2-utils/+bug/1365444/+attachment/4290862/+files/dlm.diff

** Patch added: dlm.diff
   
https://bugs.launchpad.net/ubuntu/+source/gfs2-utils/+bug/1365444/+attachment/4290863/+files/dlm.diff

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

Title:
  dlm has broken init script + missing a dependency

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gfs2-utils/+bug/1365444/+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 1365444] Re: dlm has broken init script + missing a dependency

2015-01-01 Thread Travis Bean
#!/bin/bash
# Compile and install Distributed Lock Manager.
apt-get -y install daemon
cd /usr/src
apt-get source dlm
apt-get build-dep dlm
cd dlm-*
# Patch for broken init reference.
sed -i s|/etc/rc.d/init.d/functions|/lib/lsb/init-functions| init/dlm.init
debuild -b
cd ..
dpkg -i libdlm*.deb # Prerequisite Depends for DLM.
dpkg -i dlm_*.deb
rm -rf {libdlm*,dlm*}

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

Title:
  dlm has broken init script + missing a dependency

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gfs2-utils/+bug/1365444/+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 1365444] Re: dlm has broken init script + missing a dependency

2015-01-01 Thread Ubuntu Foundations Team Bug Bot
The attachment dlm.diff seems to be a patch.  If it isn't, please
remove the patch flag from the attachment, remove the patch tag, and
if you are a member of the ~ubuntu-reviewers, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

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

Title:
  dlm has broken init script + missing a dependency

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gfs2-utils/+bug/1365444/+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 1406729] Re: dig does not have a default trusted key

2015-01-01 Thread Andreas Olsson
I can confirm this for Vivid's 9.9.5.dfsg-6ubuntu1 package.

Not convinced either way in regards to whatever Ubuntu should distribute a 
/etc/trusted-key.key file. 
(Not my call either.)

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

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

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

Title:
  dig does not have a default trusted key

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1406729/+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 1278529] Re: Using S3, BackendException: No connection to backend

2015-01-01 Thread Kenneth Loafman
** Changed in: duplicity
   Importance: Undecided = Medium

** Changed in: duplicity
   Status: Confirmed = Fix Committed

** Changed in: duplicity
Milestone: None = 0.7.01

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

Title:
  Using S3, BackendException: No connection to backend

To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1278529/+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 1365444] Re: dlm has broken init script + missing a dependency

2015-01-01 Thread Travis Bean
** Patch added: dlm.diff
   
https://bugs.launchpad.net/ubuntu/+source/gfs2-utils/+bug/1365444/+attachment/4290862/+files/dlm.diff

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

Title:
  dlm has broken init script + missing a dependency

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gfs2-utils/+bug/1365444/+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 1406992] [NEW] fgsdfsd

2015-01-01 Thread etwretert
Public bug reported:

gsdgdfgdf

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

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

Title:
  fgsdfsd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1406992/+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 1406945] [NEW] Difference between lxc autostart from init script and manual lxc-start call

2015-01-01 Thread Daniel
Public bug reported:

According to
https://answers.launchpad.net/ubuntu/+source/lxc/+question/255408, there
seem to be a difference between `lxc start` and the autostart feature
lxc.start.auto.

On my Ubuntu 14.10, I have problem starting up containers manually, but
autostarting the same containers works without problems. I cannot see a
difference, the file /etc/init/lxc-instance.conf is very simple and
doesn't set any important additional environment variables.

The log output is as follows

# lxc-start -n vm-mycontainer -F 
lxc-start: conf.c: remount_all_slave: 3884 Permission denied - Failed to 
make / rslave
lxc-start: conf.c: remount_all_slave: 3885 Continuing...
lxc-start: conf.c: remount_all_slave: 3884 Permission denied - Failed to 
make /dev rslave
lxc-start: conf.c: remount_all_slave: 3885 Continuing...
lxc-start: conf.c: remount_all_slave: 3884 Permission denied - Failed to 
make /dev/pts rslave
lxc-start: conf.c: remount_all_slave: 3885 Continuing...
lxc-start: conf.c: remount_all_slave: 3884 Permission denied - Failed to 
make /dev/shm rslave
lxc-start: conf.c: remount_all_slave: 3885 Continuing...
lxc-start: conf.c: remount_all_slave: 3884 Permission denied - Failed to 
make /dev/mqueue rslave
lxc-start: conf.c: remount_all_slave: 3885 Continuing...
lxc-start: conf.c: remount_all_slave: 3884 Permission denied - Failed to 
make /dev/hugepages rslave
lxc-start: conf.c: remount_all_slave: 3885 Continuing...
lxc-start: conf.c: remount_all_slave: 3884 Permission denied - Failed to 
make /run rslave
lxc-start: conf.c: remount_all_slave: 3885 Continuing...
lxc-start: conf.c: remount_all_slave: 3884 Permission denied - Failed to 
make /run/lock rslave
lxc-start: conf.c: remount_all_slave: 3885 Continuing...
lxc-start: conf.c: remount_all_slave: 3884 Permission denied - Failed to 
make /run/user rslave
lxc-start: conf.c: remount_all_slave: 3885 Continuing...
lxc-start: conf.c: remount_all_slave: 3884 Permission denied - Failed to 
make /run/user/23001/gvfs rslave
lxc-start: conf.c: remount_all_slave: 3885 Continuing...
lxc-start: conf.c: remount_all_slave: 3884 Permission denied - Failed to 
make /sys rslave
lxc-start: conf.c: remount_all_slave: 3885 Continuing...
lxc-start: conf.c: remount_all_slave: 3884 Permission denied - Failed to 
make /sys/kernel/security rslave
lxc-start: conf.c: remount_all_slave: 3885 Continuing...
lxc-start: conf.c: remount_all_slave: 3884 Permission denied - Failed to 
make /sys/fs/cgroup rslave
lxc-start: conf.c: remount_all_slave: 3885 Continuing...
lxc-start: conf.c: remount_all_slave: 3884 Permission denied - Failed to 
make /sys/fs/cgroup/systemd rslave
lxc-start: conf.c: remount_all_slave: 3885 Continuing...
lxc-start: conf.c: remount_all_slave: 3884 Permission denied - Failed to 
make /sys/fs/cgroup/cpuset rslave
lxc-start: conf.c: remount_all_slave: 3885 Continuing...
lxc-start: conf.c: remount_all_slave: 3884 Permission denied - Failed to 
make /sys/fs/cgroup/cpu,cpuacct rslave
lxc-start: conf.c: remount_all_slave: 3885 Continuing...
lxc-start: conf.c: remount_all_slave: 3884 Permission denied - Failed to 
make /sys/fs/cgroup/memory rslave
lxc-start: conf.c: remount_all_slave: 3885 Continuing...
lxc-start: conf.c: remount_all_slave: 3884 Permission denied - Failed to 
make /sys/fs/cgroup/devices rslave
lxc-start: conf.c: remount_all_slave: 3885 Continuing...
lxc-start: conf.c: remount_all_slave: 3884 Permission denied - Failed to 
make /sys/fs/cgroup/freezer rslave
lxc-start: conf.c: remount_all_slave: 3885 Continuing...
lxc-start: conf.c: remount_all_slave: 3884 Permission denied - Failed to 
make /sys/fs/cgroup/net_cls,net_prio rslave
lxc-start: conf.c: remount_all_slave: 3885 Continuing...
lxc-start: conf.c: remount_all_slave: 3884 Permission denied - Failed to 
make /sys/fs/cgroup/blkio rslave
lxc-start: conf.c: remount_all_slave: 3885 Continuing...
lxc-start: conf.c: remount_all_slave: 3884 Permission denied - Failed to 
make /sys/fs/cgroup/perf_event rslave
lxc-start: conf.c: remount_all_slave: 3885 Continuing...
lxc-start: conf.c: remount_all_slave: 3884 Permission denied - Failed to 
make /sys/fs/cgroup/hugetlb rslave
lxc-start: conf.c: remount_all_slave: 3885 Continuing...
lxc-start: conf.c: remount_all_slave: 3884 Permission denied - Failed to 
make /sys/fs/pstore rslave
lxc-start: conf.c: remount_all_slave: 3885 Continuing...
lxc-start: conf.c: remount_all_slave: 3884 Permission denied - Failed to 
make /sys/kernel/debug rslave
lxc-start: conf.c: remount_all_slave: 3885 Continuing...
lxc-start: conf.c: remount_all_slave: 3884 Permission denied - Failed to 
make /sys/fs/fuse/connections rslave
lxc-start: conf.c: remount_all_slave: 3885 Continuing...
lxc-start: conf.c: remount_all_slave: 3884 Permission denied - Failed to 
make /proc rslave
  

[Bug 957957] Re: kvm: 7767: cpu0 unhandled rdmsr: 0xc0010001

2015-01-01 Thread unicorp99
bug in qemu-kvm

kvm: 5116: cpu0 unhandled rdmsr: 0xc0010001


cat /var/log/syslog | grep -i msr
Jan  2 04:06:10 br04 kernel: [   41.718164] kvm: 4966: cpu0 unhandled rdmsr: 
0xc0010001
Jan  2 04:13:09 br04 kernel: [   39.274060] kvm [5057]: vcpu0 unhandled rdmsr: 
0xc0010001
Jan  2 04:18:31 br04 kernel: [   41.354130] kvm [5313]: vcpu0 unhandled rdmsr: 
0xc0010001
Jan  2 04:50:28 br04 kernel: [   42.597555] kvm [5334]: vcpu0 unimplemented 
perfctr wrmsr: 0xc0010004 data 0xabcd
Jan  2 04:53:05 br04 kernel: [   33.581614] kvm: 5135: cpu0 unhandled rdmsr: 
0xc0010001
Jan  2 05:06:10 br04 kernel: [   36.954154] kvm [5253]: vcpu0 unhandled rdmsr: 
0xc0010001
Jan  2 05:25:38 br04 kernel: [   33.045732] kvm: 5145: cpu0 unhandled rdmsr: 
0xc0010001
Jan  2 05:29:46 br04 kernel: [   34.870194] kvm: 5116: cpu0 unhandled rdmsr: 
0xc0010001

version of kernel: 3.2 last - debian
3.0.101, 3.12.35, 3.18.1 - ubuntu mainline

OS: debian 7.7 32 bit
kvm guest: debian 7.7 32 bit - kernel 3.2 last update

hw:

cat /proc/cpuinfo | grep -i name
  model name  : AMD Athlon(tm) 64 X2 Dual Core Processor 4200+
  model name  : AMD Athlon(tm) 64 X2 Dual Core Processor 4200+

dmidecode | grep -i asus
Version: ASUS M2N-E ACPI BIOS Revision 5001

RAM: 4GB  = 1GBx4 PC2-6400

cat /proc/mdstat 
Personalities : [raid6] [raid5] [raid4] 
md1 : active raid5 sdd2[0] sda2[4] sdb2[2] sdc2[1]
  5812959744 blocks super 1.2 level 5, 512k chunk, algorithm 2 [4/4] []
  
md0 : active raid5 sdd1[0] sda1[4] sdb1[2] sdc1[1]
  47159808 blocks super 1.2 level 5, 512k chunk, algorithm 2 [4/4] []

Disk /dev/md0: 48.3 GB, 48291643392 bytes
2 heads, 4 sectors/track, 11789952 cylinders, total 94319616 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 524288 bytes / 1572864 bytes
Disk identifier: 0x

Disk /dev/md1: 5952.5 GB, 5952470777856 bytes
2 heads, 4 sectors/track, 1453239936 cylinders, total 11625919488 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 524288 bytes / 1572864 bytes
Disk identifier: 0x

lspci
00:00.0 RAM memory: NVIDIA Corporation MCP55 Memory Controller (rev a1)
00:01.0 ISA bridge: NVIDIA Corporation MCP55 LPC Bridge (rev a2)
00:01.1 SMBus: NVIDIA Corporation MCP55 SMBus (rev a2)
00:02.0 USB controller: NVIDIA Corporation MCP55 USB Controller (rev a1)
00:02.1 USB controller: NVIDIA Corporation MCP55 USB Controller (rev a2)
00:04.0 IDE interface: NVIDIA Corporation MCP55 IDE (rev a1)
00:05.0 IDE interface: NVIDIA Corporation MCP55 SATA Controller (rev a2)
00:05.1 IDE interface: NVIDIA Corporation MCP55 SATA Controller (rev a2)
00:05.2 IDE interface: NVIDIA Corporation MCP55 SATA Controller (rev a2)
00:06.0 PCI bridge: NVIDIA Corporation MCP55 PCI bridge (rev a2)
00:06.1 Audio device: NVIDIA Corporation MCP55 High Definition Audio (rev a2)
00:08.0 Bridge: NVIDIA Corporation MCP55 Ethernet (rev a2)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] 
HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address 
Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM 
Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] 
Miscellaneous Control
01:06.0 VGA compatible controller: S3 Inc. 86c764/765 [Trio32/64/64V+] (rev 54)

lspnp
00:00 PNP0a08 (unknown)
00:01 PNP0c02 Motherboard resources
00:02 PNP0c02 Motherboard resources
00:03 PNP0200 AT DMA controller
00:04 PNP0103 High-Precision Event Timer
00:05 PNP0b00 AT real-time clock
00:06 PNP0800 AT speaker
00:07 PNP0c04 Math coprocessor
00:08 PNP0501 16550A-compatible serial port
00:09 PNP0401 ECP printer port
00:0a PNP0303 IBM enhanced keyboard (101/102-key, PS/2 mouse support)
00:0b PNP0c02 Motherboard resources
00:0c PNP0c01 System board

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

Title:
  kvm: 7767: cpu0 unhandled rdmsr: 0xc0010001

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/957957/+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 957957] Re: kvm: 7767: cpu0 unhandled rdmsr: 0xc0010001

2015-01-01 Thread unicorp99
on all kernel bug printed after login: string in 3-5 sec

also tested on:
uname -a
Linux br04 3.14.27-031427-generic #201412170558 SMP Wed Dec 17 11:18:06 UTC 
2014 i686 GNU/Linux

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

Title:
  kvm: 7767: cpu0 unhandled rdmsr: 0xc0010001

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/957957/+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 1406729] Re: dig does not have a default trusted key

2015-01-01 Thread Anand Kumria
Considering that the 'bind9' package ships the root key (in
/etc/bind/bind.keys), I see no reason why it should not also be shipped
in the dnsutils package as well.

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

Title:
  dig does not have a default trusted key

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1406729/+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 1389954] Re: Make .lxc domain name resolution easier to discover and enable

2015-01-01 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  Make .lxc domain name resolution easier to discover and enable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1389954/+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 1406998] [NEW] عااااااااااااااااااااااااا

2015-01-01 Thread etwretert
Public bug reported:

ع

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

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

Title:
  عا

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1406998/+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 1406867] Missing required logs.

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

apport-collect 1406867

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

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

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

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

** Tags added: trusty

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

Title:
  Hyper-V TRIM Feature Broken in current LTS trusty kernel

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

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


[Bug 1406867] [NEW] Hyper-V TRIM Feature Broken in current LTS trusty kernel

2015-01-01 Thread Jeff Leung
Public bug reported:

The TRIM/UNMAP feature is broken in the current trusty kernel with
Hyper-V because of the reversion of this commit:

http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-
trusty.git;a=commit;h=81a73bce0c7b86fbf51004cb171387e73e082784

However a proposed storvsc patch has been submitted to the upstream
kernel mailing list which could be found here:

https://patchwork.kernel.org/patch/5503381/

In Hyper-V TRIM/UNMAP allows the user to reclaim allocated storage that
is no longer in use inside a thin provisioned VHDX volume.

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


** Tags: trusty

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

Title:
  Hyper-V TRIM Feature Broken in current LTS trusty kernel

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

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


[Bug 1406865] Re: Sync python-service-identity 1.0.0-3 (main) from Debian unstable (main)

2015-01-01 Thread Logan Rosen
Please disregard this, actually. The idna change in Debian is not
applicable here because we actually have the package.

** Changed in: python-service-identity (Ubuntu)
   Status: New = Invalid

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

Title:
  Sync python-service-identity 1.0.0-3 (main) from Debian unstable
  (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-service-identity/+bug/1406865/+subscriptions

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


[Bug 1406865] [NEW] Sync python-service-identity 1.0.0-3 (main) from Debian unstable (main)

2015-01-01 Thread Logan Rosen
Public bug reported:

Please sync python-service-identity 1.0.0-3 (main) from Debian unstable
(main)

Explanation of the Ubuntu delta and why it can be dropped:
  * Enable running the testsuite during the build.
  * First upload to Ubuntu.
Same change made in Debian to run the testsuite. No other Ubuntu changes.

Changelog entries since current vivid version 1.0.0-0ubuntu2:

python-service-identity (1.0.0-3) unstable; urgency=medium

  * Drop build dependency on python{,3}-idna (needs some more packaging
work).

 -- Matthias Klose doko@foobar  Sat, 09 Aug 2014 21:02:48 +0200

python-service-identity (1.0.0-2) unstable; urgency=medium

  * Enable running the testsuite during the build.

 -- Matthias Klose d...@debian.org  Sun, 03 Aug 2014 19:44:42 +0200

python-service-identity (1.0.0-1) unstable; urgency=low

  * Initial release (Closes: #754866).

 -- Matthias Klose d...@debian.org  Tue, 15 Jul 2014 09:35:43 +

** Affects: python-service-identity (Ubuntu)
 Importance: Wishlist
 Status: Invalid

** Changed in: python-service-identity (Ubuntu)
   Importance: Undecided = Wishlist

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

Title:
  Sync python-service-identity 1.0.0-3 (main) from Debian unstable
  (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-service-identity/+bug/1406865/+subscriptions

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


[Bug 1365444] Re: dlm has broken init script + missing a dependency

2015-01-01 Thread Travis Bean
** Patch added: dlm.diff
   
https://bugs.launchpad.net/ubuntu/+source/gfs2-utils/+bug/1365444/+attachment/4290862/+files/dlm.diff

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

Title:
  dlm has broken init script + missing a dependency

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

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


[Bug 1390468] Re: Screensaver doesn't activate

2015-01-01 Thread Alberto Salvia Novella
** Changed in: gnome-screensaver (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  Screensaver doesn't activate

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

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


[Bug 1396760] Re: ca-certificates-java doesn't create /etc/ssl/certs/java/cacerts

2015-01-01 Thread Alberto Salvia Novella
** Changed in: ca-certificates-java (Ubuntu)
   Importance: Undecided = High

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

Title:
  ca-certificates-java doesn't create /etc/ssl/certs/java/cacerts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/1396760/+subscriptions

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


[Bug 1374976] Re: Screen tearing Nvidia - since Kubuntu 14.04

2015-01-01 Thread Alberto Salvia Novella
** Changed in: xorg-server (Ubuntu)
   Importance: Undecided = High

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

Title:
  Screen tearing Nvidia - since Kubuntu 14.04

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

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


[Bug 1387654] Re: installing or upgrading to Ubuntu 14.10 kills Boot Manager on ThinkPad W540

2015-01-01 Thread Alberto Salvia Novella
** Changed in: efibootmgr (Ubuntu)
   Importance: Undecided = Critical

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

Title:
  installing or upgrading to Ubuntu 14.10 kills Boot Manager on ThinkPad
  W540

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

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


[Bug 1406358] Re: Re-enable friends-service for Unity-7 until a viable option is available(Vivid)

2015-01-01 Thread Alberto Salvia Novella
** Changed in: friends (Ubuntu)
   Importance: Undecided = High

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

Title:
  Re-enable friends-service for Unity-7 until a viable option is
  available(Vivid)

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

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


[Bug 1406767] Re: High ACPI event count on Asus K750L, causing ~12% non-stop CPU utilization

2015-01-01 Thread Alberto Salvia Novella
** Changed in: linux (Ubuntu)
   Importance: Undecided = High

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

Title:
  High ACPI event count on Asus K750L, causing ~12% non-stop CPU
  utilization

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

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


[Bug 1406825] Re: xscreensaver complains This version of xscreensaver is VERY OLD!

2015-01-01 Thread Alberto Salvia Novella
** Also affects: hundredpapercuts
   Importance: Undecided
   Status: New

** Changed in: hundredpapercuts
   Status: New = Confirmed

** Changed in: xscreensaver (Ubuntu)
   Importance: Undecided = Medium

** Changed in: hundredpapercuts
   Importance: Undecided = Medium

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

Title:
  xscreensaver complains This version of xscreensaver is VERY OLD!

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

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


[Bug 66870] Re: Zsh auto-complete as root is broken

2015-01-01 Thread Roope Havu
Strange, I had the seme problem just now with zsh 5.0.2, doing chmod g-w
on the zsh-complained-directories worked, now I tried taking all group
and other permissions away and still root-zsh complains about insecure
directories. Oh well, thank you for the fix anyway!

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

Title:
  Zsh auto-complete as root is broken

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

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


[Bug 1394134] Re: blender crash when I try to reduce the side's number of a new cylinder or a new circle

2015-01-01 Thread Alberto Salvia Novella
** Changed in: blender (Ubuntu)
   Importance: Undecided = High

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

Title:
  blender crash when I try to reduce the side's number of a new cylinder
  or a new circle

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

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


[Bug 1406428] Re: Dell XPS L502X Freezes

2015-01-01 Thread Alberto Salvia Novella
** Changed in: linux (Ubuntu)
   Importance: Undecided = Critical

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

Title:
  Dell XPS L502X Freezes

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

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


[Bug 706506] Re: [SVG Font Editor] Crash when kerning an empty pair

2015-01-01 Thread ~suv
** Tags removed: fonts
** Tags added: svgfonts

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

Title:
  [SVG Font Editor] Crash when kerning an empty pair

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

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


[Bug 1388440] Re: gtk-gnutella crashes with SIGABRT immediately on launch

2015-01-01 Thread Benedict
Any update about this ?
Happy new year !

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

Title:
   gtk-gnutella crashes with SIGABRT immediately on launch

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

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


[Bug 1406924] [NEW] مشاهدة مباراة ارسنال وساوثهامتون مباشره على بي ان سبورت 01/01/2015

2015-01-01 Thread etwretert
Public bug reported:

مشاهدة البث الحي لمباراة ساوثهامتون وارسنال مباشرة اونلاين على الانترنت
عبر بي ان سبورت الرياضية بدون تقطيع ليوم 01-01-2015 ,رابط لنقل مباراة
ارسنال وساوثهامتون بث مباشر اون لاين بدون تقطيع اليوم الخميس 01/01/2015
في الدوري الانجليزي 2015/2015, مشاهدة النقل المباشر لمباراة ساوثهامتون
وارسنال اليوم 01.01.2015 ,مشاهدة الدوري الانجليزي بين ارسنال وساوثهامتون
- Arsenal FC v Southampton FC, نقل مباشر لمباراة ارسنال وساوثهامتون
اونلاين على شبكة الانترنت 01/01/2015, مشاهدة لعبة ساوثهامتون وارسنال بث
مباشر اون لاين على الانترنت الآن 01-01-2015, رابط نقل مباراة ساوثهامتون
وارسنال بث مباشر اون لاين 2015-01-01 ,اهداف المباراة ,القنوات الناقلة
,نتيجة,توقيت : 01:00 GMT ,متى , موعد ,اين ,كيف,اريد ,مشاهدة ,بث مباشر,
اونلاين ,الحاسوب ,روابط , رابط ,وصلات,وصلة, موقع ,ماتش, مباراة
,مقابلة,لقاء ,الاترنت ,لينك, لينكات ,جدة, ابي اشاهد ,مباراة ساوثهامتون
وارسنال بث مباشر اونلاين عبر يوتيوب Link Youtube Arsenal FC v
Southampton FC ,تشكيلة,مباراة ساوثهامتون وارسنال,,روابط لمشاهدة مباراة
ارسنال وساوثهامتون نقل مباشر اون لاين 2015/01/01 على النت في الدوري
الانجليزي للمحترفين 1436 , مشاهدة نقل مباراة ارسنال وساوثهامتون بث مباشر
اونلاين في الدوري الانجليزي 1435/1436, مشاهدة البث الحي لمباراة
ساوثهامتون وارسنال مباشرة اونلاين على الانترنت عبر بي ان سبورت الرياضية
بدون تقطيع ليوم 01-01-2015 ,رابط لنقل مباراة ارسنال وساوثهامتون بث مباشر
اون لاين بدون تقطيع اليوم الخميس 01/01/2015 في الدوري الانجليزي
2015/2015, مشاهدة النقل المباشر لمباراة ساوثهامتون وارسنال اليوم
01.01.2015 ,مشاهدة الدوري الانجليزي بين ارسنال وساوثهامتون - Arsenal FC
v Southampton FC, نقل مباشر لمباراة ارسنال وساوثهامتون اونلاين على شبكة
الانترنت 01/01/2015, مشاهدة لعبة ساوثهامتون وارسنال بث مباشر اون لاين
على الانترنت الآن 01-01-2015,رابط نقل مباراة ساوثهامتون وارسنال بث مباشر
اون لاين 2015-01-01 ,روابط لمشاهدة مباراة ارسنال وساوثهامتون نقل مباشر
اون لاين 2015/01/01 على النت في الدوري الانجليزي للمحترفين, مشاهدة نقل
مباراة ارسنال وساوثهامتون بث مباشر اونلاين في الدوري الانجليزي
1435/1436, مشاهدة البث الحي لمباراة ساوثهامتون وارسنال مباشرة اونلاين
على الانترنت عبر بي ان سبورت الرياضية بدون تقطيع ليوم 01-01-2015 ,رابط
لنقل مباراة ارسنال وساوثهامتون بث مباشر اون لاين بدون تقطيع اليوم الخميس
01/01/2015 في الدوري الانجليزي 2015/2015, مشاهدة النقل المباشر لمباراة
ساوثهامتون وارسنال اليوم 01.01.2015 ,مشاهدة الدوري الانجليزي بين ارسنال
وساوثهامتون - Arsenal FC v Southampton FC, نقل مباشر لمباراة ارسنال
وساوثهامتون اونلاين على شبكة الانترنت 01/01/2015, مشاهدة لعبة ساوثهامتون
وارسنال بث مباشر اون لاين على الانترنت الآن 01-01-2015, رابط نقل مباراة
ساوثهامتون وارسنال بث مباشر اون لاين 2015-01-01 ,روابط لمشاهدة مباراة
ساوثهامتون نقل مباشر اون لاين 2015/01/01 على النت في الدوري الانجليزي
للمحترفين 1436 , مشاهدة نقل مباراة ارسنال وساوثهامتون بث مباشر اونلاين
في الدوري الانجليزي 1436/1436, مشاهدة البث الحي لمباراة ساوثهامتون
وارسنال مباشرة اونلاين على الانترنت عبر بي ان سبورت الرياضية بدون تقطيع
ليوم 01-01-2015 ,رابط لنقل مباراة ارسنال وساوثهامتون بث مباشر اون لاين
بدون تقطيع اليوم الخميس 01/01/2015 في الدوري الانجليزي 2015/2015, مشاهدة
النقل المباشر لمباراة ساوثهامتون وارسنال اليوم 01.01.2015 ,مشاهدة الدوري
الانجليزي بين ارسنال وساوثهامتون - Arsenal FC v Southampton FC, نقل
مباشر لمباراة ارسنال وساوثهامتون اونلاين على شبكة الانترنت 01/01/2015,
مشاهدة لعبة ساوثهامتون وارسنال بث مباشر اون لاين على الانترنت الآن
01-01-2015, رابط نقل مباراة ساوثهامتون وارسنال بث مباشر اون لاين
2015-01-01 ,روابط لمشاهدة مباراة ارسنال وساوثهامتون نقل مباشر اون لاين
2015/01/01 على النت في الدوري الانجليزي للمحترفين 1436 , مشاهدة نقل
مباراة ارسنال وساوثهامتون بث مباشر اونلاين في الدوري الانجليزي
1435/1436, مشاهدة البث الحي لمباراة ساوثهامتون وارسنال مباشرة اونلاين
على الانترنت عبر بي ان سبورت الرياضية بدون تقطيع ليوم 01-01-2015 ,رابط
لنقل مباراة ارسنال وساوثهامتون بث مباشر اون لاين بدون تقطيع اليوم الخميس
01/01/2015 في الدوري الانجليزي 2015/2015, مشاهدة النقل المباشر لمباراة
ساوثهامتون وارسنال اليوم 01.01.2015 ,مشاهدة الدوري الانجليزي بين ارسنال
وساوثهامتون - Arsenal FC v Southampton FC, نقل مباشر لمباراة ارسنال
وساوثهامتون اونلاين على شبكة الانترنت 01/01/2015, مشاهدة لعبة ساوثهامتون
وارسنال بث مباشر اون لاين على الانترنت الآن 01-01-2015, رابط نقل مباراة
ساوثهامتون وارسنال بث مباشر اون لاين 2015-01-01 ,روابط لمشاهدة مباراة
ارسنال وساوثهامتون نقل مباشر اون لاين 2015/01/01 على النت في الدوري
الانجليزي للمحترفين 1436 , مشاهدة نقل مباراة ارسنال وساوثهامتون بث مباشر
اونلاين في الدوري الانجليزي


شاهد البث المباشر للمباراة من الرابط التالى

http://goo.gl/GeP5j4


شاهد البث المباشر للمباراة من الرابط التالى

http://goo.gl/GeP5j4


شاهد البث المباشر للمباراة من الرابط التالى

http://goo.gl/GeP5j4


شاهد البث المباشر للمباراة من الرابط التالى

http://goo.gl/GeP5j4

مشاهدة البث الحي لمباراة ساوثهامتون وارسنال مباشرة اونلاين على الانترنت
عبر بي ان سبورت الرياضية بدون تقطيع ليوم 01-01-2015 ,رابط لنقل مباراة
ارسنال وساوثهامتون بث مباشر اون لاين بدون تقطيع اليوم الخميس 01/01/2015
في الدوري الانجليزي 2015/2015, مشاهدة النقل المباشر لمباراة ساوثهامتون
وارسنال اليوم 01.01.2015 ,مشاهدة الدوري الانجليزي 

[Bug 1406925] [NEW] lxc-start fails due to insufficient permission for creating netdev

2015-01-01 Thread Karl-Philipp Richter
Public bug reported:

After installing an lxc with `sudo lxc-create -n Ubuntu-12.04.5-i386 -t
/usr/share/lxc/templates/lxc-ubuntu -- --release precise --mirror
http://richtercloud.de:3142/de.archive.ubuntu.com/ubuntu --arch i386`,
starting the container with `sudo lxc-start -n Ubuntu-12.04.5-i386
--foreground` fails due to the following error:

lxc-start: conf.c: instanciate_veth: 2817 failed to attach 'vethY1J1I1' to 
the bridge 'lxcbr0' : Operation not permitted
lxc-start: conf.c: lxc_create_network: 3100 failed to create netdev
lxc-start: start.c: lxc_spawn: 829 failed to create the network
lxc-start: start.c: __lxc_start: 1087 failed to spawn 'Ubuntu-12.04.5-i386'
lxc-start: lxc_start.c: main: 337 The container failed to start.
lxc-start: lxc_start.c: main: 341 Additional information can be obtained by 
setting the --logfile and --logpriority options.

It should be possible to start the container right away after
installation of the apt package and handle eventually necessary setup
tasks (of permissions, etc.) in `debconf`.

Currently it's necessary to comment out all `lxc.network.*` entries in
the container configuration file.

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: lxc 1.1.0~alpha2-0ubuntu3
ProcVersionSignature: Error: [Errno 2] Datei oder Verzeichnis nicht gefunden: 
'/proc/version_signature'
Uname: Linux 3.17.7-031707-generic x86_64
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
CurrentDesktop: Unity
Date: Thu Jan  1 14:31:03 2015
EcryptfsInUse: Yes
InstallationDate: Installed on 2014-12-28 (4 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
SourcePackage: lxc
UpgradeStatus: Upgraded to utopic on 2014-12-28 (4 days ago)
defaults.conf:
 lxc.network.type = veth
 lxc.network.link = lxcbr0
 lxc.network.flags = up
 lxc.network.hwaddr = 00:16:3e:xx:xx:xx
upstart.lxc-net.override: manual

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


** Tags: amd64 apport-bug utopic

** Description changed:

  After installing an lxc with `sudo lxc-create -n Ubuntu-12.04.5-i386 -t
  /usr/share/lxc/templates/lxc-ubuntu -- --release precise --mirror
  http://richtercloud.de:3142/de.archive.ubuntu.com/ubuntu --arch i386`,
  starting the container with `sudo lxc-start -n Ubuntu-12.04.5-i386
  --foreground` fails due to the following error:
  
- lxc-start: conf.c: instanciate_veth: 2817 failed to attach 'vethY1J1I1' 
to the bridge 'lxcbr0' : Operation not permitted
- lxc-start: conf.c: lxc_create_network: 3100 failed to create netdev
- lxc-start: start.c: lxc_spawn: 829 failed to create the network
- lxc-start: start.c: __lxc_start: 1087 failed to spawn 
'Ubuntu-12.04.5-i386'
- lxc-start: lxc_start.c: main: 337 The container failed to start.
- lxc-start: lxc_start.c: main: 341 Additional information can be obtained 
by setting the --logfile and --logpriority options.
+ lxc-start: conf.c: instanciate_veth: 2817 failed to attach 'vethY1J1I1' 
to the bridge 'lxcbr0' : Operation not permitted
+ lxc-start: conf.c: lxc_create_network: 3100 failed to create netdev
+ lxc-start: start.c: lxc_spawn: 829 failed to create the network
+ lxc-start: start.c: __lxc_start: 1087 failed to spawn 
'Ubuntu-12.04.5-i386'
+ lxc-start: lxc_start.c: main: 337 The container failed to start.
+ lxc-start: lxc_start.c: main: 341 Additional information can be obtained 
by setting the --logfile and --logpriority options.
  
  It should be possible to start the container right away after
  installation of the apt package and handle eventually necessary setup
  tasks (of permissions, etc.) in `debconf`.
+ 
+ Currently it's necessary to comment out all `lxc.network.*` entries in
+ the container configuration file.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: lxc 1.1.0~alpha2-0ubuntu3
  ProcVersionSignature: Error: [Errno 2] Datei oder Verzeichnis nicht gefunden: 
'/proc/version_signature'
  Uname: Linux 3.17.7-031707-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Jan  1 14:31:03 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-12-28 (4 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 
(20140722.2)
  SourcePackage: lxc
  UpgradeStatus: Upgraded to utopic on 2014-12-28 (4 days ago)
  defaults.conf:
-  lxc.network.type = veth
-  lxc.network.link = lxcbr0
-  lxc.network.flags = up
-  lxc.network.hwaddr = 00:16:3e:xx:xx:xx
+  lxc.network.type = veth
+  lxc.network.link = lxcbr0
+  lxc.network.flags = up
+  lxc.network.hwaddr = 00:16:3e:xx:xx:xx
  upstart.lxc-net.override: manual

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

Title:
  lxc-start fails due to insufficient permission for creating netdev

To manage notifications about this bug go to:

[Bug 1388440] Re: gtk-gnutella crashes with SIGABRT immediately on launch

2015-01-01 Thread Mario Vukelic
Benedict, I added a comment to the other bug report - by mistake as I see now 
(oops). It has a workaround:
https://bugs.launchpad.net/ubuntu/+source/gtk-gnutella/+bug/1374845/comments/7

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

Title:
   gtk-gnutella crashes with SIGABRT immediately on launch

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

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


[Bug 1406926] [NEW] package tex-common 4.04 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2015-01-01 Thread Stefan
Public bug reported:

after upgrade to new ubuntu version. during some installation routines
this packages error comes really often.

Description:Ubuntu 14.04.1 LTS
Release:14.04

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: tex-common 4.04
ProcVersionSignature: Ubuntu 3.13.0-40.69-generic 3.13.11.10
Uname: Linux 3.13.0-40-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
Date: Thu Jan  1 14:43:35 2015
DpkgHistoryLog:
 Start-Date: 2015-01-01  14:43:04
 Commandline: apt-get install spotify-client
 Install: spotify-client:amd64 (0.9.11.27.g2b1a638.81-1)
DuplicateSignature: package:tex-common:4.04:Unterprozess installiertes 
post-installation-Skript gab den Fehlerwert 1 zurück
ErrorMessage: Unterprozess installiertes post-installation-Skript gab den 
Fehlerwert 1 zurück
InstallationDate: Installed on 2013-09-19 (469 days ago)
InstallationMedia: Ubuntu 12.04.3 LTS Precise Pangolin - Release amd64 
(20130820.1)
PackageArchitecture: all
SourcePackage: tex-common
Title: package tex-common 4.04 failed to install/upgrade: Unterprozess 
installiertes post-installation-Skript gab den Fehlerwert 1 zurück
UpgradeStatus: Upgraded to trusty on 2014-08-18 (135 days ago)

** Affects: tex-common (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package third-party-packages trusty

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

Title:
  package tex-common 4.04 failed to install/upgrade: Unterprozess
  installiertes post-installation-Skript gab den Fehlerwert 1 zurück

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

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

[Bug 1388440] Re: gtk-gnutella crashes with SIGABRT immediately on launch

2015-01-01 Thread Mario Vukelic
The other comment seems set to private, reposting here:

The problem appears to be that the package in Ubuntu is 1.0.1, where
xfl_find_freelist_index does not work with Utopic's gcc 4.9 and
optimizations according to the release notes for the new version 1.1.1:

http://sourceforge.net/p/gtk-gnutella/mailman/message/32788676/

Sourceforge has a deb package for 1.1.1 but on 2014-11-29 it was not
installable due to:

dpkg: dependency problems prevent configuration of gtk-gnutella:
 gtk-gnutella depends on binutils ( 2.24.51.20140819); however:
  Version of binutils on system is 2.24.90.20141014-0ubuntu3.

However it is easy to compile and then it works:

1. Install build dependencies with
apt-get build-dep gtk-gnutella

2. Get version 1.1.1. tar.bz2 file from
http://sourceforge.net/projects/gtk-gnutella/?source=typ_redirect

3. Unpack the tar.bz2 and change into resulting directory

4. Read the README.Debian file and follow the simple instructions

Would be great if someone could update the package in Utopic.

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

Title:
   gtk-gnutella crashes with SIGABRT immediately on launch

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

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


[Bug 1278529] Re: Using S3, BackendException: No connection to backend

2015-01-01 Thread Kenneth Loafman
** Changed in: duplicity
   Importance: Undecided = Medium

** Changed in: duplicity
   Status: Confirmed = Fix Committed

** Changed in: duplicity
Milestone: None = 0.7.01

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

Title:
  Using S3, BackendException: No connection to backend

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

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


[Bug 1406916] Re: HDمشاهدة مباراة تشيلسى وتوتنهام بث مباشر 1-1-2015

2015-01-01 Thread Paul White
** Changed in: flightgear (Ubuntu)
   Status: New = Invalid

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

Title:
  HDمشاهدة مباراة تشيلسى وتوتنهام بث مباشر 1-1-2015

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

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

[Bug 1406921] Re: $مشاهدة مباراة ارسنال وساوثهامتون بث مباشر الخميس 1-1-2015

2015-01-01 Thread Saikrishna Arcot
** Changed in: flightgear (Ubuntu)
   Status: New = Invalid

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

Title:
  $مشاهدة مباراة ارسنال وساوثهامتون بث مباشر الخميس 1-1-2015

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

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

[Bug 1406917] Re: مشاهدة مباراة تشيلسى وتوتنهام بث مباشر 1-1-2015HD

2015-01-01 Thread Paul White
** Changed in: flightgear (Ubuntu)
   Status: New = Invalid

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

Title:
  مشاهدة مباراة تشيلسى وتوتنهام بث مباشر 1-1-2015HD

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

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

[Bug 1406918] Re: ONLINEمشاهدة مباراة تشيلسى وتوتنهام بث مباشر 1-1-2015

2015-01-01 Thread Paul White
** Changed in: flightgear (Ubuntu)
   Status: New = Invalid

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

Title:
  ONLINEمشاهدة مباراة تشيلسى وتوتنهام بث مباشر 1-1-2015

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

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

[Bug 1406915] Re: $مشاهدة مباراة تشيلسى وتوتنهام بث مباشر 1-1-2015

2015-01-01 Thread Paul White
** Changed in: flightgear (Ubuntu)
   Status: New = Invalid

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

Title:
  $مشاهدة مباراة تشيلسى وتوتنهام بث مباشر 1-1-2015

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

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

[Bug 1406922] Re: HD مشاهدة مباراة تشيلسي وتوتنهام هوتسبير 01/01/2015 بث مباشر

2015-01-01 Thread Saikrishna Arcot
** Changed in: flightgear (Ubuntu)
   Status: New = Invalid

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

Title:
   HD مشاهدة مباراة تشيلسي وتوتنهام هوتسبير 01/01/2015 بث مباشر

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

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

[Bug 1406803] Re: PCI/internal sound card not detected

2015-01-01 Thread Raymond
you need to report upstream pci developer


00:1b.0 Audio device: Intel Corporation NM10/ICH7 Family High Definition Audio 
Controller (rev 02)


0.874389] pci :00:1b.0: [8086:27d8] type 00 class 0x040300
[0.874418] pci :00:1b.0: reg 0x10: [mem 0xd044-0xd0443fff 64bit]
[0.874547] pci :00:1b.0: PME# supported from D0 D3hot D3cold
[0.874625] pci :00:1b.0: System wakeup disabled by ACPI


** Changed in: alsa-driver (Ubuntu)
   Status: New = Incomplete

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

Title:
  PCI/internal sound card not detected

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

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


[Bug 1406920] Re: مشاهدة مباراة ارسنال وساوثهامتون بث مباشر الخميس 1-1-2015$

2015-01-01 Thread Saikrishna Arcot
** Changed in: flightgear (Ubuntu)
   Status: New = Invalid

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

Title:
  مشاهدة مباراة ارسنال وساوثهامتون بث مباشر الخميس 1-1-2015$

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

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

[Bug 1406919] Re: مشاهدة مباراة ارسنال وساوثهامتون بث مباشر الخميس 1-1-2015

2015-01-01 Thread Saikrishna Arcot
** Changed in: flightgear (Ubuntu)
   Status: New = Invalid

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

Title:
  مشاهدة مباراة ارسنال وساوثهامتون بث مباشر الخميس 1-1-2015

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

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

[Bug 1406926] Re: package tex-common 4.04 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2015-01-01 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package tex-common 4.04 failed to install/upgrade: Unterprozess
  installiertes post-installation-Skript gab den Fehlerwert 1 zurück

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

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

[Bug 1406924] Re: مشاهدة مباراة ارسنال وساوثهامتون مباشره على بي ان سبورت 01/01/2015

2015-01-01 Thread Paul White
** Changed in: flightgear (Ubuntu)
   Status: New = Invalid

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

Title:
مشاهدة مباراة ارسنال وساوثهامتون مباشره على بي ان سبورت 01/01/2015

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

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

[Bug 1312530] Re: Use of uninitialized value $info{pgdata} in -d at /usr/bin/pg_ctlcluster line 354

2015-01-01 Thread Vlad Okhrimenko
It's helped me http://www.badeud.ru/post/7/

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

Title:
  Use of uninitialized value $info{pgdata} in -d at
  /usr/bin/pg_ctlcluster line 354

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

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


[Bug 1406985] [NEW] wireless disconnect and crash

2015-01-01 Thread Alan
Public bug reported:


uname -a:
Linux alan-pc 3.16.0-29-generic #39-Ubuntu SMP Mon Dec 15 22:28:14 UTC 2014 
i686 i686 i686 GNU/Linu

Broadcom Corporation BCM43225 802.11b/g/n [14e4:4357] (rev 01)

[ 7820.940294] [ cut here ]
[ 7820.940354] WARNING: CPU: 0 PID: 501 at 
/build/buildd/linux-3.16.0/net/wireless/sme.c:791 cfg80211_roamed+0x7f/0x90 
[cfg80211]()
[ 7820.940357] Modules linked in: pci_stub vboxpci(OE) vboxnetadp(OE) 
vboxnetflt(OE) vboxdrv(OE) bnep rfcomm bluetooth 6lowpan_iphc wl(POE) uvcvideo 
videobuf2_vmalloc videobuf2_memops videobuf2_core v4l2_common videodev media 
snd_hda_codec_realtek snd_hda_codec_generic coretemp snd_hda_intel 
snd_hda_controller serio_raw snd_hda_codec snd_hwdep snd_pcm snd_seq_midi 
snd_seq_midi_event snd_rawmidi snd_seq snd_seq_device snd_timer snd i915 
cfg80211 lpc_ich drm_kms_helper soundcore drm shpchp i2c_algo_bit joydev 
acer_wmi ene_ir sparse_keymap mxm_wmi rc_core parport_pc wmi mac_hid video 
ppdev lp parport hid_generic usbhid hid ahci psmouse libahci atl1c
[ 7820.940406] CPU: 0 PID: 501 Comm: wl_event_handle Tainted: PW  OE 
3.16.0-29-generic #39-Ubuntu
[ 7820.940408] Hardware name: Acer Aspire 5734Z/Aspire 5734Z
, BIOS V1.06 04/25/2011
[ 7820.940411]    ee91deb0 c16be44e  ee91dee4 c105eec2 
c18b35a4
[ 7820.940416]   01f5 f8b350a4 0317 f8b16cbf 0317 f8b16cbf 
f01a8000
[ 7820.940421]  f078d800 f078d800 ee91def4 c105ef82 0009  ee91df14 
f8b16cbf
[ 7820.940428] Call Trace:
[ 7820.940441]  [c16be44e] dump_stack+0x41/0x52
[ 7820.940447]  [c105eec2] warn_slowpath_common+0x82/0xa0
[ 7820.940464]  [f8b16cbf] ? cfg80211_roamed+0x7f/0x90 [cfg80211]
[ 7820.940478]  [f8b16cbf] ? cfg80211_roamed+0x7f/0x90 [cfg80211]
[ 7820.940482]  [c105ef82] warn_slowpath_null+0x22/0x30
[ 7820.940496]  [f8b16cbf] cfg80211_roamed+0x7f/0x90 [cfg80211]
[ 7820.940573]  [f9872a76] wl_notify_roaming_status+0xb6/0x130 [wl]
[ 7820.940605]  [f98729c0] ? wl_update_bss_info+0x2a0/0x2a0 [wl]
[ 7820.940638]  [f986fc4f] wl_event_handler+0x5f/0x240 [wl]
[ 7820.940670]  [f986fbf0] ? wl_free_wdev.isra.23+0x80/0x80 [wl]
[ 7820.940676]  [c107f568] kthread+0xa8/0xc0
[ 7820.940683]  [c16c5081] ret_from_kernel_thread+0x21/0x30
[ 7820.940686]  [c107f4c0] ? kthread_create_on_node+0x150/0x150
[ 7820.940688] ---[ end trace ff6869c44ffe623e ]---

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: linux-image-3.16.0-29-generic 3.16.0-29.39
ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
Uname: Linux 3.16.0-29-generic i686
NonfreeKernelModules: wl
ApportVersion: 2.15.1-0ubuntu1
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  alan   2240 F pulseaudio
CurrentDesktop: Unity
Date: Thu Jan  1 18:37:10 2015
HibernationDevice: RESUME=UUID=7d92f25e-0615-44db-9f1e-e8b07f1672d6
InstallationDate: Installed on 2014-11-28 (34 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release i386 (20140417)
MachineType: Acer Aspire 5734Z
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-29-generic 
root=UUID=89a00a55-eacf-40cf-a8b1-9b61da1f893a ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.16.0-29-generic N/A
 linux-backports-modules-3.16.0-29-generic  N/A
 linux-firmware 1.140
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/25/2011
dmi.bios.vendor: Acer
dmi.bios.version: V1.06
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: Aspire 5734Z
dmi.board.vendor: Acer
dmi.board.version: V1.06
dmi.chassis.type: 10
dmi.chassis.vendor: Acer
dmi.chassis.version: V1.06
dmi.modalias: 
dmi:bvnAcer:bvrV1.06:bd04/25/2011:svnAcer:pnAspire5734Z:pvrV1.06:rvnAcer:rnAspire5734Z:rvrV1.06:cvnAcer:ct10:cvrV1.06:
dmi.product.name: Aspire 5734Z
dmi.product.version: V1.06
dmi.sys.vendor: Acer

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


** Tags: apport-bug i386 package-from-proposed vivid

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

Title:
  wireless disconnect and crash

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

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


[Bug 1341607] Re: HTTP authentication does not work

2015-01-01 Thread jose gomez
** Description changed:

  After trying multiple suggestions over several days, basic HTTP auth for
  Apache subdirs still does not work, usually resulting in No require
  lines available in the error log regardless of what I do. Vhost config
  appears correct.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: apache2 2.4.7-1ubuntu4
  Uname: Linux 3.10.23--std-ipv6-64 x86_64
  Apache2ConfdDirListing: False
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  Date: Mon Jul 14 10:34:47 2014
  InstallationDate: Installed on 2014-04-16 (89 days ago)
  InstallationMedia:
-  
+ 
  ProcEnviron:
-  TERM=xterm
-  SHELL=/bin/bash
-  PATH=(custom, no user)
-  LANG=en_GB.UTF-8
-  XDG_RUNTIME_DIR=set
+  TERM=xterm
+  SHELL=/bin/bash
+  PATH=(custom, no user)
+  LANG=en_GB.UTF-8
+  XDG_RUNTIME_DIR=set
  SourcePackage: apache2
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.apache2.apache2.conf: [modified]
  modified.conffile..etc.apache2.conf.available.security.conf: [modified]
  modified.conffile..etc.apache2.sites.available.000.default.conf: [modified]
  modified.conffile..etc.apache2.sites.available.default.ssl.conf: [modified]
  mtime.conffile..etc.apache2.apache2.conf: 2014-07-14T10:25:05.510444
  mtime.conffile..etc.apache2.conf.available.security.conf: 
2014-07-07T17:05:25.329780
  mtime.conffile..etc.apache2.sites.available.000.default.conf: 
2014-07-11T13:31:30.026502
  mtime.conffile..etc.apache2.sites.available.default.ssl.conf: 
2014-07-07T17:06:21.225780

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

Title:
  HTTP authentication does not work

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

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

[Bug 1366165] Re: No hybrid GPU and this error appears: Failed to spawn hybrid-gfx main process: unable to execute: No such file or directory

2015-01-01 Thread Lothar Fausthenze
I am also affected after upgrading from 12.04.5 to 14.04.1.

My system's facts sheet is as follows:

 - Lenovo T410i
 - Linux ubuntu 3.13.0-32-generic #57-Ubuntu SMP Tue Jul 15 03:51:08 UTC 2014 
x86_64 x86_64 x86_64 GNU/Linux
 - NVIDIA Corporation GT218M [NVS 3100M] (rev a2) (prog-if 00 [VGA controller])

Error log in /var/log/syslog contains at least the following messages:

init: Failed to spawn hybrid-gfx main process: unable to execute: No such file 
or directory
init: nvidia-prime main process (…) terminated with status 127
init: lightdm main process terminated with status 1
init: plymouth-ready (startup) main process (…) terminated with status 1
init: failsafe-x main process (…) terminated with status 127

The greeter won't show up, lightdm fails to start automatically and
manually (via sudo service lightdm start) respectively.

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

Title:
  No hybrid GPU and this error appears: Failed to spawn hybrid-gfx main
  process: unable to execute: No such file or directory

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

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

[Bug 1406987] [NEW] Fails DNS lookup in IPv4-only networks

2015-01-01 Thread Steve Riley
Public bug reported:

Trying to run mtr in a network without IPv6 results in the following
error, even when told to use IPv4 only:

$ mtr -4 name.of.some.site
Unable to allocate IPv6 socket for nameserver communication: Address family not 
supported by protocol

Looks like mtr is still trying use IPv6 for name resolution. This is
fixed in version 0.86:

https://github.com/traviscross/mtr/compare/v0.86...master

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: mtr (not installed)
Uname: Linux 3.18.1-031801-generic x86_64
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
CurrentDesktop: KDE
Date: Thu Jan  1 12:53:16 2015
InstallationDate: Installed on 2014-05-10 (236 days ago)
InstallationMedia: Ubuntu-Server 14.04 LTS Trusty Tahr - Release amd64 
(20140416.2)
SourcePackage: mtr
UpgradeStatus: Upgraded to utopic on 2014-10-25 (68 days ago)

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


** Tags: amd64 apport-bug utopic

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

Title:
  Fails DNS lookup in IPv4-only networks

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

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


[Bug 1406985] Status changed to Confirmed

2015-01-01 Thread Brad Figg
This change was made by a bot.

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

** Tags added: utopic

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

Title:
  wireless disconnect and crash

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

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


[Bug 1215624] Re: Auto Hide Leaves White Bar; Dash Home Doesn't Work

2015-01-01 Thread Andrea Azzarone
** Changed in: unity (Ubuntu)
   Status: Incomplete = Opinion

** Changed in: unity (Ubuntu)
   Status: Opinion = Invalid

** Changed in: unity
   Status: Incomplete = Invalid

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

Title:
  Auto Hide Leaves White Bar; Dash Home Doesn't Work

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

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


[Bug 1265192] Re: Install/reinstall wipes out all/other partitions

2015-01-01 Thread Bruno Nova
OK, no one else tested the proposed update, so I'm going to mark this as
verification-done.

Comment #122 details the tests I have done.
The tests are not extensive, but they will have to suffice: according to the 
release schedule, 14.04.2 will be released in February 5th (in 1 month), and 
this fix must be included in that point release!

** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  Install/reinstall wipes out all/other partitions

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

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


[Bug 1397767] Re: Blender Crash

2015-01-01 Thread Martin Posch
Same for me:

ubuntu 14.10 64 bit Kernel: 3.16.0-28-generic x86_64


# Blender 2.70 (sub 0), Commit date: 1970-01-01 00:00, Hash unknown
bpy.ops.object.delete(use_global=False)  # Operator
bpy.ops.mesh.primitive_cylinder_add(radius=1, depth=2, view_align=False, 
enter_editmode=False, location=(0, 0, 0), layers=(True, False, False, False, 
False, False, False, False, False, False, False, False, False, False, False, 
False, False, False, False, False))  # Operator

# backtrace
blender() [0x8ecc68]
/lib/x86_64-linux-gnu/libc.so.6(+0x36da0) [0x7f0796d71da0]
blender(MEM_lockfree_freeN+0x28) [0x120d698]
blender(RNA_path_full_property_py+0x72) [0x14621f2]
blender(WM_prop_pystring_assign+0x9e) [0x90379e]
blender() [0xa989ac]
blender() [0xa9ebb4]
blender() [0xaa6e5e]
blender() [0x8f61a3]
blender() [0x8f6528]
blender(wm_event_do_handlers+0x223) [0x8f6893]
blender(WM_main+0x18) [0x8ef008]
blender(main+0xd93) [0x8d54c3]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5) [0x7f0796d5cec5]
blender() [0x8ec714]

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

Title:
  Blender Crash

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

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


[Bug 1364292] Re: 8086:2a42 [Toshiba Portégé R600-10Q] VGA output doesn't work with Intel GM45 chipset

2015-01-01 Thread Oliver Woodford
Bug submitted at:
https://bugs.freedesktop.org/show_bug.cgi?id=87951

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

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

Title:
  8086:2a42 [Toshiba Portégé R600-10Q] VGA output doesn't work with
  Intel GM45 chipset

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

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

[Bug 1406982] Status changed to Confirmed

2015-01-01 Thread Brad Figg
This change was made by a bot.

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

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

Title:
  WARNING: CPU: 1 PID: 1253 at
  /build/buildd/linux-3.13.0/drivers/gpu/drm/i915/intel_display.c:9237
  intel_modeset_check_state+0x62d/0x780 [i915]

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

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


[Bug 1385816] Re: 'Place component' freezes Eeschema in Unity

2015-01-01 Thread Andrea Azzarone
** No longer affects: unity

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

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

Title:
  'Place component' freezes Eeschema in Unity

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

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


[Bug 1076934] Re: Duplicated menu items

2015-01-01 Thread Andrea Azzarone
** Changed in: unity
   Status: Incomplete = Invalid

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

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

Title:
  Duplicated menu items

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

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


[Bug 1265192] Re: Install/reinstall wipes out all/other partitions

2015-01-01 Thread sudodus
Hi Bruno,

Please have a look at the testing notes by ventrical at the Ubuntu
Forums

http://ubuntuforums.org/showthread.php?t=2259055

and ask questions, if want him to explain some part of the results.

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

Title:
  Install/reinstall wipes out all/other partitions

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

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


[Bug 515386] Re: No attachment when Thunderbird is set as default client.

2015-01-01 Thread Thomas E. Horner
with the following patch simple-scan - Email works correctly on
Ubuntu 14.10 again:

the first change makes sure that only the first occurrence of Exec in 
thunderbird's desktop file is considered: | head -n 1.
the second change is a fix for what is clearly a bug (having $browser instead 
of the correct variable $desktop).


diff -u org/xdg-email fixed/xdg-email
--- org/xdg-email   2014-07-16 11:43:48.0 +0200
+++ fixed/xdg-email 2014-12-30 17:44:27.990930489 +0100
@@ -321,7 +321,7 @@
 file=$dir/applications/$desktop
 [ -r $file ] || continue
 # Remove any arguments (%F, %f, %U, %u, etc.).
-command=`grep -E ^Exec(\[[^]=]*])?= $file | cut -d= -f 2- | sed 
-e 's/ .*$//'`
+command=`grep -E ^Exec(\[[^]=]*])?= $file | cut -d= -f 2- | sed 
-e 's/ .*$//' | head -n 1`
 command=`which $command`
 readlink -f $command
 return
@@ -512,7 +512,7 @@
 local client
 local desktop
 desktop=`xdg-mime query default x-scheme-handler/mailto`
-client=`desktop_file_to_binary $browser`
+client=`desktop_file_to_binary $desktop`
 echo $client | grep thunderbird  /dev/null 21
 if [ $? -eq 0 ] ; then
 run_thunderbird $client $1

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

Title:
  No attachment when Thunderbird is set as default client.

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

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


[Bug 1353185] Re: Chromium 36 upgrade will not execute

2015-01-01 Thread Øyvind Stegard
I get this upon starting Chromium 39.0.2171.65-0ubuntu0.14.04.1.1064 on
Ubuntu 14.04:

Illegal instruction (SIGILL) (core dumped)

kernel logs the following:
[13229.484984] traps: NSS SSL ThreadW[11266] trap invalid opcode 
ip:7f1f1360b73e sp:7f1f06801740 error:0 in libfreebl3.so[7f1f135b4000+78000]

CPU is a Core i7-4600U.

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

Title:
  Chromium 36 upgrade will not execute

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

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


[Bug 1406870] [NEW] Creative Commons search engine has a wrong URL

2015-01-01 Thread costales
Public bug reported:

Using Xubuntu 14.04 with Firefox 34.0.

Go to the search box and search anything.
The URL in the browser will be:
http://labs.creativecommons.org/demos/search/?q=test

The URL returns this error:
Not Found
The requested URL /demos/search/ was not found on this server.
Apache/2.2.22 (Debian) Server at labs.creativecommons.org Port 80

** Affects: firefox (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/1406870

Title:
  Creative Commons search engine has a wrong URL

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

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


[Bug 1355664] Re: ltsp-build client fails for armhf (linux-image-omap4)

2015-01-01 Thread Ubuntu Foundations Team Bug Bot
The attachment armhf-linux-omap4-fix.patch seems to be a patch.  If it
isn't, please remove the patch flag from the attachment, remove the
patch tag, and if you are a member of the ~ubuntu-reviewers,
unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

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

Title:
  ltsp-build client fails for armhf (linux-image-omap4)

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

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


[Bug 1277884] Re: xdg-email does not attach file with thunderbird

2015-01-01 Thread Thomas E. Horner
*** This bug is a duplicate of bug 515386 ***
https://bugs.launchpad.net/bugs/515386

** This bug has been marked a duplicate of bug 515386
   No attachment when Thunderbird is set as default client.

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

Title:
  xdg-email does not attach file with thunderbird

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

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


[Bug 1401632] Re: xdg-email fails to add attachment with Thunderbird

2015-01-01 Thread Thomas E. Horner
*** This bug is a duplicate of bug 515386 ***
https://bugs.launchpad.net/bugs/515386

** This bug has been marked a duplicate of bug 515386
   No attachment when Thunderbird is set as default client.

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

Title:
  xdg-email fails to add attachment with Thunderbird

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

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


[Bug 1406825] Re: xscreensaver complains This version of xscreensaver is VERY OLD!

2015-01-01 Thread Makoto
Found a workaround:  downloading the latest version from upstream Debian
solves the trick.

https://packages.debian.org/sid/amd64/xscreensaver/download

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

Title:
  xscreensaver complains This version of xscreensaver is VERY OLD!

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

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


[Bug 1406825] Re: xscreensaver complains This version of xscreensaver is VERY OLD!

2015-01-01 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: xscreensaver (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/1406825

Title:
  xscreensaver complains This version of xscreensaver is VERY OLD!

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

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


[Bug 1354720] Re: duplicate logrotate for ulogd on trusty

2015-01-01 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: ulogd2 (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/1354720

Title:
  duplicate logrotate for ulogd on trusty

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

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


[Bug 1356159] Re: (uprade-software-version) mp3diags to 1.2.01 from 1.0.12.079

2015-01-01 Thread Amr Ibrahim
** Changed in: mp3diags (Ubuntu)
   Status: New = Fix Released

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

Title:
  (uprade-software-version) mp3diags to 1.2.01 from 1.0.12.079

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

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


[Bug 1406909] Re: مشاهدة الحلقة الثالثة 3 من برنامج عرب جوت تالنت Arabs Got Talent 4 الموسم الرابع

2015-01-01 Thread Paul White
** Changed in: flightgear (Ubuntu)
   Status: New = Invalid

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

Title:
   مشاهدة الحلقة الثالثة 3 من برنامج عرب جوت تالنت Arabs Got Talent 4
  الموسم الرابع

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

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

[Bug 1406920] [NEW] مشاهدة مباراة ارسنال وساوثهامتون بث مباشر الخميس 1-1-2015$

2015-01-01 Thread etwretert
Public bug reported:

قبل ١١ ساعة - ... الدورى الانجليزى القنوات الناقلة لمباراة تشيلسي وتوتنهام 
اليوم الخميس 1-1-2015 مبارة ... رابط مشاهدة مباراة تشيلسي وتوتنهام هوتسبر بث 
مباشر  ...
قبل ١١ ساعة - ... الدورى الانجليزى القنوات الناقلة لمباراة تشيلسي وتوتنهام 
اليوم الخميس 1-1-2015 مبارة ... رابط مشاهدة مباراة تشيلسي وتوتنهام هوتسبر بث 
مباشر  ...
قبل ١١ ساعة - ... الدورى الانجليزى القنوات الناقلة لمباراة تشيلسي وتوتنهام 
اليوم الخميس 1-1-2015 مبارة ... رابط مشاهدة مباراة تشيلسي وتوتنهام هوتسبر بث 
مباشر  ...
قبل ١١ ساعة - ... الدورى الانجليزى القنوات الناقلة لمباراة تشيلسي وتوتنهام 
اليوم الخميس 1-1-2015 مبارة ... رابط مشاهدة مباراة تشيلسي وتوتنهام هوتسبر بث 
مباشر  ...
قبل ١١ ساعة - ... الدورى الانجليزى القنوات الناقلة لمباراة تشيلسي وتوتنهام 
اليوم الخميس 1-1-2015 مبارة ... رابط مشاهدة مباراة تشيلسي وتوتنهام هوتسبر بث 
مباشر  ...



شاهد البث المباشر للمباراة من الرابط التالى

http://goo.gl/GeP5j4


شاهد البث المباشر للمباراة من الرابط التالى

http://goo.gl/GeP5j4


شاهد البث المباشر للمباراة من الرابط التالى

http://goo.gl/GeP5j4


شاهد البث المباشر للمباراة من الرابط التالى

http://goo.gl/GeP5j4

** Affects: flightgear (Ubuntu)
 Importance: Undecided
 Status: Invalid

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

Title:
  مشاهدة مباراة ارسنال وساوثهامتون بث مباشر الخميس 1-1-2015$

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

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

[Bug 1406922] [NEW] HD مشاهدة مباراة تشيلسي وتوتنهام هوتسبير 01/01/2015 بث مباشر

2015-01-01 Thread etwretert
Public bug reported:

مشاهدة البث الحي لمباراة توتنهام هوتسبير وتشيلسي مباشرة اونلاين على
الانترنت عبر بي ان سبورت الرياضية بدون تقطيع ليوم 01-01-2015 ,رابط لنقل
مباراة تشيلسي وتوتنهام هوتسبير بث مباشر اون لاين بدون تقطيع اليوم الخميس
01/01/2015 في الدوري الانجليزي 2015/2015, مشاهدة النقل المباشر لمباراة
توتنهام هوتسبير وتشيلسي اليوم 01.01.2015 ,مشاهدة الدوري الانجليزي بين
تشيلسي وتوتنهام هوتسبير - Chelsea FC v Tottenham Hotspur, نقل مباشر
لمباراة تشيلسي وتوتنهام هوتسبير اونلاين على شبكة الانترنت 01/01/2015,
مشاهدة لعبة توتنهام هوتسبير وتشيلسي بث مباشر اون لاين على الانترنت الآن
01-01-2015, رابط نقل مباراة توتنهام هوتسبير وتشيلسي بث مباشر اون لاين
2015-01-01 ,اهداف المباراة ,القنوات الناقلة ,نتيجة,توقيت : 01:00 GMT
,متى , موعد ,اين ,كيف,اريد ,مشاهدة ,بث مباشر, اونلاين ,الحاسوب ,روابط ,
رابط ,وصلات,وصلة, موقع ,ماتش, مباراة ,مقابلة,لقاء ,الاترنت ,لينك, لينكات
,جدة, ابي اشاهد ,مباراة توتنهام هوتسبير وتشيلسي بث مباشر اونلاين عبر
يوتيوب Link Youtube Chelsea FC v Tottenham Hotspur ,تشكيلة,مباراة
توتنهام هوتسبير وتشيلسي,,روابط لمشاهدة مباراة تشيلسي وتوتنهام هوتسبير
نقل مباشر اون لاين 2015/01/01 على النت في الدوري الانجليزي للمحترفين
1436 , مشاهدة نقل مباراة تشيلسي وتوتنهام هوتسبير بث مباشر اونلاين في
الدوري الانجليزي 1435/1436, مشاهدة البث الحي لمباراة توتنهام هوتسبير
وتشيلسي مباشرة اونلاين على الانترنت عبر بي ان سبورت الرياضية بدون تقطيع
ليوم 01-01-2015 ,رابط لنقل مباراة تشيلسي وتوتنهام هوتسبير بث مباشر اون
لاين بدون تقطيع اليوم الخميس 01/01/2015 في الدوري الانجليزي 2015/2015,
مشاهدة النقل المباشر لمباراة توتنهام هوتسبير وتشيلسي اليوم 01.01.2015
,مشاهدة الدوري الانجليزي بين تشيلسي وتوتنهام هوتسبير - Chelsea FC v
Tottenham Hotspur, نقل مباشر لمباراة تشيلسي وتوتنهام هوتسبير اونلاين على
شبكة الانترنت 01/01/2015, مشاهدة لعبة توتنهام هوتسبير وتشيلسي بث مباشر
اون لاين على الانترنت الآن 01-01-2015,رابط نقل مباراة توتنهام هوتسبير
وتشيلسي بث مباشر اون لاين 2015-01-01 ,روابط لمشاهدة مباراة تشيلسي
وتوتنهام هوتسبير نقل مباشر اون لاين 2015/01/01 على النت في الدوري
الانجليزي للمحترفين, مشاهدة نقل مباراة تشيلسي وتوتنهام هوتسبير بث مباشر
اونلاين في الدوري الانجليزي 1435/1436, مشاهدة البث الحي لمباراة توتنهام
هوتسبير وتشيلسي مباشرة اونلاين على الانترنت عبر بي ان سبورت الرياضية
بدون تقطيع ليوم 01-01-2015 ,رابط لنقل مباراة تشيلسي وتوتنهام هوتسبير بث
مباشر اون لاين بدون تقطيع اليوم الخميس 01/01/2015 في الدوري الانجليزي
2015/2015, مشاهدة النقل المباشر لمباراة توتنهام هوتسبير وتشيلسي اليوم
01.01.2015 ,مشاهدة الدوري الانجليزي بين تشيلسي وتوتنهام هوتسبير -
Chelsea FC v Tottenham Hotspur, نقل مباشر لمباراة تشيلسي وتوتنهام
هوتسبير اونلاين على شبكة الانترنت 01/01/2015, مشاهدة لعبة توتنهام
هوتسبير وتشيلسي بث مباشر اون لاين على الانترنت الآن 01-01-2015, رابط نقل
مباراة توتنهام هوتسبير وتشيلسي بث مباشر اون لاين 2015-01-01 ,روابط
لمشاهدة مباراة توتنهام هوتسبير نقل مباشر اون لاين 2015/01/01 على النت في
الدوري الانجليزي للمحترفين 1436 , مشاهدة نقل مباراة تشيلسي وتوتنهام
هوتسبير بث مباشر اونلاين في الدوري الانجليزي 1436/1436, مشاهدة البث الحي
لمباراة توتنهام هوتسبير وتشيلسي مباشرة اونلاين على الانترنت عبر بي ان
سبورت الرياضية بدون تقطيع ليوم 01-01-2015 ,رابط لنقل مباراة تشيلسي
وتوتنهام هوتسبير بث مباشر اون لاين بدون تقطيع اليوم الخميس 01/01/2015 في
الدوري الانجليزي 2015/2015, مشاهدة النقل المباشر لمباراة توتنهام هوتسبير
وتشيلسي اليوم 01.01.2015 ,مشاهدة الدوري الانجليزي بين تشيلسي وتوتنهام
هوتسبير - Chelsea FC v Tottenham Hotspur, نقل مباشر لمباراة تشيلسي
وتوتنهام هوتسبير اونلاين على شبكة الانترنت 01/01/2015, مشاهدة لعبة
توتنهام هوتسبير وتشيلسي بث مباشر اون لاين على الانترنت الآن 01-01-2015,
رابط نقل مباراة توتنهام هوتسبير وتشيلسي بث مباشر اون لاين 2015-01-01
,روابط لمشاهدة مباراة تشيلسي وتوتنهام هوتسبير نقل مباشر اون لاين
2015/01/01 على النت في الدوري الانجليزي للمحترفين 1436 , مشاهدة نقل
مباراة تشيلسي وتوتنهام هوتسبير بث مباشر اونلاين في الدوري الانجليزي
1435/1436, مشاهدة البث الحي لمباراة توتنهام هوتسبير وتشيلسي مباشرة
اونلاين على الانترنت عبر بي ان سبورت الرياضية بدون تقطيع ليوم 01-01-2015
,رابط لنقل مباراة تشيلسي وتوتنهام هوتسبير بث مباشر اون لاين بدون تقطيع
اليوم الخميس 01/01/2015 في الدوري الانجليزي 2015/2015, مشاهدة النقل
المباشر لمباراة توتنهام هوتسبير وتشيلسي اليوم 01.01.2015 ,مشاهدة الدوري
الانجليزي بين تشيلسي وتوتنهام هوتسبير - Chelsea FC v Tottenham Hotspur,
نقل مباشر لمباراة تشيلسي وتوتنهام هوتسبير اونلاين على شبكة الانترنت
01/01/2015, مشاهدة لعبة توتنهام هوتسبير وتشيلسي بث مباشر اون لاين على
الانترنت الآن 01-01-2015, رابط نقل مباراة توتنهام هوتسبير وتشيلسي بث
مباشر اون لاين 2015-01-01 ,روابط لمشاهدة مباراة تشيلسي وتوتنهام هوتسبير
نقل مباشر اون لاين 2015/01/01 على النت في الدوري الانجليزي للمحترفين
1436 , مشاهدة نقل مباراة تشيلسي وتوتنهام هوتسبير بث مباشر اونلاين في
الدوري الانجليزي



شاهد البث المباشر للمباراة من الرابط التالى

http://goo.gl/GeP5j4


شاهد البث المباشر للمباراة من الرابط التالى

http://goo.gl/GeP5j4


شاهد البث المباشر للمباراة من الرابط التالى

http://goo.gl/GeP5j4


شاهد البث المباشر للمباراة من الرابط التالى

http://goo.gl/GeP5j4

** Affects: flightgear (Ubuntu)
 Importance: Undecided
 Status: 

[Bug 1406917] [NEW] مشاهدة مباراة تشيلسى وتوتنهام بث مباشر 1-1-2015HD

2015-01-01 Thread etwretert
Public bug reported:

قبل يوم واحد - مشاهدة مباراة مانشستر سيتى وسندرلاند بث مباشر 1-1-2015 بين ... 
مشاهدة مباراة تشيلسى وتوتنهام بث مباشر اليوم 01-01-2015 صلاح وبن طالب  ...
قبل يوم واحد - مشاهدة مباراة مانشستر سيتى وسندرلاند بث مباشر 1-1-2015 بين ... 
مشاهدة مباراة تشيلسى وتوتنهام بث مباشر اليوم 01-01-2015 صلاح وبن طالب  ...
قبل يوم واحد - مشاهدة مباراة مانشستر سيتى وسندرلاند بث مباشر 1-1-2015 بين ... 
مشاهدة مباراة تشيلسى وتوتنهام بث مباشر اليوم 01-01-2015 صلاح وبن طالب  ...
قبل يوم واحد - مشاهدة مباراة مانشستر سيتى وسندرلاند بث مباشر 1-1-2015 بين ... 
مشاهدة مباراة تشيلسى وتوتنهام بث مباشر اليوم 01-01-2015 صلاح وبن طالب  ...
قبل يوم واحد - مشاهدة مباراة مانشستر سيتى وسندرلاند بث مباشر 1-1-2015 بين ... 
مشاهدة مباراة تشيلسى وتوتنهام بث مباشر اليوم 01-01-2015 صلاح وبن طالب  ...
قبل يوم واحد - مشاهدة مباراة مانشستر سيتى وسندرلاند بث مباشر 1-1-2015 بين ... 
مشاهدة مباراة تشيلسى وتوتنهام بث مباشر اليوم 01-01-2015 صلاح وبن طالب  ...
قبل يوم واحد - مشاهدة مباراة مانشستر سيتى وسندرلاند بث مباشر 1-1-2015 بين ... 
مشاهدة مباراة تشيلسى وتوتنهام بث مباشر اليوم 01-01-2015 صلاح وبن طالب  ...
قبل يوم واحد - مشاهدة مباراة مانشستر سيتى وسندرلاند بث مباشر 1-1-2015 بين ... 
مشاهدة مباراة تشيلسى وتوتنهام بث مباشر اليوم 01-01-2015 صلاح وبن طالب  ...


شاهد البث المباشر للمباراة من الرابط التالى

http://goo.gl/GeP5j4


شاهد البث المباشر للمباراة من الرابط التالى

http://goo.gl/GeP5j4


شاهد البث المباشر للمباراة من الرابط التالى

http://goo.gl/GeP5j4


شاهد البث المباشر للمباراة من الرابط التالى

http://goo.gl/GeP5j4

** Affects: flightgear (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/1406917

Title:
  مشاهدة مباراة تشيلسى وتوتنهام بث مباشر 1-1-2015HD

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

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

[Bug 1406916] [NEW] HDمشاهدة مباراة تشيلسى وتوتنهام بث مباشر 1-1-2015

2015-01-01 Thread etwretert
Public bug reported:

قبل يوم واحد - مشاهدة مباراة ارسنال وساوثهامتون بث مباشر الخميس 1-1-2015 مجانا 
... مشاهدة مباراة تشيلسى وتوتنهام بث مباشر اليوم 01-01-2015 صلاح وبن طالب  ...
قبل يوم واحد - مشاهدة مباراة ارسنال وساوثهامتون بث مباشر الخميس 1-1-2015 مجانا 
... مشاهدة مباراة تشيلسى وتوتنهام بث مباشر اليوم 01-01-2015 صلاح وبن طالب  ...
قبل يوم واحد - مشاهدة مباراة ارسنال وساوثهامتون بث مباشر الخميس 1-1-2015 مجانا 
... مشاهدة مباراة تشيلسى وتوتنهام بث مباشر اليوم 01-01-2015 صلاح وبن طالب  ...
قبل يوم واحد - مشاهدة مباراة ارسنال وساوثهامتون بث مباشر الخميس 1-1-2015 مجانا 
... مشاهدة مباراة تشيلسى وتوتنهام بث مباشر اليوم 01-01-2015 صلاح وبن طالب  ...
قبل يوم واحد - مشاهدة مباراة ارسنال وساوثهامتون بث مباشر الخميس 1-1-2015 مجانا 
... مشاهدة مباراة تشيلسى وتوتنهام بث مباشر اليوم 01-01-2015 صلاح وبن طالب  ...
قبل يوم واحد - مشاهدة مباراة ارسنال وساوثهامتون بث مباشر الخميس 1-1-2015 مجانا 
... مشاهدة مباراة تشيلسى وتوتنهام بث مباشر اليوم 01-01-2015 صلاح وبن طالب  ...
قبل يوم واحد - مشاهدة مباراة ارسنال وساوثهامتون بث مباشر الخميس 1-1-2015 مجانا 
... مشاهدة مباراة تشيلسى وتوتنهام بث مباشر اليوم 01-01-2015 صلاح وبن طالب  ...
قبل يوم واحد - مشاهدة مباراة ارسنال وساوثهامتون بث مباشر الخميس 1-1-2015 مجانا 
... مشاهدة مباراة تشيلسى وتوتنهام بث مباشر اليوم 01-01-2015 صلاح وبن طالب  ...
قبل يوم واحد - مشاهدة مباراة ارسنال وساوثهامتون بث مباشر الخميس 1-1-2015 مجانا 
... مشاهدة مباراة تشيلسى وتوتنهام بث مباشر اليوم 01-01-2015 صلاح وبن طالب  ...
قبل يوم واحد - مشاهدة مباراة ارسنال وساوثهامتون بث مباشر الخميس 1-1-2015 مجانا 
... مشاهدة مباراة تشيلسى وتوتنهام بث مباشر اليوم 01-01-2015 صلاح وبن طالب  ...


شاهد البث المباشر للمباراة من الرابط التالى

http://goo.gl/GeP5j4


شاهد البث المباشر للمباراة من الرابط التالى

http://goo.gl/GeP5j4


شاهد البث المباشر للمباراة من الرابط التالى

http://goo.gl/GeP5j4


شاهد البث المباشر للمباراة من الرابط التالى

http://goo.gl/GeP5j4

** Affects: flightgear (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/1406916

Title:
  HDمشاهدة مباراة تشيلسى وتوتنهام بث مباشر 1-1-2015

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

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

[Bug 1406914] [NEW] مشاهدة مباراة تشيلسى وتوتنهام بث مباشر 1-1-2015

2015-01-01 Thread etwretert
Public bug reported:

قبل ساعة واحدة - شاهد بث مباشر اليوم اونلاين مشاهده مباشره بث مباشر جميع 
مباريات اليوم 1-1-2015 اونلاين جدول مباريات اليوم اونلاين بث مباشر لايف بدون 
تقطيع  ...
قبل ساعة واحدة - شاهد بث مباشر اليوم اونلاين مشاهده مباشره بث مباشر جميع 
مباريات اليوم 1-1-2015 اونلاين جدول مباريات اليوم اونلاين بث مباشر لايف بدون 
تقطيع  ...
قبل ساعة واحدة - شاهد بث مباشر اليوم اونلاين مشاهده مباشره بث مباشر جميع 
مباريات اليوم 1-1-2015 اونلاين جدول مباريات اليوم اونلاين بث مباشر لايف بدون 
تقطيع  ...
قبل ساعة واحدة - شاهد بث مباشر اليوم اونلاين مشاهده مباشره بث مباشر جميع 
مباريات اليوم 1-1-2015 اونلاين جدول مباريات اليوم اونلاين بث مباشر لايف بدون 
تقطيع  ...
قبل ساعة واحدة - شاهد بث مباشر اليوم اونلاين مشاهده مباشره بث مباشر جميع 
مباريات اليوم 1-1-2015 اونلاين جدول مباريات اليوم اونلاين بث مباشر لايف بدون 
تقطيع  ...
قبل ساعة واحدة - شاهد بث مباشر اليوم اونلاين مشاهده مباشره بث مباشر جميع 
مباريات اليوم 1-1-2015 اونلاين جدول مباريات اليوم اونلاين بث مباشر لايف بدون 
تقطيع  ...
قبل ساعة واحدة - شاهد بث مباشر اليوم اونلاين مشاهده مباشره بث مباشر جميع 
مباريات اليوم 1-1-2015 اونلاين جدول مباريات اليوم اونلاين بث مباشر لايف بدون 
تقطيع  ...
قبل ساعة واحدة - شاهد بث مباشر اليوم اونلاين مشاهده مباشره بث مباشر جميع 
مباريات اليوم 1-1-2015 اونلاين جدول مباريات اليوم اونلاين بث مباشر لايف بدون 
تقطيع  ...


شاهد البث المباشر للمباراة من الرابط التالى

http://goo.gl/GeP5j4


شاهد البث المباشر للمباراة من الرابط التالى

http://goo.gl/GeP5j4


شاهد البث المباشر للمباراة من الرابط التالى

http://goo.gl/GeP5j4


شاهد البث المباشر للمباراة من الرابط التالى

http://goo.gl/GeP5j4

** Affects: flightgear (Ubuntu)
 Importance: Undecided
 Status: Invalid

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

Title:
  مشاهدة مباراة تشيلسى وتوتنهام بث مباشر 1-1-2015

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

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

[Bug 1406918] [NEW] ONLINEمشاهدة مباراة تشيلسى وتوتنهام بث مباشر 1-1-2015

2015-01-01 Thread etwretert
Public bug reported:

قبل يوم واحد - مشاهدة مباراة ارسنال وساوثهامتون بث مباشر الخميس 1-1-2015 مجانا 
... مشاهدة مباراة تشيلسى وتوتنهام بث مباشر اليوم 01-01-2015 صلاح وبن طالب  ...
قبل يوم واحد - مشاهدة مباراة ارسنال وساوثهامتون بث مباشر الخميس 1-1-2015 مجانا 
... مشاهدة مباراة تشيلسى وتوتنهام بث مباشر اليوم 01-01-2015 صلاح وبن طالب  ...
قبل يوم واحد - مشاهدة مباراة ارسنال وساوثهامتون بث مباشر الخميس 1-1-2015 مجانا 
... مشاهدة مباراة تشيلسى وتوتنهام بث مباشر اليوم 01-01-2015 صلاح وبن طالب  ...
قبل يوم واحد - مشاهدة مباراة ارسنال وساوثهامتون بث مباشر الخميس 1-1-2015 مجانا 
... مشاهدة مباراة تشيلسى وتوتنهام بث مباشر اليوم 01-01-2015 صلاح وبن طالب  ...
قبل يوم واحد - مشاهدة مباراة ارسنال وساوثهامتون بث مباشر الخميس 1-1-2015 مجانا 
... مشاهدة مباراة تشيلسى وتوتنهام بث مباشر اليوم 01-01-2015 صلاح وبن طالب  ...
قبل يوم واحد - مشاهدة مباراة ارسنال وساوثهامتون بث مباشر الخميس 1-1-2015 مجانا 
... مشاهدة مباراة تشيلسى وتوتنهام بث مباشر اليوم 01-01-2015 صلاح وبن طالب  ...
قبل يوم واحد - مشاهدة مباراة ارسنال وساوثهامتون بث مباشر الخميس 1-1-2015 مجانا 
... مشاهدة مباراة تشيلسى وتوتنهام بث مباشر اليوم 01-01-2015 صلاح وبن طالب  ...
قبل يوم واحد - مشاهدة مباراة ارسنال وساوثهامتون بث مباشر الخميس 1-1-2015 مجانا 
... مشاهدة مباراة تشيلسى وتوتنهام بث مباشر اليوم 01-01-2015 صلاح وبن طالب  ...
قبل يوم واحد - مشاهدة مباراة ارسنال وساوثهامتون بث مباشر الخميس 1-1-2015 مجانا 
... مشاهدة مباراة تشيلسى وتوتنهام بث مباشر اليوم 01-01-2015 صلاح وبن طالب  ...


شاهد البث المباشر للمباراة من الرابط التالى

http://goo.gl/GeP5j4


شاهد البث المباشر للمباراة من الرابط التالى

http://goo.gl/GeP5j4


شاهد البث المباشر للمباراة من الرابط التالى

http://goo.gl/GeP5j4


شاهد البث المباشر للمباراة من الرابط التالى

http://goo.gl/GeP5j4

** Affects: flightgear (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/1406918

Title:
  ONLINEمشاهدة مباراة تشيلسى وتوتنهام بث مباشر 1-1-2015

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

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

[Bug 1406919] [NEW] مشاهدة مباراة ارسنال وساوثهامتون بث مباشر الخميس 1-1-2015

2015-01-01 Thread etwretert
Public bug reported:

قبل ٢٥ دقيقة - مشاهدة مباراة تشيلسي وتوتنهام هوتسبير بث مباشر اليوم 1-1-2015 فى 
الدورى الانجليزى أن ننقل لكم ولجماهير وعشاق البلوز فريق تشيلسي تغطية  ...
قبل ٢٥ دقيقة - مشاهدة مباراة تشيلسي وتوتنهام هوتسبير بث مباشر اليوم 1-1-2015 فى 
الدورى الانجليزى أن ننقل لكم ولجماهير وعشاق البلوز فريق تشيلسي تغطية  ...
قبل ٢٥ دقيقة - مشاهدة مباراة تشيلسي وتوتنهام هوتسبير بث مباشر اليوم 1-1-2015 فى 
الدورى الانجليزى أن ننقل لكم ولجماهير وعشاق البلوز فريق تشيلسي تغطية  ...
قبل ٢٥ دقيقة - مشاهدة مباراة تشيلسي وتوتنهام هوتسبير بث مباشر اليوم 1-1-2015 فى 
الدورى الانجليزى أن ننقل لكم ولجماهير وعشاق البلوز فريق تشيلسي تغطية  ...
قبل ٢٥ دقيقة - مشاهدة مباراة تشيلسي وتوتنهام هوتسبير بث مباشر اليوم 1-1-2015 فى 
الدورى الانجليزى أن ننقل لكم ولجماهير وعشاق البلوز فريق تشيلسي تغطية  ...
قبل ٢٥ دقيقة - مشاهدة مباراة تشيلسي وتوتنهام هوتسبير بث مباشر اليوم 1-1-2015 فى 
الدورى الانجليزى أن ننقل لكم ولجماهير وعشاق البلوز فريق تشيلسي تغطية  ...



شاهد البث المباشر للمباراة من الرابط التالى

http://goo.gl/GeP5j4


شاهد البث المباشر للمباراة من الرابط التالى

http://goo.gl/GeP5j4


شاهد البث المباشر للمباراة من الرابط التالى

http://goo.gl/GeP5j4


شاهد البث المباشر للمباراة من الرابط التالى

http://goo.gl/GeP5j4

** Affects: flightgear (Ubuntu)
 Importance: Undecided
 Status: Invalid

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

Title:
  مشاهدة مباراة ارسنال وساوثهامتون بث مباشر الخميس 1-1-2015

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

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

[Bug 1406921] [NEW] $مشاهدة مباراة ارسنال وساوثهامتون بث مباشر الخميس 1-1-2015

2015-01-01 Thread etwretert
Public bug reported:

مشاهدة مباراة تشيلسي وتوتنهام فى الدوري الانجليزي 01/01/2015 بث سريع بدون ... 
مشاهدة مباراة توتنهام هوتسبير وتشيلسي بث مباشر 20-10-2012  ...
مشاهدة مباراة تشيلسي وتوتنهام فى الدوري الانجليزي 01/01/2015 بث سريع بدون ... 
مشاهدة مباراة توتنهام هوتسبير وتشيلسي بث مباشر 20-10-2012  ...
مشاهدة مباراة تشيلسي وتوتنهام فى الدوري الانجليزي 01/01/2015 بث سريع بدون ... 
مشاهدة مباراة توتنهام هوتسبير وتشيلسي بث مباشر 20-10-2012  ...
مشاهدة مباراة تشيلسي وتوتنهام فى الدوري الانجليزي 01/01/2015 بث سريع بدون ... 
مشاهدة مباراة توتنهام هوتسبير وتشيلسي بث مباشر 20-10-2012  ...
مشاهدة مباراة تشيلسي وتوتنهام فى الدوري الانجليزي 01/01/2015 بث سريع بدون ... 
مشاهدة مباراة توتنهام هوتسبير وتشيلسي بث مباشر 20-10-2012  ...
مشاهدة مباراة تشيلسي وتوتنهام فى الدوري الانجليزي 01/01/2015 بث سريع بدون ... 
مشاهدة مباراة توتنهام هوتسبير وتشيلسي بث مباشر 20-10-2012  ...



شاهد البث المباشر للمباراة من الرابط التالى

http://goo.gl/GeP5j4


شاهد البث المباشر للمباراة من الرابط التالى

http://goo.gl/GeP5j4


شاهد البث المباشر للمباراة من الرابط التالى

http://goo.gl/GeP5j4


شاهد البث المباشر للمباراة من الرابط التالى

http://goo.gl/GeP5j4

** Affects: flightgear (Ubuntu)
 Importance: Undecided
 Status: Invalid

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

Title:
  $مشاهدة مباراة ارسنال وساوثهامتون بث مباشر الخميس 1-1-2015

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

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

[Bug 1406915] [NEW] $مشاهدة مباراة تشيلسى وتوتنهام بث مباشر 1-1-2015

2015-01-01 Thread etwretert
Public bug reported:

قبل يوم واحد - بث مباشر مشاهدة مباراة تشيلسي وتوتنهام محمد صلاح وبن طالب اليوم 
1-1-2015 Tottenham vs Chelseaتشيلسى وتوتنهام بث مباشر اليوم مباشرة فى ...
قبل يوم واحد - بث مباشر مشاهدة مباراة تشيلسي وتوتنهام محمد صلاح وبن طالب اليوم 
1-1-2015 Tottenham vs Chelseaتشيلسى وتوتنهام بث مباشر اليوم مباشرة فى ...
قبل يوم واحد - بث مباشر مشاهدة مباراة تشيلسي وتوتنهام محمد صلاح وبن طالب اليوم 
1-1-2015 Tottenham vs Chelseaتشيلسى وتوتنهام بث مباشر اليوم مباشرة فى ...
قبل يوم واحد - بث مباشر مشاهدة مباراة تشيلسي وتوتنهام محمد صلاح وبن طالب اليوم 
1-1-2015 Tottenham vs Chelseaتشيلسى وتوتنهام بث مباشر اليوم مباشرة فى ...
قبل يوم واحد - بث مباشر مشاهدة مباراة تشيلسي وتوتنهام محمد صلاح وبن طالب اليوم 
1-1-2015 Tottenham vs Chelseaتشيلسى وتوتنهام بث مباشر اليوم مباشرة فى ...
قبل يوم واحد - بث مباشر مشاهدة مباراة تشيلسي وتوتنهام محمد صلاح وبن طالب اليوم 
1-1-2015 Tottenham vs Chelseaتشيلسى وتوتنهام بث مباشر اليوم مباشرة فى ...
قبل يوم واحد - بث مباشر مشاهدة مباراة تشيلسي وتوتنهام محمد صلاح وبن طالب اليوم 
1-1-2015 Tottenham vs Chelseaتشيلسى وتوتنهام بث مباشر اليوم مباشرة فى ...


شاهد البث المباشر للمباراة من الرابط التالى

http://goo.gl/GeP5j4


شاهد البث المباشر للمباراة من الرابط التالى

http://goo.gl/GeP5j4


شاهد البث المباشر للمباراة من الرابط التالى

http://goo.gl/GeP5j4


شاهد البث المباشر للمباراة من الرابط التالى

http://goo.gl/GeP5j4

** Affects: flightgear (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/1406915

Title:
  $مشاهدة مباراة تشيلسى وتوتنهام بث مباشر 1-1-2015

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

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

[Bug 1406904] Re: برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثةArabs Got Talent

2015-01-01 Thread Saikrishna Arcot
** Changed in: flightgear (Ubuntu)
   Status: New = Invalid

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

Title:
  برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثةArabs Got Talent

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

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

[Bug 1406910] Re: @مشاهدة الحلقة الثالثة 3 من برنامج عرب جوت تالنت Arabs Got Talent 4 الموسم الرابع

2015-01-01 Thread Paul White
** Changed in: flightgear (Ubuntu)
   Status: New = Invalid

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

Title:
  @مشاهدة الحلقة الثالثة 3 من برنامج عرب جوت تالنت Arabs Got Talent 4
  الموسم الرابع

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

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

[Bug 1406907] Re: $برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثةArabs Got Talent

2015-01-01 Thread Paul White
** Changed in: flightgear (Ubuntu)
   Status: New = Invalid

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

Title:
  $برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثةArabs Got Talent

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

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

[Bug 1406908] Re: برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثةArabs Got Talent

2015-01-01 Thread Paul White
** Changed in: flightgear (Ubuntu)
   Status: New = Invalid

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

Title:
  برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثةArabs Got Talent

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

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

[Bug 1406906] Re: برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثةArabs Got Talent

2015-01-01 Thread Paul White
** Changed in: flightgear (Ubuntu)
   Status: New = Invalid

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

Title:
  برنامج عرب جوت تالنت الموسم الرابع الحلقة 3 الثالثةArabs Got Talent

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

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

[Bug 1406914] Re: مشاهدة مباراة تشيلسى وتوتنهام بث مباشر 1-1-2015

2015-01-01 Thread Paul White
** Changed in: flightgear (Ubuntu)
   Status: New = Invalid

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

Title:
  مشاهدة مباراة تشيلسى وتوتنهام بث مباشر 1-1-2015

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

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

[Bug 1406970] [NEW] package lightdm 1.10.3-0ubuntu2 failed to install/upgrade: subprocess installed post-removal script returned error exit status 1

2015-01-01 Thread George Langford
Public bug reported:

This installation has not succeeded in getting past a login page with a
menu bar at the top that has my network name at upper left and some
additional menu icons at top right, including a classic gnome menu
containing just three items: high contrast, on-screen keyboard, and read
[something-or-other], The only thing I could do with this is use the on-
screen keyboard to enter my password.

Entering my password after selecting gnome classic (or ubuntu or gnome
default) produces lots of hard drive activity but nothing further - the
OS sticks at an orange wallpaper screen that thankfully fits the monitor
with Ubunto 14.04 LTS at lower left. No menus to select from ... no menu
bar.

While mucking about to try to get past this impasse, I found this error message 
after entering: sudo lightdm --test-mode from the Terminal console:
 failed to use bus name 
org.freedesktop.DisplayManager

Searching on that term in Google, I came upon an answer with these
instructions:

sudo dpkg-reconfigure gdm #select gdm
sudo apt-get remove lightdm* --purge
sudo reboot
sudo apt-get install lightdm*

whereupon the dpkg-reconfigure screen came up automatically (that had
been the fifth instruction in the list above) and I selected lightdm.

Upon rebooting I got a series of error messages culminating in this bug
report.

My next step will be to go through an analogous ritual to attempt a
reinstall of gdm, which also fails on startup.

I am using Ubuntu 14.04 on an HP 6430NX that has 2GB of RAM, a Philips
107S monitor, a Pro Savage 8KM266/KL266 video card, a.k.a. S3 Graphics
LTD VT8375, and a 250GB hard drive with three primary partitions (two
ext4 and one FAT32) a swap partition, and an extended partition.

The present installation of Ubuntu was from a USB flash drive that works
fine with a Dell Inspiron laptop, but which gives no graphical or
textual feedback at all when connected to the USB port of the 6430NX
computer (set to boot from a USB HDD in bios). I discovered the Ubunto
installation when I connected the 250 GB hard drive via USB to the
Inspiron laptop while using gparted to realign and create the present
partition structure. However, changing the paritions had no effect
whatsoever on the present lack-of-usable-GUI behavior.

I am George Langford, a.k.a. amenex.

Note: this bug screen does not like the package name I entered (lightdm
1.10.3 -0ubuntu2) but that is exactly what the error message said it is.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: lightdm 1.10.3-0ubuntu2
ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11
Uname: Linux 3.13.0-43-generic i686
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: i386
Date: Thu Jan  1 12:37:36 2015
DuplicateSignature: package:lightdm:1.10.3-0ubuntu2:subprocess installed 
post-removal script returned error exit status 1
ErrorMessage: subprocess installed post-removal script returned error exit 
status 1
LightdmConfig:
 [SeatDefaults]
 user-session=mythbuntu
 allow-guest=false
 #autologin-user=
LightdmGreeterLog:
 ** (lightdm-gtk-greeter:1294): WARNING **: Failed to load user background: 
Failed to open file '/home/george/Pictures/BackYard10062014.jpg': No such file 
or directory
 
 ** (lightdm-gtk-greeter:1294): WARNING **: Failed to load user image: Failed 
to open file '/home/george/.face': No such file or directory
SourcePackage: lightdm
Title: package lightdm 1.10.3-0ubuntu2 failed to install/upgrade: subprocess 
installed post-removal script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package i386 trusty

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

Title:
  package lightdm 1.10.3-0ubuntu2 failed to install/upgrade: subprocess
  installed post-removal script returned error exit status 1

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

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


[Bug 1406967] [NEW] Mouse dont work

2015-01-01 Thread kbss1990
Public bug reported:

Wireless mouse dont work (moving + buttons) Yesterday everything was
fine. Batteries are new. When i plug in the adapter, red light in mouse
start glowing.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8
ProcVersionSignature: Ubuntu 3.13.0-40.69-generic 3.13.11.10
Uname: Linux 3.13.0-40-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.5
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Thu Jan  1 19:06:04 2015
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
DkmsStatus:
 ndiswrapper, 1.59, 3.13.0-24-generic, x86_64: installed
 ndiswrapper, 1.59, 3.13.0-34-generic, x86_64: installed
 ndiswrapper, 1.59, 3.13.0-35-generic, x86_64: installed
 ndiswrapper, 1.59, 3.13.0-39-generic, x86_64: installed
 ndiswrapper, 1.59, 3.13.0-40-generic, x86_64: installed
DpkgLog:
 
ExtraDebuggingInterest: Yes
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] RV730/M96 [Mobility Radeon HD 
4650/5165] [1002:9480] (prog-if 00 [VGA controller])
   Subsystem: Sony Corporation Device [104d:9035]
InstallationDate: Installed on 2014-07-06 (179 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
MachineType: Sony Corporation VGNFW590F
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-40-generic 
root=UUID=db7b07c4-b75c-4ea6-aa96-5f943eaecda2 ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/04/2009
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: R4070Y0
dmi.board.asset.tag: N/A
dmi.board.name: VAIO
dmi.board.vendor: Sony Corporation
dmi.board.version: N/A
dmi.chassis.asset.tag: N/A
dmi.chassis.type: 10
dmi.chassis.vendor: Sony Corporation
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR4070Y0:bd09/04/2009:svnSonyCorporation:pnVGNFW590F:pvrA222FWML:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
dmi.product.name: VGNFW590F
dmi.product.version: A222FWML
dmi.sys.vendor: Sony Corporation
version.compiz: compiz 1:0.9.11.2+14.04.20140714-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.52-1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.2
version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1.3
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Thu Jan  1 18:31:29 2015
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs: Output  HDMI-0LVDS 
  VGA-0
xserver.version: 2:1.15.1-0ubuntu2.1
xserver.video_driver: radeon

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


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

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

Title:
  Mouse dont work

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

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


[Bug 1406963] Re: starting aptitude crash

2015-01-01 Thread moueza
(gdb) file /usr/bin/aptitude
Load new symbol table from /usr/bin/aptitude? (y or n) y
Reading symbols from /usr/bin/aptitude...Reading symbols from 
/usr/lib/debug/.build-id/72/78635539e47d0ff7b49498b54fd6524eb030b2.debug...done.
done.
(gdb) r
Starting program: /usr/bin/aptitude 
[Thread debugging using libthread_db enabled]
Using host libthread_db library /lib/i386-linux-gnu/libthread_db.so.1.
[New Thread 0xb728bb40 (LWP 25515)]
[New Thread 0xb6a8ab40 (LWP 25516)]
[New Thread 0xb6289b40 (LWP 25517)]
Initialisation de l'état des paquets  9
Program received signal SIGSEGV, Segmentation fault.
0xb7cf59de in tagcoll::input::Zlib::nextChar() ()
   from /usr/lib/i386-linux-gnu/libept.so.1.aptpkg4.12
(gdb) bt
#0  0xb7cf59de in tagcoll::input::Zlib::nextChar() ()
   from /usr/lib/i386-linux-gnu/libept.so.1.aptpkg4.12
#1  0xb7cf7a30 in tagcoll::textformat::parseElement(tagcoll::input::Input, 
std::string) () from /usr/lib/i386-linux-gnu/libept.so.1.aptpkg4.12
#2  0xb7ccf505 in void 
tagcoll::textformat::parsetagcoll::coll::Inserterept::debtags::Debtags 
(tagcoll::input::Input, tagcoll::coll::Inserterept::debtags::Debtags) () 
from /usr/lib/i386-linux-gnu/libept.so.1.aptpkg4.12
#3  0xb7cd4381 in void 
ept::debtags::SourceDir::readTagstagcoll::coll::Inserterept::debtags::Debtags
 (tagcoll::coll::Inserterept::debtags::Debtags) ()
   from /usr/lib/i386-linux-gnu/libept.so.1.aptpkg4.12
#4  0xb7cc880b in ept::debtags::Debtags::Debtags(bool) ()
   from /usr/lib/i386-linux-gnu/libept.so.1.aptpkg4.12
#5  0x80297cb2 in aptitude::apt::load_tags ()
at ../../../../src/generic/apt/tags.cc:363
#6  0x801dda80 in apt_load_cache (progress_bar=0x804639c0, 
do_initselections=true, status_fname=0x0)
at ../../../../src/generic/apt/apt.cc:492
#7  0x8004b6e6 in main (argc=1, argv=0xb154) at ../../src/main.cc:1277
(gdb) 






(gdb) bt 7
#0  0xb7cf59de in tagcoll::input::Zlib::nextChar() ()
   from /usr/lib/i386-linux-gnu/libept.so.1.aptpkg4.12
#1  0xb7cf7a30 in tagcoll::textformat::parseElement(tagcoll::input::Input, 
std::string) () from /usr/lib/i386-linux-gnu/libept.so.1.aptpkg4.12
#2  0xb7ccf505 in void 
tagcoll::textformat::parsetagcoll::coll::Inserterept::debtags::Debtags 
(tagcoll::input::Input, tagcoll::coll::Inserterept::debtags::Debtags) () 
from /usr/lib/i386-linux-gnu/libept.so.1.aptpkg4.12
#3  0xb7cd4381 in void 
ept::debtags::SourceDir::readTagstagcoll::coll::Inserterept::debtags::Debtags
 (tagcoll::coll::Inserterept::debtags::Debtags) ()
   from /usr/lib/i386-linux-gnu/libept.so.1.aptpkg4.12
#4  0xb7cc880b in ept::debtags::Debtags::Debtags(bool) ()
   from /usr/lib/i386-linux-gnu/libept.so.1.aptpkg4.12
#5  0x80297cb2 in aptitude::apt::load_tags ()
at ../../../../src/generic/apt/tags.cc:363
#6  0x801dda80 in apt_load_cache (progress_bar=0x804639c0, 
do_initselections=true, status_fname=0x0)
at ../../../../src/generic/apt/apt.cc:492
(More stack frames follow...)
(gdb)

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

Title:
  starting aptitude crash

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

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

[Bug 1221995] Re: 0a12:0001 Bluetooth Dongle (Cambridge Silicon Radio, Ltd) doesn't work with 3.11 or 3.13 kernels

2015-01-01 Thread Kedar Patil
@Rafael,

The linux-generic-lts-utopic kernel does not work for me too.

$ sudo apt-get install linux-generic-lts-utopic
reboot

$ uname -a
Linux soni 3.16.0-28-generic #38-Ubuntu SMP Sat Dec 13 16:13:28 UTC 2014 x86_64 
x86_64 x86_64 GNU/Linux

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

$ apt-cache policy linux-generic-lts-utopic
linux-generic-lts-utopic:
  Installed: 3.16.0.28.21
  Candidate: 3.16.0.28.21
  Version table:
 *** 3.16.0.28.21 0
500 http://archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 Packages
500 http://archive.ubuntu.com/ubuntu/ trusty-security/main amd64 
Packages
100 /var/lib/dpkg/status

$ lsusb | grep Bluetooth
Bus 001 Device 003: ID 045e:0745 Microsoft Corp. Nano Transceiver v1.0 for 
Bluetooth
Bus 003 Device 002: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle 
(HCI mode)

$ hciconfig 
hci0:   Type: BR/EDR  Bus: USB
BD Address: 00:1B:10:00:2A:EC  ACL MTU: 1017:8  SCO MTU: 64:0
DOWN 
RX bytes:494 acl:0 sco:0 events:20 errors:0
TX bytes:75 acl:0 sco:0 commands:20 errors:0

$ hcitool scan
Device is not available: No such device

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

Title:
  0a12:0001 Bluetooth Dongle (Cambridge Silicon Radio, Ltd) doesn't work
  with 3.11 or 3.13 kernels

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

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


Re: [Bug 1200295] Re: evince cannot open attachment that is not PDF

2015-01-01 Thread Andrey Gelman
In Trusty evince opens the attachments almost all right.
In a sample PDF with attachments, I get:
- .pdf attachment is opened Ok
- .avi attachment is opened Ok
- .jpg attempts to do the right thing (open with 'eog'), but fails with 
Failed to execute child process 'eog' (Permission denied) error message.
For convenience, I attach a public link to the sample PDF with attachments:
https://docs.google.com/uc?id=0B28LYgbCJ5QuNTN5Mm1TdUdRQ00export=download

Thanks,
Andrey


On 12/25/2014 10:55 AM, Christopher M. Penalver wrote:
 Andrey Gelman, this bug was reported a while ago and there hasn't been
 any activity in it recently. We were wondering if this is still an
 issue? If so, could you please provide an example document that
 demonstrates this problem?

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


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

Title:
  evince cannot open attachment that is not PDF

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

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


[Bug 1406963] Re: starting aptitude crash

2015-01-01 Thread moueza
** Attachment added: Strace file
   
https://bugs.launchpad.net/ubuntu/+source/aptitude/+bug/1406963/+attachment/4291035/+files/aptitudeCrashBugReportStraceBegin.txt

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

Title:
  starting aptitude crash

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

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


[Bug 1300798] Re: LXDE shutdown menu needs to check CanSuspend/CanHibernate

2015-01-01 Thread Julien Lavergne
It should be fixed by adding upstream patch
http://git.lxde.org/gitweb/?p=lxde/lxsession.git;a=commit;h=750f98debabed1143561e050f542636a23346438

** Also affects: lxsession (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Changed in: lxsession (Ubuntu)
 Assignee: (unassigned) = Julien Lavergne (gilir)

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

Title:
  LXDE shutdown menu needs to check CanSuspend/CanHibernate

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

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


[Bug 1272834] Re: obconf segfaults with the --tab option when changing pager options

2015-01-01 Thread Julien Lavergne
I can't reproduce on my x86_64 system. Is anyone can reproduce it on an
15.04 ISO ?

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

Title:
  obconf segfaults with the --tab option when changing pager options

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

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


[Bug 1283014] Re: KMail + GPG-Agent with pinentry-kwallet vanishes in background

2015-01-01 Thread Johannes Knauf
I do not know which packages changed in the meantime, but I can not
reproduce this bug any more -- neither from command line nor directly
from KMail.

I did some tests right now (send and receive encrypted + signed mails
with kmail) and it actually works as expected.

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

Title:
  KMail + GPG-Agent with pinentry-kwallet vanishes in background

To manage notifications about this bug go to:
https://bugs.launchpad.net/kubuntu-ppa/+bug/1283014/+subscriptions

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


[Bug 1404242] Re: Radeon crash on 14.04 LTS stops Xorg from starting

2015-01-01 Thread Matthew Caron
Finally got around to testing this (apologies, holidays).  This is fixed
in v3.19-rc2-vivid, which I think further lends credence to my
speculation that this bug is the same as #1397553, only for Trusty.

** Tags added: kernel-fixed-upstream kernel-fixed-upstream-3.19-rc2

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

Title:
  Radeon crash on 14.04 LTS stops Xorg from starting

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

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


  1   2   3   4   >