Dear LTSP-Discuss members, I have an NCurses based program running on LTSP v3.0 server. It works fine when invoked from either tty1 on the server or xterm on client (runlevel 5), but causes Segmentation Fault when invoked from the client running runlevel 3.
During my investigation, the segfault always occurs whenever the program displays TColumnListBox that exceeds the screen width. From tty1 on the server, I can always use right/left arrow to scroll to the right/left and the segfault doesn't show up. But I can't do the same from the client. Why is that? I have added the following lines export COLUMNS = 132 stty -F /dev/tty1 columns 132 to the end of bashrc and rc.local files in the LTSP directory as well as to /etc/profile, but the error persists. I have also read lts.conf.readme but found no clues what options to use. The "SCREEN_01 = linux-w" line in lts.conf doesn't work either Is there anything I can do to change the terminal width on the client or the terminal type itself? Thanks. ===== wasalam, Wahyu Adi Setyanto ============= "life is too short to worry" __________________________________________________ Do You Yahoo!? Download the latest ringtones, games, and more! http://sg.mobile.yahoo.com ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _____________________________________________________________________ Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: https://lists.sourceforge.net/lists/listinfo/ltsp-discuss For additional LTSP help, try #ltsp channel on irc.freenode.net
