Check AVAHI Daemon configuration and if it is running on machinekit server.

check avahi service status with:
```
sudo systemctl status avahi-daemon
```
additional log available with
```
journalctl -xe
```
change domain name in /etc/avahi/avahi-daemon.conf to
```
domain-name=local
```
reload avahi daemon with
```
sudo systemctl restart avahi-daemon
```
change to use only ipv4
```
sudo nano /etc/avahi/avahi-daemon.conf
```

I personally use:
use-ipv6=no

regards


Dne sreda, 04. januar 2017 07.28.13 UTC+1 je oseba Marius Alksnys napisala:
>
> Hi, Andrij, 
>
> did you run the run script or did you run mklauncher? 
>
> If you want to use mklauncher do you have launcher.ini, is it correct? 
> Try to start mklauncher from config dir where launcher.ini is like this: 
> cd ~/machinekit/configs/my-config 
> mklauncher . 
>
> Is the path correct in run.py line: 
> launcher.start_process("configserver -n MendelMax ~/Machineface") 
> ? 
>
> Don't you get any error messages when you start ./run.py ? 
>
>
> 01/04/2017 01:34 AM, Andrij Senyk rašė: 
> > Hello, 
> > 
> > I tried to configure remote access to BBB Machinekit according to this 
> > 
> > https://github.com/machinekoder/QtQuickVcp#qt5_uis_with_machinekitsdk 
> > 
> > 
> > I set REMOTE to 1 in /etc/linuxcnc/machinekit.ini 
> > 
> > and change display options 
> > 
> > DISPLAY = mkwrapper 
> > INTRO_GRAPHIC = 
> > INTRO_TIME = 0 
> > 
> > and add in hal file 
> > 
> > loadusr -W haltalk 
> > 
> > create run-script 
> > 
> > I try to connect from mac os, windows and android but client cannot find 
> > any instances in unicast/multicast mode (of course I add an ip address 
> > in unicast mode) 
> > 
> > also I try this 
> > 
> > https://github.com/machinekoder/MendelMax-CRAMPS 
> > 
> > but effect are the same 
> > 
> > Where I did a mistake? 
>
>

-- 
website: http://www.machinekit.io blog: http://blog.machinekit.io github: 
https://github.com/machinekit
--- 
You received this message because you are subscribed to the Google Groups 
"Machinekit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/machinekit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to