same program running multiple times

Asked by Michael Pollock

While trying to reinstall Opera on my system, I got an error message that the installation required root priveleges but my password was denied recognition (yes, I was typing the correct password, as I have the machine configured for a single user and have used the same password for both user and root access). I then noted that both KPackage Manager and Install-KPackage Manager were running and thinking they might be in conflict with each other, I opened TaskManager with the intent of killing the former, but in scrolling down to find KPackage Manager, I noticed that I had 6 copies of getty running with PID (whatever the h-ll that is supposed to mean) of 5048, 5051, 5052, 5053, 5054, and 5055, 3 reporting a VmSize of 1560, the other 3 a VmSize of 1564. The latter 3 all report a VmRss of 504 as does one of the former 3, but the other two report a VmRss of 508. I presume Vm refers to Virtual memory, I have no idea what VmRss is supposed to be, and I cannot seem to find any reference to either in any of the manuals I have purchased. Could the multiple copies of getty running be the problem behind my being unable to reinstall Opera? If not, should more than one copy be running at one time even if the only programs I have actually opened myself are the KPackage Manager, Process Table and Konqueror to be able to ask this question? Do I even need to have getty running at all? I use my computers primarily for business purposes, with desktop publishing being the primary activity, followed by e-mail and web-browsing, then some editing of graphic images of documents I may download for inclusion in my reports

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Alan Pope 🍺🐧🐱 🦄
Solved:
Last query:
Last reply:
Revision history for this message
Best Alan Pope 🍺🐧🐱 🦄 (popey) said :
#1

The gettys are unrelated to the problems you're having. The gettys are the virtual terminals that you see when you do CTRL+ALT+F1 through CTRL+ALT+F6 (with CTRL+ALT+F7 getting you back to X).

Generally we don't recommend you have a password for root. See this page for details:- http://wiki.ubuntu.com/RootSudo

How were you installing opera? What guide did you use?

https://help.ubuntu.com/community/OperaBrowser is the official guide.

Revision history for this message
Hanusz leszek (leszek-skynet) said :
#2

Hello,

All the answers here are advanced and you don't really need to know this.

This is perfectly normal to have 6 getty processes at the same time.
You can see all the getty's with:
<CTRL><ALT> F1
<CTRL><ALT> F2
<CTRL><ALT> F3
<CTRL><ALT> F4
<CTRL><ALT> F5
<CTRL><ALT> F6

You can go back to the X server with <CTRL><ALT> F7

You don't really need them but there is no reason to remove them because they take very very little resources.

PID stand for "Process Identifier", it is just a number used to uniquely identify a process.

VmSize is the total amount of memory required by the process, and VmRSS is the "Resident Set Size" (the amount actually in memory right now)

Revision history for this message
Michael Pollock (genealogypro) said :
#3

Thanks Alan Pope, that solved my question.