bug#29012: od: busy skip on block devices

2017-10-26 Thread Pádraig Brady
On 26/10/17 08:13, Christian Kögler wrote: > If od is used on block devices together with skip, od reads the skipped bytes > instead of seeking it. Yes it has done that from the initial version. Note od concatenates multiple files, and skips across all of them, so consequently restricts itself to

bug#28929: Bug report for tail

2017-10-26 Thread Dmitry V. Levin
merge 28929 28970 29022 tag 28929 notabug thanks On Sat, Oct 21, 2017 at 02:47:03PM -0400, Mohammad Edghaim wrote: [...] > "unrecognized file system type 0x794c7630 for 'xyz.log'. please report this > to bug-coreutils@gnu.org. reverting to polling" [...] On Tue, Oct 24, 2017 at 09:33:56AM -0700, B

bug#29022: tail: unrecognized file system type 0x794c7630 for...

2017-10-26 Thread Gustavo Frederico
26-OCT-2017 23:40:33 * service_update * orcl * 0 [oracle@e7bd4e34ce20 admin]$ tail -f /u01/app/oracle/diag/tnslsnr/e7bd4e34ce20/listener/alert/log.xml host_addr='172.17.0.2'> 26-OCT-2017 23:40:24 * service_register * orcl * 0 26-OCT-2017 23:40:33 * service_update * orcl * 0 tail

bug#29012: od: busy skip on block devices

2017-10-26 Thread Christian Kögler
If od is used on block devices together with skip, od reads the skipped bytes instead of seeking it. Cheers Christian