Displaying 20 results from an estimated 37 matches for "20061120".
Did you mean:
20061102
2006 Nov 20
2
schedule support on latest svn, a question
...r do work'')
results[:do_work_time] = Time.now.to_s
results[:done_with_do_work] ||= true
end
end
DocumentSorterWorker.register
Basically does nothing but log that it''s running.
After running "script/server run" this is what I have in
backgroundrb_server.log:
20061120-17:04:52 (31960) port: 2000
20061120-17:04:52 (31960) worker_dir: /home/ed/Documents/test/lib/workers
20061120-17:04:52 (31960) protocol: drbunix
20061120-17:04:52 (31960) uri: drbunix:///tmp/backgroundrbunix_localhost_2000
20061120-17:04:52 (31960) config:
/home/ed/Documents/test/config/background...
2006 Nov 20
2
Passing object into results - "can''t convert DRb::DRbUnknown into Hash - (TypeError)"
...controller. I''m using the Ruby RSS library to parse the feed, which returns
an RSS object. After that I pass the object into the results hash, but
that''s when this error occurs. Basically, this is what I have:
rss = RSS::Parser.parse(response.body)
results[:feed] = rss # error!
20061120-15:46:19 (16250)
(drbunix:///tmp/backgroundrb.16249/backgroundrb_results_0)
/Users/guest/workspace/project_nano/vendor/plugins/backgroundrb/server/lib/backgroundrb/worker.rb:101:in
`merge!''
20061120-15:46:19 (16250)
(drbunix:///tmp/backgroundrb.16249/backgroundrb_results_0)
/Users/guest/wo...
2006 Nov 20
2
Call limits and VoIP providers
...nt to setup a global call limit for the
provider, because other customers are on taking calls and have no limits.
What is the best practice here?
Mike
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061120/47b39f90/attachment.htm
2006 Nov 20
5
duplicate emails
...9;m working with dovecot-1.0.rc15
I have receive a lot of duplicate emails with microsoft outlook, i don't
have this problem with outlook express
This is in pop3
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://dovecot.org/pipermail/dovecot/attachments/20061120/745fda77/attachment-0001.html>
2006 Nov 20
1
g729 registered
...29
allow=ulaw
EXTENSIONS.CONF
exten => 1,1,Dial(SIP/teste1)
exten => 0,1,Dial(SIP/teste)
Thanks.
--
Ralph Liebessohn
ICQ: 74835911
Skype: liebessohn
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061120/8481d7f2/attachment.htm
2006 Nov 20
4
Production RAILS_ENV / DB Selection
...t that incorporates Backgroundrb onto
a staging server... For some reason (surely of my own doing), my RailsBase
workers are insisting on using trying to access my development DB instead of
my "production" DB.
When I try to load a model object from within a worker, I get the following:
20061120-21:54:28 (26296) #<DRb::DRbUnknown:0x40691130>
20061120-21:54:28 (26296)
/var/www/gorchie/releases/20061120100506/config/../vendor/rails/activerecord/lib/active_record/connection_adapters/mysql_adapter.rb:387:in
`real_connect''
/var/www/gorchie/releases/20061120100506/config/../vendor...
2006 Nov 21
10
Rspec Brown Bag
...DD is really good TDD without sounding religious
- How rspec encourages developers to create better "tests" than
Test::Unit
Thank you,
Brian Takita
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/rspec-users/attachments/20061120/f45ad744/attachment-0001.html
2006 Nov 20
5
Parallal Building?
I''m trying to index ~130,000 documents [soon to grow to about 500,000
documents] and I''m wondering if its possible to combine ferret databases
or in some other way split up the building process.
Normally, indexing 130k documents wouldn''t be that painful except that
there are different types of links between these documents and they are
not absolute (so for example
2006 Nov 20
7
Snom 360 Multiple calls on hold help
...ed together. Somehow the calls on hold get merged
and not to the extension needed!! Any help on this would be great guys, that
would be great!!!
Thanks!
Brad
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061120/b9807a14/attachment.htm
2006 Nov 19
2
underscores, sugar, and more and more bugs
I sent this earlier under with the subject "artificial sugar causes
cancer" and I think some spam filters ate it. Here it is again:
======================================
All,
If you look at http://rubyforge.org/tracker/index.php?func=detail&aid=6760&group_id=797&atid=3149
you''ll see that Chad (the submitter) found the source of the bug.
Unfortunately, the source
2006 Nov 20
1
file permissions and groups [SOLVED]
...do that)
to see changes added for that user.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://lists.centos.org/pipermail/centos/attachments/20061120/285261ae/attachment-0002.sig>
2006 Nov 20
2
CentOS for s390 (release 4.3 or 4.4)
Hi,
(not sure if my previous post worked)
I'm using CentOS 4.2 for s390 and I'm thinking to upgrade to 4.3 or 4.4
(it is installed under an hercules emulator)
Looking on the site it seems to me that these version are not available
for s390 but I can see it in the ftp site as ISO image.
I suppose these release as still beta.
Comments from anyone that have try it ?
Regards.
Luca
2006 Nov 15
1
Erosion, mathematical morphology
Hello!
I need a function to compute the erosion of a binary image by a
structuring element. I need the structuring element to be a ball of a
given radius.
As far as I know the libraries adehabitat and spatstat include
functions of mathematical morphology but I couldn't find a function
which computes the erosion by a ball. Any idea?
Thanks!
2006 Nov 20
1
Problems Creating Core Dumps
Dovecot 1.0.rc15 crashed on my FC4 server, but it didn't create a core dump. Upon further research, I found these lines tucked away in the /etc/rc.d/init.d/functions file:
# make sure it doesn't core dump anywhere unless requested ulimit -S -c ${DAEMON_COREFILE_LIMIT:-0} >/dev/null 2>&1
The /etc/rc.d/init.d/functions file is a master file that is referenced by all of the init
2006 Nov 20
2
rc14 and rc15 performance issues
Hi,
I am stuck at rc13 because rc14 and rc15 have both failed to keep
up with imap connections on my (slow old) system. I have the problem
where if a lot of people check their email at once (like at the
top of the hour) then my load goes way up and things slow to a
crawl. My setup: Solaris 10 on an E220R, mbox format, imap and imaps
only. I also use "login_process_per_connection =
2006 Nov 20
0
Patch: Parse append arguments properly in mboot module
...ing time. Hopefully it works now.
thanks,
Ram Yalamanchili
-------------- next part --------------
A non-text attachment was scrubbed...
Name: syslinux_mboot_parse_append_args.patch
Type: text/x-patch
Size: 1552 bytes
Desc: not available
URL: <http://www.zytor.com/pipermail/syslinux/attachments/20061120/d203a7dd/attachment.bin>
2006 Nov 19
4
reduce dialtone volume on zap channel.
Is there a way to reduce the volume of the dial tone on a zap channel? I don't want to reduce the audio volume on calls so txgain in zapata.conf will not work.
I am having problems with asterisk not recognizing the first dialed digit from an analog phone about 8-15% of the time. Once the dialtone goes away, the digits are always recognized.
Any other thoughts on how to solve this are also
2006 Nov 20
1
Call-limit
...in use and a call
is incoming that the caller gets a busy signal?
coz i wan to have the incoming party get a busy signal if i'm at phone.
regards rene
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061120/6f438f28/attachment.htm
2006 Nov 20
0
Compilation problem
...______________________
Essayez Live.com et cr?ez l'Internet qui vous ressemble : infos, sports, m?t?o et bien plus encore !
http://www.live.com/getstarted
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061120/ac313ab1/attachment.htm
2006 Nov 20
1
SIP Multi-Domain
...section of sip.conf, I add the domains,
But how to say to Asterisk :
user1@domain1 > Pasword1
user2@domain2 > Pasword2
Thanks for your help !!!!!
JM
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061120/9ddef42c/attachment.htm