You are not logged in.
Pages: 1
Hi! I've read all info i could on how to install freenx (arch wiki, gentoo wiki, fedora howto) and i'm still having problems. Please help me: my log file:
NX> 203 NXSSH running with pid: 4265
NX> 285 Enabling check on switch command
NX> 285 Enabling skip of SSH config files
NX> 200 Connected to address: 127.0.0.1 on port: 22
NX> 202 Authenticating user: nx
NX> 208 Using auth method: publickey
HELLO NXSERVER - Version 1.4.0-44 OS (GPL)
NX> 105 hello NXCLIENT - Version 1.5.0
NX> 134 Accepted protocol: 1.5.0
NX> 105 SET SHELL_MODE SHELL
NX> 105 SET AUTH_MODE PASSWORD
NX> 105 login
NX> 101 User: nbcjr
NX> 102 Password:
NX> 103 Welcome to: universo user: nbcjr
NX> 105 listsession --user="nbcjr" --status="suspended,running" --geometry="1024x768x16+render" --type="unix-kde"
NX> 127 Sessions list of user 'nbcjr' for reconnect:
Display Type Session ID Options Depth Screen Status Session Name
------- ---------------- -------------------------------- -------- ----- -------------- ----------- ------------------------------
NX> 148 Server capacity: not reached for user: nbcjr
NX> 105 startsession --session="Test" --type="unix-kde" --cache="8M" --images="32M" --cookie="******" --link="modem" --kbtype="pc102/br" --nodelay="1" --encryption="1" --backingstore="when_requested" --geometry="1024x768+0+0" --media="0" --agent_server="" --agent_user="" agent_password="******"" --screeninfo="1024x768x16+render"
NX> 1000 NXNODE - Version 1.4.0-44 OS (GPL)
NX> 700 Session id: universo-1000-F0ED6E9B587523D1287029C409E9554F
NX> 705 Session display: 1000
NX> 703 Session type: unix-kde
NX> 701 Proxy cookie: 0a0991df47704530d75ef01793c95aac
NX> 702 Proxy IP: 127.0.0.1
NX> 706 Agent cookie: 0a0991df47704530d75ef01793c95aac
NX> 704 Session cache: unix-kde
NX> 707 SSL tunneling: 1
NX> 710 Session status: running
NX> 1002 Commit
NX> 105 /opt/NX/bin/nxserver: line 880: 4384 Terminated ( sleep $AGENT_STARTUP_TIMEOUT; exit 1 )
NX> 1006 Session status: running
bye
Bye
NX> 999 Bye
/opt/NX/bin/nxserver: line 933: netcat: command not found
NX> 285 Identified internal connection
NX> 285 Using default mode encrypted
NX> 285 Identified options: nx,options=/home/nbcjr/.nx/S-universo-1000-F0ED6E9B587523D1287029C409E9554F/options:1000
NX> 285 Switching descriptors: 4 and: 5 to: 12
NX> 287 Redirected I/O to channel descriptors
Killed by signal 15.
[root@universo nbcjr]# pacman -S netcat
:: netcat-1.10-5: is up to date. Upgrade anyway? [Y/n] n
thanks a lot!
Offline
what does `which netcat` return?
or `which nc`
you might need to create an alias
ln -s /bin/netcat /bin/nc
"Be conservative in what you send; be liberal in what you accept." -- Postel's Law
"tacos" -- Cactus' Law
"t̥͍͎̪̪͗a̴̻̩͈͚ͨc̠o̩̙͈ͫͅs͙͎̙͊ ͔͇̫̜t͎̳̀a̜̞̗ͩc̗͍͚o̲̯̿s̖̣̤̙͌ ̖̜̈ț̰̫͓ạ̪͖̳c̲͎͕̰̯̃̈o͉ͅs̪ͪ ̜̻̖̜͕" -- -̖͚̫̙̓-̺̠͇ͤ̃ ̜̪̜ͯZ͔̗̭̞ͪA̝͈̙͖̩L͉̠̺͓G̙̞̦͖O̳̗͍
Offline
[root@universo nbcjr]# which netcat
which: no netcat in (/bin:/usr/bin:/sbin:/usr/sbin:/usr/X11R6/bin:/opt/bin:/opt/e17/bin:/opt/eclipse:/opt/gnome/bin:/opt/java/jre/bin:/opt/java/bin:/opt/kde/bin:/opt/mozilla/bin:/opt/NX/bin:/opt/qt/bin)
but i have bigger problems now. did a pacman -R on freenx and nxclient, reinstalled, and now when i run nxclient it says that can't find nxssh on /opt/NX
Offline
after pacman -R i did a rm -rf /opt/NX, and then reinstalled.
Offline
edit /opt/NX/etc/node.conf and change the line for where to find netcat so that it is uncommented and points to nc which is the filename for netcat.
Offline
Pages: 1