search for: emi

Displaying 20 results from an estimated 68 matches for "emi".

Did you mean: edi
2005 Jan 18
1
lme confusion
Hi, this is my first time using the nlme package, and I ran into the following puzzling problem. I estimated a mixed effects model using lme, once using groupedData, once explicitly stating the equations. I had the following outputs. All the coefficients were similar, but they're always slightly different, making me think that it's not due to numerical error. Also, what is the
2012 Aug 28
4
[ncdf4] error converting GEIA data to netCDF
...b.com/downloads/TomRoche/GEIA_to_netCDF/output.1.png + create a netCDF file using the data read from the GEIA file. (At least, after nc_sync(netcdf.file), the file `ncdump -h`s properly.) However, I can only *put* the data to the netCDF file: > ncvar_put( > + nc=netcdf.file, > + varid=emis.var, > + vals=t(global.emis.mx), > + start=c(1, 1, 1), > + count=c(-1,-1, 1)) # -1 -> all data When I try to *pull* the data *from* the netCDF I created, > > target.data <- ncvar_get( > + nc=netcdf.file, > + varid=emis.var, > + # read all the data > + sta...
2010 Feb 05
1
[PATCH] ocfs2: Fix contiguousness check in ocfs2_try_to_merge_extent_map()
The wrong member was compared in the continguousness check. Acked-by: Tao Ma <tao.ma at oracle.com> Signed-off-by: Roel Kluin <roel.kluin at gmail.com> --- >> } else if ((ins->ei_phys + ins->ei_clusters) == emi->ei_phys && >> (ins->ei_cpos + ins->ei_clusters) == emi->ei_phys && >> should that 2nd emi->ei_phys be emi->ei_cpos? > oh, yes, you are right. Do you want to provide a patch? Here, I added your ack. diff --git a/fs/ocfs2/extent_...
2009 Jan 05
1
error message of RODBC...
...t;nuova tabella terapia occupazionale mod.xls") > ## list the spreadsheets > sqlTables(channel) TABLE_CAT TABLE_SCHEM TABLE_NAME 1 c:\\TABELLE DEFINITIVE\\nuova tabella terapia occupazionale mod <NA> 'emi tot 2006 OAI_60g TO FU1$' 2 c:\\TABELLE DEFINITIVE\\nuova tabella terapia occupazionale mod <NA> 'emi tot 2006 OAI_60g TO FU2$' 3 c:\\TABELLE DEFINITIVE\\nuova tabella terapia occupazionale mod <NA> 'emi tot 2006 OAI_60GG divisi$' 4 c:\\TABELLE DEFINITIVE\\nuova tab...
2005 Mar 12
2
Unable to create channel of type 'IAX2'
...got the following message: *CLI> -- Accepting AUTHENTICATED call from 192.168.0.55: > requested format = ilbc, > requested prefs = (), > actual format = gsm, > host prefs = (gsm|ilbc|speex), > priority = mine -- Executing Dial("IAX2/emi@emi/2", "IAX2/3479450772") in new stack Mar 12 16:15:36 WARNING[3149]: chan_iax2.c:2341 create_addr: No such host: 3479450800 Mar 12 16:15:36 NOTICE[3149]: app_dial.c:911 dial_exec_full: Unable to create channel of type 'IAX2' (cause 3) == Everyone is busy/congested at th...
2007 Apr 02
1
"EMI takes locks off music tracks"
EMI has introduced a second tier price for DRM free tracks at higher quality (256kbps vs 128), which Apple will be distributing soon. http://news.bbc.co.uk/1/hi/technology/6516189.stm It's obviously being introduced in a marketing-friendly way, but this is an interesting move as it also means App...
2017 May 01
2
Why host-up script triggered even not ConnectTo?
...A’s config, and even though A is in a private subnet, it might still possible for A to establish connection with X(X is public IP address)? 2. If there any parameter to disable the direct connection discovery, and only allow to through intermediate node? > On 1 May 2017, at 3:16 PM, Narcissus Emi <eminarcissus at gmail.com> wrote: > > Indeed it depends, tinc will have a port listening for incoming connections(both tcp and udp), if A have exposed its listening ports, a direct connection will be tried to build between the nodes, otherwise it will go from the intermediate node. &g...
2017 May 01
3
Why host-up script triggered even not ConnectTo?
...B have a connection to node X, then I found node A will be able to talk to node X, but the communication path is go through node B, instead of build direct connection between A and X, is that right? I tested this in my environment. A >> B >> X > On 1 May 2017, at 3:07 PM, Narcissus Emi <eminarcissus at gmail.com> wrote: > > X-up is being called when any connection is being built between node A and node X, it doesn't have anything to do whether you have connectTo in the config file or not. > Because tinc is a mesh network, if node A have a direct connection to...
2017 May 01
0
Why host-up script triggered even not ConnectTo?
...allowed, but Udp allowed) can have a p2p direct connection, I think it based on udp NAT traverse, but if you use TCPonly for this node, and also forbidden the incoming traffic to this public TCP port, it will definitely working on a intermediate only mode. Maybe just try it out,l ;) -- Narcissus Emi 日時: 2017年5月1日 15:24:26, Bright Zhao (startryst at gmail.com) が書きました:: > Oh, thanks, in my current case, I haven’t config “Address” parameter in > A’s host config, is this will make A prohibited it listen on the tinc > ports? > > Question: > 1. if I config “Address” in A’s config...
2007 Sep 07
0
odd chdir failed error
...User name: lmerrill Real name: [2007/09/05 09:13:14, 3] smbd/password.c:register_vuid(241) UNIX uid 6333 is UNIX user lmerrill, and will be vuid 101 [2007/09/05 09:13:14, 3] smbd/password.c:register_vuid(270) Adding homes service for user 'lmerrill' using home directory: '/users/emis/emis1305/lmerrill' [2007/09/05 09:13:14, 3] param/loadparm.c:lp_add_home(2341) adding home's share [lmerrill] for user 'lmerrill' at '/users/emis/emis1305/lmerrill' [2007/09/05 09:13:14, 3] smbd/process.c:process_smb(1091) Transaction 7 of length 86 [2007/09/05 09:13:14...
2007 May 17
1
[PATCH] ocfs: use list_for_each_entry where benefical
...-30 11:33:04.000000000 +0200 +++ linux-2.6/fs/ocfs2/extent_map.c 2007-05-17 15:00:14.000000000 +0200 @@ -109,17 +109,14 @@ static int ocfs2_extent_map_lookup(struc */ void ocfs2_extent_map_trunc(struct inode *inode, unsigned int cpos) { - struct list_head *p, *n; - struct ocfs2_extent_map_item *emi; + struct ocfs2_extent_map_item *emi, *n; struct ocfs2_inode_info *oi = OCFS2_I(inode); struct ocfs2_extent_map *em = &oi->ip_extent_map; LIST_HEAD(tmp_list); unsigned int range; spin_lock(&oi->ip_lock); - list_for_each_safe(p, n, &em->em_list) { - emi = list_entry...
2009 Nov 23
1
USBDEVFS_CONTROL failed cmd usbhid-ups
...3936.988564] usb 3-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 2 ret -71 Nov 23 11:38:08 io kernel: [763937.038568] usb 3-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 5 ret -71 Nov 23 11:38:08 io kernel: [763937.041275] hub 3-0:1.0: port 2 disabled by hub (EMI?), re-enabling... Nov 23 11:38:08 io kernel: [763937.046927] usb 3-2: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 5 ret -71 Nov 23 11:38:08 io kernel: [763937.046930] usb 3-2: USB disconnect, address 101 Nov 23 11:38:08 io kernel: [763937.320015] usb 3-2: new full speed USB devic...
2001 Nov 27
1
Some errors of user.log
Hello, I have two error messages on user.log as follow : 1. [2001/11/26 14:41:07, 0] smbd/oplock.c:oplock_break(813) oplock_break: no break received from client within 30 seconds. oplock_break failed for file aa1/EMI/SIGVM00 (dev = 302, inode = 194716). [2001/11/26 14:41:07, 0] smbd/oplock.c:oplock_break(859) oplock_break: client failure in oplock break in file aa1/EMI/SIGVM00 2. [2001/11/27 12:29:44, 0] lib/util_sock.c:read_socket_data(478) read_socket_data: recv failure for 4. Error = Connection reset by...
2012 Nov 28
1
default gate via tinc
Hi, I have two tinc nodes which announce default gate to internet. How does tinc select which node is prefered when I route to the tinc device and not a special ip? tinc 1.0.16 ALBI...
2011 Jul 13
2
TDM400p susceptible to EMI?
I have a TDM400p with 3 fxs and 1 fxo daughter cards. It's in a mini-itx case with a 'right-angle' PCI riser card so the TDM400p is 'sandwiched' between the Atom D525 CPU and the 2.5" hard drive. I'm getting a bunch of clicks and pops on all ports. Has anybody had a similar experience? Did you find a solution? -- Thanks in advance,
2017 May 01
0
Why host-up script triggered even not ConnectTo?
Indeed it depends, tinc will have a port listening for incoming connections(both tcp and udp), if A have exposed its listening ports, a direct connection will be tried to build between the nodes, otherwise it will go from the intermediate node. -- Narcissus Emi 日時: 2017年5月1日 15:12:16, Bright Zhao (startryst at gmail.com) が書きました:: > H, Narcissus > > Quick one for the below case, if node A have a direct connection to node > B, and node B have a connection to node X, then I found node A will be able > to talk to node X, but the communication...
2017 May 01
2
Why host-up script triggered even not ConnectTo?
Hi, Tinc Expert in my tinc.conf, the ConnectTo to host X is commented, like below: #ConnectTo = X and there is a script: /etc/tinc/netname/hosts/X-up, I thought commented the ConnectTo X wouldn’t trigger the X-up, but it did. Why? What’s the logic behind to trigger host-up? How can I avoid this except remove the host-up file? Bright Zhao
2003 Aug 05
2
Error on mclust
Hi All, I am trying to cluster a one-dimensional data (see the file attached) using Mclust() but got an error message like: >Mclust(x) Error in rep(1, n) : Object "n" not found When I do a simulation sometimes it works sometimes doesn't. >Mclust(c(rnorm(50),rnorm(56,-0.5))) Error in rep(1, n) : Object "n" not found >Mclust(c(rnorm(56),rnorm(56,-0.5))) best
2011 Sep 08
2
Zanzarah game
I've decided to try Zanzarah in both wine 1.2.2 and in latest release 1.3.27 None works... :( Here is the terminal output in 1.3.27: ... DFMT_R8G8_SNORM_L8X8_UNORM to floating point. err:d3d_surface:surface_convert_color_to_float Unhandled conversion from WINED3DFMT_R8G8_SNORM_L8X8_UNORM to floating point. err:d3d_surface:surface_convert_color_to_float Unhandled conversion from
2009 Aug 27
2
Serial comm errors with bcmxcp on HP R3000 XR
I have setup nut-2.4.1 with the bcmxcp driver for my HP R3000 XR unit and although it appears to work, I receive the following sorts of errors in syslog: Aug 27 10:33:05 sv18 bcmxcp[6373]: Communications with UPS lost: Receive error (data): got 0 bytes instead of 64!!! Aug 27 10:33:15 sv18 bcmxcp[6373]: Communications with UPS lost: Receive error (data): got 0 bytes instead of 64!!! Aug 27