[Kernel-packages] [Bug 1788321] Re: swapon failed: invalid argument

2020-08-12 Thread Mélodie
Hello,

thanks to clickwir, this has helped me solve it in Ubuntu 20.04 with
btrfs!

Best regards,
Mélodie

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

Title:
  swapon failed: invalid argument

Status in linux package in Ubuntu:
  Confirmed
Status in util-linux package in Ubuntu:
  Invalid

Bug description:
  Environment:
   - Ubuntu 18.04.1 LTS
   - Linux 4.15.0-32-generic i686

  Description:
  When I try to mount my swap partition or my swap file, I get "swapon failed: 
invalid argument" .

  Steps to reproduce:
  1) sudo bash
  2) dd if=/dev/zero of=/swapfile bs=1024 count=524288
  3) mkswap /swapfile
  4) chown root:root /swapfile
  5) chmod 0600 /swapfile
  6) swapon /swapfile
  Last execution returns "swapon failed: invalid argument" .

  I'm almost sure it's a bug because I have no problems using Linux
  4.15.0-29-generic instead of Linux 4.15.0-32-generic. Also, no
  problems using Ubuntu 18.04.1 LTS Live CD.

  Regards.

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

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


[Kernel-packages] [Bug 407597] Re: Failed to load x11 FrontEnd module

2015-09-29 Thread Mélodie
In Bento Openbox 14.04.3, this bug shows in the $HOME/.xsession-errors.

The real issue is that if there is no background on top of the root background, 
the Openbox menu does not show. The issue is solved by removing the scim 
packages:
scim
scim-gtk-immodule
scim-im-agent
scim-modules-socket

Once these packages are removed the Openbox right-click menu shows
again, even on a root background (which is sometimes desirable when it's
about reducing the load on the system by all means possible on old
computers).

Thanks for fixing it!



** Summary changed:

- Failed to load x11 FrontEnd module
+ Failed to load x11 FrontEnd module because of scim

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

Title:
  Failed to load x11 FrontEnd module because of scim

Status in linux package in Ubuntu:
  Won't Fix

