bug#12482: Feature Request: support for int, octal, and hex types in seq --format

2012-09-20 Thread Craig Sanders
Package: Coreutils Severity: wishlist seq only supports floating point types like f and g in the --format string. Other types, including i,d,o,u,x,X would also be useful. e.g. "seq --format 'prefix%02isuffix' 1 50" to print zero-padded 1-50 with user-specified prefix and suffix strings. see htt

bug#12478: cat SEGV when I press Ctrl-Alt-SysRq-1 on text console

2012-09-20 Thread Alan Curry
Rafal W. writes: > > > $ cat /dev/zero > > ^\Quit (core dumped) > > > > Steps to reproduce: > > 1. Switch to any text console (it doesn't happen in X). > > 2. Login > > 3. Run: cat /dev/zero > > 4. Press: Ctrl-Alt-SysRq-1 (or any number except letters:) What's that supposed to do? Ctrl isn't norm

bug#12478: cat SEGV when I press Ctrl-Alt-SysRq-1 on text console

2012-09-20 Thread Rafal W.
> $ cat /dev/zero > ^\Quit (core dumped) > > Steps to reproduce: > 1. Switch to any text console (it doesn't happen in X). > 2. Login > 3. Run: cat /dev/zero > 4. Press: Ctrl-Alt-SysRq-1 (or any number except letters:) > 5. You'll see: ^\Quit (core dumped) > > Here is the backtrace: > kenorb@kenorb