I gather that xinetd should be listening at port 515 tcp. It is on my other systems. Although xinetd is running on the system with a problem, it is not listening on port 515. On Tue, Feb 19, 2013 at 1:11 PM, Doll, Margaret Ann <margaret_doll@xxxxxxxxx > wrote: > I do see that 515 is not a port that is listening. > > listen > tcp 0 0 0.0.0.0:111 0.0.0.0:* > LISTEN 1588/rpcbind > tcp 0 0 0.0.0.0:22 0.0.0.0:* > LISTEN 1963/sshd > tcp 0 0 127.0.0.1:25 0.0.0.0:* > LISTEN 2051/master > tcp 0 0 127.0.0.1:6010 0.0.0.0:* > LISTEN 3754/sshd > tcp 0 0 0.0.0.0:49699 0.0.0.0:* > LISTEN 1730/rpc.statd > tcp 0 0 :::139 > :::* LISTEN 2099/smbd > tcp 0 0 :::111 > :::* LISTEN 1588/rpcbind > tcp 0 0 :::22 > :::* LISTEN 1963/sshd > tcp 0 0 :::631 > :::* LISTEN 1780/cupsd > tcp 0 0 ::1:25 > :::* LISTEN 2051/master > tcp 0 0 ::1:6010 > :::* LISTEN 3754/sshd > tcp 0 0 :::445 > :::* LISTEN 2099/smbd > tcp 0 0 :::49953 > :::* LISTEN 1730/rpc.statd > > On Tue, Feb 19, 2013 at 1:05 PM, Doll, Margaret Ann < > margaret_doll@xxxxxxxxx> wrote: > >> from service iptables status >> >> 8 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state >> NEW tcp dpt:515 >> 9 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state >> NEW tcp dpt:445 >> 10 ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 state >> NEW udp dpt:515 >> 11 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state >> NEW tcp dpt:631 >> 12 ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 state >> NEW udp dpt:631 >> >> cups error_log after a reboot >> >> I [19/Feb/2013:11:59:27 -0500] Scheduler shutting down normally. >> D [19/Feb/2013:11:59:27 -0500] Discarding unused server-stopped event... >> D [19/Feb/2013:11:59:27 -0500] >> cupsdDeregisterPrinter(p=0x7f71c0a2a7b0(gc-hp041), removeit=1) >> D [19/Feb/2013:11:59:27 -0500] >> cupsdDeregisterPrinter(p=0x7f71c0a1e480(gc-hp041-color), removeit=1) >> D [19/Feb/2013:11:59:27 -0500] >> cupsdDeregisterPrinter(p=0x7f71c0a1f8d0(gc-hp101-color2), removeit=1) >> D [19/Feb/2013:11:59:27 -0500] cupsdDeregisterPrinter(p=0x7f71c0a20c >> ... >> I [19/Feb/2013:12:00:57 -0500] Listening to :::631 (IPv6) >> I [19/Feb/2013:12:00:57 -0500] Listening to /var/run/cups/cups.sock >> (Domain) >> I [19/Feb/2013:12:00:57 -0500] Remote access is enabled. >> D [19/Feb/2013:12:00:57 -0500] Added auto ServerAlias >> geops2.geo.brown.edu >> D [19/Feb/2013:12:00:57 -0500] Added auto ServerAlias geops2 >> D [19/Feb/2013:12:00:57 -0500] Added auto ServerAlias geops-new >> D [19/Feb/2013:12:00:57 -0500] Added auto ServerAlias geops2 >> I [19/Feb/2013:12:00:57 -0500] Loaded configuration file >> "/etc/cups/cupsd.conf" >> I [19/Feb/2013:12:00:57 -0500] Using default TempDir of >> /var/spool/cups/tmp... >> I [19/Feb/2013:12:00:58 -0500] Configured for up to 100 clients. >> I [19/Feb/2013:12:00:58 -0500] Allowing up to 100 client connections per >> host. >> I [19/Feb/2013:12:00:58 -0500] Using policy "default" as the default! >> I [19/Feb/2013:12:00:58 -0500] Full reload is required. >> ... >> I [19/Feb/2013:12:00:58 -0500] Full reload complete. >> I [19/Feb/2013:12:00:58 -0500] Cleaning out old temporary files in >> "/var/spool/cups/tmp"... >> E [19/Feb/2013:12:00:58 -0500] Unable to bind socket for address >> 0.0.0.0:631 - Address already in use. >> I [19/Feb/2013:12:00:58 -0500] Listening to :::631 on fd 7... >> I [19/Feb/2013:12:00:58 -0500] Listening to /var/run/cups/cups.sock on fd >> 8... >> I [19/Feb/2013:12:00:58 -0500] Resuming new connection processing... >> ... >> D [19/Feb/2013:12:00:58 -0500] Discarding unused server-started event... >> D [19/Feb/2013:12:00:59 -0500] Report: clients=0 >> D [19/Feb/2013:12:00:59 -0500] Report: jobs=5 >> D [19/Feb/2013:12:00:59 -0500] Report: jobs-active=0 >> D [19/Feb/2013:12:00:59 -0500] Report: printers=18 >> D [19/Feb/2013:12:00:59 -0500] Report: printers-implicit=0 >> D [19/Feb/2013:12:00:59 -0500] Report: stringpool-string-count=1194 >> D [19/Feb/2013:12:00:59 -0500] Report: stringpool-alloc-bytes=7976 >> D [19/Feb/2013:12:00:59 -0500] Report: stringpool-total-bytes=25200 >> I [19/Feb/2013:12:01:29 -0500] Saving printers.conf... >> D [19/Feb/2013:12:01:29 -0500] cupsdSetBusyState: Not busy >> >> >> >> On Tue, Feb 19, 2013 at 12:39 PM, Jonathan Billings <jsbillin@xxxxxxxxx>wrote: >> >>> On Tue, Feb 19, 2013 at 11:53 AM, Doll, Margaret Ann >>> <margaret_doll@xxxxxxxxx> wrote: >>> > The installation of cups-lpd did not help. I am still getting Network >>> host >>> > is busy when I try to print from my Mac using the lpd configuration. >>> >>> You said you had port 631 open, which is the port for the IPP service, >>> but you talk about using lpd, which is port 515. Did you open the >>> correct port in your firewall? >>> >>> -- >>> Jonathan Billings <jsbillin@xxxxxxxxx> >>> College of Engineering - CAEN - Unix and Linux Support >>> >>> -- >>> redhat-list mailing list >>> unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe >>> https://www.redhat.com/mailman/listinfo/redhat-list >>> >> >> > -- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list