similar to: HELPPPP

Displaying 20 results from an estimated 10000 matches similar to: "HELPPPP"

2013 Oct 09
1
Hola a Todos desde Cuba
Estimados colegas primeramente quisiera decirles que tengo implementado un servidor con Ubuntu 12.04 LTS y ah? tengo hecho un PDC con samba4 y bind9.9.3, ahora quisiera replicar varios servidores samba4 es decir el ldap de ellos (Usuarios) para poder hacer una (GAL) para poder en mi empresa saber el email de cada usuario, si alguien me pudiera ayudar, saludos Rafa desde Cuba
2002 Jul 01
1
Substitutions in strings.
Hi all, Sorry to bother you with the potentially not too bright question, but since I cannot get it to work, I'll have to ask someone.. I've got this vector: > token [1] sal skal skal bak b_r d_ gal kal l_r n_r pak p_r [13] sal sl_r sn_r spak sp_r st_r s_ bak d_ gal l_r pak [25] p_r sak sl_r sp_r t_ kal n_r s_ st_r sak kal
2004 Aug 23
2
Reading GAL file
Greetings: I am trying to work with spdep (everything is "brand new" downloaded this morning). OS = Windows 2000 (also up to date). The code I am using follows: #example gal.county=read.geoda("lnpilnd.GAL", row.names=NULL, skip=0) summary.nb(gal.county) Error in summary.nb(gal.county) : Not a neighbours list #end The gal file works just fine in GeoDa (also up to date).
2018 Jun 10
2
Samba DC: How to verify proper functioning
Hello Please advise some ways to verify that my newly created samba DC (holding no FSMO roles) is functioning properly from standpoint of Windows Server DC and Windows clients. So far I tried to run "dcdiag" command. Can you please look at following command output and tell me is everything OK there? Is there other ways to check if DC works well?
2016 Apr 15
0
Need Help to solve an Error in R
> On Apr 15, 2016, at 6:07 AM, PIKAL Petr <petr.pikal at precheza.cz> wrote: > > Hi > > Keep your answers to R help (others can help you too) > > From the warning message it seems to me possible that function ReadExi needs to write something to the working directory. As I said I am not an expert in this package, but commands from help > > R>
2002 Oct 15
3
ISC DHCPD Problem and Solution.
A long time, this apeared on the list: > Date: Tue, 23 Jul 2002 08:17:26 -0700 > From: H. Peter Anvin <hpa at zytor.com> > To: Gal Goldschmidt <gal at cs.haifa.ac.il> > Cc: syslinux at zytor.com > Subject: Re: [syslinux] ISC DHCPD Problem and Solution. > > Gal Goldschmidt wrote: > > > > All the station in that group suddenly did not receive the net
2006 Feb 19
2
possible rails -> postgresql bug
Hi I have a problem accessing an array field in a Postgresql database. Here is the table definition. View "neil.flashing_codes" Column | Type | Modifiers -------------+-----------------------+----------- code | character varying(10) | description | text | folds | integer[] | View definition: SELECT
2007 Apr 18
1
[Bridge] Re: Bridge Digest, Vol 31, Issue 6
Hello You must add first: vlan (tagged) to eth2 eth2 interface is not tagged by default and not know vlan-s . It is like a cisco if you have 24 ports in cisco by default all ports are in vlan1. if you want to do trunk (with vlans) you myst add (vlans) to this ports (tagged or untagged) So you can compare that all interfaces in linux by default are in one vlan(but not tagged). (only for
2007 Jan 10
1
Global Address List & Joining Domain
I'm running FC6 and Evolution 2.8.2. I can read my e-mail from the Exchange server but I can't access the global address list (GAL). I have the server name but it always reports an error saying either the server name is wrong or its not available (I can ping the server). Does the linux computer have to join the domain in order to get access? I'm behind the firewall and directly
2016 Apr 15
1
Need Help to solve an Error in R
Hi Keep your answers to R help (others can help you too) From the warning message it seems to me possible that function ReadExi needs to write something to the working directory. As I said I am not an expert in this package, but commands from help R> make.gal.env(galname='galenv', gal.path='Exiqon') R> ebatch <- ReadExi(galname='galenv',
2023 May 04
2
[PATCH] virtio-vdpa: Fix unchecked call to NULL set_vq_affinity
The referenced patch calls set_vq_affinity without checking if the op is valid. This patch adds the check. Fixes: 3dad56823b53 ("virtio-vdpa: Support interrupt affinity spreading mechanism") Reviewed-by: Gal Pressman <gal at nvidia.com> Signed-off-by: Dragos Tatulea <dtatulea at nvidia.com> --- drivers/virtio/virtio_vdpa.c | 4 +++- 1 file changed, 3 insertions(+), 1
2012 Sep 27
0
error while estimating spatial Durbin (mixed) model
Dear all, I am new here ,I attempted to use R to estimate the spatial Durbin (mixed) model,and mydata is a panel data form,and the matrix is generated by geoda software ,here is my Command and error,really hope your help ,thank you! #??gal library(spdep) w<- read.gal("E:/splm/zj.GAL",override.id=TRUE) ww<-nb2listw(w,zero.policy=TRUE) #???? library(foreign)
2023 May 04
2
[PATCH] virtio-vdpa: Fix unchecked call to NULL set_vq_affinity
On 2023-05-04 a.m.9:50, Dragos Tatulea wrote: > External email: Use caution opening links or attachments > > > The referenced patch calls set_vq_affinity without checking if the op is > valid. This patch adds the check. > > Fixes: 3dad56823b53 ("virtio-vdpa: Support interrupt affinity spreading mechanism") > Reviewed-by: Gal Pressman <gal at nvidia.com>
2018 Jun 10
0
Samba DC: How to verify proper functioning
On Sun, 10 Jun 2018 15:01:12 +0300 Alexei Rozenvaser via samba <samba at lists.samba.org> wrote: > Hello > > Please advise some ways to verify that my newly created samba DC > (holding no FSMO roles) is functioning properly from standpoint of > Windows Server DC and Windows clients. > So far I tried to run "dcdiag" command. > Can you please look at following
2005 Dec 29
1
Repeating functions
Hi, I have a number of spatial weight files and using Roger Bivand's spdep, I would like to 1. Convert them into neighbor lists using 2. Convert the neighbor lists into spatial weights For a given file, the syntax would be mygal_nb1 <- read.gal("mygalfile1", override.id = TRUE) myweight1 <- nb2listw(mygal_nb1) I have mygalfile[i] with i from 1 through to 6 and would like to
2023 May 04
1
[PATCH] virtio-vdpa: Fix unchecked call to NULL set_vq_affinity
On Thu, 2023-05-04 at 13:08 -0400, Feng Liu wrote: > > > On 2023-05-04 a.m.9:50, Dragos Tatulea wrote: > > External email: Use caution opening links or attachments > > > > > > The referenced patch calls set_vq_affinity without checking if the op is > > valid. This patch adds the check. > > > > Fixes: 3dad56823b53 ("virtio-vdpa: Support
2023 May 04
2
[PATCH] virtio-vdpa: Fix unchecked call to NULL set_vq_affinity
On Thu, May 04, 2023 at 01:08:54PM -0400, Feng Liu wrote: > > > On 2023-05-04 a.m.9:50, Dragos Tatulea wrote: > > External email: Use caution opening links or attachments > > > > > > The referenced patch calls set_vq_affinity without checking if the op is > > valid. This patch adds the check. > > > > Fixes: 3dad56823b53 ("virtio-vdpa:
2007 Apr 20
2
limmaGUI
Dear all, I have a question about limmaGUI that is usually run in R environment. My problem is loading data into the programm. I have 6 gpr files that apparently are not compatible with limma. Everytime I'm trying to load the data (including a RNA targets file, an error appears:Error reading files. that I'm not sure,but seems to have something to do with the format of my files
2018 May 10
2
LLVM SCEV isAddRecNeverPoison and strength reduction
+CC llvm-dev On Tue, May 8, 2018 at 2:34 AM, Gal Zohar <Gal.Zohar at ceva-dsp.com> wrote: > I noticed that SCEV, when trying to perform strength reduction, doesn’t use > the ability to prove an induction variable does not signed/unsigned wrap due > to infinite loops. > > Is there an easy way to use the isAddRecNeverPoison function when > determining if strength reduction
2005 Nov 17
1
Morans I for Spatial Surveillance
Hello, I am interested in using Morans I for different time intervals to detect disease clusters. Ultimately I would like to use CUSUM - or similar monitoring statistic to monitor the results of Morans I - similar to the work by Rogerson (2005) Spatial Surveillance and Cummulative Sum Methods in Spatial and Syndromic Surveillance for Public Health. Thus far - thanks to the list I have