https://bugzilla.novell.com/show_bug.cgi?id=230730 ------- Comment #21 from jamesrome@alum.mit.edu 2007-01-23 12:56 MST ------- Klaus, here was my setup (whioch I posted months ago on the SUSEForum and got no reply until today!) I installed 10.2. All went well until I tried to install my printer. As soon as Yast2 accessed cups, my pc went haywire. I traced it down to cupsd writing GBs of error messages! They are all: W [24/Dec/2006:14:31:09 -0500] tcp_wrappers refused connection from unknown. See /etc/hosts.allow and /etc/hosts.deny. If I look in /var/log/messages, I get many messages also: Dec 24 14:31:08 jardell cupsd: warning: /etc/hosts.deny, line 5: Unable to handle client address: unknown Dec 24 14:31:08 jardell cupsd: warning: /etc/hosts.allow, line 62: Unable to handle client address: unknown Dec 24 14:31:08 jardell cupsd: warning: /etc/hosts.allow, line 64: Unable to handle client address: unknown Dec 24 14:31:08 jardell cupsd: warning: /etc/hosts.allow, line 65: Unable to handle client address: unknown Dec 24 14:31:08 jardell cupsd: warning: /etc/hosts.allow, line 66: Unable to handle client address: unknown When I start cupsd, I get: I [24/Dec/2006:14:47:10 -0500] Configured for up to 100 clients. I [24/Dec/2006:14:47:10 -0500] Allowing up to 100 client connections per host. I [24/Dec/2006:14:47:10 -0500] Using policy "default" as the default! I [24/Dec/2006:14:47:10 -0500] Full reload is required. I [24/Dec/2006:14:47:10 -0500] Loaded MIME database from '/etc/cups': 36 types, 40 filters... I [24/Dec/2006:14:47:10 -0500] Loading job cache file "/var/cache/cups/job.cache"... I [24/Dec/2006:14:47:10 -0500] Full reload complete. I [24/Dec/2006:14:47:10 -0500] Listening to 127.0.0.1:631 on fd 0... I [24/Dec/2006:14:47:10 -0500] Listening to ::1:631 on fd 2... I [24/Dec/2006:14:47:10 -0500] Listening to /var/run/cups/cups.sock on fd 3... What is it listening to on the last two lines??? So far as I can tell, sshd is working properly with my hosts.allow and hosts.deny files: Here they are: hosts.deny line 5: ALL : ALL EXCEPT 192.168.1., 127.0.0.1, LOCAL hosts.allow (starting on line 62): ALL : 192.168.1. : ALLOW ALL : .mydomain.com : ALLOW ALL : 127.0.0.1, localhost : ALLOW cupsd : 192.168.1.10 : ALLOW cupsd : 127.0.0.1 : ALLOW If I comment out the line in hosts.deny, all works, so the problem is that the rules in hosts.allow are not being followed. I have tried numerous variations of the way I put in the domains, with no success. I think cupsd is screwed up. Or am I making a bad error here? I also turned off ipv6. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.