Questions tagged [console]

277 questions
0
votes
0 answers

echo message not coming on terminal with systemd

I have systemd service, say xyzWarmup.service. Here is the service file [Unit] Description=Xyz agent. After=fooAfter.service Before=fooBefore1.service Before=fooBefore2.service [Service] # During boot the xyz.sh script reads input from…
0
votes
2 answers

Limit the terminal access to root user in debian

A simple question, I've been looking everywhere and I couldn' find the answer : How can I limit my root account in Debian ? I need that the root have access only to one connection at a time in the terminal. Any advice will be appreciated.
0
votes
2 answers

How do I stop UNIX console output on Windows from being garbled?

I'm finding when SSHing into UNIX VMs from Windows that the console is next to unusable. There seem to be 2 main problems: Escape characters (from colors and cursor keys) Overwriting of text (mainly in Nano, but also in the terminal) The first…
Dave Stewart
  • 125
  • 4
0
votes
2 answers

No login prompt on tty[1-6] on Ubuntu 12.04.05

After disabling X on startup, no login ttys are offered on the console. I don't see any login prompt in any of the tty[1-6], just a line saying "* Starting Automounter [OK]" I have all the getty processes running and if I kill one, it respawn…
Sergio
  • 1
  • 1
  • 1
0
votes
2 answers

Xen console access from the web

Slicehost offers this, but I was wondering if there is a program out there that will do this (make a domU console available in a web browser). If not, where would you start in putting together one?
Jonathan Hawkes
  • 201
  • 2
  • 9
0
votes
1 answer

Alert on direct root logins

We do not allow direct root logins through ssh but obviously through console access. Is it possible to log direct root logins and maybe send an email or write to a logfile if someone logins through console using root? We use Centos 5/6
Chris
  • 607
  • 1
  • 7
  • 18
0
votes
1 answer

Bad output for "npm ls"

How can I fix this ugly output for "npm ls"? Debian Wheezy / node v0.10.36 / npm 2.4.1 UPDATE: «*» - is an ugly char, that I can not reproduce here: helloworld@1.0.0 /var/www/helloworld *** express@4.11.2 *** accepts@1.2.3 *****…
0
votes
1 answer

Connect to Lotus Domino console

I have a Lotus Domino 8 running on a headless Linux box. domino starts on boot from startup script. Is it possible to connect to the Domino console from a shell on the server to issue commands like "show tasks", "tell", etc ?
PeterMmm
  • 895
  • 16
  • 28
0
votes
1 answer

Looking for a central console management software that utilitizes my RDP credentials for access

All our managed Windows Server 03+ machines are enabled for and connect fine via RDP. However, I would like a less heavy central management (command line based?) to mass manage and maintain the systems with the ability to deligate updates via…
Josh
  • 1
0
votes
3 answers

Add a command into an existent remote console application

I manage to open a console application in a remote computer by using PSTools using PsExec.exe. C:\PsExec.exe -i 2 -s -d \128.168.500.500 -u username -p password "D:\myApp.exe" That will open a console application (not just a console) remotely. Now…
Steve
  • 203
  • 6
  • 13
0
votes
2 answers

Quit remote process and start it later

I have a console application running remotely in multiple computers. I was wondering if there's any way to quit from it remotely and then start it again. I saw the use of taskkill to quit the application, but... is that the correct way of doing it?…
Steve
  • 203
  • 6
  • 13
0
votes
1 answer

Windows - How to redirect all console output to text file? The console program is called by another software that I can't control

It is a pretty complicated issue (at least for me). GUI software at a given moment, calls console software, which outputs something to console and quits. I'd like to save those results to a text file, but I can't call the console software myself. Is…
0
votes
1 answer

Special Administration Console (SAC) in linux

Windows have Special Administration Console (SAC), same feature is available to linux? Refer http://technet.microsoft.com/en-us/library/cc785873(v=ws.10).aspx
user3184706
  • 110
  • 1
  • 2
  • 10
0
votes
0 answers

How to redirect screen display to rs232 in Linux?

I need to redirect all Linux output to rs232 port in order to connect to it via console cable or via ssh or telnet. How to do that? Is it possible to do that wihtout recompiling the kernel?
developer
  • 111
  • 6
0
votes
1 answer

Problems with cscript.exe and Windows Server 2008

I was executing this command without any problem: cscript.exe C:\search.vbs D:/myfolder/ When suddenly, after closing and opening the console again, this error appears in a popup when trying to execute the same previous…