search for: nuim

Displaying 10 results from an estimated 10 matches for "nuim".

2005 Jul 25
2
dovecot permission denied problems.
...Jul 25 12:54:54 escher dovecot: child 13360 (imap) returned error 89 Can anyone tell me what I am doing wrong here? TIA, John. -- ================================== John Mc Donald, Dept. of Computer Science, National University of Ireland, Maynooth, Co. Kildare, Ireland. Email : johnmcd at cs.nuim.ie Tel: +353-1-7084589 Fax: +353-1-7083848 Web: http://www.cs.nuim.ie/~johnmcd GnuPG Key: http://www.cs.nuim.ie/~johnmcd/public_key.asc ==================================
2009 Dec 31
1
ggplot2: How to change font of labels in geom_text
...all.df, aes(x=row, y=col, label=item, fill=latency)) p <- p + geom_tile() p <- p + geom_text(colour="white") print(p) ---- end code snippet ---- -- Professor Ronan Reilly Department of Computer Science NUI Maynooth Maynooth Co. Kildare IRELAND t: +353-1-7083846 e: Ronan.Reilly at nuim.ie w: http://www.cs.nuim.ie; http://cortex.cs.nuim.ie
2011 Jan 06
4
localboot in pxelinux recurses back into pxelinux then eventually crashes
Hello, A couple of months back there was this message on the list. http://syslinux.zytor.com/archives/2010-October/015459.html I have exactly the same result on just a few types of machines. Acer Tavelmate 8372 and 5742 InsydeH2O Bios v1.05 Broadcom UNDI PXE 2.1 V 14.0.8 It started after I upgrades pxelinux.0 to version 3.86 Versions tested and got the recursing: 3.86, 3.85, 3.84 and 3.83 On
2012 Dec 10
4
pxelinux: unable to boot from local disk
Hello, on a somewhat recent machine (Dell T1600) I'm unable to use my usual setup (pxelinux as a boatloader also for local OS - typically windows). The BIOS is capable of using UEFI, but this is turned off. Unfortunately all I get is a message telling me that pxelinux is unable to boot from local disk. The config entry looks like this: LABEL local MENU LABEL OS installed on local disk
2006 Nov 23
2
Two email accounts writing to one nfs shared home directory
I use dovecot as a local imap server on my desktop machine due to the fact that my workplace only support POP3. I use fetchmail to pop, postfix to deliver, and dovecot for client access. At present I have a single email account which is the same as my system login and have postfix and dovecot setup to use ~/Maildir. The home directories on our system are served from a central file system, using
2006 May 25
0
OSX client logging on to SAMBA PDC
Hi, I know that OS X can join an Active Directory Forest/Domain. (Utilities->Directory Access->Services->Active Directory) I have been trying to see if I can get an OS X client to logon/join a SAMBA PDC, without success. I always get: Invalid domain "An Invalid Domain and Forest combination was specified. You should enter a fully qualified DNS name for the domain and forest"
2007 Feb 12
1
Handling large calculations and memory
Dear All, I am planning to run a Monte-Carlo experiment which involves to do roughly 100.000 times the following 1- Generating a sample of, say, 50.000 numbers from an ARMA or GARCH 2- Doing some regressions on the series 3- On each regression storing one special value from the results into a sequence that will be analyzed later. The experiment is calculation-intensive, and I suspect some
2012 Oct 16
3
[PATCH] minor documentation updates (4.06-pre14)
syslinux.txt: syslinux binary is in "linux" directory menu.txt: menu.c32 and vesamenu.c32 are in com32/menu directory --- doc/menu.txt | 2 +- doc/syslinux.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/menu.txt b/doc/menu.txt index 620527e..8a999cd 100644 --- a/doc/menu.txt +++ b/doc/menu.txt @@ -18,7 +18,7 @@ See menu/README for more
2016 Nov 15
0
getGraphicsEvent() alternative for cairo graphics device?
Hi Paul, No problem. Is it best if I post examples to the bug report 16951? Kind regards, Mark -- Mark O'Connell, PhD student Department of Mathematics & Statistics 231 Top Logic National University of Ireland, Maynooth ----- Paul Murrell <paul at stat.auckland.ac.nz> wrote: > > Thanks Frederick. > > Mark, if you have any examples to share, they would also be
2007 Apr 03
3
Testing additive nonparametric model
I have estimated a multiple nonparametric regression using the loess command in R. I have also estimated an additive version of the model using the gam function. Is there a way of using the output of these two models to test the restrictions imposed by the additive model?