QB-BLACKBOX(8) System Manager's Manual QB-BLACKBOX(8)NAME
qb-blackbox - Display "flight data" from the "blackbox".
SYNOPSIS
qb-blackbox <blackbox files>...
DESCRIPTION
qb-blackbox Print out the logs (including debug logs) that were recorded using libqb's blackbox.
EXAMPLES
Get info to help developers diagnose a crash.
$ qb-blackbox /var/lib/corosync/fdata
Dumping the contents of /var/lib/corosync/fdata
Mar 23 20:58:57 message_handler_orf_token():3677 install seq 0 aru 0 high seq received 0
Mar 23 20:58:57 message_handler_orf_token():3696 retrans flag count 4 token aru 0 install seq 0 aru 0 0
Mar 23 20:58:57 old_ring_state_reset():1487 Resetting old ring state
Mar 23 20:58:57 deliver_messages_from_recovery_to_regular():1693 recovery to regular 1-0
Mar 23 20:58:57 memb_state_operational_enter():1779 Delivering to app 1 to 0
Mar 23 20:58:57 sync_abort():594 ENTERING sync_abort()
Mar 23 20:58:57 sync_save_transitional():586 ENTERING sync_save_transitional()
Mar 23 20:58:57 member_object_joined():301 Member joined: r(0) ip(192.168.122.1)
Mar 23 20:58:57 sync_abort():594 ENTERING sync_abort()
SEE ALSO qblog.h(3),
AUTHOR
Angus Salkeld
2012-05-28 QB-BLACKBOX(8)
Check Out this Related Man Page
BBPAGER(1) bbpager BBPAGER(1)NAME
bbpager - pager for the Blackbox window manager
SYNOPSIS
bbpager
DESCRIPTION
bbpager is a pager for Blackbox and all other Blackbox-compatible Window Managers.
bbpager supports colors and gradients changing, moving windows (also to other desktop), and optional placement in the Blackbox slit.
It's also possible to define how the desktops are displayed, by defining the number of rows or columns to use.
CONFIGURATION
By default bbpager reads the Blackbox style-file as defined in ~/.blackboxrc and copies as much of the style as possible. See blackbox(1)
for further information.
If the resource bbpager.autoConfig is turned true, the tool will periodically check the main config files, ~/.blackboxrc for Blackbox users
and bbpager.nobb for other WM's to see if they have changed. If so bbpager will reconfigure itself accordingly.
FILES
The location of bbpager's configuration files is as follows:
/etc/bbtools/bbpager.rc the global configuration file
$HOME/.bbtools/bbpager.rc the local configuration file
AUTHOR
This manual page was written by Emanuele Rocca <emarocca@libero.it>, for the Debian GNU/Linux system (but may be used by others). It was
updated by Kevin Coyner <kcoyner@debian.org> in February 2007.
SEE ALSO blackbox(1), fluxbox(1), bbkeys(1).
bbtools March 2003 BBPAGER(1)
Have a customer with an OSX server.
Server freezes without any warning 2-3-4 times a day.
Log excerpt says:
--
Mar 19 10:44:38 localhost mach_kernel: ether_ifattach called for en
Mar 19 10:44:38 localhost mach_kernel: ipfw_load
Mar 19 10:44:38 localhost mach_kernel: IP packet filtering... (13 Replies)
Hi all,
One of our programs written in Java, produced this logfile. This job runs 48 threads and only one thread failed with this error. The code is a blackbox(external product), so cant look at the source code. From what I can infer from the log, the job was trying to write the log messages into... (9 Replies)
Hi,
How to strip a portion of a file name from behind...Say for Eg..i have a file name like aaaaa.bbbbb.Mar-17-2007
i want to remove .Mar-17-2007...is there a one line command which can give this output...
Thanks
Kumar (5 Replies)
Hi,
I have a .txt file and it contains some file names.I want to append .gz extension to all the file names that are present within the .txt file.
Input.
aa.bb.Mar-20-2007
aa.cc.Mar-20-2007
Output
aa.bb.Mar-20-2007.gz
aa.cc.Mar-20-2007.gz
Please help me with this command.
... (10 Replies)
Hi,
I'll get a file whose first line comprises of system name, timestamp of file creation and the seq number. System name and seq num I need to other computation. My requirement is, I'll have to check whether the timestamp is greater than current timestamp and also check if the timestamp is... (2 Replies)
I am working on a file with specific timestamps.
I want to delete all the lines above the timestamp 18:31. I tried using the following command but it deleted 18:31 also.
sed '1,/18:/d' <file-name>
Some quick help will be appreciated !!!!!! :) (9 Replies)
Hi All,
I have a file which contains two lines as below :
Thu Mar 18 19:23:46 EDT 2010: exeStoredProc.sh (info) OSA_rule.bteq D031810.T190447 993210020
Thu Mar 18 19:47:03 EDT 2010: exeStoredProc.sh (info) rc=0
I need to calculate the difference between the highlighted time values. Is... (4 Replies)
I want to print the current and next line of "Mar 02" in the file.
Input
Mon Mar 02 11:07:02 2009
ABC
Tue Mar 03 11:02:20 2010
Wrong data
Mon Mar 02 11:07:02 2009
XYZ
Mon Mar 02 11:07:08 2010
124
Mon Mar 02 11:07:08 2010
1400
Output
Mon Mar 02 11:07:02 2009
ABC
Mon Mar 02... (6 Replies)
Mar 26 12:32:53 name sshd: 192.168.1.14
Mar 27 12:42:53 name sshd: 192.168.1.14
how to make this data in output as:
"Mar 26 12:32:53","name","sshd","192.168.1.14"
"Mar 27 12:42:53","name","sshd","192.168.1.14"
anyone plzz help me out!!!!!!!!!!!!!! (4 Replies)
Hello,
I have a series of logs that I need to analyse.
each looks something like:234.10.72.175 Mon Mar 02 20:25:00 GMT 2009
226.91.87.86 Thu Mar 05 03:50:26 GMT 2009
226.91.87.86 Thu Mar 05 04:06:07 GMT 2009
Using awk, so far I have been able to count the lines in a... (5 Replies)
I have a bunch of files that got mislabeled, something like this:
An d I need to change the first part of the file name for a different identifier, something like this:
How can I accomplish such task?
Thanks! (2 Replies)
Hi All,
Can anyone give me the command to copy files from 03-Mar-2013 to 07-Mar-2013 in folder.
there are nearly 40+ thousand files in directory , so I just need files from Mar 3rd to Mar 7th and copy them to a location .
Need quick help pls (2 Replies)
I need 5 mins old logs to be dumped into a a new file.
The date formats in the two log files are
Can you suggect for both formats ?
bash-3.2$ uname -a
SunOS myserver 5.10 Generic_150400-26 sun4v sparc sun4v
---------- Post updated 05-04-16 at 12:24 AM ---------- Previous update was... (2 Replies)
Hi! I'm trying to do this:
1 -
2 -
3 -
4 -
5 -
I'm using seq for this:
seq 1 20 > filename.txt
How do I get the "-"? I've tried -f per man but can't get anything to work. Also, is there an easier or better way than using sequence? Thanks! (6 Replies)