Sponsored Content
Full Discussion: AIX 7.1 screen problem
Operating Systems AIX AIX 7.1 screen problem Post 302587207 by dude2cool on Wednesday 4th of January 2012 08:48:34 AM
Old 01-04-2012
 

10 More Discussions You Might Find Interesting

1. Programming

Screen Generator for C++ on AIX

Does anyone have ny information on screen generators to be used with C++ backends? Will be developing under AIX accessing Informix and DB2 databases. I have used the curses library with C apps, but am looking for a screen generator for the C++ apps. Any help would be appreciated (0 Replies)
Discussion started by: byrdr
0 Replies

2. UNIX for Advanced & Expert Users

screen problem

Hi Can anyone help with the following problem. I have an ultra 5 box running SunOS 5.6, since a reboot last week the following error message has appeared on the servers screen resulting in no one being able to login to the box direct: - INT: Command is respawning too rapidly. check for... (2 Replies)
Discussion started by: superuser
2 Replies

3. AIX

Replace Screen With Model Tft Under Aix 5.1

Hello I want change screen in 7025 F40 with 19 " TFT Currently I have old screen 14 " With Smit I see that the card is GXT120P mga0 and size 330 x 250 mm and type is default. My question is: The changes are done automatically or I must change some parameters ??? . The boot is in graphic... (0 Replies)
Discussion started by: bustaf
0 Replies

4. Red Hat

screen lock problem

hi friends i have a small problem,in my redhat enterprise linux system screen lock is not working if i click screen lock no action takes place... so is there any solution to fix this problem or any alternate method available please let me know.... waiting for replys....... thanks... (2 Replies)
Discussion started by: madhusudankh
2 Replies

5. HP-UX

screen - termcap problem

Hi I`ve got problem with screen. After i launch screen i get flying list of : ---(example) Name collision between cad68-3 cad68-3 Name collision between cad68-2 cad68-2 Name collision between cops10 cops10 Name collision between d132 d132 MH Name collision between d800 d800 M7 Name... (4 Replies)
Discussion started by: chesti
4 Replies

6. Windows & DOS: Issues & Discussions

Reflection X multi screen problem

Am using Win XPpro with Reflection X. The system has 2 NVidia Quadro FX 3500s running a dual Planar stereo screen plus a "normal" flat screen monitor. My problem is this - I recently had to swap my "normal" monitor from the right to the left. This was OK for Windows (I just repositioned the... (0 Replies)
Discussion started by: tudor777
0 Replies

7. AIX

AIX power problem cron message on screen

Hello, I keep getting this message even after i removed it from the cron enteries it was added automatically Broadcast message from root@oradb (tty) at 12:00:00 ... rc.powerfail:2::WARNING!!! The system is now operating with a power problem. This message will be walled every 12... (2 Replies)
Discussion started by: filosophizer
2 Replies

8. AIX

xp to aix - telnet blank screen

hello, i am trying to test connection to a 5.3 box. from an xp machine, telnet connects but shows only a blank screen. cursor moves as i type, but no response back. have used telnet, putty and accuterm - all same result verified that telnet services are active in xp xp windoze firewall is... (10 Replies)
Discussion started by: allenhibbert
10 Replies

9. UNIX for Dummies Questions & Answers

Use screen command in AIX to scp file to other server

Hello, Please assist me in using screen command in AIX to scp file to other server Best regards, Vishal (10 Replies)
Discussion started by: Vishal_dba
10 Replies

10. Red Hat

Problem with screen lock

I'm having a weird problem with a RHEL6 workstation. When the screen lock is activated manually the system will lock and the screens will go blank. Once I try to unlock the system, the monitor will just flicker and won't respond. I tried the combination CTRL, ALT, Backspace and it did not work,... (4 Replies)
Discussion started by: goose25
4 Replies
Ns_Url(3aolserver)					   AOLserver Library Procedures 					Ns_Url(3aolserver)

__________________________________________________________________________________________________________________________________________________

NAME
Ns_AbsoluteUrl, Ns_ParseUrl, Ns_RelativeUrl, Ns_SkipUrl - URL manipulation routines SYNOPSIS
#include "ns.h" int Ns_AbsoluteUrl(Ns_DString *pds, char *url, char *baseurl) int Ns_ParseUrl(char *url, char **pprotocol, char **phost, char **pport, char **ppath, char **ptail) char * Ns_RelativeUrl(char *url, char *location) char * Ns_SkipUrl(Ns_Request *request, int n) _________________________________________________________________ DESCRIPTION
Ns_AbsoluteUrl(pds, url, baseurl) Construct an URL based on baseurl but with as many parts of the incomplete url as possible. Return NS_OK or NS_ERROR. Ns_ParseUrl(url, pprotocol, phost, pport, ppath, ptail) Parse a URL into its component parts. Pointers to the protocol, host, port, path, and "tail" (last path element) will be set by ref- erence in the passed-in pointers. The passed-in url will be modified. Ns_RelativeUrl(url, location) If the url passed in is for this server, then the initial part of the URL is stripped off. e.g., on a server whose location is http://www.foo.com, Ns_RelativeUrl of "http://www.foo.com/hello" will return "/hello". Returns a pointer to the beginning of the relative url in the passed-in url, or NULL if error. Will set errno on error. Ns_SkipUrl(request, n) Return a pointer n elements into the request's url. SEE ALSO
nsd(1), info(n) KEYWORDS
AOLserver 4.0 Ns_Url(3aolserver)
All times are GMT -4. The time now is 01:26 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy