General TC > General TC Talk
Building Another Logger
Rich:
Hi MTCAT
If you do this:
--- Code: ---wget http://google.com
--- End code ---
Does it download index.html ?
Then try this:
--- Code: ---getMirror
# The next command should display the URL for your repo
echo $MIRROR
wget $MIRROR/info.lst
--- End code ---
Did it download info.lst ?
What did echo $MIRROR display?
MTCAT:
Hi Rich,
Thanks again for the help.
Typing
--- Code: ---wget http://google.com
--- End code ---
Was successful in that index.html was downloaded!
The output of
--- Code: ---getMirror
echo $MIRROR
--- End code ---
was
--- Code: ---http://repo.tinycorelinux.net/3.x/tcz
--- End code ---
The output of
--- Code: ---wget $MIRROR/info.lst
--- End code ---
was
--- Code: ---Connecting to repo.tinycorelinux.net (128.127.66.77:80)
wget: server returned error: HTTP/1.1 404 Not Found
--- End code ---
Thanks,
David
Rich:
Hi MTCAT
--- Quote from: MTCAT on February 05, 2026, 09:21:15 AM --- ... The output of
--- Code: ---getMirror
echo $MIRROR
--- End code ---
was
--- Code: ---http://repo.tinycorelinux.net/3.x/tcz
--- End code ---
...
--- End quote ---
Well there's your problem. You're trying to connect to the 3.x
repo but it no longer exists.
Your network is fine.
MTCAT:
Hi Rich,
Oh, okay, sorry for all the hassle, I didn't know the 3.x repo was no longer around, good thing I got all I needed (hopefully anyway) a couple of years ago.
Thanks,
David
Rich:
Hi MTCAT
No hassle. If you need anything from 3.x, let
me know. I have a backup copy of the repo.
Navigation
[0] Message Index
[*] Previous page
Go to full version