Forum / NoMachine for Linux / Installation stuck on Ubuntu/Nvidia
- This topic has 1 reply, 2 voices, and was last updated 1 year, 1 month ago by fra81.
-
AuthorPosts
-
October 3, 2023 at 00:07 #45510felixkParticipant
Here’s what I did:
# cd /usr
# tar zxf ~/Downloads/nomachine_8.8.1_1_x86_64.tar.gz
# /usr/NX/nxserver –install
NX> 700 Starting installation at: Mon, 02 Oct 2023 15:04:58.
NX> 700 Using installation profile: Ubuntu.
NX> 700 Installation log is: /usr/NX/var/log/nxinstall.log.
NX> 700 Installing nxrunner version: 8.8.1.
NX> 700 Installing nxplayer version: 8.8.1.
NX> 700 Installing nxnode version: 8.8.1The last lines in /usr/NX/var/log/nxinstall.log (attached):
NX> 700 Running: /bin/chown nx:root ‘/usr/NX/etc/keys/host’.
NX> 700 Result: OK.
NX> 700 Running: /bin/chown nx:nx ‘/usr/NX/etc/node.cfg’.
NX> 700 Result: OK.
NX> 700 Running: /bin/mkdir -p ‘/usr/NX/var/tmp’.
NX> 700 Result: OK.
NX> 700 Running: /bin/chown nx:root ‘/usr/NX/var/tmp’.
NX> 700 Result: OK.
NX> 700 Running: /bin/chmod 1755 ‘/usr/NX/var/tmp’.
NX> 700 Result: OK.
NX> 700 Running: /bin/chown nx:root ‘/usr/NX/var/log’.
NX> 700 Result: OK.
NX> 700 Running: /bin/chmod 0777 ‘/usr/NX/var/log’.
NX> 700 Result: OK.
NX> 700 Running: /bin/chown root:root ‘/tmp/.ICE-unix’.
NX> 700 Result: OK.
NX> 700 Running: /bin/chmod 1777 ‘/tmp/.ICE-unix’.
NX> 700 Result: OK.
NX> 700 Running: /bin/chown root:root ‘/tmp/.X11-unix’.NX> 700 Result: OK.
NX> 700 Running: /bin/chmod 1777 ‘/tmp/.X11-unix’.
NX> 700 Result: OK.
NX> 700 Updated key: CommandFuser=/usr/bin/fuser.
NX> 700 Updated key: CommandLsof=/usr/bin/lsof.
NX> 700 Updated key: CommandXdpyInfo=/usr/bin/xdpyinfo.
NX> 700 Updated key: CommandXmodmap=/usr/bin/xmodmap.
NX> 700 Updated key: CommandXkbComp=/usr/bin/xkbcomp.
NX> 700 Running: /bin/touch ‘/usr/NX/var/db//update’.
NX> 700 Result: OK.
NX> 700 Running: /bin/chown nx:nx ‘/usr/NX/var/db//update’.
NX> 700 Result: OK.
NX> 700 Running: /bin/chmod 0644 ‘/usr/NX/var/db//update’.
NX> 700 Result: OK.
NX> 700 Running: /usr/NX/bin/nxcuinit.
# uname -a
Linux snn-llm-pilot1e 6.2.0-32-generic #32~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 18 10:40:13 UTC 2 x86_64 x86_64 x86_64 GNU/Linux# lshw -C display
*-display
description: VGA compatible controller
product: NVIDIA Corporation
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:01:00.0
logical name: /dev/fb0
version: a1
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vga_controller bus_master cap_list rom fb
configuration: depth=32 driver=nvidia latency=0 mode=1024×768 visual=truecolor xres=1024 yres=768
resources: iomemory:500-4ff iomemory:580-57f irq:180 memory:8a000000-8affffff memory:5000000000-57ffffffff memory:5800000000-5801ffffff ioport:7000(size=128) memory:8b000000-8b07ffff*-display
description: VGA compatible controller
product: ASPEED Graphics Family
vendor: ASPEED Technology, Inc.
physical id: 0
bus info: pci@0000:08:00.0
logical name: /dev/fb0
version: 52
width: 32 bits
clock: 33MHz
capabilities: pm msi vga_controller cap_list rom fb
configuration: depth=32 driver=ast latency=0 resolution=1024,768
resources: irq:19 memory:80000000-83ffffff memory:84180000-841bffff ioport:5000(size=128) memory:c0000-dffff*-display
description: VGA compatible controller
product: NVIDIA Corporation
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:09:00.0
version: a1
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
configuration: driver=nvidia latency=0
resources: iomemory:400-3ff iomemory:480-47f irq:181 memory:88000000-88ffffff memory:4000000000-47ffffffff memory:4800000000-4801ffffff ioport:4000(size=128) memory:89000000-8907ffffNo idea what do do – can anyone help?
October 3, 2023 at 14:33 #45519fra81ModeratorHi,
it looks like a problem with the Nvidia drivers, so I would try to reinstall them. Alternatively, as a workaround, you could rename temporarily the libcuda.so library, so that it won’t be loaded and the installation can complete.
-
AuthorPosts
This topic was marked as solved, you can't post.