kroy

Forum Replies Created

Viewing 15 posts - 61 through 75 (of 569 total)
  • Author
    Posts
  • in reply to: No audio and microphone with Pulseaudio #30636
    kroy
    Contributor

    Please try solution proposed by @witek from post

    No streaming devices on Manjaro client


    start nxplayer from Applications->Internet or from console (/usr/NX/bin/nxplayer ).

    in reply to: Trouble installing NoMachine on Jetson Nano #30539
    kroy
    Contributor

    It’s look that you have different architecture than the one you have installed. You can check architecture with command:

    uname -a

    if it’s v8 – uninstall current version

    sudo dpkg --purge nomachine && sudo rm -rf /usr/NX

    and install correct package.

    https://www.nomachine.com/AR02R01074

    in reply to: “Don’t show this message again” not obeyed #30482
    kroy
    Contributor

    Are you always creating a new connection file? In that case it would always show windows for “remote audio alert message” and “remote display resize message”. You can check “Don’t show this message again” and it won’t show anymore in this connection file.

    There is also method to configure every host which you want to connect. Edit as administrator server.cfg and uncomment and change following key to this:

    ClientMenuConfiguration input,display,display-mode,display-settings,connection,devices,devices-disk,devices-printer,devices-usb,devices-network,devices-smartcard,audio,audio-settings,mic,mic-settings,recording
    (point 2 in https://www.nomachine.com/AR11O00951).

    We also recommend to update NoMachine to newest version.

    in reply to: Cannot detect display running #29932
    kroy
    Contributor

    Did you tried to set also DisplayServerExtraOptions "-wlmode compositor" in the /usr/NX/etc/node.cfg? We didn’t have problems with desktop detection when Wayland is enabled. Did you use custom wayland configuration or enable some extensions? Can you try with default settings.

    in reply to: Cannot detect display running #29856
    kroy
    Contributor

    It looks it’s the same problem mentioned on that post:

    https://forums.nomachine.com/topic/connecting-to-manjaro-gnome#post-28140

    Please try workaround from @shiba

    Modify /etc/pam.d/nx to:

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

    and change DefaultDesktopCommand value in /usr/NX/etc/node.cfg:

    DefaultDesktopCommand "/etc/gdm/Xsession 'env XDG_SESSION_TYPE=x11 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/$(id -u)/bus gnome-session'"

    in reply to: Problem with sudo prompt #29806
    kroy
    Contributor

    There is workaround for this problem (https://forums.nomachine.com/topic/connection-fails-on-headless-client#post-21783):

    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

     

    kroy
    Contributor

    Buying new router is not necessary. Just check port forwarding. In link from previous post you have instructions. just use local IP from machine with nxserver and use port 4000. Then check your external IP on https://www.whatismyip.com/ and then use that IP and port 4000 on client side to connect.

    kroy
    Contributor

    It appears that Upnp is not supported on your router.

    However you could try forward port manually. To do that you should pass traffic to port 4000 (NX protocol), 22 (SSH protocol on Linux/MacOSX). Follow your router instruction to know how to configure that (guide you can also find in the internet, for example from there: https://portforward.com/apple/airport-extreme/). Your external address you can find for example there: https://www.whatismyip.com/.

    in reply to: Segmentation fault on Arch #29350
    kroy
    Contributor

    Please send also backtrace to get detailed information.

    sudo gdb -c [core-file-nxplayer-path] /usr/NX/bin/nxplayer.bin

    Inside gdb program execute command thread apply all bt full and paste output here or attach in the text file.

    kroy
    Contributor

    Are you sure that IP is correct? Can you ping DMZ device from that network at all? Please check connection from other network to exclude tethering problems.

    in reply to: Segmentation fault on Arch #29247
    kroy
    Contributor

    Can you send backtrace from the core? Instructions for your system you can find there: https://wiki.archlinux.org/index.php/Debug_-_Getting_Traces. Please send also output of the command: ldd /usr/NX/bin/nxplayer.bin.

    in reply to: NoMachine – connection privacy #28526
    kroy
    Contributor

    Hi,

    If you want to connect locally you don’t need the internet. You don’t need configure nothing in the router. Just install NoMachine. Internet is required for automatic update, which you can easily disable (https://www.nomachine.com/DT10O00149#2).

    In addition, if you use NoMachine free version, Workstation or Small Business Server, you can disable UPnP, which allows external access (go to “Disabling UPnP / NAT-PMP port mapping” section on article: https://www.nomachine.com/AR11L00827).

    kroy
    Contributor

    Hi.

    You need to edit /usr/NX/etc/node.cfg and change command starting virtual desktop to this:

    DefaultDesktopCommand "env XDG_SESSION_TYPE=x11 /usr/bin/ssh-agent /usr/bin/dbus-launch --sh-syntax --exit-with-session /usr/bin/budgie-desktop"

    in reply to: Ubuntu 18.04 no external IP #28419
    kroy
    Contributor

    Please enable debug, restart nxserver (sudo /etc/NX/nxserver –restart) and execute those commands: sudo /etc/NX/nxserver –upnpstatus and sudo /etc/NX/nxserver –upnpmap. Send logs to forum[at]nomachine[dot]com. There is instruction how to enable and collect debug logs automatically: https://www.nomachine.com/DT10O00162.

    One other thing that I have noticed that may or may not be normal but I have NX directories in both my /etc and /usr directories.

    Directory /etc/NX contains configuration files, do not remove them – it would prevent NoMachine from working properly.

    kroy
    Contributor

    Hi
    This is default XFCE4 configuration and it’s not related to NoMachine.

    Please use command:
    sudo cp /etc/xdg/xfce4/panel/default.xml /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml to create default panel layout without the prompt.

Viewing 15 posts - 61 through 75 (of 569 total)