search for: expro

Displaying 9 results from an estimated 9 matches for "expro".

Did you mean: expr
2005 Dec 15
6
Sharing a partition between dom0 and domU
...shot of its filesystem. Please note that I have no desire to _completly_ eliminate network usage. Using it for some kind of synchronization between the domains is fine with me. I just want to avoid copying the large data across the network. Any ideas? regards, Marcin -- Marcin Owsiany porridge@expro.pl _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2007 Jan 22
1
Strange behavior
Ok two things that bug me 1) http://backgroundrb.devjavu.com/projects/backgroundrb/ticket/48 i thought i''ll just post ticket link - but well - it''s strange 2) when i switch base class from RailsBase to Base i can''t access MiddleMan - i get error NameError: uninitialized constant MiddleMan from (drbunix:///tmp/backgroundrbunix_localhost_2999)
2007 Mar 03
1
Dovecot Deliver to Folders
Is there a way to get dovecot deliver to deliver directly to folders instead of the inbox?
2007 Jan 31
1
IMAP on move message command launch
...ello, Is it possible with dovecot IMAP server to do the following thing: After the clients moves a message from any folder to the given one, I want to launch a command and feed that message into it, as well as physically move the message to this folder. Is that possible? -- Jan Srzednicki w at expro.pl
2007 Jun 01
1
CMU Sieve pluigin missing proper charset support
...on-07) The problem is that the dovecot plugin does not convert the string to RFC2047 encoded words, it treats it literally and thus sends malformed (from RFC's point of view) message - with improper Subject field encoding. Any chances of getting that fixed? greetings, -- Jan Srzednicki w at expro.pl
2006 Jun 28
3
limit on the number of NICs per domU
...y way (like setting some #define or something in the sources) to rise this limit to 4 or 5? Why is the limit set to 3 actually? I tried to google, but I couldn''t find any answer to my question and I''d really like to have 4 NICs in one of my domUs. greetings, -- Jan Srzednicki w@expro.pl _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2007 Jan 22
1
MiddleMan behavior
i found some questions and answers on mailing lists but there is still a problem - when i want to create new worker from within a worker - ::BackgrounDRb::MiddleMan.new_worker(:class => :second_worker, :args => {:id=>2, :text=>"slave"}) works but when i want to get reference to that object: ::BackgrounDRb::MiddleMan.worker(@second) yields: NoMethodError: undefined
2007 Jan 22
0
Creating workers from workers, calling functions
Anyone have idea, what''s the best way to run one workers from another, and call functions betwen them ?
2007 Jan 23
0
Error while creating one worker from another
for some strange reason this error occours when i create one worker from another BUT only when i derive worker class from Worker::Base instead or Worker::RailsBase - when change it back it works fine, child worker can have empty do_work, but this error still ocours Bad file descriptor (Errno::EBADF) /var/lib/gems/1.8/gems/slave-1.2.0/lib/slave.rb:214:in `for_fd''