File: INFO

package info (click to toggle)
fbb 7.04j-6
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,504 kB
  • ctags: 5,360
  • sloc: ansic: 85,105; sh: 985; makefile: 304
file content (77 lines) | stat: -rw-r--r-- 1,527 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77

Command line options of the fbb script :
----------------------------------------

-f : Software is run in foreground
-h : help information
-q : run silent
-l logfile : log debug info to logfile


Other options given to xfbbd :
------------------------------

-a : monitor all frames
-v : verbose
-i : only check init files
-n : no client (xfbbC, xfbbX or fbbW) interface
-s service : client service name (default none)
-p port_num : client port number (default 3286)


xfbbd exit values :
-------------------

	0 : Error (configuration...)
	1 : Sigterm received
	2 : re-run (no housekeeping)
	3 : housekeeping
	4 : Software stop
	5 : Segv or BusError
	6 : System Reboot asked


Sysop exit commands :
---------------------

	/A : Software stop
	------------------
	Immediate software exit (value 4)

	/K : Housekeeping
	---------------------------
	Delayed software exit (value 4)

	/L : Re-run
	---------------------------
	Delayed software exit (value 2)

	/M : Re-run
	---------------------------
	Immediate software exit (value 2)

	/R : Reboot
	---------------------------
	Immediate software exit (value 6)
	

Scripts :
---------

By default, the script directories are in /usr/lib/fbb/script.

When an exit value is received from xfbbd, all executable commands 
(scripts or programs) included in the directory are executed 
in alphanumeric order.


Script directories (by value) :
-------------------------------

	0 : error_return
	1 : end_session
	2 : rerun
	3 : maintenance
	4 : stop_system
	5 : sig_segv
	6 : reset