similar to: samba is freezen when is accessed by two different computers at same time

Displaying 20 results from an estimated 200 matches similar to: "samba is freezen when is accessed by two different computers at same time"

2007 Jan 03
1
samba is freezen when it is accessed from different computers at same time
Hi all, I just installed Samba 2.2.12 on a HPUX 11.0 (192.1.1.1) and I'm sharing nfs "samba" data on another cpu (192.1.1.8). bdf (192.1.1.1): 192.1.1.8:/dsp1/fontes 14540800 13990536 517304 96% /nfs/fontes >From a windows xp (professional) computer I can do copy, paste, etc . If I call a cobol application, it run ok too, but when another user calls the same cobol
2009 Jun 29
0
DomUs don''t shutdown with cpu-pinning configured
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, since pinning the cpu cores to Dom0 and the DomUs the shutdown of the VMs doesn''t work anymore. When shutting down or rebooting a DomU the DomU just freezes after the shutdown process but won''t reboot or stop the DomU. The shutdown itself seems to be complete though. We can reproduce this problem on 4 different servers.
2004 Dec 15
1
Easy question? Get started with the Demo
Hello, I?m trying to get started with asterisk/SIP so I was trying the demo that is provided in the extensions config file, but the call isn?t ?answered? by my server when I try calling the number that I registered at my SIP provider. I?ve registered with register => John.Doe:MyPass:MyUser@my-sip-provider in sip.conf and if I use ?sip debug? I can see the call is coming in but then nothing
2004 Dec 16
1
Calls arent handled by asterisk - destruction of call
Hello, I'm trying to get started with asterisk/SIP so I was trying the demo that is provided in the extensions config file, but the call isn't "answered" by my server when I try calling the number that I registered at my SIP provider. I've registered with register => John.Doe:MyPass:MyUser@my-sip-provider/1000 in sip.conf and if I use "sip debug" I can see the
2007 Nov 23
1
formatting POSIXlt object as strip labels in lattice plot
Dear list, I'm plotting a lattice plot xyplot(Volume ~ Weight | as.character(DateTime)) where DateTime is a POSIXlt object. This produces strip labels in the format e.g. "2007-11-15 23:15:00" and panels are plotted in the correct order. I'd prefer a format "15 Nov 23:15", but if I use format(DateTime,format="%d %b %H:%M") to do the conversion, then the
2014 Jan 28
1
safenet eToken 5100 pkcs11 bug(?)
Guys, I am not able to get it run. I can not say where is the problem but it seams that the openssh client is not able to get list of rsa key from token. See two logs from pkcs11-spy. one is for "ssh -I" the second is for "pkcs11-tool -O" In the second log there is private_key visible or offered in the first one is not. I use openssh 6.4 version on Linux or Mac. Log from
2008 May 05
3
TDM410P driver?
Quick and dirty question: for the TDM410P I must use the wctdm24xxp driver? Att Vin?cius Fontes Desenvolvimento Canall Tecnologia em Comunica??es Ltda.
2012 Jun 08
2
Percent of a given subset
How would I find the Percent of FuelTypeNum within the Band given AvailableMW? example: type 1 is 1% of PB0 type 2 is 54% of PB0 type 4 is 4% of PB0 type 5 is 42% of PB0 Note: the Bands and fuel types are not always constant. Data: FuelTypeNum Bands AvailableMW AvailableMWNewFormat 1 PB0 185319 185.319 2 PB0 18352000 18352 4 PB0 1338785 1338.785 5 PB0 14189756 14189.756 2 PB1
2009 Oct 28
2
[LLVMdev] windows build
done http://llvm.org/bugs/show_bug.cgi?id=5331 shrey On Wed, Oct 28, 2009 at 3:29 PM, Óscar Fuentes <ofv at wanadoo.es> wrote: > shreyas krishnan <shreyas76 at gmail.com> writes: > >>     I am running into bunch of windows build issues. Can someone >> please provide help on what might be going wrong >> >> >>
2008 Nov 14
1
lines.formula with subset
Dear list, When I try to use lines.formula with subset and another argument I get an error. e.g. x<-1:5 y<-c(1,3,NA,2,5) plot(y~x, type="n") # set up frame lines(y~x, subset=!is.na(y)) # works OK lines(y~x, type="o", col="blue") # works OK # but lines(y~x, subset=!is.na(y), col="red") # gives an error: Error in if (length(x) == l) x[s] else x :
2010 Mar 10
2
PGSQL application
Does the application PGSQL has been removed from Asterisk? Couldn't find it on Asterisk source and addons. Atenciosamente, Vin?cius Fontes Gerente de Seguran?a da Informa??o Canall Tecnologia em Comunica??es Passo Fundo - RS - Brasil +55 54 2104-7000 Information Security Manager Canall Tecnologia em Comunica??es Passo Fundo - RS - Brazil +55 54 2104-7000
2008 Apr 24
1
Full queue issues
Hello everyone. I got a little problem in here: I want to set up a queue so that if anything of these happens: a) No agents logged in b) All agents busy Then the user gets diverted somewhere. I used this (for testing purposes only, of course): exten => 7080,1,Answer() exten => 7080,n,Queue(teste) exten => 7080,n,Goto(${QUEUESTATUS}) exten => 7080,n(ERROR),NoOp(${QUEUESTATUS}) exten
2002 Aug 13
2
Word and samba
Greetings Group I think the Word crashing problem is quite common and does not confine itself to Samba as PDC. Running Word with any file open on a Samba server seems to invite trouble and file trashing. This seems to more of a problem with Win2000 and XP than Win9X and NT. I suspect that Micorsoft have "improved" the code to "optimise" performance for Micorsoft
2007 Aug 03
0
Intel P35 / quad-core support for HPC applications
Hello all, Does anyone have experience with CentOS and the Intel P35 or G33 chipset? I've googled about and poked in the CentOS forums, but I've generally found questions without responses. I'm part of a university research group doing CFD (computational fluid dynamics). We're incrementally updating our computing power and have been looking at Intel quad-cores and the P35
2009 Oct 09
1
subsetting key on qqmath
Dear R list, The code below puts qq-plots for two of three groups on the one plot. However the legend includes all three groups, ie the auto.key ignores the subset instruction. Is there an easy way to get around this, so that only those groups plotted are included in the legend? y1<-rnorm(100); y2<-rnorm(100)+1; y3<-rnorm(100)+2; y<-c(y1,y2,y3)
2015 Aug 12
2
webrtc no audio
Dne 11.8.2015 v 12:18 Joshua Colp napsal(a): > Vinicius Fontes wrote: >> I'm having the same issue! The difference in my case is Asterisk server >> has a public IPv4 and the browser is behind a single NAT. >> >> I'm forwarding my configuration below (which I posted previously on >> asterisk-users). >> >> How can we debug ICE negotiation? >
2015 Aug 11
2
webrtc no audio
I'm having the same issue! The difference in my case is Asterisk server has a public IPv4 and the browser is behind a single NAT. I'm forwarding my configuration below (which I posted previously on asterisk-users). How can we debug ICE negotiation? ---------- Forwarded message ---------- From: Vinicius Fontes <vinicius at aittelecom.com.br> Date: 2015-07-27 13:54 GMT-03:00
2009 Dec 29
1
T.38 and Linksys SPA8000
Hello everyone. I'm trying to set up a SIP DID on a customer, which uses T.38 for faxing. Voice is working great, but I never configured anything using T.38 in Asterisk so I'm kinda lost. On my googling I found out that would be best letting the Linksys SPA8000 (for those that don't know, it's identical to the PAP2 but with 8 ports instead of 2) and the telco negotiate with each
2006 Oct 11
0
RE: [Xen-ia64-devel] [IPF] Xen3.0.3 RC3 can not create VTI_domain
This issue only happened on creating VTI domain in IPF platform. Creating IA32 or IA32E VMX domain is okay. Best Regards, Yongkang (Kangkang) 永康 >-----Original Message----- >From: xen-ia64-devel-bounces@lists.xensource.com >[mailto:xen-ia64-devel-bounces@lists.xensource.com] On Behalf Of Zhang, >Jingke >Sent: 2006年10月11日 16:35 >To: xen-ia64-devel@lists.xensource.com
2009 Apr 02
0
[LLVMdev] patch: MSIL backend - interfacing vararg pinvoke functions with Mono
Hi, This patch allows executing code with vararg pinvoke functions under Mono. It generates separate function declaration for each call signature. Artur -------------- next part -------------- A non-text attachment was scrubbed... Name: varargs.patch Type: text/x-patch Size: 5331 bytes Desc: not available URL: