search for: ellenberg

Displaying 20 results from an estimated 36 matches for "ellenberg".

2007 Mar 26
2
[RFC: 2.6.16 patch] ocfs2 heartbeat: clean up bio submission code
On Mon, Mar 26, 2007 at 01:57:17PM +0200, Lars Ellenberg wrote: > > uhm, how about > > commit b559292e066f6d570cd5aa5dbd41de61dd04bdce > tree d8221b5f54ad9b8cef694de687013614dccf5966 > parent 925037bcba7691db2403684141a276930ad184f3 > author Philipp Reisner <philipp.reisner@linbit.com> Thu, 11 Jan 2007 10:58:10 +0100...
2017 May 26
9
[Bug 12806] New: Deleting in a row of hardlinked snapshots resets file permissions.
https://bugzilla.samba.org/show_bug.cgi?id=12806 Bug ID: 12806 Summary: Deleting in a row of hardlinked snapshots resets file permissions. Product: rsync Version: 3.1.0 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: core
2007 Feb 23
2
Latest Plus Kernel include MD RAID-1 BIO_RW_SYNC patch?
I am inquiring on the list if anybody knows if the latest plus kernel includes the fixes for MD RAID-1 where it didn't pass down the BIO_RW_SYNC flag on cloned bios. This bug was discovered in December by the DRBD project and patches were posted by Lars Ellenberg from that project to the LKM which were then merged into the 2.6.19 kernel. The bug causes severe performance penalties for applications that use the BIO_RW_SYNC flag on block requests. The fix is a simple 2 to 4 line change where it ORs the sync flag on the cloned bios. If it isn't in the p...
2017 Jun 08
0
[Bug 12806] Deleting in a row of hardlinked snapshots resets file permissions.
https://bugzilla.samba.org/show_bug.cgi?id=12806 --- Comment #4 from Heinz-Willi Wyes <hww at delember-wyes.de> --- I got a personal message from Lars Ellenberg that went also to samba-bugs at samba.org and rsync-qa at samba.org. He wrote: ------------------ Calling chmod only on (optimization: non-empty) directories would fix this. I don't need to chmod a *file* before unlinking it, I just need write permission on the directory it is located in. (No...
2008 Feb 06
10
Xen 3.1 / Xen 3.2 + DRBD 8.2.4
Hi all ! Is anyone using xen kernel + drbd 8.2.4 ? I don''t know exactly if my problems come from the addition of the two packages, or from drbd 8.2.4, but I encoutered kernel panic 2 times when trying to do first sync of drbd resources :s Cheers, -- Serge Dewailly _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com
2008 Aug 07
1
[ANNOUNCE] xf86-input-synaptics 0.15.0
...stems only. ~ Take other *BSDs into account, too. ~ Filter out .libs and .deps everywhere Dmitry Torokhov (1): ~ Fix crash on kernels with extended keymap space Florian Loitsch (2): ~ Allow to easily switch between move and scroll. ~ Add a timeout to locked drags. Ingmar Ellenberger (1): ~ Implement 2-finger emulation for ALPS touchpads. Jesper Smith (1): ~ Fix to make the driver work on newest xorg GIT. Joseph P. Skudlarek (6): ~ Clarify that alps.patch file is not always needed. ~ Alsp documentation update. ~ Comment out SHMConfig, and explain th...
2017 Sep 05
0
Is it possible to transfer a large, dynamic file in a piecemeal fashion?
...ransmit a large file in a piecemeal fashion. > Because the (nearly) same 200GB at the beginning of the 2TB file gets > retransmitted over and over with each restart. Would --partial work for you? Possibly combine with --partial-dir, --temp-dir, --delay-updates, and/or --inplace. -- : Lars Ellenberg : LINBIT | Keeping the Digital World Running : DRBD -- Heartbeat -- Corosync -- Pacemaker : R&D, Integration, Ops, Consulting, Support
2012 Jul 19
2
rsync takes a long time to start doing any transfers
I want to use rsync with a cloud based rsync provider to do off-site backing up of a large (1TB) dataset which consists of 32 million+ files spread out in 300 directories. So the amount of files in any one directory can be quite large (upwards of 2 million). Rsync doesn't seem to cope with this well - even doing local copies in a directory with several thousands of files takes a long time to
2012 Jul 05
4
rsync based on checksum only
Is it possible to tell rsync *not* to use file names, date stamps, etc and only use the checksum for deciding if a file is the same? the remote machine "normalizes" a set of file names to remove all punctuation marks and forces all file names to lower case. The files themselves are unchanged. --checksum looks promising but it does not say anything about file names: -c, --checksum
2017 Apr 14
4
rsync buffer overflow detected
Hello! I use rsync from python on my Debian Jessie amd64 and get this error: *** buffer overflow detected ***: <snip>/rsync terminated ======= Backtrace: ========= /lib/x86_64-linux-gnu/libc.so.6(+0x731af)[0x7ffff78971af] /lib/x86_64-linux-gnu/libc.so.6(__fortify_fail+0x37)[0x7ffff791caa7] /lib/x86_64-linux-gnu/libc.so.6(+0xf6cc0)[0x7ffff791acc0]
2010 Aug 09
2
HOWTO samba4 centos5.5 named dnsupdate drbd simple failover
...vim drbd. You find the start and stop option at #chkconfig_ - start stop. The original line here: #chkconfig: - 70 08. I changed it to: # chkconfig: - 55 08 #!/bin/bash # # chkconfig: - 55 08 # description: Loads and unloads the drbd module # # Copyright 2001-2010 LINBIT # # Philipp Reisner, Lars Ellenberg # ### BEGIN INIT INFO # Provides: drbd # Required-Start: $local_fs $network $syslog # Required-Stop: $local_fs $network $syslog # Should-Start: sshd multipathd # Should-Stop: sshd multipathd # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # X-Start-Before: heartbeat corosync # X-Stop-After:...
2010 Aug 16
1
WG: HOWTO samba4 centos5.5 named dnsupdate drbd simple failover
...vim drbd. You find the start and stop option at #chkconfig_ - start stop. The original line here: #chkconfig: - 70 08. I changed it to: # chkconfig: - 55 08 #!/bin/bash # # chkconfig: - 55 08 # description: Loads and unloads the drbd module # # Copyright 2001-2010 LINBIT # # Philipp Reisner, Lars Ellenberg # ### BEGIN INIT INFO # Provides: drbd # Required-Start: $local_fs $network $syslog # Required-Stop: $local_fs $network $syslog # Should-Start: sshd multipathd # Should-Stop: sshd multipathd # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # X-Start-Before: heartbeat corosync # X-Stop-After:...
2013 Mar 27
0
[PATCH 04/22] block: Convert bio_for_each_segment() to bvec_iter
...xboe at kernel.dk> Cc: Geert Uytterhoeven <geert at linux-m68k.org> Cc: Benjamin Herrenschmidt <benh at kernel.crashing.org> Cc: Paul Mackerras <paulus at samba.org> Cc: "Ed L. Cashin" <ecashin at coraid.com> Cc: Nick Piggin <npiggin at kernel.dk> Cc: Lars Ellenberg <drbd-dev at lists.linbit.com> Cc: Jiri Kosina <jkosina at suse.cz> Cc: Paul Clements <Paul.Clements at steeleye.com> Cc: Jim Paris <jim at jtan.com> Cc: Geoff Levand <geoff at infradead.org> Cc: Yehuda Sadeh <yehuda at inktank.com> Cc: Sage Weil <sage at inkt...
2013 Mar 27
0
[PATCH 04/22] block: Convert bio_for_each_segment() to bvec_iter
...xboe at kernel.dk> Cc: Geert Uytterhoeven <geert at linux-m68k.org> Cc: Benjamin Herrenschmidt <benh at kernel.crashing.org> Cc: Paul Mackerras <paulus at samba.org> Cc: "Ed L. Cashin" <ecashin at coraid.com> Cc: Nick Piggin <npiggin at kernel.dk> Cc: Lars Ellenberg <drbd-dev at lists.linbit.com> Cc: Jiri Kosina <jkosina at suse.cz> Cc: Paul Clements <Paul.Clements at steeleye.com> Cc: Jim Paris <jim at jtan.com> Cc: Geoff Levand <geoff at infradead.org> Cc: Yehuda Sadeh <yehuda at inktank.com> Cc: Sage Weil <sage at inkt...
2010 Oct 05
0
WG: HOWTO samba4 centos5.5 named dnsupdate drbd simple failover
...vim drbd. You find the start and stop option at #chkconfig_ - start stop. The original line here: #chkconfig: - 70 08. I changed it to: # chkconfig: - 55 08 #!/bin/bash # # chkconfig: - 55 08 # description: Loads and unloads the drbd module # # Copyright 2001-2010 LINBIT # # Philipp Reisner, Lars Ellenberg # ### BEGIN INIT INFO # Provides: drbd # Required-Start: $local_fs $network $syslog # Required-Stop: $local_fs $network $syslog # Should-Start: sshd multipathd # Should-Stop: sshd multipathd # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # X-Start-Before: heartbeat corosync # X-Stop-After:...
2013 Aug 07
0
[PATCH 07/22] block: Convert bio_for_each_segment() to bvec_iter
...xboe at kernel.dk> Cc: Geert Uytterhoeven <geert at linux-m68k.org> Cc: Benjamin Herrenschmidt <benh at kernel.crashing.org> Cc: Paul Mackerras <paulus at samba.org> Cc: "Ed L. Cashin" <ecashin at coraid.com> Cc: Nick Piggin <npiggin at kernel.dk> Cc: Lars Ellenberg <drbd-dev at lists.linbit.com> Cc: Jiri Kosina <jkosina at suse.cz> Cc: Paul Clements <Paul.Clements at steeleye.com> Cc: Jim Paris <jim at jtan.com> Cc: Geoff Levand <geoff at infradead.org> Cc: Yehuda Sadeh <yehuda at inktank.com> Cc: Sage Weil <sage at inkt...
2013 Aug 07
0
[PATCH 07/22] block: Convert bio_for_each_segment() to bvec_iter
...xboe at kernel.dk> Cc: Geert Uytterhoeven <geert at linux-m68k.org> Cc: Benjamin Herrenschmidt <benh at kernel.crashing.org> Cc: Paul Mackerras <paulus at samba.org> Cc: "Ed L. Cashin" <ecashin at coraid.com> Cc: Nick Piggin <npiggin at kernel.dk> Cc: Lars Ellenberg <drbd-dev at lists.linbit.com> Cc: Jiri Kosina <jkosina at suse.cz> Cc: Paul Clements <Paul.Clements at steeleye.com> Cc: Jim Paris <jim at jtan.com> Cc: Geoff Levand <geoff at infradead.org> Cc: Yehuda Sadeh <yehuda at inktank.com> Cc: Sage Weil <sage at inkt...
2013 Aug 07
0
[PATCH 07/22] block: Convert bio_for_each_segment() to bvec_iter
...xboe at kernel.dk> Cc: Geert Uytterhoeven <geert at linux-m68k.org> Cc: Benjamin Herrenschmidt <benh at kernel.crashing.org> Cc: Paul Mackerras <paulus at samba.org> Cc: "Ed L. Cashin" <ecashin at coraid.com> Cc: Nick Piggin <npiggin at kernel.dk> Cc: Lars Ellenberg <drbd-dev at lists.linbit.com> Cc: Jiri Kosina <jkosina at suse.cz> Cc: Paul Clements <Paul.Clements at steeleye.com> Cc: Jim Paris <jim at jtan.com> Cc: Geoff Levand <geoff at infradead.org> Cc: Yehuda Sadeh <yehuda at inktank.com> Cc: Sage Weil <sage at inkt...
2013 Oct 29
0
[PATCH 07/23] block: Convert bio_for_each_segment() to bvec_iter
...xboe at kernel.dk> Cc: Geert Uytterhoeven <geert at linux-m68k.org> Cc: Benjamin Herrenschmidt <benh at kernel.crashing.org> Cc: Paul Mackerras <paulus at samba.org> Cc: "Ed L. Cashin" <ecashin at coraid.com> Cc: Nick Piggin <npiggin at kernel.dk> Cc: Lars Ellenberg <drbd-dev at lists.linbit.com> Cc: Jiri Kosina <jkosina at suse.cz> Cc: Paul Clements <Paul.Clements at steeleye.com> Cc: Jim Paris <jim at jtan.com> Cc: Geoff Levand <geoff at infradead.org> Cc: Yehuda Sadeh <yehuda at inktank.com> Cc: Sage Weil <sage at inkt...
2013 Oct 29
0
[PATCH 07/23] block: Convert bio_for_each_segment() to bvec_iter
...xboe at kernel.dk> Cc: Geert Uytterhoeven <geert at linux-m68k.org> Cc: Benjamin Herrenschmidt <benh at kernel.crashing.org> Cc: Paul Mackerras <paulus at samba.org> Cc: "Ed L. Cashin" <ecashin at coraid.com> Cc: Nick Piggin <npiggin at kernel.dk> Cc: Lars Ellenberg <drbd-dev at lists.linbit.com> Cc: Jiri Kosina <jkosina at suse.cz> Cc: Paul Clements <Paul.Clements at steeleye.com> Cc: Jim Paris <jim at jtan.com> Cc: Geoff Levand <geoff at infradead.org> Cc: Yehuda Sadeh <yehuda at inktank.com> Cc: Sage Weil <sage at inkt...