search for: bellamy

Displaying 20 results from an estimated 35 matches for "bellamy".

2008 Jun 25
3
gap.boxplot error message?
...CLI3, CLI4, CLI5, CLI6, CLI7, gap=list(top=c(8000,280000), bottom=c(0,250)), range=50, outline=TRUE, par(ask=FALSE) box" Any ideas? I have read over the Graphical Manual and am going through 'Modern Applied Statistics with S' but I can't figure out where I am going wrong... Megan Bellamy
2004 Feb 14
1
[PATCH] POP3: Fix RFC1939 non-compliance in STAT, LIST and UIDL commands
...It's unlikely the above issue has been causing much in the way of problems, as it's very rare for mail clients to use any of the faulty commands after they've deleted messages (they tend to do it once at the beginning of the POP3 session and cache the results). Regards, Nic. -- Nic Bellamy <nic at bellamy.co.nz> Bellamy Consulting -- Software & Security -- http://www.bellamy.co.nz/ -- Phone: +64-6-377-4957 Fax: +64-6-377-0505 Mobile: +64-21-251-8954 -- -------------- next part -------------- A non-text attachment was scrubbed... Name: stat-list-uidl-rfc1939-compliance....
2008 Jun 24
2
changing scale range after an axis break
...ould like to have a different scale above the break that ranges from 8000-28000. Right now my axis is so large that the boxplots are only represented as lines with the outliers above. Does anyone know where I could find code that explains how to do this? I'd really appreciate it. Thanks! Megan Bellamy
2008 May 23
1
Line Breaks and Axis breaks..
...plot graph. See attachment... there is an outlier under CLI 5 that can't be seen as a result. >install.packages("plotrix") axis.break(axis=1, breakpos=NULL, bgcol="white", breakcol="black", style="gap", brw=0.02) Thank you very much in advance! Megan Bellamy
2015 Jan 31
2
Re: HugePages - can't start guest that requires them
...g, libvirt takes care of the hugepages mount. > > A while ago, I've written a wiki to use hugepages in libvirt and Ubuntu. > https://help.ubuntu.com/community/KVM%20-%20Using%20Hugepages > > Maybe this helps? > > ________________________________________ > Van: G. Richard Bellamy [rbellamy@pteradigm.com] > Verzonden: zaterdag 31 januari 2015 0:33 > Aan: libvirt-users@redhat.com > Onderwerp: [libvirt-users] HugePages - can't start guest that requires them > > Hello All, > > I'm trying to enable hugepages, I've turned off THP (Transparent Huge...
2008 Jul 28
4
RODBC to query an Oracle table
Hello all, I am having trouble running a count function in R using RODBC to query a table I created in Oracle. It may very well be that my SQL coding is incorrect; I just started learning it. But if someone could point me in the right direction or tell me if I am going about this the correct way that would be greatly appreciated! The script I have right now is: >require(RODBC)
2015 Jan 30
4
HugePages - can't start guest that requires them
Hello All, I'm trying to enable hugepages, I've turned off THP (Transparent Huge Pages), and enabled hugepages in memoryBacking, and set my 2MB hugepages count via sysctl. I'm getting "libvirtd[5788]: Failed to autostart VM 'atlas': internal error: Unable to find any usable hugetlbfs mount for 16777216 KiB" where atlas is one of my guests and 16777216 KiB is the
2015 Feb 04
2
Re: HugePages - can't start guest that requires them
...nation about what system does de actual > mounting of Hugepages, you’re probably right…. Thanks for the correction. > > On upstart systems (like Ubuntu) the mounting of Hugepages is done by the > init script qemu-kvm.conf > > > > > > > > > > Van: G. Richard Bellamy [mailto:rbellamy@pteradigm.com] > Verzonden: zondag 1 februari 2015 0:02 > Aan: Dominique Ramaekers > CC: libvirt-users@redhat.com > Onderwerp: Re: [libvirt-users] HugePages - can't start guest that requires > them > > > > Yeah, Dominique, your wiki was one of the man...
2015 Feb 04
2
Re: HugePages - can't start guest that requires them
...ead of the normal native page size." Pretty clear there. Thank you SO much for the guidance, I'll return to my tweaking. I'll report back here with my results. On Wed, Feb 4, 2015 at 12:17 AM, Michal Privoznik <mprivozn@redhat.com> wrote: > On 04.02.2015 01:59, G. Richard Bellamy wrote: >> As I mentioned, I got the instances to launch... but they're only >> taking HugePages from "Node 0", when I believe my setup should pull >> from both nodes. >> >> [atlas] http://sprunge.us/FSEf >> [prometheus] http://sprunge.us/PJcR > &...
2015 Mar 25
2
Networking issues in host
I've been having intermittent network issues on my Host - they go away when I stop and disable libvirtd and then reboot. They do not go away if I just stop libvirtd and don't reboot. I'm at a loss as to where to start with my troubleshooting, and being a relative n00b to libvirt, I'd love any pointers. Regards, Richard
2007 Feb 09
6
The High Performance Echo Canceller (HPEC)
I recently read about the following new technologies from Digium. Has anyone tried the new HPEC or knows when it will be available? TDM800P and HPEC The TDM800P is an 8-port analog telephony interface card, so it fills the gap between Digium's 4-port and 24-port cards. Analog phones and POTS lines are going to be with us for some time, and demand for support for them remains high. The
2015 Feb 10
2
Re: HugePages - can't start guest that requires them
On 09.02.2015 18:19, G. Richard Bellamy wrote: > First I'll quickly summarize my understanding of how to configure numa... > > In "//memoryBacking/hugepages/page[@nodeset]" I am telling libvirt to > use hugepages for the guest, and to get those hugepages from a > particular host NUMA node. No, @nodeset refe...
2015 Feb 02
0
Re: HugePages - can't start guest that requires them
Regarding fine tuning my explanation about what system does de actual mounting of Hugepages, you?re probably right?. Thanks for the correction. On upstart systems (like Ubuntu) the mounting of Hugepages is done by the init script qemu-kvm.conf Van: G. Richard Bellamy [mailto:rbellamy at pteradigm.com] Verzonden: zondag 1 februari 2015 0:02 Aan: Dominique Ramaekers CC: libvirt-users at redhat.com Onderwerp: Re: [libvirt-users] HugePages - can't start guest that requires them Yeah, Dominique, your wiki was one of the many docs I read through before/during/af...
2008 Jul 23
2
Using RODBC to use SQL queries
Hello, I am new to the RODBC package, but I have looked over the PDF as well as a few websites that go over the SQL language. I can connect to my database fine using >channel<-odbcConnect("Oracle ODBC") # then am prompted to enter my user id and password After that I'd like to use the odbcQuery function and the SQL statement: SELECT * FROM table_name WHERE SAMPLE_YEA LIKE
2015 Feb 09
0
Re: HugePages - can't start guest that requires them
..._node 214029815 221903122 other_node 2195209 219203009 Thanks again for any help. [1]: http://sprunge.us/jZgS [2]: http://sprunge.us/iETF [3] https://www.redhat.com/archives/libvir-list/2014-September/msg00090.html On Wed, Feb 4, 2015 at 12:03 PM, G. Richard Bellamy <rbellamy@pteradigm.com> wrote: > *facepalm* > > Now that I'm re-reading the documentation it's obvious that <page/> > and @nodeset are for the guest, "This tells the hypervisor that the > guest should have its memory allocated using hugepages instead of the...
2008 Aug 08
2
Tick marks that correspond with bars on barplot
Hello all, I have created a barplot that shows change in hardwood/softwood density from 1965 to 2005 in 5 year periods (1965,1970, etc). I would like to have an X-axis where the labels for the years line up after every two bars in the plot (there is one bar for hardwood, and another for softwood). Below is my script: density<-read.table("F:\\Megan\\Vtest.csv", header=TRUE,
2015 Apr 03
1
mlocate/updatedb and btrfs subvolume mounts
I've just noticed that I'm having issues with finding files using "locate" when those files are on btrfs subvolume mounts. The issue is that updatedb cannot discern the difference between a btrfs bind mount and btrfs subvolume [1]. This generally means that if you're using btrfs subvolume mounts and updatedb at the same time, and you want to index those subvolumes,
2007 Feb 13
2
Customisable In-band ringing?
All, Using SIP with progressinband=yes I get Asterisk to generate the ringing sound for callers. However, I was wondering if it is possible to configure what is 'played back' to the calling party? i.e. instead of just 'ring ring' could I potentially play back a song from an MP3, WAV or GSM file? I'm thinking it would be quite cool to offer a customised 'ring'
2002 Jul 12
1
Multiboot and machine trust accounts
I have client running windows 2000 which is part of a domain with a samba (2.2.3a) server running as PDC. Authentication works fine. On the _same_ client I have added a partition that boots into Win XP, it has the same machine name. However I cannot get it to join the domain. I can use the administrator account to look at objects on the pdc, but when I try to create a user account I get a
1999 Aug 31
0
[SECURITY] RHSA-1999:034 New proftpd packages available
.... Problem description: An explotable buffer overflow security problem in the proftpd daemon has been fixed. The vulnerability is actively exploited on the Internet and site administrators are stronly advised to upgrade to the new packages. Thanks to the members of the BUGTRAQ mailing list and Nic Bellamy for providing a fix. 8. Solution: For each RPM for your particular architecture, run: rpm -Uvh <filename> where filename is the name of the RPM. 9. Verification: MD5 sum Package Name - -------------------------------------------------------------------------- 7...