Linux Lite Forums
Can't see shared resource on network - Printable Version

+- Linux Lite Forums (https://www.freecinema2022.gq/forums)
+-- Forum: Hardware - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=6)
+--- Forum: Network (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=24)
+--- Thread: Can't see shared resource on network (/showthread.php?tid=5052)

Pages: 1 2


Re: Can't see shared resource on network - ralphy - 03-08-2018

Yeah, that's better... the -c5 in the command tells ping to do exactly just that.


Now I really have no idea why curl cannot get the response we are looking for. Either curl is still broken or google.com is being filter out/ blocked in the network you're on.


Let's try something else... can you curl any other site? E.g.:


Code:
curl -sk linuxliteos.com


If not able to curl any other site, let's try to purge curl and get it installed AGAIN.


Code:
sudo apt-get remove --purge curl
sudo apt-get install curl


Test again:


Code:
curl -sk linuxliteos.com



Re: Can't see shared resource on network - mrjimphelps - 03-19-2018

Ralphy:

I ran all of the commands you suggested.  When I ran curl on linuxliteos after the remove and reinstall, it returned a lot more data than when I ran it before the remove and reinstall.

Also, sometimes I can see my shared drive, sometimes I can't.  And I don't know what is allowing me to see it, nor what is blocking me from seeing it.

Thanks for your help.

Jim