search for: ndp

Displaying 20 results from an estimated 41 matches for "ndp".

Did you mean: dp
2013 Apr 03
7
Canadian politcal party colours in ggplot2
...dian political parties? I want to do a couple of ggplot2 plots and have lines or rectangles that accurately reflect the party colours. I can probably play around with RColorBrewer or something to figure it out but if some some already has got them it would save me some time especially with the NDP orange. Thanks John Kane Kingston ON Canada ____________________________________________________________ FREE 3D EARTH SCREENSAVER - Watch the Earth right on your desktop!
1999 Sep 15
0
FreeBSD Security Advisory: FreeBSD-SA-99:04.core
...en(&nd, ! O_CREAT | FWRITE | O_NOFOLLOW, S_IRUSR | S_IWUSR))) return (error); vp = nd.ni_vp; *** kern/LINK/vfs_vnops.c Sat Mar 8 07:16:18 1997 --- kern/vfs_vnops.c Fri Aug 27 14:37:01 1999 *************** *** 87,93 **** if (fmode & O_CREAT) { ndp->ni_cnd.cn_nameiop = CREATE; ndp->ni_cnd.cn_flags = LOCKPARENT | LOCKLEAF; ! if ((fmode & O_EXCL) == 0) ndp->ni_cnd.cn_flags |= FOLLOW; error = namei(ndp); if (error) --- 87,93 ---- if (fmode & O_CREAT) { ndp->ni_cnd.cn_nameiop = CRE...
2010 Sep 21
2
group means of multi-way table?
...e the means for a data frame that looks like this? My data frame has many more variables, but I won't bother you with those; these are the one's that I'm interested in. Needless to say, z is the variable in which I'm interested. I'd like to find out the mean score of z for NDP managers, Conservative managers and Liberal managers and then for a few other configurations. Ive played around with aggregate, tapply and by, but I can't get it to work. Cordially, Simon Kiss mydata=data.frame(cbind(x,y,z)) mydata$x=as.factor(sample(c("labourers", "salaried&...
2008 Feb 18
2
Number of digits of a value for problem 7.31 RFAQ
Hello dear R users! I did not find a function which gives information about the number of digits of a value shown by R. Do you know one? I need it to solve the problem (see RFAQ 7.31)that 0.2==0.2+0.1-0.1 FALSE The solution suggested in RFAQ is to use isTRUE(all.equal(0.2,0.2+0.1-0.1)) But if I want to compare inequality: 0.2<=0.2 +0.1-0.1 TRUE but 0.2<=0.2 +0.1-0.1 FALSE bad! but in
2003 Jul 01
2
Okay, looks like I might have a *good* one here ... inode hang
..._lock.c:355 #4 0x80172b73 in vop_stdlock (ap=0xbfc2dd1c) at /usr/src/sys/kern/vfs_default.c:256 #5 0x801f0955 in ufs_vnoperate (ap=0xbfc2dd1c) at /usr/src/sys/ufs/ufs/ufs_vnops.c:2376 #6 0x8017d450 in vn_lock (vp=0xbde68a80, flags=131074, p=0xbf57b000) at vnode_if.h:861 #7 0x80173b1c in lookup (ndp=0xbfc2dec4) at /usr/src/sys/kern/vfs_lookup.c:301 #8 0x80173824 in namei (ndp=0xbfc2dec4) at /usr/src/sys/kern/vfs_lookup.c:153 #9 0x8017c867 in vn_open (ndp=0xbfc2dec4, fmode=1, cmode=420) at /usr/src/sys/kern/vfs_vnops.c:138 #10 0x8017899c in open (p=0xbf57b000, uap=0xbfc2df80) at /usr/src/sys/...
2015 Jan 21
0
Where to configure proxy NDP in startup scripts?
Hi! For my network setup I need the following commands: sysctl -w net.ipv6.conf.all.proxy_ndp=1 ip -6 neigh add proxy 1234:5678:9abc:def0::2 dev eth2 The first command goes to /etc/sysctl.conf to enable it after a reboot. But where do I put the "ip -6 neigh add proxy"? Best regards Franz
2003 Jun 23
1
Processes hung in 'inode' state ...
..._lock.c:355 #4 0x80172b73 in vop_stdlock (ap=0xc2a95d1c) at /usr/src/sys/kern/vfs_default.c:256 #5 0x801f0955 in ufs_vnoperate (ap=0xc2a95d1c) at /usr/src/sys/ufs/ufs/ufs_vnops.c:2376 #6 0x8017d450 in vn_lock (vp=0xbdc27b00, flags=131074, p=0xc26fa9c0) at vnode_if.h:861 #7 0x80173b1c in lookup (ndp=0xc2a95ec4) at /usr/src/sys/kern/vfs_lookup.c:301 #8 0x80173824 in namei (ndp=0xc2a95ec4) at /usr/src/sys/kern/vfs_lookup.c:153 #9 0x8017c867 in vn_open (ndp=0xc2a95ec4, fmode=1, cmode=420) at /usr/src/sys/kern/vfs_vnops.c:138 #10 0x8017899c in open (p=0xc26fa9c0, uap=0xc2a95f80) at /usr/src/sys/...
2011 Aug 18
1
Comparison of means in survey package
Dear list colleagues, I'm trying to come up with a test question for undergraduates to illustrate comparison of means from a complex survey design. The data for the example looks roughly like this: mytest<-data.frame(harper=rnorm(500, mean=60, sd=1), party=sample(c("BQ", "NDP", "Conservative", "Liberal", "None", NA), size=500, replace=TRUE), natwgt=sample(c(0.88, 0.99, 1.43, 1.22, 1.1), size=500, replace=TRUE), gender=sample(c("Male", "Female"), size=500, replace=TRUE)) Using svyby I can get the means for each grou...
2008 Jul 09
1
Help with installing add-on packages
...Warning: Label 80 at (1) defined but not used gfortran -m32 -fpic -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -c idcldp.f -o idcldp.o In file idcldp.f:2 SUBROUTINE IDCLDP(NDP,XD,YD,NCP,IPC) 1 Warning: Line truncated at (1) In file idcldp.f:28 10 NDP0=NDP 1 Warning: Label 10 at (1) defined but not used In...
2011 Nov 16
1
[Bug 761] New: Bug in ICMPv6 type and code fields processing
...ipset v6.9.1, protocol version: 6 I'm not sure is it a bug in ipset util or in kernel module, but something swaps type and code fields for several ICMPv6 types. I.e. in my fw settings I have: ICMPV6_TYPES=( 128/0 # Echo Request 129/0 # Echo Reply 133/0 # Router Solicitation (NDP) 134/0 # Router Advertisement (NDP) 135/0 # Neighbor Solicitation (NDP) 136/0 # Neighbor Advertisement (NDP) ) ICMPV6_LEGAL_DEST=( ::1 # Localhost 2000::/3 # Global Unicast addrs fe80::/10 # Link-local Unicast addrs ff00::/8 # Multica...
2008 Sep 18
2
Problem installing packages in newer versions of R
...Warning: Label 80 at (1) defined but not used gfortran -m32 -fpic -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -c idcldp.f -o idcldp.o In file idcldp.f:2 SUBROUTINE IDCLDP(NDP,XD,YD,NCP,IPC) 1 Warning: Line truncated at (1) In file idcldp.f:28 10 NDP0=NDP 1 Warning: Label 10 at (1) defined but not used In file idcldp.f:33 20 DO 59 IP1=1,NDP0 1 Warning: Label 20 at (1) defined but no...
2020 Aug 17
1
Re: ipv6 NAT; accept_ra errors and about network choice
...east based on the conversations I've had with him) has a much better > knowledge of IPv6. Maybe he can offer some advice. > > (BTW, he was playing around with defining an IPv6 libvirt network that > used the same network as the host's physical interface, then turning on > ndp-proxy, and finally adding a host route for each guest IP; this > permits the guests to all be on the same IPv6 network as the host; if we > can get all of those steps automated in a libvirt virtual network, it > will be even better than IPv6 NAT!) Yes, that would be ideal. I don't...
2008 Oct 28
1
Source code for ppr (Projection Pursuit Regression)
Dear R users, I am looking for the source code of the implementation of ppr (Projection Pursuit Regression) in R. It will be great if citations of the source papers on which the implementation is based, are also provided. Thank you, Arvind Iyer, Grad student, Deptt. of Biomedical Engineering Viterbi School of Engineering University of Southern California, Los Angeles [[alternative HTML
2003 Jun 23
2
Kernel core dump in recent 4.8-STABLE
...fs/ufs_lookup.c:212 #5 0xc033aa31 in ufs_vnoperate (ap=0xd8d2ed18) at /usr/src/sys/ufs/ufs/ufs_vnops.c:2376 #6 0xc0248a8e in vfs_cache_lookup (ap=0xd8d2ed70) at vnode_if.h:77 #7 0xc033aa31 in ufs_vnoperate (ap=0xd8d2ed70) at /usr/src/sys/ufs/ufs/ufs_vnops.c:2376 #8 0xc024b9f9 in lookup (ndp=0xd8d2eec8) at vnode_if.h:52 #9 0xc024b4f4 in namei (ndp=0xd8d2eec8) at /usr/src/sys/kern/vfs_lookup.c:153 #10 0xc0253f3f in vn_open (ndp=0xd8d2eec8, fmode=1, cmode=0) at /usr/src/sys/kern/vfs_vnops.c:138 #11 0xc0250074 in open (p=0xd8b87f20, uap=0xd8d2ef80) at /usr/src/sys/kern/vfs_syscal...
2020 Aug 18
0
Re: ipv6 NAT; accept_ra errors and about network choice
...roposed only checking the interfaces if they're set to "1" already. I think that will mean we leave userspace configured addresses alone? > Yes, that would be ideal. I don't think NAT with IPv6 is a wise thing > to do, but my ISP just delegates a /64 prefix to me. So I need NDP > proxying because my guests need to appear on the same network. I do it > manually with something like: > > echo 1 > /proc/sys/net/ipv6/conf/<upstream interface>/proxy_ndp > ip -6 neigh add proxy <guest address> dev <upstream interface> > > and passing...
2010 Jun 10
1
Installing Quickbooks Pro 2007 .NET issues
I'm having a bit of trouble getting QuickBooks Pro 2007 installed on my Ubuntu 9.10 machine. I'm using wine version 1.2-rc2. First, I deleted the .wine directory to start fresh, then I installed dot net 2.0 using winetricks, then ran "wine setup.exe" from the installation CD. The installer starts, does the license agreement, I enter the CD key, and it moves on to the
2019 Sep 21
2
Privacy Extension not working in VM
...n-Forum ... unfortunately also without success. The facts: - ISP = Dual Stack with daily separation - Host and VM = Debian 10 - The VMs are via macvtap-device regular LAN-Clients - IPv4 = DHCP and NAT by DSL-Router - IPv6 = GUA via RA and SLAAC (2003::/3) - IPv4 works fine in the VM - IPv6 (NDP, RA, SLAAC) works basically also fine in the VM The existing problem in the VM: - MAC-Based GUA (2000::/3) is ok, both inbound and outbound - Outbound traffic via the second GUA (PE-Based) is filtered apparently, but not via packetfiltering, I don't know where. There are no error messag...
2020 Aug 11
3
ipv6 NAT; accept_ra errors and about network choice
Hello, Firstly THANK YOU for the IPv6 NAT support merged in 6.5. It has been almost impossible to get IPv6 into a VM on a laptop that switches between wifi and wired (dock) connections, because you can not add a wifi interface to a bridge. I know NAT is against the IPv6 end-to-end xen but it makes this "just work" for the vast majority of people like me who need to ssh/curl/talk to
2012 Sep 30
2
rsync over NFSv4
Hi, my FreeBSD-9/stable machine (FreeBSD freebsd-tower.goebo.site 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #2 r241044M: Sat Sep 29 12:52:01 CEST 2012 lbo@freebsd-tower.goebo.site:/usr/obj/usr/src/sys/GENERIC i386) crashes reproducibly when rsync-ing files to an NFSv4 share on the FreeBSD machine. The crash makes the system reboot. The crash creates files in /var/crash which may be obtained
2003 Sep 29
4
panics on 24 hour boundaries
...ys/ufs/ufs/ufs_lookup.c:200 #8 0xc0283105 in ufs_vnoperate (ap=0xdf65dd18) at /usr/src/sys/ufs/ufs/ufs_vnops.c:2376 #9 0xc01cc14e in vfs_cache_lookup (ap=0xdf65dd70) at vnode_if.h:77 #10 0xc0283105 in ufs_vnoperate (ap=0xdf65dd70) at /usr/src/sys/ufs/ufs/ufs_vnops.c:2376 #11 0xc01cf08d in lookup (ndp=0xdf65dec8) at vnode_if.h:52 #12 0xc01ceb80 in namei (ndp=0xdf65dec8) at /usr/src/sys/kern/vfs_lookup.c:153 #13 0xc01d73be in vn_open (ndp=0xdf65dec8, fmode=1538, cmode=420) at /usr/src/sys/kern/vfs_vnops.c:99 #14 0xc01d3688 in open (p=0xd865dc20, uap=0xdf65df80) at /usr/src/sys/kern/vfs_syscalls.c...