Re: [Desktop-packages] [Bug 1302192] Re: capabilities not preserved on installation

2018-08-06 Thread Matteo Croce
Well, you could even enable ping capabilities by unpriviledged users
with the ICMP socket type:

# sysctl -w net.ipv4.ping_group_range='0 65536'
$ strace -esocket ping 127.0.0.1
socket(AF_INET, SOCK_DGRAM, IPPROTO_ICMP) = 3

Regards,
On Mon, Aug 6, 2018 at 10:30 PM Launchpad Bug Tracker
<1302...@bugs.launchpad.net> wrote:
>
> This bug was fixed in the package livecd-rootfs - 2.534
>
> ---
> livecd-rootfs (2.534) cosmic; urgency=medium
>
>   [ Michael Hudson-Doyle ]
>   * Disable journald rate limiting in the live-server live session.
> (LP: #1776891)
>
>   [ Steve Langasek ]
>   * generate all tar files with --xattrs.  LP: #1302192.
>
>  -- Steve Langasek   Mon, 06 Aug 2018
> 13:12:02 -0700
>
> ** Changed in: livecd-rootfs (Ubuntu)
>Status: New => Fix Released
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1302192
>
> Title:
>   capabilities not preserved on installation
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/attr/+bug/1302192/+subscriptions

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to iputils in Ubuntu.
https://bugs.launchpad.net/bugs/1302192

Title:
  capabilities not preserved on installation

Status in attr package in Ubuntu:
  Fix Released
Status in iputils package in Ubuntu:
  Confirmed
Status in live-installer package in Ubuntu:
  Fix Released
Status in livecd-rootfs package in Ubuntu:
  Fix Released
Status in ubiquity package in Ubuntu:
  Fix Released
Status in attr source package in Trusty:
  Fix Released
Status in iputils source package in Trusty:
  Confirmed
Status in live-installer source package in Trusty:
  Fix Released
Status in ubiquity source package in Trusty:
  Fix Released

Bug description:
  Ping is not longer setuid root and I have to ping as root:

  [~]$ ping kubuntu.org
  ping: icmp open socket: Operation not permitted
  [~]$ sudo ping kubuntu.org
  PING kubuntu.org (91.189.94.156) 56(84) bytes of data.
  64 bytes from vostok.canonical.com (91.189.94.156): icmp_seq=1 ttl=51 
time=52.2 ms
  --- kubuntu.org ping statistics ---
  1 packets transmitted, 1 received, 0% packet loss, time 0ms
  rtt min/avg/max/mdev = 52.231/52.231/52.231/0.000 ms
  [~]$

  Related bugs:
   bug 1313550: ping does not work as a normal user on trusty tarball cloud 
images.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1648616] Re: Firefox uses its own version of NSS, incompatible with system version

2016-12-08 Thread Matteo Croce
** Changed in: firefox (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1648616

Title:
  Firefox uses its own version of NSS, incompatible with system version

Status in firefox package in Ubuntu:
  Confirmed

Bug description:
  Because of bug 1647285 I need to install corporate SSL CAs into the
  database of each NSS-using application individually. Unfortunately it
  doesn't seem to work for Firefox. Not only does Firefox ship with its
  *own* version of NSS instead using the system's version, but it even
  seems to be configured very differently.

  Firefox appears to use the legacy Berkeley DB database for its
  softokn, in key3.db/cert8.db. However, the system's certutil won't
  work with that legacy format:

  $ certutil -d ~/.mozilla/firefox/default.default/ -L
  certutil: function failed: SEC_ERROR_LEGACY_DATABASE: The certificate/key 
database is in an old, unsupported format.

  I can force it to use the SQL database in key4.db/cert9.db by running
  with NSS_DEFAULT_DB_TYPE=sql, and then I *can* install trusted CAs
  with certutil. But actually, it's much simpler to just make a symlink
  from firefox's own special copy of the SSL trust roots in
  libnssckbi.so, to the system's p11-kit-trust.so — thus making Firefox
  honour the system trust configuration.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1518595] Re: support host-uniq tag

2016-11-21 Thread Matteo Croce
from: http://metadata.ftp-
master.debian.org/changelogs/main/p/ppp/ppp_2.4.7-1+4_changelog

