Bug 244766 - print/foo2zjs: don't works with latest CUPS
Summary: print/foo2zjs: don't works with latest CUPS
Status: Closed Works As Intended
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Some People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-12 19:55 UTC by Serge Volkov
Modified: 2020-03-13 21:08 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Serge Volkov 2020-03-12 19:55:00 UTC
Hello, All!

Some time ago, after updating the CUPS, printers using foo2zjs stopped working. The foo2zjs port is very outdated. Can anyone update this port?

If someone updates the port, I can test it with the printer HP 1018.
Comment 1 Serge Volkov 2020-03-13 21:06:21 UTC
I'm sorry. It's my mistake. The package foo2zjs is still working.

The fact is that I am using a network printer. Communication with the printer goes through cups-smb-backend. And before, I used the link without a username and password, because the printer is accessible to everyone. Now I found that it is necessary to specify the login and password in the link. That is, the link must necessarily look like this:

smb://login:password@server/printer

At least it worked for me.