search for: zbr

Displaying 20 results from an estimated 24 matches for "zbr".

Did you mean: br
2009 Feb 25
2
No space left on device
...w,gid=5,mode=620) none on /dev/shm type tmpfs (rw) configfs on /sys/kernel/config type configfs (rw) ocfs2_dlmfs on /dlm type ocfs2_dlmfs (rw) nfsd on /proc/fs/nfsd type nfsd (rw) /dev/hda3 on /home/nfs type ocfs2 (rw,_netdev,noatime,heartbeat=local) [root at t1 root]# dd if=/dev/zero of=/home/nfs/.zbr bs=1M count=10 dd: writing `/home/nfs/.zbr': No space left on device 1+0 records in 0+0 records out [root at t1 root]# ls -lah /home/nfs/.zbr -rw-r--r-- 1 root root 972K Feb 25 14:09 /home/nfs/.zbr But we are able to create other files smaller than that. Any ideas? Thanks, Nuno...
2010 Dec 13
3
[PATCH 1/1] hv: Use only one txf buffer per channel and kmalloc on initialize
Correct issue with not checking kmalloc return value. This fix now only uses one receive buffer for all hv_utils channels, and will do only one kmalloc on init and will return with a -ENOMEM if kmalloc fails on initialize. And properly clean up memory on failure. Thanks to Evgeniy Polyakov <zbr at ioremap.net> for pointing this out. And thanks to Jesper Juhl <jj at chaosbits.net> and Ky Srinivasan <ksrinivasan at novell.com> for suggesting a better implementation of my original patch. Signed-off-by: Haiyang Zhang <haiyangz at microsoft.com> Signed-off-by: Hank Janss...
2010 Dec 13
3
[PATCH 1/1] hv: Use only one txf buffer per channel and kmalloc on initialize
Correct issue with not checking kmalloc return value. This fix now only uses one receive buffer for all hv_utils channels, and will do only one kmalloc on init and will return with a -ENOMEM if kmalloc fails on initialize. And properly clean up memory on failure. Thanks to Evgeniy Polyakov <zbr at ioremap.net> for pointing this out. And thanks to Jesper Juhl <jj at chaosbits.net> and Ky Srinivasan <ksrinivasan at novell.com> for suggesting a better implementation of my original patch. Signed-off-by: Haiyang Zhang <haiyangz at microsoft.com> Signed-off-by: Hank Janss...
2010 Dec 13
2
[PATCH 1/1] hv: Use only one receive buffer and kmalloc on initialize
Correct issue with not checking kmalloc return value. This fix now only uses one receive buffer for all hv_utils channels, and will do only one kmalloc on init and will return with a -ENOMEM if kmalloc fails on initialize. Thanks to Evgeniy Polyakov <zbr at ioremap.net> for pointing this out. And thanks to Jesper Juhl <jj at chaosbits.net> and Ky Srinivasan <ksrinivasan at novell.com> for suggesting a better implementation of my original patch. Signed-off-by: Haiyang Zhang <haiyangz at microsoft.com> Signed-off-by: Hank Janss...
2010 Dec 13
2
[PATCH 1/1] hv: Use only one receive buffer and kmalloc on initialize
Correct issue with not checking kmalloc return value. This fix now only uses one receive buffer for all hv_utils channels, and will do only one kmalloc on init and will return with a -ENOMEM if kmalloc fails on initialize. Thanks to Evgeniy Polyakov <zbr at ioremap.net> for pointing this out. And thanks to Jesper Juhl <jj at chaosbits.net> and Ky Srinivasan <ksrinivasan at novell.com> for suggesting a better implementation of my original patch. Signed-off-by: Haiyang Zhang <haiyangz at microsoft.com> Signed-off-by: Hank Janss...
2010 Dec 13
3
[PATCH 1/1] hv: Use only one receive buffer per channel and kmalloc on initialize
Correct issue with not checking kmalloc return value. This fix now only uses one receive buffer for all hv_utils channels, and will do only one kmalloc on init and will return with a -ENOMEM if kmalloc fails on initialize. Thanks to Evgeniy Polyakov <zbr at ioremap.net> for pointing this out. And thanks to Jesper Juhl <jj at chaosbits.net> and Ky Srinivasan <ksrinivasan at novell.com> for suggesting a better implementation of my original patch. Signed-off-by: Haiyang Zhang <haiyangz at microsoft.com> Signed-off-by: Hank Janss...
2010 Dec 13
3
[PATCH 1/1] hv: Use only one receive buffer per channel and kmalloc on initialize
Correct issue with not checking kmalloc return value. This fix now only uses one receive buffer for all hv_utils channels, and will do only one kmalloc on init and will return with a -ENOMEM if kmalloc fails on initialize. Thanks to Evgeniy Polyakov <zbr at ioremap.net> for pointing this out. And thanks to Jesper Juhl <jj at chaosbits.net> and Ky Srinivasan <ksrinivasan at novell.com> for suggesting a better implementation of my original patch. Signed-off-by: Haiyang Zhang <haiyangz at microsoft.com> Signed-off-by: Hank Janss...
2007 Mar 03
2
RPMs
Hi, I think my problem is related to the way i make my RPMs (i'm newbie at this). Two things: 1) the generated RPMs are only 1,5 kb size. That's inpossible. 2) The rpmbuild -ba zbr.spec indeed installs the software in the building stage. That's odd, isn't it ? Following my signature is an openssl.spec file Any help would be appreciated. Warm regards, M?rio Gamito -- Summary: OpenSSL Name: openssl Version: 0.9.8b Release: 6 Source0: %{name}-%{version}.tar.gz Licens...
2005 Apr 06
1
Problems joining Samba toa w2000 AD PDC
...I have to join the Samba machine to the PDC on the 2000 server. I ask the Windows 2000 server admin to come to my Samba machine and insert his login and password to join my machine, but i always get the same error (after my signature, along with other relevant data). I tried: # net ads join -Uzbr at dte.ua.pt What could be causing the error ? Another question.: In the moment of joining the Samba machine to the PDC on the Windows 2000 Server, the Samba daemons must be up or down (i've read contraditory things about this issue) ? Any help would be apreciated. Warm Regards, M?rio Gam...
2010 Dec 09
1
[PATCH 1/1] Properly check return values of kmalloc and vmbus_recvpacket
Correct ugly oversight, we need to check the return values of kmalloc and vmbus_recvpacket and return if they fail. I also tightened up the call to kmalloc. Thanks to Evgeniy Polyakov <zbr at ioremap.net> for pointing this out. Signed-off-by: Haiyang Zhang <haiyangz at microsoft.com> Signed-off-by: Hank Janssen <hjanssen at microsoft.com> --- drivers/staging/hv/hv_utils.c | 48 ++++++++++++++++++++++++++++------------ 1 files changed, 33 insertions(+), 15 deletio...
2010 Dec 09
1
[PATCH 1/1] Properly check return values of kmalloc and vmbus_recvpacket
Correct ugly oversight, we need to check the return values of kmalloc and vmbus_recvpacket and return if they fail. I also tightened up the call to kmalloc. Thanks to Evgeniy Polyakov <zbr at ioremap.net> for pointing this out. Signed-off-by: Haiyang Zhang <haiyangz at microsoft.com> Signed-off-by: Hank Janssen <hjanssen at microsoft.com> --- drivers/staging/hv/hv_utils.c | 48 ++++++++++++++++++++++++++++------------ 1 files changed, 33 insertions(+), 15 deletio...
2010 Nov 22
6
[PATCH 2/3]: An Implementation of HyperV KVP functionality
The hv_utils module will be composed of more than one file; rename hv_utils.c to accommodate this without changing the module name. Signed-off-by: K. Y. Srinivasan <ksrinivasan at novell.com> -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: hv_util_cleanup.patch Url:
2010 Nov 22
6
[PATCH 2/3]: An Implementation of HyperV KVP functionality
The hv_utils module will be composed of more than one file; rename hv_utils.c to accommodate this without changing the module name. Signed-off-by: K. Y. Srinivasan <ksrinivasan at novell.com> -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: hv_util_cleanup.patch Url:
2009 Dec 16
4
No space left on device
...:13:12 PST 2009, Joel Becker wrote: > On Sat, Feb 28, 2009 at 12:09:37PM +0000, Nuno Fernandes wrote: > > > That's rather odd. What is the blocksize and cluster size of > > > this filesystem? Can you send me the output of 'debugfs.ocfs2 -R "stat > > > /.zbr" /dev/hda3'? > > > > > > Joel > > > > Hi, > > > > Well.. we've deleted over 275 000 files and the problem disappeared... at > > least for now. We'll just have to wait for that amount of files to be added. > > I wanted to se...
2011 Jul 25
5
ext4, 4k sector alignment
I've mentioned this problem before but put off doing anything about it and maybe now someone can suggest the best solution. I have a 3-member RAID1 set where one of the members is periodically swapped and rotated offsite. The filesystem contains a backuppc archive which has millions of hardlinks that make it impractical to copy with a file-oriented approach. The current filesystem is
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
...Eugeni Dodonov <eugeni.dodonov@intel.com> Eugenia Emantayev <eugenia@mellanox.co.il> Eugenia Emantayev <eugenia@mellanox.com> Eunchul Kim <chulspro.kim@samsung.com> Eunki Kim <eunki_kim@samsung.com> Evan McNabb <evan@mcnabbs.org> Evgeniy Polyakov <zbr@ioremap.net> Evgeny Plehov <EvgenyPlehov@ukr.net> Evgeny Romanov <romanov@neurosoft.ru> Eyal Shapira <eyal@wizery.com> Eyal Shapira <eyal@wizey.com> Eytan Lifshitz <eytan.lifshitz@intel.com> Ezequiel Garcia <elezegarcia@gmail.com> Ezequiel Garcia...
2013 Mar 29
0
[linux-linus test] 17454: regressions - FAIL
...Eugeni Dodonov <eugeni.dodonov@intel.com> Eugenia Emantayev <eugenia@mellanox.co.il> Eugenia Emantayev <eugenia@mellanox.com> Eunchul Kim <chulspro.kim@samsung.com> Eunki Kim <eunki_kim@samsung.com> Evan McNabb <evan@mcnabbs.org> Evgeniy Polyakov <zbr@ioremap.net> Evgeny Plehov <EvgenyPlehov@ukr.net> Evgeny Romanov <romanov@neurosoft.ru> Eyal Shapira <eyal@wizery.com> Eyal Shapira <eyal@wizey.com> Eytan Lifshitz <eytan.lifshitz@intel.com> Ezequiel Garcia <elezegarcia@gmail.com> Ezequiel Garcia...
2013 Apr 10
0
[linux-linus test] 17612: regressions - FAIL
...Eugeni Dodonov <eugeni.dodonov@intel.com> Eugenia Emantayev <eugenia@mellanox.co.il> Eugenia Emantayev <eugenia@mellanox.com> Eunchul Kim <chulspro.kim@samsung.com> Eunki Kim <eunki_kim@samsung.com> Evan McNabb <evan@mcnabbs.org> Evgeniy Polyakov <zbr@ioremap.net> Evgeny Plehov <EvgenyPlehov@ukr.net> Evgeny Romanov <romanov@neurosoft.ru> Eyal Shapira <eyal@wizery.com> Eyal Shapira <eyal@wizey.com> Eytan Lifshitz <eytan.lifshitz@intel.com> Ezequiel Garcia <elezegarcia@gmail.com> Ezequiel Garcia...
2013 May 05
0
[linux-linus test] 17901: regressions - FAIL
...gt; Eugenia Emantayev <eugenia@mellanox.co.il> Eugenia Emantayev <eugenia@mellanox.com> Eunbong Song <eunb.song@samsung.com> Eunchul Kim <chulspro.kim@samsung.com> Eunki Kim <eunki_kim@samsung.com> Evan McNabb <evan@mcnabbs.org> Evgeniy Polyakov <zbr@ioremap.net> Evgeny Plehov <EvgenyPlehov@ukr.net> Evgeny Romanov <romanov@neurosoft.ru> Ewan D. Milne <emilne@redhat.com> Eyal Shapira <eyal@wizery.com> Eyal Shapira <eyal@wizey.com> Eytan Lifshitz <eytan.lifshitz@intel.com> Ezequiel Garcia <e...
2013 May 07
0
[linux-linus test] 17916: regressions - FAIL
...gt; Eugenia Emantayev <eugenia@mellanox.co.il> Eugenia Emantayev <eugenia@mellanox.com> Eunbong Song <eunb.song@samsung.com> Eunchul Kim <chulspro.kim@samsung.com> Eunki Kim <eunki_kim@samsung.com> Evan McNabb <evan@mcnabbs.org> Evgeniy Polyakov <zbr@ioremap.net> Evgeny Plehov <EvgenyPlehov@ukr.net> Evgeny Romanov <romanov@neurosoft.ru> Ewan D. Milne <emilne@redhat.com> Eyal Shapira <eyal@wizery.com> Eyal Shapira <eyal@wizey.com> Eytan Lifshitz <eytan.lifshitz@intel.com> Ezequiel Garcia <e...