[opensuse] need debugging help (openSUSE LEAP)
Hi LEAP users, please could someone run these commands for me and send me the output? # as root! uname -mr modprobe -r scsi_debug modprobe scsi_debug dev_size_mb=100 sector_size=512 udevadm settle devname=$(grep --with-filename scsi_debug /sys/block/*/device/model | awk -F '/' '{print $4}') cat /sys/block/$devname/queue/{minimum_io_size,optimal_io_size} modprobe -r scsi_debug I want to compare the output of different kernel version 4.1.12, 4.1.13 and 4.1.15. Maybe there is a bug. So I'm specially interested in up-to-date and not-fully-updated Leap installations. Thanks, Rudi -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Fri 29 Jan 2016 03:12:06 PM CST, Ruediger Meier wrote:
Hi LEAP users,
please could someone run these commands for me and send me the output?
# as root! uname -mr modprobe -r scsi_debug modprobe scsi_debug dev_size_mb=100 sector_size=512 udevadm settle devname=$(grep --with-filename scsi_debug /sys/block/*/device/model | awk -F '/' '{print $4}') cat /sys/block/$devname/queue/{minimum_io_size,optimal_io_size} modprobe -r scsi_debug
I want to compare the output of different kernel version 4.1.12, 4.1.13 and 4.1.15. Maybe there is a bug. So I'm specially interested in up-to-date and not-fully-updated Leap installations.
Thanks, Rudi Hi Here you go;
uname -mr 4.1.13-5-default x86_64 modprobe -r scsi_debug modprobe scsi_debug dev_size_mb=100 sector_size=512 udevadm settle devname=$(grep --with-filename scsi_debug /sys/block/*/device/model | awk -F '/' '{print $4}') cat /sys/block/$devname/queue/{minimum_io_size,optimal_io_size} 512 32768 modprobe -r scsi_debug -- Cheers Malcolm °¿° LFCS, SUSE Knowledge Partner (Linux Counter #276890) SUSE Linux Enterprise Desktop 12 SP1|GNOME 3.10.4|3.12.51-60.25-default up 12:17, 3 users, load average: 0.92, 0.63, 0.44 CPU AMD A4-5150M @ 2.70GHz | GPU Radeon HD 8350G -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
I ran this on TW even though you asked for Leap. I don't know if it will help or not, but I got: 512 64 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 2016-01-29 15:12, Ruediger Meier wrote:
Hi LEAP users,
please could someone run these commands for me and send me the output?
Eleanor-421:~ # uname -mr 4.1.12-1-default x86_64 Eleanor-421:~ # modprobe -r scsi_debug Eleanor-421:~ # modprobe scsi_debug dev_size_mb=100 sector_size=512 Eleanor-421:~ # udevadm settle Eleanor-421:~ # devname=$(grep --with-filename scsi_debug /sys/block/*/device/model | awk -F '/' '{print $4}') Eleanor-421:~ # cat /sys/block/$devname/queue/{minimum_io_size,optimal_io_size} 512 32768 Eleanor-421:~ # modprobe -r scsi_debug Eleanor-421:~ #
I want to compare the output of different kernel version 4.1.12, 4.1.13 and 4.1.15. Maybe there is a bug. So I'm specially interested in up-to-date and not-fully-updated Leap installations.
Uh, oh... I'm running a YOU while I typed the above, so I'm uncertain. The update is huge, by the way, I'm quite surprised. Biggest I have seen on a machine updated the previous week. I'll wait till I reboot the machine (it is a virtual one, vmplayer). Ok, rebooted, try again. Eleanor-421:~ # uname -mr 4.1.15-8-default x86_64 Eleanor-421:~ # modprobe -r scsi_debug Eleanor-421:~ # modprobe -r scsi_debug^C Eleanor-421:~ # modprobe scsi_debug dev_size_mb=100 sector_size=512 Eleanor-421:~ # udevadm settle Eleanor-421:~ # devname=$(grep --with-filename scsi_debug /sys/block/*/device/model | awk -F '/' '{print $4}') Eleanor-421:~ # cat /sys/block/$devname/queue/{minimum_io_size,optimal_io_size} 512 64 Eleanor-421:~ # modprobe -r scsi_debug Eleanor-421:~ # Quite different. If you wish, I can try later on my laptop, before and after the update. -- Cheers / Saludos, Carlos E. R. (from 13.1 x86_64 "Bottle" at Telcontar)
On Friday 29 January 2016, Carlos E. R. wrote:
On 2016-01-29 15:12, Ruediger Meier wrote:
Hi LEAP users,
please could someone run these commands for me and send me the output?
Eleanor-421:~ # uname -mr 4.1.12-1-default x86_64 Eleanor-421:~ # modprobe -r scsi_debug Eleanor-421:~ # modprobe scsi_debug dev_size_mb=100 sector_size=512 Eleanor-421:~ # udevadm settle Eleanor-421:~ # devname=$(grep --with-filename scsi_debug /sys/block/*/device/model | awk -F '/' '{print $4}') Eleanor-421:~ # cat /sys/block/$devname/queue/{minimum_io_size,optimal_io_size} 512 32768 Eleanor-421:~ # modprobe -r scsi_debug Eleanor-421:~ #
I want to compare the output of different kernel version 4.1.12, 4.1.13 and 4.1.15. Maybe there is a bug. So I'm specially interested in up-to-date and not-fully-updated Leap installations.
Uh, oh... I'm running a YOU while I typed the above, so I'm uncertain. The update is huge, by the way, I'm quite surprised. Biggest I have seen on a machine updated the previous week.
I'll wait till I reboot the machine (it is a virtual one, vmplayer). Ok, rebooted, try again.
Eleanor-421:~ # uname -mr 4.1.15-8-default x86_64 Eleanor-421:~ # modprobe -r scsi_debug Eleanor-421:~ # modprobe -r scsi_debug^C Eleanor-421:~ # modprobe scsi_debug dev_size_mb=100 sector_size=512 Eleanor-421:~ # udevadm settle Eleanor-421:~ # devname=$(grep --with-filename scsi_debug /sys/block/*/device/model | awk -F '/' '{print $4}') Eleanor-421:~ # cat /sys/block/$devname/queue/{minimum_io_size,optimal_io_size} 512 64 Eleanor-421:~ # modprobe -r scsi_debug Eleanor-421:~ #
Quite different.
Thanks a lot Carlos and Malcolm! Seems that there is an issue from kernel 4.1.13 to 4.1.5. Looks strange that "optimum" is smaller than "minimum".
If you wish, I can try later on my laptop, before and after the update.
Maybe you can just reboot once again with old kernel to be 100% sure that it was the kernel update and not some of the other updates. FYI the original problem come from util-linux mailing list http://thread.gmane.org/gmane.linux.utilities.util-linux-ng/11966 cu, Rudi -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 2016-01-29 16:34, Ruediger Meier wrote:
On Friday 29 January 2016, Carlos E. R. wrote:
If you wish, I can try later on my laptop, before and after the update.
Maybe you can just reboot once again with old kernel to be 100% sure that it was the kernel update and not some of the other updates.
Ah. I failed to understand. Of course, doing it now. Eleanor-421:~ # uname -mr 4.1.12-1-default x86_64 Eleanor-421:~ # modprobe -r scsi_debug Eleanor-421:~ # modprobe scsi_debug dev_size_mb=100 sector_size=512 Eleanor-421:~ # udevadm settle Eleanor-421:~ # devname=$(grep --with-filename scsi_debug /sys/block/*/device/model | awk -F '/' '{print $4}') Eleanor-421:~ # cat /sys/block/$devname/queue/{minimum_io_size,optimal_io_size} 512 32768 Eleanor-421:~ # modprobe -r scsi_debug Eleanor-421:~ # Something weird, the updates in this machine. There were a huge lot, perhaps the virtual machine was not current in updates previously. There were far less updates in the laptop. Not an issue for this thread, just clarifying things for the record. -- Cheers / Saludos, Carlos E. R. (from 13.1 x86_64 "Bottle" at Telcontar)
On 01/29/2016 03:40 PM, Carlos E. R. wrote:
If you wish, I can try later on my laptop, before and after the update.
I'm going to run the updates in the laptop, so I'll also take the chance to check your results. cer@Minas-Anor:~> su - Password: Minas-Anor:~ # uname -mr 4.1.13-5-default x86_64 Minas-Anor:~ # modprobe -r scsi_debug Minas-Anor:~ # modprobe scsi_debug dev_size_mb=100 sector_size=512 Minas-Anor:~ # udevadm settle Minas-Anor:~ # devname=$(grep --with-filename scsi_debug /sys/block/*/device/model | awk -F '/' '{print $4}') Minas-Anor:~ # cat /sys/block/$devname/queue/{minimum_io_size,optimal_io_size} 512 32768 Minas-Anor:~ # modprobe -r scsi_debug Minas-Anor:~ # After update and reboot: cer@Minas-Anor:~> su - Password: Minas-Anor:~ # uname -mr 4.1.15-8-default x86_64 Minas-Anor:~ # modprobe -r scsi_debug Minas-Anor:~ # modprobe scsi_debug dev_size_mb=100 sector_size=512 Minas-Anor:~ # udevadm settle Minas-Anor:~ # devname=$(grep --with-filename scsi_debug /sys/block/*/device/model | awk -F '/' '{print $4}') Minas-Anor:~ # cat /sys/block/$devname/queue/{minimum_io_size,optimal_io_size} 512 64 Minas-Anor:~ # modprobe -r scsi_debug Minas-Anor:~ # Same result as with virtual hardware. And this was in the log, in case it is of interest: Jan 30 05:07:16 Minas-Anor kernel: scsi_debug: host protection Jan 30 05:07:16 Minas-Anor kernel: scsi host7: scsi_debug, version 1.85 [20141022], dev_size_mb=100, opts=0x0 Jan 30 05:07:16 Minas-Anor kernel: scsi 7:0:0:0: Direct-Access Linux scsi_debug 0184 PQ: 0 ANSI: 6 Jan 30 05:07:16 Minas-Anor kernel: sd 7:0:0:0: Attached scsi generic sg3 type 0 Jan 30 05:07:16 Minas-Anor kernel: sd 7:0:0:0: [sdc] 204800 512-byte logical blocks: (104 MB/100 MiB) Jan 30 05:07:16 Minas-Anor kernel: sd 7:0:0:0: [sdc] Write Protect is off Jan 30 05:07:16 Minas-Anor kernel: sd 7:0:0:0: [sdc] Mode Sense: 73 00 10 08 Jan 30 05:07:16 Minas-Anor kernel: sd 7:0:0:0: [sdc] Write cache: enabled, read cache: enabled, supports DPO and FUA Jan 30 05:07:16 Minas-Anor kernel: sd 7:0:0:0: [sdc] Attached SCSI disk Jan 30 05:07:40 Minas-Anor kernel: sd 7:0:0:0: [sdc] Synchronizing SCSI cache -- Cheers/Saludos Carlos E. R. (openSUSE Leap 42.1, test at Minas-Anor) -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (4)
-
Carlos E. R.
-
Malcolm
-
Ruediger Meier
-
SDM