Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

zephyr(1) [debian man page]

ZEPHYR(1)						      General Commands Manual							 ZEPHYR(1)

NAME
zephyr - Zephyr Notification Service DESCRIPTION
Zephyr is a notice transport and delivery system developed at MIT which runs under 4.3BSD Unix. A Notice Transport and Delivery system is a method of getting small quantities of time sensitive information efficiently from one client (or server) on a network to another. The object is to accomplish this with the highest possible fan-out (i.e., client to server ratio) while maintaining both network and server performance. Zephyr is a multi-cast notice transport and delivery system based upon an authenti- cated datagram protocol. Localized Zephyr servers provide routing, queueing and dispatching services to clients which communicate with them via the Zephyr Client Library. Two special purpose Zephyr clients, the WindowGram client and the HostManager client provide user and client host communication support. Zephyrd(8) servers run on designated server machines. These servers maintain a database of subscriptions and locations for every user using Zephyr. The servers stay in contact with one another, and provide a reliable backup system (via duplication) in the event of network failures. Each client machine on the network runs a zhm(8) HostManager client program which is the link between the Zephyr servers and the users. User programs send notices to the HostManager, and the HostManager forwards these notices to the nearest server for action. The HostMan- ager is responsible for ensuring that the notices reach a server, and for finding a new one if its server fails to respond. Each user on the network usually runs a WindowGram client program automatically upon login. Zwgc(1) displays notices to the user, and han- dles user responses. Only notices to which the user has subscribed will be sent to the WindowGram client. Subscriptions are handled through the zctl(1) program. This program allows the user to add or delete subscriptions from Zephyr, to add the subscriptions to a file, and to perform other miscellaneous functions. SEE ALSO
kerberosintro(1) zaway(1), zctl(1), zleave(1), zlocate(1), znol(1), zwgc(1), zwrite(1), zmailnotify(1) zhm(8), zephyrd(8), zinit(8), zstat(8), zpopnotify(8), zshutdown_notify(8), syslogd(8) Project Athena Technical Plan Section E.4.1, `Zephyr Notification Service' AUTHORS
Tony Della Fera (MIT-Project Athena, DEC), Mark W. Eichin (MIT-Project Athena), Robert S. French (MIT-Project Athena), David C. Jedlinsky (MIT-Project Athena), John T. Kohl (MIT-Project Athena, DEC), William E. Sommerfeld (MIT-Project Athena). RESTRICTIONS
Copyright (c) 1987,1988,1989 by the Massachusetts Institute of Technology. All Rights Reserved. Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, pro- vided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in sup- porting documentation, and that the name of the Massachusetts Institute of Technology not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. M.I.T. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL M.I.T. BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. MIT Project Athena July 1, 1988 ZEPHYR(1)

Check Out this Related Man Page

ZLEAVE(1)						      General Commands Manual							 ZLEAVE(1)

NAME
zleave - notify you via Zephyr when you have to leave SYNOPSIS
zleave [ [+]hhmm [ -m Reminder Message ] ] zleave can[cel] DESCRIPTION
Zleave waits until the specified time, then reminds you that you have to leave, using the Zephyr(1) Notification Service. You are reminded 5 minutes and 1 minute before the actual time, at the time, and every minute thereafter. When you log off, zleave exits just before it would have sent the next message. The time of day is in the form hhmm where hh is a time in hours (on a 12 or 24 hour clock). All times are converted to a 12 hour clock, and assumed to be in the next 12 hours. If the time is preceded by `+', the alarm will go off in hours and minutes from the current time. If no argument is given, zleave prompts with "When do you have to leave?". A reply of newline causes zleave to exit, otherwise the reply is assumed to be a time. This form is suitable for inclusion in a .login or .profile. The cancel option cancels the currently running zleave. If another zleave is running, it is automatically killed when a new time to leave is set. The process id is stored in the file /tmp/zleave.uid, where uid is the user's UNIX uid. If the -m argument is specified, the next argument is appended to the standard message (a sentence describing how much time remains until the appointed hour) sent at appropriate times. If you want to append a multiple-word message, you normally must quote it with double quotes (") (This is necessary for users of csh(1) and sh(1).) Zleave automatically subscribes you to Zephyr class "MESSAGE", instance "LEAVE". You do not have to add anything to your default subscrip- tions file (see zctl(1)). The reminder message is displayed by the WindowGram client (usually zwgc(1)). If Zephyr is unavailable, zleave acts essentially like leave(1). Zleave ignores SIGINT, SIGQUIT, and SIGTERM. To get rid of it you should either log off or use the cancel option. FILES
/tmp/zleave.uid /tmp/wg.* SEE ALSO
calendar(1), zephyr(1), leave(1), zwgc(1), zctl(1), csh(1), sh(1) Project Athena Technical Plan Section E.4.1, `Zephyr Notification Service' RESTRICTIONS
Copyright (c) 1980, Regents of the University of California. All rights reserved. Redistribution and use in source and binary forms are permitted provided that this notice is preserved and that due credit is given to the University of California at Berkeley. The name of the University may not be used to endorse or promote products derived from this software without specific written prior permission. This soft- ware is provided ``as is'' without express or implied warranty. Copyright (c) 1987,1988 by the Massachusetts Institute of Technology. MIT Project Athena July 1, 1988 ZLEAVE(1)
Man Page