Bug#186448: More failed options

2024-07-07 Thread Rick Stanley
Besides "186448 time's %D %K %X %p %t formats are inoperative" you can add; -v, --verbose -o file, --output=file -V, --Version --quiet None of these work on Debian Testing (Trixie) time command line app. Plus, the manpage on Trixie, does match the manpage at:

Bug#1063355: ronn: -m and --date options do not work

2024-02-06 Thread Rick Stanley
Package: ronn Version: 0.9.1-3 Severity: normal X-Debbugs-Cc: rstan...@rsiny.com Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? Two problems: With PAGER and MAMPAGER Not set: ronn -m --style=man sample.3.ronn

Bug#1008175: closed by Brian Potkin (Re: Bug#1008175: -o sides=two-sided-long-edge always prints one-sided with lp & lpr)

2022-03-28 Thread Rick Stanley
you! Cheers! Rick ⁣-- Rick Stanley (917) 822-7771 www.rsiny.com Computer  Consulting Linux & Open Source Specialist​ On Mar 28, 2022, 11:09 AM, at 11:09 AM, Debian Bug Tracking System wrote: >This is an automatic notification regarding your Bug report >which was filed against th

Bug#1008175: #1008175

2022-03-23 Thread Rick Stanley
Now neither option works correctly executing from the command line. "lpr -o sides=two-sided-long-edge test.pdf" "lpr -o sides=one-sided test.pdf" And same for lp. Printing from Okular works correctly as expected.

Bug#1008175: cups-bsd: lp & lpr options sides=one-sided and sides=two-sided-long-edge are reversed. one-sided prints duplex (Two-sided) and vice-versa

2022-03-23 Thread Rick Stanley
Package: cups-bsd Version: 2.3.3op2-3+deb11u1 Severity: normal X-Debbugs-Cc: r...@scotsgeek.com Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? My script containing "lpr -o sides=two-sided-long-edge

Bug#990199: Please delete

2021-06-27 Thread Rick Stanley
Please delete this report completely. Thank you!

Bug#990199: Missing information

2021-06-22 Thread Rick Stanley
-std=c99, c11, c18 compiles but reports: "warning: implicit declaration of function ‘popen’; did you mean ‘fopen’? [-Wimplicit-function-declaration]" -- RSI (Rick Stanley, Inc.) (917) 822-7771 www.rsiny.com Computer Systems Consulting Linux & Open Source Specialists

Bug#990199: Missing information

2021-06-22 Thread Rick Stanley
Warning incorrectly reported: "warning: implicit declaration of function ‘popen’; did you mean ‘fopen’? [-Wimplicit-function-declaration]"

Bug#990199: gcc: Icorrect warning report "implicit declaration of function ‘popen’"

2021-06-22 Thread Rick Stanley
Package: gcc Version: 4:10.2.1-1 Severity: normal X-Debbugs-Cc: r...@scotsgeek.com Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? #include int main(void) { popen("ls -la", "r"); return 0; } -std=c89,

Bug#966194: Cancel report!

2020-07-25 Thread Rick Stanley
Please cancel and delete this entire report. This was a valgrind issue. Sorry for bothering you. Thank you! Rick Stanley -- RSI (Rick Stanley, Inc.) (917) 822-7771 www.rsiny.com Computer Systems Consulting Linux & Open Source Specialists

Bug#966194: Wrong code in the report

2020-07-24 Thread Rick Stanley
Correct code that created the error message in valgrind: #include #include #include #define DIM 32 int main(void) { char *p = NULL; p = malloc(DIM); if(p == NULL) { printf("Allocation error.\n"); exit(1); } strcpy(p, "This is a test."); for(int x = 0 ; x

Bug#966194: gcc-9: valgrind error: Conditional jump or move depends on uninitialised value(s)

2020-07-24 Thread Rick Stanley
Package: gcc-9 Version: 9.3.0-15 Severity: important X-Debbugs-Cc: r...@scotsgeek.com Dear Maintainer, Source: #include #include #define DIM 32 char p[DIM] = "NULL"; int main(void) { strcpy(p, "This is a test."); for(int x = 0 ; x < DIM; ++x) { printf("%02x ", p[x]); }

Bug#892229: Debian Testing (Buster) error

2018-04-02 Thread Rick Stanley
With `uname -a` : "Linux linus 4.15.0-2-amd64 #1 SMP Debian 4.15.11-1 (2018-03-20) x86_64 GNU/Linux" With the system properly updated daily, I too am receiving the error on bootup": "[ 11.142473] platform regulatory.0: firmware: failed to load regulatory.db (-2) [ 11.142602]