|
Bugzilla – Full Text Bug Listing |
| Summary: | Configured network printers are not shown in YaST printer module | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.3 | Reporter: | Alberto Passalacqua <alberto.passalacqua> |
| Component: | YaST2 | Assignee: | Michal Zugec <mzugec> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Major | ||
| Priority: | P5 - None | ||
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | YaST2 logs | ||
|
Description
Alberto Passalacqua
2007-10-09 15:20:54 UTC
Please attach y2logs. If you are in doubt follow: http://en.opensuse.org/Bugs/YaST Thanks! Created attachment 177490 [details]
YaST2 logs
Thanks for your answer! Here they are :-) Regards, Alberto Thanks for logs, but unfortunately I'm not sure what's wrong. You add there smb queue and you wasn't able to see it in YaST, right? After YaST writes that can you see that queue in output from "lpstat -a"? Is there valid entry in /etc/cups/printers.conf ? Hello, lpstat -a gives: deskjet990c accetta richieste da mar 16 ott 2007 15:58:34 CEST psc2350series accetta richieste da mar 09 ott 2007 18:47:55 CEST My /etc/cups/printers.conf is (I replaces passwords and workgroup with XXX): # Printer configuration file for CUPS v1.2.12 # Written by cupsd on 2007-10-16 16:02 <Printer deskjet990c> Info HP DeskJet 990C Foomatic/hpijs (recommended) DeviceURI smb://alberto:XXXXX@XXXXX/XXXXX/deskjet990c State Idle StateTime 1192543114 Accepting Yes Shared Yes JobSheets none none QuotaPeriod 0 PageLimit 0 KLimit 0 OpPolicy default ErrorPolicy stop-printer </Printer> <DefaultPrinter psc2350series> Info psc2350series DeviceURI smb://alberto:XXXXX@XXXXX/XXXXX/psc2350series State Idle StateTime 1191948475 Accepting Yes Shared Yes JobSheets none none QuotaPeriod 0 PageLimit 0 KLimit 0 OpPolicy default ErrorPolicy stop-printer The printers regularly work, they're just not visible in YaST. If it can help, this bug was already present and then fixed in 10.2. Regards, Alberto >> If it can help, this bug was already present and then fixed in 10.2.
yes, bugreport number will help
Bug 230693 (Marked as duplicate of Bug 240727 ) There was also bug 223197. P.S. Bugzilla has a nice search function. Just look for 10.2 bugs, Status: ALL; Search word: Printer ;-) Regards, Alberto I can't reproduce it on my system. But it's possible that some regexp failed with your user/password. I will create some small code for testing on your side ... First of all: grep -E 'DeviceURI' /etc/cups/printers.conf|cut -d' ' -f2 This should write you our locally connected uri's Probably reproduced with ' ' (space) in password, right? fixed in yast2-printer-2.16.3 Hello Michal, yes, I've a space in the passoword. grep -E 'DeviceURI' /etc/cups/printers.conf|cut -d' ' -f2 writes smb://alberto:XXX smb://alberto:XXX where XXX is the password truncated at the space position. Thanks a lot for your help, I really appreciated it :-) Regards, Alberto |