
tetech
tetech
About
- Username
- tetech
- Joined
- Visits
- 5,129
- Last Active
- Roles
- Member, OG
- Thanked
- 852
Comments
-
(Quote) Was there a particular part of Completed Orders are manually activated within 24 hours. that you didn't understand?
-
(Quote) Past 12 months on my Avoro server. (Image)
-
For my critical stuff, the truthful answer is that I use Azure. For other production-quality stuff, I've had particularly good reliability with Avoro, UltraVPS.eu and Inception (at least in Europe). If you configure LunaNode block storage as the b…
-
(Quote) Not sure how to interpret that, but I settled on it being something about a fart.
-
(Quote) I tried to resist asking what 5TB @ 1Gbps translates to in scams per second.
-
(Quote) Yeah, the basic principle is to share the free resource fairly but give users flexibility on how/where to allocate it. Another thing in the "idea bank" is to allow users to choose their balloon memory. So you can over-allocate be…
-
(Quote) I would say changing the firewall and killing network access to the container was a dumb error! :disappointed: But easily fixed. The panel now allows users to provision their own containers. The way I'll do it (at least initially) is giv…
-
First, a big thank you to @Not_Oles for testing! He's picked up several dumb errors and made good suggestions. The ability to reset networking and reinstall the LXC container (same or new template) has been added to the control panel. Still a bit…
-
(Quote) Thanks for the encouragement. I don't consider being inconspicuous a bad thing at the moment ;) That may change, but at first I'd like to do a sanity check of whether the containers work and I haven't done a major screw-up! (Quote) Thank…
-
Looking for a volunteer/sucker/guinea pig to do an initial test. Same requirements as @Neoon, * Your account needs to be 6 months old * You need to have at least 50 Posts * You need to have at least 50 Likes But I don't have a fancy bot so the in…
-
(Quote) Yeah, agreed.
-
(Quote) It blew out to at least 30 :( I had to learn the Prometheus API from scratch and after that I refactored some things.
-
Prometheus integration is working, plus the profile/preferences. Fiddled with the UI a bit, but still don't claim it is good. I'll set up a new node and optimize the memory usage a bit, then maybe it is time for someone else to take it for a test-…
-
Status this morning: * Minor changes to UI from the screenshots. A few new things like SSH key download. * Control (start/stop/restart/noVNC) is complete. * Security is mostly finished - login/out, forgot/change password, verifying permissions in …
-
(Quote) Oh, the important functionality is mostly done. Here's noVNC. (Image) To be clear, my time budget for this is around 20 hours and I've already burned a third of it, so it won't get too fancy.
-
I'm the first to admit that it won't win prizes for UI, but this is what I got so far. Stats are obviously faked, I didn't do the Prometheus connector yet. (Image) (Image)
-
I kind of decided I should whip up some type of control panel. Seems nothing works well/properly on the low-end stuff I'm running. Proxmox certainly isn't going to be suitable.
-
(Quote) The essence of it (cutting out the parameter parsing etc.): echo "CREATING CONTAINER..." DOWNLOAD_KEYSERVER="keyserver.ubuntu.com" lxc-create --vgname=vg0 -B lvm -n ${NAME} --fssize ${DISK} -t download -- -d ${DISTRO}…
-
(Quote) At least I put a routed /64 in each LXC, in this case via tunnelbroker. # ./mlxc.sh add --name=debtest2 --mem=128M --swap=256M --disk=2G --cpu=10 --distro=debian --rel=bullseyeCREATING CONTAINER...Using image from local cacheUnpacking the r…
-
(Quote) How much time do you spend dealing with tech support and/or abuse in that case? Or do your eligibility filters largely solve that. Technically, the LXC containers are already running. Potentially there's some things could be done, e.g. 6x…
-
(Quote) Thanks for the ideas. First one is no go since none of the cores are dedicated and ToS for most of the plans specifically disallows such distributed compute. Second one seems more viable. I'll look at that, thanks again for the idea.
-
(Quote) True, true.
-
(Quote) If you want to collaborate more generally on network tests in Dallas, let me know. I have 8 KVMs being actively used in Dallas at the moment. Unfortunately they are a bit concentrated at Carrier-1 but I've got a few at other DCs like Infom…
-
(Quote) That's irrelevant, since they're not up for transfer at this moment.
-
(Quote) Perhaps the original post wasn't clear on this. For a small number, yes it does make sense to transfer, and for those ones I will generally ask for the pro-rated amount remaining on the term. That's the "I'll probably make a couple av…
-
Don't wasabi only have one price (i.e. hot storage)? Same for B2. AWS glacier deep storage is $1/TB/mo, but of course retrieval costs can kill you. Scaleway C14 is 2 Euro/TB/mo, but lower retrieval cost.
-
(Quote) In my personal experience STO network is more reliable than OSL. sto-hoh1:~$ speedtest-cliRetrieving speedtest.net configuration...Testing from HostHatch (176.126.x.x)...Retrieving speedtest.net server list...Selecting best server based on …
-
Thank you for the offers!
-
Generally (not specific to IH) my limits are basically €15 /year for 1GB and €25 /year for 2GB+50 NVMe. Trading down any other specs is fine. Beyond that the biggest influences are location and reliability. In other words, the existing 1G+40 NVMe …
-
I lost millions
-
(Quote) That (set a static neighbor) is basically what I do manually as a work-around, which seems a bit ugly. As you say, there's a problem if the MAC of the gateway changes. I generally reboot the VPS in that case for other reasons. I didn't no…
-
(Quote) Thank you for the update! Some (hopefully constructive) feedback: It works well. The biggest issue I found is memory use. I clocked it at 90 MB compared to ndppd's 4 MB. Not massive, but in the scenario it is targeted to (KVM VPS), 90 M…
-
If you are legitimate, then mxroute
-
(Quote) A question others already asked: are you planning to use it 24/7 for the whole month? LunaNode's compute-optimized instances have dedicated cores starting at $20/month, billed hourly. They have a good "shelving" process where you…
-
(Quote) https://kts24.com/about/traffic
-
(Quote) You're correct - it does prevent the warning. But I think the point is that the function itself should be checked to see why it is returning null and what might have been intended, rather than just come up with a way to suppress the error -…