ppp (2.4.7-1+4) unstable; urgency=medium

  [ Helmut Grohne ]
  * Mark ppp-dev Multi-Arch: foreign (Closes: #842890)

  [ Chris Boot ]
  * Run wrap-and-sort.
  * ppp: add lsb-base to Depends for pppd-dns init script.
  * Fix FTBFS in rp-pppoe with linux 4.8 headers.

 -- Chris Boot   Fri, 11 Nov 2016 15:03:42 +

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to ppp in Ubuntu.
https://bugs.launchpad.net/bugs/1518595

Title:
  support host-uniq tag

Status in ppp package in Ubuntu:
  New

Bug description:
  This patch is needed to connect to some ISPs that require a specific
  tag to connect,

  please merge

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1518595] Re: support host-uniq tag

2016-11-21 Thread Matteo Croce
please, update in zesty

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to ppp in Ubuntu.
https://bugs.launchpad.net/bugs/1518595

Title:
  support host-uniq tag

Status in ppp package in Ubuntu:
  New

Bug description:
  This patch is needed to connect to some ISPs that require a specific
  tag to connect,

  please merge

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1518595] Re: support host-uniq tag

2016-10-24 Thread Matteo Croce
Actually it's merged into Debian, you can simply update the package:

  * PPPoE: permit setting an arbitrary Host-Uniq field value:
add patch pr-28-pppoe-custom-host-uniq-tag.patch (Closes: #828968)

http://metadata.ftp-
master.debian.org/changelogs/main/p/ppp/ppp_2.4.7-1+3_changelog

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to ppp in Ubuntu.
https://bugs.launchpad.net/bugs/1518595

Title:
  support host-uniq tag

Status in ppp package in Ubuntu:
  New

Bug description:
  This patch is needed to connect to some ISPs that require a specific
  tag to connect,

  please merge

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1518595] Re: support host-uniq tag

2016-06-15 Thread Matteo Croce
** Package changed: isdnutils (Ubuntu) => ppp (Ubuntu)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to ppp in Ubuntu.
https://bugs.launchpad.net/bugs/1518595

Title:
  support host-uniq tag

Status in ppp package in Ubuntu:
  New

Bug description:
  This patch is needed to connect to some ISPs that require a specific
  tag to connect,

  please merge

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1443202] Re: applications hangs while trying to play audio

2015-04-18 Thread Matteo Croce
Actually I had to disable PA like this:

chmod -x /usr/bin/pulseaudio ; pkill pulse

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1443202

Title:
  applications hangs while trying to play audio

Status in pulseaudio package in Ubuntu:
  New

Bug description:
  Any application (plasma, mplayer, vlc, avidemux, etc) hangs when playing the 
first sound.
  Here is a strace log

  lstat(/run, {st_mode=S_IFDIR|0755, st_size=800, ...}) = 0
  lstat(/run/user, {st_mode=S_IFDIR|0755, st_size=100, ...}) = 0
  lstat(/run/user/1000, {st_mode=S_IFDIR|0700, st_size=180, ...}) = 0
  lstat(/run/user/1000/pulse, {st_mode=S_IFDIR|0700, st_size=60, ...}) = 0
  getuid()= 1000
  socket(PF_LOCAL, SOCK_STREAM|SOCK_CLOEXEC, 0) = 9
  fcntl(9, F_GETFD)   = 0x1 (flags FD_CLOEXEC)
  setsockopt(9, SOL_SOCKET, SO_PRIORITY, [6], 4) = 0
  fcntl(9, F_GETFL)   = 0x2 (flags O_RDWR)
  fcntl(9, F_SETFL, O_RDWR|O_NONBLOCK)= 0
  connect(9, {sa_family=AF_LOCAL, sun_path=/run/user/1000/pulse/native}, 110) 
= -1 ENOENT (No such file or directory)
  close(9)= 0
  socket(PF_LOCAL, SOCK_STREAM|SOCK_CLOEXEC, 0) = 9
  fcntl(9, F_GETFD)   = 0x1 (flags FD_CLOEXEC)
  setsockopt(9, SOL_SOCKET, SO_PRIORITY, [6], 4) = 0
  fcntl(9, F_GETFL)   = 0x2 (flags O_RDWR)
  fcntl(9, F_SETFL, O_RDWR|O_NONBLOCK)= 0
  connect(9, {sa_family=AF_LOCAL, sun_path=/var/run/pulse/native}, 110) = -1 
ENOENT (No such file or directory)
  close(9)= 0

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1443202] [NEW] applications hangs while trying to play audio

2015-04-12 Thread Matteo Croce
Public bug reported:

Any application (plasma, mplayer, vlc, avidemux, etc) hangs when playing the 
first sound.
Here is a strace log

