Displaying 20 results from an estimated 20000 matches similar to: "DC prediction question"
2005 May 06
1
Again on DC prediction
Reading the source code i noted the zeroing of the LASTDC array after
each plane (Y,U,V) in the DC prediction function.
Perhaps i missed this in the specification, but in the chapter 7.8.2
(Inverting the DC prediction precess) i don't find this wrote down.
Can someone explain me this?
Thanks in advance
-Marco Bagnaresi
2024 Jan 16
1
Share access permission errors after upgrade from 4.12.14
On Tuesday, 16 January 2024 at 09:46, Rowland Penny via samba <samba at lists.samba.org> wrote:
> As far as I can see, unraid is based on slackware, so it should work.
> Is it possible to check the ownership & permissions set on
> /mnt/user/PrivateShare ?
>
> Is either apparmor or selinux running ?
>
> Rowland
Thanks for the reply, I have included some responses
2024 Jan 19
1
Share access permission errors after upgrade from 4.12.14
On Tue, 16 Jan 2024 23:28:24 +0000
unraidster via samba <samba at lists.samba.org> wrote:
> On Tuesday, 16 January 2024 at 09:46, Rowland Penny via samba
> <samba at lists.samba.org> wrote:
>
> > As far as I can see, unraid is based on slackware, so it should
> > work. Is it possible to check the ownership & permissions set on
> > /mnt/user/PrivateShare
2024 Mar 28
1
bad home path from AD
Hello
I think I have a mapping problem.
The server was added to the domain with sudo net ads join -U
adj-compo at ur.local
The server is also connected to an LDAP server via SSD
When loading the user's homes, the server does not look for the correct
homedir path which should be /private/student/7/17/tdsi917 for the user
tdsi917
Here are the values and variables retrieved by the 3
2024 Jan 11
1
Share access permission errors after upgrade from 4.12.14
Hello,
Issue Description
After the upgrade of the Unraid server OS (unraid.net) from v6.9.2 to v6.12.6 (which upgrades the version of Samba from 4.12.14 to 4.17.12) access to shares stops working.
Error Summary:
[2024/01/07 21:52:43.357676, 0, pid=93992, effective(1278739538, 1278738945), real(1278739538, 0)] ../../source3/smbd/smb2_service.c:168(chdir_current_service)
chdir_current_service:
2006 Nov 03
2
WG: Formal methods are not loaded from NAMESPACE inreloadedworkspace image
Sorry, to bother the list one more time: but the following worked at
least for 'urca':
in NAMESPACE I now included explicitly:
import(methods)
a fix of the 'urca'-package will be uploaded to CRAN on the weekend.
Fritz, will this work for ypur package 'flexclust' too? I have in my
DESCRIPTION imports: methods and in flexclust it is in depends: methods.
However, both
2024 Mar 28
1
bad home path from AD
Thanks Rowland for you answer.
I passed the idmap config UR parameter: unix_nss_info to yes and it works
I work in university with a large number of users.
The RIDs which I understand like the last digits of the SID are from 1000 to 300000 and uid from the LDAP are from 500 to 29009894.
So I don't really know what to do with it ?
I modify idmap to:
idmap config * : backend = tdb
2006 Nov 03
1
Formal methods are not loaded from NAMESPACE in reloadedworkspace image
Dear R-Devel subscriber,
as a follow up to my yesterday's email: I tested an analogous example
with the S4-package "flexclust" by executing the following code:
library(flexclust)
example(cclust)
cl
After saving the work space and starting a new R process with the
restored work space, the same behaviour (i.e., the methods pertinent to
"flexclust" are not used, even after
2024 Mar 30
1
bad home path from AD
On Thu, 28 Mar 2024 17:00:48 +0100 (CET)
Arnaud Bougeard via samba <samba at lists.samba.org> wrote:
> Thanks Rowland for you answer.
>
> I passed the idmap config UR parameter: unix_nss_info to yes and it
> works
>
> I work in university with a large number of users.
> The RIDs which I understand like the last digits of the SID are from
> 1000 to 300000 and uid
2024 Jan 11
1
Share access permission errors after upgrade from 4.12.14
On Thu, 11 Jan 2024 08:53:38 +0000
unraidster via samba <samba at lists.samba.org> wrote:
> Hello,
>
> Issue Description
> After the upgrade of the Unraid server OS (unraid.net) from v6.9.2 to
> v6.12.6 (which upgrades the version of Samba from 4.12.14 to 4.17.12)
> access to shares stops working.
>
> Error Summary:
> [2024/01/07 21:52:43.357676, 0, pid=93992,
2009 Jun 05
1
ADF test
Hi,
While doing the ADF test in R using the following command I am getting the
error and the result..">
x.ct=ur.df(rev$REVENUE,start=1,end=length(rev$REVENUE),frequency=1)
Error in ur.df(rev$REVENUE, start = 1, end = length(rev$REVENUE), frequency
= 1) :
unused argument(s) (start = 1, end = 4, frequency = 1)
>
2006 Aug 10
1
How to speed up nested for loop computations
Dear all,
here is the result of R.Version():
> R.Version()
$platform
[1] "powerpc-apple-darwin8.6.0"
$arch
[1] "powerpc"
$os
[1] "darwin8.6.0"
$system
[1] "powerpc, darwin8.6.0"
$status
[1] ""
$major
[1] "2"
$minor
[1] "3.1"
$year
[1] "2006"
$month
[1] "06"
$day
[1] "01"
$`svn rev`
2012 Feb 29
2
How are the coefficients for the ur.ers, type DF-GLS calculated?
I need some real help on this, really stuck
how are the coefficients for
ur.ers(y, type = c("DF-GLS", "P-test"), model = c("constant", "trend"),
lag.max = 0)
The max lag is set at zero, so the regression should simply be
Diff(zt) = a*z(t-1)
where a is the value i'm trying to find and z(t)'s are the detrended values.
but through performing
2010 Aug 23
1
Dickey–Fuller test in R
Hi,
While doing the adf test using ur.df
?price.df2=ur.df(y=log(price),type = "drift", selectlags="AIC")
summary(price.df2)?
It gives two values for ?value of test statistic is: -1.5992?? 2.32?
one value is the t-test (or t-ratio), what is the other one?
Please help.
TIA
Aditya
2010 Nov 28
2
[PATCH] Use canonical hostname for DNS SSHFP lookup
In the current implementation, ssh always uses the hostname supplied by
the user directly for the SSHFP DNS record lookup. This causes problems
when using the domain search path, e.g. I have "search example.com" in my
resolv.conf and then do a "ssh host", I will connect to host.example.com,
but ssh will query the DNS for an SSHFP record of "host.", not
2012 Feb 03
1
A question on Unit Root Test using "urca" toolbox
Hello,
I have a question on unit root test with urca toolbox.
First, to run a unit root test with lags selected by BIC, I type:
> CPILD4UR<-ur.df(x1$CPILD4[5:nr1], type ="drift", lags=12, selectlags ="BIC")
> summary(CPILD4UR)
The results indicate that the optimal lags selected by BIC is 4.
Then I run the same unit root test with drift and 4 lags:
2008 Apr 04
1
Problems with Unit Root testing using ur.df function
Hi All,
I'm new to R and am trying to run a unit root test on the vector "y" (a time
series of inflation (i.e. changes in the Consumer Price Index quarter on
quarter)).
I've run the Augmented-Dickey-Fuller Test below (R's URCA package). It gives
me an error that it cannot find the function ur.df unless I comment out the
third last line of code (see below).
I try to call
2009 Jun 26
1
The Claw Density and LOCFIT
I am trying to reproduce Figure 10.5 of Loader's book: Local Regression and Likelihood. The code provided in the book does not seem to work.
I have managed (a while ago) to get the accompanied R-code for the figures in the book (file called lffigs.R) from somewhere - cannot find it on the web anymore. The code in the .R script file does not work either.
Could anybody please direct me in
2011 Feb 02
1
Samba 3.5.6 - numerous regressions while running as AD member against Samba4alpha14 DC
Hi!
I've setup Samba4alpha14 on a FreeBSD 8.2-RC2 box as a DC which just
works serving network of a couple of dozens of Win7 clients.
Then I installed Samba 3.5.6 on another of FreeBSD box and wanted to
join it into the AD.
I've run in the following set of issues:
1. Joining domain with
"net ads join -U administrator"
fails with the following error messages:
"kinit
2005 Feb 07
2
tiny patch for klibc 0.198
Hi folks,
attached you can find a tiny patch for klibc-0.198
to get rid of the symbolic link pointing to the
kernel sources, and to get rid of some obsolete
rebuilds during incremental.
Feel free to include it.
Regards
Harri
-------------- next part --------------
diff -ur old/klibc-0.198/MCONFIG klibc-0.198/MCONFIG
--- old/klibc-0.198/MCONFIG 2004-10-14 06:32:24.000000000 +0200
+++