search for: noinfo

Displaying 6 results from an estimated 6 matches for "noinfo".

Did you mean: oinfo
2004 Sep 16
1
make doc error
...pfb><cmbx12.pfb>[1<eps/xenlogo.eps>] [2] [1] [2] [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] ps2pdf interface.ps interface.pdf latex2html --split 0 --nonavigation --noinfo --math interface.tex 1>/dev/null 2>/dev/null make[2]: *** [interface.html] Error 127 rm interface.dvi make[2]: Leaving directory `/root/xen-2.0.bk/docs'' make[1]: Leaving directory `/root/xen-2.0.bk --------------------------------------------------------------------------------------...
2002 Dec 31
0
MRTGscript - Update
...# # # Rejected connections from you /var/log/messages file # # # # # ###################################################################### # Target[Hits]: `perl /path/to/hits.pl -reject`; # Options[Hits]: gauge, noinfo, growright, transparent, nopercent, noo # WithPeak[Hits]: ymw # MaxBytes[Hits]: 10000 # Colours[Hits]: GREEN#00eb0c,BLUE#1000ff,DARK GREEN#006600,VIOLET#ff00ff # YLegend[Hits]: Hits # ShortLegend[Hits]: Hits # Legend1[Hits]: Hits # Legend2[Hits]: Hits # LegendI[Hits]: Hits: # LegendO[Hits]...
2008 Aug 08
1
MRTG Problem - no traffic recorded
...an10]: Bandwidth usage on tenchi.4th-age.com (Internet) PageTop[vlan10]: <H1>Traffic stats on VLAN 10 (Internet)</H1> Target[vlan10]: `ifconfig vlan10 | /usr/bin/awk '/bytes/{ gsub(/:/, " "); print $3 "\n" $8}'` MaxBytes[vlan10]: 12500000 Options[vlan10]: noinfo, growright, bits WithPeak[vlan10]: wmy The Target is all on one line in the file. This config worked fine on my old firewall, but on the new, I get this in the log files: [root at tenchi mrtg]# head /var/lib/mrtg/vlan10.log 1218175802 -1 -1 1218175802 3 3 3 3 1218175501 3 3 3 3 1218175500 3 3 3...
2011 Jan 27
4
HLM Model
Hi I am trying to convert SAS codes to R, but some of the result are quite different from SAS. When I ran proc mixed, I have an option ddfm=bw followed by the model. How can I show this method in R?(I am thinking that this maybe the reason that I can't get the similar results) below is my SAS codes: proc mixed data=test covtest empirical; class pair grade team school; model score = trt
2005 Oct 28
2
Is the server portion of freebsd-update open source?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I'm wondering if/where I can get the server side component for freebsd-update. Presumably such a component would build and sign the binary patches and prepare them to be served via HTTP to the freebsd-update client. I need a system for distributing binary updates to a collection of customized FreeBSD machines, jails, and embedded systems.
2011 Nov 17
29
[PATCH 00 of 17] Documentation updates
The following series flushes my documentation queue and replaces previous postings of those patches. The main difference is that the xl cfg file is now formatted using POD instead of markdown and presented as a manpage. I have setup a cron job to build docs/html and publish it at http://xenbits.xen.org/docs/unstable/ (it''s a bit bare right now). The motivation for some of these patches