lstat(/run, {st_mode=S_IFDIR|0755, st_size=800, ...}) = 0
lstat(/run/user, {st_mode=S_IFDIR|0755, st_size=100, ...}) = 0
lstat(/run/user/1000, {st_mode=S_IFDIR|0700, st_size=180, ...}) = 0
lstat(/run/user/1000/pulse, {st_mode=S_IFDIR|0700, st_size=60, ...}) = 0
getuid()= 1000
socket(PF_LOCAL, SOCK_STREAM|SOCK_CLOEXEC, 0) = 9
fcntl(9, F_GETFD)   = 0x1 (flags FD_CLOEXEC)
setsockopt(9, SOL_SOCKET, SO_PRIORITY, [6], 4) = 0
fcntl(9, F_GETFL)   = 0x2 (flags O_RDWR)
fcntl(9, F_SETFL, O_RDWR|O_NONBLOCK)= 0
connect(9, {sa_family=AF_LOCAL, sun_path=/run/user/1000/pulse/native}, 110) = 
-1 ENOENT (No such file or directory)
close(9)= 0
socket(PF_LOCAL, SOCK_STREAM|SOCK_CLOEXEC, 0) = 9
fcntl(9, F_GETFD)   = 0x1 (flags FD_CLOEXEC)
setsockopt(9, SOL_SOCKET, SO_PRIORITY, [6], 4) = 0
fcntl(9, F_GETFL)   = 0x2 (flags O_RDWR)
fcntl(9, F_SETFL, O_RDWR|O_NONBLOCK)= 0
connect(9, {sa_family=AF_LOCAL, sun_path=/var/run/pulse/native}, 110) = -1 
ENOENT (No such file or directory)
close(9)= 0

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1443202

Title:
  applications hangs while trying to play audio

Status in pulseaudio package in Ubuntu:
  New

Bug description:
  Any application (plasma, mplayer, vlc, avidemux, etc) hangs when playing the 
first sound.
  Here is a strace log

  lstat(/run, {st_mode=S_IFDIR|0755, st_size=800, ...}) = 0
  lstat(/run/user, {st_mode=S_IFDIR|0755, st_size=100, ...}) = 0
  lstat(/run/user/1000, {st_mode=S_IFDIR|0700, st_size=180, ...}) = 0
  lstat(/run/user/1000/pulse, {st_mode=S_IFDIR|0700, st_size=60, ...}) = 0
  getuid()= 1000
  socket(PF_LOCAL, SOCK_STREAM|SOCK_CLOEXEC, 0) = 9
  fcntl(9, F_GETFD)   = 0x1 (flags FD_CLOEXEC)
  setsockopt(9, SOL_SOCKET, SO_PRIORITY, [6], 4) = 0
  fcntl(9, F_GETFL)   = 0x2 (flags O_RDWR)
  fcntl(9, F_SETFL, O_RDWR|O_NONBLOCK)= 0
  connect(9, {sa_family=AF_LOCAL, sun_path=/run/user/1000/pulse/native}, 110) 
= -1 ENOENT (No such file or directory)
  close(9)= 0
  socket(PF_LOCAL, SOCK_STREAM|SOCK_CLOEXEC, 0) = 9
  fcntl(9, F_GETFD)   = 0x1 (flags FD_CLOEXEC)
  setsockopt(9, SOL_SOCKET, SO_PRIORITY, [6], 4) = 0
  fcntl(9, F_GETFL)   = 0x2 (flags O_RDWR)
  fcntl(9, F_SETFL, O_RDWR|O_NONBLOCK)= 0
  connect(9, {sa_family=AF_LOCAL, sun_path=/var/run/pulse/native}, 110) = -1 
ENOENT (No such file or directory)
  close(9)= 0

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1140716]

2014-07-17 Thread Matteo Croce
same happens with 3.15.0 on Ubuntu 14.04 64 bit

