Displaying 7 results from an estimated 7 matches for "eda1".
Did you mean:
eda
2018 Jun 07
1
Lots of failed message in smbd.log: NT_STATUS_OBJECT_NAME_NOT_FOUND
Attached smb.conf now inline:
[global]
security = ADS
workgroup = MUC
realm = europe.bmw.corp
netbios name = eda
netbios aliases = lpeda1 lpeda1.muc
log file = /lfs/EDA/DATA/SOFTWARE/samba/var/log/samba/%m.log
log level = 2
# Default ID mapping configuration for local BUILTIN accounts
# and groups on a domain member. The default (*) domain:
# - must not overlap with any domain ID mapping configurat...
2019 Jan 13
2
smbclient fails NT_STATUS_INVALID_HANDLE with Windows 7 KB4480970
...or directory
cmdline_messaging_context: Unable to initialize messaging context.
Unable to initialize messaging context
lp_load_ex: refreshing parameters
Initialising global parameters
rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384)
added interface eth0 ip=2601:14e:c080:e47:eda1:9444:d39f:d852 bcast=
netmask=ffff:ffff:ffff:ffff::
added interface eth0 ip=192.168.0.101 bcast=192.168.0.255 netmask=255.255.255.0
Client started (version 4.9.4).
Connecting to 192.168.0.3 at port 445
got OID=1.3.6.1.4.1.311.2.2.30
got OID=1.3.6.1.4.1.311.2.2.10
GENSEC backend 'gssapi_spnego...
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 arquitectura del sistema
operativo que utilices para que camine (para Win:
https://cran.r-project.org/bin/windows/Rtools/). Es importante que RTools
se instale en el path que pone por defecto (ni ide...
2020 Jul 01
2
Issues with FLOCK on NFS Share
...= yes
unix extensions = no
unix charset = UTF-8
kerberos method = secrets and keytab
#
[test]
comment = EDA Archive Test
directory = /lfs/EDA/DATA/SHARES/test/%U
browseable = no
writable = yes
directory mask = 0700
create mask = 0600
force user = qqeda11
force group = eda1
kernel share modes = no
> Howdy!
>
> Am 6/30/20 um 2:37 PM schrieb Georg.Biberger--- via samba:
>> We are using Samba 4.10.16 as a readonly file server on a linux box with SLES 12. All is working fine with our NAS NFS Shares. We are now trying to integrat...
2020 Jun 30
3
Issues with FLOCK on NFS Share
On 30/06/2020 14:55, Ralph Boehme via samba wrote:
> Howdy!
>
> Am 6/30/20 um 2:37 PM schrieb Georg.Biberger--- via samba:
>> We are using Samba 4.10.16 as a readonly file server on a linux box with SLES 12. All is working fine with our NAS NFS Shares. We are now trying to integrate new NFS Shares from an archive provider. We have some problems with samba not responding, when
2005 Oct 04
6
boxplot statistics
I have read and reread the boxplot and the boxplot stats page, and I
still cannot understand how and what boxplot shows. I realize that
this might be due to me not knowing enough statistics, but anyway...
First, how does boxplot determine the size of the box? And is the line
inside the box the mean or the median (or something completely
different?) And how does it determine how long out the
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)