Questions tagged [console]
277 questions
1
vote
1 answer
Is SSH console in ESXi 4x now supported
I noticed that it is very easy to open up SSH on ESXi 4x and there are no warnings or confirmations that hint at it being unsupported. Does this now mean that it is supported?
I could not find any documentation or related posts discussing newer…

Timothy C. Quinn
- 299
- 1
- 2
- 10
1
vote
1 answer
how to connect to a switch connected to serial port
My computer and switch both are connected to network. I need to connect to the console port of switch via serial port on my computer. I am using ubuntu.
How can I do that? How do I know whats the port where I've plugged the serial jack into and how…

hari
- 270
- 1
- 4
- 17
1
vote
3 answers
Scheduled Task to show console window when logged on but still run when not logged on
Is it possible (and if so, how) to set up a task (console application) in Server 2008 so that it'll run both when a user is logged in and when no user is logged in, AND - if the user is logged in (either local or via RDP) - have the console appear…

HeartWare
- 111
- 1
- 3
1
vote
0 answers
Gigabyte GA-6KIEH-RH | Serial Over LAN
It has been a while since I have worked with hardware and I am in the process of a scratch install of OpenSuSE 11.3. Before installing the OS, I want to make my server as headless as possible. My goal is to be able to use a Serial Console in the…

Michael Moser
- 219
- 2
- 4
- 16
1
vote
1 answer
Linux console is one row too far up (in framebuffer mode, not in X=
I installed Ubuntu Server 10.04. The console is one row too far up. I can't see the first line (the _ cursor is the only thing I can see from that line as it's too high up) and there is room for one more line at the bottom of the screen.
Is there a…

Deleted
- 1,832
- 8
- 23
- 31
1
vote
2 answers
Multiplt session in win 2003
as far i know the rdp session is 2 session maximum in win 2003, is there any way i can connect 3 remote session concurrently ?
also i tried many times to connect using the console mode, but it seem like i have only 2 session 1 console and 1 using…

Eddy
- 257
- 3
- 10
- 22
1
vote
2 answers
Ubuntu: move logs from /dev/tty8 to different terminal /dev/tty12 or get rid of it
I want to know how to move or get rid of /dev/tty8 log output in Ubuntu 9.10. /dev/tty7 is my regular X session. When I am switching user to test account where I can try and test setups and configs I am at next available console i.e. /dev/tty9…

Casual Coder
- 1,216
- 1
- 11
- 12
1
vote
1 answer
Cannot run "Automation Anywhere" exe files from console (session 0) on Windows Server 2003 64 bit
I have a simple exe created from an Automation Anywhere task that displays a message box saying hello world. I created this simple exe just for debugging the following issue.
When I log in to the console (session 0), and run the Automation Anywhere…
user36055
1
vote
0 answers
How to show python console output to website using flask
This is the flask file
from flask import Flask, redirect, render_template, request
from subprocess import call
app = Flask(__name__)
@app.route('/')
def mai():
return render_template('homepage.html')
@app.route('/handle_data',…

Rahul
- 13
- 1
- 5
1
vote
1 answer
Domino Console port 2050 certificate expired. Can it be renewed?
The original problem is that when you open the Domino Console app and try to connect to the server, you get "Either the server controller is not running or not listening on port 2050." The server controller is running and is listening and accepting…

Duston
- 113
- 4
1
vote
1 answer
Why is my Linux console polluted with messages?
I have Windows 10 Professional installed on a laptop with a 10th gen Intel i7 and 16 GB of RAM. I installed Hyper-V Manager and spun up a Rocky Linux 8 VM with no GUI. All went fine. But after the install completed and I performed a reboot, I…

Michael Buckman
- 13
- 4
1
vote
0 answers
Xen xl console terminates upon reboot command
I am trying to troubleshoot the boot issue of Xen virtual guest and I need to access the grub menu.
I have attached a console to guest with xl console and in other terminal I have executed a command xl reboot which immediately closed my…

jakub2021
- 11
- 2
1
vote
0 answers
Connecting the SignalR console client to the server on Azure
I want to deploy a server (on Azure) using SignalR.
And the console client, so that it accepts commands from the server.
The server code was taken from here:…

Evgeniy Grigoriev
- 11
- 1
1
vote
0 answers
Not able to access the console when I install a guest VM on a KVM
I am trying to write a script for installing a guest VM on a KVM using virt-install.
I have a knoppix live cd based iso. The underlying OS is Debian 6.0.2.
I am using this command to install the guest vm :
virt-install --name wanem --memory 2048…

Shreyas DG
- 11
- 1
1
vote
1 answer
Web based console connections not working in Windows 7 posted: Jan 20, 2010 8:55 AM
For slightly complicated reasons we tend to give people console access to VMs via the webui.
This has worked fine in the past, however when the users update their client machines to Windows 7 (or Vista, I am told, although I have not tested that),…
nmeth