Jan Wilmans

Results 245 comments of Jan Wilmans

``` cups is already the newest version (2.2.10-6+deb10u6). ``` cups is installed, but I'm not sure how to check whether there is a local queue ?

hm, apparently nothing is setup ![image](https://user-images.githubusercontent.com/5933444/179695100-ff4181a0-954a-472f-a94b-8af1e829463f.png)

Ok, I have CUPS setup, and printed a test page: ![image](https://user-images.githubusercontent.com/5933444/179719960-1c658e21-ee59-4b25-afda-121983112e6b.png) However, if I try to run lprint, jobs are always aborted. ``` $ lpstat -p -d printer DYMO_LabelWriter_450 is...

hm, now I double checked I was running a single lprint-server, ![image](https://user-images.githubusercontent.com/5933444/179721865-59dba389-14a9-4b02-affd-734ecc286bec.png) but now when I try to print the server segfaults I have a reproducable segfault when I run...

I will re-compile with -g and get a backtrace, could you give me a sample file that works / is supported, so I can take that part out of the...

``` Core was generated by `./lprint server'. Program terminated with signal SIGSEGV, Segmentation fault. warning: Unexpected size of section `.reg-xstate/639' in core file. #0 ipp_get_printer_attributes (client=0x55ca1845ce30) at printer-ipp.c:1446 1446 printer-ipp.c:...

I'll answer my own question about how to setup a printer using CUPS lpadmin: ``` #!/bin/bash #set -x export PRINTER_NAME="labelprinter" echo "searching for printers..." #export PRINTER_DEV=`lpinfo -v | grep usb`...

I think #72 is talking about the same feature request and mentions an example

Maybe like this ? ``` Options: --always_set=[] This has the current behaviour [default: 10]. --always_set This implicitly sets the value to 5 [value: 5] ```

found it; the -a line is the offending line, or at least, when it is removed, the error disappears. In fact it is not matching with the [-a (value)] ,...