Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

utxd(8) [osf1 man page]

utxd(8) 						      System Manager's Manual							   utxd(8)

NAME
utxd - Daemon that spawns service daemons used by the Asian terminal driver SYNOPSIS
/usr/sbin/utxd DESCRIPTION
The utxd daemon spawner acts as an agent for the Asian terminal driver (atty). The utxd daemon spawns other daemons that support special services required for Asian language input. The service daemons include odld (which supports the SoftODL service), kkcd (which supports the Kana-Kanji conversion method), and simd (which supports the phrase input method). This software is available only when optional Tru64 UNIX subsets with Asian country support are installed on the system. By using the select() system call, utxd waits for requests from the atty driver. When a request to spawn a daemon for a particular service is received by utxd, it allocates a new utx device for use by the spawned daemon. The newly created daemon then talks directly to the atty driver through the utx device. The utxd daemon looks up the location of requested service daemon by reading the /var/adm/utx/utxd.conf configuration file. ERRORS
By using the syslog() function, utxd sends error messages to the syslog files. Errors can include the following: no ports could be opened Explanation: No utx device was free, so utxd was unable to open one for a requested service. select count error Explanation: An error occurred when utxd executed the select() system call. can't alloc mem Explanation: The utxd daemon could not allocate enough memory. send error Explanation: An error occurred when utxd attempted to send a reply message. counter mismatch in receive 0 Explanation: A utxd internal error occurred. FILES
The utxd configuration file The utx device special files SEE ALSO
Commands: stty(1), kkcd(8), odld(8), simd(8) Functions: select(2), syslog(3) Files: utxd.conf(4), tty(7), utx(7) utxd(8)

Check Out this Related Man Page

hald(1M)						  System Administration Commands						  hald(1M)

NAME
hald - daemon that supports hardware abstraction layer SYNOPSIS
/usr/lib/hal/hald [--daemon={yes | no}]] [--help] [--use-syslog] [--verbose={yes | no}] [--version] DESCRIPTION
The hald daemon supports the recognition of hardware changes for devices that conform to the Hardware Abstraction Layer (HAL) specifica- tion. The enabling and disabling of hald can be performed through the service management facility (SMF) (see smf(5)). hald is managed using the fault management resource identifier (FMRI) svc:/system/hal. Options can be specified as SMF properties. See EXAMPLES. OPTIONS
The following options are supported: --daemon Run as a daemon. --help Display usage information and exit. --use-syslog Display debug messages to syslog instead of stderr. Use this option to record debug messages if HAL runs as daemon. --verbose Display debug information. --version Display version information and exit. EXAMPLES
Example 1 Specifying a Property The following svccfg(1M) command specifies the --verbose option. example# svccfg svc:> select hal svc:/system/hal> listprop hal/* hal/verbose boolean false hal/use_syslog boolean false svc:/system/hal> setprop hal/verbose=true svc:/system/hal> exit FILES
/usr/lib/hal HAL-related files /etc/hal/fdi Device information files ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWhalr | +-----------------------------+-----------------------------+ |Interface Stability |Volatile | +-----------------------------+-----------------------------+ SEE ALSO
svccfg(1M), attributes(5), hal(5), smf(5) SunOS 5.11 2 Jul 2008 hald(1M)
Man Page