search for: adir

Displaying 20 results from an estimated 50 matches for "adir".

Did you mean: addr
2016 Apr 01
2
knit and smbclient executed with different users but no error thrown
...rt hence this doubt. I am using win 2003 AD. [root at 0050568B7DEB samba-4.3.4]# klist klist: No credentials cache found (ticket cache FILE:/tmp/krb5cc_0) [root at 0050568B7DEB samba-4.3.4]# kinit nagaraj Password for nagaraj at TEST.LOCAL: [root at 0050568B7DEB samba-4.3.4]# ./bin/smbclient -L ADIR -s /etc/samba/smb.conf -U test123 -k -d 5 INFO: Current debug levels: all: 5 tdb: 5 printdrivers: 5 lanman: 5 smb: 5 rpc_parse: 5 rpc_srv: 5 rpc_cli: 5 passdb: 5 sam: 5 auth: 5 winbind: 5 vfs: 5 idmap: 5 quota: 5 acls: 5 locking: 5 msdfs: 5 dmapi: 5 registry...
2005 Apr 26
2
problem with foxpor adir function under win'98
...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 it seems fox pro's adir function returns wrong value under windows'98. so i've downgraded my samba to 3.0.10 and now the program runs fine under both windows'98 and windows xp. is it a known bug or maybe i have to set something in the samba.cfg file? Attila Mesterhazy
2016 Apr 04
0
knit and smbclient executed with different users but no error thrown
...003 AD. > > [root at 0050568B7DEB samba-4.3.4]# klist > klist: No credentials cache found (ticket cache FILE:/tmp/krb5cc_0) > > [root at 0050568B7DEB samba-4.3.4]# kinit nagaraj > Password for nagaraj at TEST.LOCAL: > > [root at 0050568B7DEB samba-4.3.4]# ./bin/smbclient -L ADIR -s > /etc/samba/smb.conf -U test123 -k -d 5 > INFO: Current debug levels: > all: 5 > tdb: 5 > printdrivers: 5 > lanman: 5 > smb: 5 > rpc_parse: 5 > rpc_srv: 5 > rpc_cli: 5 > passdb: 5 > sam: 5 > auth: 5 > winbind: 5 > vfs: 5 &g...
2007 Jul 23
1
Theora and OLPC
Hi guys, My name is Adir. I'm a Google Summer of Code student, and in addition to that I will be working both with Xiph.org and with OLPC on optimizing Theora's performance. I'm in the list to get a shiny B4, but at the moment I can't do anything since sending the laptop to my place involves some difficult...
2006 Apr 18
1
[patch] sparc build fix
add object rules so that the division, remainder and friends get really build on sparc, patch from Fabio M. Di Nitto <fabbione@ubuntu.com>. reworked to apply on latest git tree. Signed-off-by: maximilian attems <maks@sternwelten.at> --- Has been since long in the Debian and Ubuntu klibc. diff --git a/klibc/arch/sparc/Makefile.inc b/klibc/arch/sparc/Makefile.inc index
2014 Dec 17
3
Problema con el subset
...- range(as.Date(dfgrupo$fecha)) yrange <- range(dfgrupo$z) plot(xrange, yrange, type = "n", xlab = "Fecha del interlaboratorio",       ylab = "Z-score") colors <- rainbow(ntrees) ltipo <- c(1:ntrees) char <- seq(18, 18 + ntrees, 1) # Añadir las lineas al grafico for (i in 1:ntrees) {     tree <- dfgrupo[ dfgrupo$param == levels( dfinter$param )[ i ], ]      lines(as.Date(dfgrupo$fecha), dfgrupo$z, type = "b", lwd = 1.5,            col = colors[i], pch = char[i]) } # Añadir un titulo and subtitulo tit...
2010 Feb 11
2
LinkingTo and C++
...ibrary '/usr/local/lib/R/library/B/libs/B.so': /usr/local/lib/R/library/B/libs/B.so: undefined symbol: _ZN1AD1Ev Calls: :: ... tryCatch -> tryCatchList -> tryCatchOne -> <Anonymous> If I then add a Makevars in B with this : # find the root directory where A is installed ADIR=$(shell $(R_HOME)/bin/Rscript -e "cat(system.file(package='A'))" ) PKG_LIBS= $(ADIR)/libs/A$(DYLIB_EXT) Then it works: $ Rscript -e "B::g()" [1] "hello" So it appears that adding the -I flag, which is what LinkingTo does is not enough when the package &qu...
2004 Jul 17
0
mkstemp failed: (code 23) main(633)
...ata to a NFS mounted disk outside our immediate local network. Needless to say that rsync works fine for all local disks whether nfs mounted or local to the cpu. However when I try to use rsync to copy files on the remote system (yet NFS mounted so I don't have to use remote login ) rsync -rav Adir c rsync copies the directory tree under Adir just fine but not a single regular (text, binary) file. mkstemp "/usr/rsync/c/TestA/.TestA.1.hTdMYs" failed: Operation not supported on socket rsync error: some files could not be transferred (code 23) at main.c(633) In Adir is a directory...
2006 Feb 27
0
Authenticating users via samba to an active directory
...The requirement is that the host samba server be a member of the active directory. And the config mechanism uses "/usr/bin/ntlm_auth --helper-protocol=ntlm-server-1" The smb.conf file being used is [global] workgroup = security = domain password server = p.q.r.s realm = ADIR.HULL.AC.UK preferred master = no server string = Hull Comms support server security = ADS use spnego = yes encrypt passwords = yes log level = 3 log file = /var/log/samba/%m max log size = 50 winbind separator = + idmap uid = 10000-20000 idmap gid = 10000-20000...
2010 Dec 16
2
Samba printer management commands
...--regexp-extended 's/\s+/_/g') # Nombre del recurso compartido SHARENAME=$2 # Nombre del puerto PORTNAME=$3 # Nombre del controlador DRIVERNAME=$4 # Localizaci?n LOCATION_OLD=$5 # Localizaci?n en Windows 95 LOCATIONWIN9X=$6 # Comprobar la sintaxis de la localizaci?n, y a?adir el protocolo por defecto si no lo tiene if [[ ! ${LOCATION_OLD} =~ ":/" ]] then LOCATION_NEW="lpd://${LOCATION_OLD}" else LOCATION_NEW="${LOCATION_OLD}" fi # Mostrar mensaje echo "A?adiendo impresora. Nombre: $1 (${LPNAME}); recurso: ${SHARENAME}; puert...
2006 Feb 23
1
Problems joining a RHEL4.0 version of samba to an active directory
...ip=127.0.0.1 bcast=127.255.255.255 nmask=255.0.0.0 testa's password: [2006/02/23 10:05:34, 0] utils/net_ads.c:ads_startup(186) ads_connect: Strong(er) authentication required [2006/02/23 10:05:34, 2] utils/net.c:main(859) return code = -1 If however I try "kinit -V <myuserid>@ADIR.HULL.AC.UK" and enter my AD password it works. If I try the same with the administrator password, it works. My smb.conf file looks like [global] # Replace 'OPEN' with the name of your Windows domain: workgroup = ADIR.HULL.AC.UK # You may also need to specify the realm if you...
2006 Mar 09
2
Using ntlm_auth to authneticate to an NTLMv2 AD
...get a radius server to authenticate to AD via the samba ntlm_auth program. I've just built samba vsn 3.0.21c with the following config parameters ./configure --with-pam --enable-socket-wrapper --with-ldapsam --with-syslog --with-ldap --with-winbind My smb.conf has global] workgroup = ADIR security = domain password server = 150.237.54.198 realm = ADIR.HULL.AC.UK preferred master = no server string = Hull Comms support server security = ADS use spnego = yes encrypt passwords = yes log level = 3 log file = /var/log/samba/%m max log size = 50 winbind...
2007 May 16
2
read.table opening a website incl Password
...e("http://www.lifetable.de/data/MPIDR/POL_2004.txt", header=TRUE) But what happens if I need a username and password (a different site)? How do I do that? Or is it not possible to this in R? I tried something like this mydata.frame <- read.table("myusr:mypswd at www.mydata.com/adir/afile.txt") but it did not work. I'd appreciate any hints. My platform is Win32 (and I am actually running R 2.3.1, but I guess (hope!) this is not the reason. At least I checked the NEWS file whether any changes appeared since 2.3.1 which could affect this behavior). Thanks, Roland
2014 Dec 06
2
sernet samba4 on Ubuntu
...ade a litle manual, but in Spanish version. It is based on Samba Wiki with some changes made by my self. >> >> I made a local repo of Sernet Samba 4 packages by apt-cache (debmirror not work), and I instal from this local repo: >> >> This is the part: >> >> 4.- A?adir el repo local de Sernet-Samba4 al APT. >> >> Contenido del archivo /etc/apt/sources.list.d/sernet-samba4.list: >> >> deb file:///media/flash/sernet-samba4-repo/4.1/debian [1] wheezy main >> >> 5.- Modificar el comportamiento del APT con respecto a los repos a?adi...
1999 Jul 02
1
preexec: return code not used? (PR#18576)
T.D.Lee@durham.ac.uk wrote: > > > But we'd like to go one step further and have the return code from preexec > be used to continue or abort the connection being established. The script > above would be modified to generate this return code. > > Looking through the source code (smbd/service.c), it doesn't seem to check > the return code (calling smbrun to do the
2014 Dec 06
0
sernet samba4 on Ubuntu
...w. > > I made a litle manual, but in Spanish version. It is based on Samba Wiki with some changes made by my self. > > I made a local repo of Sernet Samba 4 packages by apt-cache (debmirror not work), and I instal from this local repo: > > This is the part: > > 4.- A?adir el repo local de Sernet-Samba4 al APT. > > Contenido del archivo /etc/apt/sources.list.d/sernet-samba4.list: > > deb file:///media/flash/sernet-samba4-repo/4.1/debian [1] wheezy main > > 5.- Modificar el comportamiento del APT con respecto a los repos a?adidos: > > C...
2014 Oct 08
4
Pregunta sobre manipulación de shapefile
...Hola: No sé si he entendido bien, pero: con la función fortify del paquete ggplot, conviertes un SpatialPolygonDataFrame en un data.frame corriente como el que tú has construido (con una columna adicional que agrupa los puntos que corresponden al mismo polígono). A ese data.frame luego le puedes añadir las columnas que quieras y pintarlo encima de un tile de google maps (siempre que la proyección del SpatialPolygon se establezca a lon lat) Aquí tienes un ejemplohttps://github.com/maritrinez/R_Maps_workshop/blob/master/maps_with_R.md#2-plot-a-map-on-a-street-map El enlace debería llevarte al segun...
2014 Dec 06
4
sernet samba4 on Ubuntu
Yes, it did install a bunch of packages from the sernet site. So far all the tests are failing. Seems that Sernet put samba under slightly different directories so I am struggling with testing. I was hoping there was some documentation on sernet site that I was having trouble finding, obviously not. Give me some time. It is just different again (from CentOS howto I had used in the past.) I
2014 Dec 06
0
sernet samba4 on Ubuntu
...ferents subnets and it woks very well until now. I made a litle manual, but in Spanish version. It is based on Samba Wiki with some changes made by my self. I made a local repo of Sernet Sa mba 4 packages by apt-cache (debmirror not work), and I instal from this local repo: This is the part: 4.- A?adir el repo local de Sernet-Samba4 al APT. Contenido del archivo /etc/apt/sources.list.d/sernet-samba4.list: deb file:///media/flash/sernet-samba4-repo/4.1/debian [1] wheezy main 5.- Modificar el comportamiento del APT con respecto a los repos a?adidos: Contenido del archivo /etc/apt/preferences.d/sern...
2015 Sep 04
2
Añadir escala a un mapa
...lat[1:7], label=nombres.pluvio, hjust=0.2, vjust=1), size=5.2) + scale_shape_manual(values=c(21,24,22,23)) + geom_polygon(aes(x=long, y=lat, group=group), data=area.fort, colour="black", fill="brown", alpha=0.15, size=0.5, linetype=5) dev.off() Mi duda es: ¿Cómo puedo añadir una escala en km a esa imagen (mapa)? Gracias de antemano, Saludos, Marcos [[alternative HTML version deleted]]