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.
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.
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?
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)) {...
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)) {...
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...
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...
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...
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?
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...
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...
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/
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.