Displaying 20 results from an estimated 1000 matches similar to: "can't write Samba share as anonymous"
2019 Jan 23
1
can't write Samba share as anonymous
I'm not sure I have understood, I'm mounting the share as "urca" user,
which is not a known user.
Although I'm setting smb.conf so that for guest user it uses the
privileges of the known user "andrea"
Could you please advice on what I should set for "guest account" in
smb.conf?
Thanks
Andrea
Il 1/23/2019 5:15 PM, Rowland Penny via samba ha scritto:
2019 Jan 23
0
can't write Samba share as anonymous
On Wed, 23 Jan 2019 16:56:42 +0100
Andrea Cucciarre' via samba <samba at lists.samba.org> wrote:
> Hello,
>
> I'm trying to access a Samba share as anonymous/guest user, so I have
> added the following entry inf file smb.conf (Samba 4.9)
>
> guest account = andrea
> map to guest = bad user
> ...
> [test]
> available = yes
> browsable = yes
>
2020 Oct 29
2
question about winbind rid idmaping
Hello,
I have just realized that winbind rid idmapping create the following
idmapping for user, below an example:
# id HYPERFILE\\simone
*uid=11663*(HYPERFILE\simone) gid=10513(HYPERFILE\domain users)
groups=10513(HYPERFILE\domain
users),*11663*(HYPERFILE\simone),3011(BUILTIN\users)
I'm confused about group mapping 11663(HYPERFILE\simone), winbind
created a mapping for a group that has
2019 Jul 31
5
winbind seems to hang when the DC goes down instead of switching to the other available DC
Hello,
I'm running Samba 4.9.5 as domain member, when I bring down the current
Window DC (10.50.50.187) the winbind seems to hang instead of switching
to the other available DC (10.50.50.25)
The "net ads" command show that Samba switched to the other available DC:
net ads join -U 'administrator' -S 'PAVONE.HYPERFILE.LOCAL'
'HYPERFILE.LOCAL'^C
root at
2020 Sep 22
2
Running samba in Kubernetes
Hello,
I have successfully (hopefully) configured samba to run in Kubernetes
pods, basically I have a pod (i.e. container) that run winbindd and join
the Windows AD, and a pod (i.e. container) that run smbd.
I have used socat to allow the unix socket communication between
winbindd and smbd pods:
*** winbindd pod ***
UID??????? PID? PPID? C STIME TTY????????? TIME CMD
root???????? 1???? 0? 0
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
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
2005 Feb 25
1
summary method in URCA package doesn't work
I can't figure out how to get the "summary" method in the URCA package to
work.
E.g. when I use the following code fragment in the help for the "ca.jo"
function,
it always tries to use the "summary" method from the "base" package,
not the "urca" package.
How do I force it use the "summary" method of the "urca" package?
2008 Apr 07
1
'URCA' is not a valid package Error
Thank you Matthieu for your helpful suggestions.
Unfortunately I still have problems.
I have tried to compile it via your suggestion.
"
this is strange... you should have the usual summary...
I have on my machine
library(urca)
test2<-ur.df(nottem, type="none", lags=1)
summary(test2)
"
When I type in "library(urca)" I receive the following.
"Error in
2001 May 23
2
ext3 message if FS is not ext3
Hi,
i think this message should be removed ;)
paradigm:~# umount /mnt2
paradigm:~# mkdosfs /dev/fd0
mkdosfs 2.5 (07 Jan 2000)
paradigm:~# /tmp/syslinux /dev/fd0
paradigm:~# sync
paradigm:~# mount /dev/fd0 /mnt2
VFS: Can't find an ext3 filesystem on dev fd(2,0).
Flo
--
Florian Lohoff flo@rfc822.org +49-5201-669912
Why is it called "common sense"
2010 Dec 11
2
break
Hi
I'm trying to utilize the break command for breaking the loop when the
p-value is less than 10 per cent using the urca package. But it does not
break the loop, anyone that can help me?
library(urca)
set.seed(1)
a1 <- runif(100)
lag.max <- function(object, n = 12){
matris <- matrix(NA, nrow = n)
for(i in 1:n) {
matris[i] <- ur.df(object, lags = i,
2013 Jun 30
1
why check f_path.mnt is equal for source and dest in btrfs_ioctl_clone()?
This gives EXDEV for clone operations that btrfs could otherwise execute
and with slight change of circumstances will actually execute fine.
Imagine we have a btrfs on /dev/mapper/foobar with subvols /foo and
/bar. Let’s also imagine top of said fs in mounted at /mnt. In this
case, a cross-subvol clone of /mnt/foo/srcfile to /mnt/bar/dstfile will
succeed.
However, if only the individual
2014 Jan 20
2
newlines with write-append
Silly bash scripts have stuff like below to get things done, but equally
silly guestfish scripts fail to add the required newline. Why is that?
echo "$dev1 $mnt1 $fs $opts 1 2" >> /etc/fstab
echo "$dev2 $mnt2 $fs $opts 1 2" >> /etc/fstab
write-append /etc/fstab "$dev1 $mnt1 $fs $opts 1 2" : \
write-append /etc/fstab "$dev2 $mnt2 $fs $opts 1 2"
2007 May 15
1
urca package - summary method -
Hi
I am using the package urca and I am interested about the KPSS test.
That works fine except the method "summary" did not work in the script,
only when it is typed direct in the console the results are shown( not a
source file).
Is there any problem with these method ?
2011 Mar 30
1
VECM with UNRESTRICTED TREND
Dear All,
My question is:
how can I estimate VECM system with "unrestricted trend" (aka "case 5")
option as a deterministic term?
As far as I know, ca.jo in urca package allows for "restricted trend"
only [vecm
<- ca.jo(data, type = "trace"/"eigen", ecdet = "trend", K = n, spec =
"transitory"/"longrun")].
2018 Jun 19
2
Samba 4.5: trying to setup an omnios system as a DC member
Hello,
I'm trying to setup an omnios system as a Samba DC member, and I need AD
backend for consistent IDs on all Samba clients.
The AD join is successful, the wbinfo shows the AD users
# /opt/samba/bin/wbinfo -n andrea
S-1-5-21-2680195940-2267646359-3814218302-1109 SID_USER (1)
however, " getent passwd ..." returns nothing for the user (all the AD user)
I have enabled debugging
2004 Nov 11
2
inst/CITATION produced error during Rcmd check <package>
Dear list member,
by running Rcmd check on a package where a customised 'CITATION' file should
be included instead of the automatically produced one, the following error
occurs:
adding build stamp to DESCRIPTION
installing NAMESPACE file and metadata
installing R files
installing inst files
FIND: Parameter format not correct
make[2]: *** [c:/R/packages/urca/inst] Error 2
make[1]:
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
2020 Oct 29
4
question about winbind rid idmaping
On Thu, Oct 29, 2020 at 7:21 AM Rowland penny via samba <
samba at lists.samba.org> wrote:
> On 29/10/2020 11:04, Andrea Cucciarre' via samba wrote:
> > Hello,
> >
> > I have just realized that winbind rid idmapping create the following
> > idmapping for user, below an example:
> >
> > # id HYPERFILE\\simone
> > *uid=11663*(HYPERFILE\simone)
2008 Dec 16
1
Cointegration and ECM in Package {urca}
Dear R Core Team,
I am using package {urca} to do cointegration and estimate ECM model,
but I have the following two problems:
(1) I use ca.jo() to do cointegration first and can get the
cointegration rank, alpha and beta. The next step is to test some
restrictions on beta with blrtest(),bh5lrtest(), and bh6lrtest(). But
none of them can add restrictions on all the cointegration