On Mon, 2005-04-18 at 11:33 +0200, Frank Schafer wrote: > foomatic-configure -s cups -p Canon-imageRunner_330s -n Canon -c > smb://steffi/Canon\ iR2270\/iR2870\ PCL6 -d hpijs > Use of uninitialized value in substitution (s///) > at /usr/lib/perl5/vendor_perl/5.8.5/Foomatic/DB.pm line 3427. > lpadmin: add-printer (set device) failed: client-error-not-possible > Could not set up/change the queue "Canon"!
Probably the problem is the '/' character in the printer name. You could try over-escaping it on the command line (\\/, \\\\/, \\\\\\/ etc.) but it'd likely be easier to remove the slash from the printer name. -- gentoo-user@gentoo.org mailing list