similar to: long username - netlogon problem - access denied

Displaying 20 results from an estimated 800 matches similar to: "long username - netlogon problem - access denied"

2005 Apr 26
2
problem with foxpor adir function under win'98
hi, we use samba as fileserver. i always download and install the newest version of it to keep the system up-to-date. but now i have a problem. i've updated to 3.0.14a. after it i can not start an old DOS program, because it sais a directory does'n exist. i tried to start it under win'98. under windows xp it had no problem and started. i consulted with the programmer and he said that
2017 Nov 18
2
family
Hi all, I am reading a huge data set(12M rows) that contains family information, Offspring, Parent1 and Parent2 Parent1 and parent2 should be in the first column as an offspring before their offspring information. Their parent information (parent1 and parent2) should be set to zero, if unknown. Also the first column should be unique. Here is my sample data set and desired output. fam
2023 Jun 03
2
What could cause rsync to kill ssh?
Rsync 3.2.7 is running on the Gentoo computer, which doesn't have a version, other than it's "current". I'm running the script from this computer. Rsync 3.1.2 is on the source computer, where the files come from, which is Ubuntu 18.0.4.6. I'm copying to a CIFS share mounted on the Gentoo computer. The rsync scripts are all similar to this one: /usr/bin/rsync -v -a
2023 Jun 03
1
What could cause rsync to kill ssh?
Maurice R Volaski <maurice.volaski at einsteinmed.edu> wrote: > Rsync 3.2.7 is running on the Gentoo computer, which doesn't have > a version, other than it's "current". I'm running the script from > this computer. > > Rsync 3.1.2 is on the source computer, where the files come from, > which is Ubuntu 18.0.4.6. > > I'm copying to a CIFS
2004 Sep 20
2
installing on alpha
I am trying to install R-1.9.1 on an alpha (Tru64 unix) platform. I had no problem previously installing R-1.4.0, but cannot get the new installation to work. First I ran "configure" specifying an alternate installation directory: ./configure --prefix=/appl/R-1.9.1 then ran "make" (note that this is NOT gmake, which may make the difference). The error message I
2004 Sep 20
2
installing on alpha
I am trying to install R-1.9.1 on an alpha (Tru64 unix) platform. I had no problem previously installing R-1.4.0, but cannot get the new installation to work. First I ran "configure" specifying an alternate installation directory: ./configure --prefix=/appl/R-1.9.1 then ran "make" (note that this is NOT gmake, which may make the difference). The error message I
2006 Sep 13
2
recursive methods for concatenating sets of files
Hello, I would like to read sets of files within a folder, perhaps using recursive methods. Right now, I rename the files before import. It would be even better to do this without renaming files, without providing explicit filenames, perhaps by importing files based on chronology, and translating each filename into a header? Please excuse my ignorance, and help cure my clunky programming
2004 Apr 02
2
Strange Fedora Booting problem: can not mount "LABEL=*" partitions
Hi, Just got Fedora FC1 vanilla 2.4.25kernel+libata8patch booting problems, FC1 complains that it can not automatically find&found partitions specified with "LABEL=" in /etc/fstab, and then falls me into repair mode. In the repair mode I can mount it manually without any problems. More interesting are: 1) I have several partitions specified with "LABEL=*" in
2004 Sep 25
2
Strange behavior of is.na() on lists
Hello R-users, I have observed that is.na() behaves strange on some lists. Here is a simple example: > a = list(list('asd')) > a [[1]] [[1]][[1]] [1] "asd" > for(i in 1:5) + print(is.na(a)) [1] TRUE [1] FALSE [1] TRUE [1] TRUE [1] TRUE > > for(i in 1:10) + print(as.integer(is.na(a))) [1] 0 [1] 10 [1] 1 [1] 0 [1] 140897024 [1] 134567568 [1] 1 [1] 1953720684
2016 Jul 26
3
Exportar datos en formato de Excel
Hola. En mi caso, no he podido resolver los problemas con el Java para usar XLConnect, que en los papeles me parece el mejor. Supongo que algo de la arquitectura del sistema o bien de la relación entre el Java, el R y el RStudio. Así que utilizo library(openxlsx) write.xlsx(datos, file = "EDA1.xlsx") #donde datos es el objeto que quiero guardar. Requiere instalar el RTools, según tipo y
2008 Aug 22
2
smbclient 3.2: smbc errno NT_STATUS_OK -> 22
As I was upgrading other things, the Debian package management system required me to upgrade Samba, from 3.0.24-6 to 3.2.0-4. All the sudden it quit working, which means I can't run an smbget or smbclient will allow DIR and CD but not GET. Either way with the new version I get (debugging on at level 10) smbc errno NT_STATUS_OK -> 22 followed by Can't read 64000 bytes at offset 0, file
2004 Nov 19
2
accessing the attributes of a list inside lapply()
Hello R-users, I have the following problem, that I want to solve efficiently: I have a named list, for example: > l <- list(a = 1, b = 3, c = 'asd') > l $a [1] 1 $b [1] 3 $c [1] "asd" I know that I can iterate through it using lapply() function, but I would also like to able to get the list names or some attributes of l in the lapply(). For example if I use
2006 Feb 23
1
partial mantel test
I would like to know how to run a partial mantel test controlling for spatial autocorrelation and correlation with other environmental variables. It seems that with function included in vegan for partial mantel test I can only test for the relationship between two variables controlling for the effect of a third one. Thanks a lot Alexandra --- Lic. Alexandra Sapoznikow Centro Nacional
2000 Apr 26
0
After upgrade to 2.0.6, Win98 users can't connect to Samba shares
Hello everyone - I just upgraded from Samba 1.9.16p9 to 2.0.6 last week. Samba is running on my Digital UNIX 4.0E (aka Tru64 aka OSF1) workstation, and I have various Win'95, Win'98, and NT 4.0 (SP4 & SP6) computers accessing the Samba shares. One share is read-only, and one is read/write to specific users (I've included my smb.conf file below). If a users accesses the
2020 Feb 13
3
Possible CORS issue
Hi I'm clutching at straws here. I have a user who requires access to a status-json.xsl to publish now playing data for an Alexa skill and this can be accessed via a browser at: - http://example.com:8000/status-json.xsl He says that now his PHP script cannot access the file. I know that Alexa requires *streams* to be served over https but this has previously worked and his skill is
2018 Nov 26
2
Tracking Listeners with Key and other parameters
I have an app that I've built that leverages the auth functionality of icecast2 to track when listeners are added to the stream and monitor what they listen to. I've ran in to an issue where if a listener disconnects for a few seconds then reconnects, I track them as a new user. I can't track by ip cause there may be a few people listening from the same public ip. In the docs I
2018 Dec 12
2
[Bug 109035] New: amazon echo dot technical support phone number
https://bugs.freedesktop.org/show_bug.cgi?id=109035 Bug ID: 109035 Summary: amazon echo dot technical support phone number Product: Mesa Version: 18.1 Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau Assignee: nouveau at
2018 Dec 05
2
https stream play 1 second and stop
I have the same issue occur on a windows server 2008 running 2.4.3 and recently upgraded to 2.4.4 I don’t know what open ssl was packaged with it. It seems to run fine for a week or two and then all of a sudden it starts this same issue of playing one second and then stopping. Restart the service and it works fine for another week or two. But only an issue on https, the http streams are fine.
2016 Jul 26
7
Exportar datos en formato de Excel
Buenos días a todos! Estoy trabajando con una base de datos que directamente he descargado de internet y después de prepararla un poco necesito exportarla a Excel he intentando con las dos opciones que mencionaré al final pero ninguna funciona, de qué otra manera puedo exportar esos datos a Excel... muchas gracias por su ayuda y pronta respuesta! 1) library(xlsx) library(rJava)
2013 Jun 28
2
tinc for Satellite connections (benchmarking)
Hello. I'm living in the country side where the communications are very very poor. My only choice is Satellite connection throw the French company Eurona which uses the network deployed by Skylogicnet. In general the latency is very bad (~800ms) and the network is very unstable. I have been investigating in the ISP routers which are in my path and there are many hops which are done in a