Jul 11 12:43:41 localhost kernel: [42049.462542] [drm] stuck on render ring
Jul 11 12:43:41 localhost kernel: [42049.463330] [drm] GPU HANG: ecode 
0:0x00ff, in chrome [2172], reason: Ring hung, action: reset
Jul 11 12:43:41 localhost kernel: [42049.463334] [drm] GPU hangs can indicate a 
bug anywhere in the entire gfx stack, including userspace.
Jul 11 12:43:41 localhost kernel: [42049.463335] [drm] Please file a _new_ bug 
report on bugs.freedesktop.org against DRI - DRM/Intel
Jul 11 12:43:41 localhost kernel: [42049.463336] [drm] drm/i915 developers can 
then reassign to the right component if it's not a kernel issue.
Jul 11 12:43:41 localhost kernel: [42049.463337] [drm] The gpu crash dump is 
required to analyze gpu hangs, so please always attach it.
Jul 11 12:43:41 localhost kernel: [42049.463338] [drm] GPU crash dump saved to 
/sys/class/drm/card0/error
Jul 11 12:43:43 localhost kernel: [42051.464623] [drm] Enabling RC6 states: RC6 
on, RC6p off, RC6pp off
Jul 11 12:43:47 localhost kernel: [42055.468816] [drm] stuck on render ring
Jul 11 12:43:47 localhost kernel: [42055.469614] [drm] GPU HANG: ecode 
0:0x00ff, in chrome [2172], reason: Ring hung, action: reset
Jul 11 12:43:49 localhost kernel: [42057.470899] [drm] Enabling RC6 states: RC6 
on, RC6p off, RC6pp off
Jul 11 12:43:53 localhost kernel: [42061.439056] [drm] stuck on render ring
Jul 11 12:43:53 localhost kernel: [42061.439867] [drm] GPU HANG: ecode 
0:0xfeff, in chrome [2172], reason: Ring hung, action: reset

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1140716

Title:
  [regression] 3.5.0-26-generic and  3.2.0-39-generic GPU hangs on
  Sandybridge

Status in Direct Rendering Infrastructure:
  In Progress
Status in The Linux Kernel:
  Invalid
Status in “linux” package in Ubuntu:
  Invalid
Status in “linux-lts-quantal” package in Ubuntu:
  Invalid
Status in “linux-lts-raring” package in Ubuntu:
  Invalid
Status in “mesa” package in Ubuntu:
  Triaged
Status in “linux” source package in Precise:
  Invalid
Status in “linux-lts-quantal” source package in Precise:
  Invalid
Status in “linux-lts-raring” source package in Precise:
  Invalid
Status in “mesa” source package in Precise:
  Triaged
Status in “linux” source package in Quantal:
  Invalid
Status in “linux-lts-quantal” source package in Quantal:
  Invalid
Status in “linux” source package in Raring:
  Invalid
Status in “linux-lts-quantal” source package in Raring:
  Invalid
Status in “linux” package in Debian:
  New
Status in “linux” package in Fedora:
  Unknown

Bug description:
  I'm getting errors about GPU hangs every minute or so (usually only
  when using FF and scrolling a webpage or something). I also get an
  annoying ubuntu dialog saying there is a system error.

  This didn't happen with 3.5.0-24-generic.

  Here is the dmesg:
  [15169.033709] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... 
GPU hung
  [15169.034517] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
  [15628.480216] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... 
GPU hung
  [15628.480570] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
  [15844.231372] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... 
GPU hung
  [15844.231773] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
  [20173.232593] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... 
GPU hung
  [20173.233211] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
  [26285.650393] [drm:i915_hangcheck_hung] *ERROR* Hangcheck timer elapsed... 
GPU hung
  [26285.650980] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
  [26285.658405] [ cut here ]
  [26285.658472] WARNING: at 
/build/buildd/linux-3.5.0/drivers/gpu/drm/i915/intel_pm.c:2505 
gen6_enable_rps+0x706/0x710 [i915]()
  [26285.658474] Hardware name: SATELLITE Z830
  [26285.658476] Modules linked in: sdhci_pci sdhci btrfs zlib_deflate 
libcrc32c ufs qnx4 hfsplus hfs minix ntfs msdos jfs xfs reiserfs ext2 
snd_hda_codec_hdmi snd_hda_codec_realtek joydev btusb coretemp kvm_intel kvm 
arc4 ghash_clmulni_intel aesni_intel cryptd aes_x86_64 snd_hda_intel 
snd_hda_codec snd_hwdep uvcvideo snd_pcm videobuf2_core microcode videodev bnep 
iwlwifi videobuf2_vmalloc snd_seq_midi psmouse videobuf2_memops snd_rawmidi 
rfcomm pcspkr snd_seq_midi_event serio_raw snd_seq bluetooth mac80211 snd_timer 
snd_seq_device i915 drm_kms_helper cfg80211 drm toshiba_acpi snd sparse_keymap 
soundcore wmi i2c_algo_bit toshiba_bluetooth snd_page_alloc parport_pc mei 
video mac_hid lpc_ich ppdev nfsd nfs lockd fscache auth_rpcgss nfs_acl sunrpc 
lp parport e1000e ahci libahci [last unloaded: sdhci]
  [26285.658537] Pid: 23433, comm: kworker/u:0 Not tainted 3.5.0-26-generic 
