search for: ed's

Displaying 20 results from an estimated 6036 matches for "ed's".

Did you mean: cd's
2010 Sep 10
0
Virtualization Digest, Vol 60, Issue 17
Hi, Can someone please point me to where I can find this early version of the IEEE802.1Qbg implementation? When I downloaded the 0.9.38 version of lldpad, it does not have the latest set of code mentioned below. Thanks. Arpit. -----Original Message----- From: virtualization-bounces at lists.linux-foundation.org [mailto:virtualization-bounces at lists.linux-foundation.org] On Behalf Of virtualization-request at lists.lin...
2010 Sep 10
0
Virtualization Digest, Vol 60, Issue 17
Hi, Can someone please point me to where I can find this early version of the IEEE802.1Qbg implementation? When I downloaded the 0.9.38 version of lldpad, it does not have the latest set of code mentioned below. Thanks. Arpit. -----Original Message----- From: virtualization-bounces at lists.linux-foundation.org [mailto:virtualization-bounces at lists.linux-foundation.org] On Behalf Of virtualization-request at lists.lin...
2000 Apr 06
0
Please inform samba@samba.org Serge Gavrilov <serge@pdmi.ras.ru> Ed Schernau <ed@schernau.com> Jeremy Allison <jeremy@valinux.com> Cristian POP <cpop@compas.dntcj.ro> Ed Schernau <ed@schernau.com> John Evans <samba@kilnar.com> David Bullock
samba@samba.org Serge Gavrilov <serge@pdmi.ras.ru> Ed Schernau <ed@schernau.com> Jeremy Allison <jeremy@valinux.com> Cristian POP <cpop@compas.dntcj.ro> Ed Schernau <ed@schernau.com> John Evans <samba@kilnar.com> David Bullock <davidb@loftuscomp.com.au> Gunnar Lindholm <gunnar.lindholm.320@student.lu....
2001 Nov 08
2
sshd can't change expired password on Sol8 with Openssh3.0p1 + PAM
...'re seeing might actually be a bug in pam_unix.so.1 - it's something to try at least. We don't use password aging and we don't use the "passwd" command to change passwords, so we haven't run into this at our site even though we probably don't have pam_unix.so patched up. Also, the passwd command doesn't even work if you have something besides "files", "nis" or "nis+" in the passwd line of /etc/nsswitch.conf (which we do). Ed Ed Phillips <ed at udel.edu> University of Delaware (302) 831-6082 Systems Programmer III, Net...
2012 Apr 05
1
integrate function - error -integration not occurring with last few rows
Hi, I am using the integrate function in some simulations in R (tried ver 2.12 and 2.15). The problem I have is that the last few rows do not integrate correctly. I have pasted the code I used. The column named "integral" shows the output from the integrate function. The last few rows have no integration results. I tried increasing the doses, number of subj...
2010 Sep 28
19
implementation of IEEE 802.1Qbg in lldpad
...parameters of the TLV exchange from the command line using lldptool. VDP profiles consisting of mode,mgrid,typeid,typeidversion,instanceid,mac,vlan can be given to lldpad with lldptool or sent to lldpad via netlink messages from the kernel or another program, e.g. libvirt. VDP profiles are processed through the VDP/VSI and ECP state machines and sent out in ECP frames. ACK frames are received and processed through ECP and VDP/VSI state machines. It implements a VDP bridge role for a port together with a lldptool command to switch a port to the bridge role. These patches apply against lldpad...
2010 Sep 28
19
implementation of IEEE 802.1Qbg in lldpad
...parameters of the TLV exchange from the command line using lldptool. VDP profiles consisting of mode,mgrid,typeid,typeidversion,instanceid,mac,vlan can be given to lldpad with lldptool or sent to lldpad via netlink messages from the kernel or another program, e.g. libvirt. VDP profiles are processed through the VDP/VSI and ECP state machines and sent out in ECP frames. ACK frames are received and processed through ECP and VDP/VSI state machines. It implements a VDP bridge role for a port together with a lldptool command to switch a port to the bridge role. These patches apply against lldpad...
2008 Aug 31
2
Help using ed [OT]
Hi Perhaps omeone might answer this tricky problem. I can do this other ways, but i really want to understand how to solve it using ed. I have one solution using g/re/s/re//txt/ , but I want to understand how or if i can solve it using the ed (.)a command. A script i have parse several files and append text after a specific text is matched. If one file do not have this text, i get a no match and the script terminates. How can...
2009 Jul 09
2
Dovecot fails to deliver big messages
Description of problem: Hello, I am having problems with Dovecot not delivering 'big' emails. Small email with 1-2 kb text delivered fine. If the message about 200kb long or more it freezes. I am also getting "copy: i_stream_read() failed: Permission denied" erros in Dovecot log files. I have tried switching off selinux and settings 777 permissions to my mail_location - it both dont help. Here is my cfg info: # 1.2.0:...
2001 Oct 31
2
Problem compiling 2.9.9p2 on Sol 2.6
It appears that "fixpaths" has "/usr/bin/perl" hard-coded in. This causes make to fail immediately after running configure. Ed Ed Phillips <ed at udel.edu> University of Delaware (302) 831-6082 Systems Programmer III, Network and Systems Services finger -l ed at polycut.nss.udel.edu for PGP public key
2010 Nov 08
18
implementation of IEEE 802.1Qbg in lldpad
...parameters of the TLV exchange from the command line using lldptool. VDP profiles consisting of mode,mgrid,typeid,typeidversion,instanceid,mac,vlan can be given to lldpad with lldptool or sent to lldpad via netlink messages from the kernel or another program, e.g. libvirt. VDP profiles are processed through the VDP/VSI and ECP state machines and sent out in ECP frames. ACK frames are received and processed through ECP and VDP/VSI state machines. It implements a VDP bridge role for a port together with a lldptool command to switch a port to the bridge role. These patches apply against lldpad...
2010 Nov 08
18
implementation of IEEE 802.1Qbg in lldpad
...parameters of the TLV exchange from the command line using lldptool. VDP profiles consisting of mode,mgrid,typeid,typeidversion,instanceid,mac,vlan can be given to lldpad with lldptool or sent to lldpad via netlink messages from the kernel or another program, e.g. libvirt. VDP profiles are processed through the VDP/VSI and ECP state machines and sent out in ECP frames. ACK frames are received and processed through ECP and VDP/VSI state machines. It implements a VDP bridge role for a port together with a lldptool command to switch a port to the bridge role. These patches apply against lldpad...
2005 Feb 25
3
Loops and dataframes
Hi, I am experiencing a long delay when using dataframes inside loops and was wordering if this is a bug or not. Example code: > st <- rep(1,100000) > ed <- rep(2,100000) > for(i in 1:length(st)) st[i] <- ed[i] # works fine > df <- data.frame(start=st,end=ed) > for(i in 1:dim(df)[1]) df[i,1] <- df[i,2] #takes for ever R: R 2.0.0 (2004-10-04) OS: Linux, Fedora Core 2 kernel: 2.6.10-1.14_FC2 cpu: AMD Athlon XP 1600. mem: 500MB....
2005 Aug 26
2
Multiple instances of samba
...onf.DOMAIN1 /usr/sbin/nmbd -s /etc/samba/smb.conf.DOMAIN1 /usr/sbin/smbd -s /etc/samba/smb.conf.DOMAIN2 /usr/sbin/nmbd -s /etc/samba/smb.conf.DOMAIN2 Only the DOMAIN1 will start. I get no errors when running the commands to start the second instance but it's not running. Any ideas? Thanks, Ed
2012 Mar 17
1
Error in conditional execution "missing value where TRUE/FALSE needed"
Hello R friends, I've got error message as follows; > > n<-0 > roc<-array(0,c(ti-1,1)) > avgroc<-0 > > for(i in 1:ti-1){ + if(orientation=="in"){ + if(eff_p1[i,1,i]==1 && eff_p1[i,1,ti-1]<1 && ed[i,1]>d[i,1]){ + roc[i,1]<-(1/eff_p1[i,1,ti-1])^(1/(ed[i,1]-d[i,1])) + n<-n+1 + } + } + if(orientation=="out"){ + if(eff_p1[i,1,i]==1 && eff_p1[i,1,ti-1]>1 && ed[i,1]>d[i,1]){ + roc[i,1]<-(eff_p1[i,1,ti-1])^(1/(ed[i,1]-d[i,1])) + n&lt...
2012 Apr 08
1
Avoid loop with the integrate function
Dear R users, I am running a loop with the integrate function. I have pasted the code below. I am integrating a function from time=0 to the time value in every row. I have to perform this integration over thousands of rows with different parameters in each row. Could someone please suggest if there is an efficient/faster/easier way to do this by avoiding the loops ? Thank...
2012 Nov 29
1
instrumental variables regression using ivreg (AER) or tsls (sem)
Dear friends, I am trying to understand and implement instrumental variables regression using R. I found a small (simple) example here which purportedly illustrates the mechanics (using 2-stage least-squares): http://www.r-bloggers.com/a-simple-instrumental-variables-problem/ Basically, here are the R commands (reproducible example) from that site: # ------ begin R library(AER) library(lmtest) data("CollegeDistance") cd.d<-Co...
2005 Mar 14
4
[patch/unstable] page table cleanups
Hi, In many places xen uses "unsigned long" instead of the l*_pgentry_t types to pass around page table entries. Here is a patch which fixes this in a number of places (mostly in shadow mode code). Thats what I''ve trapped in so far, maybe more of these patches follow. Fixing this is needed for adding PAE support to xen...
2005 Mar 09
1
Different networks over NAT
Hi, I've been struggling for almost a week now, but I can't get the following setup to work. At home I have class A network: 10.0.0.0/16 with a masquerading gateway 10.0.0.1 running tinc. At work (http://www.eastsite.nl) we have a 192.168.0.0/24 network. The gateway is called 'ed' I've set up tinc on 'gateway' and everything is working fine from 'gateway', but none of the machines on my local network can access the remote network. Here's what I've got: [root@gateway eastsite]# cat tinc.conf # tinc configuration Name = tinc_linux...
2011 Oct 19
1
hypothetical prediction after polr
Dear R-Help listers, I am trying to estimate an proportional odds logistic regression model (or ordered logistic regression) and then make predictions by supplying a hypothetical x vector. However, somehow this does not work. I guess I must have missed something here. I first used the polr function in the MASS package, and I create a data frame and supply it to the predict function (see below): ####...