[SOLVED] Screenconnect - Stopped Working
-
@scottalanmiller said:
Keep in mind he's a full time Windows engineer that doesn't use Linux.
Sadly, for the most part I am too. Trying to break into linux but.....
-
Finding issues like this and pushing through to find answers is a great way to learn a lot about it quickly.
-
@scottalanmiller said:
Finding issues like this and pushing through to find answers is a great way to learn a lot about it quickly.
That's why I haven't given up yet!
-
@scottalanmiller said:
CentOS logs are in /var/logs/messages
At least most logs are. /var/logs is the logging directory. Nearly everything goes into the "messages" catch all. But there are specific logs too for NginX, Apache (HTTPD), ScreenConnect, etc.
Both Directorys are missing? WTF?
-
@scottalanmiller said:
Keep in mind he's a full time Windows engineer that doesn't use Linux.
irrelevant though to reporting back the definition of "on occasion" as it pertains to the controller in question.
-
[root@screenconnect ~]# cd /var/logs/messages
-bash: cd: /var/logs/messages: No such file or directory
[root@screenconnect ~]# cd /var/logs
-bash: cd: /var/logs: No such file or directory -
@anonymous said:
@scottalanmiller said:
CentOS logs are in /var/logs/messages
At least most logs are. /var/logs is the logging directory. Nearly everything goes into the "messages" catch all. But there are specific logs too for NginX, Apache (HTTPD), ScreenConnect, etc.
Both Directorys are missing? WTF?
That's EXTREMELY odd. There is no /var/log at all?
Sorry, I typod. /var/log not logs
-
Output:
[root@screenconnect ~]# ls /var/log anaconda grubby secure audit lastlog secure-20150802 boot.log maillog secure-20150809 btmp maillog-20150802 spooler btmp-20150801 maillog-20150809 spooler-20150802 cloud-init.log messages spooler-20150809 cloud-init-output.log messages-20150802 tallylog cron messages-20150809 tuned cron-20150802 ppp wtmp cron-20150809 sa yum.log dmesg screenconnect dmesg.old screenconnect-1227cf7eaca84600 [root@screenconnect ~]#
-
This maybe?
/etc/rc.d/init.d/screenconnect-1227cf7eaca84600: line 109: java: command not found -
So you have messages for most things and screenconnect for specific stuff. I'd start with those two.
-
@anonymous said:
This maybe?
/etc/rc.d/init.d/screenconnect-1227cf7eaca84600: line 109: java: command not foundThat could do it. Do this...
find / -name java
-
[root@screenconnect log]# find / -name java
/etc/pki/java
/etc/pki/ca-trust/extracted/java
[root@screenconnect log]# -
Looks like Java is missing. No idea how that happened.
-
@scottalanmiller Security update? lol.
-
Well you can't argue that Java isn't a lot more secure now!
-
I would start here and see if this works...
yum -y install java
Let's experiment. This will install the open source Java replacement that Red Hat ships natively.
-
WTF. The server was working fine the whole time!
DNS was updated by mistake.....
Boy do I feel silly.
-
LOL. It's generally the simplest things that get us
-
I went to the IP, and working fine.... So I was like hmmmmmmmmm.
-
So should I remove Java now?