similar to: Mirror problems.

Displaying 20 results from an estimated 2000 matches similar to: "Mirror problems."

2016 Mar 20
2
[Bug 11803] New: rsync protocol (selection/compatibility) problem
https://bugzilla.samba.org/show_bug.cgi?id=11803 Bug ID: 11803 Summary: rsync protocol (selection/compatibility) problem Product: rsync Version: 3.1.2 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: core Assignee: wayned at samba.org
2005 Nov 28
2
Samba password expiry time
I have found that when passwords are reset from a windows machine, the default password expiry period is around 40 days. I would like to change this to say 90 days, but have been unable to find a way. I tried the option "password expire time" but testparm doesn't seem to recognise it. There is nothing in the official Samba How-to about this. Has anyone managed to set thier
2016 Apr 21
1
Debian patched 3.6.6 winbindd fails.
Hi Andrew, On Thu, 21 Apr 2016, Andrew Bartlett wrote: > On Wed, 2016-04-20 at 20:51 +0100, G.W. Haywood wrote: > > ... > > [2016/04/20 20:31:30.288745, 0] Could not fetch our SID - did we join? > > [2016/04/20 20:31:30.288774, 0] unable to initialize domain list > > > > Of course the join is OK, and winbindd from 3.6.25 has no problem ... > > Is that
2012 Oct 17
1
Win2k auth on named share fails on mixed Windows network.
Hi there, Background: Samba 3.6.6 compiled from source on Debian Squeeze using the Debian- installed Kerberos (1.8.3) libraries. Running in an Active directory domain with mixed Win2k Server and Win2k3 Server DCs. Yes, I've been trying to persuade them. Both WINS and DNS name resolution work on the system. Samba uses the DCs for WINS, and the DCs are also name servers with an additional
2016 Apr 21
1
Debian patched 3.6.6 winbindd fails.
Hi Rowland, Thanks for replying. On Wed, 20 Apr 2016, Rowland Penny wrote: > On Wed, 20 Apr 2016, G.W. Haywood wrote: >> [2016/04/20 20:31:30.288745, 0] Could not fetch our SID - did we join? >> [2016/04/20 20:31:30.288774, 0] unable to initialize domain list > > Can you post your smb.conf ? Not all of it I'm afraid, but hopefully here are the relevant bits.
2010 Mar 03
1
asterisk SIP, SIPAddHeader() and Cisco GED-125
Greetings: I'm in the situation where I'm trying to splash information picked off by an asterisk IVR into a Cisco call center environment. I'm under the impression that the ONLY way to do this is to setup socket connections with the Cisco "voice processor", or CVP, and send packets corresponding to GED-125. Cisco has a detailed 100+-page document detailing the internals of
2010 Mar 17
1
smbd crashes on Debian Lenny if using Debian's
Hi there, Installed the latest stable Samba (3.5.1) from the source tarball on a fresh, minimal Debian Lenny server. It took me three days to figure out why the Samba daemon wouldn't run. The crux of it is this: ====================================================================== [2010/03/17 15:11:17.973219, 0] lib/fault.c:46(fault_report)
2016 Apr 20
2
Debian patched 3.6.6 winbindd fails.
Hi there, I manage a Samba installation which has been operating very well on Debian Wheezy for a number of years. Up until last week I was running 3.6.25, which (as always until now) I compiled myself. Because of the large number of changes in the recent security patches, I opted to try the Debian 'samba' and 'winbind' packages. I was a little horrified to find that Debian is
2009 Mar 27
1
Multiple daemon log files.
Hi there, Been around Linux a while, new to Samba, know nothing about Windows. Installed Samba on vanilla Debian Lenny, the package manager gave me Samba 3.2.5, and it didn't work. Searching revealed that there are problems with that release so I tried a source install. Never did like Debian-out-of-date-and-patched-to-hell stuff anyway. The source install default locations are everywhere
2003 Jan 07
1
help interpreting output?
Dear R experts, I'm hoping someone can help me to interpret the results of building gam's with mgcv in R. Below are summaries of two gam's based on the same dataset. The first gam (named "gam.mod") has six predictor variables. The second gam (named "gam.mod2") is exactly the same except it is missing one of the predictor variables. What is confusing me is
2012 Jul 26
1
gamma distribution in rugarch package
Hi guys, does anyone know if there is the possibility to fit a gamma distribution using ugarch?honestly i don't know if maybe is possible to fix some parameters that reduce ghyp or ged in a gamma distribution.. thanks a lot sara -- View this message in context: http://r.789695.n4.nabble.com/gamma-distribution-in-rugarch-package-tp4637893.html Sent from the R help mailing list archive at
2007 Feb 27
1
Additional args to fun in integrate() not found?
Hello, fellow Rdicts, I have the code for the program below. I need to integrate a function of "x" and "p". I use integrate to integrate over "x" and pass "p" as an additional argument. "p" is specified and given default value in the argument list. Still, integrate() cannot read "p", unless I explicitly insert a numeric value in the
2007 Sep 26
2
libFLAC++ Seeking
Hello, I've a problem with seeking using libFLAC++ API. The call to seek_absolute always returns with false, whatever I do. I tried many different ways, finally I tried to reduce my added code to near zero, so I used the cpp decode example in ...\flac-1.2.1\examples\cpp\decode\file\.main.cpp and added only one line: bool b=decoder.seek_absolute(1000); right before ok =
2000 Feb 26
1
OpenSSH on HP-UX 11 with TCB
Hi, an updated and more civilized post (to my one and only previous one) on getting OpenSSH to work on HP-UX 11 using the TCB. I used the HP ANSI C compiler. Firstly, I needed to download, compile and install OpenSSL, EGD and ZLib. Specific issues: configure did not handle hpux 11 login.c did not compile makefile did not use $(CFLAGS) sshd did not compile (pam issues), I wanted to use
2010 Jul 23
7
fail rollback transaction with manual raise exception
With : PostgreSQL 8.4 or postgresql-8.3 rails 2.3.4 pg 9.x or pg 8.x I test this code: ========================= class NkiBatch < ActiveRecord::Base Bank.connection.transaction do bank = Bank.new(:name => "ddsjdsjdsjk") bank.save! raise ActiveRecord::Rollback.new end end and this: ========================= class NkiBatch < ActiveRecord::Base
2011 Jan 14
0
Fwd: Re: [R-sig-hpc] Working doSNOW foreach openMPI example
Whas missing the R in the command line: "mpirun -n --hostfile /home/hostfile R --no-save -f rtest.R" Hope this helps mario On 13-Jan-11 22:08, Justin Moriarty wrote: > Hi, > Just wanted to share a working example of doSNOW and foreach for an openMPI cluster. The function eddcmp() is just an example and returns some inocuous warnings. The
2004 May 30
1
What's wrong with this simple code???
Hi, all I can not figure this out, please have a look and help me out. thank you! Note: this is in SPLUS, not R. I have following code *********************************** modfit<-function(yir,yew, ft) { n<-length(yew) yew<-yew[1:(n-1)] yy<-yir-ft xx<-yew-ft n<-length(xx) xx0<-xx[2:n] yy0 <-yy [2:n] xx1<-xx[1:(n-1)] fit <- garch(yy0~xx0 + xx1+var.in.mean,
2010 Jul 05
1
plotting data with ellipse confidence intervals
Hi, I would like to plot a set of paired means (as X Y data) with unique confidence intervals for each (creating a set of ellipses, each with it's own centre point and shape). Would appreciate any advice out there! Cheers, Ged [[alternative HTML version deleted]]
2013 Jan 31
1
I want to download "garchOxFit" function.
Dear R help. Hello. I want to fit the model of "FIGARCH" on TimeSeries data. So I need to use the code of "garchOxFit". I don't know how to estimate FIGARCH model. Please let me know which package I need and what is procedure of estimating FIGARCH by R. I think I need this code! &gt; garchOxFit(formula.mean = arma(0, 0), formula.var = garch(1,1), series =
2013 Mar 11
1
username map is not functioning
B0;261;0cHi there, On Mon, 11 Mar 2013, Kevin Shaw wrote: > When the company upgraded AD from 2003 to 2008R2 users lost the > ability to access Samba shares without being prompted for a > password. I've upgraded Samba from 3.0.30 to 3.6.6. I would like to > continue using username map to map my users however it appears the > map is being ignored. The only way I can get this