• Re: debug

    From Datalus@21:4/120 to tallship on Sun Sep 29 19:31:42 2019
    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 Sun Sep 29 19:34:34 2019
    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 Sun Sep 29 23:28:58 2019
    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 Mon Sep 30 08:43:26 2019
    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)