on my two systems the remote laptop is not working any more while the desktop is running fine...and suddenly I can't print from the remote computer.

Antonio Montagnani

Linux Fedora 28 Workstation
da/from Gmail

2018-06-06 23:44 GMT+02:00 Antonio M <antonio.montagnani@gmail.com>:
# systemctl status httpd
● httpd.service - The Apache HTTP Server
   Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor prese>
   Active: active (running) since Wed 2018-06-06 23:29:06 CEST; 13min ago
     Docs: man:httpd.service(8)
 Main PID: 895 (httpd)
   Status: "Total requests: 1; Idle/Busy workers 100/0;Requests/sec: 0.00121; B>
    Tasks: 213 (limit: 4296)
   Memory: 21.9M
   CGroup: /system.slice/httpd.service
           ├─ 895 /usr/sbin/httpd -DFOREGROUND
           ├─1001 /usr/sbin/httpd -DFOREGROUND
           ├─1003 /usr/sbin/httpd -DFOREGROUND
           ├─1004 /usr/sbin/httpd -DFOREGROUND
           └─1005 /usr/sbin/httpd -DFOREGROUND

giu 06 23:28:56 fujitsu systemd[1]: Starting The Apache HTTP Server...
giu 06 23:29:06 fujitsu systemd[1]: Started The Apache HTTP Server.



Antonio Montagnani

Linux Fedora 28 Workstation
da/from Gmail

2018-06-06 23:28 GMT+02:00 Ed Greshko <ed.greshko@greshko.com>:
On 06/07/18 05:10, Antonio M wrote:
>
> Suddenly I cannot connect to my localhost: a couple of days ago connecting to Cups
> admin page by using http://localhost:631 worked as expected, tonight I get "page
> not found".
>
> Furthermore
> wget 127.0.0.1
> --2018-06-06 23:06:41--  http://127.0.0.1/
> Connessione a 127.0.0.1:80...non riuscito: Connessione rifiutata.
> (refuse connection)
>
> and
> ping 127.0.0.1
> PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
> 64 bytes from 127.0.0.1 <http://127.0.0.1>: icmp_seq=1 ttl=64 time=0.074 ms
> 64 bytes from 127.0.0.1 <http://127.0.0.1>: icmp_seq=2 ttl=64 time=0.084 ms
> 64 bytes from 127.0.0.1 <http://127.0.0.1>: icmp_seq=3 ttl=64 time=0.073 ms
> 64 bytes from 127.0.0.1 <http://127.0.0.1>: icmp_seq=4 ttl=64 time=0.071 ms
>
> Any idea???


Well, port 80 is used for an http server.  And "Connessione rifiutata" = "Connection
refused" and "Connection refused" indicates there is no program
listening on that port.

Are you running httpd?

systemctl status httpd

--
Conjecture is just a conclusion based on incomplete information. It isn't a fact.


_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-leave@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org/message/6GBDXM5ZR7PIMXHUC77AIJXEDSOM62ZM/