Sponsored Content
Full Discussion: Pop up messages !!!!
Operating Systems Solaris Pop up messages !!!! Post 302289303 by Danish Shakil on Thursday 19th of February 2009 08:21:33 AM
Old 02-19-2009
Pop up messages !!!!

Dears,

Can you please help me regarding pop up messages !!!!

I want system to display a pop up message for all the users connected to the system when /var size reach more the 80%.
This message should appears once in an hour.


Thanks for your help.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

xterm pop-out

Good day! We're working on a project using SUN Solaris UNIX. The project requires that based on a text file containing different dates, an xterm window will pop-out and display a simple message. We've already tried running this by including it in the cronjob but doesn't seem to work. Is there... (1 Reply)
Discussion started by: jfsuminist
1 Replies

2. UNIX for Dummies Questions & Answers

pop

Dear guys , I have Sun mail server ( unix 5.7 ) , I configured the sendmail on it , and it is working fine . i was checking ( smtp and pop ) on it . for smtp , i telnet IP address of server on port 25 and i got a reply . for pop , i telnet IP of server on port 110 and i got the follwoing... (3 Replies)
Discussion started by: tamemi
3 Replies

3. Linux

Pop error msg

mit@mydomain.com here is the latest error message: There was a problem logging onto your mail server. Your Password was rejected. Account: 'mit@mydomain.com', Server: 'mail.mit.com', Protocol: POP3, Server Response: '-ERR Logon failure: unknown user name or bad password.', Port: 110,... (2 Replies)
Discussion started by: naik_mit
2 Replies

4. Shell Programming and Scripting

ftp + pop up messge

Hi , Please give your valuable suggestion for my following query. I need to generate a pop up message when a cronjob fails. The cron job is in the load server and I need to show the pop up message in another web server. That is the output file(a.out) of the cron job file needs to be... (3 Replies)
Discussion started by: elavv
3 Replies

5. Web Development

Pop up Confirmation Box

Hi, I was writing a simple web application using Perl -CGI. When users try to do some operations, I wanted like a pop-up confirmation box. Is this possible with Perl-CGI? Thanks in advance. Regards, garric (6 Replies)
Discussion started by: garric
6 Replies

6. Shell Programming and Scripting

Pop up messages !!!!

Dears, Can you please help me regarding pop up messages !!!! I want system to display a pop up message for all the users connected to the system when /var size reach more the 80%. This message should appears once in an hour. Thanks for your help. (1 Reply)
Discussion started by: Danish Shakil
1 Replies

7. AIX

HACMP pop quiz

Hi all, A pop quiz is being organized in my project and I've been appointed as one of the quiz-masters. This is a sample of what we are bringing forth. Feedback is welcome. 1)Name 2 commands used to display cluster state, but doesn't use the clinfoES daemon: a) ... (0 Replies)
Discussion started by: themetalingus
0 Replies

8. Solaris

Pop-up window using X11

Anyone know of a way to create a pop-up window using X11? I'm not to sure where to start. I just think it would be neat to do. So I was hoping someone out there had documentation on how to go about this, or if I was going to have to write/compile a program to do so. Thank you! Adelsin (8 Replies)
Discussion started by: adelsin
8 Replies

9. UNIX for Dummies Questions & Answers

rsh pop up

Hi All I am using Rsh (i know yuk, but i have know choice) i would like a way to know if someone has RSH'd into my machine, some sort of pop up box maybe?? thanks (0 Replies)
Discussion started by: ab52
0 Replies

10. UNIX for Dummies Questions & Answers

Pop up messages on executing a keyword

Hey there, I have the below situation, hope you guys should help me. When i type a keyword on command line, the console should return me some information that i already have. Say, i give the keyword MERGE, the command line in return should give me "Do this if you need trivial merge OR Do that... (1 Reply)
Discussion started by: nmattam
1 Replies
PGAEvaluate(1)							      PGAPack							    PGAEvaluate(1)

NAME
PGAEvaluate - Calls a user-specified function to return an evaluation of each string in the population. DESCRIPTION
The user-specified function is only called if the string has been changed (e.g., by crossover or mutation) or the user has explicitly sig- naled the string's evaluation is out-of-date by a call to PGASetEvaluationUpToDateFlag(). INPUT PARAMETERS
ctx - context variable pop - symbolic constant of the population to be evaluated f - a pointer to a function to evaluate a string. This function will be called once for each string in population pop that requires evaluation. This function must return a double (the evaluation function value) and must fit the prototype double f(PGAContext *c, int p, int pop); comm - an MPI communicator OUTPUT PARAMETERS
none SYNOPSIS
#include "pgapack.h" void PGAEvaluate(ctx, pop, , comm) PGAContext *ctx int pop double (*f)(PGAContext *, int, int) MPI_Comm comm LOCATION
parallel.c EXAMPLE
Example: Evaluate all strings in population PGA_NEWPOP using the user-defined evaluation function Energy. double Energy(PGAContext *ctx, int p, int pop) { : }; PGAContext *ctx; : PGAEvaluate(ctx, PGA_NEWPOP, Energy, MPI_COMM_WORLD); 05/01/95 PGAEvaluate(1)
All times are GMT -4. The time now is 03:58 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy