• Re: Mail failure - malformed recipient address

    From Haines Brown@3:633/10 to All on Saturday, March 21, 2026 11:00:01
    On 2026-03-18, Haines Brown <haines@histomat.net> wrote:
    In a new installation, when printing with lpr the output is
    landscape when it should be portrait.

    When CUPS prints its test page, it is normal (portrait)

    What about

    printf "Hello\n" | lpr

    The orientation might be informative.

    The orientation is landscape

    --

    Haines Brown

    --- PyGate Linux v1.5.13
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From didier gaumet@3:633/10 to All on Saturday, March 21, 2026 12:00:01
    Hello,

    - CUPS test page being printed in portrait mode,
    - lpr commands being printed in landscape mode,
    - lpr seeming to be a CUPS compatibility layer to legacy Unix lpr or the genuine legacy Unix lpr,
    I wonder if you have the lpr or lprng package installed instead of the cups-bsd package? If so, try to purge lpr or lprng to install cups-bsd...

    Side note: where did you find these -o portrait and -o landscape
    options? I only find these (manpage of the lpr command of cups-bsd):
    [...]
    -o orientation-requested=4
    Prints the job in landscape (rotated 90 degrees counter-clockwise).

    -o orientation-requested=5
    Prints the job in landscape (rotated 90 degrees clockwise).

    -o orientation-requested=6
    Prints the job in reverse portrait (rotated 180 degrees).
    [...]

    that seems to indicate there is no option to print in portait mode ("6"
    being for reverse portrait) and "4" or "5" is the way to go landscape
    mode, depending on the orientation you wish for the landscape

    --- PyGate Linux v1.5.13
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From CGS@3:633/10 to All on Saturday, March 21, 2026 17:00:01
    On 2026-03-21, didier gaumet <didier.gaumet@gmail.com> wrote:
    Hello,

    - CUPS test page being printed in portrait mode,
    - lpr commands being printed in landscape mode,
    - lpr seeming to be a CUPS compatibility layer to legacy Unix lpr or the genuine legacy Unix lpr,
    I wonder if you have the lpr or lprng package installed instead of the cups-bsd package? If so, try to purge lpr or lprng to install cups-bsd...

    Side note: where did you find these -o portrait and -o landscape
    options? I only find these (manpage of the lpr command of cups-bsd):
    [...]
    -o orientation-requested=4
    Prints the job in landscape (rotated 90 degrees counter-clockwise).

    -o orientation-requested=5
    Prints the job in landscape (rotated 90 degrees clockwise).

    -o orientation-requested=6
    Prints the job in reverse portrait (rotated 180 degrees).
    [...]

    that seems to indicate there is no option to print in portait mode ("6" being for reverse portrait) and "4" or "5" is the way to go landscape
    mode, depending on the orientation you wish for the landscape


    -o orientation-requested=3

    portrait mode

    IPP (Internet Printing Protocol) attribute, defined in:

    RFC 8011 ? Internet Printing Protocol/1.1: Model and Semantics (2018,
    the current spec), Section 5.2.13

    --- PyGate Linux v1.5.13
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)
  • From didier gaumet@3:633/10 to All on Saturday, March 21, 2026 18:10:02
    Le 21/03/2026 … 16:55, CGS a ‚crit˙:

    -o orientation-requested=3

    portrait mode

    IPP (Internet Printing Protocol) attribute, defined in:

    RFC 8011 ? Internet Printing Protocol/1.1: Model and Semantics (2018,
    the current spec), Section 5.2.13

    Thanks :-)

    --- PyGate Linux v1.5.13
    * Origin: Dragon's Lair, PyGate NNTP<>Fido Gate (3:633/10)