what is (sd-pam)?

Asked by LEGOManiac

I was playing minecraft (locally), which rather suddenly became very intermittent, as though the CPU was servicing interrupts every few seconds. I started "top" to see if there was some process chewing up CPU cycles and I found, under "command", the entry
"(sd-pam)" - including the parenthesis.

That strikes me as a very odd (and probably invalid?) command name and given that I have never seen it before this intermittent operation of minecraft, I'm wondering if it has any relationship?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

What is the output of:

lsb_release -a; uname -a; java -version

Thanks

Revision history for this message
LEGOManiac (bzflaglegomaniac) said :
#2

No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 15.10
Release: 15.10
Codename: wily
Linux LEGOManiacPC 4.2.0-19-generic #23-Ubuntu SMP Wed Nov 11 11:39:30 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
java version "1.7.0_91"
OpenJDK Runtime Environment (IcedTea 2.6.3) (7u91-2.6.3-0ubuntu0.15.10.1)
OpenJDK 64-Bit Server VM (build 24.91-b01, mixed mode)

Incidentally, I've rebooted and "(sd-pam)" is still there. The computer's performance, however, is back to normal, but I'm still curious about what (sd-pam) actually is.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

You could try Oracle Java:

sudo apt-add-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer

Then try the game.

Revision history for this message
LEGOManiac (bzflaglegomaniac) said :
#4

Sorry, I may have rambled too much in my original question. I only mentioned minecraft because it was what prompted me to use 'top'.

My real question was what is (sd-pam). Do the parenthesis signify anything. I did a quick google search and found someone else who was asking about it, but none of the respondents knew what it was.

This isn't really a problem, just me trying to learn something and puzzled by the appearance of parenthesis in a command name.

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#5
Revision history for this message
LEGOManiac (bzflaglegomaniac) said :
#6

Thanks actionparsnip, that solved my question.