Sponsored Content
Full Discussion: qdsemon
Top Forums UNIX for Dummies Questions & Answers qdsemon Post 16672 by killerserv on Tuesday 5th of March 2002 08:06:23 PM
Old 03-05-2002
Use the command ps -ef | grep qdaemon to verify that the qdaemon is not active. If the qdaemon is not active, you should see, at the most, a line of output representing the grep itself. It should look something like this:

root 2992 18792 0 12:46:39 pts/2 0:00 grep qdaemon

If the qdaemon is active, which it almost certainly will not be, you will see a variant of the following line:

root 2980 3652 0 12:41:25 - 0:00 /usr/sbin/qdaemon

If the qdaemon is not active, issue the command startsrc -s qdaemon to restart the qdaemon. If the qdaemon died, it should have been restarted automatically by the srcmstr process, but it doesn't always work, so restart it manually. You should see a variant of this message:

0513-059 The qdaemon Subsystem has been started. Subsystem PID is 3000.

Wait one minute or so and re-issue the command ps -ef | grep qdaemon. Is the qdaemon still active or did it just start and then die? If the qdaemon is no longer active, despite the fact that you just restarted it and received a message stating the qdaemon's process id (PID) and that it was active, check for the existence of the file named /var/spool/lpd/stat/pid. You can do this by issuing the command cat /var/spool/lpd/stat/pid. This file contains the PID of an active qdaemon. When the qdaemon is not active, the file is supposed to be removed.
 
AIRSTRIKE(6)							       GAMES							      AIRSTRIKE(6)

	    _	 _	    _	     _ _
	   / 	(_)_ __ ___| |_ _ __(_) | _____
	  / _  | | '__/ __| __| '__| | |/ / _ 
	 / ___ | | |  \__  |_| |  | |   <  __/
	/_/   \_\_|_|  |___/\__|_|  |_|_|\_\___|

NAME
airstrike - 2d dogfight game in the tradition of 'Biplanes' and 'BIP' DESCRIPTION
Airstrike is a 2d biplane dogfight game in the tradition of the Intellivision and Amiga games 'Biplanes' and 'BIP'. It features a robust physics engine and several other extensions of the original games. SYNOPSIS
airstrike [options] OPTIONS
Airstrike reads all the configuration options from a configuration file at startup but you can override from command line a few of the options: --fullscreen Runs the game in fullscreen mode. --sound Runs game with sound effects, if support for that has been compiled in. --nosound Runs the game without sound. --noalpha Game graphics will not be antialiased. This makes it run faster. --alpha Game graphics will be antialiased. --config CONFIGFILE Use given configuration file instead of the one which location is compiled into Airstrike. Configuration file name is '.airstrikerc' and it's located in your home directory. CONTROLS
Airstrike is controlled from keyboard: RIGHT Plane nose goes up. LEFT Plane nose goes down. COMMA Accelerate. DOT Shoot. SPACE Drop a bomb. ESC Pause game and open game options menu. From menu you can change options, view release notes and quit it. LICENCE
This is free software; you can redistribute it and/or modify it under the terms specified in the GNU Public Licence (GPL). WARRANTY
None. COPYRIGHT AND CREDITS
Ulf Ekstrom Game author, programming and graphics Peter Eismann Windows port, comments and ideas Eero Tamminen Sound, graphics, game objects, makefiles, comments and ideas Alessandro Giusti Graphics and ideas And many others for comments, bug reports and ideas. Airstrike Version 1.0 AIRSTRIKE(6)
All times are GMT -4. The time now is 09:44 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy