similar to: Difficulty with samba after updating from 3.6.6 to 4.9.0.0

Displaying 20 results from an estimated 1000 matches similar to: "Difficulty with samba after updating from 3.6.6 to 4.9.0.0"

2019 Jun 03
0
Difficulty with samba after updating from 3.6.6 to 4.9.0.0
On 03/06/2019 20:07, McGraw, Charles wrote: > The HP-UX Server is nothing more than a batch job server with file shares OK, I will try another tack, is the smb.conf from the HP-UX ? If not, where is it from ? Also, in a slightly different way, what does the authentication, an AD DC or what ? If it is a an AD DC, is IDMU installed ? Rowland
2012 Jul 25
2
lock file strangeness
We are running dovecot-1.2.10 on a Solaris 10 x86 host. Starting on July 24 I started seeing the following type lock files I the /var/mail directory. -rw-rw-rw- 1 agab mail 0 Jul 24 10:08 agabriel.lock.1343138908.28535.hardy.purdue.edu -rw-rw-rw- 1 agab mail 0 Jul 24 10:08 agabriel.lock.1343138907.28535.hardy.purdue.edu -rw-rw-rw- 1 agab mail
2006 Apr 24
8
Application Design
I have a question about how to implement a design in Rails. I will try to make this as easy to follow as possible. First, let''s say that I have an ''Orders'' table that has different statuses. The 3 statuses that I want to track are ''Submitted'', ''Approved'', and ''Purchased''. I also have 3 users of this application.
2012 Jul 16
1
Data from Stock and Watson or DAgostino papers?
Hello, I am interested in looking at the dataset used by Stock and Watson in their "Macroeconomic Forecasting Using Diffusion Indexes (J. of Business and Econ. Statistics, April 2002, pp158-161) or the set used by D'Agostino and Giannone "Comparing Alternative Predictors [...]"(October 2006) in R. Does anyone know if the R-code to retrieve these series from FRED (as
2010 Jun 28
1
log format question
USING: rsync version 3.0.6 protocol version 30 on a Sun Solaris 10 x86. This is a precompiled version from opencsw. /opt/csw/bin/rsync -n -axzH -v --delete-after --log-file=$RSYNCOUTPUT/export_-${DAILYDT}X --rsync-path=/opt/csw/bin/rsync -e "ssh -i /root/.ssh/id_hertz" --max-delete=100 /export/.zfs/snapshot/$DAILYDT/ hertz3:/zvol/backup/gauss/export When I added the
2006 Apr 25
4
Symlinks in Capistrano?
I have a few projects with large directories (say, user-uploaded files) that make using Capistrano a bit awkward. However, I suspect that I may have reached the "write a custom task" level. (I suppose I''m just thinking out loud, here...) It seems as though I''d want this directories symlinked in /shared... Maybe there''s a way to extend the
2009 Apr 11
1
Error in R CMD check 2.8.1
Env: R 2.8.1, Win Xp, Eclipse/StatET In a .Rd file, I have an example containing the lines: # calculate Y M, using polynomial contrasts trends <- as.matrix(VocabGrowth) %*% poly(8:11, degree=3) colnames(trends)<- c("Linear", "Quad", "Cubic") [At the risk of a long message, I'll append the complete .Rd file at the end of this message, in case this was
2006 May 03
2
grouped output
hello, Suppose I have a table that looks like this: center name email Health Jon jon@test.com Health Bob bob@test.com Admin Jane jan@test.com Admin Jill jill@test.com I would like the output to look like this: Health Jon jon@test.com Bob bob@test.com Admin Jane jan@test.com Jill jill@test.com when i using cold fusion, this was easy via a tag called cfoutput. when i was using java, this was
2002 Jun 13
10
Anyone using antivirus software?
Hello list, I was just wondering if anyone is using anti-virus software on their Samba server. I have protection on my clients, but I want to run software on the server too. I've looked at McAfee's Virus Scan, but as far as I can tell, it only uses "on-demand" scanning, meaning I have to trigger it from the command line, or run a cron job. I would like to have
2006 Apr 25
2
Transactions and migrations (lots of records)???
Hi all - I know this must be really easy to do, but I can''t for the life of me figure it out. I have about 100,000 rows I need to migrate over into rails using a migration. Right now, I select all of them out of the old database and do a series of: ... new.col = old.col ... new.save ... Problem is each one is it''s own transaction. And it''s slow. I''d
2015 Feb 11
4
Another Fedora decision
On Tue, 2015-02-10 at 16:39 -0800, John R Pierce wrote: > On 2/10/2015 3:28 PM, Always Learning wrote: > > 3. The Russian's web site is that of a devote cyclist. > > oh, well, I'm glad that makes the copyright violation of stealing an > authors work OK in your book. Another bored expert desperate for a modicum of excitement ? You have absolutely no prima facie
2010 Jan 05
1
Canadian call quality issue
hello, we have been using a couple of US based VoIP providers for outbound calls completed within the US, without any issues. We recently started making calls to Canada and have received a few complaints about the call quality. Questions : - Could this be because of the number of intermediate IP hops between us / our VoIP provider and the Canadian phone companies ? -
2006 May 05
31
The perfect development environment?
I am trying to create the perfect development environment for rails and i dont know exactly which way to go. Do i create a windows environment or a *nix environment. If i go *nix, what distro is best suited for rails. I would be using mysql, so that would come in to play. If i go *nix, i would use apache. Any ideas for the right environment would be greatly appreciated. I guess the major choice is
2007 Jan 08
0
Samba 3.0.22 PDC trusting Active Directory 2003
I'm a longtime Samba user and admin (since 1.7) and I thought I had seen just about everything until Active Directory 2003 (native mode) completely took out our Samba user authentication (each server auth=domain to an AD 2000 domain). We have Samba running on a variety of servers (AIX, HP, Linux) and need to be able to provide our users with the ability to access their appropriate shares
2006 May 02
3
Ordering Results returned by has_many relationship.
Noob Question 31,265,232 if I''m searching on an object, say order, that has many "order_lines" and I want to display order lines by Quantity ( an attribute of the order_lines ) descending how could I do that without having to do a find() with :order, but something like; Order.order_lines.each do |ol| <!-- code to diplay the line --> how can I determine the field
2010 Jun 28
0
log format question: resolved
It was pointed out that this information is in the --itemize-changes parameter in the man page. I looked at the man page but missed this part. I guess it was the forest for the trees. Thanks and it is resolved. Robert USING: rsync version 3.0.6 protocol version 30 on a Sun Solaris 10 x86. This is a precompiled version from opencsw. /opt/csw/bin/rsync -n -axzH -v --delete-after
2007 May 06
0
New Package Reliability
Dear R useRs, A new package 'Reliability' is now available on CRAN. It is mainly a set of functions functions for estimating parameters in software reliability models. Only infinite failure models are implemented so far. This is the first version of the package. The canonical reference is: J.D. Musa, A. Iannino, and K. Okumoto. Software Reliability: Measurement, Prediction,
2009 Jul 13
0
testing equality of two dependent correlations + normality issue
Hi, I am turning to you with a (hopefully simple?) stats question. I would like to test equality of two correlation coefficients in a setting with three variables X,Y,Z, i.e. equality of r(X,Y) and r(Z,Y). I have found a formula to transform the "2 dependent correlations difference" to t-distribution with N-3 df: t = (rxy - rzy)* SQRT[{(n - 3)(1 + rxz)}/ {2(1 - rxy^2 - rxz^2 - rzy^2 +
2011 Aug 09
1
need your consult
Dear Sir/Madam Hi. I am a general paediatrician, and I have read *some* chapters of the following books(1-3). I think SPSS lacks some features that may be important in data analysis (for example: interval of correlation coefficient in bivariate normal distribution, PRESS, and MSPR in cross-validation). I am thinking about changing SPSS to R: 1. SPSS is very expensive for me to update.
2003 Dec 04
1
is it possible to change a username?
One of my users just got married and changed her name. Can I change her username, just by editing the entry in the smbpasswd file? or do I have to create a new user? I know for her Unix passwd entry, I can just change her name. I'm using Samba 2.2.x. Thanks for any help. brian