Displaying 20 results from an estimated 29 matches for "ronen".
Did you mean:
ronan
2002 Aug 27
3
Local mount of Win shares.
...I have Samba server working just great.
Is there a way I can work the other way around, I mean - can I mount Win shares in the Linux?
Something like, making /shares/whatever see the files on //WinMachine/sharename?
This could be good for backing up the files from the Windoz with the Linux box.
Ronen Baram
System & Network Administrator
Coreflow - Scientific Solutions ltd.
P.O. box 626, Yokneam, 20692, Israel
Tel: 972-4-9935757 ext. 117
Fax: 972-4-9935858
Web: www.coreflow.com
Email: ronen_b@coreflow.com
-------------- next part --------------
HTML attachment scrubbed and removed
2011 Jun 04
2
Weird paramterized issue
...nd run Im
getting:
err: Could not retrieve catalog from remote server: Error 400 on SERVER:
Must pass user to Class[Nodejs] at
/etc/puppet/modules/nodejs/manifests/init.pp:1 on node
When I touch the site.pp file or restart puppet master all things work
again, any idea what Im doing wrong?
Thanks
Ronen
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com.
For more options, visit this gr...
2006 May 13
5
Ajax Checkbox using Rails
...ods or assistance how write my own
checkbox_remote without duplicating too much existing rails code? (as I
need to modify also the url_for to get this solved). I''d prefer to to
simply generate the whols javascript myself - I''d rather use ruby
methods for everything.
Thanks,
Ronen
--
Posted via http://www.ruby-forum.com/.
2006 May 19
2
Error in IE, works in FireFox?
Hi,
I have an rjs that works just fine in firefox (no errors in FireBug). In
IE however it doesn''t.
When I tried to debug it, I arrived to the following:
1. page.replace of some element - fails in IE with "Object Error", even
if I''m replacing the element with a simple "<tr></tr>"
2. page.hide of that same element - works
3. page.remove of that
2006 Feb 09
2
write.table
Hello!
When using the command "write.table" I want to convert the format: 5e-04
to .0005. How can I do it?
The only option I found is to use write.matrix but then I cant add rownames.
Thank you
Ronen
[[alternative HTML version deleted]]
2002 Feb 16
1
Files to backup
...-----------------------------------------------
1. "Only Dead Fish Go With The Flow"
2. "There was a time when religion ruled the world.
It is known as the Dark Ages."
Ronen Baram
System & Network Administrator
Coreflow ltd.
-------------- next part --------------
HTML attachment scrubbed and removed
2013 Nov 13
1
[PATCH net-next 4/4] virtio-net: auto-tune mergeable rx buffer size for improved performance
On 11/13/2013 04:19 PM, Eric Dumazet wrote:
> On Wed, 2013-11-13 at 10:47 +0200, Ronen Hod wrote:
>
>> I looked at how ewma works, and although it is computationally efficient,
>> and it does what it is supposed to do, initially (at the first samples) it is strongly
>> biased towards the value that was added at the first ewma_add.
>> I suggest that you prin...
2013 Nov 13
1
[PATCH net-next 4/4] virtio-net: auto-tune mergeable rx buffer size for improved performance
On 11/13/2013 04:19 PM, Eric Dumazet wrote:
> On Wed, 2013-11-13 at 10:47 +0200, Ronen Hod wrote:
>
>> I looked at how ewma works, and although it is computationally efficient,
>> and it does what it is supposed to do, initially (at the first samples) it is strongly
>> biased towards the value that was added at the first ewma_add.
>> I suggest that you prin...
2013 Nov 13
2
[PATCH net-next 4/4] virtio-net: auto-tune mergeable rx buffer size for improved performance
...at was added at the first ewma_add.
I suggest that you print the values of ewma_add() and ewma_read(). If you are
happy with the results, then ignore my comments. If you are not, then I can
provide a version that does better for the first samples.
Unfortunately, it will be slightly less efficient.
Ronen.
> return 0;
> }
>
> @@ -382,16 +404,21 @@ static void receive_buf(struct receive_queue *rq, void *buf, unsigned int len)
> skb_trim(skb, len);
> } else if (vi->mergeable_rx_bufs) {
> struct page *page = virt_to_head_page(buf);
> - int truesize = max_...
2013 Nov 13
2
[PATCH net-next 4/4] virtio-net: auto-tune mergeable rx buffer size for improved performance
...at was added at the first ewma_add.
I suggest that you print the values of ewma_add() and ewma_read(). If you are
happy with the results, then ignore my comments. If you are not, then I can
provide a version that does better for the first samples.
Unfortunately, it will be slightly less efficient.
Ronen.
> return 0;
> }
>
> @@ -382,16 +404,21 @@ static void receive_buf(struct receive_queue *rq, void *buf, unsigned int len)
> skb_trim(skb, len);
> } else if (vi->mergeable_rx_bufs) {
> struct page *page = virt_to_head_page(buf);
> - int truesize = max_...
2002 Aug 05
1
Saving & Upgrading Samba domain data.
...ectory does the SID stays and all the Win2K & WinXP would see the "same" PDC (without the need to dis-join and re-join it)? Or there are more that I have to save?
Would the domain would "look" the same even when it's a new machine, with newer OS and new Samba version?
Ronen Baram
System & Network Administrator
Coreflow - Scientific Solutions ltd.
P.O. box 626, Yokneam, 20692, Israel
Tel: 972-4-9935757 ext. 117
Fax: 972-4-9935858
Web: www.coreflow.com
Email: ronen_b@coreflow.com
-------------- next part --------------
HTML attachment scrubbed and removed
2014 Mar 13
3
[PATCH net V2] vhost: net: switch to use data copy if pending DMAs exceed the limit
On 03/10/2014 04:03 PM, Michael S. Tsirkin wrote:
> On Fri, Mar 07, 2014 at 01:28:27PM +0800, Jason Wang wrote:
>> > We used to stop the handling of tx when the number of pending DMAs
>> > exceeds VHOST_MAX_PEND. This is used to reduce the memory occupation
>> > of both host and guest. But it was too aggressive in some cases, since
>> > any delay or blocking
2014 Mar 13
3
[PATCH net V2] vhost: net: switch to use data copy if pending DMAs exceed the limit
On 03/10/2014 04:03 PM, Michael S. Tsirkin wrote:
> On Fri, Mar 07, 2014 at 01:28:27PM +0800, Jason Wang wrote:
>> > We used to stop the handling of tx when the number of pending DMAs
>> > exceeds VHOST_MAX_PEND. This is used to reduce the memory occupation
>> > of both host and guest. But it was too aggressive in some cases, since
>> > any delay or blocking
2016 Jun 07
3
PACT-2016 ACM Student Research Competition (SRC)
...University of Edinburgh
Benoit Dupont de Dinechin, Kalray
Kemal Ebcioglu, Global Supercomputing
Lieven Eeckhout, University of Ghent
R. Govindarajan, Indian Institute of Science
Boris Grot, University of Edinburgh
Christoph Kessler, Linkoping University
Dorit Nuzman, Intel
Rodric Rabbah, IBM
Ronny Ronen, Intel
Xipeng Shen, North Carolina State University
Gabriel M. Silberman, Dell Research
Zehra Sura, IBM
CONTACT
For questions regarding the submission process, or for additional
information, clarifications, or questions, please contact the ACM
Student Research Competition Chair, Erik Altman (ealtm...
2007 Aug 12
0
question on glmmML compared to NLMIXED
Hello!
Can anyone help me. I am using the posterior.mode from the result of glmmML.
It apears to be different from the BLUe estimate of the RANDOM statement in
PROC NLMIXED
in SAS. Why is that?
Thank you
Ronen
[[alternative HTML version deleted]]
2004 May 23
1
ZAPTEL not loading on FC2
...c/zaptel.ko):
Invalid module format
FATAL: Error inserting wcfxo (/lib/modules/2.6.5-1.358/misc/wcfxo.ko):
Invalid module format
FATAL: Error running install command for wcfxo
uname -a gives
Linux server 2.6.5-1.358 #1 Sat May 8 09:04:50 EDT 2004 i686 i686 i386
GNU/Linux
any help? any Ideas?
10x, Ronen
2002 May 30
0
Upgrading for Samba 2.2.2 to 2.2.4.
...e conclusion that there something that I did wrong the SID of the computers and I don't know what I should do to fix it...
In other words, how or what should I backup in order for the all of the Samba data to run on different machine, without the need to re-join all the machines in the domain?
Ronen Baram
System & Network Administrator
Coreflow - Scientific Solutions ltd.
P.O. box 626, Yokneam, 20692, Israel
Tel: 972-4-9935757 ext. 117
Fax: 972-4-9935858
Web: www.coreflow.com
-------------- next part --------------
HTML attachment scrubbed and removed
2002 Aug 26
0
read & write permission
...using smbmount on the client and
it is readable and writable on the client and server. However, when the
client is saving a file it becomes read only for the others.
How do I enable it to create files with read write permission (or retain
the original read write permission) for all users?
Thanks,
Ronen
-------------- next part --------------
HTML attachment scrubbed and removed
2013 Nov 13
0
[PATCH net-next 4/4] virtio-net: auto-tune mergeable rx buffer size for improved performance
On Wed, 2013-11-13 at 10:47 +0200, Ronen Hod wrote:
> I looked at how ewma works, and although it is computationally efficient,
> and it does what it is supposed to do, initially (at the first samples) it is strongly
> biased towards the value that was added at the first ewma_add.
> I suggest that you print the values of ewma...