search for: startupfil

Displaying 5 results from an estimated 5 matches for "startupfil".

Did you mean: startupfile
2006 Feb 09
3
menu.c32 error "Windows is bypassing your startupfiles"
Franga . wrote: > > Now i moved to my next step of trying to get Simple Menu's working. My > problem occurs after selecting a menu option. The image loads and > gives me this output: > > command line: initrd=images/c201.img BOOT_IMAGE=memdisk Disk is > floppy, 1440 K, C/H/S = 80/2/18 Total size needed = 1491 bytes, > allocating 2K Old dos memory at 0x9f000 (map
2005 Apr 14
0
Finding an available port for server socket
...while(!is.na(match(port, portsInUse))) port <- port + 1 port } The way this works is that (i) The Smalltalk app running on firstMachine finds an available port (say 12345) that it can listen on, start listening there, and writes slaveStart("firstMachine", 12345) to startUpFile. (ii) The Smalltalk app does something like this to start R on secondMachine: ssh secondMachine R < startUpFile > someLogFile (iii) R sends the inPort port number back to Smalltalk. (iv) Whenever Smalltalk wants R to do something, it opens a client connection to inPort on seco...
2016 Jun 02
2
vnc on C7
Thanks Frank. The below in fact worked and restarting the service. Jerry To get mate to show up use the follow text in your ~.vnc/xstartup file: #!/bin/sh # Uncomment the following two lines for normal desktop: # unset SESSION_MANAGER unset DBUS_SESSION_BUS_ADDRESS # exec /etc/X11/xinit/xinitrc [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup [ -r HOME/.Xresources ]
2016 Jul 13
0
vnc on C7
Hi Jerry, I done a lot of search in google. Than I find your post, but without success for my problem. I have add your xstartup file. But I can't get it working with this startupfile. One problem is, that I can't find the x-terminal-emulator on my machine. Which package must I install for x-terminal-emulator in CentOS7 ? Maybe you can have a look at my logfile and my configuration for additional hints. I am happy for any kind of feedback. Koenigsohn **************** *...
2016 Jul 14
1
vnc on C7
...On Jul 13, 2016, at 12:10, koenigsohn <ulrich.koenig at telekom.de> wrote: > > Hi Jerry, > > I done a lot of search in google. Than I find your post, but without success > for my problem. > > I have add your xstartup file. But I can't get it working with this > startupfile. > One problem is, that I can't find the x-terminal-emulator on my machine. > > Which package must I install for x-terminal-emulator in CentOS7 ? Do you mean 'xterm' (executable in package with the same name). The symlink called 'x-terminal-emulator' is a debianism...