similar to: Vista and "System error 53 has occurred"

Displaying 20 results from an estimated 100 matches similar to: "Vista and "System error 53 has occurred""

2008 Jan 24
2
Windows Vista password dialog keeps coming up
Hi, I have come to my wits end again (lately, it's a very short trip). I have been trying to connect to Samba 3.0.21b but Windows keeps throwing up the logon dialog. I'm using "Map network drive" to try to mount this share. It seems the problem is only on the Windows side since I have tested the connection through the Unix account. Both user id and password work fine.
2008 Jan 25
0
VPN and NetBIOS aliases
Hi,I'm wondering if anyone has run into this but I found out that I can't use Window's VPN connection and logon to Samba using Aliases. I can log into the server using the server's main NetBIOS name but I can't use any of the aliases. Whilst inside the network the aliases work fine.Any ideas on how to get around this?# Samba config file created using SWAT # from 192.168.1.200
2013 Oct 06
1
Rsync copies more than the changes
I use rsync on an SSD which is slow at writing, but very fast at reading, so it is important to me to avoid writing data. I had hoped rsync would only write changes in files when using --inplace, but it seems not: # Make a 1 GB file $ perl -e 'print "x"x1000000000' > 1g # rsync it (as expected this costs 1 GB writes) $ ./rsync-3.1.0/rsync --progress --inplace -cva 1g 1g.copy
2007 Jun 19
1
plotting order of lines in xyplot panels while using conditioning variable and groups
I am using the following code: library(lattice) data<-read.csv("data.csv") attach(data) fig<-xyplot(S_t~month|event, key = list(text=list(lab=c("Time to first CV event - Data", "Survival post first CV event - Model", "Survival post first MIA/CA event - Data",
2006 Jan 18
1
Canonical Variance Analysis by any other name?
I've been asked about "Canonical Variance Analysis" (CVA). I don't see any reference to it searching the R site. Does it go by other names? Genstat describes it thus: Canonical variates analysis operates on a within-group sums of squares and products matrix, calculated from a set of variates and factor that specifies the grouping of units. It finds linear combinations of the
2004 Feb 23
1
Failed to open group mapping database
PDC log for specific machines typically has this entry each day for each machine... groupdb/mapping.c:init_group_mapping(139) Failed to open group mapping database How do I make happy? RH AS 3/samba 3.0.0-14.3E/passdb backend = ldapsam:ldap://localhost/ getent group works fine - lists all the groups (local & ldap) net groupmap list shows... Super Admin
1998 Aug 26
2
NT timestamps, WINS lookup
On Wed, 26 Aug 1998, Matthew Chapman wrote: > > Two questions. First, timestamps seem to be getting screwed up when I > > access files on the company's NT server. Someone (using NT) creates some > > files. My ls -l output shows them as having screwed up dates (ie, 1935, > > 2027, etc). 95, 98, and NT users see the dates as normal. When I copy > > any files
2002 Mar 12
2
Multiple-level user shares
Can anyone tell me how I can do a multiple level user share? What I'm having trouble configuring is a share that allows all users to use the first directory of the share, and then in subdirectories of the first directory only allow specified users access. I can't find anything similar in any docs on the internet nor in the O'Reilly Using Samba book. Thanks. Kevin
2010 Oct 13
5
Poisson Regression
Hello everyone, I wanted to ask if there is an R-package to fit the following Poisson regression model log(\lambda_{ijk}) = \phi_{i} + \alpha_{j} + \beta_{k} i=1,\cdots,N (subjects) j=0,1 (two levels) k=0,1 (two levels) treating the \phi_{i} as nuinsance parameters. Thank you very much -- -Tony [[alternative HTML version deleted]]
2008 Aug 13
0
New package: BiplotGUI
Dear R users, I am pleased to announce the release of the new BiplotGUI package on CRAN. Biplots are graphs in which the samples and all the variables of a data matrix are represented simultaneously. They can be very useful for exploring multivariate data. The BiplotGUI package allows users to construct and interact with biplots as they are described in "Biplots" (Gower and Hand,
2008 Aug 13
0
New package: BiplotGUI
Dear R users, I am pleased to announce the release of the new BiplotGUI package on CRAN. Biplots are graphs in which the samples and all the variables of a data matrix are represented simultaneously. They can be very useful for exploring multivariate data. The BiplotGUI package allows users to construct and interact with biplots as they are described in "Biplots" (Gower and Hand,
2017 Aug 02
0
glmnetUtils 1.1 now available
The version 1.1 update to my glmnetUtils package is now available on CRAN. glmnetUtils provides a formula interface for the 'glmnet' package for elasticnet regression, a method for cross-validating the alpha parameter, and other quality-of-life tools. >From the NEWS.md file: - Now allows interaction and expression terms without requiring use.model.frame=TRUE. This works in an
2007 Sep 27
1
ReL plot(cox.zph())
You report an error message: > plot(zph.revasFit[1]) Error in plot.window(xlim, ylim, log, asp, ...) : need finite 'ylim' values I have never seen this error before, and I cannot guess what causes it. You need to provide more information, and likely a small data set that produces the problem. Perhaps you have an x variable that is a constant? Terry Therneau
2017 Aug 02
0
glmnetUtils 1.1 now available
The version 1.1 update to my glmnetUtils package is now available on CRAN. glmnetUtils provides a formula interface for the 'glmnet' package for elasticnet regression, a method for cross-validating the alpha parameter, and other quality-of-life tools. >From the NEWS.md file: - Now allows interaction and expression terms without requiring use.model.frame=TRUE. This works in an
2015 Sep 22
2
Excel vs. R
Antes que nada puedes encontrar documentación sobre la librería ggplot2 que es la que yo uso para gráficos como el que quieres hacer, aunque hay otros paquetes que te pueden ser útiles: http://docs.ggplot2.org/current/ Adicionalmente a lo dicho por Carlos aquí te van otros ejemplos (los agrego porque no nos proporcionaste datos con lo que pudiéramos ver mejor lo que buscas):
2015 Jun 10
4
[LLVMdev] The use iterator not working...
Thanks Dan and Jon. I made an incorrect assumption that the "use" iterator was actually giving me the "user" when de-referencing it. Did it always have this behavior in previous LLVM versions? I've seen lots of examples of the "use" iterator being dereferenced and resulting Instruction pointer being treated as the "user"? Thanks, Zack On Tue, Jun 9,
2010 Sep 07
1
bind failed on port 445 socket_addr = 0.0.0.0.
Hi, I've just upgraded an old samba 3.0.23 on an old Fedora Core 5 to samba 3.5.4 using an rpm built from the source. Everything works fine, but when i start the server i get some error messages(see below). Before i start the server there is no connection (tested with lsof and fuser) on the 139 and 445 ports, smbd or nmbd aren't running. With the old version i never had this
2004 Feb 12
0
still trying to get groupmap details worked through
Red Hat AS 3 - samba 3.0.0 I am confused by the errors in these logs - can anyone clarify, what if anything I am doing wrong? PDC (LDAP Master - aka linserv2) /var/log/samba/dell-4348 [2004/02/10 08:17:29, 0] groupdb/mapping.c:init_group_mapping(139) Failed to open group mapping database [2004/02/10 08:17:29, 0] groupdb/mapping.c:get_domain_group_from_sid(509) BDC (LDAP Slave - aka linserv1)
2002 Feb 19
1
Drop in NT print server replacement; NT print names and NT share names-how to handle with Samba
Hello samba list members, I am going to be replacing out NT print server with a linux/samba solution. My main problem/question is how will the NT clients deal with the Samba server when the following facts are true. 1. NT creates an NT printer name 2. When you actually share the printer, you can create a totally different share name. For example we have the following printer, (and numerous
1999 Oct 21
6
Corrupted Excel files, oplock_break(905) errors
Hi there everyone! I'm using Samba 2.0.5a-19990721 on a RedHat 6.0 machine with Linux kernel 2.2.12. My system generally works fine, however recently I've had some complaints about some files being corrupted. The latest and best-handled to enable a debugging happened at around the same time. Both clients were using Windows95 OSR2 machines with Excel 97 SP-2. Two users reported the problem