Live data from Hacker News

Linode Turns 7, Big RAM Increase

blog.linode.com

101–110 of 165 posts

Re: Linode Turns 7, Big RAM Increase

#101
post #92

This is a coincidence. I had a funny experience with Linode just today! I´ve been in South America for a few months, and I found out that my bank card (visa) expired a little over a month ago. "Hmm," I thought. "I sure hope that my linode is all right. But it´s been less than two months. They will turn it off, but that is all." So I checked my email. Part of the joy of my style of travelling is not checking email for…

Are you sure it's gone? I had a similar situation but when I asked their support they pulled my image from backup. You might want to ask them.

Re: Linode Turns 7, Big RAM Increase

#102
post #92

This is a coincidence. I had a funny experience with Linode just today! I´ve been in South America for a few months, and I found out that my bank card (visa) expired a little over a month ago. "Hmm," I thought. "I sure hope that my linode is all right. But it´s been less than two months. They will turn it off, but that is all." So I checked my email. Part of the joy of my style of travelling is not checking email for…

I'm not sure if you are more upset at the loss of the particular server setup or of the data. It sounds like the former. In that case take this as an opportunity to create an infrastructure for your servers where you can easily bring up new servers as you need them. Instead of logging into a new box and installing and configuring software, write a deployment script. That way you can migrate to/from Linode quickly.

Hah! You´re so right. You´re so right.

One of the biggest things I taught myself on my last server (teaching myself to be my own sysadmin) was monit.

Now, it looks like I need to go the rest of the way and learn Puppet, too. Or something like it.

...

Got any reccomendations?

Re: Linode Turns 7, Big RAM Increase

#103
post #64

Earlier quoted context omitted.

Linode has 5 data centers. I've maintained a node in each of them the past six months with the following results: Dallas: 99.959% Newark: 99.971% London: 99.986% Fremont: 99.992% Atlanta: 100% I've heard from others here that Atlanta has been a very reliable LN data center for them as well.

Do you have any metrics for this? I have found issues with all the data-centers. NJ seems the most problematic from experience, followed closely by Dallas, which your data does confirm.

http://uptime.cloudharmony.com

If you click on any of the Linode links, you can see when outages occurred, how long they were, and usually an explanation of the outage (if Linode provided one to me)

Re: Linode Turns 7, Big RAM Increase

#104
post #71

And the tumbleweeds continue to roll across SliceHost... which is stuck in 2008.

I've had sites on linode and slicehost, and have found Slicehost to have less downtime, packet loss, network problems (unreachable), and so on. I'm satisfied with both, overall.

That is very curious I've had a linode in dallas for a long time (2 or more years) and the only downtime that I have experienced on my server is from those few (I think it has been less than 10 times and they weren't more than a few hours) times everyones dallas linode went down.

Re: Linode Turns 7, Big RAM Increase

#105
post #99

I wish they would offer a "Linode 256" VPS for $10 a month, but I doubt that they will. Guess that would make them look cheap, which they're trying to avoid.

Me too.. I'd be happy with 128 mb at my current level of use. But I suspect they might lose money at that price point.

Re: Linode Turns 7, Big RAM Increase

#106
post #92

This is a coincidence. I had a funny experience with Linode just today! I´ve been in South America for a few months, and I found out that my bank card (visa) expired a little over a month ago. "Hmm," I thought. "I sure hope that my linode is all right. But it´s been less than two months. They will turn it off, but that is all." So I checked my email. Part of the joy of my style of travelling is not checking email for…

I'm sorry to hear you had a bad experience- I know how frustrating it can be to have unexpected loss, particularly here, where it feels like it could have been prevented.

I'm not associated with Linode; I don't even host anything there, but I can see things from their perspective on this.

With a service like this, you'll sometimes see people who never cancel a service, they just stop paying for it. Maybe their card expires and they decide not to renew, maybe their business closed, or any number of other things.

If I were in their position, I'd certainly reach out to you- I'd warn you it was ending soon, and I'd remind you to renew. For one, it'd be the decent thing to do, and for another I'd want to get the renewel revenue! As the expression goes, 'It's easier to keep a customer than gain a new one.'

