search for: tonnes

Displaying 20 results from an estimated 64 matches for "tonnes".

Did you mean: tones
2011 Jul 29
2
Changing font type within y axis labels
I wish place the following axis label in such a manner that some of the text is plain and the scientific name is in italics (i.e. a mixture of two font types) Using plot: mtext("Total Landings of Pecten maximus (tonnes)",font,=3, side=2, line=3) makes everything italic, but how do I apply the font change to only "Pecten maximus"? Rgds Phil ........................................................................ ..... Dr Philip Boulcott Marine Ecosystems Processes Marine...
2016 Mar 04
2
Re: Why are virsh vol-upload/vol-download so slow?
On Fri, Mar 04, 2016 at 04:57:30PM +0000, Daniel P. Berrange wrote: > What version of libvirt ? We had an unfortunate implementation mistake > which caused us to waste tonnes of time in memmove(). versions since > 1.2.19 have a fix that addresses it Ah, this is on F23, which has: libvirt-1.2.18.2-2.fc23.x86_64 There's nothing more recent right now in either updates or updates-testing (and I was hoping to target (RHEL/CentOS)7, which have libvirt-1.2.17-13.el...
2015 Jul 07
1
replacement for winexe?
...it seems like winexe really isn't maintained anymore? - which may be the reason it doesn't support Win10 as currently you can't even compile it against a current version of Samba4 (which presumably contains whatever changes are needed to solve this problem). The idea is great - I have tonnes of reasons to want to trigger Windows calls from Unix systems - so is there an alternative that people have moved to? Thanks -- Cheers Jason Haar Corporate Information Security Manager, Trimble Navigation Ltd. Phone: +1 408 481 8171 PGP Fingerprint: 7A2E 0407 C9A6 CAF6 2B9F 8422 C063 5EBB FE1D...
2006 Oct 27
1
barcharts with 2 different axes
Dear UseRs, I'm having trouble drawing a barchart with 2 quantities in different units as follows with one unit on the top axis and the other unit on the bottom. E.g., x Tonnes | . . . Row 1 Tonnes1 | xxxxxxxxxx Row 1 Litres1 | yyyyyyy Row 2 Tonnes1 | xxxxxxxxxxxxxxxxxxxxx Row 2 Litres1 | yyyyyyyyyyyyyyyy y Litres | . . . Can anybody provide an example please? Ch...
2014 Apr 25
2
Some basic SELinux questions
At my place we don't use SELinux because we have a gazillion tonnes of legacy software that just are not compatible with the default policies. No one wants to go to the effort of working out everything that needs changing. We also use cfengine for central management. Which somestimes causes a problem when CFe modifies a file that I don't want modified on my m...
2008 Apr 29
1
HID PDU implementation [WAS: 24V DC ATX PSU with limited UPS functionality over USB]
Hello Charles, Am 2008-03-13 19:27:27, schrieb Charles Lepple: > Another advantage of going the HID PDC route (regardless of whether > NUT is involved) is that the device is essentially self-describing. If > the first version does not have a shutdown flag, but later versions > do, then very little driver code needs to change - just device > firmware. > > Also, I believe that
2011 Sep 15
1
Move the x-axis labels to the top of the dotplot
...st(inside = list(fun = mkey,corner = c(0.97, 0.06))), scales = list(x = list(log = 10)), xscale.components = xscale.components.log10ticks, origin = 0, type = c("p","a"), main = "Mineral resources", xlab= "Total tonnes (billions)", panel = function(x, y, ..., subscripts, fill, pch, fill_var, pch_var) { pch <- pch[pch_var[subscripts]] fill <- fill[fill_var[subscripts]] panel.ablineq(v=log(ave_dat[1,2]),col="grey60",...
2016 Mar 04
2
Why are virsh vol-upload/vol-download so slow?
I was interested in using 'virsh vol-upload' and 'virsh vol-download', rather than mucking about directly with the filesystem. But while simply copying the image is relatively quick: # ls -l /var/lib/libvirt/images/centos-7-cloud.qcow2 -rw-r--r--. 1 qemu qemu 1004994560 Apr 15 2015 centos-7-cloud.qcow2 # time cp /var/lib/libvirt/images/centos-7-cloud.qcow2
2015 May 29
2
CentOS 7 selinux policy bug
Hi, folks, CentOS 7.1. Selinux policy, and targetted, updated two days ago. May 28 17:02:41 <servername> python: SELinux is preventing /usr/bin/bash from execute access on the file /usr/bin/bash.#012#012***** <...> May 28 17:02:45 <servername> python: SELinux is preventing /usr/bin/bash from execute access on the file /usr/bin/uname.#012#012***** <...> May 28 17:02:45
2015 May 29
1
CentOS 7 selinux policy bug
...n/listinfo/centos > I saw the same behaviour this morning, however the labels changed to "unlabelled" for a number of programs; e.g. /etc/ssh/sshd_config, /etc/shadow, /etc/pam/* and a few others. I saw this after I was not able to login to my laptop, login to single user mode and saw tonnes of SELinux errors and changed it from enforcing to permissive and then I was able to restore the labels. Most certainly believe its a bug. -- Kind Regards Earl Ramirez _______________________________________________ CentOS mailing list CentOS at centos.org http://lists.centos.org/mailman/listinf...
2019 Jul 18
2
messy replication
...r. > > Once you are sure just what to do, turn off the DC you don't want and > then carry out the clean up procedure you used on the clone. This > should get you back to just one DC. > > Rowland A bit more clarification and background info. Dc1 is a physical server running tonnes of critical stuff. It can't easily be cloned or even disconnected. It was set up before my time and for years the company had only one domain controller. The problem is dc1 server is a single point of failure. I have already deployed a Proxmox stack which will provide much more redundancy. It...
2011 Aug 21
1
Dot plot with two grouping variables concurrently
...ot;) ) ## Create the dot plot dotplot(reorder(Mine, Resc_Gt)~ Resc_Gt,groups=Commodity, data=Cal_dat, cex=1.2, pch=21, aspect=2.0, key=plot.key, col="black", fill=col.pat, origin=0, type = c("p", "h"), main = "Resource Tonnage", xlab= "tonnes (billions)" ) The dot plot so far is attached as well as the input data. Q2 I'm puzzled by the waring message (below) I get when runnin the current code as follows (What does this mean and why does it occur). "Warning message: In trellis.par.set(dot.line = list(col = "transp...
2011 Sep 01
1
Background fill and border for a legend in dotplot
...st(inside = list(fun = mkey,corner = c(0.95, 0.01))), scales = list(x = list(log = 10)), xscale.components = xscale.components.log10ticks, origin = 0, type = c("p","a"), main = "Mineral resources", xlab= "Total tonnes (billions)", panel = function(x, y, ..., subscripts, fill, pch, fill_var, pch_var) { pch <- pch[pch_var[subscripts]] fill <- fill[fill_var[subscripts]] panel.dotplot(x, y, pch = pch, fill = fill, ......
2008 May 04
1
UK BT ISDN30e PRI Problem
Ok Guys, I've done a tonne of hunting around on this problem, but can't find much help. I'm running: asterisk 1.4.19.1 libpri 1.4.3 and zaptel 1.4.9.2 which I believe has been modified by RedFone to add the ztd-ethmf module. My interface is a RedFone foneBridge2 4 Span; and I'm connecting to a BT E1 PRI / ISDN30e with 15 lines on span 1, and a legacy Panasonic PBX on span 4. Upon
2006 May 09
5
anyone used the new firefox leak monitor?
One of the Mozilla developer released a new extension to detect JS memory leaks: https://addons.mozilla.org/firefox/2490/ If it''s accurate, it might be bad news for Prototype. I have some code using prototype 1.4 with no leaks, but other code with 1.5 leaks on every single bindAsEventListener call, and a bunch of other places. Not sure if it''s just me; I may just be
2011 Sep 15
1
Colour code y-axis labels on a dot plot
...st(inside = list(fun = mkey,corner = c(0.97, 0.06))), scales = list(x = list(log = 10)), xscale.components = xscale.components.log10ticks, origin = 0, type = c("p","a"), main = "Mineral resources", xlab= "Total tonnes (billions)", panel = function(x, y, ..., subscripts, fill, pch, fill_var, pch_var) { pch <- pch[pch_var[subscripts]] fill <- fill[fill_var[subscripts]] panel.ablineq(v=log(ave_dat[1,2]),col="grey60",...
2006 Jan 06
2
How do I reference eagerly loaded Models in the View?
[I hope the repost isnt'' "minded". Following the advice of another thread I''ve changed the subject to a question. If I haven''t included important info, please ask. My database is being unduly killed. Jodi] Cheers on-the-Rails-ers, Before I start, I''ve read the ActiveRecord docs on eager loading, but for the life of me, I can''t seem to get
2016 Mar 04
0
Re: Why are virsh vol-upload/vol-download so slow?
...7s > > After which is was about halfway through: > > # ls -l /tmp/myimage.qcow2 > -rw-r--r--. 1 root root 564920248 Mar 4 11:11 /tmp/myimage.qcow2 > > What is up with that? What version of libvirt ? We had an unfortunate implementation mistake which caused us to waste tonnes of time in memmove(). versions since 1.2.19 have a fix that addresses it commit d9c9e138f22c48626f719f880920e04c639e0177 Author: Ossi Herrala <oherrala@gmail.com> Date: Mon Jul 20 12:44:32 2015 +0000 rpc: Fix slow volume download (virsh vol-download) Use I/O vector (iovec) in...
2016 Mar 04
0
Re: Why are virsh vol-upload/vol-download so slow?
On Fri, Mar 04, 2016 at 12:09:55PM -0500, Lars Kellogg-Stedman wrote: > On Fri, Mar 04, 2016 at 04:57:30PM +0000, Daniel P. Berrange wrote: > > What version of libvirt ? We had an unfortunate implementation mistake > > which caused us to waste tonnes of time in memmove(). versions since > > 1.2.19 have a fix that addresses it > > Ah, this is on F23, which has: > > libvirt-1.2.18.2-2.fc23.x86_64 > > There's nothing more recent right now in either updates or > updates-testing (and I was hoping to target (RHEL/C...
2015 May 29
0
CentOS 7 selinux policy bug
...n/listinfo/centos > I saw the same behaviour this morning, however the labels changed to "unlabelled" for a number of programs; e.g. /etc/ssh/sshd_config, /etc/shadow, /etc/pam/* and a few others. I saw this after I was not able to login to my laptop, login to single user mode and saw tonnes of SELinux errors and changed it from enforcing to permissive and then I was able to restore the labels. Most certainly believe its a bug. -- Kind Regards Earl Ramirez