-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker, bug fixes, and more #12
Conversation
* Run the talker in the foreground if it's being started by supervisord * Updated the documentation * Tweaked the docker-setup.sh output * Tweaked the supervisord.conf setup
Add docker setup
Updated sds and fixed a few issues
* Some seg fault issues and overflow issues * Added gdb to the docker container * Fixed some typos I spotted
Now the only compiler warnings come from the netlinks files!
Bug reports I'm still up to receiving, but even then, don't be upset if | ||
you don't get a thorough response. | ||
|
||
|
||
Andrew Collington | ||
The Amnuts Development Team |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh no, the development team has been removed and we jumped ahead a few decades
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't do anything about the march of time - it really has been a couple decades since that was last updated! But it wasn't cool for me to remove the dev team line, so that'll go back in once I'm in front of my computer again!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in a7ce2cf
files/miscfiles/newsfile
Outdated
@@ -17,6 +17,6 @@ the talker (instead of readin' this generic thing!) | |||
To find out what all the changes are it's best to talk to your admins and | |||
ask them all that has changed by telling them to look in the amnuts_changes | |||
file that came with Amnuts. Of course, you could also check out the | |||
Amnuts website at: ~OL~FChttp://amnuts.talker.com/~RS if you want! | |||
Amnuts website at: ~OL~FChttps://www.amnuts.net/~RS if you want! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is good to know amnuts.net still works (although it seems to just be a redirect) and even better seems to now support https encryption but I notice you did not change everything to point the the https. I also noticed the redirector does not seem to care if the URL has the leading "www." or not.
There are many http://www.amnuts.net/ about vs. https://www.amnuts.net/
It seems to me, if you intend to keep the amnuts.net redirector around, all the references should be changed to the same thing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, it's just a redirect to GitHub. One day I might do a website again - might even dig deep into the harddrives and see if I can resurrect the Amnuts site from the late '90s 😁
All forms of amnuts.net should redirect, though, be it with or without www, http or https. Seems to work for me, but I'll make sure.
However, I can adjust all the instances in the code to be consistent if they're not.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in a7ce2cf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found some of the old site designs, btw 😁 #13
This adds a docker container setup that you can use if you want, but you by no means have to.
The binaries have had their names changes to
amnutsTalker
andamnutsIdent
(rather than have the version on the binary) and get moved to thebuild
folder when you domake install
.All of the data files (help docs, picture files, user-related files) have been moved to a sub-folder called
files
in order to keep top-level structure a bit cleaner and maybe eventually lead to different mounting options in docker.Some bug fixes and a seg-fault have been fixed.
And the README has been updated for the first time in 20 years! 🙌