Multiple opinions are in discussion I've introduced at my comment above.What is the alternative? CUPS? Can a CUPS server receive data on port 515, for old-fashioned programs that have the printer protocol and port number baked in? Will CUPS be in base, or does this mean that base no longer has printing support at all? Will there be some instructions (handbook?) for transitioning existing configurations?
Note: I'm not at all against this. Even on my FreeBSD server machine, lpr/lpd were disabled years ago, because all printing today goes from desktop machine (which are all MacOS or Windows) directly to the printers. But YMMV.
More likely moved to freebsd-lpr or something in ports.Just FYI, lpd/lpr (the printer tools) will be removed.
Correct.CUPS will definitely not end up in base.
I had no idea printers still existed. I haven't seen one in years.
Hey, don't call me brother!I have an IP printer , brother, don't know how to print. Normally it should understand IPP protocol & postscript.
Maybe print pdf pipe it through goscript and send it raw to the printer port ?
netcat 192.168.1.50 9100 < myfile.pdf
Sending PDF wouldn't work for at least old printers that listens jetdirect protocol but doesn't understand PDF format.Alain De Vos, two suggestions. One is using netcat, e.g., if your printer is at 192.168.1.50Code:netcat 192.168.1.50 9100 < myfile.pdf
That's for pdf files. Secondly I'll spam my own page, which recommends the everywhere driver. https://srobb.net/cliscanprint.html#FreeBSD