When i start visit leap15.1 from win10 with vncviewer, it always gives black screen. the problem is solved by modify "xstarup" file in ".vnc" directory. if [ -x "$client" ]; then # exec "$client" dbus-launch --exit-with-session "$client" fi if [ -f "$client" ]; then # exec sh "$client" dbus-launch --exit-with-session sh "$client" fi Then, it works smoothly. The problem can also be solved by start the nvcserver with root.
First download the latest torque release from the adaptive computing website or via command line : wget http://www.adaptivecomputing.com/download/torque/torque-5.1.0-1_4048f77c.tar.gz tar -xzvf torque-5.1.0-1_4048f77c.tar.gz cd torque-5.1.0 [root]# vi /etc/sysconfig/SuSEfirewall2 # Add the following ports to the FW_SERVICES_EXT_TCP parameter as required # Needed on the TORQUE server for client and MOM communication FW_SERVICES_EXT_TCP="15001" # Needed on the TORQUE MOM for server and MOM communication FW_SERVICES_EXT_TCP="15002 15003" [root]# service SuSEfirewall2_setup restart ./configure --without-tcl (error reported: torque needs Boost,install it in the default location /usr/local --sucessful ready for 'make') make make install make packages you should have the following: torque-package-doc-linux-x86_64.sh torque.setup torque-package-clients-linux-x86_64.sh torque-package-mom-linux-x86_64.sh torque_setup.sh torque-package-...
In opensuse leap15, i can ssh to another machine, but the sftp cann't upload and download files. Just change the setting in "etc/ssh/sshconfig" Then, restart the sshd service.
Comments
Post a Comment