LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-06-2017, 01:12 PM   #1
oguruma
LQ Newbie
 
Registered: Feb 2017
Posts: 23

Rep: Reputation: Disabled
Remote desktop that supports safe mode?


I have a Debian box that is currently running headless. I am still learning about Linux and I want a way to view my desktop if the machine goes into safe mode. I would prefer something like TightVNC because it's encoding over wifi networks, but as I understand it, this seems to be be flaky, depending on the desktop environment.


Anybody know of any good ways to do this?
 
Old 03-06-2017, 04:30 PM   #2
mostlyharmless
Senior Member
 
Registered: Jan 2008
Distribution: Arch/Manjaro, might try Slackware again
Posts: 1,851
Blog Entries: 14

Rep: Reputation: 284Reputation: 284Reputation: 284
Hmm, "safe mode" sounds like a Windows thing. Isn't that running run level 1, i.e. as root? Personally, when my headless server has that kind of problem, I use ssh and the command line first to investigate. If you want a desktop, any variety of VNC is ok, but so is rdesktop, with xrdp on the server. If you are in ssh, you can restart the server, or the desktop as needed. Hope that helps
 
Old 03-06-2017, 07:14 PM   #3
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,700

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
Not really, as far as I know the computer will not automatically reboot into a recovery mode if an error occurs and as stated it is a command line mode. If the system crashes for some unknown reason and you can't ssh as stated above then a hard reboot is required or you might be able to recover if you can connected a monitor/keyboard.
 
Old 03-06-2017, 08:50 PM   #4
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,980

Rep: Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624
Some computers (usually servers) have ways to access them even from power off states. A few vendors exist. Intel has these. http://www.intel.com/content/www/us/...nt-module.html
 
Old 03-07-2017, 09:38 AM   #5
oguruma
LQ Newbie
 
Registered: Feb 2017
Posts: 23

Original Poster
Rep: Reputation: Disabled
I guess "Safe Mode" isn't the right term. Maintenance mode, maybe? Either way, I once screwed up my /fstab trying to mount a share. As such, I couldn't SSH into it. I had to hook up a monitor and keyboard, which was a royal PITA given where the server is located.
 
Old 03-07-2017, 09:41 AM   #6
szboardstretcher
Senior Member
 
Registered: Aug 2006
Location: Detroit, MI
Distribution: GNU/Linux systemd
Posts: 4,278

Rep: Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694
A remote serial console server, remote KVM, remote access card, or hands on 24/7 support are the primary means for getting into a server in a datacenter when things go wrong.
 
Old 03-07-2017, 09:50 AM   #7
dave@burn-it.co.uk
Member
 
Registered: Sep 2011
Distribution: Puppy
Posts: 601

Rep: Reputation: 172Reputation: 172
Surely you do not WANT to allow any remote access in a mode that has minimum security and generic drivers??
 
1 members found this post helpful.
Old 03-07-2017, 10:24 AM   #8
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
It sounds like you want/need something built into the hardware, like IPMI. Typically you'd buy a machine with this kind of functionality built in, but there are probably add-on cards that can do it as well. Otherwise, there are IP-based KVM systems you can use, but they aren't cheap.
 
Old 03-07-2017, 10:48 AM   #9
oguruma
LQ Newbie
 
Registered: Feb 2017
Posts: 23

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by dave@burn-it.co.uk View Post
Surely you do not WANT to allow any remote access in a mode that has minimum security and generic drivers??
Why not? It's not really exposed to the internet.
 
Old 03-07-2017, 12:02 PM   #10
notKlaatu
Senior Member
 
Registered: Sep 2010
Location: Lawrence, New Zealand
Distribution: Slackware
Posts: 1,077

Rep: Reputation: 732Reputation: 732Reputation: 732Reputation: 732Reputation: 732Reputation: 732Reputation: 732
As others have stated, what you're specifically asking for is serial access. If a server goes down to the point that its OS is no longer loading, then you cannot, obviously, use a tool that sits on top of an OS. Serial ports send raw data; it's what people use to get into routers and embedded systems.

Outside of that, you do have some special hardware options, like DRAC on Dell and ILO on HP, but if it's not built into your computer already, it's going to cost serious money (unless there's a budget access card out there that I don't know about).

So if I may answer your question from a different angle: this is a great case for either virtualisation or for containers. Install a stable OS on your server (personally I'd go for Slackware or CentOS, but if you're learning Debian then that works too, just keep away from Sid). Inside of that, install a virtualised instance of the OS. KVM is very good, and you can use libvirt with virt-manager to manage it, and obviously there are loads of tutorials out there for Docker, as well. Whatever you choose, this instance becomes the server that you actually use; the base install hosting that virtual server is the one that you remote into when things go horribly wrong. The advantage is that you're not mucking around with the host OS, but with the virtualised one -- and since the host OS never gets touched (aside from security updates), the chance of it falling over are slim.

That's how I would do it, any way. And since server admin'ing is all about virtualisation and containers now, you get the added bonus of being exposed to that as you learn Linux.
 
1 members found this post helpful.
Old 03-07-2017, 03:58 PM   #11
Jjanel
Member
 
Registered: Jun 2016
Distribution: any&all, in VBox; Ol'UnixCLI; NO GUI resources
Posts: 999
Blog Entries: 12

Rep: Reputation: 364Reputation: 364Reputation: 364Reputation: 364
+1 #10 vm. But, if not,
I'm thinking way-back to dial-up console modems and X-10 remote power switches...

Spend a bit of time investigating SerialPorts in GRUB...
(VBox has something, but I never figured out how to use it, as a console, to capture panics)

Extreme concept: POTS modem & RPS

Maybe BIOS can be set to Serial Modem... Anyway, just another 'rat-hole' to go down...

Edit: Oh : a simple&secure ssh-only 'little old' PC, wired to server's serial port!
Now, what (if any) serial port features does YOUR bios have?
Or 'assume' grub will always be ok, then just need some 'remote reset' [tbd?]

Last edited by Jjanel; 03-07-2017 at 04:30 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: 'Chrome Remote Desktop' A Linux Remote Desktop App LXer Syndicated Linux News 0 08-13-2016 04:15 PM
[SOLVED] Remote Desktop that supports shared CD-ROM's jdgr Ubuntu 4 03-14-2012 12:58 PM
SSH shell disabled + Remote desktop NX (or another remote desktop software) zoltan32 Linux - Software 2 04-12-2011 03:36 AM
VNC or other remote desktop that supports clipboard sync, file trasfer, audio..etc? Mysticle31 Linux - Newbie 3 01-14-2008 06:34 PM
Gnome remote desktop in reverse mode tolano Linux - Software 2 04-25-2007 03:33 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:01 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration