Debuging installation & status

After i installed with apt-get i couldnt make it work so i removed mycroft-core and downloaded and unziped git clone.

I used host debian script to install the clone for the second run. Sadly,l couldnt make it work. I am under fresh install ubuntu desktop.

uc@uc-main:~/mycroft-core-dev$ ./mycroft.sh restart
Started mycroft-service
Started mycroft-skills
Started mycroft-voice
Started mycroft-cli
uc@uc-main:~/mycroft-core-dev$ ./start.sh cli --quiet
Starting cli --quiet
uc@uc-main:~/mycroft-core-dev$ screen -list
No Sockets found in /var/run/screen/S-uc.

This is the same behavior with my apt-get installation. No errors,no screens,no response. I have no idea what i am doing wrong. Please help

uc@uc-main:~/mycroft-core-dev$ ./scripts/my-info.sh -v
./scripts/my-info.sh: line 30: source: filename argument required
source: usage: source filename [arguments]
Logging to /tmp/my-info.16210.out
[2017-07-22 07:43:34] Starting ./scripts/my-info.sh
[2017-07-22 07:43:34] - Running as UID 1000
[2017-07-22 07:43:34] - Mycroft appears to be running in /home/uc/mycroft-core-dev
[2017-07-22 07:43:34] Mycroft version is 0.8.19.

As soon as I get back home I will show you what I do. I am on Ubuntu 16.04 btw. What are you on?

Here are the commands I run and the output:

./mycroft.sh start

Started mycroft-service
Started mycroft-skills
Started mycroft-voice
Started mycroft-cli

screen -list

There are screens on:
        26732.mycroft-cli       (07/22/2017 09:55:13 PM)        (Detached)
        26716.mycroft-voice     (07/22/2017 09:55:13 PM)        (Detached)
        26698.mycroft-skills    (07/22/2017 09:55:13 PM)        (Detached)
        26684.mycroft-service   (07/22/2017 09:55:12 PM)        (Detached)
4 Sockets in /var/run/screen/S-oren.

Now I can attach to any of the screen sessions above. for example:

screen -r mycroft-cli

If that’s not what you see try this command and see if anything process is running:

ps aux|grep mycroft

Let me know if this helps in troubleshooting.