mkub

Forum Replies Created

Viewing 9 posts - 31 through 39 (of 39 total)
  • Author
    Posts
  • in reply to: Failed to connect local disk #21275
    mkub
    Participant

    Hi pcts,

    You should run this command on the server as well. The output should be similar. Did you make some changes in configuration files? According to the logs, some device features are disabled. Make sure that those files are edited correctly or try to move back to the default values. The file connected to the disk is placed in %InstallDir%/etc/node.cfg. If this problem is still present, please send us Windows Event logs after repeating the problem (instruction how to collect them are below). NoMachine installation logs will be also helpful. You may find them in “C:\Users\<username>\AppData\Local\Temp” saved as “Setup Log <date>.txt”.

    Thanks
    mkub

    1. Export Event Viewer logs:

    – Open Control Panel -> System and Security -> Administrative Tools -> Event Viewer

    – To export events, select the type of logs you want to export, click on Action menu and pick Save All Events As.

    We’re interested in ‘Windows Logs/System’, ‘Windows Logs/Application’ and ‘Application and Services Logs/Hardware Events’ logs.

    in reply to: Failed to connect local disk #21183
    mkub
    Participant

    Hi pcts,

    According to logs, there is a problem with performing a disk mount operation directly by our driver. This is why I asked about output. In this case, it looks like driver is available for the system. We got this information from line: ‘Received output from the nxfs: ‘DEBUG: DokanMain failed.’. Still, we’re not able to reproduce your problem.

    mkub

    in reply to: No audio from MacBook Air to iMac #21148
    mkub
    Participant

    Hi bassralphy,

    To solve your problem make sure that nxnode is added to Accessibility card in Security & Privacy (see attachment). Audio output on the server should be set to NoMachine Audio Adapter. On the client side you should choose device that you want to use (headphones \ Bluetooth device \ speakers).

    If the solution above doesn’t work, try to uncheck nxnode app – reboot machine – check nxnode again. If this also did not help, you can add whole NoMachine application to Accessibility.

    Let us know if you have further problems.

    Thanks
    mkub

    in reply to: Failed to connect local disk #21131
    mkub
    Participant

    Hi pcts,

    Logs we’ve received from you, helped us to locate the problem, but still we don’t know the exact reason and were not able to reproduce this situation. Can you tell something more about Noah software and also about Noah Device Server? What this server does? How do you create it?

    Can you check if disk driver is mounted properly? You can do this by opening CMD and running:

    driverquery /nh | find "nxfs"

    Output should look like this:
    nxfs NoMachine FileSystem A File System "date"

    Thanks for logs and for help.
    mkub

    in reply to: Failed to connect local disk #21018
    mkub
    Participant

    Hi pcts,

    More detailed information how to gather logs you can find here:

    https://www.nomachine.com/DT07M00098

    under ‘Gather server side logs on Windows’. Please send files to this email address:

    forum at nomachine dot com

    Thanks
    mkub

    in reply to: Failed to connect local disk #21012
    mkub
    Participant

    Hi pcts,

    To resolve this problem we would need more information.

    Can you send us server’s logs after failed mapping? You can find them under this path: C:/ProgramData/NoMachine/var/log/node/C-"username"-1002-"numbers"/session.

    What is the type of disk forwarding (Private/Public)?

    Can you tell us what happens if you change the name of mount point? You may do this in the editable field described as Export as when choosing Public or Private mapping type. By default, it’s C.
    Is the directory then created? If yes, what are its permissions? Is it empty? If yes, try to remove it then forward disk again.

    Thanks
    mkub

    in reply to: Recreate pulseaudio sources and sinks? #20681
    mkub
    Participant

    This situation is related to crash of PulseAudio that has been caused by unloading of some modules manually. For example unloading of module-suspend-on-idle. These causes NoMachine to lose sink and sources.

    If this situation happened and you’re not able to use microphone properly try to kill PulseAudio pulseaudio -k that will restore automatically and then restart NoMachine’s server /usr/NX/bin/nxserver --restart which will recreate new sinks and sources.

    in reply to: Unable to connect remote disk #20363
    mkub
    Participant

    Dear s.meliss,

    Probably you have some problems with permissions. First of all you should check permissions of /Library/Application\ Support/NoMachine/Extensions by:

    ls -l /Library/Application\ Support/NoMachine/

    the result should be as follows:

    drwxr-xr-x  9 root  admin    288 Oct 31 14:26 Extensions.

    If your result is different, then set permissions with:

    sudo chown root:admin /Library/Application\ Support/NoMachine/Extension
    sudo chmod 755 /Library/Application\ Support/NoMachine/Extension

    Then check permissions of /Library/StagedExtensions/Library/Application\ Support/NoMachine/Extensions.

    with

    ls -laO /Library/StagedExtensions/Library/Application\ Support/NoMachine/

    your result should looks like this:
    drwxr-xr-x  4 root  wheel  restricted 128 Nov  5 17:26 Extensions

    Make sure that you have restricted flag set. If not, then set it. The same for nxfs.kext inside this directory.

    ls -laO /Library/StagedExtensions/Library/Application\ Support/NoMachine/Extensions

    drwxr-xr-x  3 root  wheel  restricted  96 Dec 21  2016 nxfs.kext

    Then try to test the feature.

    If this doesn’t solve the problem, you should check if it is possible to remove the directory /Library/StagedExtensions/Library/Application\ Support/NoMachine or just file /Library/StagedExtensions/Library/Application\ Support/NoMachine/nxfs.kext.

    Command:

    sudo kextutil -t /Library/Application\ Support/NoMachine/Extensions/nxfs.kext

    should create the directory and the file automatically with proper permissions.

    One more thing, you should make sure that your SIP has been enabled. You can do this with command

    csrutil status

    Please send us installation/update logs.

    /Library/Application\ Support/NoMachine/var/log/nxinstall.log
    /Library/Application\ Support/NoMachine/var/log/nxupdate.log

    I hope that this helps to solve your problem.

    in reply to: Recreate pulseaudio sources and sinks? #19729
    mkub
    Participant

    Hello,

    Did sinks and sources disappear when NoMachine audio features were turned on? Did you switch their state a few times before, what were the steps to reproduce the behaviour? Can you send us output of pactl list sinks and pactl list sources after this happened?

Viewing 9 posts - 31 through 39 (of 39 total)