Re: [Touch-packages] [Bug 1702063] Re: systemctl -n option ignores values greater than 10

2017-07-03 Thread Jon Forsberg
yep that seems to be the reason. if the service is started it only shows lines relevant to the current instance, if its not started it will show the requested number of lines. maybe the manpage should include something about this. it confused me. feel free to mark this as a feature request or close

[Touch-packages] [Bug 1702063] [NEW] systemctl -n option ignores values greater than 10

2017-07-03 Thread Jon Forsberg
Public bug reported: The manpage for systemctl says that -n can be used to specify how many journal lines to show. It only works for values <= 10, there is no way to make it show more than 10 lines. For example 'systemctl -n 100 status SERVICE' shows 10 lines, not 100. 'journalctl -n 100 -u SERVI

[Touch-packages] [Bug 1628910] [NEW] netcat silently fails without error message when not using -v

2016-09-29 Thread Jon Forsberg
Public bug reported: $ nc localhost 1234 $ nc -v localhost 1234 nc: connect to localhost port 1234 (tcp) failed: Connection refused even without the -v option I expect nc to report any errors to stderr instead of just exiting. i sometimes use nc together with tar as a simple file transfer too

[Touch-packages] [Bug 1581278] [NEW] * repetition operator wierdness

2016-05-12 Thread Jon Forsberg
Public bug reported: Package: grep 2.16-1 Ubuntu 14.04 These two commands run against the attached file testcase.txt produce different results. First one matches, second one doesn't. They should not give different results. * should match zero or more items and in this case there is 1 item. $

[Touch-packages] [Bug 1508049] [NEW] manpage for grep out of date

2015-10-20 Thread Jon Forsberg
Public bug reported: grep(1) doesn't say anything about supporting \s to indicate whitespace but grep does support \s, both in basic, extended and perl mode, so \s is not the same as s, as you would expect from reading the manpage. grep package version: 2.16-1 ** Affects: grep (Ubuntu) Imp