Displaying 5 results from an estimated 5 matches for "log_mask".
2005 Jun 01
1
Re: ocfs2 and configfs.ko..fixed...but gnuparted has issues....fixed gnuparted...but mount -t ocfs2 fails...
more messages in the other node of the cluster.../var/log/messages.
========
Jun 1 19:05:59 linux2 kernel: cdrom: open failed.
Jun 1 19:05:59 linux2 kernel: cdrom: open failed.
Jun 1 19:09:35 linux2 kernel: OCFS2 Node Manager 0.99.10-BETA14 Tue May 31
23:34:42 EDT 2005 (build 82257c19fee200eff2ba31569613b46a)
Jun 1 19:09:35 linux2 kernel: OCFS2 DLM 0.99.10-BETA14 Tue May 31 23:34:43
EDT 2005
2005 Jun 01
1
Re: ocfs2 and configfs.ko..fixed...but gnuparted has issues....fixed gnuparted...but mount -t ocfs2 fails...
more messages in the other node of the cluster.../var/log/messages.
========
Jun 1 19:05:59 linux2 kernel: cdrom: open failed.
Jun 1 19:05:59 linux2 kernel: cdrom: open failed.
Jun 1 19:09:35 linux2 kernel: OCFS2 Node Manager 0.99.10-BETA14 Tue May 31
23:34:42 EDT 2005 (build 82257c19fee200eff2ba31569613b46a)
Jun 1 19:09:35 linux2 kernel: OCFS2 DLM 0.99.10-BETA14 Tue May 31 23:34:43
EDT 2005
2009 May 05
1
[RFC][PATCH] masklog: update comments in masklog.h
...d in the place of "on", and
- * "off" and "0" behave as expected.
+ * Echo allow/deny/off string into the logmask files can flip the bits on or
+ * off as expected, here is the bash script for example:
*
- * Some trivial shell can flip all the bits on or off:
- *
- * log_mask="/proc/fs/ocfs2_nodemanager/log_mask"
- * cat $log_mask | (
- * while read bit status; do
- * # $1 is "on" or "off", say
- * echo "$bit $1" > $log_mask
- * done
- * )
+ * log_mask="/sys/fs/o2cb/log_mask"
+ * for node in ENTRY EXIT TCP MSG S...
2009 Jun 18
8
Patches backported from mainline
All,
Please review the patches backported to 1.4 from mainline.
Sunil
2012 Sep 17
9
[PATCH] Upgrade vtpmd to berlios version 0.7.4
...free(vtpm_rx_file);
+ info("main loop stopped");
+ }
+
+ int main(int argc, char **argv)
+ {
++ //Set load/store functions
++ tpm_write_to_storage = vtpm_write_to_file;
++ tpm_read_from_storage = vtpm_read_from_file;
++
+ openlog(argv[0], 0, LOG_DAEMON);
+ setlogmask(~LOG_MASK(LOG_DEBUG));
+ syslog(LOG_INFO, "--- separator ---\n");
+@@ -393,8 +602,6 @@
+ switch_uid_gid();
+ /* init signal handlers */
+ init_signal_handler();
+- /* unless requested otherwiese, fork and daemonize process */
+- if (!opt_foreground) daemonize();
+ /* start...