similar to: Problem connecting to Win2k share

Displaying 20 results from an estimated 1000 matches similar to: "Problem connecting to Win2k share"

2004 Nov 11
1
vpn with shortcuts?
Hi all, There's long time I'm having problems with a vpn... I'd be glad if somebody could check my current setup. Our problem is we're having tinc-vpn shortcuts while we have no bandwidth problem nither 'ssh' trouble. I attached some log lines from both the "server" and the "client". Some ASCII art... ___ ___ ___
2010 Dec 16
2
Samba printer management commands
Hi I am trying to setup remote printer management commands, so the users could add and delete printers from "Printers" share of Samba in Windows. I have this script, that is launched using an administrator account, when I add a printer from there, using a new TCP/IP port: ================================================================ #!/bin/bash {
2004 Dec 14
0
Problems with samba
Hi,i have the following problems with a try print a document using cups/samba to print in windows 2000 machine. When i try print the file, i have the following error: E [14/Dec/2004:16:45:29 -0200] [Job 6] Unable to connect to SAMBA host, will retry in 60 seconds...ERROR: SMB tree connect failed: NT_STATUS_ACCESS_DENIED E [14/Dec/2004:16:45:57 -0200] [Job 5] Unable to connect to SAMBA host, will
2008 Oct 27
0
Windows Clients Can't join a Samba-OpenLDAP Domain (bad passwod after 30 seconds)
Hi, I'm testing with a samba pdc openldap and I'm a bit confused of what I'm doing wrong. I have read some samba documentation and followed samba/openldap tutorials successfully , but I'm absolutely a novice. The problem is that when I'm trying to join the domain on windows machines and I put an Administrator user/password it says me that credentials are incorrect. When I
2007 Nov 20
0
smb signing is incompatible with share level security !
These are some of the error messages found in the logs from smb: Nov 20 16:09:32 dell01 smbd[5787]: Denied connection from (0.0.0.0) Nov 20 16:09:32 dell01 smbd[5787]: [2007/11/20 16:09:32, 0] lib/util_sock.c:get_peer_addr(1225) Nov 20 16:09:32 dell01 smbd[5787]: getpeername failed. Error was El otro extremo de la conexi?n no est? conectado Nov 20 16:09:32 dell01 smbd[5787]: Connection
2018 Apr 19
2
Interpretación NA's
Hola Tal vez la pregunta que tengo tenga una respuesta muy f?cil, sin embargo lo entiendo. Tengo una data frame que se ve as?: R> df semana precios ventas preciosCan 1 11724 3.512441 2 33.53 2 11726 3.512441 1 33.53 3 11727 3.512441 2 33.53 4 11728 3.512441 1 33.53 5 11729 3.512441 4 33.53 6 11730 3.512441 3 33.53
2009 Sep 11
1
smbclient -M
Hello *, I've fileserver with Debian Lenny and Samba 3.2.5 from the distro. I want the server to notify clients on some events with a popup. # smbclient -M Client01 Connection to Client01 failed. Error NT_STATUS_BAD_NETWORK_NAME but: # smbclient -L Client01 -U myuser Enter myuser's password: Domain=[MYDOMAIN] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager] Sharename Type
2017 Aug 31
2
Conectar Access con R
Buenas, Estoy usando R para conectarlo con ACCESS pero me da error: > conexion<-odbcConnect("ProductionReport.mdb") Warning messages: 1: In RODBC::odbcDriverConnect("DSN=ProductionReport.mdb") : [RODBC] ERROR: state IM002, code 0, message [Microsoft][Administrador de controladores ODBC] No se encuentra el nombre del origen de datos y no se especificó ningún
2018 Apr 19
2
Interpretación NA's
Hola Carlos Muchas gracias por tu respuesta. Saludos ________________________________ De: Carlos Ortega <cof en qualityexcellence.es> Enviado: jueves, 19 de abril de 2018 10:47:54 a. m. Para: Javier Nieto CC: r-help-es en r-project.org Asunto: Re: [R-es] Interpretaci?n NA's Pues que la peque?a variaci?n en las ventas no pueden explicarse con un precio constante. Hay otra variable
2008 Sep 09
0
Panic or segfault in Samba
The Samba 'panic action' script, /usr/share/samba/panic-action, was called for PID 2974 (/usr/sbin/smbd). This means there was a problem with the program, such as a segfault. Below is a backtrace for this process generated with gdb, which shows the state of the program at the time the error occurred. The Samba log files may contain additional information about the problem. If the
2010 Dec 06
2
Problemas instalando el paquete "ade4"
Un saludo R-inómanos: Les escribo porque tengo una duda que no he podido resolver por mis medios y actuales conocimientos. He querido instalar el paquete "ade4" en R (OP linux-ubuntu) pero no he podido por un error que según entiendo está relacionado con una librería. Me permito mostrarles el texto que me aparece luego de tratar de instalarlo desde los repositorios: >
2015 Apr 27
2
Como conectar R con una base de datos Access en Windows 64-bit (RODBC package)
Hola a tod en s, Tengo un problema a la hora de conectar una base de datos (*.mdb) de Access a RStudio utilizando windows 64-bit. Con el paquete RODBC utilizo el siguiente script que devuelve el error que indico: mdbConnect <- odbcConnectAccess("C:/Users/database.mdb") Error in odbcConnectAccess("C:/Users/Isa/FPI-AZTI/JUVENA/Databases/MEGASCOPE_JUVENA2014.mdb") :
2018 Jan 19
5
API de AEMET con R?
Desde el terminal de Ubuntu, he conseguido descargar los datos usando esto: DESCARGAR LISTA DE ESTACIONES wget --method GET --header 'cache-control: no-cache' --no-check-certificate --output-document - https://opendata.aemet.es/opendata/api/valores/climatologicos/inventarioestaciones/todasestaciones/?api_key=*vuestra api key* DESCARGAR DATOS HISTÓRICOS Diciembre 2017, ALICANTE wget
2008 Sep 05
5
PPTP Client Behind a Shorewall Firewall
Hi all, I´m running a server that frecuently needs to open a pptp session with a remote server outside my Company. This server is running behind a Shorewall firewall and I don´t find information in Shorewall web page because there is no information in the link http://www.shorewall.net/PPTP.htm#ClientsBehind Nowadays I can connect this server with the remote one but te session is closed after
2010 Jul 15
6
Error cargar datos ACCESS
Hola a todos, estoy intentendo cargar unos datos contenidos en una tabla de ACCESS, por lo que ejecuto los siguientes comandos dir<-"C:/Users/D/Desktop/" library(RODBC) cn<-odbcConnectAccess(paste(dir1,"datos.mdb",sep="")) pero me da el siguiente error Warning messages: 1: In odbcDriverConnect(con, ...) : [RODBC] ERROR: state IM002, code 0, message
2014 Mar 12
2
Lectura de texto
Hola Jorge, Algo pasa con el fichero... He abierto el link de Dropbox, y he salvado el texto como "txt.txt" en local. Pruebo a abrirlo en R y...: > scan(file="txt.txt")Error in scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings, : scan() expected 'a real', got 'ÿþM'> getwd()[1] "C:/Users/xIs12136/Downloads" Pruebo a abrirlo
2014 Feb 12
2
¿Máquina virtual gratuita con Linux y R ya instalado?...
Olmo, Miguel Ángel, Muchas Gracias! Se agradece el que lo pongáis tan fácil. Como va a estar todo actualizado a lo último, y vaya no me corre una especial prisa, sí que me gustaría tener acceso a lo que estáis preparando Miguel Ángel. Ya me dices lo que tengo que hacer... Gracias de nuevo, Carlos Ortega www.qualityexcellence.es El 12 de febrero de 2014, 11:58,
2011 Jul 31
1
[BUG?] LDAP authentication with aliases issues
Hello, I am trying to configure Dovecot with LDAP authentication. My LDAP tree structure is as following: dc=root,dc=pl \_ ou=Users \_ uid=test \_ ou=Mail \_ ou=domain.pl \_ uid=alias_to_test I cannot authenticate using 'uid=alias_to_test,ou=domain.pl,ou=Mail,dc=root,dc=pl'. If I try to authenticate using
2002 Nov 26
4
Problem using Lotus Notes
I?m running Mandrake 8.2 and installed Wine in a fake_windows directory. I could make Lotus Notes 507 work fine with most of its uses, but I?m having trouble with a specific application, which runs in Notes environment (a Notes database). The problem I have appears in Windows clients too, but in those cases it?s solved changing some parameters in Windows?s "Regional Settings". How can I
2020 Apr 06
0
samba-tool join faild. ERROR(ldb): uncaught exception - LDAP error 32 LDAP_NO_SUCH_OBJECT
I run command in debug mode level 3: root at DC02:~# samba-tool domain join conylec.local DC -U "conylec\administrador" --dns-backend=SAMBA_INTERNAL --server=DC01.conylec.local -d 3 GENSEC backend 'gssapi_spnego' registered GENSEC backend 'gssapi_krb5' registered GENSEC backend 'gssapi_krb5_sasl' registered GENSEC backend 'spnego' registered GENSEC