#40-Ubuntu
  [26285.658539] Call Trace:
  [26285.658549]  [81051bef] 

[Desktop-packages] [Bug 1041790]

2014-07-16 Thread Matteo Croce
same happens with 3.15.0 on Ubuntu 14.04 64 bit

Jul 11 12:43:41 localhost kernel: [42049.462542] [drm] stuck on render ring
Jul 11 12:43:41 localhost kernel: [42049.463330] [drm] GPU HANG: ecode 
0:0x00ff, in chrome [2172], reason: Ring hung, action: reset
Jul 11 12:43:41 localhost kernel: [42049.463334] [drm] GPU hangs can indicate a 
bug anywhere in the entire gfx stack, including userspace.
Jul 11 12:43:41 localhost kernel: [42049.463335] [drm] Please file a _new_ bug 
report on bugs.freedesktop.org against DRI - DRM/Intel
Jul 11 12:43:41 localhost kernel: [42049.463336] [drm] drm/i915 developers can 
then reassign to the right component if it's not a kernel issue.
Jul 11 12:43:41 localhost kernel: [42049.463337] [drm] The gpu crash dump is 
required to analyze gpu hangs, so please always attach it.
Jul 11 12:43:41 localhost kernel: [42049.463338] [drm] GPU crash dump saved to 
/sys/class/drm/card0/error
Jul 11 12:43:43 localhost kernel: [42051.464623] [drm] Enabling RC6 states: RC6 
on, RC6p off, RC6pp off
Jul 11 12:43:47 localhost kernel: [42055.468816] [drm] stuck on render ring
Jul 11 12:43:47 localhost kernel: [42055.469614] [drm] GPU HANG: ecode 
0:0x00ff, in chrome [2172], reason: Ring hung, action: reset
Jul 11 12:43:49 localhost kernel: [42057.470899] [drm] Enabling RC6 states: RC6 
on, RC6p off, RC6pp off
Jul 11 12:43:53 localhost kernel: [42061.439056] [drm] stuck on render ring
Jul 11 12:43:53 localhost kernel: [42061.439867] [drm] GPU HANG: ecode 
0:0xfeff, in chrome [2172], reason: Ring hung, action: reset

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1041790

Title:
  [snb] GPU lockup  IPEHR: 0x0b160001 IPEHR: 0x0b140001, workaround
  i915.semaphores=0

Status in X.org xf86-video-intel:
  In Progress
Status in “linux” package in Ubuntu:
  Incomplete
Status in “sandybridge-meta” package in Ubuntu:
  Confirmed
Status in “xserver-xorg-video-intel” package in Ubuntu:
  Triaged

Bug description:
  X locks up periodically for a 2 to ten seconds at a time and this
  crash log gets generated. It's significantly more than several times a
  day but not quite continuous. If you indeed have this bug, that should
  stop the lockups from happening. Irrespective, please file a new bug
  report so your hardware may be tracked.

  WORKAROUND: Edit your /etc/default/grub from:
  GRUB_CMDLINE_LINUX_DEFAULT=quiet splash

  to:
  GRUB_CMDLINE_LINUX_DEFAULT=quiet splash i915.semaphores=0

  run the following and reboot:
  sudo update-grub

  The side effects of this is rendering throughput is dropped by 10%
  with SNA, or as much as 3x with UXA. OpenGL performance is likely to
  be reduced by about 30%. More CPU time is spent waiting for the GPU
  with rc6 disabled, so increased power consumption.

  ProblemType: Crash
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-video-intel 2:2.20.3-0ubuntu1
  Uname: Linux 3.6.0-rc3-git-20120826.1015 x86_64
  ApportVersion: 2.5.1-0ubuntu2
  Architecture: amd64
  Chipset: sandybridge-m-gt2
  Date: Sun Aug 26 16:06:32 2012
  DistroCodename: quantal
  DistroVariant: ubuntu
  DuplicateSignature: [sandybridge-m-gt2] GPU lockup  IPEHR: 0x0b160001 IPEHR: 
0x0b140001 Ubuntu 12.10
  EcryptfsInUse: Yes
  ExecutablePath: /usr/share/apport/apport-gpu-error-intel.py
  GpuHangFrequency: Continuously
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120724.2)
  InterpreterPath: /usr/bin/python3.2mu
  MachineType: Dell Inc. Dell System XPS L502X
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apport-gpu-error-intel.py
  ProcEnviron:

  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.6.0-rc3-git-20120826.1015 