Bug description:
  Karmic testing

  First warning in .xsession-errors just after booting: only boinc 6.4.5
  in background

  Failed to load x11 FrontEnd module

  Then i open Firefox and new warnings come up:

  (nautilus:3647): GLib-GObject-CRITICAL **: g_object_ref: assertion
  `G_IS_OBJECT (object)' failed

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

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


[Kernel-packages] [Bug 1449678] Re: (Vivid) zram-config 0.3 Job for zram-config.service failed

2015-06-29 Thread Mélodie
Adam, thank you very much for the time you took to solve it and help me
with my issue. I confirm this was it. Before calling it a night I wanted
to check and reboot -of course I had removed zram from the
blacklist.conf file, had edited initramfs.conf as you instructed, and
updated the initrd.

Now the zram-conf script work normally.

*
$ cat /proc/swaps 
FilenameTypeSizeUsedPriority
/dev/sda6   partition   4607996 0   -1
/dev/zram0  partition   947216  0   5
/dev/zram1  partition   947216  0   5
*

Just for information, I will add that my sytem is using French locales,
so non English locales. And from what I can read at #1448530 the latest
version of the zram-config package has also solved it for them.

Good, I guess we can call it a day! :)

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

Title:
  (Vivid) zram-config 0.3 Job for zram-config.service failed

Status in linux package in Ubuntu:
  Invalid
Status in zram-config package in Ubuntu:
  Fix Released
Status in linux source package in Vivid:
  Invalid
Status in zram-config source package in Vivid:
  Fix Committed

Bug description:
  [Impact]
   * People using some non English locale, zram devices are not loaded
   * The service fails to stop and unloading zram module as well

  //who wrote this? The impact is probably for all languages including English. 
The new version works : provided zram module is blacklisted to avoid being 
loaded during boot! See my next comment which will be #13. 
  Thanks, Mélodie

  [Test Case]
   * Install the new zram-config package
   * Reboot and check that the zram devices are created:
  $ swapon -s
  -> returns some zram devices
   * $ sudo systemctl status -l zram-config.service
  -> no error
   * Stop the service:
  $ sudo systemctl stop zram-config.service
   * $ sudo systemctl status -l zram-config.service
  -> no error
   * swapon -s
  -> no more zram device listed

  [Regression Potential]
   * Services loading change may impact English-local user. However, the fix 
has already been confirmed to be working on wily.
   * Stopping the service was already failing on unloading the module, so no 
additional regression is possible there.

  
  Hi,

  While testing how zram-config is going in Ubuntu Vivid, I meet with
  error while doing restart and or stop/start.

  It seems to stop fine but throws an error when starting again or
  performing a restart.

  I have installed zram-config 0.3 just today and haven't rebooted yet.
  The CPU is "AMD Athlon(tm) II X2 260 Processor"

  As stated in bug #1449665 there is one block device created:

  $ cat /proc/swaps
  Filename  TypeSizeUsedPriority
  /dev/zram0  partition 947216  0   5
  $

  Here:
  $ sudo systemctl stop zram-config
  $ cat /proc/swaps
  Filename  TypeSizeUsedPriority
  /dev/zram0  partition 947216  0   5
  $

  after the stop, the prompt is back without error, but it has done
  nothing.

  With restart:
  $ sudo systemctl restart zram-config
  Job for zram-config.service failed. See "systemctl status 
zram-config.service" and "journalctl -xe" for details.
  $

  When invoking the suggested commands:
  
  $ LANG=C systemctl status zram-config.service -l
  * zram-config.service - Initializes zram swaping
     Loaded: loaded (/lib/systemd/system/zram-config.service; enabled; vendor 
preset: enabled)
     Active: failed (Result: exit-code) since Tue 2015-04-28 19:34:37 CEST; 
2min 7s ago
    Process: 744 ExecStart=/usr/bin/init-zram-swapping (code=exited, status=255)
   Main PID: 744 (code=exited, status=255)

  Apr 28 19:34:37 bento64 init-zram-swapping[744]: sh: echo: I/O error
  Apr 28 19:34:37 bento64 init-zram-swapping[744]: mkswap: error: /dev/zram0 is 
mounted; will not make swapspace
  Apr 28 19:34:37 bento64 init-zram-swapping[744]: swapon: /dev/zram0 : échec 
de swapon: Périphérique ou ressource occupé
  Apr 28 19:34:37 bento64 init-zram-swapping[744]: /usr/bin/init-zram-swapping: 
21: /usr/bin/init-zram-swapping: cannot create /sys/block/zram1/disksize: 
Directory nonexistent
  Apr 28 19:34:37 bento64 init-zram-swapping[744]: /dev/zram1: Aucun fichier ou 
dossier de ce type
  Apr 28 19:34:37 bento64 init-zram-swapping[744]: swapon: stat failed 
/dev/zram1: Aucun fichier ou dossier de ce type
  Apr 28 19:34:37 bento64 systemd[1]: zram-config.service: main process exited, 
code=exited, status=255/n/a
  Apr 28 19:34:37 bento64 systemd[1]: Failed to start Initializes zram swaping.
  Apr 28 19:34:37 bento64 systemd[1]: Unit zram-config.s

[Kernel-packages] [Bug 1014240] Re: [Asus eeepc 1225B] Keyboard and Touchpad randomly not working at startup

2015-09-04 Thread Mélodie
Hi,

I installed the Bento Openbox respin (Ubuntu with Openbox) version
14.04.3 on Asus EEE PC of the same version, 1225b, and seeking for all
the best solutions for this little laptop to work correctly, stumbled
upon this bug report. Hence I rebooted and removed the external keyboard
and mouse I had plugged to work conveniently and met with the same
keyboard/touchpad issue as you guys.

I applied the solution promoted by enrico on his comment #16, and all
seems fine now. I hope it will continue to work right! (And I have no
idea where the options added come from and what they refer to, if you
people know what they refer to, I'd attempt to understand how that
work).

Thanks and best regards,
Mélodie

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

Title:
  [Asus eeepc 1225B] Keyboard and Touchpad randomly not working  at
  startup

Status in linux package in Ubuntu:
  Expired

Bug description:
  Usually, once every 5-6 times when I reboot or awake form hibernate, the 
touchpad and keyboard do not work: no way to input text and login so I need to 
hard reset the laptop. I can ssh in (so the system is not frozen) and  Fn+keys 
to change screen brightness etc always work.
  I collected X and kernel logs when it happens (by logging in remotely via  
SSH) but I'm not able to understand what is going on.

  This issue is reported in multiple forums, and affects Asus 252b as
  well (same laptop model for US market). Another bug is filed for this
  laptop model, related to hibernate/suspend
  (https://bugs.launchpad.net/ubuntu/+source/linux/+bug/951143) and a
  workaround exists, maybe it helps.

  $ lsb_release -rd
  Description:  Ubuntu 12.04 LTS
  Release:  12.04
  $ uname -a
  Linux picolo 3.2.0-24-generic #39-Ubuntu SMP Mon May 21 16:52:17 UTC 2012 
x86_64 x86_64 x86_64 GNU/Linux

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

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


[Kernel-packages] [Bug 1246664] Re: "Buffer I/O error on device zram0, logical block 515067"

2013-12-07 Thread Mélodie
Hi Damian, what does return "sudo updatedb ; locate zram" in the
console?

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

Title:
  "Buffer I/O error on device zram0, logical block 515067"

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Precise:
  Fix Released
Status in “linux” source package in Saucy:
  Fix Released

Bug description:
  SRU Justification:

  Commit 12a7ad3 "zram: avoid access beyond the zram device" introduced
  a regression where valid_io_request() checks if request end coincides
  with disksize (end equals bound).  It fails if we attempt to read
  beyond the bound.

  Impact:

  Several errors will be logged if, for example, zram-config is
  installed:

  [ 14.666280] zram: module is from the staging directory, the quality is 
unknown, you have been warned.
  [ 14.667040] zram: Creating 1 devices ...
  [ 14.830355] Buffer I/O error on device zram0, logical block 62411
  [ 14.830375] Buffer I/O error on device zram0, logical block 62411
  [ 14.830598] Buffer I/O error on device zram0, logical block 62411
  [ 14.830621] Buffer I/O error on device zram0, logical block 62411
  [ 14.878597] Adding 249644k swap on /dev/zram0. Priority:5 extents:1 
across:249644k SS

  Fix:

  Commit 75c7caf5a052ffd8db3312fa7864ee2d142890c4 "zram: allow request
  end to coincide with disksize" fixes the issue by correcting the test
  in valid_io_request() function.

  Testcase:

  I was able to reproduce the issue by simply installing zram-config in
  a precise box.

  
=

  This is a duplicate of #1217189, but for some reason neither @oibaf
  nor me can reopen it. It is in "fix released" state, but the problem
  is at most partially solved. It seems that the bug no longer causes
  lockups (described in another bug: #1215513), but is still present (as
  I get error messages on boot screen and after $ dmesg | grep zram).

  If someone has enough privileges to reopen 1217189 for "linux
  (ubuntu)" (I don't know about raring, but no one complains, so it is
  probably ok), and remove this bug (maybe merging this message to the
  comments in 1217189), I would be really grateful.

  Ubuntu 12.04.3 LTS
  Kernel Linux 3.2.0-56-generic-pae (the problem was first observed in 53 and 
since 54 there are no lockups).
  ---
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  damian 2771 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf830 irq 47'
     Mixer name : 'Realtek ALC268'
     Components : 'HDA:10ec0268,10280275,0013'
     Controls  : 16
     Simple ctrls  : 9
  DistroRelease: Ubuntu 12.04
  MachineType: Dell Inc. Vostro1710
  MarkForUpload: True
  NonfreeKernelModules: nvidia wl
  Package: linux (not installed)
  ProcFB:

  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-56-generic-pae 
root=UUID=bfe81069-1c35-4ccc-a23a-33528ac81877 ro selinux=1 security=selinux 
quiet splash
  ProcVersionSignature: Ubuntu 3.2.0-56.86-generic-pae 3.2.51
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-56-generic-pae N/A
   linux-backports-modules-3.2.0-56-generic-pae  N/A
   linux-firmware1.79.7
  StagingDrivers: zram
  Tags:  precise running-unity staging
  Uname: Linux 3.2.0-56-generic-pae i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin netdev plugdev sambashare sudo
  dmi.bios.date: 09/09/2008
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A09
  dmi.board.name: 0X805C
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd09/09/2008:svnDellInc.:pnVostro1710:pvrNull:rvnDellInc.:rn0X805C:rvr:cvnDellInc.:ct8:cvrN/A:
  dmi.product.name: Vostro1710
  dmi.product.version: Null
  dmi.sys.vendor: Dell Inc.

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

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


[Kernel-packages] [Bug 1246664] Re: "Buffer I/O error on device zram0, logical block 515067"

2013-12-08 Thread Mélodie
Hi Damian,

According to you output zram does not appear to be loaded, if it was we
would see a zram device, ie: /dev/zram0, /dev/zram1 (if your machine has
two processors, dual core, core duo, or hyperthreading).

You can remove the 3 following files:
/var/crash/zram-config.0.crash
/var/crash/zram-config.0.upload
/var/crash/zram-config.0.uploaded

and you can uninstall all the previous kernels and headers which have
been installed in your system before the 3.2.0-58. If you fear something
works less well, you could keep the two last sets, linux-image and
linux-headers, ie 3.2.0-58 and 3.2.0-56. You can use Synaptic to do that
(filter with "search > name > linux" then, "search > name > headers",
then click on the top of the first row to gather the said names which a
related to installed packages).

You will gain more or less 120 MB for each old kernel + headers removed.

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

Title:
  "Buffer I/O error on device zram0, logical block 515067"

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Precise:
  Fix Released
Status in “linux” source package in Saucy:
  Fix Released

Bug description:
  SRU Justification:

  Commit 12a7ad3 "zram: avoid access beyond the zram device" introduced
  a regression where valid_io_request() checks if request end coincides
  with disksize (end equals bound).  It fails if we attempt to read
  beyond the bound.

  Impact:

  Several errors will be logged if, for example, zram-config is
  installed:

  [ 14.666280] zram: module is from the staging directory, the quality is 
unknown, you have been warned.
  [ 14.667040] zram: Creating 1 devices ...
  [ 14.830355] Buffer I/O error on device zram0, logical block 62411
  [ 14.830375] Buffer I/O error on device zram0, logical block 62411
  [ 14.830598] Buffer I/O error on device zram0, logical block 62411
  [ 14.830621] Buffer I/O error on device zram0, logical block 62411
  [ 14.878597] Adding 249644k swap on /dev/zram0. Priority:5 extents:1 
across:249644k SS

  Fix:

  Commit 75c7caf5a052ffd8db3312fa7864ee2d142890c4 "zram: allow request
  end to coincide with disksize" fixes the issue by correcting the test
  in valid_io_request() function.

  Testcase:

  I was able to reproduce the issue by simply installing zram-config in
  a precise box.

  
=

  This is a duplicate of #1217189, but for some reason neither @oibaf
  nor me can reopen it. It is in "fix released" state, but the problem
  is at most partially solved. It seems that the bug no longer causes
  lockups (described in another bug: #1215513), but is still present (as
  I get error messages on boot screen and after $ dmesg | grep zram).

  If someone has enough privileges to reopen 1217189 for "linux
  (ubuntu)" (I don't know about raring, but no one complains, so it is
  probably ok), and remove this bug (maybe merging this message to the
  comments in 1217189), I would be really grateful.

  Ubuntu 12.04.3 LTS
  Kernel Linux 3.2.0-56-generic-pae (the problem was first observed in 53 and 
since 54 there are no lockups).
  ---
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  damian 2771 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf830 irq 47'
     Mixer name : 'Realtek ALC268'
     Components : 'HDA:10ec0268,10280275,0013'
     Controls  : 16
     Simple ctrls  : 9
  DistroRelease: Ubuntu 12.04
  MachineType: Dell Inc. Vostro1710
  MarkForUpload: True
  NonfreeKernelModules: nvidia wl
  Package: linux (not installed)
  ProcFB:

  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-56-generic-pae 
root=UUID=bfe81069-1c35-4ccc-a23a-33528ac81877 ro selinux=1 security=selinux 
quiet splash
  ProcVersionSignature: Ubuntu 3.2.0-56.86-generic-pae 3.2.51
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-56-generic-pae N/A
   linux-backports-modules-3.2.0-56-generic-pae  N/A
   linux-firmware1.79.7
  StagingDrivers: zram
  Tags:  precise running-unity staging
  Uname: Linux 3.2.0-56-generic-pae i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin netdev plugdev sambashare sudo
  dmi.bios.date: 09/09/2008
  dmi.bios.vendor: Dell Inc.
  dmi.bios.v

[Kernel-packages] [Bug 1246664] Re: "Buffer I/O error on device zram0, logical block 515067"

2013-12-08 Thread Mélodie
PS: I think the --purge you performed previously might have removed the
faulty zram config file still in the system at that moment and solved
the issue in spite of the "not installed package" warning.

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

Title:
  "Buffer I/O error on device zram0, logical block 515067"

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Precise:
  Fix Released
Status in “linux” source package in Saucy:
  Fix Released

Bug description:
  SRU Justification:

  Commit 12a7ad3 "zram: avoid access beyond the zram device" introduced
  a regression where valid_io_request() checks if request end coincides
  with disksize (end equals bound).  It fails if we attempt to read
  beyond the bound.

  Impact:

  Several errors will be logged if, for example, zram-config is
  installed:

  [ 14.666280] zram: module is from the staging directory, the quality is 
unknown, you have been warned.
  [ 14.667040] zram: Creating 1 devices ...
  [ 14.830355] Buffer I/O error on device zram0, logical block 62411
  [ 14.830375] Buffer I/O error on device zram0, logical block 62411
  [ 14.830598] Buffer I/O error on device zram0, logical block 62411
  [ 14.830621] Buffer I/O error on device zram0, logical block 62411
  [ 14.878597] Adding 249644k swap on /dev/zram0. Priority:5 extents:1 
across:249644k SS

  Fix:

  Commit 75c7caf5a052ffd8db3312fa7864ee2d142890c4 "zram: allow request
  end to coincide with disksize" fixes the issue by correcting the test
  in valid_io_request() function.

  Testcase:

  I was able to reproduce the issue by simply installing zram-config in
  a precise box.

  
=

  This is a duplicate of #1217189, but for some reason neither @oibaf
  nor me can reopen it. It is in "fix released" state, but the problem
  is at most partially solved. It seems that the bug no longer causes
  lockups (described in another bug: #1215513), but is still present (as
  I get error messages on boot screen and after $ dmesg | grep zram).

  If someone has enough privileges to reopen 1217189 for "linux
  (ubuntu)" (I don't know about raring, but no one complains, so it is
  probably ok), and remove this bug (maybe merging this message to the
  comments in 1217189), I would be really grateful.

  Ubuntu 12.04.3 LTS
  Kernel Linux 3.2.0-56-generic-pae (the problem was first observed in 53 and 
since 54 there are no lockups).
  ---
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  damian 2771 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf830 irq 47'
     Mixer name : 'Realtek ALC268'
     Components : 'HDA:10ec0268,10280275,0013'
     Controls  : 16
     Simple ctrls  : 9
  DistroRelease: Ubuntu 12.04
  MachineType: Dell Inc. Vostro1710
  MarkForUpload: True
  NonfreeKernelModules: nvidia wl
  Package: linux (not installed)
  ProcFB:

  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-56-generic-pae 
root=UUID=bfe81069-1c35-4ccc-a23a-33528ac81877 ro selinux=1 security=selinux 
quiet splash
  ProcVersionSignature: Ubuntu 3.2.0-56.86-generic-pae 3.2.51
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-56-generic-pae N/A
   linux-backports-modules-3.2.0-56-generic-pae  N/A
   linux-firmware1.79.7
  StagingDrivers: zram
  Tags:  precise running-unity staging
  Uname: Linux 3.2.0-56-generic-pae i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin netdev plugdev sambashare sudo
  dmi.bios.date: 09/09/2008
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A09
  dmi.board.name: 0X805C
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd09/09/2008:svnDellInc.:pnVostro1710:pvrNull:rvnDellInc.:rn0X805C:rvr:cvnDellInc.:ct8:cvrN/A:
  dmi.product.name: Vostro1710
  dmi.product.version: Null
  dmi.sys.vendor: Dell Inc.

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

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

[Kernel-packages] [Bug 1722536] Re: Displays not properly recognized after upgrading kernel to 4.10.0-37-generic

2017-10-11 Thread Mélodie
Hi,

I'm not sure it is the same bug, but here is my story:
I was running a linux-image 4.10.0-35 in Ubuntu 16.04, with a GPU nvidia 8800 
GTS, and using the nvidia 304 driver (nouveau gives poor resolution choice 
800x600 or 600x480 as a choice) and the 340 driver gives poor smoothing.

Today I ran an update and the linux-image 4.10.0.37 appeared among other
packages so I updated, rebooted, then it appeared it would not be able
to start the lightdm service! Then I tried startx (I have a config file)
but no more success, could not find the screen. So what next, I
reinstall the nvidia driver! That's when I saw this message that it
COULD NOT FIND the kernel sources!

Well here is the thing : no linux-headers no screen!

What do I do? I install it of course! 'sudo apt install linux-
headers-4.10.0.37' (and the "generic" package as well), then re install
the nvidia driver once again, 'sudo start lightdm.service' : problem
solved!!!

Conclusion : this is my bug report, the package linux-image-4.10.0.37
does not pull in it's linux-headers of the same number, hence some
trouble met for several users! →

https://bugs.launchpad.net/bugs/+bugs?field.searchtext=linux-
image-4.10.0-37&search=Search+Bug+Reports&field.scope=all&field.scope.target=

Best regards,
Mélodie


** Attachment added: "gscreenshot_2017-10-11-205527.png"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1722536/+attachment/4967864/+files/gscreenshot_2017-10-11-205527.png

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

Title:
  Displays not properly recognized after upgrading kernel to
  4.10.0-37-generic

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  I have a multi-monitor setup and after upgrading kernel to
  4.10.0-37-generic, the displays weren't properly recognized. Only 1
  monitor appears on display config and it's limited to 1024x768
  resolution. Reverting kernel to 4.10.0-35-generic solves the problem.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: linux-image-4.10.0-35-generic 4.10.0-35.39
  ProcVersionSignature: Ubuntu 4.10.0-35.39-generic 4.10.17
  Uname: Linux 4.10.0-35-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4.5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  danilo 1261 F pulseaudio
  CurrentDesktop: XFCE
  Date: Tue Oct 10 10:31:47 2017
  InstallationDate: Installed on 2017-09-25 (15 days ago)
  InstallationMedia: Xubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  IwConfig:
   lono wireless extensions.

   enp0s25   no wireless extensions.
  Lsusb:
   Bus 002 Device 003: ID 093a:2510 Pixart Imaging, Inc. Optical Mouse
   Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: POSITIVO POS-PIQ57BQ
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-35-generic 
root=UUID=4d0acbb7-f921-4364-8c42-4a83a19fadd6 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.10.0-35-generic N/A
   linux-backports-modules-4.10.0-35-generic  N/A
   linux-firmware 1.164.1
  RfKill:

  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/28/2010
  dmi.bios.vendor: Desenvolvida para Positivo Informatica SA
  dmi.bios.version: 0110
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: POS-PIQ57BQ
  dmi.board.vendor: Positivo Informatica SA
  dmi.board.version: POSITIVO
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: POSITIVO
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnDesenvolvidaparaPositivoInformaticaSA:bvr0110:bd12/28/2010:svnPOSITIVO:pnPOS-PIQ57BQ:pvr0110_POS:rvnPositivoInformaticaSA:rnPOS-PIQ57BQ:rvrPOSITIVO:cvnPOSITIVO:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: POS-PIQ57BQ
  dmi.product.version: 0110_POS
  dmi.sys.vendor: POSITIVO

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

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


[Kernel-packages] [Bug 1246664] Re: "Buffer I/O error on device zram0, logical block 515067"

2013-11-04 Thread Mélodie
> Is it normal, that I didn't have the package installed, but the error
still occurred and zram0 was visible after 'swapon -s'?

Hi, If you had it installed before then removed it happens, and is also filed 
in a bug report:
zram-config runs even after uninstalled, needs purge - 
https://bugs.launchpad.net/ubuntu/+source/zram-config/+bug/1036339

If you didn't have zram-config installed before, or another script meant
to load and configure it's behavior… the zram module should not be
loaded, nor the zram devices created.

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

Title:
  "Buffer I/O error on device zram0, logical block 515067"

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Precise:
  Fix Committed
Status in “linux” source package in Saucy:
  Fix Released

Bug description:
  SRU Justification:

  Commit 12a7ad3 "zram: avoid access beyond the zram device" introduced
  a regression where valid_io_request() checks if request end coincides
  with disksize (end equals bound).  It fails if we attempt to read
  beyond the bound.

  Impact:

  Several errors will be logged if, for example, zram-config is
  installed:

  [ 14.666280] zram: module is from the staging directory, the quality is 
unknown, you have been warned.
  [ 14.667040] zram: Creating 1 devices ...
  [ 14.830355] Buffer I/O error on device zram0, logical block 62411
  [ 14.830375] Buffer I/O error on device zram0, logical block 62411
  [ 14.830598] Buffer I/O error on device zram0, logical block 62411
  [ 14.830621] Buffer I/O error on device zram0, logical block 62411
  [ 14.878597] Adding 249644k swap on /dev/zram0. Priority:5 extents:1 
across:249644k SS

  Fix:

  Commit 75c7caf5a052ffd8db3312fa7864ee2d142890c4 "zram: allow request
  end to coincide with disksize" fixes the issue by correcting the test
  in valid_io_request() function.

  Testcase:

  I was able to reproduce the issue by simply installing zram-config in
  a precise box.

  
=

  This is a duplicate of #1217189, but for some reason neither @oibaf
  nor me can reopen it. It is in "fix released" state, but the problem
  is at most partially solved. It seems that the bug no longer causes
  lockups (described in another bug: #1215513), but is still present (as
  I get error messages on boot screen and after $ dmesg | grep zram).

  If someone has enough privileges to reopen 1217189 for "linux
  (ubuntu)" (I don't know about raring, but no one complains, so it is
  probably ok), and remove this bug (maybe merging this message to the
  comments in 1217189), I would be really grateful.

  Ubuntu 12.04.3 LTS
  Kernel Linux 3.2.0-56-generic-pae (the problem was first observed in 53 and 
since 54 there are no lockups).
  ---
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  damian 2771 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf830 irq 47'
     Mixer name : 'Realtek ALC268'
     Components : 'HDA:10ec0268,10280275,0013'
     Controls  : 16
     Simple ctrls  : 9
  DistroRelease: Ubuntu 12.04
  MachineType: Dell Inc. Vostro1710
  MarkForUpload: True
  NonfreeKernelModules: nvidia wl
  Package: linux (not installed)
  ProcFB:

  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-56-generic-pae 
root=UUID=bfe81069-1c35-4ccc-a23a-33528ac81877 ro selinux=1 security=selinux 
quiet splash
  ProcVersionSignature: Ubuntu 3.2.0-56.86-generic-pae 3.2.51
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-56-generic-pae N/A
   linux-backports-modules-3.2.0-56-generic-pae  N/A
   linux-firmware1.79.7
  StagingDrivers: zram
  Tags:  precise running-unity staging
  Uname: Linux 3.2.0-56-generic-pae i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin netdev plugdev sambashare sudo
  dmi.bios.date: 09/09/2008
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A09
  dmi.board.name: 0X805C
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd09/09/2008:svnDellInc.:pnVostro1710:pvrNull:rvnDellInc.:rn0X805C:rvr:cvnDellInc.:ct8:cvrN/A:
  dmi.product.name: Vostro1710
  dmi.product.version: Null
  dmi.sys.ve

[Kernel-packages] [Bug 1246664] Re: "Buffer I/O error on device zram0, logical block 515067"

2013-11-04 Thread Mélodie
To damian-sawiicki: Do you see a zram-config.conf file under /etc/init ?
Another stupid question: did you precisely invoke "dpkg --purge zram-
config" ?

(When I realized I still had zram-config at work after uninstalling it,
I didn't think about "dpkg --purge" and just removed whatever "zram"
files I found in the system, especially /dev/zram0 and /dev/zram1 as the
machine has two cores, and eventually zram-config.conf if it was still
there, but I am not even sure it was still there).

To Luis Henriques: I installed the generic i386 kernel and headers in a
P4, and it has also been installed to a T60 where it was running with
many programs at same time and zram-config installed and at work. All
this lasted about 45 minutes and the session didn't fail, although some
swapping was occurring. No buffer I/O occurred.

Now I am being testing in the P4, zram-config reinstalled, your kernel
i386 generic installed, since about 15 minutes. Are running: Libreoffice
writer, Firefox, Software Center, PPA Software Center…

$ uname -a
Linux peluche 3.2.0-56-generic #86~lp1246664 SMP Mon Nov 4 11:21:05 UTC 2013 
i686 i686 i386 GNU/Linux
$

$ cat /proc/swaps 
FilenameTypeSizeUsedPriority
/dev/zram0  partition   772040  0   5
/dev/zram1  partition   772040  0   5
/dev/sdb5   partition   3174396 0   -1
$

Before meeting with the buffer I/O error I used to change the default
values for the size of the swap devices (lower the size to 1/4) and
setup the swappiness to 0, but for the test I do leave the default
values unchanged.

I will come back later to add information according to the results I
will get. Now I will start an additional heavy load by starting Ubuntu
Builder and build a custom ISO with your newer kernel and reinstall
zram-config to it. (At least to test the behavior while 'heavy duty' is
being done).

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

Title:
  "Buffer I/O error on device zram0, logical block 515067"

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Precise:
  Fix Committed
Status in “linux” source package in Saucy:
  Fix Released

Bug description:
  SRU Justification:

  Commit 12a7ad3 "zram: avoid access beyond the zram device" introduced
  a regression where valid_io_request() checks if request end coincides
  with disksize (end equals bound).  It fails if we attempt to read
  beyond the bound.

  Impact:

  Several errors will be logged if, for example, zram-config is
  installed:

  [ 14.666280] zram: module is from the staging directory, the quality is 
unknown, you have been warned.
  [ 14.667040] zram: Creating 1 devices ...
  [ 14.830355] Buffer I/O error on device zram0, logical block 62411
  [ 14.830375] Buffer I/O error on device zram0, logical block 62411
  [ 14.830598] Buffer I/O error on device zram0, logical block 62411
  [ 14.830621] Buffer I/O error on device zram0, logical block 62411
  [ 14.878597] Adding 249644k swap on /dev/zram0. Priority:5 extents:1 
across:249644k SS

  Fix:

  Commit 75c7caf5a052ffd8db3312fa7864ee2d142890c4 "zram: allow request
  end to coincide with disksize" fixes the issue by correcting the test
  in valid_io_request() function.

  Testcase:

  I was able to reproduce the issue by simply installing zram-config in
  a precise box.

  
=

  This is a duplicate of #1217189, but for some reason neither @oibaf
  nor me can reopen it. It is in "fix released" state, but the problem
  is at most partially solved. It seems that the bug no longer causes
  lockups (described in another bug: #1215513), but is still present (as
  I get error messages on boot screen and after $ dmesg | grep zram).

  If someone has enough privileges to reopen 1217189 for "linux
  (ubuntu)" (I don't know about raring, but no one complains, so it is
  probably ok), and remove this bug (maybe merging this message to the
  comments in 1217189), I would be really grateful.

  Ubuntu 12.04.3 LTS
  Kernel Linux 3.2.0-56-generic-pae (the problem was first observed in 53 and 
since 54 there are no lockups).
  ---
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  damian 2771 F

[Kernel-packages] [Bug 1246664] Re: "Buffer I/O error on device zram0, logical block 515067"

2013-11-04 Thread Mélodie
Hi,

Why installing zram-config in the Ubuntu Builder Synaptic module there has been 
this message:

E: zram-config: subprocess installed post-installation script returned error 
exit status 1


In the current system itself all is working fine so far (more than one hour 
running). No zram Buffer I/O error to be reported by dmesg either:
$ dmesg | grep zram
[   25.841182] zram: module is from the staging directory, the quality is 
unknown, you have been warned.
[   25.841620] zram: Creating 2 devices ...
[   26.494074] Adding 772040k swap on /dev/zram0.  Priority:5 extents:1 
across:772040k SS
[   26.500818] Adding 772040k swap on /dev/zram1.  Priority:5 extents:1 
across:772040k SS
$

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

Title:
  "Buffer I/O error on device zram0, logical block 515067"

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Precise:
  Fix Committed
Status in “linux” source package in Saucy:
  Fix Released

Bug description:
  SRU Justification:

  Commit 12a7ad3 "zram: avoid access beyond the zram device" introduced
  a regression where valid_io_request() checks if request end coincides
  with disksize (end equals bound).  It fails if we attempt to read
  beyond the bound.

  Impact:

  Several errors will be logged if, for example, zram-config is
  installed:

  [ 14.666280] zram: module is from the staging directory, the quality is 
unknown, you have been warned.
  [ 14.667040] zram: Creating 1 devices ...
  [ 14.830355] Buffer I/O error on device zram0, logical block 62411
  [ 14.830375] Buffer I/O error on device zram0, logical block 62411
  [ 14.830598] Buffer I/O error on device zram0, logical block 62411
  [ 14.830621] Buffer I/O error on device zram0, logical block 62411
  [ 14.878597] Adding 249644k swap on /dev/zram0. Priority:5 extents:1 
across:249644k SS

  Fix:

  Commit 75c7caf5a052ffd8db3312fa7864ee2d142890c4 "zram: allow request
  end to coincide with disksize" fixes the issue by correcting the test
  in valid_io_request() function.

  Testcase:

  I was able to reproduce the issue by simply installing zram-config in
  a precise box.

  
=

  This is a duplicate of #1217189, but for some reason neither @oibaf
  nor me can reopen it. It is in "fix released" state, but the problem
  is at most partially solved. It seems that the bug no longer causes
  lockups (described in another bug: #1215513), but is still present (as
  I get error messages on boot screen and after $ dmesg | grep zram).

  If someone has enough privileges to reopen 1217189 for "linux
  (ubuntu)" (I don't know about raring, but no one complains, so it is
  probably ok), and remove this bug (maybe merging this message to the
  comments in 1217189), I would be really grateful.

  Ubuntu 12.04.3 LTS
  Kernel Linux 3.2.0-56-generic-pae (the problem was first observed in 53 and 
since 54 there are no lockups).
  ---
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  damian 2771 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf830 irq 47'
     Mixer name : 'Realtek ALC268'
     Components : 'HDA:10ec0268,10280275,0013'
     Controls  : 16
     Simple ctrls  : 9
  DistroRelease: Ubuntu 12.04
  MachineType: Dell Inc. Vostro1710
  MarkForUpload: True
  NonfreeKernelModules: nvidia wl
  Package: linux (not installed)
  ProcFB:

  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-56-generic-pae 
root=UUID=bfe81069-1c35-4ccc-a23a-33528ac81877 ro selinux=1 security=selinux 
quiet splash
  ProcVersionSignature: Ubuntu 3.2.0-56.86-generic-pae 3.2.51
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-56-generic-pae N/A
   linux-backports-modules-3.2.0-56-generic-pae  N/A
   linux-firmware1.79.7
  StagingDrivers: zram
  Tags:  precise running-unity staging
  Uname: Linux 3.2.0-56-generic-pae i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin netdev plugdev sambashare sudo
  dmi.bios.date: 09/09/2008
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A09
  dmi.board.name: 0X805C
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnDellInc.

[Kernel-packages] [Bug 1246664] Re: "Buffer I/O error on device zram0, logical block 515067"

2013-11-04 Thread Mélodie
Ok, after more than one hour and a half, with lots of heavy programs
started at same time no issue, no freeze on the P4.

On the T60 with the 3.2.0-55 generic and zram-config in use the session
was exiting really fast and sending the user back to the login screen.

With the 3.2.0-56 generic no such issue happened, and no I/O buffer
error in either of the two machines. Thanks a lot to the people who
fixed it! I'll be looking forward to get it from the repositories.

(I don't have systems installed for other architectures to test on).

Regards,
Mélodie

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

Title:
  "Buffer I/O error on device zram0, logical block 515067"

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Precise:
  Fix Committed
Status in “linux” source package in Saucy:
  Fix Released

Bug description:
  SRU Justification:

  Commit 12a7ad3 "zram: avoid access beyond the zram device" introduced
  a regression where valid_io_request() checks if request end coincides
  with disksize (end equals bound).  It fails if we attempt to read
  beyond the bound.

  Impact:

  Several errors will be logged if, for example, zram-config is
  installed:

  [ 14.666280] zram: module is from the staging directory, the quality is 
unknown, you have been warned.
  [ 14.667040] zram: Creating 1 devices ...
  [ 14.830355] Buffer I/O error on device zram0, logical block 62411
  [ 14.830375] Buffer I/O error on device zram0, logical block 62411
  [ 14.830598] Buffer I/O error on device zram0, logical block 62411
  [ 14.830621] Buffer I/O error on device zram0, logical block 62411
  [ 14.878597] Adding 249644k swap on /dev/zram0. Priority:5 extents:1 
across:249644k SS

  Fix:

  Commit 75c7caf5a052ffd8db3312fa7864ee2d142890c4 "zram: allow request
  end to coincide with disksize" fixes the issue by correcting the test
  in valid_io_request() function.

  Testcase:

  I was able to reproduce the issue by simply installing zram-config in
  a precise box.

  
=

  This is a duplicate of #1217189, but for some reason neither @oibaf
  nor me can reopen it. It is in "fix released" state, but the problem
  is at most partially solved. It seems that the bug no longer causes
  lockups (described in another bug: #1215513), but is still present (as
  I get error messages on boot screen and after $ dmesg | grep zram).

  If someone has enough privileges to reopen 1217189 for "linux
  (ubuntu)" (I don't know about raring, but no one complains, so it is
  probably ok), and remove this bug (maybe merging this message to the
  comments in 1217189), I would be really grateful.

  Ubuntu 12.04.3 LTS
  Kernel Linux 3.2.0-56-generic-pae (the problem was first observed in 53 and 
since 54 there are no lockups).
  ---
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  damian 2771 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf830 irq 47'
     Mixer name : 'Realtek ALC268'
     Components : 'HDA:10ec0268,10280275,0013'
     Controls  : 16
     Simple ctrls  : 9
  DistroRelease: Ubuntu 12.04
  MachineType: Dell Inc. Vostro1710
  MarkForUpload: True
  NonfreeKernelModules: nvidia wl
  Package: linux (not installed)
  ProcFB:

  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-56-generic-pae 
root=UUID=bfe81069-1c35-4ccc-a23a-33528ac81877 ro selinux=1 security=selinux 
quiet splash
  ProcVersionSignature: Ubuntu 3.2.0-56.86-generic-pae 3.2.51
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-56-generic-pae N/A
   linux-backports-modules-3.2.0-56-generic-pae  N/A
   linux-firmware1.79.7
  StagingDrivers: zram
  Tags:  precise running-unity staging
  Uname: Linux 3.2.0-56-generic-pae i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin netdev plugdev sambashare sudo
  dmi.bios.date: 09/09/2008
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A09
  dmi.board.name: 0X805C
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd09/09/2008:svnDell

[Kernel-packages] [Bug 1246664] Re: "Buffer I/O error on device zram0, logical block 515067"

2013-11-05 Thread Mélodie
Hi Oibaf,
I my case it is mostly unrelated and really nothing very important. It happened 
in a Synaptic started inside the chroot of Ubuntu-Builder, so the post-install 
script was a bit confused I guess, because there were already /dev/zram* 
created and in use.

Regards,
Mélodie

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

Title:
  "Buffer I/O error on device zram0, logical block 515067"

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Precise:
  Fix Committed
Status in “linux” source package in Saucy:
  Fix Released

Bug description:
  SRU Justification:

  Commit 12a7ad3 "zram: avoid access beyond the zram device" introduced
  a regression where valid_io_request() checks if request end coincides
  with disksize (end equals bound).  It fails if we attempt to read
  beyond the bound.

  Impact:

  Several errors will be logged if, for example, zram-config is
  installed:

  [ 14.666280] zram: module is from the staging directory, the quality is 
unknown, you have been warned.
  [ 14.667040] zram: Creating 1 devices ...
  [ 14.830355] Buffer I/O error on device zram0, logical block 62411
  [ 14.830375] Buffer I/O error on device zram0, logical block 62411
  [ 14.830598] Buffer I/O error on device zram0, logical block 62411
  [ 14.830621] Buffer I/O error on device zram0, logical block 62411
  [ 14.878597] Adding 249644k swap on /dev/zram0. Priority:5 extents:1 
across:249644k SS

  Fix:

  Commit 75c7caf5a052ffd8db3312fa7864ee2d142890c4 "zram: allow request
  end to coincide with disksize" fixes the issue by correcting the test
  in valid_io_request() function.

  Testcase:

  I was able to reproduce the issue by simply installing zram-config in
  a precise box.

  
=

  This is a duplicate of #1217189, but for some reason neither @oibaf
  nor me can reopen it. It is in "fix released" state, but the problem
  is at most partially solved. It seems that the bug no longer causes
  lockups (described in another bug: #1215513), but is still present (as
  I get error messages on boot screen and after $ dmesg | grep zram).

  If someone has enough privileges to reopen 1217189 for "linux
  (ubuntu)" (I don't know about raring, but no one complains, so it is
  probably ok), and remove this bug (maybe merging this message to the
  comments in 1217189), I would be really grateful.

  Ubuntu 12.04.3 LTS
  Kernel Linux 3.2.0-56-generic-pae (the problem was first observed in 53 and 
since 54 there are no lockups).
  ---
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  damian 2771 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf830 irq 47'
     Mixer name : 'Realtek ALC268'
     Components : 'HDA:10ec0268,10280275,0013'
     Controls  : 16
     Simple ctrls  : 9
  DistroRelease: Ubuntu 12.04
  MachineType: Dell Inc. Vostro1710
  MarkForUpload: True
  NonfreeKernelModules: nvidia wl
  Package: linux (not installed)
  ProcFB:

  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-56-generic-pae 
root=UUID=bfe81069-1c35-4ccc-a23a-33528ac81877 ro selinux=1 security=selinux 
quiet splash
  ProcVersionSignature: Ubuntu 3.2.0-56.86-generic-pae 3.2.51
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-56-generic-pae N/A
   linux-backports-modules-3.2.0-56-generic-pae  N/A
   linux-firmware1.79.7
  StagingDrivers: zram
  Tags:  precise running-unity staging
  Uname: Linux 3.2.0-56-generic-pae i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin netdev plugdev sambashare sudo
  dmi.bios.date: 09/09/2008
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A09
  dmi.board.name: 0X805C
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd09/09/2008:svnDellInc.:pnVostro1710:pvrNull:rvnDellInc.:rn0X805C:rvr:cvnDellInc.:ct8:cvrN/A:
  dmi.product.name: Vostro1710
  dmi.product.version: Null
  dmi.sys.vendor: Dell Inc.

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

[Kernel-packages] [Bug 1246664] Re: "Buffer I/O error on device zram0, logical block 515067"

2013-11-10 Thread Mélodie
Hi,

Luis Henriques, I have updated to the new kernel 3.2.0-56 generic from
the repositories and the problem is back. I have reverted to your test
kernels, these packages:
http://people.canonical.com/~henrix/lp1246664/i386/

and from there the problem is solved. While doing so, the console stated
in the output "downgrading".

When will your patch be integrated to the current kernel for Precise?

Regards,
Mélodie

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

Title:
  "Buffer I/O error on device zram0, logical block 515067"

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Precise:
  Fix Committed
Status in “linux” source package in Saucy:
  Fix Released

Bug description:
  SRU Justification:

  Commit 12a7ad3 "zram: avoid access beyond the zram device" introduced
  a regression where valid_io_request() checks if request end coincides
  with disksize (end equals bound).  It fails if we attempt to read
  beyond the bound.

  Impact:

  Several errors will be logged if, for example, zram-config is
  installed:

  [ 14.666280] zram: module is from the staging directory, the quality is 
unknown, you have been warned.
  [ 14.667040] zram: Creating 1 devices ...
  [ 14.830355] Buffer I/O error on device zram0, logical block 62411
  [ 14.830375] Buffer I/O error on device zram0, logical block 62411
  [ 14.830598] Buffer I/O error on device zram0, logical block 62411
  [ 14.830621] Buffer I/O error on device zram0, logical block 62411
  [ 14.878597] Adding 249644k swap on /dev/zram0. Priority:5 extents:1 
across:249644k SS

  Fix:

  Commit 75c7caf5a052ffd8db3312fa7864ee2d142890c4 "zram: allow request
  end to coincide with disksize" fixes the issue by correcting the test
  in valid_io_request() function.

  Testcase:

  I was able to reproduce the issue by simply installing zram-config in
  a precise box.

  
=

  This is a duplicate of #1217189, but for some reason neither @oibaf
  nor me can reopen it. It is in "fix released" state, but the problem
  is at most partially solved. It seems that the bug no longer causes
  lockups (described in another bug: #1215513), but is still present (as
  I get error messages on boot screen and after $ dmesg | grep zram).

  If someone has enough privileges to reopen 1217189 for "linux
  (ubuntu)" (I don't know about raring, but no one complains, so it is
  probably ok), and remove this bug (maybe merging this message to the
  comments in 1217189), I would be really grateful.

  Ubuntu 12.04.3 LTS
  Kernel Linux 3.2.0-56-generic-pae (the problem was first observed in 53 and 
since 54 there are no lockups).
  ---
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  damian 2771 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf830 irq 47'
     Mixer name : 'Realtek ALC268'
     Components : 'HDA:10ec0268,10280275,0013'
     Controls  : 16
     Simple ctrls  : 9
  DistroRelease: Ubuntu 12.04
  MachineType: Dell Inc. Vostro1710
  MarkForUpload: True
  NonfreeKernelModules: nvidia wl
  Package: linux (not installed)
  ProcFB:

  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-56-generic-pae 
root=UUID=bfe81069-1c35-4ccc-a23a-33528ac81877 ro selinux=1 security=selinux 
quiet splash
  ProcVersionSignature: Ubuntu 3.2.0-56.86-generic-pae 3.2.51
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-56-generic-pae N/A
   linux-backports-modules-3.2.0-56-generic-pae  N/A
   linux-firmware1.79.7
  StagingDrivers: zram
  Tags:  precise running-unity staging
  Uname: Linux 3.2.0-56-generic-pae i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin netdev plugdev sambashare sudo
  dmi.bios.date: 09/09/2008
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A09
  dmi.board.name: 0X805C
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd09/09/2008:svnDellInc.:pnVostro1710:pvrNull:rvnDellInc.:rn0X805C:rvr:cvnDellInc.:ct8:cvrN/A:
  dmi.product.name: Vostro1710
  dmi.product.version: Null
  dmi.sys.vendor:

[Kernel-packages] [Bug 1246664] Re: "Buffer I/O error on device zram0, logical block 515067"

2013-11-12 Thread Mélodie
henrix: Thank you very much. I hope it will not be too long before it
will be gone through the SRU process and delivered.

Regards,
Mélodie

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

Title:
  "Buffer I/O error on device zram0, logical block 515067"

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Precise:
  Fix Committed
Status in “linux” source package in Saucy:
  Fix Released

Bug description:
  SRU Justification:

  Commit 12a7ad3 "zram: avoid access beyond the zram device" introduced
  a regression where valid_io_request() checks if request end coincides
  with disksize (end equals bound).  It fails if we attempt to read
  beyond the bound.

  Impact:

  Several errors will be logged if, for example, zram-config is
  installed:

  [ 14.666280] zram: module is from the staging directory, the quality is 
unknown, you have been warned.
  [ 14.667040] zram: Creating 1 devices ...
  [ 14.830355] Buffer I/O error on device zram0, logical block 62411
  [ 14.830375] Buffer I/O error on device zram0, logical block 62411
  [ 14.830598] Buffer I/O error on device zram0, logical block 62411
  [ 14.830621] Buffer I/O error on device zram0, logical block 62411
  [ 14.878597] Adding 249644k swap on /dev/zram0. Priority:5 extents:1 
across:249644k SS

  Fix:

  Commit 75c7caf5a052ffd8db3312fa7864ee2d142890c4 "zram: allow request
  end to coincide with disksize" fixes the issue by correcting the test
  in valid_io_request() function.

  Testcase:

  I was able to reproduce the issue by simply installing zram-config in
  a precise box.

  
=

  This is a duplicate of #1217189, but for some reason neither @oibaf
  nor me can reopen it. It is in "fix released" state, but the problem
  is at most partially solved. It seems that the bug no longer causes
  lockups (described in another bug: #1215513), but is still present (as
  I get error messages on boot screen and after $ dmesg | grep zram).

  If someone has enough privileges to reopen 1217189 for "linux
  (ubuntu)" (I don't know about raring, but no one complains, so it is
  probably ok), and remove this bug (maybe merging this message to the
  comments in 1217189), I would be really grateful.

  Ubuntu 12.04.3 LTS
  Kernel Linux 3.2.0-56-generic-pae (the problem was first observed in 53 and 
since 54 there are no lockups).
  ---
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  damian 2771 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf830 irq 47'
     Mixer name : 'Realtek ALC268'
     Components : 'HDA:10ec0268,10280275,0013'
     Controls  : 16
     Simple ctrls  : 9
  DistroRelease: Ubuntu 12.04
  MachineType: Dell Inc. Vostro1710
  MarkForUpload: True
  NonfreeKernelModules: nvidia wl
  Package: linux (not installed)
  ProcFB:

  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-56-generic-pae 
root=UUID=bfe81069-1c35-4ccc-a23a-33528ac81877 ro selinux=1 security=selinux 
quiet splash
  ProcVersionSignature: Ubuntu 3.2.0-56.86-generic-pae 3.2.51
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-56-generic-pae N/A
   linux-backports-modules-3.2.0-56-generic-pae  N/A
   linux-firmware1.79.7
  StagingDrivers: zram
  Tags:  precise running-unity staging
  Uname: Linux 3.2.0-56-generic-pae i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin netdev plugdev sambashare sudo
  dmi.bios.date: 09/09/2008
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A09
  dmi.board.name: 0X805C
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd09/09/2008:svnDellInc.:pnVostro1710:pvrNull:rvnDellInc.:rn0X805C:rvr:cvnDellInc.:ct8:cvrN/A:
  dmi.product.name: Vostro1710
  dmi.product.version: Null
  dmi.sys.vendor: Dell Inc.

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

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


[Kernel-packages] [Bug 1246664] Re: "Buffer I/O error on device zram0, logical block 515067"

2013-11-13 Thread Mélodie
Hi dambldor91,

I don't understand why you post about the former 3.2.0-55-generic kernel
where the bug didn't exist? What do you intend to say?

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

Title:
  "Buffer I/O error on device zram0, logical block 515067"

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Precise:
  Fix Committed
Status in “linux” source package in Saucy:
  Fix Released

Bug description:
  SRU Justification:

  Commit 12a7ad3 "zram: avoid access beyond the zram device" introduced
  a regression where valid_io_request() checks if request end coincides
  with disksize (end equals bound).  It fails if we attempt to read
  beyond the bound.

  Impact:

  Several errors will be logged if, for example, zram-config is
  installed:

  [ 14.666280] zram: module is from the staging directory, the quality is 
unknown, you have been warned.
  [ 14.667040] zram: Creating 1 devices ...
  [ 14.830355] Buffer I/O error on device zram0, logical block 62411
  [ 14.830375] Buffer I/O error on device zram0, logical block 62411
  [ 14.830598] Buffer I/O error on device zram0, logical block 62411
  [ 14.830621] Buffer I/O error on device zram0, logical block 62411
  [ 14.878597] Adding 249644k swap on /dev/zram0. Priority:5 extents:1 
across:249644k SS

  Fix:

  Commit 75c7caf5a052ffd8db3312fa7864ee2d142890c4 "zram: allow request
  end to coincide with disksize" fixes the issue by correcting the test
  in valid_io_request() function.

  Testcase:

  I was able to reproduce the issue by simply installing zram-config in
  a precise box.

  
=

  This is a duplicate of #1217189, but for some reason neither @oibaf
  nor me can reopen it. It is in "fix released" state, but the problem
  is at most partially solved. It seems that the bug no longer causes
  lockups (described in another bug: #1215513), but is still present (as
  I get error messages on boot screen and after $ dmesg | grep zram).

  If someone has enough privileges to reopen 1217189 for "linux
  (ubuntu)" (I don't know about raring, but no one complains, so it is
  probably ok), and remove this bug (maybe merging this message to the
  comments in 1217189), I would be really grateful.

  Ubuntu 12.04.3 LTS
  Kernel Linux 3.2.0-56-generic-pae (the problem was first observed in 53 and 
since 54 there are no lockups).
  ---
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  damian 2771 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf830 irq 47'
     Mixer name : 'Realtek ALC268'
     Components : 'HDA:10ec0268,10280275,0013'
     Controls  : 16
     Simple ctrls  : 9
  DistroRelease: Ubuntu 12.04
  MachineType: Dell Inc. Vostro1710
  MarkForUpload: True
  NonfreeKernelModules: nvidia wl
  Package: linux (not installed)
  ProcFB:

  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-56-generic-pae 
root=UUID=bfe81069-1c35-4ccc-a23a-33528ac81877 ro selinux=1 security=selinux 
quiet splash
  ProcVersionSignature: Ubuntu 3.2.0-56.86-generic-pae 3.2.51
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-56-generic-pae N/A
   linux-backports-modules-3.2.0-56-generic-pae  N/A
   linux-firmware1.79.7
  StagingDrivers: zram
  Tags:  precise running-unity staging
  Uname: Linux 3.2.0-56-generic-pae i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin netdev plugdev sambashare sudo
  dmi.bios.date: 09/09/2008
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A09
  dmi.board.name: 0X805C
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd09/09/2008:svnDellInc.:pnVostro1710:pvrNull:rvnDellInc.:rn0X805C:rvr:cvnDellInc.:ct8:cvrN/A:
  dmi.product.name: Vostro1710
  dmi.product.version: Null
  dmi.sys.vendor: Dell Inc.

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

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


[Kernel-packages] [Bug 1246664] Re: "Buffer I/O error on device zram0, logical block 515067"

2013-11-13 Thread Mélodie
Well no, mistake : it is not running although there is no I/O error
during boot. My bad.

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

Title:
  "Buffer I/O error on device zram0, logical block 515067"

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Precise:
  Fix Committed
Status in “linux” source package in Saucy:
  Fix Released

Bug description:
  SRU Justification:

  Commit 12a7ad3 "zram: avoid access beyond the zram device" introduced
  a regression where valid_io_request() checks if request end coincides
  with disksize (end equals bound).  It fails if we attempt to read
  beyond the bound.

  Impact:

  Several errors will be logged if, for example, zram-config is
  installed:

  [ 14.666280] zram: module is from the staging directory, the quality is 
unknown, you have been warned.
  [ 14.667040] zram: Creating 1 devices ...
  [ 14.830355] Buffer I/O error on device zram0, logical block 62411
  [ 14.830375] Buffer I/O error on device zram0, logical block 62411
  [ 14.830598] Buffer I/O error on device zram0, logical block 62411
  [ 14.830621] Buffer I/O error on device zram0, logical block 62411
  [ 14.878597] Adding 249644k swap on /dev/zram0. Priority:5 extents:1 
across:249644k SS

  Fix:

  Commit 75c7caf5a052ffd8db3312fa7864ee2d142890c4 "zram: allow request
  end to coincide with disksize" fixes the issue by correcting the test
  in valid_io_request() function.

  Testcase:

  I was able to reproduce the issue by simply installing zram-config in
  a precise box.

  
=

  This is a duplicate of #1217189, but for some reason neither @oibaf
  nor me can reopen it. It is in "fix released" state, but the problem
  is at most partially solved. It seems that the bug no longer causes
  lockups (described in another bug: #1215513), but is still present (as
  I get error messages on boot screen and after $ dmesg | grep zram).

  If someone has enough privileges to reopen 1217189 for "linux
  (ubuntu)" (I don't know about raring, but no one complains, so it is
  probably ok), and remove this bug (maybe merging this message to the
  comments in 1217189), I would be really grateful.

  Ubuntu 12.04.3 LTS
  Kernel Linux 3.2.0-56-generic-pae (the problem was first observed in 53 and 
since 54 there are no lockups).
  ---
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  damian 2771 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf830 irq 47'
     Mixer name : 'Realtek ALC268'
     Components : 'HDA:10ec0268,10280275,0013'
     Controls  : 16
     Simple ctrls  : 9
  DistroRelease: Ubuntu 12.04
  MachineType: Dell Inc. Vostro1710
  MarkForUpload: True
  NonfreeKernelModules: nvidia wl
  Package: linux (not installed)
  ProcFB:

  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-56-generic-pae 
root=UUID=bfe81069-1c35-4ccc-a23a-33528ac81877 ro selinux=1 security=selinux 
quiet splash
  ProcVersionSignature: Ubuntu 3.2.0-56.86-generic-pae 3.2.51
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-56-generic-pae N/A
   linux-backports-modules-3.2.0-56-generic-pae  N/A
   linux-firmware1.79.7
  StagingDrivers: zram
  Tags:  precise running-unity staging
  Uname: Linux 3.2.0-56-generic-pae i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin netdev plugdev sambashare sudo
  dmi.bios.date: 09/09/2008
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A09
  dmi.board.name: 0X805C
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd09/09/2008:svnDellInc.:pnVostro1710:pvrNull:rvnDellInc.:rn0X805C:rvr:cvnDellInc.:ct8:cvrN/A:
  dmi.product.name: Vostro1710
  dmi.product.version: Null
  dmi.sys.vendor: Dell Inc.

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

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


[Kernel-packages] [Bug 1246664] Re: "Buffer I/O error on device zram0, logical block 515067"

2013-11-13 Thread Mélodie
Hi Damian,

I just reinstalled the 3.2.0-55 generic to check, and yes here it does
not trigger errors. Only the next one does.

[melodie@peluche:~]$ uname -a
Linux peluche 3.2.0-55-generic #85-Ubuntu SMP Wed Oct 2 13:43:27 UTC 2013 i686 
i686 i386 GNU/Linux

dmesg done just after reboot:
[melodie@peluche:~]$ dmesg | grep zram
[   32.717593] zram: module is from the staging directory, the quality is 
unknown, you have been warned.
[   32.719059] zram: Creating 2 devices ...
[   32.811519] init: zram-config pre-start process (1033) terminated with 
status 1
[melodie@peluche:~]$ 

And zram is up and running, whereas with the next version it is started
during the boot, but then stopped I don't know when. What is sure is
that after the lines of "Buffer I/O error" zram is not loaded nor used
in the session.

Regards,
Mélodie

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

Title:
  "Buffer I/O error on device zram0, logical block 515067"

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Precise:
  Fix Committed
Status in “linux” source package in Saucy:
  Fix Released

Bug description:
  SRU Justification:

  Commit 12a7ad3 "zram: avoid access beyond the zram device" introduced
  a regression where valid_io_request() checks if request end coincides
  with disksize (end equals bound).  It fails if we attempt to read
  beyond the bound.

  Impact:

  Several errors will be logged if, for example, zram-config is
  installed:

  [ 14.666280] zram: module is from the staging directory, the quality is 
unknown, you have been warned.
  [ 14.667040] zram: Creating 1 devices ...
  [ 14.830355] Buffer I/O error on device zram0, logical block 62411
  [ 14.830375] Buffer I/O error on device zram0, logical block 62411
  [ 14.830598] Buffer I/O error on device zram0, logical block 62411
  [ 14.830621] Buffer I/O error on device zram0, logical block 62411
  [ 14.878597] Adding 249644k swap on /dev/zram0. Priority:5 extents:1 
across:249644k SS

  Fix:

  Commit 75c7caf5a052ffd8db3312fa7864ee2d142890c4 "zram: allow request
  end to coincide with disksize" fixes the issue by correcting the test
  in valid_io_request() function.

  Testcase:

  I was able to reproduce the issue by simply installing zram-config in
  a precise box.

  
=

  This is a duplicate of #1217189, but for some reason neither @oibaf
  nor me can reopen it. It is in "fix released" state, but the problem
  is at most partially solved. It seems that the bug no longer causes
  lockups (described in another bug: #1215513), but is still present (as
  I get error messages on boot screen and after $ dmesg | grep zram).

  If someone has enough privileges to reopen 1217189 for "linux
  (ubuntu)" (I don't know about raring, but no one complains, so it is
  probably ok), and remove this bug (maybe merging this message to the
  comments in 1217189), I would be really grateful.

  Ubuntu 12.04.3 LTS
  Kernel Linux 3.2.0-56-generic-pae (the problem was first observed in 53 and 
since 54 there are no lockups).
  ---
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  damian 2771 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf830 irq 47'
     Mixer name : 'Realtek ALC268'
     Components : 'HDA:10ec0268,10280275,0013'
     Controls  : 16
     Simple ctrls  : 9
  DistroRelease: Ubuntu 12.04
  MachineType: Dell Inc. Vostro1710
  MarkForUpload: True
  NonfreeKernelModules: nvidia wl
  Package: linux (not installed)
  ProcFB:

  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-56-generic-pae 
root=UUID=bfe81069-1c35-4ccc-a23a-33528ac81877 ro selinux=1 security=selinux 
quiet splash
  ProcVersionSignature: Ubuntu 3.2.0-56.86-generic-pae 3.2.51
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-56-generic-pae N/A
   linux-backports-modules-3.2.0-56-generic-pae  N/A
   linux-firmware1.79.7
  StagingDrivers: zram
  Tags:  precise running-unity staging
  Uname: Linux 3.2.0-56-generic-pae i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin netdev plugdev sambashare 

[Kernel-packages] [Bug 1246664] Re: "Buffer I/O error on device zram0, logical block 515067"

2013-11-18 Thread Mélodie
Hello,

I am preparing the machine for tests as per your pointer to
https://wiki.ubuntu.com/Testing/EnableProposed

The new kernel 3.2.0-57 generic (and headers) is installed and running
in P4 Dell, almost ready to run on another machines, checkbox-gtk
installed: the package lacks a dependency to python-dateutil which I had
to install additionally as I don't run an Ubuntu Unity version. (This
might need a new bug report).

 I will now start the checkbox-gtk procedure and then start testing how
zram-config behaves with the new version kernel. Later I will also try
to switch to the 3.2.0-57 pae version and will come back to say how it
goes.

Regards,
Mélodie

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

Title:
  "Buffer I/O error on device zram0, logical block 515067"

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Precise:
  Fix Committed
Status in “linux” source package in Saucy:
  Fix Released

Bug description:
  SRU Justification:

  Commit 12a7ad3 "zram: avoid access beyond the zram device" introduced
  a regression where valid_io_request() checks if request end coincides
  with disksize (end equals bound).  It fails if we attempt to read
  beyond the bound.

  Impact:

  Several errors will be logged if, for example, zram-config is
  installed:

  [ 14.666280] zram: module is from the staging directory, the quality is 
unknown, you have been warned.
  [ 14.667040] zram: Creating 1 devices ...
  [ 14.830355] Buffer I/O error on device zram0, logical block 62411
  [ 14.830375] Buffer I/O error on device zram0, logical block 62411
  [ 14.830598] Buffer I/O error on device zram0, logical block 62411
  [ 14.830621] Buffer I/O error on device zram0, logical block 62411
  [ 14.878597] Adding 249644k swap on /dev/zram0. Priority:5 extents:1 
across:249644k SS

  Fix:

  Commit 75c7caf5a052ffd8db3312fa7864ee2d142890c4 "zram: allow request
  end to coincide with disksize" fixes the issue by correcting the test
  in valid_io_request() function.

  Testcase:

  I was able to reproduce the issue by simply installing zram-config in
  a precise box.

  
=

  This is a duplicate of #1217189, but for some reason neither @oibaf
  nor me can reopen it. It is in "fix released" state, but the problem
  is at most partially solved. It seems that the bug no longer causes
  lockups (described in another bug: #1215513), but is still present (as
  I get error messages on boot screen and after $ dmesg | grep zram).

  If someone has enough privileges to reopen 1217189 for "linux
  (ubuntu)" (I don't know about raring, but no one complains, so it is
  probably ok), and remove this bug (maybe merging this message to the
  comments in 1217189), I would be really grateful.

  Ubuntu 12.04.3 LTS
  Kernel Linux 3.2.0-56-generic-pae (the problem was first observed in 53 and 
since 54 there are no lockups).
  ---
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  damian 2771 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf830 irq 47'
     Mixer name : 'Realtek ALC268'
     Components : 'HDA:10ec0268,10280275,0013'
     Controls  : 16
     Simple ctrls  : 9
  DistroRelease: Ubuntu 12.04
  MachineType: Dell Inc. Vostro1710
  MarkForUpload: True
  NonfreeKernelModules: nvidia wl
  Package: linux (not installed)
  ProcFB:

  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-56-generic-pae 
root=UUID=bfe81069-1c35-4ccc-a23a-33528ac81877 ro selinux=1 security=selinux 
quiet splash
  ProcVersionSignature: Ubuntu 3.2.0-56.86-generic-pae 3.2.51
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-56-generic-pae N/A
   linux-backports-modules-3.2.0-56-generic-pae  N/A
   linux-firmware1.79.7
  StagingDrivers: zram
  Tags:  precise running-unity staging
  Uname: Linux 3.2.0-56-generic-pae i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin netdev plugdev sambashare sudo
  dmi.bios.date: 09/09/2008
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A09
  dmi.board.name: 0X805C
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: 

[Kernel-packages] [Bug 1246664] Re: "Buffer I/O error on device zram0, logical block 515067"

2013-11-18 Thread Mélodie
Hardware 1:
P4 Dell tower. Here is enclosed the hardware submission (not yet appeared on 
Launchpad but I add it as an attachment).


** Attachment added: "submission.xml"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1246664/+attachment/3911946/+files/submission.xml

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

Title:
  "Buffer I/O error on device zram0, logical block 515067"

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Precise:
  Fix Committed
Status in “linux” source package in Saucy:
  Fix Released

Bug description:
  SRU Justification:

  Commit 12a7ad3 "zram: avoid access beyond the zram device" introduced
  a regression where valid_io_request() checks if request end coincides
  with disksize (end equals bound).  It fails if we attempt to read
  beyond the bound.

  Impact:

  Several errors will be logged if, for example, zram-config is
  installed:

  [ 14.666280] zram: module is from the staging directory, the quality is 
unknown, you have been warned.
  [ 14.667040] zram: Creating 1 devices ...
  [ 14.830355] Buffer I/O error on device zram0, logical block 62411
  [ 14.830375] Buffer I/O error on device zram0, logical block 62411
  [ 14.830598] Buffer I/O error on device zram0, logical block 62411
  [ 14.830621] Buffer I/O error on device zram0, logical block 62411
  [ 14.878597] Adding 249644k swap on /dev/zram0. Priority:5 extents:1 
across:249644k SS

  Fix:

  Commit 75c7caf5a052ffd8db3312fa7864ee2d142890c4 "zram: allow request
  end to coincide with disksize" fixes the issue by correcting the test
  in valid_io_request() function.

  Testcase:

  I was able to reproduce the issue by simply installing zram-config in
  a precise box.

  
=

  This is a duplicate of #1217189, but for some reason neither @oibaf
  nor me can reopen it. It is in "fix released" state, but the problem
  is at most partially solved. It seems that the bug no longer causes
  lockups (described in another bug: #1215513), but is still present (as
  I get error messages on boot screen and after $ dmesg | grep zram).

  If someone has enough privileges to reopen 1217189 for "linux
  (ubuntu)" (I don't know about raring, but no one complains, so it is
  probably ok), and remove this bug (maybe merging this message to the
  comments in 1217189), I would be really grateful.

  Ubuntu 12.04.3 LTS
  Kernel Linux 3.2.0-56-generic-pae (the problem was first observed in 53 and 
since 54 there are no lockups).
  ---
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  damian 2771 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf830 irq 47'
     Mixer name : 'Realtek ALC268'
     Components : 'HDA:10ec0268,10280275,0013'
     Controls  : 16
     Simple ctrls  : 9
  DistroRelease: Ubuntu 12.04
  MachineType: Dell Inc. Vostro1710
  MarkForUpload: True
  NonfreeKernelModules: nvidia wl
  Package: linux (not installed)
  ProcFB:

  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-56-generic-pae 
root=UUID=bfe81069-1c35-4ccc-a23a-33528ac81877 ro selinux=1 security=selinux 
quiet splash
  ProcVersionSignature: Ubuntu 3.2.0-56.86-generic-pae 3.2.51
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-56-generic-pae N/A
   linux-backports-modules-3.2.0-56-generic-pae  N/A
   linux-firmware1.79.7
  StagingDrivers: zram
  Tags:  precise running-unity staging
  Uname: Linux 3.2.0-56-generic-pae i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin netdev plugdev sambashare sudo
  dmi.bios.date: 09/09/2008
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A09
  dmi.board.name: 0X805C
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd09/09/2008:svnDellInc.:pnVostro1710:pvrNull:rvnDellInc.:rn0X805C:rvr:cvnDellInc.:ct8:cvrN/A:
  dmi.product.name: Vostro1710
  dmi.product.version: Null
  dmi.sys.vendor: Dell Inc.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
U

[Kernel-packages] [Bug 1246664] Re: "Buffer I/O error on device zram0, logical block 515067"

2013-11-18 Thread Mélodie
Hi,
Here are two bug reports generated while testing hard on the P4 (trying to get 
the RAM full, I'll have to retry with a limit on the kernel boot line because 
the zram swap could never be used, instead it was the CPU which was fully used):
https://bugs.launchpad.net/ubuntu/+source/lxsession-edit/+bug/1252531
https://bugs.launchpad.net/ubuntu/+source/openbox/+bug/1252533

Next I will do that, and also test in a T60 thinkpad.

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

Title:
  "Buffer I/O error on device zram0, logical block 515067"

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Precise:
  Fix Committed
Status in “linux” source package in Saucy:
  Fix Released

Bug description:
  SRU Justification:

  Commit 12a7ad3 "zram: avoid access beyond the zram device" introduced
  a regression where valid_io_request() checks if request end coincides
  with disksize (end equals bound).  It fails if we attempt to read
  beyond the bound.

  Impact:

  Several errors will be logged if, for example, zram-config is
  installed:

  [ 14.666280] zram: module is from the staging directory, the quality is 
unknown, you have been warned.
  [ 14.667040] zram: Creating 1 devices ...
  [ 14.830355] Buffer I/O error on device zram0, logical block 62411
  [ 14.830375] Buffer I/O error on device zram0, logical block 62411
  [ 14.830598] Buffer I/O error on device zram0, logical block 62411
  [ 14.830621] Buffer I/O error on device zram0, logical block 62411
  [ 14.878597] Adding 249644k swap on /dev/zram0. Priority:5 extents:1 
across:249644k SS

  Fix:

  Commit 75c7caf5a052ffd8db3312fa7864ee2d142890c4 "zram: allow request
  end to coincide with disksize" fixes the issue by correcting the test
  in valid_io_request() function.

  Testcase:

  I was able to reproduce the issue by simply installing zram-config in
  a precise box.

  
=

  This is a duplicate of #1217189, but for some reason neither @oibaf
  nor me can reopen it. It is in "fix released" state, but the problem
  is at most partially solved. It seems that the bug no longer causes
  lockups (described in another bug: #1215513), but is still present (as
  I get error messages on boot screen and after $ dmesg | grep zram).

  If someone has enough privileges to reopen 1217189 for "linux
  (ubuntu)" (I don't know about raring, but no one complains, so it is
  probably ok), and remove this bug (maybe merging this message to the
  comments in 1217189), I would be really grateful.

  Ubuntu 12.04.3 LTS
  Kernel Linux 3.2.0-56-generic-pae (the problem was first observed in 53 and 
since 54 there are no lockups).
  ---
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  damian 2771 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf830 irq 47'
     Mixer name : 'Realtek ALC268'
     Components : 'HDA:10ec0268,10280275,0013'
     Controls  : 16
     Simple ctrls  : 9
  DistroRelease: Ubuntu 12.04
  MachineType: Dell Inc. Vostro1710
  MarkForUpload: True
  NonfreeKernelModules: nvidia wl
  Package: linux (not installed)
  ProcFB:

  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-56-generic-pae 
root=UUID=bfe81069-1c35-4ccc-a23a-33528ac81877 ro selinux=1 security=selinux 
quiet splash
  ProcVersionSignature: Ubuntu 3.2.0-56.86-generic-pae 3.2.51
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-56-generic-pae N/A
   linux-backports-modules-3.2.0-56-generic-pae  N/A
   linux-firmware1.79.7
  StagingDrivers: zram
  Tags:  precise running-unity staging
  Uname: Linux 3.2.0-56-generic-pae i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin netdev plugdev sambashare sudo
  dmi.bios.date: 09/09/2008
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A09
  dmi.board.name: 0X805C
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd09/09/2008:svnDellInc.:pnVostro1710:pvrNull:rvnDellInc.:rn0X805C:rvr:cvnDellInc.:ct8:cvrN/A:
  dmi.product.name: Vostro1710
  dmi.product.version: Null
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubunt

[Kernel-packages] [Bug 1246664] Re: "Buffer I/O error on device zram0, logical block 515067"

2013-11-19 Thread Mélodie
Hi,

On the T60 with 2 GB RAM it has ran during one hour, installing one by
one several little games using the Software Center, and having firefox
and htop running as well as pcmanfm. No problem met so far.

The now I am running the same machine and Ubuntu version with 512 MB ram
and it swaps a little, while Software Center installs one more game,
Firefox running, gThumbs opened, a console, a mousepad editor, and a
"system benchmark and profiler" launched but not active.

It all works fine, with zram enabled and the generic version of the
kernel.

$ uname -rv
3.2.0-57-generic #87-Ubuntu SMP Tue Nov 12 21:38:12 UTC 2013
$

$ $ swapon -s
FilenameTypeSizeUsedPriority
/dev/sda5   partition   1023996 0   -1
/dev/zram0  partition   253912  65152   5
$

$ free -m
 total   used   free sharedbuffers cached
Mem:   495479 16  0  9 97
-/+ buffers/cache:373122
Swap: 1247 63   1184
$


I enclose the file produced for this machine by checkbox-gtk and an additional 
file done with a "ps -ax" command can be viewed here: http://pastebin.fr/31732

I would be worth trying on the same machine with a pae version perhaps?
I will install it and say tomorrow or the day after if no issue occurred
with the 3.2.0-57-pae.

I don't have a machine to test others, but I will try to find someone
who could have the relevant hardware.

Regards,
Mélodie


** Attachment added: "submission.xml"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1246664/+attachment/3912879/+files/submission.xml

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

Title:
  "Buffer I/O error on device zram0, logical block 515067"

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Precise:
  Fix Committed
Status in “linux” source package in Saucy:
  Fix Released

Bug description:
  SRU Justification:

  Commit 12a7ad3 "zram: avoid access beyond the zram device" introduced
  a regression where valid_io_request() checks if request end coincides
  with disksize (end equals bound).  It fails if we attempt to read
  beyond the bound.

  Impact:

  Several errors will be logged if, for example, zram-config is
  installed:

  [ 14.666280] zram: module is from the staging directory, the quality is 
unknown, you have been warned.
  [ 14.667040] zram: Creating 1 devices ...
  [ 14.830355] Buffer I/O error on device zram0, logical block 62411
  [ 14.830375] Buffer I/O error on device zram0, logical block 62411
  [ 14.830598] Buffer I/O error on device zram0, logical block 62411
  [ 14.830621] Buffer I/O error on device zram0, logical block 62411
  [ 14.878597] Adding 249644k swap on /dev/zram0. Priority:5 extents:1 
across:249644k SS

  Fix:

  Commit 75c7caf5a052ffd8db3312fa7864ee2d142890c4 "zram: allow request
  end to coincide with disksize" fixes the issue by correcting the test
  in valid_io_request() function.

  Testcase:

  I was able to reproduce the issue by simply installing zram-config in
  a precise box.

  
=

  This is a duplicate of #1217189, but for some reason neither @oibaf
  nor me can reopen it. It is in "fix released" state, but the problem
  is at most partially solved. It seems that the bug no longer causes
  lockups (described in another bug: #1215513), but is still present (as
  I get error messages on boot screen and after $ dmesg | grep zram).

  If someone has enough privileges to reopen 1217189 for "linux
  (ubuntu)" (I don't know about raring, but no one complains, so it is
  probably ok), and remove this bug (maybe merging this message to the
  comments in 1217189), I would be really grateful.

  Ubuntu 12.04.3 LTS
  Kernel Linux 3.2.0-56-generic-pae (the problem was first observed in 53 and 
since 54 there are no lockups).
  ---
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  damian 2771 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf830 irq 47'
     Mixer name : 'Realtek ALC268'
     Co

[Kernel-packages] [Bug 1246664] Re: "Buffer I/O error on device zram0, logical block 515067"

2013-11-23 Thread Mélodie
Hello to all,

Thanks a lot! I am looking forward to seeing it in the repositories!

Best regards,
Mélodie

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

Title:
  "Buffer I/O error on device zram0, logical block 515067"

Status in “linux” package in Ubuntu:
  Fix Released
Status in “linux” source package in Precise:
  Fix Committed
Status in “linux” source package in Saucy:
  Fix Released

Bug description:
  SRU Justification:

  Commit 12a7ad3 "zram: avoid access beyond the zram device" introduced
  a regression where valid_io_request() checks if request end coincides
  with disksize (end equals bound).  It fails if we attempt to read
  beyond the bound.

  Impact:

  Several errors will be logged if, for example, zram-config is
  installed:

  [ 14.666280] zram: module is from the staging directory, the quality is 
unknown, you have been warned.
  [ 14.667040] zram: Creating 1 devices ...
  [ 14.830355] Buffer I/O error on device zram0, logical block 62411
  [ 14.830375] Buffer I/O error on device zram0, logical block 62411
  [ 14.830598] Buffer I/O error on device zram0, logical block 62411
  [ 14.830621] Buffer I/O error on device zram0, logical block 62411
  [ 14.878597] Adding 249644k swap on /dev/zram0. Priority:5 extents:1 
across:249644k SS

  Fix:

  Commit 75c7caf5a052ffd8db3312fa7864ee2d142890c4 "zram: allow request
  end to coincide with disksize" fixes the issue by correcting the test
  in valid_io_request() function.

  Testcase:

  I was able to reproduce the issue by simply installing zram-config in
  a precise box.

  
=

  This is a duplicate of #1217189, but for some reason neither @oibaf
  nor me can reopen it. It is in "fix released" state, but the problem
  is at most partially solved. It seems that the bug no longer causes
  lockups (described in another bug: #1215513), but is still present (as
  I get error messages on boot screen and after $ dmesg | grep zram).

  If someone has enough privileges to reopen 1217189 for "linux
  (ubuntu)" (I don't know about raring, but no one complains, so it is
  probably ok), and remove this bug (maybe merging this message to the
  comments in 1217189), I would be really grateful.

  Ubuntu 12.04.3 LTS
  Kernel Linux 3.2.0-56-generic-pae (the problem was first observed in 53 and 
since 54 there are no lockups).
  ---
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  damian 2771 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf830 irq 47'
     Mixer name : 'Realtek ALC268'
     Components : 'HDA:10ec0268,10280275,0013'
     Controls  : 16
     Simple ctrls  : 9
  DistroRelease: Ubuntu 12.04
  MachineType: Dell Inc. Vostro1710
  MarkForUpload: True
  NonfreeKernelModules: nvidia wl
  Package: linux (not installed)
  ProcFB:

  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-56-generic-pae 
root=UUID=bfe81069-1c35-4ccc-a23a-33528ac81877 ro selinux=1 security=selinux 
quiet splash
  ProcVersionSignature: Ubuntu 3.2.0-56.86-generic-pae 3.2.51
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-56-generic-pae N/A
   linux-backports-modules-3.2.0-56-generic-pae  N/A
   linux-firmware1.79.7
  StagingDrivers: zram
  Tags:  precise running-unity staging
  Uname: Linux 3.2.0-56-generic-pae i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin netdev plugdev sambashare sudo
  dmi.bios.date: 09/09/2008
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A09
  dmi.board.name: 0X805C
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd09/09/2008:svnDellInc.:pnVostro1710:pvrNull:rvnDellInc.:rn0X805C:rvr:cvnDellInc.:ct8:cvrN/A:
  dmi.product.name: Vostro1710
  dmi.product.version: Null
  dmi.sys.vendor: Dell Inc.

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

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


[Kernel-packages] [Bug 1246664] Re: "Buffer I/O error on device zram0, logical block 515067"

2013-11-04 Thread Mélodie
Hi,
I had not found this bug n° #1246664 when seeking for bugs related to zram, and 
I posted my own, however Oibaf found it and told me:
https://bugs.launchpad.net/ubuntu/+source/zram-config/+bug/1247496

linux kernel 3.2.0-55 generic is the one used. I would be very glad to
get a 3.2.0-55 generic patched.

I would like to know what is the fix that you use?

Oibaf also told me "About the "stop" you should open a new bug." : do
you confirm the "Stop" line should not be missing in the /etc/init/zram-
config.conf file, if so that it is not what triggers problems, and
therefore that I should open a new bug for it?

Regards,
Mélodie

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

Title:
  "Buffer I/O error on device zram0, logical block 515067"

Status in “linux” package in Ubuntu:
  Triaged

Bug description:
  This is a duplicate of #1217189, but for some reason neither @oibaf
  nor me can reopen it. It is in "fix released" state, but the problem
  is at most partially solved. It seems that the bug no longer causes
  lockups (described in another bug: #1215513), but is still present (as
  I get error messages on boot screen and after $ dmesg | grep zram).

  If someone has enough privileges to reopen 1217189 for "linux
  (ubuntu)" (I don't know about raring, but no one complains, so it is
  probably ok), and remove this bug (maybe merging this message to the
  comments in 1217189), I would be really grateful.

  Ubuntu 12.04.3 LTS
  Kernel Linux 3.2.0-56-generic-pae (the problem was first observed in 53 and 
since 54 there are no lockups).
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  damian 2771 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf830 irq 47'
 Mixer name : 'Realtek ALC268'
 Components : 'HDA:10ec0268,10280275,0013'
 Controls  : 16
 Simple ctrls  : 9
  DistroRelease: Ubuntu 12.04
  MachineType: Dell Inc. Vostro1710
  MarkForUpload: True
  NonfreeKernelModules: nvidia wl
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-56-generic-pae 
root=UUID=bfe81069-1c35-4ccc-a23a-33528ac81877 ro selinux=1 security=selinux 
quiet splash
  ProcVersionSignature: Ubuntu 3.2.0-56.86-generic-pae 3.2.51
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-56-generic-pae N/A
   linux-backports-modules-3.2.0-56-generic-pae  N/A
   linux-firmware1.79.7
  StagingDrivers: zram
  Tags:  precise running-unity staging
  Uname: Linux 3.2.0-56-generic-pae i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin netdev plugdev sambashare sudo
  dmi.bios.date: 09/09/2008
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A09
  dmi.board.name: 0X805C
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd09/09/2008:svnDellInc.:pnVostro1710:pvrNull:rvnDellInc.:rn0X805C:rvr:cvnDellInc.:ct8:cvrN/A:
  dmi.product.name: Vostro1710
  dmi.product.version: Null
  dmi.sys.vendor: Dell Inc.

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

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


[Kernel-packages] [Bug 1246664] Re: "Buffer I/O error on device zram0, logical block 515067"

2013-11-04 Thread Mélodie
I will be looking forward to it. Thanks a lot!

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

Title:
  "Buffer I/O error on device zram0, logical block 515067"

Status in “linux” package in Ubuntu:
  Triaged

Bug description:
  This is a duplicate of #1217189, but for some reason neither @oibaf
  nor me can reopen it. It is in "fix released" state, but the problem
  is at most partially solved. It seems that the bug no longer causes
  lockups (described in another bug: #1215513), but is still present (as
  I get error messages on boot screen and after $ dmesg | grep zram).

  If someone has enough privileges to reopen 1217189 for "linux
  (ubuntu)" (I don't know about raring, but no one complains, so it is
  probably ok), and remove this bug (maybe merging this message to the
  comments in 1217189), I would be really grateful.

  Ubuntu 12.04.3 LTS
  Kernel Linux 3.2.0-56-generic-pae (the problem was first observed in 53 and 
since 54 there are no lockups).
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  ApportVersion: 2.0.1-0ubuntu17.6
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  damian 2771 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf830 irq 47'
 Mixer name : 'Realtek ALC268'
 Components : 'HDA:10ec0268,10280275,0013'
 Controls  : 16
 Simple ctrls  : 9
  DistroRelease: Ubuntu 12.04
  MachineType: Dell Inc. Vostro1710
  MarkForUpload: True
  NonfreeKernelModules: nvidia wl
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-56-generic-pae 
root=UUID=bfe81069-1c35-4ccc-a23a-33528ac81877 ro selinux=1 security=selinux 
quiet splash
  ProcVersionSignature: Ubuntu 3.2.0-56.86-generic-pae 3.2.51
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-56-generic-pae N/A
   linux-backports-modules-3.2.0-56-generic-pae  N/A
   linux-firmware1.79.7
  StagingDrivers: zram
  Tags:  precise running-unity staging
  Uname: Linux 3.2.0-56-generic-pae i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin netdev plugdev sambashare sudo
  dmi.bios.date: 09/09/2008
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A09
  dmi.board.name: 0X805C
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd09/09/2008:svnDellInc.:pnVostro1710:pvrNull:rvnDellInc.:rn0X805C:rvr:cvnDellInc.:ct8:cvrN/A:
  dmi.product.name: Vostro1710
  dmi.product.version: Null
  dmi.sys.vendor: Dell Inc.

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

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


[Kernel-packages] [Bug 1235525] Re: error on sudo parted -l

2013-10-09 Thread Mélodie
Hi,

I agree with phillw. This message from parted listing option  will show in any 
GNU/Linux distribution, with any kernel when zram is loaded and working, 
because it's not a logical volume, it is a block device which acts as swap. See 
the description at the page of the project:
http://code.google.com/p/compcache

In Archlinux the result is of course the same, you can see here:
http://pastebin.fr/29038

This is not a bug.

Regards,
Mélodie

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

Title:
  error on sudo parted -l

Status in “linux” package in Ubuntu:
  Confirmed
Status in “linux” source package in Raring:
  Confirmed
Status in “linux” source package in Saucy:
  Confirmed

Bug description:
  In the current kernel issuing such a command results in the following
  output:

  Error: /dev/zram0: unrecognised disk label

  Error: /dev/zram1: unrecognised disk label

  This bug will be tied to the raring kernel which also sees it.

  The 3.12rc1 and 3.12rc2 kernel does not show this behaviour. Please
  look also at
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1227202 for back
  ground information for this bug. It does not appear to be critical and
  this bug was found when investigating the crash / freeze issue.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-11-generic 3.11.0-11.17
  ProcVersionSignature: Ubuntu 3.11.0-11.17-generic 3.11.3
  Uname: Linux 3.11.0-11-generic x86_64
  ApportVersion: 2.12.5-0ubuntu1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  phillw 2140 F lxpanel
  CRDA: Error: [Errno 2] No such file or directory: 'iw'
  Date: Sat Oct  5 01:28:16 2013
  HibernationDevice: RESUME=UUID=d98ac0ad-5c96-4382-8195-23b44e056358
  InstallationDate: Installed on 2013-06-29 (97 days ago)
  InstallationMedia: Lubuntu 13.10 "Saucy Salamander" - Alpha amd64 (20130628)
  MachineType: Packard Bell EasyNote LJ71
  MarkForUpload: True
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-11-generic 
root=UUID=69c7aa0f-ccd0-4ac4-8930-e6f0efda9e6b ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-11-generic N/A
   linux-backports-modules-3.11.0-11-generic  N/A
   linux-firmware 1.116
  SourcePackage: linux
  StagingDrivers: zram
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/22/2009
  dmi.bios.vendor: Packard Bell
  dmi.bios.version: V1.03
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: EasyNote LJ71
  dmi.board.vendor: Packard Bell
  dmi.board.version: V1.03
  dmi.chassis.type: 10
  dmi.chassis.vendor: Packard Bell
  dmi.chassis.version: V1.03
  dmi.modalias: 
dmi:bvnPackardBell:bvrV1.03:bd09/22/2009:svnPackardBell:pnEasyNoteLJ71:pvrV1.03:rvnPackardBell:rnEasyNoteLJ71:rvrV1.03:cvnPackardBell:ct10:cvrV1.03:
  dmi.product.name: EasyNote LJ71
  dmi.product.version: V1.03
  dmi.sys.vendor: Packard Bell

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

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