search for: npl

Displaying 20 results from an estimated 26 matches for "npl".

Did you mean: np
2006 Sep 21
1
transforming factor back to numbers
Hi I generate a new dataframe by doing: npl.agg <- aggregate(npl$DensPlants, list(year=npl$year, sim=npl$sim), mean, na.rm=TRUE ) Now I want to plot it by using coplot(npl.agg$x ~ npl.agg$year | npl.agg$sim, type="l") but, as npl.agg$year is seen as a factor, the order of the points on the x-axis (time axis) does not follow...
2006 Sep 20
4
Calculating mean together with split
Hi I have a table called npl containing results of simulations. It contains about 19000 entries and the structure looks like this: NoPlants sim run year DensPlants 1 6 lng_cs99_renosterbos 1 4 0.00192 . . . it has 43 different entries for sim and year goes from 1 to 100, and run from 1 to...
2009 Nov 27
3
problem with "dynformula" from "plm" package
Hello list, I'm following the paper (http://www.jstatsoft.org/v27/i02/paper) on how to use "plm" to run panel regressions, and am having trouble with what I believe should be something very basic. When I run the command (p.9 in the paper): R> dynformula(emp~wage+capital,log=list(capital=FALSE,TRUE),lag=list(emp=2,c(2,3)),diff=list(FALSE,capital=TRUE)) I see: emp ~ wage +
2007 Jul 24
2
Winbind cache problem after upgrade to 3.0.25b.
...imon Ashford. ------------------------------------------------------------------- This e-mail and any attachments may contain confidential and/or privileged material; it is for the intended addressee(s) only. If you are not a named addressee, you must not use, retain or disclose such information. NPL Management Ltd cannot guarantee that the e-mail or any attachments are free from viruses. NPL Management Ltd. Registered in England and Wales. No: 2937881 Registered Office: Serco House, 16 Bartley Wood Business Park, Hook, Hampshire, United Kingdom RG27 9UY -------------------...
2006 Dec 21
2
mongrel_service-0.3.1 problems - service will not start
...of testing my app with mongrel-1.0rc1 (pretty good, four segfaults and a gc error in maybe ten thousands requests) and was moving on to mongrel_service to see if it could cope with said segfaults and gc errors. Sadly, the service will not start. I installed using: mongrel_rails service::install -N nplrails -e development -p 3000 claims to be happy. When I try to start either via "net start" or the services control panel, windows says that the service started and then stopped immediately. I saw nothing interesting in the windows application event log, or in c:\sites\npl\log for that ma...
2017 May 17
2
DNS (bind_dlz) forwarding not working
> > Is anything else listening on port 53 ? I don't think so. # netstat -npl |grep 53 tcp 0 0 0.0.0.0:53 0.0.0.0:* LISTEN 27882/samba tcp6 0 0 :::53 :::* LISTEN 27882/samba udp 0 0 0.0.0.0:53 0.0.0.0:* 27882/samba udp6 0 0 :::53...
2005 Jul 21
2
cciss module - where is it in menuconfig?
Hi Can anyone help me find which option I need to activate to build the the xen0 kernel with cciss support? Thnaks for your help. Shaz _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2013 Feb 14
1
selinux and tinydns
...n /etc/sysconfig/selinux, and reboot, tinydns responds to queries. If I turn selinux back to enforcing and reboot, tinydns does not respond. Monitoring /var/log/messages shows no errors from iptables/shorewall or selinux. The only way I can find an error is performing the following:- netstat -npl | grep tinydns # gives me the process id strace -f -p <process id> From this I can see that tinydns is reporting an error of:- recvfrom(3, 0x606720, 513, 0, 0x7fffc7321ec0, 0x7fffc7321edc) = -1 EACCES (Permission denied) I've got setroubleshoot set to send me an alert on first occur...
2003 Jun 24
1
Bug? Folder tree confusion
...inks foo is not empty and Outlook thinks it is. This is using Dovecot 0.99.10-rc2 and MS Outlook 2000. Don't know if a bug lies within here somewhere (not nessarily in Dovecot), just something I noticed while playing around. Thanks, -- Dominic <dom at cus.org.uk> <dominic.marks at npl.co.uk>
2016 Sep 03
0
Fortran issues. Was CRAN packages maintained by you
If there is going to be a review of Fortran sources, then there's quite a bit of checking and testing work as well. As someone who actually worked with some of the NPL and Argonne and other people, and occasionally contributed some code, I'm willing to try to help out with this. However, I will wait to be asked about specific routines. Note that Yihui Xie and I added a Fortran engine to knitr while at the UseR!2014. One of my motivations for this was to allo...
2003 Jun 19
2
NetBSD pkgsrc maintanance
hi all, i've taken over the maintainership of dovecot's pkgsrc on NetBSD - please send me your ideas, questions and comments related to dovecot on NetBSD. FreeBSD's port has currently some more 'features' than the pkgsrc, i'm going to add some of them - any feedback is appreciated. bye, TOM -------------- next part -------------- A non-text attachment was scrubbed...
2004 Dec 14
0
AGI Helpdesk/Trouble Ticketing application
...he script itself including instructions for accessing a live demo, feel free to beat the hell out of it. Download From: http://www.jimradford.com/asterisk/perldesk.agi Enjoy! Regards, Jim -- ========================================================================== Jim Radford <jradford@npl.com> http://www.jimradford.com/ ==========================================================================
2004 Dec 23
0
lockup problem with inbound iax calls
...a fresh copy from CVS with the same results. When I compile and install the STABLE version it seems to work fine. What sort of additional information can I provide for debugging? Regards, Jim -- ========================================================================== Jim Radford <jradford@npl.com> http://www.jimradford.com/ ==========================================================================
2012 Jan 06
1
rsyslog server cannot get the logs
I have an rsyslog server which is running Debian Stable, and its version of rsyslog is 4.6.4-2. All of my Debian Stable server can send log to it now. and run both nc $IP $PORT <<< "HELLO" and echo "HELLO" | nc $IP $PORT on client, I can get log on the server. While for my CentOS 5.7 server, nc $IP $PORT <<< "HELLO" works well, but echo
2012 May 16
1
NTP Daemon in not bound to port
Hello Dear Friends, it is CentOS Release 6.2, ntpd is running but do not see bounded to the port udp:123 any guidelines would be very much appreciable. [root at jet mavi]# netstat -ntlp | grep ntpd <nothing in output> [root at jet mavi]# netstat -ntl | grep 123 <nothing in output> But the service is running - [root at jet mavi]# /etc/init.d/ntpd status ntpd (pid 15876) is
2005 Jan 07
5
fax e-mail spandsp
I'm trying to install spandsp But when I try to patch the Makefile it gives this error [root@pbxmilkshake apps]# patch < apps_makefile.patch patching file Makefile Reversed (or previously applied) patch detected! Assume -R? [n] y Hunk #1 succeeded at 41 (offset -6 lines). Hunk #2 FAILED at 67. is it ok to go on
2017 May 17
2
DNS (bind_dlz) forwarding not working
...;rpenny at samba.org> wrote: > On Wed, 17 May 2017 11:59:21 -0300 > Elias Pereira via samba <samba at lists.samba.org> wrote: > > > > > > > Is anything else listening on port 53 ? > > > > > > I don't think so. > > > > # netstat -npl |grep 53 > > tcp 0 0 0.0.0.0:53 0.0.0.0:* > > LISTEN 27882/samba > > tcp6 0 0 :::53 :::* > > LISTEN 27882/samba > > udp 0 0 0.0.0.0:53 0.0.0.0:* > > 27882/samba > > udp6...
2004 Dec 08
2
Asterisk's Empty Folder
Hello *'s, I have recently installed CentOS v3.3 and i have latest stable Asterisk's source code ,i compiles it shows no error but when i am looking for sip.conf,zapata.conf ,i am amazed the /etc/asterisk folder was empty i am compling several times but no luck what's the problem i compiled in the order of zaptel,libpri,asterisk. I send some traces of my asterisk's compilation
2006 Jul 18
2
how can I delete rows?
...+ + 91 Jordan JOR + + 92 Korea KOR + + 93 Kuwait KWT - - 94 Malaysia MYS + + 95 Nepal NPL + + 96 Oman OMN - - 97 Pakistan PAK + + 98 Philippines PHL + + 99 Saudi Arabia SAU - - 100 Singapore...
2003 Jun 12
0
SP? Re: Rounding problem R vs Excel
...;Statistical analysis using Microsoft Excel > >Jeffrey Simonoff, (2002) > >at > http://www.stern.nyu.edu/~jsimonof/classes/1305/pdf/excelreg. > pdf > > > > > >Testing the Intrinsic Functions of Excel > >National Physical Laboratory, UK > >http://www.npl.co.uk/ssfm/ssfm1/validate/testing/excel.html > > > > > > > >There are also some general articles on several stats > applications by > >McCullough. > > > >http://www.amstat.org/publications/tas/mccull-1.pdf > >http://www.amstat.org/publications/tas...