Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. chipnrut

    Function Keys with Perl::Curses

    Finally got vga font installed using the suggestion from Hugh Lawson: http://ricardo.ecn.wfu.edu/~plug/mail_archive/0002/0109.html however this just messed up the border around the boxes. The function keys however are working.
  2. chipnrut

    Function Keys with Perl::Curses

    Well... Tried aterm but function keys still do not work. xterm works but doesn't have the box/line graphics I need. I tried using VGA fonts following the instructions on http://www.fokus.fhg.de/linux/HOWTO/Bash-Prompt-HOWTO/x610.html but that didn't seem to work either.
  3. chipnrut

    Function Keys with Perl::Curses

    This problem turned out to be a rxvt problem. Red Hat no longer includes rxvt with version 8.0 and up. rxvt has changed the escape functions. Anyone know what I can do about it?
  4. chipnrut

    variable values

    If I understand you correctly, you will need to strip the comma out before storing it in the associative array. For example the following code: #!/usr/bin/perl -w %total=("apples", 123.45, "bananas", 2345.00, "oranges", 2,500); foreach $fruit (sort keys(%total)) {...
  5. chipnrut

    variable values

    If I understand you correctly, you will need to strip the comma out before storing it in the associative array. For example the following code: #!/usr/bin/perl -w %total=("apples", 123.45, "bananas", 2345.00, "oranges", 2,500); foreach $fruit (sort keys(%total)) {...
  6. chipnrut

    Function Keys with Perl::Curses

    I recently ported a Perl Curses program from a Red Hat Linux 7.2 server to a Red Hat 9.0. Linux server. Now the function keys F1-F4 do not work correctly. Instead of getting the expected '265' for F1 I get a '~['. I get the expected '269' for key F5. I checked the terminfo and it appears to...
  7. chipnrut

    fetchmail returning error "Unexpected Response from Popserver"

    Figured it out myself... cockpit error. Apparently it was the firewall I had setup. As I was trying to move my qmail service on to a new box, I tried to make the boxes prety much identical ...including the ipchains. :( Of course the new box had a different IP address so the old box's IP...
  8. chipnrut

    fetchmail returning error "Unexpected Response from Popserver"

    To start with... I would be extemely grateful for any help you can give me. I am bringing online a new mail server. I have downloaded and installed qmail-1.03, daemontools-0.76, ucspi-tcp-0.88, checkpassword-0.81, checklocalpw-1.0, dot-forward-0.71, and fastforward-0.51 as the instructions at...
  9. chipnrut

    MAS90 Startup on SCO server from WIN98

    I have solved the connectivity problem but the startup program is still not running. I think I have a ghost terminal running. Does anyone know how I get rid of this?
  10. chipnrut

    installed proxy client on workstation now, Mas90 launcher would work

    Check that port 10000 is not being used by another program.
  11. chipnrut

    MAS90 Startup on SCO server from WIN98

    Problem Resolved! WEBMIN was using the same port. I was able to capture errors that led to the discovery by first trying to telnet to the port: telnet 192.168.2.145 10000 This gave me an error indicating http was on the port. Then I tried to go to the port with lynx: lynx...
  12. chipnrut

    MSSQL 7.0 server administration policy

    Some of the things I would consider are: Planning - I would suggest a logical database model for each database. Security - access levels; who gets to use the database and on what level Backup - MySQL can handle very large and very many databases but can the server? How often should the...
  13. chipnrut

    Hi, Currently, I am doing Master

    Client-Server Technology involves any process that is using a service provided by a server. There is a great link to find all you ever wanted to know about client-server technology. Try it. http://www.faqs.org/faqs/client-server-faq/
  14. chipnrut

    What does it mean when the splash screen never shows up when I click on the mas90 icon?

    This is generally a network problem. Begin with checking the network using ifconfig and netstat. ifconfig -a net1: flags=4043<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 192.168.2.108 netmask ffffff00 broadcast 192.168.2.255 perf. params: recv size: 24576; send size...
  15. chipnrut

    When I try to connect to the mas90 server the splash screen hangs. What is wrong?

    The mas server may not be running. Check for server.m90 and uxhost processes: bash-2.03# ps -edf |grep mas root 617 1 0 10:07:42 ? 00:00:00 /usr/mas90/home/server.m90 mas90cs 10000 /usr/mas90 A root 619 617 0 10:07:42 ? 00:00:05 /usr/mas90/home/pvx...
  16. chipnrut

    MAS90 Startup on SCO server from WIN98

    I am having trouble running the STARTUP program for MAS90 on my SCO server which is using VidionFS. I am connecting just fine and the files are being transferred. (MNUMOD.TXT, MNUFILE.TXT, MNUTASKP.TXT AND MNUBIN.TXT). I never get a splash screen and no error messages show up. The...

Part and Inventory Search

Back
Top