Accessible only via Lish

Hi all - I have stuffed up my upgrade to 11.10 Ubuntu on my node. This affects several websites and I stupidly did not create any backups of the SQL data before I rebooted.

Now the node is only accessible via Lish and I cannot start any networking services that would allow me to get the SQL data off the server as the networking components do not have the required components available and nothing is resolvable.

Is there any way I can get a file off the server before I rebuild it? Are the Linode staff able to help out?

1 Reply

Fantastic support!

Peter gave me a tip on how to bring up the networks manually and I am able to save my sites' data

ifconfig eth0 [node IP address] netmask 255.255.255.0 up
route add default gw [node gateway]
echo "nameserver 74.207.241.5" > /etc/resolv.conf

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct