Displaying 20 results from an estimated 700 matches similar to: "Accessing SIP username from AGI script"
2007 May 01
8
Custom functions and facts
Hello!
I''ve been trying to use facts from Facter in a custom function. I''ve
been following Matthew''s entry in the wiki
(http://www.reductivelabs.com/trac/puppet/wiki/WritingYourOwnFunctions).
What i''m seeing is that Facter[''fqdn''].value is always returning the
fqdn of the puppetmaster host. I was expecting the fqdn of the client
host.
2006 Jan 03
4
in-memory test database -- where''s the schema?
I''m trying to get the unit testing for a new project to use the wonderful
:memory: database specification for SQLite. However, like many people
before me, I can''t get the schema to import or have anything else useful.
Initially, the error I get is:
/usr/lib/ruby/gems/1.8/gems/sqlite3-ruby-1.1.0/lib/sqlite3/errors.rb:94:in
`check'': cannot rollback - no transaction is
2006 Jun 14
5
Rails SOAP tutorial
Hi all..
I new in Ruby/Rails.. Where could i get some good tutorial about SOAP
using Rails?
I''ve been googling yet still did''nt find good tutorial.
Thank you in advance.. :)
--
Regards,
Ananda Putra
2007 Aug 11
15
still too slow
This really bogs down the system for several minutes each run, using 100% cpu
and 50% of ram (this system has 3 gigs of memory!). What am I doing wrong
here?
file { "/etc/asterisk":
links => "ignore",
recurse => "true",
replace => "false",
source =>
2007 Aug 22
12
Virtual resource not found
Hi All,
I asked on IRC but didn''t have everything organized and most people
seemed busy. Hoping someone can see what I''m missing here.
I''m trying to create a network module, used similar to the ''users''
configuration described in the Best Practices document. I have a users
module which has that and it works with similar syntax to below. If I
2007 Nov 12
11
Various FreeBSD bits...
I just drudged through a bit of the archives and see a FreeBSD bits
floating in there that are of some value, but aren''t on the wiki. I
posted a few bits on the wiki regarding some FreeBSD cobbling that
I''ve done recently and hope that folk find it of use (and start
posting their useful bits there as well).
http://reductivelabs.com/trac/puppet/wiki/PuppetFreeBSD
The
2019 Mar 13
2
recipient bcc and dovecot
I have a recipient_bcc_maps which contains a bcc map that is updated everyday:
rbcc.pcre:
if !/backup.*@/
/^([^+_]*).*@([^.]*)/ backup+071.${1}-${2}@adomain.tld
endif
the 071 portion is changed each day to the current day of the year.
Everything works, but I get an error from dovecot on every message:
lda(backup at adomain.tld): Error: User initialization failed: Namespace '':
2007 Nov 13
16
Switching from webrick to mongrel
I got tired of restarting my puppetmaster when it stopped responding and
finally switched to mongrel last night.
When running under mongrel, what sort of concurrent connection rates are
people able to get? I dont know how many individual puppetmaster
processes I should spawn, or how to tell when I should span more.
Perhaps I need more than two, because this morning I had a look at how
2005 Feb 21
1
NAT-helping outbound proxy
Hi,
We're deploying a small VoIP solution for a group of teleworkers.
Naturally, this exposes us to all sorts of fun, most of which we seem to
have working properly. However, some NAT issues are still bugging us and
we have noticed that often these situations didn't exist when users were
connected directly to our VoIP provider, voiptalk.org.
They have something which they call a
2019 Mar 13
1
recipient bcc and dovecot
On 13 Mar 2019, at 01:42, Aki Tuomi via dovecot <dovecot at dovecot.org> wrote:
> Add mail_location setting or return 'mail' from userdb.
userdb {
args = /usr/local/etc/dovecot/dovecot-sql.conf.ext
default_fields = uid=vpopmail gid=vchkpw mail_location=/usr/local/virtual/%u mail=maildir:/usr/local/virtual/%u
driver = sql
}
mail_location has always been in there along with
2010 Jan 29
3
[PATCH 0/2] virtio net improvements
Hi Dave,
Nice driver optimization from Shirley, but requires a new virtio hook.
Do you want to take both? I have nothing else overlapping it.
Cheers,
Rusty.
2010 Jan 29
3
[PATCH 0/2] virtio net improvements
Hi Dave,
Nice driver optimization from Shirley, but requires a new virtio hook.
Do you want to take both? I have nothing else overlapping it.
Cheers,
Rusty.
2008 Mar 25
3
Output of order() incorrectly ordered?
Hello,
I have a data frame consisting of four columns and would like to sort
based on the first column and then write the sorted data frame to a
file.
> df <- read.table("file.txt", sep="\t")
where file.txt is simply a tab-delimited file containing 4 columns of
data (first 2 numeric, second 2 character). I then do,
> df_ordered <- df[order(df$V1), ]
OR,
2017 Nov 10
2
Sieve global path?
On Fri, 10 Nov 2017 03:41:20 -0500
Bill Shirley <bill at KnoxvilleChristian.org> wrote:
> No it isn't shown as a folder.? All folder directories here begin with a dot.
> i.e.? .INBOX? .Trash? .Drafts
>
> Bill
No, they don't. me thought that, too. But using the rainloop webmail interface
on top of such a config showed the sieve folder in the overview. Sometimes you
can
2009 Sep 30
3
INFO: task journal:337 blocked for more than 120 seconds
Hello all,
Anybody found this problem before? I kept hitting this issue for 2.6.31
guest kernel even with a simple network test.
INFO: task kjournal:337 blocked for more than 120 seconds.
"echo 0 > /proc/sys/kernel/hung_task_timeout_sec" disables this message.
kjournald D 00000041 0 337 2 0x00000000
My test is totally being blocked.
Thanks
Shirley
2009 Sep 30
3
INFO: task journal:337 blocked for more than 120 seconds
Hello all,
Anybody found this problem before? I kept hitting this issue for 2.6.31
guest kernel even with a simple network test.
INFO: task kjournal:337 blocked for more than 120 seconds.
"echo 0 > /proc/sys/kernel/hung_task_timeout_sec" disables this message.
kjournald D 00000041 0 337 2 0x00000000
My test is totally being blocked.
Thanks
Shirley
2007 Jul 09
1
similar limma's contrasts.fit() for lme (mixed effect model) object
Dear R help,
In limma package, contrasts.fit() function is very useful. I am
wondering whether there is a similar function for lme object, which
means given a mixed linear model fit, compute estimated coefficients
and standard errors for a given set of contrasts.
Thanks,
Shirley
2008 Jan 22
1
anova function to test the difference between two coefficients in nlme package
Dear Dr. Bates, and R-help,
I've tried the anova function to test the difference between two
coefficients, as shown on page 225 of your book "Mixed Effects Models
in S and S-Plus (Statistics and Computing)".
When I type: anova( fm2BW.lme, L = c(TimeDiet2 = 1, TimeDiet3 = -1) )
I got the following error message:
Error: unexpected '=' in "anova( fm2BW.lme, L =
2011 Mar 25
3
reload command not availeble asterisk 1.8.x
Hey Guys!
I have two asterisk 1.8.3.2 same version on both machine but why one asterisk has "reload" command but other doesn't ?
satish-desktop*CLI> core show version
Asterisk 1.8.3.2 built by root @ satish-desktop on a x86_64 running Linux on 2011-03-25 16:10:39 UTC
satish-desktop*CLI> re <tab><tab>
realtime reload
shirley*CLI> core show version
Asterisk
2023 Mar 06
1
Console client bug
On 06/03/2023 08:56, belaz--- via samba wrote:
> Yes, I've deleted the main samba package and the service is not running now.
But was it running when you tried the command ?
> Tried what?
The command.
> Logs must be created automatically, without my effort.
They are, but only if smbd etc are running.
> All this questioning sucks - it just wastes my time.
Can I point out that