Displaying 20 results from an estimated 20000 matches similar to: "Installation: not creating necessary directories"
2018 Jul 30
2
[SIEVE] pipe :copy to external program with arguments
Hi all,
quick questions about sieve pipe:
I want to pipe spam messages to an external program with additional
parameters
my spamlearn.sieve script:
require ["vnd.dovecot.pipe", "copy", "imapsieve"];
pipe :copy "mybin" ["-h 127.0.0.1:44444" , "markspam"];
I also tried:
pipe :copy "mybin" ["-h 127.0.0.1:44444
1999 Apr 01
2
Makefile fix on Solaris 2.7 (PR#155)
Full_Name: Andrew Barclay
Version: 0.63.4
OS: Solaris 2.7
Submission from: (NULL) (170.140.252.158)
The Makefile in src/library gets the following error from our Solaris 2.7 make
when making 'docs':
make: Fatal error: Don't know how to make target `*/man/*.Rd'
Current working directory R-release/src/library
It doesn't seem to appreciate shell wildcards in the
2005 Jun 27
2
R v2.1.1 for Windows and "non-reproducible" crashes
Hi,
R v2.1.1 patched (2005-05-26) for Windows crashes. The sympotoms are
like "memory leakage". The patched version from two days ago crashes at
a different position in R CMD check compared to todays version.
A "REPRODUCIBLE" EXAMPLE:
Unfortunately, I cannot create a minimal code example reproducing the
crash, but here is at least a simple way to reproduce it:
1. Make
2009 Oct 13
1
beta build problem
I am having the following problem building
R-beta_2009-10-12_r50045.tar.gz
on
Ubuntu 9.04 - the Jaunty Jackalope
Paul
________
...
make[2]: Entering directory
`/home/paul/toolchain/R/R-beta/src/library/Recommended'
begin installing recommended package boot
gzip: invalid option -- 'x'
Try `gzip --help' for more information.
tar: This does not look like a tar archive
2013 Jun 24
1
Deprecation notice on custom type?
Deprecation notice: Resource references should now be capitalized on
line 101 in file /etc/puppet/manifests/templates/basenode.pp
This is the specific line of code:
realize (users::useraccount[hiera(''users'')])
When I capitalize Users, I get the following error:
Error 400 on SERVER: Could not parse for environment production: Syntax
error at
2006 Mar 03
1
Problem with creating links ("see also" section) in help files.
A link in one of my help files does not work. I have in this help file:
\seealso{\code{\link{crit.fun}}, \code{\link{opt.par}},
\code{\link{opt.random.par}}, \code{\link{opt.these.par}},
\code{\link{nkpartitions}}, \code{\link{nkpar}},
\code{\link{plot.check.these.par}} }
Everything in one row, the last link does not work. In another help
file, I have:
\name{plot.mat}
\alias{plot.mat}
2024 Oct 28
1
Member server plus local accounts - can it be done?
On 10/28/24 9:51 AM, lists--- via samba wrote:
> But we also have ancient systems, that use a local useraccount from the
> dataserver to put data on it.
> So, is something like:
> ??????? realm = REALM.TLD
> ??????? security = ADS
> ??????? server role = member server
> ??????? username map = /etc/samba/user.map
> ??????? winbind refresh tickets = Yes
> ???????
2024 Oct 28
4
Member server plus local accounts - can it be done?
Good morning list,
due to several changes we have to move from a pure local-users scenario
to a member server scenario for our "public" data servers ("public" in
terms of "all members of the chair" and "all machines").
The member server is running, managing access via group memberships
works. We can't add any account to the ad, as we are only a user
2014 May 19
0
Samba How to kill the locked files from a useraccount by multiple smbd pids
Hello,
I would like to how to do to kill the locked files from a useraccount by multiple smbd pids automatically when the session is closed?
####
Details Samba server:
Release: 5.10
Kernel architecture: sun4u
Application architecture: sparc
Hardware provider: Sun_Microsystems
Kernel version: SunOS 5.10 Generic_142909-17
Samba version:
Samba version 3.5.6
Smb.conf file section Global:
#
2019 Jan 21
3
force re-authentication when accessing different shares
hello & thx for your fast response!
i need a way to create samba shares without creating system user accounts:
- add users via smbpasswd with unique password
- no need for a corresponding useraccount in /etc/passwd
- access to the corresponding shares should be independent from any domain
(i.e. the share should be accessable
via windows client)
to come around the useraccount-restriction (as
2019 Jan 21
0
force re-authentication when accessing different shares
On 1/21/19 10:24 AM, Harald Glanzer via samba wrote:
> hello & thx for your fast response!
>
> i need a way to create samba shares without creating system user accounts:
>
> - add users via smbpasswd with unique password
> - no need for a corresponding useraccount in /etc/passwd
> - access to the corresponding shares should be independent from any domain
> (i.e. the
2024 Oct 28
1
Member server plus local accounts - can it be done?
On Mon, 28 Oct 2024 10:13:53 +0100
Ralph Boehme via samba <samba at lists.samba.org> wrote:
> On 10/28/24 9:51 AM, lists--- via samba wrote:
> > But we also have ancient systems, that use a local useraccount from
> > the dataserver to put data on it.
> > So, is something like:
> > ??????? realm = REALM.TLD
> > ??????? security = ADS
> > ???????
2018 Dec 13
2
Documentation examples for lm and glm
Hello,
something that has been on my mind for a decade or two has
been the examples for lm() and glm(). They encourage poor style
because of mismanagement of data frames. Also, having the
variables in a data frame means that predict()
is more likely to work properly.
For lm(), the variables should be put into a data frame.
As 2 vectors are assigned first in the general workspace they
should be
2014 May 27
2
CentOS 6.5 + Samba 4.1.6 - Variable Substitution (smb.conf)
Hello everyone.
So, I come to you because I have a little problem when setting up my domain controller based on CentOS 6.5 and Samba 4.1.6.
Everything works well, except for one small detail, which in my case blocking me.
I
would like to automatically generate the home directory of the user
during the first connection (from Win or Linux), but the problem is that
for some unknown reason,
2005 Jun 08
2
Incoming call stops at random with Teliax
We are setting up asterisk with Teliax and having trouble getting the
incoming call to work all the time, the outgoing does not seem to have a
problem.
I have worked with their support but since they say that we are getting the
initial call to our server they want to charge to take a look.
They did a tcpdump and we are seeing an attempt but no CLI most of the time.
Some times we see this but it
2006 Aug 02
2
Samba 3.0.14 and w2k3 terminal server / strange logon problem / is this in general possible
Hi.
My Situation:
- One Machine with samba 3.0.14 acting as DC, DHCP3SERVER, BIND9 and
dynamic DNS
- One Machine with w2k3 server standard edition acting as DOMAIN MEMBER,
TS and Citrix Access Essentials.
- Domain Logons are working perfect.
- Name resolving works fine. Reverse, Forward, NB, FQDN, IP ...
- RDP Connection to the TS with local useraccount on the TS works fine
- ICA Connection to
2018 Feb 22
0
"The workstation does not have a trust secret." issue
Hi all,
Can somebody give insights on this issue with the one-way interdomain trust.
It seems the trust working as I can get the users of the trusted domain
(SANDBOX) from the trusting domain (LUMAD)
Current Configurations:
Windows 2016 Standard (SANDBOX) - Active Directory functional level
(Windows Server 2008 R2)
Samba 4.7.5 (LUMAD)
samba-tool domain level show
Domain and forest function
2013 Nov 04
1
Running SQL Server xp_logininfo with Samba PDC
We have setup Samba 4.1 as a PDC. We have successfully connected several
Windows 2008 Servers to the domain and created various users/groups.
During an application installation on the Windows server, it runs the
command in SQL server:
master..xp_logininfo 'MYDOMAIN\useraccount'
SQLserver is running as a service user created on the domain (here called
MYDOMAIN)
This returns:
Msg
2013 Jan 04
1
About the Dovecot Missing mail.
Dear Sir and/or Madam,
I'm the newbie for using Linux, and now our company find the freelancer to
change the mbox to maildir. we found that we have mail loss with error
massage(ERROR: Connection dropped by IMAP server.
Query: EXPUNGE), after that our freelancer do something to let this massage
disappear. But now will still found we have mail loss. What can I do? I
found a similar case in
2005 May 09
1
bootstap and lme4
Hi,
I am trying to get bootstrap confidence intervals on variance
components and related statistics. To calculate the variance components
I use the package lme4.
> off.fun <- function(data, i){
d <- data[i,]
lme1<- lmer(y ~ trt + (trt-1|group), d)
VarCorr(lme1)@reSumry$group[2,1] #just as an example
}
> off.boot <- boot(data=data.sim, statistic=off.fun, R=100)
If