That said, if the time came and you hadn't renewed, I'd have a decision to make. I want to keep you as a customer, but from my perspective, I have no indication you want to stay as a client- You haven't sent me any email about it, and you're not paying me anymore.

I'd probably archive off the data for a while, and shut it down.

My mental thought process would be akin to "I'll turn it off, and keep the files around for a few weeks. If he's using the site, then he'll notice when it gets shut down, and pay to stay with us. If not, Good luck in the future!"

From my perspective, it looks like that's exactly what Linode did. They gave you 20 days; That's nearly 3 weeks of the server being off, without you even writing them an email to say "Hey, Noticed it's off and I'm not paying you, could you please give me a few more weeks?"

I understand it's very frustrating for you, but I really can't blame Linode at all.

The other thing I'd touch on briefly is that you really should have backups.

I don't want to harp on it, because I know it must feel like kicking you when you're down, but servers fail.. What if Linode's datacenter caught fire? What if they were bought out by a company who wanted to convert them all to Windows servers? ;) Who knows. Things happen. Having the service turned off for nonpayment is among the smallest of problems.

If you were running a nightly backup job at this point, you'd be very frustrated that you had to copy everything back, but you'd have not lost anything.

In any event, I'm sorry that things didn't work out, and hope that your experiences with Linode (Or whomever you use to replace them) are more positve going forward.

Re: Linode Turns 7, Big RAM Increase

#107
post #100

Earlier quoted context omitted.

tl;dr; Didn't back up data/config files, expected hosting company to store data for free

I know, I´m an idiot. :P There´s an easy backup option now. A year ago, when I first signed up, the only things I could see were the options to use some of my storage space to make a backup image -- which you have to think of at the get-go, and make your image half or less the size of your storage. I think all my monit and nginx stuff -- the per-project stuff -- is fine, as I keep in in the project repo. It´s just ..…

Just so you are aware that storage solution is a bad idea as it is being kept on the same machine and the only real problem it solves is simple and extremely limited version control.

Re: Linode Turns 7, Big RAM Increase

#108
post #102

Earlier quoted context omitted.

I'm not sure if you are more upset at the loss of the particular server setup or of the data. It sounds like the former. In that case take this as an opportunity to create an infrastructure for your servers where you can easily bring up new servers as you need them. Instead of logging into a new box and installing and configuring software, write a deployment script. That way you can migrate to/from Linode quickly.

Hah! You´re so right. You´re so right. One of the biggest things I taught myself on my last server (teaching myself to be my own sysadmin) was monit. Now, it looks like I need to go the rest of the way and learn Puppet, too. Or something like it. ... Got any reccomendations?

My friendly neighborhood sysadmin says that Puppet is a good one. I've been using Fabric for some of these tasks. Also, just a shell script would do it depending on how sophisticated you want to get. I suggest getting a cheap VPS (search lowendbox.com, no affiliation) and practicing there. Or just set up a "fake" server using VirtualBox or some such.

Re: Linode Turns 7, Big RAM Increase

#109
post #87

And the tumbleweeds continue to roll across SliceHost... which is stuck in 2008.

HN had just switched over to Slicehost less than two months ago: http://news.ycombinator.com/item?id=1283460

Actually, HN did not switch over (at least, that comment didn't say it switched over). It says the main YC site WWW.ycombinator.com (and NOT news.ycombinator.com) switched, and that news.yc is serving just static content from slicehost.

Re: Linode Turns 7, Big RAM Increase

#110
post #106
post #92

This is a coincidence. I had a funny experience with Linode just today! I´ve been in South America for a few months, and I found out that my bank card (visa) expired a little over a month ago. "Hmm," I thought. "I sure hope that my linode is all right. But it´s been less than two months. They will turn it off, but that is all." So I checked my email. Part of the joy of my style of travelling is not checking email for…

I'm sorry to hear you had a bad experience- I know how frustrating it can be to have unexpected loss, particularly here, where it feels like it could have been prevented. I'm not associated with Linode; I don't even host anything there, but I can see things from their perspective on this. With a service like this, you'll sometimes see people who never cancel a service, they just stop paying for it. Maybe their card e…

I think any money they might have saved by not keeping a backup may now have been negated single handedly by this HN discussion.
Post reply on HN