Displaying 20 results from an estimated 300 matches similar to: "PRI/T-1"
2009 Oct 21
0
"eliminate" characters of one data.frame col, using another column
Dear Maling list,
I have a data.frame with three columns. I want to produce a fourth
column which is result of "eliminating" the characters present in the
second and third colum from the first.
Example:
a b c
1 ffff f f
2 hhhh j h
3 jjjj g g
I want the result:
ff
hhh
jjjj
I can get what I want using the code
2020 Oct 29
0
dovecot quota-warning detection mail
Very good.
See https://doc.dovecot.org/configuration_manual/authentication/passwd_file/
You can add the "user" field as an "extra field"
In users.auth, just add in the end "user=bbbb-ccc at ddd.example.com" to match the respective entry in /etc/dovecot/users
Good luck!
On 10/29/20 2:02 PM, ?? ?? wrote:
> OK. "passdb/userdb" Setting part
>
> $
2020 Oct 29
2
dovecot quota-warning detection mail
OK. "passdb/userdb" Setting part
$ dovecot -n (Excerpt from change)
----------------------------------------------------------------------------
---------------------
passdb {
args = scheme=CRYPT username_format=%u /etc/dovecot/users.auth
driver = passwd-file
}
userdb {
args = username_format=%u /etc/dovecot/users.auth
driver = passwd-file
}
protocol lmtp {
info_log_path =
2011 May 17
1
Question on AMI
I am using asterisk 1.4.41 and the AMI
I am trying to execute a command over AMI, specifically "core show
channels concise"
"sometimes" I get this back:
asterisk_command_show_channels() execute failed. 'Response: Follows[CR
][LF ]Privilege: Command[CR ][LF
]OutgoingSpoolFailed!smvoice-dialout!failed!1!Down!AGI!smvoice|-digium_failed!!!3!0!(None)[LF
]'
I'm not
2009 Nov 26
1
Barplot with confidence intervals
I have a file in the following format:
Scenario1 Scenario1CIL Scenario1CIU Scenario2 Scenario2CIL Scenario2CIU
60 57 62 45 48 50
110 101 111 51 50 52
120 117 122 64 62 66
192 190 194 79 75 79
where:
First column = Scenario1 mean value
Second column = Scenario1 Low Confidence Interval
Third column = Scenario1 Upper Confidence Interval
Fourth column = Scenario2 mean value
Fifth column =
2019 Jul 16
2
Unexpected result from LIST EXTENDED command
I am executing this command below to dovecot-2.3.5-6.cp1178.x86_64 server
Notice that some status responses are missing (For folders INBOX.Archive, INBOX.spam.&-BD0EOQQ9BDkEPQ-). I wonder If this is a bug or working as expected
In rfc5819 there is this:
If the server runs into unexpected problems while trying to look up
the STATUS information, it MAY drop the corresponding STATUS reply.
In
2020 Feb 16
0
Newly joined DC - Failed to bind to uuid for ncacn_ip_tcp .. NT_STATUS_INVALID_PARAMETER
Following up on this post for the benefit of the archives, I don't
want to be another DenverCoder9! [1]
I believe I have fixed this issue now (although I am at a loss to
explain how it occurred in the first place). Hopefully I correctly
figured out what SPNs should be present against each machine - I'm not
an expert in this area, but am describing the process I went through
below in the
2003 Aug 08
1
X-Lite - No sound + chan_sip issue
Make sure you are using G.711a, G.711u or GSM codecs.. I have not been able to get iLBC to work and someone the other days couuld not get SPX working..
You will need to enable/disable the codecs in X-Lite..
If you also want to control the codecs that * uses then put the following in the general section of your sip.conf
disallow=all
allow=alaw
allow=ulaw
allow=gsm
Hope that helps..
> Hi,
2009 May 14
1
text() to label points in ggplot
is there a way to label points in a graph using text(locator(1),"text")
after ggplot() or qplot() ?
> qplot(date, psavert, data = economics, geom = "line",main="jhdjd")->p
> p+opts(text(locator(1),"HHHH"),new=T)
does not work.
--
View this message in context: http://www.nabble.com/text%28%29-to-label-points-in-ggplot-tp23545135p23545135.html
Sent
2009 Jul 12
0
(no subject)
I have no idea to be honest. I have never used the package, I simply did a search for it. Hopefully a more experienced user can help
--- On Sun, 7/12/09, maram salem <marammagdysalem at yahoo.com> wrote:
> From: maram salem <marammagdysalem at yahoo.com>
> Subject: Re: [R] (no subject)
> To: "John Kane" <jrkrideau at yahoo.ca>
> Received: Sunday, July 12,
2020 Jan 21
0
Using dsync for a single mailbox?
> On 21 Jan 2020, at 2.02, Wim Lewis <wiml at hhhh.org> wrote:
>
> Is it possble to use `doveadm sync` to migrate a single mailbox? I'm
> migrating accounts from another IMAP server,and most of the mailboxes
> are in mbox or maildir format, but a few are in MBX. As far as I can tell
> the only recommended way to "convert" an MBX mailbox is to sync it via
2020 Jan 22
0
Using dsync for a single mailbox?
> On 22 Jan 2020, at 8.37, Wim Lewis <wiml at hhhh.org> wrote:
>
> On Tue, 21 Jan 2020, Sami Ketola wrote:
>> how does dsync fail? How have you tried? Something like this on the new server:
>>
>> doveadm -o imapc_server=remote_ip -o imapc_port=remote_port -o imapc_user=<remote_victim> -o imapc_password=<remote_victim_password> backup -u
2016 Dec 07
0
Strange behavior when using progress bar (Fwd: Re: [R] The code itself disappears after starting to execute the for loop)
I would like to ask once more if this is reproducible also for others?
If yes, should I submit it as a bug-report?
Best,
Jon
On 11/28/2016 11:26 AM, Jon Skoien wrote:
> I first answered to the email below in r-help, but as I did not see
> any response, and it looks like a bug/unwanted behavior, I am also
> posting here. I have observed this in RGui, whereas it seems not to
>
2003 Dec 23
1
Orphaned rsync process on remote machine?
All,
Sometimes when I do an rsync, it times out and leaves on orphaned
process on the remote machine. I am running rsync over ssh using
public key authentication. I synchronize about twenty-five machines,
and this problem only appears on one of them. It worked until
recently on this machine. I don't know what changed or what is
different.
I run rsync with a command line like this
2011 Aug 18
4
[RFC 0/0] Introducing a generic socket offload framework
TL;DR
-----
In this RFC we propose the introduction of the concept of hardware socket
offload to the Linux kernel. Patches will accompany this RFC in a few days,
but we felt we had enough on the design to solicit constructive discussion
from the community at-large.
BACKGROUND
----------
Many applications within enterprise organizations suitable for virtualization
neither require nor desire a
2011 Aug 18
4
[RFC 0/0] Introducing a generic socket offload framework
TL;DR
-----
In this RFC we propose the introduction of the concept of hardware socket
offload to the Linux kernel. Patches will accompany this RFC in a few days,
but we felt we had enough on the design to solicit constructive discussion
from the community at-large.
BACKGROUND
----------
Many applications within enterprise organizations suitable for virtualization
neither require nor desire a
2020 Aug 31
0
using %d as a variable in the ldap search base
You have two ways of authenticating against ldap. I decided to use the
method where a single account has access to the user credentials.
(Advantage of this method, you can limit ldap lookups eg do not have to
do 2nd for the userdb)
debug_level = 1
uris = ldaps://ldap.local:8443
dn = cn=aaaa,cn=bbbbb,ou=ccccc,dc=dddd,dc=eeee,dc=local
dnpass = xxxx
base =
2016 Nov 28
2
Strange behavior when using progress bar (Fwd: Re: [R] The code itself disappears after starting to execute the for loop)
I first answered to the email below in r-help, but as I did not see any
response, and it looks like a bug/unwanted behavior, I am also posting
here. I have observed this in RGui, whereas it seems not to happen in
RStudio.
Similar to OP, I sometimes have a problem with functions using the
progress bar. Frequently, the console is cleared after x iterations when
the progress bar is called in a
2002 Jul 08
0
Problem with security=server
Hello,
I have just upgraded two of our servers from samba 2.0.7 to 2.2.5 and
now I'm having a hard time getting my setup to work again. Server #1
has all user account information server #2 is only a file/print server.
In smb.conf on server #2 security=server and password server = NetBIOS
name of server #1. Server #1 is set up as a domain controller with
security=user. Whenever server #2
2009 Jun 30
0
(no subject)
--- On Tue, 6/30/09, maram salem <marammagdysalem at yahoo.com> wrote:
> From: maram salem <marammagdysalem at yahoo.com>
> Subject: [R] (no subject)
> To: r-help at r-project.org
> Received: Tuesday, June 30, 2009, 6:34 AM
> Hi Group,
> I've a vector of 1000 numeric values for which I want to
> draw a histogram. I've read this vector into R with no
>