og00r

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 76 total)
  • Author
    Posts
  • in reply to: Windows domain problem #31793
    og00r
    Contributor

    Could you please also upload log files from that redirected path?
    Also is there any nx logs (.nx) in user STAFF/myair (for example) home directory?
    I am missing files from his side, as it looks until that moment everything works ok, something is wrong on their side, and such logs should be in redirected path or in that user home directory.

    in reply to: Windows domain problem #31703
    og00r
    Contributor

    I saw some problems with domain users home directory:
    3360 7248 11:28:15 542.364 HostHomeDirGet: ERROR! Cannot retrieve home directory for user ‘TD-EF\myair’.

    could you try change path in key UserNXDirectoryPath in node.cfg to some directory where everybody got access? Could be something temporary as C:\tmp\

    And if problem persist we would need more information like:
    – is every user affected?
    – at what step it crashes? After login?
    – do you using nfs drive maybe?

    in reply to: Server does not start #31652
    og00r
    Contributor

    Ok, looks like some problem with starting the main process, as I do not see any logs from it on restart.
    I guess you restarted already the whole machine a few times and it still happens. Could you try to make a fresh install?
    Delete C:\Program Files (x86)\NoMachine after uninstall. Then reinstall again without activating licenses (they should be activate since installation).
    Also, ensure that the computer is correctly restarted after the installation process.
    Are you using some external firewall/antivirus which could block NoMachine processes?

    Did you forward correct ports in that Dynu DNS?
    Here is an article with the ports NoMachine needs:
    https://www.nomachine.com/AR01L00770

    Did you try back to setup without Dynu?

    in reply to: Server does not start #31605
    og00r
    Contributor

    Ok thanks for last outputs.
    As I’m trying reproduce issue, but please in meantime paste here output of:
    nxserver –subscription run also in cmd as admin.
    nxserver –version run also in cmd as admin.

    and paste yours server.lic if possible. As it looks like problem with get correct product id from it.

    in reply to: Server does not start #31606
    og00r
    Contributor

    I hope that you restarted whole operating system after installation?

    in reply to: Can’t connect. Fails after create new message prompt #31480
    og00r
    Contributor

    Could you try my solution from this post:

    Cannot get output for command: evalsha after resending

    that one with sudo /etc/NX/nxserver –updatedb
    or
    with fresh reinstall and remove /usr/NX

    If nothing helps, please let me know.

    in reply to: Server does not start #31479
    og00r
    Contributor

    Are you sure that NoMachine nxserver is not running? I see some nxserver process in process explorer.

    But lets find out:
    1) Open cmd as admin.
    2) go to C:\Program\ Files\ (x86)\NoMachine\bin
    3) run command “nxserver –status”
    4) if it is disabled then run “nxserver –restart”. (I hope machine was restarted after installation)
    (double click on nxserver.exe does nothing as nxserver requires parameters for every operations, so all further commands must be done through cmd with correct parameters “–something”)

    Please paste here screenshot with output for command from point 3 and point 4.

    Also I do not see logs from nxserver or even nxinstall, could you check those both location for them:

    C:\ProgramData\NoMachine\var\log\
    C:\Users\YourUsername\.nx\

    There should be (nxinstall.log / nxupdate.log and nxerror.log and nxserver.log). Collect them please.

    in reply to: Can’t connect. Fails after create new message prompt #31392
    og00r
    Contributor

    Hello,

    thank you for the feedback. Glad to know you like our product!

    Now onto your question. Yes, we do need more info, logs and command from the remote machine (Lubuntu).

    Could you send us logs from the server side and attach them here?
    Instructions on how to extract server logs are here: https://www.nomachine.com/DT10O00162#1

    Could you also paste you command DefaultDesktopCommand from /usr/NX/etc/node.cfg. ?

    Thanks!

    in reply to: Server does not start #31356
    og00r
    Contributor

    Since I tried to use Dynu DDNS my nxserver for Windows 10 stopped working.

    So everything worked correctly before using Dynu DDNS? Or something else also changed? For example: new version of nomachine was installed?

    Also, when I try to run nxserver using cmd, another process starts (nxserver.bin) and disappears.

    When you start from cmd, which command are you using? And what output it provides? (you can paste screenshot here with command and it’s output)

     

    Could you try gather logs with steps from here?
    https://www.nomachine.com/DT10O00162#1

    It must be done in cmd as administrator user.

     

    in reply to: Cannot get output for command: evalsha after resending #31267
    og00r
    Contributor

    Did you update from version 7.0.x to newest 7.0.x? Looks like some problem with update could you try make fresh install?

    1) Uninstall current NoMachine.
    2) Remove directories /usr/NX and /etc/NX
    3) Install newest NoMachine packages.

    Second point is really important.
    If for some reason reinstallation is not possible and if there exist file /usr/NX/etc/nodes.db then running command

    sudo /etc/NX/nxserver –updatedb

    could help. If there is /usr/NX/etc/nodes.db.backup instead, you could try to move file manually

    sudo mv /usr/NX/etc/nodes.db.backup /usr/NX/etc/nodes.db

    and then run

    sudo /etc/NX/nxserver –updatedb

    restart nomachine after that.

    sudo /etc/NX/nxserver –restart

    in reply to: Cannot get output for command: evalsha after resending #31226
    og00r
    Contributor

    Did you try already solutions from other manjaro topic?
    https://forums.nomachine.com/topic/connecting-to-manjaro-gnome

    I mean:
    1. Create a backup of nx PAM configuration (sudo cp -a /etc/pam.d/nx /etc/pam.d/nx.original). Then change /etc/pam.d/nx in this way:

    auth       include       system-login
    account    include       system-login
    password   include       system-login
    session    include       system-login

    2. Change DefaultDesktopCommand in /usr/NX/etc/node.cfg

    DefaultDesktopCommand “env DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/$(id -u)/bus /usr/bin/startplasma-x11”

    3. Restart NoMachine:

    sudo /usr/NX/bin/nxserver –restart

     

    Point 2 is different than in mentioned topic, specially for KDE version

    If for some reason problem persist please enable debug logs, restart NoMachine (command from above point 3) and try to connect again with enabled logs. Gather logs and send them please. Article about enabling logs:
    https://www.nomachine.com/DT10O00162#1
    (Please restart NoMachine before point 2 in that article)

    in reply to: “Cannot log in with SSH” problem #31225
    og00r
    Contributor

    Please check article:
    https://www.nomachine.com/AR02L00785

    especially:

    2. You should find there the authorized.crt file. Create this file if it doesn’t exist. On Linux/Mac, this file needs to have permissions set to 0600.

    create authorized.crt file with correct permissions

    og00r
    Contributor

    Please enable the logs this way:
    https://www.nomachine.com/DT11R00182
    then restart the whole NoMachine with
    /etc/NX/nxserver --restart
    collect logs and send them (to forum[at]nomachine[dot]com, referencing the topic as subject) if the problem persists after restarting the machine.

    in reply to: AD authentication on Mac #29377
    og00r
    Contributor

    Could tell which version of Windows domain server are you using?

    And what values are set on mac osx in users and groups settings:
    Create mobile account
    Force local home directory
    ?

    Did you leave default values or did you edit them?

    in reply to: AD authentication on Mac #29217
    og00r
    Contributor

    I’m glad that it helps temporarly, but could you post your configuration that it can be reproduced and fixed correctly? What AD server is used? And is it default configuration on osx? Or something were changed?

Viewing 15 posts - 16 through 30 (of 76 total)