similar to: client NT always asks for password

Displaying 20 results from an estimated 200 matches similar to: "client NT always asks for password"

1999 Oct 20
0
slow concurrent accesses
Helo all I'm having performance problems with samba v2.0.3/freeBSD3.2 when there's more than one client using the same share. Every thing works, but very slowly - about 30 seconds to open an Access table. When there is only 1 client, it takes about a second. The server is almost 100% idle. I tried samba v2.0.5a on a Linux and the problem also exists. On a MSWindows NT workstation
1999 Jul 06
2
samba - passwords MD5
Hi all I've just installed 3.2-RELEASE FreeBSD with MD5 passwords, but it seems samba is unable to authenticate users on the machine: smbclient //atlas/jpsp -d 5 -U jpsp [ ...... lots of debug output ........ ] Session setup failed for username=jpsp myname=OBERON destname=ATLAS ERRSRV - ERRbadpw (Bad password - name/password pair in a Tree Connect or Session Setup are invalid.) You might
2004 Dec 06
2
handset to sound card
Does anybody know how to build a handset to sound card adapter ? Thanks! --------------------------------------- Norberto Harmath Centro de Comunicacion Cientifica Universidad de Buenos Aires
2013 Jun 09
3
Preparación de datos
Hola, ¿como están? Me encuentro haciendo un trabajo de Explotación de Información para la facultad y tengo un inconveniente a la hora de preparar los datos para poder operar con ellos. Tengo un atributo "Titulo Secundario" que cuenta con 139 valores diferentes (al final les dejo algunos de estos valores con la cantidad de ocurrencias de cada uno) y lo que quiero hacer es
2002 Jun 18
2
Print problem
Hi, I have a FreeBSD 4.1.1-RELEASE and samba-2.2.4 installed in my server, I have a printer configured and working through samba. My problem is, when I reboot my server, my Windows 2000 with service pack 2, can't print anymore, when I sent a printer job, there is no error, but nothing appear on printer, the other shares area ok, and I can get files from this shares. Then I restart the
2002 Aug 10
1
mount and user
My users need mount some units in windows 98, but I'don't want they login with root to do it. Anybody known a config to simple user mount the smbfs I modify fstab and permissions but the error is same: only root can mount units The linux are mandrake 8.0. recsky@yahoo.com.br ######################################################################## # ++ Void ++ # Frederico Recsky #
2010 Sep 01
0
problems with JGR and standard R GUI closing during calculations
Hi R help, I am having problems running calculations in both the standard R GUI (ver 2.11.0) and the Java GUI for R (1.7-2) in Windows XP Service Pack 3 (2.2 GHz processor with 2 GB of RAM). When I try to import my data and run calculations on it, the GUI closes within a minute, sometimes almost instantaneously after I try to import data to then run the rest of my script. Has anyone had this
2008 Dec 21
1
function prop.trend.test (stats)
To the R-help list, In the documentation of the prop.trend.test function in the stats package, no bibliography has been provided which would allow one to find out the theoretical basis of that function and/or details of its implementation. May I suggest that some bibliography be included, as it generally happens with other statistical functions. I currently use R 2.8.0 running on Windows XP.
2008 Sep 16
1
plotting on the figure margin
Dear R-list members, I am trying to put a legend just outside the plotting area of a graph. 1. Is there some way to plot symbols on the figure margin, in the same way as function "mtext" can write on the margin? 2. Is there some way to use the "legend" function (or some equivalent function) to plot a legend on the figure margin? 3. Any other way to plot either symbols or a
2006 Aug 08
1
parameter yaxs / function hist (graphics)
Dear R users, The parameters xaxs and yaxs (function par, package graphics) seem not to work with the function hist (package graphics), even when the parameters xlim and ylim are defined. Is there any way to make yaxs="i" and xaxs="i" work properly with the function hist, mainly to produce histograms that "touch" the horizontal axis? The R documentation and the R
2008 Aug 21
2
barplot with anchored bars
Dear R list members, How to produce barplots anchored to the x-axis (not floating above the x-axis) with a box around? With both following codes, the lower horizontal line of the box is below the y = 0 line: # first code x <- c(1,2,3,4) barplot(x,yaxs='i') box() # second code x <- c(1,2,3,4) op <- par(yaxs='i') barplot(x) box() par(op) The parameter yaxs='i'
2007 Dec 04
4
enable eyeBeam to accept only one call
Hello I'm using eyeBeam, and Asterisk keeps sending my clients a second call, when they are still in one call (because eyeBeam has lots of channels). I was using X-Lite (with 3 channels) and Asterisk never sent the client a second call. How can I force Asterisk (or eyeBeam) just to send one call at each time. Is this a configuration I need to do in eyeBeam or Asterisk? Thanks Regards Joao
2010 Apr 22
1
packages gdata / gtools - installation in R 2.11.0
Dear R-list members, I have just downloaded R version 2.11.0. Then I installed package gdata. At the end of the installation, a warning message said that package gtools could not be found. Package gdata was, after the installation, included in the "Package Index" in the help files. Messages during installation (which was made through the menu Packages / Instal package(s), choosing the
2006 Nov 22
3
saving graphics in jpeg format
Dear R users, I need to save a graph in jpeg format. After plotting the graph, when the graphics window is active, in the File menu, the Save as / Jpeg / 100% quality correctly saves the graph in jpeg format. But I would like to know, how could I control the resolution (in dpi) of the saved jpeg file? I need to produce a jpeg at 1200 dpi. I have tried also the jpeg function in the package
2006 Mar 02
0
RE: Asterisk-Users Digest, Vol 20, Issue 13
On Thu, 2006-03-02 at 11:42 -0600, Jordan Novak wrote: > Does anyone have a way to do wake calls? > > > > Jordan Novak > > Communications Technician > > Logistics Health Inc. You could use cron and /var/spool/asterisk/outgoing scripts to dial numbers, etc... > Can you elaborate, I am fairly new to Linux and a phone guy to boot. I am looking for a way for the
2008 Jun 30
4
Problem reading a CSV
Hi, I have a CSV file where each row has at least 20 columns and some rows have up to 30 columns of data. When I use the command, Pathways<-read.table('MetaCycSample3.csv',sep=',',header=FALSE,quote='"') anything past the 21st column gets kicked down to a new row. How can I fix this? Thanks, -Nina
2010 Jul 03
2
logistic regression - glm() - example in Dalgaard's book ISwR
Dear R-list members, I would like to pose a question about the use and results of the glm() function for logistic regression calculations. The question is based on an example provided on p. 229 in P. Dalgaard, Introductory Statistics with R, 2nd. edition, Springer, 2008. By means of this example, I was trying to practice the different ways of entering data in glm(). In his book, Dalgaard
2006 Mar 02
0
OT - Cisco IP Phone and PC in different VLANs(with802.1x)
Switch is only tagging the vlan packets. Once the PC loads the vlan aware driver ("client") it will be able to read tagged packet for the vlan which PC has been configured to use. Nothing to be done on the switch. W -----Original Message----- From: Joao Pereira [mailto:joao.pereira@fccn.pt] Sent: Thursday, March 02, 2006 1:15 PM To: Wojciech Tryc; asterisk-users@lists.digium.com
2014 Nov 06
2
diferentes escalas en el X de un grafico con varios paneles
Estimados, tengo el siguiente problema: Tengo que graficar la concentracion de un metabolito en algunas muestras contra la concentracion del solvente con que fue extraido. Las concentraciones varian desde cero (para un control) hasta varios miles de unidades de concentracion (miliMolar). Para que se puedan diferenciar los puntos en el eje X, se ha usado una escala logaritmica. Hasta ahi todo
2005 Feb 03
1
free pocketPC softphone (toshiba e750)
Hi all I have a pocketPC Toshiba e750 and I want to make SIP calls from it, but I didnt found any free softphones for my Toshiba. X lite's versions for pocketPC isnt free :( Did someone used before a free softphone for pocketPC? witch one? Thanks Joao Pereira www.fccn.pt