Displaying 18 results from an estimated 18 matches for "protocls".
Did you mean:
protocols
2008 Feb 22
0
RE Socomec ups protocl
Hi Saulius,
The spec you sent me is simply a Megatec excerpt:
http://www.networkupstools.org/protocols/megatec.html
So Socomec is simply a megatec rebranding (selling by simply putting its
name on).
As per the NUT compatibility list
(http://www.networkupstools.org/compat/stable.html),
Sicon are supported by the powercom driver.
But since it's a megatec unit, you should preferably try the
2006 Jun 24
2
Playing sound before dialing
Hi,
I have configured asterisk now with ENUM lookups which are working
really perfect.
Now I want to play a small soundfile before dial the number to inform
the caller which protocl is used (SIP, IAX2 or ISDN).
How can I do this?
With Playback it doesn't seems to work:
[iax2-sipport-out]
; with leading 3 using IAX-sipport
exten => s,1,NoOp(Dialing ${DIALSTR} with iax2-sipport-out)
exten
2004 Jun 01
1
(no subject)
>From the local machine the following command is executed:
/usr/local/bin/rsync -aHnuv serverX:/ / --exclude-from=/rsync.exclude --rsync-path=/usr/local/bin/rsync --ignore-existing > /var/tmp/rsync.stdout 2> /var/tmp/rsync.stderr
I have never used the rsync command. The above command was used by a former sysadmin to "synchronize" two servers. However when I ran the command
2004 Oct 25
5
Nortel Phones.
Hello,
I am wondering if anyone is using the Nortel 2001 2002 or 2004 phones on
their asterisk implementation. My local dealer says they are not
compatible with any open source implementations. Is there a phone
compatibility list somewhere?
Cheers
Cian
2015 Mar 30
2
quota setup assistance (postfix+dovecot+mysql)
> On 2015-03-29, at 10:16 AM, Gedalya <gedalya at gedalya.net> wrote:
>
> This problem can be reproduced in one second. Here you go:
>
> protocol lmtp {
> mail_plugins = $mail_plugins sieve imap_quota
> }
>
> Mar 29 13:13:33 mail dovecot: lmtp(25315): Connect from local
> Mar 29 13:13:33 mail dovecot: lmtp(gedalya at gedalya.net): Error: Couldn't load
2015 Mar 30
0
quota setup assistance (postfix+dovecot+mysql)
On 03/30/2015 07:05 AM, rooster wrote:
> 10-mail.conf : mail_plugins = $mail_plugins zlib quota
>
> 15-lda.conf : mail_plugins = $mail_plugins sieve
>
> 20-imap.conf : mail_plugins = $mail_plugins imap_zlib imap_quota antispam
>
> 20-lmtp.conf : mail_plugins = $mail_plugins sieve
>
> Am I to remove each $mail_plugins and then explicitly set each mail_plugins =
2011 Nov 13
1
issue using package sos
Issue with sos package
I am now using R 2.14 and the sos package did work with 2.13
> library(sos)
Loading required package: brew
Attaching package: 'sos'
The following object(s) are masked from 'package:JGR':
installPackages
The following object(s) are masked from 'package:utils':
> library("sos"); findFn("random forest")
found 253
2003 Aug 21
0
smbmount and unicode
Hi,
i've mounted a share of a WinXP machine on a linux machine. The german
umlauts in the filenames we're not shown correctly, so i looked into the
docs and found out that i have to specify the charset and the codepage.
Well, i have a small problem with that. I have to set the charset to the
value my console uses so that i'll see all the pathnames correctly.
Where do i need the
2007 Oct 12
0
IPSec & Null Encryption
Hi,
Is it possible to use "null encryption" in IPSec protocl?
Regards
HASSAN
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
2003 Oct 15
2
[Bug 744] Login Problems
http://bugzilla.mindrot.org/show_bug.cgi?id=744
Summary: Login Problems
Product: Portable OpenSSH
Version: 3.7p1
Platform: Sparc
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: scp
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: Frank.Beckmann at vodafone.com
2007 Sep 05
2
auth_default_realm for different listeners
We provide POP3 service for several realms, each of which has a substantial
number of users logging in with no realm (bare username). We would like to
use Dovecot, but I haven't been able to findout how to vary
auth_default_realm for each listener.
My most recent attempt was to set up one auth {} block for each realm with a
different auth_default_realm and socket master path. I then set up
2001 Dec 07
1
Samba PDC and WinNT BDC
...e
can take a long time. The linux machine hits the PDC an awful lot (network
traffic and PDC load) as it keeps updating its list.
It appears that we could solve this problem if the Linux machine were also a
BDC (it is NOT currently a PDC). Then the PDC and BDC would communicate using
their own protocls and hopefully on user/group UPDATES would be sent across
the wire thereby reducing network traffic enormously and reding the load on
the PDC. Additionally winbindd would talk locally (to the BDC) so it would
work more efficiently.
NOTE:
I dont trust that the "winbind cache time" optio...
2005 Jun 09
4
[Bug 2784] rsync gives following error: buffer overflow in receive_file_entry
https://bugzilla.samba.org/show_bug.cgi?id=2784
------- Additional Comments From carnesresearchcenter@gmail.com 2005-06-09 11:20 -------
*** Bug 2785 has been marked as a duplicate of this bug. ***
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
2011 Mar 14
3
FTP accounts
Hello,
I have setup a centos server running 5.5 and I have a problem with the FTP
settings.
Currently I have two FTP accounts based on that server, they lead to:
/home/bella
/home/carmen
Currently the FPT accounts starts in the home directory when they are logged
in. But they are able to see all directories on the server. What can I do to
make sure they cant come out of there home directory?
2015 Mar 30
1
quota setup assistance (postfix+dovecot+mysql)
> On 2015-03-30, at 4:24 AM, Gedalya <gedalya at gedalya.net> wrote:
>
> The order in which the config files are included and parsed ought not to matter. Dovecot parses the entire config, resulting in what you see in doveconf -n output, before it does anything. Only the final result applies.
>
> If your config file says:
>
> key = value1
> key = value1 value2 (or,
2001 Nov 26
2
Where do SIDs come from?
Hello,
I've got a potentially major problem:
I've recently changed from samba-TNG (vintage last February) which was
working tolerably well in our environment barring a few locking problems
and the ever increasing tdb files and memory footprint.
As our number of clients has passed 150, the amount of memory used on
our Solaris server became unsustainable and I took the decision to migrate
2003 Nov 18
2
Win2k Scheduler not able to execute rsync over SSH
Hi there,
I have tried enough of it and couldnt get any where.
I have a Redhat 9.x box with rsync
I want to backup contents on the RH to Win2K box.
I have copied required cygwin DLL's and rsync.exe,ssh-keygen.exe and ssh.exe.
I set up my pub rsa id and all that stuff.
My problem is here:
I have a batch file which logs itself. The batch file contains some logging commands and
rsync -avze ssh
2002 Feb 12
4
SRP Patch Integration?
>Simply stated, SRP is a strong password authentication protocol that
>resists passive/active network attack, and when used in conjunction with
>OpenSSH, solves the "unknown host key" problem without requiring host
>key fingerprint verification or PKI deployment (e.g. X.509 certs). Put
>another way, is there any good reason *not* to fold these patches into
>OpenSSH