similar to: A problem between smbclient and a share with windows 3.11

Displaying 20 results from an estimated 3000 matches similar to: "A problem between smbclient and a share with windows 3.11"

2001 Mar 08
2
Error: Looping in FIND_NEXT !
Excuse me but i re-post my question, please someone help me ? I have a little problem with samba. I use samba 2.0.3 on a linux 2.0.38 system. I want do a netbios connexion between my linux system with the smbclient command and a share on a windows 3.11 system. I make correctly the connexion with smbclient, and when type ls or dir, smbclient respond with Error: Looping in FIND_NEXT?? What
2005 Dec 14
3
glmmADMB: Generalized Linear Mixed Models using AD Model Builder
Dear R-users, Half a year ago we put out the R package "glmmADMB" for fitting overdispersed count data. http://otter-rsch.com/admbre/examples/glmmadmb/glmmADMB.html Several people who used this package have requested additional features. We now have a new version ready. The major new feature is that glmmADMB allows Bernoulli responses with logistic and probit links. In addition there
2006 May 20
0
How can you buy R? [Broadcast]
My understanding is that if a licensee wants to redistribute GPL code (or work derived from GPL code), then it has to be done under GPL as well, meaning the person must make it known to users that they can have access to the source code if so desired, and they can do anything they want with that code (including selling), but GPL must remain in force for further redistribution. FSF used to sell
1999 Oct 23
0
smbfs: patch for directory listing
Hello everyone I have recently reported problems reading a certain directory from an NT server on this list (and speculated in causes). I have a few workarounds and now I'm looking for some feedback on what the proper fix is and for people to test if my patch works for them. Please test smbfs with and without the patch on the directory in this zipfile (all files are empty):
2008 Apr 03
0
lmer function :method="AGQ" glmmADMB
The freely available R package glmmADMB can do Adaptive Gaussian Quadrature for this type of model, since it is built using AD Model Builder's random effects module which incorporates this feature. There is now a beta version of the software for people using R on the Mac intel platform. http://otter-rsch.com/admbre/examples/glmmadmb/glmmADMB.html Cheers, Dave -- David A. Fournier
2005 Oct 12
0
Mixed model for negative binomial distribution (glmm.ADMB)
Dear R-list, I thought that I would let some of you know of a free R package, glmm.ADMB, that can handle mixed models for overdispersed and zero-inflated count data (negativebinomial and poisson). It was built using AD Model Builder software (Otter Research) for random effects modeling and is available (for free and runs in R) at: http://otter-rsch.com/admbre/examples/glmmadmb/glmmADMB.html I
2006 Nov 24
4
Nonlinear statistical modeling -- a comparison of R and AD Model Builder
There has recently been some discussion on the list about AD Model builder and the suitability of R for constructing the types of models used in fisheries management. https://stat.ethz.ch/pipermail/r-help/2006-January/086841.html https://stat.ethz.ch/pipermail/r-help/2006-January/086858.html I think that many R users understimate the numerical challenges that some of the typical
2005 Oct 13
3
Do Users of Nonlinear Mixed Effects Models Know Whether Their Software Really Works?
Do Users of Nonlinear Mixed Effects Models Know Whether Their Software Really Works? Lesaffre et. al. (Appl. Statist. (2001) 50, Part3, pp 325-335) analyzed some simple clinical trials data using a logistic random effects model. Several packages and methods MIXOR, SAS NLMIXED were employed. They reported obtaining very different parameter estimates and P
2001 Oct 03
5
Could not connect to a Win3.1 share
Hello! A problem: Samba (2.0) can log in to a Win31 share (I get a prompt), but after that I obtain smb: \> ls Error: Looping in FIND_NEXT?? ERRSRV - ERRerror (Non-specific error code.) listing \* 51250 blocks of size 8192. 26860 blocks available If I try to get some file that exists, I obtain smb: \> get Anu.doc Error opening local file Anu.doc What could be the
2017 Mar 06
0
quota-warning: possible to have size also?
Hi, I'am using a Maildir++ based quota setting which creates a maildirsize file in every Maildir. The first two lines of this file are the maximum quota in bytes then the actual consumption in bytes and number of messages, like so : 1073741824S 379317999 5169 This means this user has a quota of 1Gb and he is using ~ 379 Mb (you have to divide by 1024 to be more precise) Since the
2013 Oct 21
0
tr: Aggregate values in one dataframe into a list of vectors of different sieze
I just found out what I was looking for, aggregate did the trick: AggregatedList <- aggregate(data = Sample, Value ~ Name, list) Hope this will help someone else! Sartene Bel > Message du 21/10/13 ? 16h29 > De : sartene at voila.fr > A : r-help at r-project.org > Copie ? : > Objet : Aggregate values in one dataframe into a list of vectors of different sieze > > Hi
2006 Aug 02
9
How to fetch the previous or next record
Hello, Is there some built-in facility for fetching the Previous or Next record from a table? Assume the command find_by_name has been issued, and the variable @name contains the name "John Doe". I''m looking for something like find_next(@name) and find_previous(@name). What''s a good way to pursue if one has to roll their own methods? Thanks for the help, gk --
2017 Mar 05
3
quota-warning: possible to have size also?
Hello Community, My dovecot setup works fine with quotas and quota-warning. I have a questions though: when running the warning script, the example foundis it possible to pass the *quota size *as argument also? This would be useful with per-user quota. e.g. /some/script xx% username *xxxbytes* (order is not relevant of course) Thank you for your help. Cheers
2006 Apr 20
1
Returning Count from find_by_sql
I want to return an int from a find_by_sql call. But when I use that result to compare to another count the error tells me I have an array. MODEL: # Returns the number of comments in a specified post def self.find_count(post_id) find_by_sql(["SELECT COUNT(*) FROM commments WHERE post_id = ?", post_id]) end CONTROLLER: def test @post =
2001 Nov 21
0
Samba can't find file, NT can
We're having a problem with an application called Grade Machine running on Windows 98 workstations. The problem occurs when trying to save when overwriting the currently open class file. It works on NT 3.51, it works on the local drive, it works on Samba when short directory names are used, it doesn't work under Samba 2.0.10 or 2.2.2 when saving to a file in a folder such as "My
2007 Apr 18
2
[Bridge] RSTP implementation
Hi, I'm a student in a trainning period and I have to implement a RSTP in a embedded Linux. I wonder if someone knows if it exists a version of bridge-utils who can made this or if it's possible to modify my actual version (bridge-utils-1.0.6) to do that and how ? Thanks in advance. PS : sorry for my english it's not my natural language ^^.
2008 Nov 12
2
problem with urca package
Dear R users, I have the joined txt file in the following direct directory C:// I have written the following lines: library(urca); PIBTUN<-read.table("C:/AF.txt", header=F); ur.df(PIBTUN,type='none',lags=1) but I have obtained the following message: Error in embed(z, lags) : 'x' is not a vector or matrix I don't What's the problem, can you please help me Thank
2002 Oct 02
1
rsync and schedule task
Greetings, i would like to rsync a client windows with a Linux server and put this in a windows schedule task. So i have generated ssh key with ssh-keygen on the client and sent it to the server.If i launch manually the rsync it's ok: i am not asked the password. But if i plan the task in the task scheduler i am asked the password ! What's wrong ? Thanks Franck
2005 Mar 23
1
Negative binomial GLMMs in R
Dear R-users, A recent post (Feb 16) to R-help inquired about fitting a glmm with a negative binomial distribution. Professor Ripley responded that this was a difficult problem with the simpler Poisson model already being a difficult case: https://stat.ethz.ch/pipermail/r-help/2005-February/064708.html Since we are developing software for fitting general nonlinear random effects models we
2000 Jan 03
0
Character set and client code page in samba 2.0.6.
Hello! I have some troubles with samba 2.0.6 concerning character set and client code page mapings. I have SCO OpenServer 5.0.5 and I've compiled samba using gcc 2.7.2.3. All Windows clients use code page 852 and server uses character set ISO8859-2. For this reason these parametres are set in smb.conf. This makes possible to copy files with