Displaying 20 results from an estimated 100 matches similar to: "I can not see the samba server in windows explorer"
2005 Feb 14
0
Problem when i join Win XP-SP2 client to samba
Hi, i have a lot of win XP clients with SP2 preinstalled and when i try to join to samba PDC i get an error:
[...]
user unknown or incorrect password.
[...]
The other clients (win 2000-SP4, NT-SP6, XP-SP1) work correctly, the problem is with XP-SP2. My version of samba is samba-2.2.8a.
Exists any solution without having to update to last samba?
thanks
Joan Ramos Ramos
2005 Feb 22
1
Samba 2.2.8 PDC to samba 3.0.11. Consecuences ?
Hello, i have a question, i have a samba 2.2.8 pdc with a lot of windows clients, ~1000
approximately. What happens with the joint clients if i upgrade to 3.0.11 ?
I don't want to return to join 1000 computers!
thanks
Joan Ramos Ramos <mailto:joanr@uni-post.com>
Dpto. Inform?tica
Tel.: +34 932 232 552 (Ext. 260)
Fax.: +34 932 230 151
2005 Feb 24
0
Gethostbyaddr failed
I'm installing samba 3 but when i try to mount a share from windows i get this error:
Gethostbyaddr failed for 192.168.1.5
Any solution?
thanks
Joan Ramos Ramos <mailto:joanr@uni-post.com>
Dpto. Inform?tica
Tel.: +34 932 232 552 (Ext. 260)
Fax.: +34 932 230 151
2005 Mar 09
1
samba 3 and ldapsam_compat
Hi, i'm trying to configure a samba-3.0.9-2.3 with suse 9.2 and openldap2-2.1.12-74 in another server but i have a strange problem. My samba schema is old and i have use the ldapsam_compat parameter on samba 3.
My problem:
I mount a share of samba 3 server on my linux:
# mount -t smbfs -o username=joanr //192.9.200.147/dpd /mnt
Password:
30004: tree connect failed: ERRDOS - ERRnoaccess
2014 Jun 26
2
[LLVMdev] problem with X86's AVX assembler?
On Thu, Jun 26, 2014 at 5:47 AM, Adam Nemet <anemet at apple.com> wrote:
> Hi Jun,
>
> On Jun 25, 2014, at 8:14 AM, Jun Koi <junkoi2004 at gmail.com> wrote:
>
> > Hi,
> >
> > I am trying to assemble below instruction with latest LLVM code, but
> fail. Am I doing something wrong, or is this a bug?
> >
> >
> > $ echo "vaddps zmm7
2014 Jun 26
2
[LLVMdev] problem with X86's AVX assembler?
On Thu, Jun 26, 2014 at 10:23 AM, Adam Nemet <anemet at apple.com> wrote:
>
>
> On Jun 25, 2014, at 7:05 PM, Jun Koi <junkoi2004 at gmail.com> wrote:
>
>
>
>
> On Thu, Jun 26, 2014 at 5:47 AM, Adam Nemet <anemet at apple.com> wrote:
>
>> Hi Jun,
>>
>> On Jun 25, 2014, at 8:14 AM, Jun Koi <junkoi2004 at gmail.com> wrote:
>>
2014 Jun 25
2
[LLVMdev] problem with X86's AVX assembler?
Hi,
I am trying to assemble below instruction with latest LLVM code, but fail.
Am I doing something wrong, or is this a bug?
$ echo "vaddps zmm7 {k6}, zmm2, zmm4,
{rd-sae}"|./Release+Asserts/bin/llvm-mc -assemble -triple=x86_64 -mcpu=knl
-show-encoding -x86-asm-syntax=intel
.text
<stdin>:1:31: error: unknown token in expression
vaddps zmm7 {k6}, zmm2, zmm4, {rd-sae}
2013 Oct 02
0
Fwd: Seminario sobre estimacion para areas pequeñas. "Small Area estimation"
Estimados compañeros
Escribo para anunciar en la lista que el martes de la semana que viene (8
de Octubre) a la *13:00 h. *tendrá lugar en el *Instituto de Ciencias
Matemáticas del CSIC-* *ICMAT (Universidad Autónoma, Cantoblanco,ver
ubicacion <http://www.icmat.es/facilities/howtoarrive>) (Aula Gris 1),
Madrid* un seminario sobre "Estimacion para areas pequeñas" ( "Small
2017 Mar 07
0
Potential clue for Bug 16975 - lme fixed sigma - inconsistent REML estimation
Dear list,
I was trying to create a VarClass for nlme to work with Fay-Herriot
(FH) models. The idea was to create a modification of VarComb that
instead of multiplying the variance functions made their sum (I called
it varSum). After some fails etc... I found that the I was not getting
the expected results because I needed to make sigma fixed. Trying to
find how to make sigma fixed I run into
2002 Jul 18
0
My app run very slow... help!!
Hello
I was test wine whit financial program (name SAE 2.6)
in differents systems(like Pentium3, Athlon 950, P4)
but when the program (SAE 2.6) opened some windows
they drawing very slow.
What can i do for do wine faster? or someone know
somes config wherever for do fasfer...
System
Mandrake 8.2
wine20020509-i586mdk.rpm
libwine20020509-i586mdk.rpm
2007 Nov 13
0
resampling
Dear all,
I sample without replacement elements of a vector and generate a new
vector:
kl<-c(1,1,1,1,1,2,2,2,2,2,3,3,3,3,3,4,4,4,4,5,5,5,5,5,6,6,6,6,6,7,7,8,8,
8,8,8,8,8,8,8)
the_index<-c(sample(40,35))
for(fs in
1:length(the_index)){if(fs==1){s<-c(kl[the_index[fs]])}else{s<-
append(s, kl[the_index[fs]], after = length(s))}}
I am running in BATCH mode this script in a
2005 Feb 23
2
Creating extension groups
Hi
I want to create 2 groups of extensions, for example group 1 can't make outgoing calls they can only call other extensions and extensions of group 2. group 2 can call any of the extensions + they can make out going calls using our SIP server.
Please let me know how to do this. I was going through the docs and I sae that I have to specify a group in zapta.conf , this is not clear please
2009 Jun 12
1
Can't get F77_CALL(dgemm) to work [SEC=UNCLASSIFIED]
Hi
I am new to writing C code and am trying to write an R extension in C. I
have hit a wall with F77_CALL(dgemm) in that it produces wrong results.
The code below is a simplified example that multiplies the matrices Ab and
Bm to give Cm. The results below show clearly that Cm is wrong.
Am=
1 2 3 4
5 6 7 8
9 10 11 12
13 14 15 16
17 18 19 20
Bm=
1 1 1
1 1
2017 Jan 13
3
input en markdown
Hola lista:
Una duda rápida (espero).
¿Se puede hacer un "inlcude" o un "input" en markdown?
sin emplear Rmarkdown o knitr.... solo puro markdown, de modo que por
ejemplo github lo interprete o un visor básico de markdown.
la idea es q un file muestre(contenga) todo pero tener la info
distribuida en varios files.
Gracias.
--
Antonio Maurandi López
Sec. Apoyo
2017 Jun 06
3
Tablas en R
Hola doblett
Creo qeu el paquete stargazer te puede ayudar:
https://cran.r-project.org/web/packages/stargazer/index.html
http://jakeruss.com/cheatsheets/stargazer.html
Un saludo.
El 6 de junio de 2017, 15:17, Álvaro Hernández <alvarohv en um.es> escribió:
> Hola, doblett:
>
> Yo utilizo normalmente el paquete 'tables' que tiene una documentación
> bastante buena.
2006 Mar 22
0
Winpopup/RealPopup
Hi all,
I have network with few win 95/xp machines and suse 9.3 prof server. On
every win client is installed RealPopup (RealPopup homepage:
www.realpopup.it).
I can send popup message from my xp computer to win 95, and I can get reply
on new message addressed from win 95 computer, so looks like popup
communication works well.
If I use:
server:~ # echo "test" | smbclient -M bane
2019 Dec 04
0
Can't see a specific mail in thunderbird but with mobile mail client
Am 03.12.19 um 12:32 schrieb J. Echter via dovecot:
> Hi,
>
> i've seen a strange behaviour in our system (centos 7, dovecot 2.2.36
> (1f10bfa63) today.
>
> We got a mail and it got delivered.
>
> Dec? 3 07:56:25 mail postfix/lmtp[4013]: 915B0CEF4C2: to=<user at domain>,
> relay=mail[private/dovecot-lmtp], delay=1.5, delays=1.3/0.03/0.02/0.19,
> dsn=2.0.0,
2019 Dec 03
2
Can't see a specific mail in thunderbird but with mobile mail client
Hi,
i've seen a strange behaviour in our system (centos 7, dovecot 2.2.36
(1f10bfa63) today.
We got a mail and it got delivered.
Dec? 3 07:56:25 mail postfix/lmtp[4013]: 915B0CEF4C2: to=<user at domain>,
relay=mail[private/dovecot-lmtp], delay=1.5, delays=1.3/0.03/0.02/0.19,
dsn=2.0.0, status=sent (250 2.0.0 <user at domain> AOhCNBgH5l2vDwAAtnFApQ:2
Saved)
Dec? 3 07:56:25 mail
2019 Dec 04
0
Can't see a specific mail in thunderbird but with mobile mail client
Hi,
i did but it seems to contain garbage to me.
here's the .in file:
1575450806.299222 2 COMPRESS DEFLATE
1575450806.300114 2V?tQ?P?K?MURP
1575450806.300114
?(?KI-J?,J^A??R??3???,3^K=#=#%M^.^@^@^@^@??2Q(N?IM.QP??s??P??^B^@^@^@??2U^H^E^Z??Z???`h???????^^^LT
1575450806.304341
^@^@^@??2^C^Z????^E^@^@^@??r??^C?^@^@^@^@??2W???/??^B^@^@^@???@Rnafibi??^G^@^@^@??d??^N?
2008 Jul 01
1
Users can't delete an email (Totally Random effect)
Hello all... Found a weird one here. I tried to search the web but I'm
not having luck so I thought I'd hit the mailing list.
We have noticed off and on all school year that every so often a user
gets an email that they just can't delete using Thunderbird or Outlook
over IMAP (we do not support Pop3 anymore.) Essentially the user clicks
the email and takes it to the trash.