Displaying 20 results from an estimated 800 matches similar to: "Dear Members - Samba Problem"
2006 Jan 26
0
Re: Samba - joining TO THE DOMAIN
First, this should go to samba@lists.samba.org - not technical.
Second - with "net join", you are probably in "security = domain". So
you need to add the computer to the domain using the Users and Computers
MMC on the domain controller.
Eric Roseme
Hewlett-Packard
Nagendra KV wrote:
> HI
>
>
>
> Help is required!
>
>
>
> I get
2006 Jan 18
0
make: *** [dynconfig.o] Error 1
HI,
I am getting the same error too. HELP required as well
Dear Members,
I am trying install and configure samba-3.0.21a.tar.gz on Solaris 9
The following commands were executed
# gunzip samba-3.0.21a.tar.gz
# tar xvf samba-3.0.21a.tar
# cd samb-3.0.21a
# cd source
# ./configure
It executed compiling everying gcc and cc and other
# make
I get an error
2015 Jun 03
2
Windows-8 & SMB encryption
Hi
Nagendra here I have existing a samba-3 installation which has a smb
encrypt as mandatory
i.e : smb encrypt* =* mandatory
I am trying to connect to this machine's share with windows & I am getting
the following error on the windows 8 client
System error 5 has occurred.
Access is denied.
But I use the same client machine to access another windows-8 machine with
SMB encryption I am
2013 May 24
1
How to rewrite header from X-Original-To to Delivered-To
HiAll,
How to rewrite mail headers from X-Original-To to Delivered-To using
sieve script.
I am using Dovecot-2.2 and Pigeonhole 0.4.
--
Thanks & Regards
Kiran Reddy
Lead Systems Administrator
Unicel Technologies Pvt. Ltd. | C-Block | Second Floor | Vaishnavi
Silicon Terrace, 30/1 | Hosur Main Road | Koramangala | Bangalore- 560095
Mobile (+91) 7829007447
Skype My status
2007 Jan 26
1
Asynchronous Communications
Hello,
I've written a BSD application that has to do many parallel CIFS
authentications, SID to name, and name to SID operations. It was written
using smbclient application as an example and links against libsmb. The
problem is that it doesn't seem possible to send a large number of parallel
operations to the domain controller using the samba libraries, unless I fork
a lot of processes,
2015 Dec 23
1
Samba 4 slower ?
Hi All,
I have samba 3.6 and samba 4.2 running on 2 different freebsd machines.
Both are virtual machines and have 1GB Ethernet and exact same configurations.
Samba is joined to a 2K8 server(security = ADS).
Both use a minimal similar smb.conf.
Am using smbtorture bench.nbench from another freebsd machine.
Samba 3.6 Throughput is at: 12.6165 MB/sec
Samba 4.2 Throughput is at: 1.5359 MB/sec
2019 Apr 09
3
masteruser can not select INBOX
. My debug:
Apr 09 09:13:20 imap(pid 82675 user test1): Debug: acl vfile: file /Library/Server/Mail/Config/dovecot/global-acls/INBOX not found
Apr 09 09:13:20 imap(pid 82675 user test1): Debug: acl vfile: file /Library/Server/Mail/Data/mail/EB83247B-1A33-4A43-AD30-E6453789072A/dovecot-acl not found
Apr 09 09:13:20 imap(pid 82675 user test1): Debug: acl vfile: file
2007 Jul 09
2
DTLS for Centos?
Is DTLS available for Centos? Either Centos 4 or 5.
DTLS is TLS over UDP. Highly valued to protect SIP traffic.....
2004 Jun 18
1
Info: Internal login failure:
I get the following error on auth with mysql on pop3
what am i missing or doing wrong
mysql config file
db_host = localhost
#db_port = 3306
db_unix_socket = /var/lib/mysql/mysql.sock
db = ADMIN
db_user = mailmaster
db_passwd = ********
db_client_flags = 0
default_pass_scheme = PLAIN
password_query = SELECT MAILBOX_PASSWORD AS password FROM MAIL WHERE MAILBOX_USERNAME = '%n' AND
2013 Jan 11
1
problems with package 'segmented'
Dear R-users,
I am trying to understand how the 'segmented'-package works to determine
breakpoints and slopes of regression lines in broken-line regression models.
However, I am not able to repeat the example on the "plant"-dataset,
which was reported in the accompanying paper of the package. (V.M.R
Muggeo, "Segmented: an R package to fit regression models with
2007 Dec 06
2
Segmented regression
Hello all,
I have 3 time series (tt) that I've fitted segmented regression models
to, with 3 breakpoints that are common to all, using code below
(requires segmented package). However I wish to specifiy a zero
coefficient, a priori, for the last segment of the KW series (green)
only. Is this possible to do with segmented? If not, could someone point
in a direction?
The final goal is to
2019 Apr 09
3
masteruser can not select INBOX
Thank you,
How and where ?
I configured only this:
cat /Library/Server/Mail/Data/shared/shared-mailboxes
* user=masteruser lr
masteruser is ok for all masters (mailmaster) ?
Luda
> Am 09.04.2019 um 09:33 schrieb Aki Tuomi <aki.tuomi at open-xchange.com>:
>
> Hi!
>
> You need to grant the master user rights in your ACL file.
>
> Aki
-------------- next part
2011 Aug 26
3
How to vectorize a function to handle two vectors
Dear R-users
I am trying to "vectorize" a function so that it can handle two vectors of
inputs. I want the function to use phi (a function), k[1] and t[1] for the
first price, and so on for the second, third and fourth price. I tried to do
the mapply, but I dont know how to specify to R what input I want to be
vectors (k and t)(see in the bottom what I tried). I have read the help
file,
2009 Sep 20
1
Return a list from a .Call but segfaults
Hello,
I call a function via .Call passing to it a raw vector(D) and an
integer(I)
The vector is a series K1,KData1, V1,VData1, K2, KData2, ...
where the integer K1 is the length of Data1 and similarly for Ki (wrt
Datai)(similarly for V*) There 2*I such pairs( (Ki,KDatai), (Vi,VDatai))
The numbers Ki(and Vi) are written in network order.
I am returning a list of I elements each element a
2009 Jan 02
2
Deprecated Realtime application, what's to be gained ???
Hi,
After seeing in "pbx/ael/ael-test/ael-test5/extensions.ael" some
interesting use case of RealTime
to store extension data (forwardto, dnd, ...) i started to play with it.
To my surprise the two applications RealTime() / RealtimeUpdate() have
been deprecated in favor
of the REALTIME() function. While it's not a big deal for the write part
since it's only a matter a
shifting
2008 Oct 16
3
Multiple "mail" field in one LDAP account
Hello all!
#pkg_info | grep dovecot
dovecot-1.1.3_1
dovecot-managesieve-0.10.3
dovecot-sieve-1.1.5_1
Im trying to do this:
Im have a LDAP account with multiple "mail" field like this(many strings
cuted):
dn: uid=k.proskurin,ou=Users,dc=Moscow,dc=CAS
uid: k.proskurin
userPassword: {CRYPT}$1$ETadxf6G$O2bNUQVSHxksUp08V/iY2.
mail: sysadmin at domain.off
mail: proskurin-kv at domain.off
2012 Apr 25
1
Using apply() with a function involving ode()
Hello,
I am trying to get the output from the numerical simulation of a system
of ordinary differential equations for a range of values for three
parameters. I am using the ode() function (deSolve package) to run the
numerical simulation and apply() to run the simulation function for each
set of parameter values. I am having trouble getting the apply()
function to work.
Here is an
2020 Jul 12
3
[PATCH 2/7] kvm/vfio: detect assigned device via irqbypass manager
On Sun, Jul 12, 2020 at 10:49:21PM +0800, Zhu Lingshan wrote:
> We used to detect assigned device via VFIO manipulated device
> conters. This is less flexible consider VFIO is not the only
> interface for assigned device. vDPA devices has dedicated
> backed hardware as well. So this patch tries to detect
> the assigned device via irqbypass manager.
>
> We will
2020 Jul 12
3
[PATCH 2/7] kvm/vfio: detect assigned device via irqbypass manager
On Sun, Jul 12, 2020 at 10:49:21PM +0800, Zhu Lingshan wrote:
> We used to detect assigned device via VFIO manipulated device
> conters. This is less flexible consider VFIO is not the only
> interface for assigned device. vDPA devices has dedicated
> backed hardware as well. So this patch tries to detect
> the assigned device via irqbypass manager.
>
> We will
2014 Apr 28
2
Re: [supermin] Be smarter about finding suitable kernel images
* Richard W.M. Jones:
> On Sat, Apr 26, 2014 at 02:27:07PM +0200, Hilko Bengen wrote:
>> ---
>> src/kernel.ml | 43 ++++++++++++++++++++++++++++---------------
>> 1 file changed, 28 insertions(+), 15 deletions(-)
>>
>> diff --git a/src/kernel.ml b/src/kernel.ml
>> index ed5aea3..436b1b0 100644
>> --- a/src/kernel.ml
>> +++ b/src/kernel.ml