root=UUID=135c8090-427c-460a-909d-eff262cd44b6 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   xserver-xorg 1:7.7+1ubuntu3
   libdrm2  2.4.38-0ubuntu2
   xserver-xorg-video-intel 2:2.20.3-0ubuntu1
  SourcePackage: xserver-xorg-video-intel
  Title: [sandybridge-m-gt2] GPU lockup  IPEHR: 0x0b160001 IPEHR: 0x0b140001
  UdevDb: Error: [Errno 2] No such file or directory: 'udevadm'
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

  dmi.bios.date: 05/29/2012
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A11
  dmi.board.name: 0NJT03
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnDellInc.:bvrA11:bd05/29/2012:svnDellInc.:pnDellSystemXPSL502X:pvr:rvnDellInc.:rn0NJT03:rvrA00:cvnDellInc.:ct8:cvr0.1:
  dmi.product.name: Dell System XPS L502X
  dmi.sys.vendor: Dell Inc.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : 

[Desktop-packages] [Bug 1302192] [NEW] ping is not setuid root

2014-04-03 Thread Matteo Croce
Public bug reported:

Ping is not longer setuid root and I have to ping as root:

[~]$ ping kubuntu.org
ping: icmp open socket: Operation not permitted
[~]$ sudo ping kubuntu.org
PING kubuntu.org (91.189.94.156) 56(84) bytes of data.
64 bytes from vostok.canonical.com (91.189.94.156): icmp_seq=1 ttl=51 time=52.2 
ms
--- kubuntu.org ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 52.231/52.231/52.231/0.000 ms
[~]$

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to iputils in Ubuntu.
https://bugs.launchpad.net/bugs/1302192

Title:
  ping is not setuid root

Status in “iputils” package in Ubuntu:
  New

Bug description:
  Ping is not longer setuid root and I have to ping as root:

  [~]$ ping kubuntu.org
  ping: icmp open socket: Operation not permitted
  [~]$ sudo ping kubuntu.org
  PING kubuntu.org (91.189.94.156) 56(84) bytes of data.
  64 bytes from vostok.canonical.com (91.189.94.156): icmp_seq=1 ttl=51 
time=52.2 ms
  --- kubuntu.org ping statistics ---
  1 packets transmitted, 1 received, 0% packet loss, time 0ms
  rtt min/avg/max/mdev = 52.231/52.231/52.231/0.000 ms
  [~]$

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 378794] Re: [i945] Intel 945GME screen corruption

2013-09-15 Thread Matteo Croce
I think it's an hardware issue because I have the same issue under
Windows

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/378794

Title:
  [i945] Intel 945GME screen corruption

Status in X.org xf86-video-intel:
  Incomplete
Status in “xserver-xorg-video-intel” package in Ubuntu:
  Incomplete
Status in “xserver-xorg-video-intel” package in Fedora:
  Confirmed

Bug description:
  With latest update to Jaunty the screen is corrupted.
  I think it's a software thing as I can capture the corruption with ksnapshot

  [lspci]
  00:00.0 Host bridge: Intel Corporation Mobile 945GME Express Memory 
Controller Hub (rev 03)
Subsystem: ASUSTeK Computer Inc. Device 8340
  00:02.0 VGA compatible controller: Intel Corporation Mobile 945GME Express 
Integrated Graphics Controller (rev 03)
Subsystem: ASUSTeK Computer Inc. Device 8340

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 378794] Re: [i945] Intel 945GME screen corruption

2013-09-15 Thread Matteo Croce
Windows XP screenshot

** Attachment added: xp.png
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/378794/+attachment/3822481/+files/xp.png

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/378794

Title:
  [i945] Intel 945GME screen corruption

Status in X.org xf86-video-intel:
  Incomplete
Status in “xserver-xorg-video-intel” package in Ubuntu:
  Incomplete
Status in “xserver-xorg-video-intel” package in Fedora:
  Confirmed

Bug description:
  With latest update to Jaunty the screen is corrupted.
  I think it's a software thing as I can capture the corruption with ksnapshot

  [lspci]
  00:00.0 Host bridge: Intel Corporation Mobile 945GME Express Memory 
Controller Hub (rev 03)
Subsystem: ASUSTeK Computer Inc. Device 8340
  00:02.0 VGA compatible controller: Intel Corporation Mobile 945GME Express 
Integrated Graphics Controller (rev 03)
Subsystem: ASUSTeK Computer Inc. Device 8340

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp