• debug

    From Datalus@21:4/120 to All on Sunday, September 29, 2019 10:04:11
    Okay I have some more info i need to help debug my website not working. II
    just saw this when I looked at my Mystic server screen.
    2-Waiting for data
    1-data done
    1-DEBUG: GET /HTTP/1.1
    1-404: index.html(17.20.10.8)
    2-Data done
    what does this all mean?
    Thanks Datalus

    --- Mystic BBS v1.12 A43 2019/03/03 (Windows/32)
    * Origin: Deep Space Gateway Crystal River Florida (21:4/120)
  • From tallship@21:2/104 to Datalus on Sunday, September 29, 2019 15:23:47
    On 29 Sep 2019, Datalus said the following...

    Okay I have some more info i need to help debug my website not working.
    II just saw this when I looked at my Mystic server screen.
    2-Waiting for data
    1-data done
    1-DEBUG: GET /HTTP/1.1
    1-404: index.html(17.20.10.8)
    2-Data done
    what does this all mean?

    It means that an HTTP 1.1 request was made. The Request-URI was for
    index.html, The server returned the HTTP 1.1 error code of 404.

    You can look up all of the status response codes here: https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html

    I hope that helps :)

    --- Mystic BBS v1.12 A43 2019/03/02 (Linux/64)
    * Origin: Vger.Cloud - NOMAD Internetwork (21:2/104)
  • From tallship@21:2/104 to tallship on Sunday, September 29, 2019 16:00:12
    On 29 Sep 2019, tallship said the following...

    On 29 Sep 2019, Datalus said the following...

    Okay I have some more info i need to help debug my website not workin II just saw this when I looked at my Mystic server screen.
    2-Waiting for data
    1-data done
    1-DEBUG: GET /HTTP/1.1
    1-404: index.html(17.20.10.8)
    2-Data done
    what does this all mean?

    It means that an HTTP 1.1 request was made. The Request-URI was for index.html, The server returned the HTTP 1.1 error code of 404.

    You can look up all of the status response codes here: https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html

    I hope that helps :)


    I'm not seeing your box at all:

    root@hammer:~# ping -c3 17.20.10.8
    PING 17.20.10.8 (17.20.10.8) 56(84) bytes of data.

    --- 17.20.10.8 ping statistics ---
    3 packets transmitted, 0 received, 100% packet loss, time 2ms

    root@hammer:~# traceroute -T 17.20.10.8
    traceroute to 17.20.10.8 (17.20.10.8), 30 hops max, 60 byte packets
    1 198.134.117.147 (198.134.117.147) 1.315 ms 0.723 ms 2.048 ms
    2 ae-5-51.r00.lsanca07.us.bb.gin.ntt.net (130.94.195.209) 1.471 ms 1.104
    ms 1.464 ms
    3 las-b24-link.telia.net (213.248.103.170) 3.807 ms 0.830 ms 6.843 ms
    4 apple-ic-319696-las-b3.c.telia.net (62.115.151.79) 2.846 ms 2.742 ms 2.607 ms
    5 17.1.0.210 (17.1.0.210) 73.499 ms 17.1.0.204 (17.1.0.204) 77.420 ms 17.1.0.208 (17.1.0.208) 76.373 ms
    6 17.0.13.141 (17.0.13.141) 93.416 ms 17.1.0.219 (17.1.0.219) 77.511 ms 17.1.0.221 (17.1.0.221) 75.953 ms
    7 17.0.13.135 (17.0.13.135) 73.384 ms 17.0.13.137 (17.0.13.137) 94.857 ms 17.0.13.133 (17.0.13.133) 73.717 ms
    8 17.0.12.84 (17.0.12.84) 77.777 ms 77.679 ms 17.0.12.82 (17.0.12.82) 77.609 ms
    9 17.0.12.75 (17.0.12.75) 71.901 ms 71.775 ms 73.512 ms
  • From Datalus@21:4/120 to tallship on Sunday, September 29, 2019 20:31:43
    On 29 Sep 2019, tallship said the following...
    Okay I have some more info i need to help debug my website not workin II just saw this when I looked at my Mystic server screen.
    2-Waiting for data
    1-data done
    1-DEBUG: GET /HTTP/1.1
    1-404: index.html(17.20.10.8)
    2-Data done
    what does this all mean?

    It means that an HTTP 1.1 request was made. The Request-URI was for
    You can look up all of the status response codes here: https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html

    Thanks Ill do that
    Datalus

    --- Mystic BBS v1.12 A43 2019/03/03 (Windows/32)
    * Origin: Deep Space Gateway Crystal River Florida (21:4/120)
  • From Datalus@21:4/120 to tallship on Sunday, September 29, 2019 20:34:35
    On 29 Sep 2019, tallship said the following...
    I'm not seeing your box at all:
    PING 17.20.10.8 (17.20.10.8) 56(84) bytes of data.

    --- 17.20.10.8 ping statistics ---
    3 packets transmitted, 0 received, 100% packet loss, time 2ms

    root@hammer:~# traceroute -T 17.20.10.8

    My system is set to private the Moment due to No Internet other that hot spot off my phone . None in my area at the moment. Im working on it I may go back
    to desktop server online.
    Datalus

    --- Mystic BBS v1.12 A43 2019/03/03 (Windows/32)
    * Origin: Deep Space Gateway Crystal River Florida (21:4/120)
  • From tallship@21:2/104 to Datalus on Monday, September 30, 2019 00:28:58
    On 29 Sep 2019, Datalus said the following...

    My system is set to private the Moment due to No Internet other that hot spot off my phone . None in my area at the moment. Im working on it I
    may go back to desktop server online.


    Okay that might explain some things. go back and read what I wrote about IP addresses being bound to your interface.

    Generally, most software works like this:

    0.0.0.0 means listen on all interfaces (external and internal loopbacks)

    1.2.4.5 (or whatever your external IP is, means listen on an OUTSIDE
    interface.

    In other words, you can't get to it from localhost (generally speaking)

    127.0.0.1 or localhost means listen on the internal loopback adapter. In
    other words, you can't get to it from the outside world. You can only get to
    it from the internal machine.

    *Generally*.If you're trying to test from the machine itself, and your interface is bound to your external interface, then you should prolly try connecting from ANOTHER machine on your LAN.

    If you bind the server to 127.0.0.1 then you should try to connect to http://127.0.0.1

    That's just a guess, but an educated one.

    Good luck.

    --- Mystic BBS v1.12 A43 2019/03/02 (Linux/64)
    * Origin: Vger.Cloud - NOMAD Internetwork (21:2/104)
  • From Datalus@21:4/120 to tallship on Monday, September 30, 2019 09:43:26
    On 29 Sep 2019, tallship said the following...
    My system is set to private the Moment due to No Internet other that spot off my phone . None in my area at the moment. Im working on it I may go back to desktop server online.
    Okay that might explain some things. go back and read what I wrote about IP addresses being bound to your interface.
    IP addresses being bound to your interface.
    Generally, most software works like this:
    0.0.0.0 means listen on all interfaces (external and internal loopbacks) 1.2.4.5 (or whatever your external IP is, means listen on an OUTSIDE interface.
    In other words, you can't get to it from localhost (generally speaking)

    127.0.0.1 or localhost means listen on the internal loopback adapter. In other words, you can't get to it from the outside world. You can only
    get to it from the internal machine.

    *Generally*.If you're trying to test from the machine itself, and your interface is bound to your external interface, then you should prolly try connecting from ANOTHER machine on your LAN.

    If you bind the server to 127.0.0.1 then you should try to connect to http://127.0.0.1

    That's just a guess, but an educated one.

    Good luck.

    Okay makes sense I'll do some more checking thanks
    Datalus

    --- Mystic BBS v1.12 A43 2019/03/03 (Windows/32)
    * Origin: Deep Space Gateway Crystal River Florida (21:4/120)