Displaying 20 results from an estimated 23 matches for "bhavesh".
Did you mean:
behaves
2008 Feb 19
1
discrepancy between what quota reports and what du reports (second time post)
Hi Friends,
I am running samba as domain member of AD 2k3 on Centos 4.4 . Quota of
2GB is set for each user but for 2-3 uers quota or edquota is
showing wrong blocks even though disk space occupied by that user is
very less than the quota specified for ex 810 MB.
quota bhavesh.kumar
Disk quotas for user bhavesh.kumar (uid 11254):
Filesystem blocks quota limit grace files quota limit grace
/dev/cciss/c0d0p5
2791832* 2000000 2000000 1595 0 0
# du -sh bhavesh.kumar
809M bhavesh.kumar
dumpe2fs /dev/cciss/c0d0p3...
2008 Feb 08
0
Re: discrepancy between what quota reports and what du reports
...l.com> wrote:
> Hi Friends,
>
>
> I am running samba as domain member of AD 2k3 on Centos 4.4 . Quota of
> 2GB is set for each user but for one of the user quota or edquota is
> showing wrong blocks even though disk space occupied by that user is
> 809M.
>
>
> quota bhavesh.kumar
> Disk quotas for user bhavesh.kumar (uid 11254):
> Filesystem blocks quota limit grace files quota limit grace
> /dev/cciss/c0d0p5
> 2791832* 2000000 2000000 1595 0 0
>
> # du -sh bhavesh.kumar
> 809M bhavesh....
2008 Feb 07
0
equota reporting wrong blocks
Hi Friends,
I am running samba as domain member of AD 2k3 on Centos 4.4 . Quota of
2GB is set for each user but for one of the user quota or edquota is
showing wrong blocks even though disk space occupied by that user is
809M.
quota bhavesh.kumar
Disk quotas for user bhavesh.kumar (uid 11254):
Filesystem blocks quota limit grace files quota limit grace
/dev/cciss/c0d0p5
2791832* 2000000 2000000 1595 0 0
# du -sh bhavesh.kumar
809M bhavesh.kumar
dumpe2fs /dev/cciss/c0d0p...
2014 Sep 02
2
No subject
This version addresses Sergei's comments.
o Fixed description and added Reported-by
o Removed NULL check for kfree()
2014 Sep 02
2
No subject
This version addresses Sergei's comments.
o Fixed description and added Reported-by
o Removed NULL check for kfree()
2014 Sep 02
1
[PATCH] VMXNET3: Check for map error in vmxnet3_set_mc
We should check if the map of the table actually succeeds, and also free
resources accordingly. This fixes the kernel panic reported by Tetsuo
Handa.
Version bumped to 1.2.1.0
Acked-by: Shelley Gong <shelleygong at vmware.com>
Acked-by: Bhavesh Davda <bhavesh at vmware.com>
Signed-off-by: Andy King <acking at vmware.com>
---
drivers/net/vmxnet3/vmxnet3_drv.c | 14 ++++++++------
drivers/net/vmxnet3/vmxnet3_int.h | 4 ++--
2 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/drivers/net/vmxnet3/vmxnet3_drv.c b/...
2014 Sep 02
1
[PATCH] VMXNET3: Check for map error in vmxnet3_set_mc
We should check if the map of the table actually succeeds, and also free
resources accordingly. This fixes the kernel panic reported by Tetsuo
Handa.
Version bumped to 1.2.1.0
Acked-by: Shelley Gong <shelleygong at vmware.com>
Acked-by: Bhavesh Davda <bhavesh at vmware.com>
Signed-off-by: Andy King <acking at vmware.com>
---
drivers/net/vmxnet3/vmxnet3_drv.c | 14 ++++++++------
drivers/net/vmxnet3/vmxnet3_int.h | 4 ++--
2 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/drivers/net/vmxnet3/vmxnet3_drv.c b/...
2011 Aug 25
3
ActiveRecord searching in batch (with find_by_sql)
...deal,
User.find_each(:batch_size => 5000, :start => 2000) do |user|
NewsLetter.weekly_deliver(user)
end
however,
I would like to use find_by_sql since my query is user defined. Question
is, is it possible to use find_by_sql with batch_size and iterate
through all the record-sets?
Thanks
Bhavesh
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, s...
2014 Sep 02
0
[PATCH] VMXNET3: Check for map error in vmxnet3_set_mc
We should check if the map of the table actually succeeds, and also free
resources accordingly.
Version bumped to 1.2.1.0
Acked-by: Shelley Gong <shelleygong at vmware.com>
Acked-by: Bhavesh Davda <bhavesh at vmware.com>
Signed-off-by: Andy King <acking at vmware.com>
Reported-by: Tetsuo Handa <penguin-kernel at I-love.SAKURA.ne.jp>
---
drivers/net/vmxnet3/vmxnet3_drv.c | 15 ++++++++-------
drivers/net/vmxnet3/vmxnet3_int.h | 4 ++--
2 files changed, 10 inserti...
2001 Jul 31
0
using scp for files larger than 2 gig
...looks like it is ok. I just want to know is
this approch ok. Will it loose any data during transter.
I was also wondering do you guys have fix for it or you are planning to support
in future version.
I am using OpenSSH_2.9p1, SSH protocols 1.5/2.0, OpenSSL 0x0090601f
Thanking you in anticipation
Bhavesh
__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/
2009 Oct 12
1
[PATCH 2.6.32-rc4] net: VMware virtual Ethernet NIC driver: vmxnet3
...This patch adds driver support for VMware's virtual Ethernet NIC: vmxnet3
Guests running on VMware hypervisors supporting vmxnet3 device will thus have
access to improved network functionalities and performance.
Signed-off-by: Shreyas Bhatewara <sbhatewara at vmware.com>
Signed-off-by: Bhavesh Davda <bhavesh at vmware.com>
Signed-off-by: Ronghua Zhang <ronghua at vmware.com>
---
VMware virtual Ethernet NIC Driver : vmxnet3 - v4
Changelog (v4-v3)
- change the method to return results in vmxnet3_do_poll
- free irq resources between suspend and resume power mngt operations
-...
2009 Oct 12
1
[PATCH 2.6.32-rc4] net: VMware virtual Ethernet NIC driver: vmxnet3
...This patch adds driver support for VMware's virtual Ethernet NIC: vmxnet3
Guests running on VMware hypervisors supporting vmxnet3 device will thus have
access to improved network functionalities and performance.
Signed-off-by: Shreyas Bhatewara <sbhatewara at vmware.com>
Signed-off-by: Bhavesh Davda <bhavesh at vmware.com>
Signed-off-by: Ronghua Zhang <ronghua at vmware.com>
---
VMware virtual Ethernet NIC Driver : vmxnet3 - v4
Changelog (v4-v3)
- change the method to return results in vmxnet3_do_poll
- free irq resources between suspend and resume power mngt operations
-...
2009 Oct 06
1
[PATCH 2.6.32-rc3] net: VMware virtual Ethernet NIC driver: vmxnet3
...This patch adds driver support for VMware's virtual Ethernet NIC: vmxnet3
Guests running on VMware hypervisors supporting vmxnet3 device will thus have
access to improved network functionalities and performance.
Signed-off-by: Shreyas Bhatewara <sbhatewara at vmware.com>
Signed-off-by: Bhavesh Davda <bhavesh at vmware.com>
Signed-off-by: Ronghua Zhang <ronghua at vmware.com>
---
VMware virtual Ethernet NIC Driver : vmxnet3 - v3
Changelog (v3-v2)
- use ethtool instead of a module param to control hw LRO feature
- rebase to 2.6.32-rc3
Changelog (v2-v1)
- Rebased the patch t...
2009 Oct 06
1
[PATCH 2.6.32-rc3] net: VMware virtual Ethernet NIC driver: vmxnet3
...This patch adds driver support for VMware's virtual Ethernet NIC: vmxnet3
Guests running on VMware hypervisors supporting vmxnet3 device will thus have
access to improved network functionalities and performance.
Signed-off-by: Shreyas Bhatewara <sbhatewara at vmware.com>
Signed-off-by: Bhavesh Davda <bhavesh at vmware.com>
Signed-off-by: Ronghua Zhang <ronghua at vmware.com>
---
VMware virtual Ethernet NIC Driver : vmxnet3 - v3
Changelog (v3-v2)
- use ethtool instead of a module param to control hw LRO feature
- rebase to 2.6.32-rc3
Changelog (v2-v1)
- Rebased the patch t...
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
...eibold.de>
Bernhard Walle <bernhard@bwalle.de>
Bernhard Walle <walle@corscience.de>
Bernie Thompson <bernie@plugable.com>
Betty Dall <betty.dall@hp.com>
Bhanu Prakash Gollapudi <bprakash@broadcom.com>
Bharat Bhushan <bharat.bhushan@freescale.com>
Bhavesh Davda <bhavesh@vmware.com>
Bhavik Kothari <bhavik.kothari@sibridgetech.com>
Bhavna Yadav <bhavna.yadav@st.com>
Bhupesh Sharma <bhupesh.sharma@st.com>
Bi Chao <chao.bi@intel.com>
Bian Yu <bianyu@kedacom.com>
Bill Brown <bill.e.brown@intel.com>...
2013 Mar 29
0
[linux-linus test] 17454: regressions - FAIL
...eibold.de>
Bernhard Walle <bernhard@bwalle.de>
Bernhard Walle <walle@corscience.de>
Bernie Thompson <bernie@plugable.com>
Betty Dall <betty.dall@hp.com>
Bhanu Prakash Gollapudi <bprakash@broadcom.com>
Bharat Bhushan <bharat.bhushan@freescale.com>
Bhavesh Davda <bhavesh@vmware.com>
Bhavik Kothari <bhavik.kothari@sibridgetech.com>
Bhavna Yadav <bhavna.yadav@st.com>
Bhupesh Sharma <bhupesh.sharma@st.com>
Bi Chao <chao.bi@intel.com>
Bian Yu <bianyu@kedacom.com>
Bill Brown <bill.e.brown@intel.com>...
2013 Apr 10
0
[linux-linus test] 17612: regressions - FAIL
...eibold.de>
Bernhard Walle <bernhard@bwalle.de>
Bernhard Walle <walle@corscience.de>
Bernie Thompson <bernie@plugable.com>
Betty Dall <betty.dall@hp.com>
Bhanu Prakash Gollapudi <bprakash@broadcom.com>
Bharat Bhushan <bharat.bhushan@freescale.com>
Bhavesh Davda <bhavesh@vmware.com>
Bhavik Kothari <bhavik.kothari@sibridgetech.com>
Bhavna Yadav <bhavna.yadav@st.com>
Bhupesh Sharma <bhupesh.sharma@st.com>
Bi Chao <chao.bi@intel.com>
Bian Yu <bianyu@kedacom.com>
Bill Brown <bill.e.brown@intel.com>...
2013 May 05
0
[linux-linus test] 17901: regressions - FAIL
...ience.de>
Bernie Thompson <bernie@plugable.com>
Bernie Thompson <bhthompson@chromium.org>
Bertrand Achard <ba@cykian.net>
Betty Dall <betty.dall@hp.com>
Bhanu Prakash Gollapudi <bprakash@broadcom.com>
Bharat Bhushan <bharat.bhushan@freescale.com>
Bhavesh Davda <bhavesh@vmware.com>
Bhavik Kothari <bhavik.kothari@sibridgetech.com>
Bhavna Yadav <bhavna.yadav@st.com>
Bhupesh Sharma <bhupesh.sharma@st.com>
Bi Chao <chao.bi@intel.com>
Bian Yu <bianyu@kedacom.com>
Bill Brown <bill.e.brown@intel.com>...
2013 May 07
0
[linux-linus test] 17916: regressions - FAIL
...ience.de>
Bernie Thompson <bernie@plugable.com>
Bernie Thompson <bhthompson@chromium.org>
Bertrand Achard <ba@cykian.net>
Betty Dall <betty.dall@hp.com>
Bhanu Prakash Gollapudi <bprakash@broadcom.com>
Bharat Bhushan <bharat.bhushan@freescale.com>
Bhavesh Davda <bhavesh@vmware.com>
Bhavik Kothari <bhavik.kothari@sibridgetech.com>
Bhavna Yadav <bhavna.yadav@st.com>
Bhupesh Sharma <bhupesh.sharma@st.com>
Bi Chao <chao.bi@intel.com>
Bian Yu <bianyu@kedacom.com>
Bill Brown <bill.e.brown@intel.com>...
2013 Jun 16
0
[linux-linus test] 18150: regressions - FAIL
...able.com>
Bernie Thompson <bhthompson@chromium.org>
Bertrand Achard <ba@cykian.net>
Betty Dall <betty.dall@hp.com>
Bhanu Prakash Gollapudi <bprakash@broadcom.com>
Bharat Bhushan <bharat.bhushan@freescale.com>
Bharata B Rao <bharata.rao@gmail.com>
Bhavesh Davda <bhavesh@vmware.com>
Bhavik Kothari <bhavik.kothari@sibridgetech.com>
Bhavna Yadav <bhavna.yadav@st.com>
Bhupesh Sharma <bhupesh.sharma@st.com>
Bi Chao <chao.bi@intel.com>
Bian Yu <bianyu@kedacom.com>
Bill Brown <bill.e.brown@intel.com>...