debian/0000755000000000000000000000000012262527446007200 5ustar debian/ocfs2-tools.docs0000644000000000000000000000013211111562662012207 0ustar README.O2CB CREDITS MAINTAINERS documentation/users_guide.txt documentation/ocfs2_faq.txt debian/ocfs2-tools.postinst0000644000000000000000000000273311111562662013153 0ustar #!/bin/sh set -e ## Source debconf library. . /usr/share/debconf/confmodule if [ "$1" = "configure" ] || [ "$1" = "reconfigure" ]; then db_get ocfs2-tools/init O2CB_ENABLED="$RET" db_get ocfs2-tools/clustername O2CB_BOOTCLUSTER="$RET" db_get ocfs2-tools/heartbeat_threshold O2CB_HEARTBEAT_THRESHOLD="$RET" db_get ocfs2-tools/idle_timeout O2CB_IDLE_TIMEOUT_MS="$RET" db_get ocfs2-tools/keepalive_delay O2CB_KEEPALIVE_DELAY_MS="$RET" db_get ocfs2-tools/reconnect_delay O2CB_RECONNECT_DELAY_MS="$RET" cat > /etc/default/o2cb < on Tue, 5 Jul 2005 17:02:00 +0200. It was downloaded from http://oss.oracle.com/projects/ocfs2-tools/files/source/ Copyright: (c) 2004-2007 Oracle Corporation, All Rights Reserved. License: This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL file. debian/ocfs2-tools.templates0000644000000000000000000000330211351621401013250 0ustar Template: ocfs2-tools/init Type: boolean Default: false _Description: Would you like to start an OCFS2 cluster (O2CB) at boot time? Template: ocfs2-tools/clustername Type: string Default: ocfs2 _Description: Name of the cluster to start at boot time: Template: ocfs2-tools/heartbeat_threshold Type: string Default: 31 #flag:translate!:6 _Description: O2CB heartbeat threshold: The O2CB heartbeat threshold sets up the maximum time in seconds that a node awaits for an I/O operation. After it, the node "fences" itself, and you will probably see a crash. . It is calculated as the result of: (threshold - 1) x 2. . Its default value is 31 (60 seconds). . Raise it if you have slow disks and/or crashes with kernel messages like: . o2hb_write_timeout: 164 ERROR: heartbeat write timeout to device XXXX after NNNN milliseconds Template: ocfs2-tools/idle_timeout Type: string Default: 30000 _Description: O2CB idle timeout: The O2CB idle timeout (expressed in milliseconds) is the time before a network connection is considered dead. . Its default value is 30000 (30 seconds) and the minimum recommended value is 5000 (5 seconds). Template: ocfs2-tools/keepalive_delay Type: string Default: 2000 _Description: O2CB keepalive delay: The O2CB keepalive delay (expressed in milliseconds) is the maximum time before a keepalive packet is sent. . Its default value is 2000 (2 seconds) and the minimum recommended value is 1000 (1 second). Template: ocfs2-tools/reconnect_delay Type: string Default: 2000 _Description: O2CB reconnect delay: The O2CB reconnect delay (expressed in milliseconds) is the minimum time between connection attempts. . Its default and recommended minimum value is 2000 (2 seconds). debian/changelog0000644000000000000000000004163712262527424011061 0ustar ocfs2-tools (1.6.4-3ubuntu1) trusty; urgency=medium * Merge with Debian; remaining changes: - Drop build dependency on python-support. - Fix calculation of -I paths for Python multiarch compatibility. -- Matthias Klose Mon, 06 Jan 2014 14:14:58 +0100 ocfs2-tools (1.6.4-3) unstable; urgency=low * Use dh_autotools-dev to update config.{sub,guess} (Closes: #727261). * Fix FTBFS due to unknown type umode_t (Closes: #707437). * Remove ocfs2-tools-cman and ocfs2-tools-pacemaker as the required build dependencies are uninstallable (Closes: #685753). * Update Standards-Version to 3.9.4 (no changes). -- Jeremy Lainé Fri, 15 Nov 2013 07:22:43 +0100 ocfs2-tools (1.6.4-2ubuntu4) saucy; urgency=low * Use dh_autotools-dev to update config.{sub,guess} for AArch64. -- Matthias Klose Sat, 12 Oct 2013 19:43:10 +0200 ocfs2-tools (1.6.4-2ubuntu3) saucy; urgency=low * debian/control: Drop Build-Depends on openais-dev. The library is deprecated upstream and is no longer needed since this package no longer supports cman/pacemaker controld's. -- Andres Rodriguez Wed, 25 Sep 2013 13:24:30 -0400 ocfs2-tools (1.6.4-2ubuntu2) saucy; urgency=low * Dropping cman/pacemaker controld's -- Andres Rodriguez Wed, 24 Jul 2013 13:48:59 -0400 ocfs2-tools (1.6.4-2ubuntu1) raring; urgency=low [ Logan Rosen ] * Merge from Debian unstable. Remaining changes: - Build using dh_python2. - debian/patches/ubuntu-umode-ftbfs.patch: Fix FTBFS with undefined umode_t type in 3.3 kernels. [ Barry Warsaw ] * Fix calculation of -I paths for Python multiarch compatibility. - debian/patches/python-multiarch-includes.patch: Added - debian/rules: Add --with autoreconf and override_dh_autoreconf for correct invocation of autoreconf. - debian/control: Added B-D on dh-autoreconf. -- Logan Rosen Sat, 08 Dec 2012 18:00:15 -0500 ocfs2-tools (1.6.4-2) unstable; urgency=low * Remove popen2-ignore-depreciation-warn.patch: it has the opposite effect, turning deprecation warnings into errors (Closes: #682517, LP: #923754). -- Jeremy Lainé Wed, 15 Aug 2012 09:31:09 +0200 ocfs2-tools (1.6.4-1ubuntu1) quantal; urgency=low * Merge from Debian testing (LP: #1003157). Remaining changes: - Build using dh_python2 * debian/patches/ubuntu-umode-ftbfs.patch: Fix FTBFS with undefined umode_t type in 3.3 kernels. -- Andres Rodriguez Wed, 23 May 2012 14:01:28 -0400 ocfs2-tools (1.6.4-1) unstable; urgency=low * New upstream release. Closes: #669023. * Add patch to accommodate pacemaker header changes. * Fix pending l10n issues. Debconf translations: - Danish (Joe Hansen). Closes: #656649. - Polish (Michał Kułach). Closes: #667945. * Convert to debhelper 7. * Update Standards-Version to 3.9.3 (no changes). -- Jeremy Lainé Wed, 18 Apr 2012 09:16:18 +0200 ocfs2-tools (1.6.3-4ubuntu1) precise; urgency=low * Build using dh_python2 -- Matthias Klose Sat, 17 Dec 2011 13:21:20 +0000 ocfs2-tools (1.6.3-4) unstable; urgency=low * Fix FTBS with -Werror=format-security (Closes: #644064). * Update Standards-Version to 3.9.2 (no changes). -- Jeremy Lainé Mon, 17 Oct 2011 08:29:00 +0200 ocfs2-tools (1.6.3-3) unstable; urgency=low * Replace Build-Depends on libopenais-dev by openais-dev (Closes: #640581). * Add patch to define missing PCMK_SERVICE_ID (from Ubuntu). * Fix o2cb and ocfs2 shutdown order (Closes: #638302, #516893). -- Jeremy Lainé Tue, 20 Sep 2011 15:55:56 +0200 ocfs2-tools (1.6.3-2) unstable; urgency=low * Fix FTBFS with ld --no-add-needed and --as-needed (Closes: #607057). * Update Brazilian Portuguese translations (Closes: #619610). * Ignore the depreciation warning that importing popen2 raises, causing ocfs2console to exit (from Ubuntu). * Remove Build-Depends on cluster-glue-dev, see #608275. -- Jeremy Lainé Fri, 25 Mar 2011 16:53:58 +0100 ocfs2-tools (1.6.3-1) unstable; urgency=low * New upstream release (Closes: #598014). * Remove patches applied upstream: - gcc45-ftbfs.patch * Add a Build-Depends on cluster-glue-dev, see #608275. * Remove Build-Depends on libcluster-glue-dev and libxml2-dev, see: #586787. * Update Standards-Version to 3.9.1 (no changes). -- Jeremy Lainé Mon, 03 Jan 2011 06:21:15 +0100 ocfs2-tools (1.4.4-3) unstable; urgency=low * Move ocfs2_controld.(cman|pcmk) to /usr/sbin (Closes: #587284). * Install /lib/udev/rules.d/51-ocfs2.rules (Closes: #587285). * Make ocfs2-tools-cman and ocfs2-tools-pacemaker depend on libdlm3, as libdlm_lt.so.3 is needed for userspace cluster stacks (Closes: #587287). -- Jeremy Lainé Mon, 28 Jun 2010 19:22:53 +0200 ocfs2-tools (1.4.4-2) unstable; urgency=low * Add Build-Depends on libxml2-dev due to #586787. -- Jeremy Lainé Sat, 26 Jun 2010 09:19:07 +0200 ocfs2-tools (1.4.4-1) unstable; urgency=low * New upstream release (Closes: #586784). * Provide pacemaker support in ocfs2-tools-pacemaker (Closes: #586778). * Provide cman support in ocfs2-tools-cman. * Improve init scripts: - ocfs2: add $local_fs to Required-Start and Required-Stop. - o2cb, ocfs2: set Default-Start to S - o2cb, ocfs2: set Default-Stop to 0 6 - o2cb: start before mountnfs.sh (Closes: #457803). - silence lintian init.d-script-possible-missing-stop warnings. * Add Build-Depends on autotools-dev to update config.guess and config.sub. * Switch to dpkg-source 3.0 (quilt) format. * Update Standards-Version to 3.8.4. -- Jeremy Lainé Thu, 24 Jun 2010 12:21:13 +0200 ocfs2-tools (1.4.3-2) unstable; urgency=low [ Jeremy Lainé ] * Make ocfs2-tools depend on psmisc. Closes: #574141 * Fix FTBFS with gcc-4.5. Closes: #565100 * Update Italian debconf template (Vincenzo Campanella). Closes: #575096 [ Christian Perrier ] * Fix typo in debconf templates. Closes: #554894. * Fix pending l10n issues. Debconf translations: - Japanese (Hideki Yamane (Debian-JP)). Closes: #556137, #574681 - Vietnamese (Clytie Siddall). Closes: #574077 - Portuguese (Pedro Ribeiro). Closes: #574866 -- Jeremy Lainé Wed, 24 Mar 2010 07:27:24 +0100 ocfs2-tools (1.4.3-1) unstable; urgency=low * New upstream release. * Replace libreadline-dev Build-Depends by libreadline5-dev (Closes: #553819). * Update to Standards-Version 3.8.3. -- Jeremy Lainé Thu, 05 Nov 2009 07:59:29 +0100 ocfs2-tools (1.4.2-1) unstable; urgency=low * New upstream release (Closes: #535471). * Drop patch for limits.h, included upstream. -- Jeremy Lainé Mon, 06 Jul 2009 07:26:30 +0200 ocfs2-tools (1.4.1-2) unstable; urgency=low * Add ${misc:Depends} to ocfs2-tools-dev and ocfs2console. * Add patch to fix FTBS by including limits.h (Closes: #516265). -- Jeremy Lainé Mon, 23 Feb 2009 07:54:31 +0100 ocfs2-tools (1.4.1-1) unstable; urgency=medium * Take over maintainership, add Frederik Schüler to Uploaders. * New upstream release, fixes RC bug (Closes: #430378, #501151). * Acknowledge NMU (Closes: #428949). * Update default timeouts in templates and translation files. * Remove all patches as they have been merged upstream. * Do not install debian/mount.ocfs2.8, use upstream manpage. * Remove unused ocfs2console.manpages and ocfs2-tools.manpages. * Add o2image and its manpage to ocfs2-tools package. * Add package ocfs2-tools-dev to include development files. * Improve README.Debian with some setup instructions. * Create the /etc/ocfs2 directory. * Switch to CDBS. * Update Standards-Version to 3.8.0. * Remove obsolete debian/NEWS and debian/TODO files. * Add Homepage, Vcs-Svn and Vcs-Browser fields to debian/control. -- Jeremy Lainé Fri, 21 Nov 2008 17:58:51 +0100 ocfs2-tools (1.2.4-1.2) unstable; urgency=low * Non-maintainer upload. * Fix pending l10n issues * Debconf translations: - Brazilian Portuguese. Closes: #485614 - Swedish. Closes: #492257 -- Christian Perrier Thu, 04 Sep 2008 09:15:00 +0200 ocfs2-tools (1.2.4-1.1) unstable; urgency=low * Non-maintainer upload to fix pending l10n issues and an RC bug. * Fix FTBFS by commenting asm/page.h in mount.ocfs2/mount.ocfs2.h (debian/patches/200_ftbfs) * Debconf translations: - Dutch. Closes: #463445 - German. Closes: #475317 - Galician. Closes: #484151 - Portuguese. Closes: #484155 - Basque. Closes: #484179 - Finnish. Closes: #484227 -- Christian Perrier Mon, 02 Jun 2008 07:39:23 +0200 ocfs2-tools (1.2.4-1) unstable; urgency=low * The "Lazo rosa" release. * New upstream release. This version was released on Apr 6th, 2007. Main changes are: - Allow network timeout configuration. - Bug fixes. - offsetof(3) issues have been fixed, so patches/102_stddef.h is no longer relevant. * Added debconf support for O2CB_IDLE_TIMEOUT_MS, O2CB_KEEPALIVE_DELAY_MS and O2CB_RECONNECT_DELAY_MS in postinst, config and templates mainly from Ubuntu. * po/es.po: While at it, updated Spanish translation. * po/vi.po: Updated Vietnamese translation, thanks to Clytie Siddall (closes: #438451). * po/ru.po: Updated Russian translation, thanks to Yuri Kozlov (closes: #438633). * po/fr.po: Updated French translation. Thanks to Jean-Baka Domelevo-Entfellner (closes: #440579). * po/cs.po: Updated Czech translation. Thanks to Miroslav Kure (closes: #442903). * Added /etc/init.d/ocfs2 in order to mount and unmount OCFS2 volumes, that I simply missed on past releases. This allows to unmount OCFS2 during a reboot and thus avoid a panic (closes: #416550). * debian/rules: Removed old code for quilt patching now that we include the Makefile from that package. * This version does not fail to build twice in a row (strange...). Closes: #442692. -- David Martínez Moreno Tue, 18 Sep 2007 02:02:31 +0200 ocfs2-tools (1.2.3-1) unstable; urgency=low * New upstream release. This version was released on Feb 2nd, 2007. Main changes are: - Backup superblock support added. - Local mount support added (with kernel 2.6.20+). - Heartbeat thread's IO priority can now be set (with kernel 2.6.20+). - Bugs fixed in fsck, debugfs and console . * Removed parts of debian/NEWS no longer relevant. * Renamed debian/README to debian/README.Debian in order to be included by dh_installdocs. * Added short description to o2cb init script in order to clean a lintian warning. -- David Martínez Moreno Thu, 16 Aug 2007 02:41:22 +0200 ocfs2-tools (1.2.2-1) unstable; urgency=low * New upstream release. This version was released on Oct 20th, 2006. Main changes are: - tunefs.ocfs2: Volumes can be resized offline. - debugfs.ocfs2: Commands bmap, findpath, ncheck and decode added. - Fixed bug in o2cb_ctl when adding nodes (closes: #405353). - Fixed lots of bugs. * Removed ocfs2console/blkid/blkid_types.h, that slipped in 1.2.1-1.2. * Acknowledged NMUs (closes: #380879, #389916). * Added Dutch translation (thanks, cobaco). Closes: #436863. * Merged 01-manpages-typos and some parts of 02-init-typos patches upstream. * debian/rules: Changed dh_install to --list-missing in order to ignore temporally the now installed headers. * debian/control: Replaced Source-Version with binary:Version. -- David Martínez Moreno Wed, 15 Aug 2007 02:46:28 +0200 ocfs2-tools (1.2.1-1.4) unstable; urgency=low * Non-maintainer upload. * add patches/102_stddef.h to fix FTBFS (missing #include to know about offsetof). closes: #428949. -- Pierre Habouzit Wed, 18 Jul 2007 17:37:23 +0200 ocfs2-tools (1.2.1-1.3) unstable; urgency=low * Non-maintainer upload to fix longstanding l10n issues * Fix the spelling of "milliseconds" in debconf templates * Unmark a string for translation. Closes: #372520 * Debconf templates translations: - Czech updated. Closes: #369582 - French updated. Closes: #374335 - Vietnamese added. Sent during the call for updates of the NMU campaign. - Swedish added. Sent during the call for updates of the NMU campaign. - German added. Sent during the call for updates of the NMU campaign. - Russian added. Sent during the call for updates of the NMU campaign. - Brazilian Portuguese added. Sent during the call for updates of the NMU campaign. - Fix the encoding of the Spanish translation..:-) -- Christian Perrier Mon, 18 Dec 2006 19:49:10 +0100 ocfs2-tools (1.2.1-1.2) unstable; urgency=medium * Non-maintainer upload. * Move dh_installdeb to after dh_pysupport, to make sure update-python-modules is indeed called in postinst. (Closes: #388529) -- Steinar H. Gunderson Thu, 28 Sep 2006 13:19:03 +0200 ocfs2-tools (1.2.1-1.1) unstable; urgency=low * Non-maintainer upload. * Update package to the last python policy (Closes: #380879). -- Pierre Habouzit Thu, 31 Aug 2006 13:45:20 +0200 ocfs2-tools (1.2.1-1) unstable; urgency=low * New upstream release (closes: #362204, #364549). This release also fixes the double-free error that new glibc triggered, so closes: #358784 as well. * Added Czech debconf translation. Thanks, Miroslav Kure. Closes: #353372. * Added French debconf translation. Thanks, Julien Rosal. Closes: #354274. * Rewrote debconf templates, rendering above changes partly useless. Thanks to Thomas Huriaux for the time and the patch. Closes: #352505. * Updated Spanish translation. * debian/control: - Added libdevmapper-dev to Build-Depends, and bumped debhelper dependency to >= 5. - Bumped Standards-Version to 3.7.2.0. * Added ocfs2_faq.txt to docs. * debian/compat: Bumped debhelper compatibility to 5. * Added README.Debian. * Removed changes in init script, now it is near to the original one. Many thanks to Joel Becker from Oracle for taking the time to explain it thoroughly. The modular case works again, I have embraced the faith. :-) Closes: #363121. -- David Martínez Moreno Tue, 30 May 2006 00:38:27 +0200 ocfs2-tools (1.1.5-2) unstable; urgency=low * Removed by upstream request: - usr/sbin/find_hardlinks - usr/sbin/find_dup_extents - usr/sbin/find_inode_paths - usr/sbin/set_random_bits - usr/sbin/decode_lockres - usr/sbin/encode_lockres - usr/sbin/mark_journal_dirty These utilities are for OCFS2 development only, and may cause severe data loss, apart from little use for normal OCFS2 user. * debian/control: Added quilt to Build-Depends, and rewrite part of the build system in order to support patch and unpatch targets. * Created patches: - debian/patches/01-manpages-typos -- David Martínez Moreno Fri, 10 Feb 2006 02:53:40 +0100 ocfs2-tools (1.1.5-1) unstable; urgency=low * New upstream release (closes: #329699). * debian/control: - Bumped Standards-Version to 3.6.2.2. - Added python-gtk2 to ocfs2console Depends. - Added po-debconf to Build-Depends. * debian/copyright: Updated date and FSF's address. * fsck.ocfs2/fsck.ocfs2.8.in: Killed two birds in a row: fixed tytso's surname and removed another lintian error. * Added to ocfs2-tools.install: - usr/sbin/find_hardlinks - usr/sbin/find_dup_extents - usr/sbin/find_inode_paths - usr/sbin/set_random_bits - usr/sbin/decode_lockres - usr/sbin/encode_lockres - usr/sbin/mark_journal_dirty * debian/rules: - Update dh_installinit call to not restart the cluster on updates and to start ocfs2 very early in the boot process. - Added --fail-missing to dh_install for tracking down new binaries in future versions. - Added code to remove stuff from the diff.gz. * Added debconf infrastructure for avoiding running "/etc/init.d/o2cb configure". The skeleton was stolen from an Ubuntu grave. While at it, added Spanish translation of debconf templates. -- David Martínez Moreno Thu, 26 Jan 2006 02:10:48 +0100 ocfs2-tools (0.99.12-1) unstable; urgency=low * First public release. * Copied shamelessly a lot of the Ubuntu diff to the Debian package (thanks to Fabionne). * Changed /bin/sh to /bin/bash in the init script to avoid evident bashisms. * Stripped down debian/ directory from the original tarball. * Fixed some typos in the init.d script and in the default configuration. Also added to the init script some Oracle string in order to ease identification in the boot process. -- David Martínez Moreno Mon, 18 Jul 2005 19:01:39 +0200 debian/ocfs2console.manpages0000644000000000000000000000005510673531131013302 0ustar debian/tmp/usr/share/man/man8/ocfs2console.8 debian/ocfs2-tools.install0000644000000000000000000000141111412043023012713 0ustar debian/tmp/sbin/debugfs.ocfs2 debian/tmp/sbin/fsck.ocfs2 debian/tmp/sbin/mkfs.ocfs2 debian/tmp/sbin/mounted.ocfs2 debian/tmp/sbin/mount.ocfs2 debian/tmp/sbin/o2cb_ctl debian/tmp/sbin/o2image debian/tmp/sbin/ocfs2_hb_ctl debian/tmp/sbin/tunefs.ocfs2 debian/tmp/usr/share/man/man7/o2cb.7 debian/tmp/usr/share/man/man8/debugfs.ocfs2.8 debian/tmp/usr/share/man/man8/fsck.ocfs2.8 debian/tmp/usr/share/man/man8/fsck.ocfs2.checks.8 debian/tmp/usr/share/man/man8/mkfs.ocfs2.8 debian/tmp/usr/share/man/man8/mounted.ocfs2.8 debian/tmp/usr/share/man/man8/mount.ocfs2.8 debian/tmp/usr/share/man/man8/o2cb_ctl.8 debian/tmp/usr/share/man/man8/o2image.8 debian/tmp/usr/share/man/man8/ocfs2_hb_ctl.8 debian/tmp/usr/share/man/man8/tunefs.ocfs2.8 vendor/common/51-ocfs2.rules /lib/udev/rules.d/ debian/clean0000644000000000000000000000021211647120134010165 0ustar debian/ocfs2-tools.o2cb.* ocfs2console/ocfs2interface/*.so ocfs2console/ocfs2interface/confdefs.py vendor/common/ocfs2-tools.spec-generic debian/ocfs2-tools.examples0000644000000000000000000000004311647111276013103 0ustar documentation/samples/cluster.conf debian/ocfs2-tools.manpages0000644000000000000000000000073311500500543013051 0ustar debian/tmp/usr/share/man/man8/debugfs.ocfs2.8 debian/tmp/usr/share/man/man8/fsck.ocfs2.8 debian/tmp/usr/share/man/man8/fsck.ocfs2.checks.8 debian/tmp/usr/share/man/man8/mkfs.ocfs2.8 debian/tmp/usr/share/man/man8/tunefs.ocfs2.8 debian/tmp/usr/share/man/man8/mounted.ocfs2.8 debian/tmp/usr/share/man/man8/o2cb_ctl.8 debian/tmp/usr/share/man/man8/ocfs2_hb_ctl.8 debian/tmp/usr/share/man/man8/o2image.8 debian/tmp/usr/share/man/man7/o2cb.7 debian/tmp/usr/share/man/man1/o2info.1 debian/po/0000755000000000000000000000000012241342322007577 5ustar debian/po/pl.po0000644000000000000000000001075111743457067010601 0ustar # Translation of ocfs2-tools debconf templates to Polish. # Copyright (C) 2010 # This file is distributed under the same license as the ocfs2-tools package. # # Michał Kułach , 2012. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: ocfs2-tools@packages.debian.org\n" "POT-Creation-Date: 2010-03-12 19:27+0100\n" "PO-Revision-Date: 2012-04-06 23:58+0200\n" "Last-Translator: Michał Kułach \n" "Language-Team: Polish \n" "Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Lokalize 1.2\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2);\n" #. Type: boolean #. Description #: ../ocfs2-tools.templates:1001 msgid "Would you like to start an OCFS2 cluster (O2CB) at boot time?" msgstr "Uruchamiać klaster OCFS2 (O2CB) podczas rozruchu systemu?" #. Type: string #. Description #: ../ocfs2-tools.templates:2001 msgid "Name of the cluster to start at boot time:" msgstr "Nazwa klastra do uruchamiania w czasie rozruchu:" #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "O2CB heartbeat threshold:" msgstr "Odstęp heartbeat O2CB:" #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "" "The O2CB heartbeat threshold sets up the maximum time in seconds that a node " "awaits for an I/O operation. After it, the node \"fences\" itself, and you " "will probably see a crash." msgstr "" "Odstęp heartbeat O2CB ustawia maksymalny czas w sekundach, jaki węzeł " "oczekuje na operację wejścia/wyjścia. Po przekroczeniu go, węzeł się " "\"odetnie\", co będzie najprawdopodobniej widoczne jako awaria." #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "It is calculated as the result of: (threshold - 1) x 2." msgstr "Jest to obliczane w następujący sposób: (odstęp - 1) x 2." #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "Its default value is 31 (60 seconds)." msgstr "Domyślną wartością jest 31 (60 sekund)." #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "" "Raise it if you have slow disks and/or crashes with kernel messages like:" msgstr "" "Proszę zwiększyć tę wartość w przypadku posiadania wolnych dysków i/lub " "awarii z komunikatami jądra w stylu:" #. Type: string #. Description #: ../ocfs2-tools.templates:4001 msgid "O2CB idle timeout:" msgstr "Czas oczekiwania O2CB:" #. Type: string #. Description #: ../ocfs2-tools.templates:4001 msgid "" "The O2CB idle timeout (expressed in milliseconds) is the time before a " "network connection is considered dead." msgstr "" "Czas oczekiwania bezczynności O2CB (wyrażany w milisekundach) jest okresem " "po jakim połączenie sieciowe jest uważane za zerwane." #. Type: string #. Description #: ../ocfs2-tools.templates:4001 msgid "" "Its default value is 30000 (30 seconds) and the minimum recommended value is " "5000 (5 seconds)." msgstr "" "Domyślną wartością jest 30000 (30 sekund), a minimalną zalecaną wartością " "jest 5000 (5 sekund)." #. Type: string #. Description #: ../ocfs2-tools.templates:5001 msgid "O2CB keepalive delay:" msgstr "Zwłoka keepalive O2CB:" #. Type: string #. Description #: ../ocfs2-tools.templates:5001 msgid "" "The O2CB keepalive delay (expressed in milliseconds) is the maximum time " "before a keepalive packet is sent." msgstr "" "Zwłoka keepalive O2CB (wyrażana w milisekundach) jest maksymalnym czasem, " "przed wysyłaniem pakietu keepalive." #. Type: string #. Description #: ../ocfs2-tools.templates:5001 msgid "" "Its default value is 2000 (2 seconds) and the minimum recommended value is " "1000 (1 second)." msgstr "" "Domyślną wartością jest 2000 (2 sekundy) a minimalną zalecaną wartością jest " "1000 (1 sekunda)." #. Type: string #. Description #: ../ocfs2-tools.templates:6001 msgid "O2CB reconnect delay:" msgstr "Zwłoka ponownego połączenia O2CB:" #. Type: string #. Description #: ../ocfs2-tools.templates:6001 msgid "" "The O2CB reconnect delay (expressed in milliseconds) is the minimum time " "between connection attempts." msgstr "" "Zwłoka ponownego połączenia O2CB (wyrażana w milisekundach) to minimalny " "czas pomiędzy próbami ponownego połączenia." #. Type: string #. Description #: ../ocfs2-tools.templates:6001 msgid "Its default and recommended minimum value is 2000 (2 seconds)." msgstr "Domyślną i zalecaną wartością jest 2000 (2 sekundy)." debian/po/pt.po0000644000000000000000000001073111743457067010607 0ustar # Portuguese translation of ocfs2-tools. # Copyright (C) 2008 The ocfs2-tools authors # This file is distributed under the same license as the ocfs2-tools package. # Rui Branco , 2008. # Pedro Ribeiro , 2010 # msgid "" msgstr "" "Project-Id-Version: ocfs2-tools\n" "Report-Msgid-Bugs-To: ocfs2-tools@packages.debian.org\n" "POT-Creation-Date: 2010-03-12 19:27+0100\n" "PO-Revision-Date: 2010-03-19 22:15+0000\n" "Last-Translator: Pedro Ribeiro \n" "Language-Team: Portuguese \n" "Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../ocfs2-tools.templates:1001 msgid "Would you like to start an OCFS2 cluster (O2CB) at boot time?" msgstr "Deseja iniciar o cluster OCFS2 (O2CB) durante o arranque do sistema?" #. Type: string #. Description #: ../ocfs2-tools.templates:2001 msgid "Name of the cluster to start at boot time:" msgstr "Nome do cluster a iniciar durante o arranque do sistema:" #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "O2CB heartbeat threshold:" msgstr "Limite de \"batimento cardíaco\" do O2CB:" #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "" "The O2CB heartbeat threshold sets up the maximum time in seconds that a node " "awaits for an I/O operation. After it, the node \"fences\" itself, and you " "will probably see a crash." msgstr "" "O limite de \"batimento cardíaco\" do O2CB define o tempo máximo em segundos " "em que um 'node' espera por uma operação de I/O. Após este tempo, o 'node' " "\"fecha-se sobre ele próprio\" e provavelmente verá um crash." #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "It is calculated as the result of: (threshold - 1) x 2." msgstr "Está calculado como o resultado de:(limite - 1) x 2." #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "Its default value is 31 (60 seconds)." msgstr "O valor por omissão é de 31 (60 segundos)." #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "" "Raise it if you have slow disks and/or crashes with kernel messages like:" msgstr "" "Aumente o valor se tiver discos lentos e/ou 'crashes' com mensagens do " "kernel como:" #. Type: string #. Description #: ../ocfs2-tools.templates:4001 msgid "O2CB idle timeout:" msgstr "Tempo limite de inactividade do O2CB:" #. Type: string #. Description #: ../ocfs2-tools.templates:4001 msgid "" "The O2CB idle timeout (expressed in milliseconds) is the time before a " "network connection is considered dead." msgstr "" "O tempo limite de inactividade do O2CB (expresso em milissegundos) " "corresponde ao tempo antes do qual uma ligação de rede é considerada " "inactiva." #. Type: string #. Description #: ../ocfs2-tools.templates:4001 msgid "" "Its default value is 30000 (30 seconds) and the minimum recommended value is " "5000 (5 seconds)." msgstr "" "O valor predefinido é de 30000 (30 segundos) e o valor mínimo recomendado de " "5000 (5 segundos)." #. Type: string #. Description #: ../ocfs2-tools.templates:5001 msgid "O2CB keepalive delay:" msgstr "Atraso de manutenção da ligação O2CB:" #. Type: string #. Description #: ../ocfs2-tools.templates:5001 msgid "" "The O2CB keepalive delay (expressed in milliseconds) is the maximum time " "before a keepalive packet is sent." msgstr "" "O atraso de manutenção da ligação (expresso em milissegundos) corresponde ao " "tempo máximo antes do qual um pacote de manutenção da ligação é enviado." #. Type: string #. Description #: ../ocfs2-tools.templates:5001 msgid "" "Its default value is 2000 (2 seconds) and the minimum recommended value is " "1000 (1 second)." msgstr "" "O valor predefinido é de 2000 (2 segundos) e o valor mínimo recomendado de " "1000 (1 segundos)." #. Type: string #. Description #: ../ocfs2-tools.templates:6001 msgid "O2CB reconnect delay:" msgstr "Atraso de re-ligação O2CB:" #. Type: string #. Description #: ../ocfs2-tools.templates:6001 msgid "" "The O2CB reconnect delay (expressed in milliseconds) is the minimum time " "between connection attempts." msgstr "" "O atraso de re-ligação (expresso em milissegundos) corresponde ao tempo " "mínimo entre tentativas de ligação." #. Type: string #. Description #: ../ocfs2-tools.templates:6001 msgid "Its default and recommended minimum value is 2000 (2 seconds)." msgstr "O valor predefinido e mínimo recomendado é de 2000 (2 segundos)." debian/po/sv.po0000644000000000000000000001146411743457067010620 0ustar # translation of ocfs2-tools_1.2.4-1.1_sv.po to Swedish # # Translators, if you are not familiar with the PO format, gettext # documentation is worth reading, especially sections dedicated to # this format, e.g. by running: # info -n '(gettext)PO Files' # info -n '(gettext)Header Entry' # # Some information specific to po-debconf are available at # /usr/share/doc/po-debconf/README-trans # or http://www.debian.org/intl/l10n/po-debconf/README-trans # # Developers do not need to manually edit POT or PO files. # # Martin gren , 2008. msgid "" msgstr "" "Project-Id-Version: ocfs2-tools_1.2.4-1.1_sv\n" "Report-Msgid-Bugs-To: ocfs2-tools@packages.debian.org\n" "POT-Creation-Date: 2010-03-12 19:27+0100\n" "PO-Revision-Date: 2008-07-24 19:25+0200\n" "Last-Translator: Martin gren \n" "Language-Team: Swedish \n" "Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. Type: boolean #. Description #: ../ocfs2-tools.templates:1001 msgid "Would you like to start an OCFS2 cluster (O2CB) at boot time?" msgstr "Vill du starta ett OCFS2-kluster (O2CB) vid systemets uppstart?" #. Type: string #. Description #: ../ocfs2-tools.templates:2001 msgid "Name of the cluster to start at boot time:" msgstr "Namn p klustret att starta vid systemuppstart:" #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "O2CB heartbeat threshold:" msgstr "Trskelvrde fr O2CB-hjrtslag:" #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "" "The O2CB heartbeat threshold sets up the maximum time in seconds that a node " "awaits for an I/O operation. After it, the node \"fences\" itself, and you " "will probably see a crash." msgstr "" "Trskelvrdet fr O2CB-hjrtslag stller in maximal tid (i sekunder) som en " "nod vntar p en in/ut-operation. Efter det kommer noden att \"fences\" och " "du kommer antagligen att f se en krasch." #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "It is calculated as the result of: (threshold - 1) x 2." msgstr "Det berknas som resultatet av: (trskelvrde - 1) x 2." #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "Its default value is 31 (60 seconds)." msgstr "Dess standardvrde r 31 (60 sekunder)." #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "" "Raise it if you have slow disks and/or crashes with kernel messages like:" msgstr "" "ka vrdet om du har lngsamma diskar och/eller kraschar med krnmeddelanden " "som:" #. Type: string #. Description #: ../ocfs2-tools.templates:4001 msgid "O2CB idle timeout:" msgstr "O2CB:s tomgngstid:" #. Type: string #. Description #: ../ocfs2-tools.templates:4001 msgid "" "The O2CB idle timeout (expressed in milliseconds) is the time before a " "network connection is considered dead." msgstr "" "O2CB:s tomgngstid (uttryckt i millisekunder) r den tid som mste frflyta " "innan en ntverksuppkoppling utan aktivitet anses vara dd." #. Type: string #. Description #: ../ocfs2-tools.templates:4001 msgid "" "Its default value is 30000 (30 seconds) and the minimum recommended value is " "5000 (5 seconds)." msgstr "" "Dess standardvrde r 30000 (30 sekunder) och det minsta rekommenderade " "vrdet r 2000 (2 sekunder)." #. Type: string #. Description #: ../ocfs2-tools.templates:5001 msgid "O2CB keepalive delay:" msgstr "O2CB:s levandehllningsintervall:" #. Type: string #. Description #: ../ocfs2-tools.templates:5001 msgid "" "The O2CB keepalive delay (expressed in milliseconds) is the maximum time " "before a keepalive packet is sent." msgstr "" "O2CB:s levandehllningsintervall (uttryckt i millisekunder) r den lngsta " "tiden innan ett levandehllningspaket (eng. \"keepalive\") skickas." #. Type: string #. Description #: ../ocfs2-tools.templates:5001 msgid "" "Its default value is 2000 (2 seconds) and the minimum recommended value is " "1000 (1 second)." msgstr "" "Dess standardvrde r 2000 (2 sekunder) och det minsta rekommenderade vrdet " "r 1000 (1 sekund)." #. Type: string #. Description #: ../ocfs2-tools.templates:6001 msgid "O2CB reconnect delay:" msgstr "O2CB:s teruppkopplingsintervall:" #. Type: string #. Description #: ../ocfs2-tools.templates:6001 msgid "" "The O2CB reconnect delay (expressed in milliseconds) is the minimum time " "between connection attempts." msgstr "" "O2CB:s teruppkopplingsintervall (uttryckt i millisekunder) r den minsta " "tiden mellan uppkopplingsfrsk." #. Type: string #. Description #: ../ocfs2-tools.templates:6001 msgid "Its default and recommended minimum value is 2000 (2 seconds)." msgstr "Dess standard- och rekommenderade vrde r 2000 (2 sekunder)." debian/po/pt_BR.po0000644000000000000000000001063111743457067011171 0ustar # ocfs2-tools Brazilian Portuguese translation # Copyright (C) 2008 THE ocfs2-tools'S COPYRIGHT HOLDER # This file is distributed under the same license as the ocfs2-tools package. # Eder L. Marques (frolic) , 2008. # msgid "" msgstr "" "Project-Id-Version: ocfs2-tools\n" "Report-Msgid-Bugs-To: ocfs2-tools@packages.debian.org\n" "POT-Creation-Date: 2010-03-12 19:27+0100\n" "PO-Revision-Date: 2011-03-19 18:16-0300\n" "Last-Translator: Eder L. Marques (frolic) \n" "Language-Team: Brazilian Portuguese \n" "Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../ocfs2-tools.templates:1001 msgid "Would you like to start an OCFS2 cluster (O2CB) at boot time?" msgstr "" "Você gostaria de iniciar um cluster OCFS2 (O2CB) em tempo de inicialização?" #. Type: string #. Description #: ../ocfs2-tools.templates:2001 msgid "Name of the cluster to start at boot time:" msgstr "Nome do cluster para iniciar em tempo de inicialização:" #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "O2CB heartbeat threshold:" msgstr "Threshold do heartbeat O2CB:" #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "" "The O2CB heartbeat threshold sets up the maximum time in seconds that a node " "awaits for an I/O operation. After it, the node \"fences\" itself, and you " "will probably see a crash." msgstr "" "O threshold do heartbeat O2CB define o tempo máximo em segundos que um nó " "aguarda por uma operação de E/S. Após esse tempo, o nó cerca a si próprio, e " "você provavelmente verá uma falha." #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "It is calculated as the result of: (threshold - 1) x 2." msgstr "Ele é calculado como o resultado de: (threshold - 1) x 2." #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "Its default value is 31 (60 seconds)." msgstr "Seu valor padrão é 31 (60 segundos)." #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "" "Raise it if you have slow disks and/or crashes with kernel messages like:" msgstr "" "Aumente esse valor se você possui discos lentos e/ou falhas com mensagens de " "kernel como:" #. Type: string #. Description #: ../ocfs2-tools.templates:4001 msgid "O2CB idle timeout:" msgstr "Tempo de espera ocioso do O2CB:" #. Type: string #. Description #: ../ocfs2-tools.templates:4001 msgid "" "The O2CB idle timeout (expressed in milliseconds) is the time before a " "network connection is considered dead." msgstr "" "O tempo de espera ocioso do O2CB (expresso em milissegundos) é o tempo antes " "de uma conexão de rede ser considerada morta." #. Type: string #. Description #: ../ocfs2-tools.templates:4001 msgid "" "Its default value is 30000 (30 seconds) and the minimum recommended value is " "5000 (5 seconds)." msgstr "" "Seu valor padrão é 30000 (30 segundos) e o valor mínimo recomendado é 5000 " "(5 segundos)." #. Type: string #. Description #: ../ocfs2-tools.templates:5001 msgid "O2CB keepalive delay:" msgstr "Delay de conexões ativas do O2CB:" #. Type: string #. Description #: ../ocfs2-tools.templates:5001 msgid "" "The O2CB keepalive delay (expressed in milliseconds) is the maximum time " "before a keepalive packet is sent." msgstr "" "O delay de conexões ativas (\"keepalive delay\") do O2CB (expresso em " "milissegundos) é o tempo máximo antes de um pacote keepalive ser enviado." #. Type: string #. Description #: ../ocfs2-tools.templates:5001 msgid "" "Its default value is 2000 (2 seconds) and the minimum recommended value is " "1000 (1 second)." msgstr "" "Seu valor padrão é 2000 (2 segundos) e o valor mínimo recomendado é 1000 (1 " "segundo)." #. Type: string #. Description #: ../ocfs2-tools.templates:6001 msgid "O2CB reconnect delay:" msgstr "Delay de reconexão do O2CB:" #. Type: string #. Description #: ../ocfs2-tools.templates:6001 msgid "" "The O2CB reconnect delay (expressed in milliseconds) is the minimum time " "between connection attempts." msgstr "" "O delay de reconexão do O2CB (expresso em milissegundos) é o tempo mínimo " "entre as tentativas de conexão." #. Type: string #. Description #: ../ocfs2-tools.templates:6001 msgid "Its default and recommended minimum value is 2000 (2 seconds)." msgstr "Seu valor padrão e mínimo recomendado é 2000 (2 segundos)." debian/po/eu.po0000644000000000000000000001046311743457067010577 0ustar # translation of ocfs2-tools-eu.po to Euskara # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Piarres Beobide , 2008. msgid "" msgstr "" "Project-Id-Version: ocfs2-tools-eu\n" "Report-Msgid-Bugs-To: ocfs2-tools@packages.debian.org\n" "POT-Creation-Date: 2010-03-12 19:27+0100\n" "PO-Revision-Date: 2008-06-02 23:27+0200\n" "Last-Translator: Piarres Beobide \n" "Language-Team: Euskara \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" #. Type: boolean #. Description #: ../ocfs2-tools.templates:1001 msgid "Would you like to start an OCFS2 cluster (O2CB) at boot time?" msgstr "Abioan OCFS2 cluster bat (O2CB) abiarazi nahi al duzu?" #. Type: string #. Description #: ../ocfs2-tools.templates:2001 msgid "Name of the cluster to start at boot time:" msgstr "Abioan abiarazi behar den klusterraren izena:" #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "O2CB heartbeat threshold:" msgstr "O2CB taupada muga:" #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "" "The O2CB heartbeat threshold sets up the maximum time in seconds that a node " "awaits for an I/O operation. After it, the node \"fences\" itself, and you " "will probably see a crash." msgstr "" "O2CB taupada mugak nodo batek segundutan S/I ekintza baten zain egon " "daiteken denbora-muga ezartzen du. Honen ondoren, nodoak bere burua " "\"hesitzen\" du eta ziurrenik kraskatze bat ikusiko duzu." #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "It is calculated as the result of: (threshold - 1) x 2." msgstr "Berau honen emaitza bezala kalkulatzen da (muga - 1) x 2." #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "Its default value is 31 (60 seconds)." msgstr "Lehenetsiriko balioa 31 da (60 segundu)." #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "" "Raise it if you have slow disks and/or crashes with kernel messages like:" msgstr "" "Handitu ezazu disko geldoak edo/eta horrelako kernel mezudun kraskatzeak " "badituzu:" #. Type: string #. Description #: ../ocfs2-tools.templates:4001 msgid "O2CB idle timeout:" msgstr "O2CB inaktibo denbora-muga:" #. Type: string #. Description #: ../ocfs2-tools.templates:4001 msgid "" "The O2CB idle timeout (expressed in milliseconds) is the time before a " "network connection is considered dead." msgstr "" "O2CB inaktibo denbora-muga (milisegundutan) sare konexio bat hilda " "kontsideratu aurretik itxarongo den denbora da." #. Type: string #. Description #: ../ocfs2-tools.templates:4001 msgid "" "Its default value is 30000 (30 seconds) and the minimum recommended value is " "5000 (5 seconds)." msgstr "" "Bere lehenetsiriko balioa 30000 da (30 segundu) eta gomendaturiko gutxieneko " "balioa 5000 da (5 segundu)." #. Type: string #. Description #: ../ocfs2-tools.templates:5001 msgid "O2CB keepalive delay:" msgstr "O2CB bizirik-mantedu (keepalive) atzerapena:" #. Type: string #. Description #: ../ocfs2-tools.templates:5001 msgid "" "The O2CB keepalive delay (expressed in milliseconds) is the maximum time " "before a keepalive packet is sent." msgstr "" "O2CB bizirik-mantedu atzerapena (milisegundutan zehaztua) mantedu-bizirik " "paketeak bidaltzeko tarte handiena da." #. Type: string #. Description #: ../ocfs2-tools.templates:5001 msgid "" "Its default value is 2000 (2 seconds) and the minimum recommended value is " "1000 (1 second)." msgstr "" "Bere lehenetsiriko balioa 2000 da (2 segundu) eta gomendaturiko gutxieneko " "balioa 1000 da (1 segundu)." #. Type: string #. Description #: ../ocfs2-tools.templates:6001 msgid "O2CB reconnect delay:" msgstr "O2CB berkonexio atzerapena:" #. Type: string #. Description #: ../ocfs2-tools.templates:6001 msgid "" "The O2CB reconnect delay (expressed in milliseconds) is the minimum time " "between connection attempts." msgstr "" "O2CB berkonexio atzerapena (milisegundutan zehaztua) konexio saiakera arteko " "gutxieneko tartea da." #. Type: string #. Description #: ../ocfs2-tools.templates:6001 msgid "Its default and recommended minimum value is 2000 (2 seconds)." msgstr "Lehenetsiriko eta gomendaturiko gutxieneko balioa 2000 da (2 segundu)." debian/po/nl.po0000644000000000000000000001131711743457067010576 0ustar # # Translators, if you are not familiar with the PO format, gettext # documentation is worth reading, especially sections dedicated to # this format, e.g. by running: # info -n '(gettext)PO Files' # info -n '(gettext)Header Entry' # # Some information specific to po-debconf are available at # /usr/share/doc/po-debconf/README-trans # or http://www.debian.org/intl/l10n/po-debconf/README-trans # # Developers do not need to manually edit POT or PO files. # msgid "" msgstr "" "Project-Id-Version: ocfs2-tools\n" "Report-Msgid-Bugs-To: ocfs2-tools@packages.debian.org\n" "POT-Creation-Date: 2010-03-12 19:27+0100\n" "PO-Revision-Date: 2008-01-31 18:53+0100\n" "Last-Translator: Bart Cornelis \n" "Language-Team: debian-l10n-dutch \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Dutch\n" #. Type: boolean #. Description #: ../ocfs2-tools.templates:1001 msgid "Would you like to start an OCFS2 cluster (O2CB) at boot time?" msgstr "" "Wilt u een OCFS2-cluster (O2CB) starten tijdens het opstarten van de machine?" #. Type: string #. Description #: ../ocfs2-tools.templates:2001 msgid "Name of the cluster to start at boot time:" msgstr "Naam van de bij het opstarten van de machine te starten cluster:" #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "O2CB heartbeat threshold:" msgstr "O2CB-hartslagdrempel:" #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "" "The O2CB heartbeat threshold sets up the maximum time in seconds that a node " "awaits for an I/O operation. After it, the node \"fences\" itself, and you " "will probably see a crash." msgstr "" "De O2CB-hartslagdrempel zet de maximum tijd (in seconden) voor een knooppunt " "om te wachten op een I/O-operatie. Daarna zal het knooppunt zichzelf " "'insluiten', wat waarschijnlijk leidt tot een crash." #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "It is calculated as the result of: (threshold - 1) x 2." msgstr "Dit is het resultaat van: (drempel - 1) x 2." #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "Its default value is 31 (60 seconds)." msgstr "De standaardwaarde is 31 (60 seconden)." #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "" "Raise it if you have slow disks and/or crashes with kernel messages like:" msgstr "" "U dient dit te verhogen als u trage schijven heeft of crashes met kernel-" "berichten als volgt:" #. Type: string #. Description #: ../ocfs2-tools.templates:4001 msgid "O2CB idle timeout:" msgstr "O2CB inactivitet-timeout:" #. Type: string #. Description #: ../ocfs2-tools.templates:4001 msgid "" "The O2CB idle timeout (expressed in milliseconds) is the time before a " "network connection is considered dead." msgstr "" "De 02CB inactiviteit-timeout (aangegeven in milliseconden) is de tijd die " "zonder activiteit moet verlopen voordat de netwerkverbinding als dood wordt " "gezien." #. Type: string #. Description #: ../ocfs2-tools.templates:4001 msgid "" "Its default value is 30000 (30 seconds) and the minimum recommended value is " "5000 (5 seconds)." msgstr "" "De standaardwaarde is 30000 (30 seconden) en de minimum aanbevolen waarde is " "5000 (5 seconden)." #. Type: string #. Description #: ../ocfs2-tools.templates:5001 msgid "O2CB keepalive delay:" msgstr "02CB levend-houden-vertraging:" #. Type: string #. Description #: ../ocfs2-tools.templates:5001 msgid "" "The O2CB keepalive delay (expressed in milliseconds) is the maximum time " "before a keepalive packet is sent." msgstr "" "De 02CB levend-houden-vertraging (aangegeven in milliseconden) is de " "maximale tijd die mag verlopen alvorens een 'hou-levend'-pakket verstuurd " "wordt. " #. Type: string #. Description #: ../ocfs2-tools.templates:5001 msgid "" "Its default value is 2000 (2 seconds) and the minimum recommended value is " "1000 (1 second)." msgstr "" "De standaardwaarde is 2000 (2 seconden) en de minimum aanbevolen waarde is " "1000 (1 seconde)." #. Type: string #. Description #: ../ocfs2-tools.templates:6001 msgid "O2CB reconnect delay:" msgstr "02CB herverbindingsvertraging:" #. Type: string #. Description #: ../ocfs2-tools.templates:6001 msgid "" "The O2CB reconnect delay (expressed in milliseconds) is the minimum time " "between connection attempts." msgstr "" "De 02CB herverbindingsverlaging (aangegeven in milliseconden) is de minimum " "tijd tussen twee verbindingspogingen. " #. Type: string #. Description #: ../ocfs2-tools.templates:6001 msgid "Its default and recommended minimum value is 2000 (2 seconds)." msgstr "De standaard en aanbevolen minimumwaarde is 2000 (2 seconden)." debian/po/it.po0000644000000000000000000001103711743457067010600 0ustar # ITALIAN TRANSLATION OF OCFS2-TOOLS' PO-DEBCONF FILE. # COPYRIGHT (C) 2010 THE OCFS2-TOOLS' COPYRIGHT HOLDER # This file is distributed under the same license as the ocfs2-tools package. # Vincenzo Campanella , 2010. # msgid "" msgstr "" "Project-Id-Version: ocfs2-tools\n" "Report-Msgid-Bugs-To: ocfs2-tools@packages.debian.org\n" "POT-Creation-Date: 2010-03-12 19:27+0100\n" "PO-Revision-Date: 2010-03-16 08:37+0100\n" "Last-Translator: Vincenzo Campanella \n" "Language-Team: Italian \n" "Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../ocfs2-tools.templates:1001 msgid "Would you like to start an OCFS2 cluster (O2CB) at boot time?" msgstr "Avviare un cluster OCFS2 (O2CB) all'avvio del sistema?" #. Type: string #. Description #: ../ocfs2-tools.templates:2001 msgid "Name of the cluster to start at boot time:" msgstr "Nome del cluster da avviare all'avvio del sistema:" #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "O2CB heartbeat threshold:" msgstr "Soglia di O2CB heartbeat:" #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "" "The O2CB heartbeat threshold sets up the maximum time in seconds that a node " "awaits for an I/O operation. After it, the node \"fences\" itself, and you " "will probably see a crash." msgstr "" "OC2B heartbeat imposta il tempo massimo durante il quale il nodo rimane in " "attesa di un'operazione input-output, dopo il quale il nodo «si recinta» e " "probabilmente si vedrà un crash." #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "It is calculated as the result of: (threshold - 1) x 2." msgstr "Tale valore è il risultato di: (soglia - 1) x 2." #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "Its default value is 31 (60 seconds)." msgstr "Il valore predefinito è 31, corrispondente a 60 secondi." #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "" "Raise it if you have slow disks and/or crashes with kernel messages like:" msgstr "" "Incrementare tale valore se si hanno dischi fissi lenti o se si verificano " "dei crash con messaggi di kernel del tipo:" #. Type: string #. Description #: ../ocfs2-tools.templates:4001 msgid "O2CB idle timeout:" msgstr "Tempo massimo d'inattività di O2CB:" #. Type: string #. Description #: ../ocfs2-tools.templates:4001 msgid "" "The O2CB idle timeout (expressed in milliseconds) is the time before a " "network connection is considered dead." msgstr "" "Il tempo massimo d'inattività di O2CB, che è espresso in millisecondi, è il " "tempo dopo il quale una connessione di rete viene considerata morta." #. Type: string #. Description #: ../ocfs2-tools.templates:4001 msgid "" "Its default value is 30000 (30 seconds) and the minimum recommended value is " "5000 (5 seconds)." msgstr "" "Il valore predefinito è 30.000, corrispondente a 30 secondi, mentre il " "valore minimo raccomandato è 5.000, ossia 5 secondi." #. Type: string #. Description #: ../ocfs2-tools.templates:5001 msgid "O2CB keepalive delay:" msgstr "Ritardo del «keepalive» di O2CB:" #. Type: string #. Description #: ../ocfs2-tools.templates:5001 msgid "" "The O2CB keepalive delay (expressed in milliseconds) is the maximum time " "before a keepalive packet is sent." msgstr "" "Il ritardo del «keepalive» di O2CB, che è espresso in millisecondi, è il " "tempo massimo dopo il quale viene inviato un messaggio di «mantenimento in " "vita»." #. Type: string #. Description #: ../ocfs2-tools.templates:5001 msgid "" "Its default value is 2000 (2 seconds) and the minimum recommended value is " "1000 (1 second)." msgstr "" "Il valore predefinito è 2.000, corrispondente a 2 secondi, mentre il valore " "minimo raccomandato è 1.000, ossia 1 secondo." #. Type: string #. Description #: ../ocfs2-tools.templates:6001 msgid "O2CB reconnect delay:" msgstr "Ritardo della riconnessione di O2CB:" #. Type: string #. Description #: ../ocfs2-tools.templates:6001 msgid "" "The O2CB reconnect delay (expressed in milliseconds) is the minimum time " "between connection attempts." msgstr "" "Il ritardo della riconnessione di O2CB, che è espresso in millisecondi, è il " "tempo minimo intercorrente fra due tentativi di connessione." #. Type: string #. Description #: ../ocfs2-tools.templates:6001 msgid "Its default and recommended minimum value is 2000 (2 seconds)." msgstr "" "Il valore predefinito, che corrisponde anche al valore minimo, è 2.000, " "corrispondente a 2 secondi." debian/po/es.po0000644000000000000000000001234611743457067010577 0ustar # # Translators, if you are not familiar with the PO format, gettext # documentation is worth reading, especially sections dedicated to # this format, e.g. by running: # info -n '(gettext)PO Files' # info -n '(gettext)Header Entry' # # Some information specific to po-debconf are available at # /usr/share/doc/po-debconf/README-trans # or http://www.debian.org/intl/l10n/po-debconf/README-trans # # Developers do not need to manually edit POT or PO files. # # Copyright David Martnez Moreno, 2006, 2007. # msgid "" msgstr "" "Project-Id-Version: ocfs2-tools 1.2.4\n" "Report-Msgid-Bugs-To: ocfs2-tools@packages.debian.org\n" "POT-Creation-Date: 2010-03-12 19:27+0100\n" "PO-Revision-Date: 2007-08-17 03:22+0100\n" "Last-Translator: David Martnez Moreno \n" "Language-Team: Spanish \n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=iso-8859-15\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../ocfs2-tools.templates:1001 msgid "Would you like to start an OCFS2 cluster (O2CB) at boot time?" msgstr "Desea iniciar un clster de OCFS2 (O2CB) en el arranque del sistema? " #. Type: string #. Description #: ../ocfs2-tools.templates:2001 msgid "Name of the cluster to start at boot time:" msgstr "Nombre del clster que desea que se inicie en el arranque:" #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "O2CB heartbeat threshold:" msgstr "Intervalo de latidos de O2CB:" #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "" "The O2CB heartbeat threshold sets up the maximum time in seconds that a node " "awaits for an I/O operation. After it, the node \"fences\" itself, and you " "will probably see a crash." msgstr "" "El intervalo de latidos de O2CB configura el tiempo mximo en segundos que " "un nodo espera en una operacin de E/S. Despus, el nodo se aislar, y " "probablemente ver un fallo grave." #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "It is calculated as the result of: (threshold - 1) x 2." msgstr "Es el resultado de la operacin: (intervalo -1) x 2." #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "Its default value is 31 (60 seconds)." msgstr "Su valor predeterminado es 31 (es decir, 60 segundos)." #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "" "Raise it if you have slow disks and/or crashes with kernel messages like:" msgstr "" "Aumntelo si tiene discos lentos y/o cuelgues con mensajes del ncleo del " "tipo:" #. Type: string #. Description #: ../ocfs2-tools.templates:4001 msgid "O2CB idle timeout:" msgstr "Tiempo de expiracin de inactividad de OC2B:" #. Type: string #. Description #: ../ocfs2-tools.templates:4001 msgid "" "The O2CB idle timeout (expressed in milliseconds) is the time before a " "network connection is considered dead." msgstr "" "El tiempo de expiracin de inactividad de OC2B es el intervalo de tiempo " "necesario para que una conexin de red se considere inactiva." #. Type: string #. Description #: ../ocfs2-tools.templates:4001 msgid "" "Its default value is 30000 (30 seconds) and the minimum recommended value is " "5000 (5 seconds)." msgstr "" "Su valor predeterminado es 30000 (30 segundos) y el mnimo valor que se " "recomienda es 5000 (5 segundos)." #. Type: string #. Description #: ../ocfs2-tools.templates:5001 msgid "O2CB keepalive delay:" msgstr "Retraso en notificacin de funcionamiento de O2CB:" #. Type: string #. Description #: ../ocfs2-tools.templates:5001 msgid "" "The O2CB keepalive delay (expressed in milliseconds) is the maximum time " "before a keepalive packet is sent." msgstr "" "El retraso en la notificacin de funcionamiento de O2CB (expresado en " "milisegundos) es el intervalo mximo de tiempo antes de enviar un paquete de " "notificacin (keepalive)." #. Type: string #. Description #: ../ocfs2-tools.templates:5001 msgid "" "Its default value is 2000 (2 seconds) and the minimum recommended value is " "1000 (1 second)." msgstr "" "Su valor predeterminado es 2000 (2 segundos) y el mnimo valor que se " "recomienda es 1000 (1 segundo)." #. Type: string #. Description #: ../ocfs2-tools.templates:6001 msgid "O2CB reconnect delay:" msgstr "Intervalo de reconexin OC2B:" #. Type: string #. Description #: ../ocfs2-tools.templates:6001 msgid "" "The O2CB reconnect delay (expressed in milliseconds) is the minimum time " "between connection attempts." msgstr "" "El intervalo de reconexin OC2B (expresado en milisegundos) es el tiempo " "mnimo entre intentos de conexin." #. Type: string #. Description #: ../ocfs2-tools.templates:6001 msgid "Its default and recommended minimum value is 2000 (2 seconds)." msgstr "Su valor predeterminado y recomendado es 2000 (2 segundos)." #~ msgid "" #~ "o2hb_write_timeout: 164 ERROR: heartbeat write timeout to device XXXX " #~ "after NNNN miliseconds" #~ msgstr "" #~ "o2hb_write_timeout: 164 ERROR: heartbeat write timeout to device XXXX " #~ "after NNNN miliseconds" #~ msgid "" #~ "Please enter the desired O2CB heartbeat threshold. Its default value is 7 " #~ "(12 seconds)." #~ msgstr "" #~ "Por favor, introduzca el intervalo de latidos para O2CB. El valor por " #~ "omisin es 7 (es decir, 12 segundos)." debian/po/POTFILES.in0000644000000000000000000000006011111562662011356 0ustar [type: gettext/rfc822deb] ocfs2-tools.templates debian/po/vi.po0000644000000000000000000001120211743457067010574 0ustar # Vietnamese translation for OCFS2 Tools. # Copyright © 2010 Free Software Foundation, Inc. # Clytie Siddall , 2006-2010. # msgid "" msgstr "" "Project-Id-Version: ocfs2-tools 1.4.3-1.1\n" "Report-Msgid-Bugs-To: ocfs2-tools@packages.debian.org\n" "POT-Creation-Date: 2010-03-12 19:27+0100\n" "PO-Revision-Date: 2010-03-16 16:02+0930\n" "Last-Translator: Clytie Siddall \n" "Language-Team: Vietnamese \n" "Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: LocFactoryEditor 1.8\n" #. Type: boolean #. Description #: ../ocfs2-tools.templates:1001 msgid "Would you like to start an OCFS2 cluster (O2CB) at boot time?" msgstr "Lúc khởi động máy, bạn có muốn khởi chạy một chùm OCFS2 (O2CB) không?" #. Type: string #. Description #: ../ocfs2-tools.templates:2001 msgid "Name of the cluster to start at boot time:" msgstr "Tên của chùm cần khởi chạy vào lúc khởi động:" #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "O2CB heartbeat threshold:" msgstr "Ngưỡng nhịp tim O2CB:" #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "" "The O2CB heartbeat threshold sets up the maximum time in seconds that a node " "awaits for an I/O operation. After it, the node \"fences\" itself, and you " "will probably see a crash." msgstr "" "Ngưỡng nhịp tim (heartbeat threshold) kiểu O2CB thì đặt thời gian tối đa " "theo giây mỗi nút đợi một thao tác nhập vào/xuất ra (V/R). Sau đó, nút tự « " "rào lại », và bạn rất có thể sẽ thấy phần mềm sụp đổ." #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "It is calculated as the result of: (threshold - 1) x 2." msgstr "Giá trị này được tính là kết quả của công thức: (ngưỡng - 1) × 2" #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "Its default value is 31 (60 seconds)." msgstr "Giá trị mặc định là 31 (60 giây)." #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "" "Raise it if you have slow disks and/or crashes with kernel messages like:" msgstr "" "Hãy tăng giá trị này nếu bạn có đĩa chạy chậm hay/và phần mềm sụp đổ với " "thông điệp hạt nhân như :" #. Type: string #. Description #: ../ocfs2-tools.templates:4001 msgid "O2CB idle timeout:" msgstr "Thời hạn nghỉ O2CB:" #. Type: string #. Description #: ../ocfs2-tools.templates:4001 msgid "" "The O2CB idle timeout (expressed in milliseconds) is the time before a " "network connection is considered dead." msgstr "" "Thời hạn nghỉ O2CB (xác định theo mili-giây) là khoảng thời gian sau đó thấy " "kết nối mạng đã chết." #. Type: string #. Description #: ../ocfs2-tools.templates:4001 msgid "" "Its default value is 30000 (30 seconds) and the minimum recommended value is " "5000 (5 seconds)." msgstr "" "Giá trị mặc định là 30000 (30 giây), còn giá trị tối thiểu khuyến khích là " "5000 (5 giây)." #. Type: string #. Description #: ../ocfs2-tools.templates:5001 msgid "O2CB keepalive delay:" msgstr "Khoảng đợi cứ hoạt động O2CB:" #. Type: string #. Description #: ../ocfs2-tools.templates:5001 msgid "" "The O2CB keepalive delay (expressed in milliseconds) is the maximum time " "before a keepalive packet is sent." msgstr "" "Khoảng đợi cứ hoạt động O2CB (xác định theo mili-giây) là khoảng thời gian " "tối đa sau đó gửi gói tin giữ cho kết nối hoạt động." #. Type: string #. Description #: ../ocfs2-tools.templates:5001 msgid "" "Its default value is 2000 (2 seconds) and the minimum recommended value is " "1000 (1 second)." msgstr "" "Giá trị mặc định là 2000 (2 giây), còn giá trị tối thiểu khuyến khích là " "1000 (1 giây)." #. Type: string #. Description #: ../ocfs2-tools.templates:6001 msgid "O2CB reconnect delay:" msgstr "Khoảng đợi tái kết nối O2CB:" #. Type: string #. Description #: ../ocfs2-tools.templates:6001 msgid "" "The O2CB reconnect delay (expressed in milliseconds) is the minimum time " "between connection attempts." msgstr "" "Khoảng đợi tái kết nối O2CB (xác định theo mili-giây) là khoảng thời gian " "tối thiểu giữa hai lần thử kết nối." #. Type: string #. Description #: ../ocfs2-tools.templates:6001 msgid "Its default and recommended minimum value is 2000 (2 seconds)." msgstr "Giá trị mặc định và khuyến khích là 2000 (2 giây)." debian/po/ru.po0000644000000000000000000001374011743457067010615 0ustar # translation of ru.po to Russian # # Translators, if you are not familiar with the PO format, gettext # documentation is worth reading, especially sections dedicated to # this format, e.g. by running: # info -n '(gettext)PO Files' # info -n '(gettext)Header Entry' # Some information specific to po-debconf are available at # /usr/share/doc/po-debconf/README-trans # or http://www.debian.org/intl/l10n/po-debconf/README-trans# # Developers do not need to manually edit POT or PO files. # # Yuri Kozlov , 2006, 2007. msgid "" msgstr "" "Project-Id-Version: 1.2.1-1.2\n" "Report-Msgid-Bugs-To: ocfs2-tools@packages.debian.org\n" "POT-Creation-Date: 2010-03-12 19:27+0100\n" "PO-Revision-Date: 2007-08-18 17:54+0400\n" "Last-Translator: Yuri Kozlov \n" "Language-Team: Russian \n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. Type: boolean #. Description #: ../ocfs2-tools.templates:1001 msgid "Would you like to start an OCFS2 cluster (O2CB) at boot time?" msgstr "Запускать кластер OCFS2 (O2CB) во время загрузки компьютера?" #. Type: string #. Description #: ../ocfs2-tools.templates:2001 msgid "Name of the cluster to start at boot time:" msgstr "Имя кластера, запускаемого во время загрузки компьютера:" #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "O2CB heartbeat threshold:" msgstr "Пороговое значение \"сердцебиения\" O2CB:" #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "" "The O2CB heartbeat threshold sets up the maximum time in seconds that a node " "awaits for an I/O operation. After it, the node \"fences\" itself, and you " "will probably see a crash." msgstr "" "Пороговое значение \"сердцебиения\" (heartbeat threshold) O2CB задаёт " "максимальный промежуток в секундах, который узел должен ждать операцию ввода/" "вывода (I/O). Не дождавшись, узел \"защищает (fences)\" себя, и, вероятно, " "вы получите аварийное завершение программы." #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "It is calculated as the result of: (threshold - 1) x 2." msgstr "Оно вычисляется как: (порог - 1) x 2." #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "Its default value is 31 (60 seconds)." msgstr "Значение по умолчанию равно 31 (60 секунд)." #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "" "Raise it if you have slow disks and/or crashes with kernel messages like:" msgstr "" "Увеличивайте его, если у вас медленные диски и/или происходит аварийное " "завершение работы с сообщением ядра типа:" #. Type: string #. Description #: ../ocfs2-tools.templates:4001 msgid "O2CB idle timeout:" msgstr "Время простоя O2CB:" #. Type: string #. Description #: ../ocfs2-tools.templates:4001 msgid "" "The O2CB idle timeout (expressed in milliseconds) is the time before a " "network connection is considered dead." msgstr "" "Время простоя (idle timeout) O2CB -- это временной промежуток, который " "должен пройти перед тем как сетевое подключение будет рассматриваться " "нерабочим (выражается в секундах)." #. Type: string #. Description #: ../ocfs2-tools.templates:4001 msgid "" "Its default value is 30000 (30 seconds) and the minimum recommended value is " "5000 (5 seconds)." msgstr "" "Значение по умолчанию равно 30000 (30 секунд), а минимальное рекомендуемое " "значение равно 5000 (5 секунд)." #. Type: string #. Description #: ../ocfs2-tools.templates:5001 msgid "O2CB keepalive delay:" msgstr "Задержка O2CB keepalive:" #. Type: string #. Description #: ../ocfs2-tools.templates:5001 msgid "" "The O2CB keepalive delay (expressed in milliseconds) is the maximum time " "before a keepalive packet is sent." msgstr "" "Задержка O2CB keepalive (выражается в секундах) -- это максимальный " "промежуток времени перед отправкой пакета keepalive." #. Type: string #. Description #: ../ocfs2-tools.templates:5001 msgid "" "Its default value is 2000 (2 seconds) and the minimum recommended value is " "1000 (1 second)." msgstr "" "Значение по умолчанию равно 2000 (2 секунд), а минимальное рекомендуемое " "значение равно 1000 (1 секунда)." #. Type: string #. Description #: ../ocfs2-tools.templates:6001 msgid "O2CB reconnect delay:" msgstr "Задержка переподключения O2CB:" #. Type: string #. Description #: ../ocfs2-tools.templates:6001 msgid "" "The O2CB reconnect delay (expressed in milliseconds) is the minimum time " "between connection attempts." msgstr "" "Задержка переподключения O2CB (выражается в секундах) -- это минимальный " "промежуток времени между попытками подключения." #. Type: string #. Description #: ../ocfs2-tools.templates:6001 msgid "Its default and recommended minimum value is 2000 (2 seconds)." msgstr "" "Значение по умолчанию равно и рекомендуемое значение равно 2000 (2 секунды)." debian/po/gl.po0000644000000000000000000001042611743457067010567 0ustar # Galician translation of ocfs2-tools's debconf templates # This file is distributed under the same license as the ocfs2-tools package. # Jacobo Tarrio , 2008. # msgid "" msgstr "" "Project-Id-Version: ocfs2-tools\n" "Report-Msgid-Bugs-To: ocfs2-tools@packages.debian.org\n" "POT-Creation-Date: 2010-03-12 19:27+0100\n" "PO-Revision-Date: 2008-06-02 19:06+0100\n" "Last-Translator: Jacobo Tarrio \n" "Language-Team: Galician \n" "Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../ocfs2-tools.templates:1001 msgid "Would you like to start an OCFS2 cluster (O2CB) at boot time?" msgstr "¿Quere iniciar un clúster OCFS2 (O2CB) co ordenador?" #. Type: string #. Description #: ../ocfs2-tools.templates:2001 msgid "Name of the cluster to start at boot time:" msgstr "Nome do clúster a iniciar co ordenador:" #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "O2CB heartbeat threshold:" msgstr "Umbral de latexo de O2CB:" #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "" "The O2CB heartbeat threshold sets up the maximum time in seconds that a node " "awaits for an I/O operation. After it, the node \"fences\" itself, and you " "will probably see a crash." msgstr "" "O umbral de latexo de O2CB establece o tempo máximo, en segundos, que un " "nodo ha agardar por unha operación de E/S. Despois del, o nodo establece " "unha barreira e, probablemente, vexa un fallo." #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "It is calculated as the result of: (threshold - 1) x 2." msgstr "Calcúlase coma resultado de: (umbral - 1) x 2." #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "Its default value is 31 (60 seconds)." msgstr "O seu valor por defecto é 31 (60 segundos)." #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "" "Raise it if you have slow disks and/or crashes with kernel messages like:" msgstr "" "Auménteo se ten discos lentos e/ou fallos con mensaxes do núcleo semellantes " "a:" #. Type: string #. Description #: ../ocfs2-tools.templates:4001 msgid "O2CB idle timeout:" msgstr "Tempo de espera de inactividade para O2CB:" #. Type: string #. Description #: ../ocfs2-tools.templates:4001 msgid "" "The O2CB idle timeout (expressed in milliseconds) is the time before a " "network connection is considered dead." msgstr "" "O tempo de espera de inactividade (expresado en milisegundos) é o tempo a " "agardar antes de considerar morta unha conexión de rede." #. Type: string #. Description #: ../ocfs2-tools.templates:4001 msgid "" "Its default value is 30000 (30 seconds) and the minimum recommended value is " "5000 (5 seconds)." msgstr "" "O seu valor por defecto é 30000 (30 segundos) e o valor mínimo recomendado é " "5000 (5 segundos)." #. Type: string #. Description #: ../ocfs2-tools.templates:5001 msgid "O2CB keepalive delay:" msgstr "Retraso de \"keepalive\" de O2CB:" #. Type: string #. Description #: ../ocfs2-tools.templates:5001 msgid "" "The O2CB keepalive delay (expressed in milliseconds) is the maximum time " "before a keepalive packet is sent." msgstr "" "O retraso de \"keepalive\" de O2CB (expresado en milisegundos) é o tempo " "máximo a agardar antes de enviar un paquete \"keepalive\"." #. Type: string #. Description #: ../ocfs2-tools.templates:5001 msgid "" "Its default value is 2000 (2 seconds) and the minimum recommended value is " "1000 (1 second)." msgstr "" "O seu valor por defecto é 2000 (2 segundos) e o valor mínimo recomendado é " "1000 (1 segundo)." #. Type: string #. Description #: ../ocfs2-tools.templates:6001 msgid "O2CB reconnect delay:" msgstr "Retardo de reconexión de O2CB:" #. Type: string #. Description #: ../ocfs2-tools.templates:6001 msgid "" "The O2CB reconnect delay (expressed in milliseconds) is the minimum time " "between connection attempts." msgstr "" "O retardo de reconexión de O2CB (expresado en milisegundos) é o tempo mínimo " "a agardar entre tentativas de reconexión." #. Type: string #. Description #: ../ocfs2-tools.templates:6001 msgid "Its default and recommended minimum value is 2000 (2 seconds)." msgstr "O seu valor por defecto e mínimo recomendado é 2000 (2 segundos)." debian/po/fi.po0000644000000000000000000001025011743457067010556 0ustar msgid "" msgstr "" "Project-Id-Version: ocfs2-tools\n" "Report-Msgid-Bugs-To: ocfs2-tools@packages.debian.org\n" "POT-Creation-Date: 2010-03-12 19:27+0100\n" "PO-Revision-Date: 2008-06-03 08:52+0200\n" "Last-Translator: Esko Arajärvi \n" "Language-Team: Finnish \n" "Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: Finnish\n" "X-Poedit-Country: FINLAND\n" #. Type: boolean #. Description #: ../ocfs2-tools.templates:1001 msgid "Would you like to start an OCFS2 cluster (O2CB) at boot time?" msgstr "" "Tulisiko OCFS2-klusteri (O2CB) käynnistää käynnistettäessä järjestelmä?" #. Type: string #. Description #: ../ocfs2-tools.templates:2001 msgid "Name of the cluster to start at boot time:" msgstr "Järjestelmän käynnistyksen yhteydessä käynnistettävän klusterin nimi:" #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "O2CB heartbeat threshold:" msgstr "O2CB:n ajoituksen rajoitin: " #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "" "The O2CB heartbeat threshold sets up the maximum time in seconds that a node " "awaits for an I/O operation. After it, the node \"fences\" itself, and you " "will probably see a crash." msgstr "" "O2CB:n ajoituksen rajoitin määrittää enimmäisajan sekunneissa kauanko solmu " "odottaa I/O-operaation valmistumista. Tämän jälkeen solmu ”sulkee” itsensä " "ja ohjelma luultavasti kaatuu." #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "It is calculated as the result of: (threshold - 1) x 2." msgstr "Enimmäisaika lasketaan kaavasta: (raja -1) x 2." #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "Its default value is 31 (60 seconds)." msgstr "Oletusarvo on 31 (60 sekuntia)." #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "" "Raise it if you have slow disks and/or crashes with kernel messages like:" msgstr "" "Arvoa kannattaa suurentaa, jos käytössä on hitaita levyjä tai tapahtuu " "kaatumisia, jotka tuottavat seuraavanlaisia ytimen viestejä:" #. Type: string #. Description #: ../ocfs2-tools.templates:4001 msgid "O2CB idle timeout:" msgstr "O2CB:n odotuksen aikaraja:" #. Type: string #. Description #: ../ocfs2-tools.templates:4001 msgid "" "The O2CB idle timeout (expressed in milliseconds) is the time before a " "network connection is considered dead." msgstr "" "O2CB:n odotuksen aikaraja (määritetään millisekunteina) on aika, jonka " "jälkeen verkkoyhteyden oletetaan katkenneen." #. Type: string #. Description #: ../ocfs2-tools.templates:4001 msgid "" "Its default value is 30000 (30 seconds) and the minimum recommended value is " "5000 (5 seconds)." msgstr "" "Oletusarvo on 30000 (30 sekuntia) ja suositeltu vähimmäisarvo 2000 (2 " "sekuntia)." #. Type: string #. Description #: ../ocfs2-tools.templates:5001 msgid "O2CB keepalive delay:" msgstr "O2CB:n virkistysviive:" #. Type: string #. Description #: ../ocfs2-tools.templates:5001 msgid "" "The O2CB keepalive delay (expressed in milliseconds) is the maximum time " "before a keepalive packet is sent." msgstr "" "O2CB:n virkistysviive (määritetään millisekunteina) on enimmäisaika ennen " "keepalive-paketin lähettämistä." #. Type: string #. Description #: ../ocfs2-tools.templates:5001 msgid "" "Its default value is 2000 (2 seconds) and the minimum recommended value is " "1000 (1 second)." msgstr "" "Oletusarvo on 2000 (2 sekuntia) ja suositeltu vähimmäisarvo on 1000 (1 " "sekunti)." #. Type: string #. Description #: ../ocfs2-tools.templates:6001 msgid "O2CB reconnect delay:" msgstr "O2CB:n yhteydenottoviive:" #. Type: string #. Description #: ../ocfs2-tools.templates:6001 msgid "" "The O2CB reconnect delay (expressed in milliseconds) is the minimum time " "between connection attempts." msgstr "" "O2CB:n yhteydenottoviive (määritetään millisekunteina) on vähimmäisaika " "yhteydenottoyritysten välillä." #. Type: string #. Description #: ../ocfs2-tools.templates:6001 msgid "Its default and recommended minimum value is 2000 (2 seconds)." msgstr "Se oletusarvo ja suositeltu vähimmäisarvo on 2000 (2 sekuntia)." debian/po/ja.po0000644000000000000000000001111111743457067010547 0ustar # Copyright (C) 2009 Jeremy Lainé # This file is distributed under the same license as ocfs2-tools package. # Hideki Yamane (Debian-JP) , 2009-2010. # msgid "" msgstr "" "Project-Id-Version: ocfs2-tools 1.4.3-1.1\n" "Report-Msgid-Bugs-To: ocfs2-tools@packages.debian.org\n" "POT-Creation-Date: 2010-03-12 19:27+0100\n" "PO-Revision-Date: 2010-03-19 14:26+0900\n" "Last-Translator: Hideki Yamane (Debian-JP) \n" "Language-Team: Japanese \n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../ocfs2-tools.templates:1001 msgid "Would you like to start an OCFS2 cluster (O2CB) at boot time?" msgstr "OCFS2 クラスタ (O2CB) をシステム起動時に開始しますか?" #. Type: string #. Description #: ../ocfs2-tools.templates:2001 msgid "Name of the cluster to start at boot time:" msgstr "システム起動時に開始するクラスタの名前:" #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "O2CB heartbeat threshold:" msgstr "O2CB ハートビートの閾値:" #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "" "The O2CB heartbeat threshold sets up the maximum time in seconds that a node " "awaits for an I/O operation. After it, the node \"fences\" itself, and you " "will probably see a crash." msgstr "" "O2CB ハートビートの閾値は、ノードが I/O 動作を待つ秒数の最大時間を設定しま" "す。その時間が経過した後、恐らくノード「fences」自身とあなたがクラッシュを確" "認することになるでしょう。" #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "It is calculated as the result of: (threshold - 1) x 2." msgstr "これは次の計算結果です: (閾値 -1 ) x2 。" #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "Its default value is 31 (60 seconds)." msgstr "デフォルトの値は 31 です (60 秒)。" #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "" "Raise it if you have slow disks and/or crashes with kernel messages like:" msgstr "" "ディスクが遅い、あるいはカーネルが以下のようなメッセージを出してクラッシュす" "る場合は、値を上げてください:" #. Type: string #. Description #: ../ocfs2-tools.templates:4001 msgid "O2CB idle timeout:" msgstr "O2CB アイドル時のタイムアウト値:" #. Type: string #. Description #: ../ocfs2-tools.templates:4001 msgid "" "The O2CB idle timeout (expressed in milliseconds) is the time before a " "network connection is considered dead." msgstr "" "O2CB アイドル時のタイムアウト値 (ミリセカンドで表示) はネットワーク接続が死ん" "でいると考えられるまでの時間です。" #. Type: string #. Description #: ../ocfs2-tools.templates:4001 msgid "" "Its default value is 30000 (30 seconds) and the minimum recommended value is " "5000 (5 seconds)." msgstr "デフォルト値は 30000 (30 秒) で、最小の推奨値は 5000 (5 秒) です。" #. Type: string #. Description #: ../ocfs2-tools.templates:5001 msgid "O2CB keepalive delay:" msgstr "O2CB キープアライブのディレイ値:" # FIXME: keepalive "packet"? #. Type: string #. Description #: ../ocfs2-tools.templates:5001 msgid "" "The O2CB keepalive delay (expressed in milliseconds) is the maximum time " "before a keepalive packet is sent." msgstr "" "O2CB キープアライブのディレイ値 (ミリセカンドで表示)は、キープアライブパケッ" "トが送信されるまでの最大時間です。" #. Type: string #. Description #: ../ocfs2-tools.templates:5001 msgid "" "Its default value is 2000 (2 seconds) and the minimum recommended value is " "1000 (1 second)." msgstr "デフォルトの値は 2000 (2 秒) で推奨最小値は 1000 (1 秒) です。" #. Type: string #. Description #: ../ocfs2-tools.templates:6001 msgid "O2CB reconnect delay:" msgstr "OC2B 再接続時のディレイ値:" #. Type: string #. Description #: ../ocfs2-tools.templates:6001 msgid "" "The O2CB reconnect delay (expressed in milliseconds) is the minimum time " "between connection attempts." msgstr "" "O2CB 再接続時のディレイ値 (ミリセカンドで表示) は、接続試行間隔の最小時間で" "す。" #. Type: string #. Description #: ../ocfs2-tools.templates:6001 msgid "Its default and recommended minimum value is 2000 (2 seconds)." msgstr "デフォルトの推奨される最小値は 2000 (2 秒) です。" debian/po/templates.pot0000644000000000000000000000601011351621401012315 0ustar # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: ocfs2-tools@packages.debian.org\n" "POT-Creation-Date: 2010-03-12 19:27+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../ocfs2-tools.templates:1001 msgid "Would you like to start an OCFS2 cluster (O2CB) at boot time?" msgstr "" #. Type: string #. Description #: ../ocfs2-tools.templates:2001 msgid "Name of the cluster to start at boot time:" msgstr "" #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "O2CB heartbeat threshold:" msgstr "" #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "" "The O2CB heartbeat threshold sets up the maximum time in seconds that a node " "awaits for an I/O operation. After it, the node \"fences\" itself, and you " "will probably see a crash." msgstr "" #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "It is calculated as the result of: (threshold - 1) x 2." msgstr "" #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "Its default value is 31 (60 seconds)." msgstr "" #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "" "Raise it if you have slow disks and/or crashes with kernel messages like:" msgstr "" #. Type: string #. Description #: ../ocfs2-tools.templates:4001 msgid "O2CB idle timeout:" msgstr "" #. Type: string #. Description #: ../ocfs2-tools.templates:4001 msgid "" "The O2CB idle timeout (expressed in milliseconds) is the time before a " "network connection is considered dead." msgstr "" #. Type: string #. Description #: ../ocfs2-tools.templates:4001 msgid "" "Its default value is 30000 (30 seconds) and the minimum recommended value is " "5000 (5 seconds)." msgstr "" #. Type: string #. Description #: ../ocfs2-tools.templates:5001 msgid "O2CB keepalive delay:" msgstr "" #. Type: string #. Description #: ../ocfs2-tools.templates:5001 msgid "" "The O2CB keepalive delay (expressed in milliseconds) is the maximum time " "before a keepalive packet is sent." msgstr "" #. Type: string #. Description #: ../ocfs2-tools.templates:5001 msgid "" "Its default value is 2000 (2 seconds) and the minimum recommended value is " "1000 (1 second)." msgstr "" #. Type: string #. Description #: ../ocfs2-tools.templates:6001 msgid "O2CB reconnect delay:" msgstr "" #. Type: string #. Description #: ../ocfs2-tools.templates:6001 msgid "" "The O2CB reconnect delay (expressed in milliseconds) is the minimum time " "between connection attempts." msgstr "" #. Type: string #. Description #: ../ocfs2-tools.templates:6001 msgid "Its default and recommended minimum value is 2000 (2 seconds)." msgstr "" debian/po/de.po0000644000000000000000000001062711743457067010560 0ustar # translation of po-debconf template to German # This file is distributed under the same license as the ocfs2-tools package. # Copyright (C): # # Matthias Julius , 2006, 2008. msgid "" msgstr "" "Project-Id-Version: ocfs2-tools 1.2.4-1\n" "Report-Msgid-Bugs-To: ocfs2-tools@packages.debian.org\n" "POT-Creation-Date: 2010-03-12 19:27+0100\n" "PO-Revision-Date: 2008-02-16 00:09-0500\n" "Last-Translator: Matthias Julius \n" "Language-Team: German \n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" #. Type: boolean #. Description #: ../ocfs2-tools.templates:1001 msgid "Would you like to start an OCFS2 cluster (O2CB) at boot time?" msgstr "" "Möchten Sie, dass ein OCFS2-Cluster (O2CB) beim Systemstart gestartet wird?" #. Type: string #. Description #: ../ocfs2-tools.templates:2001 msgid "Name of the cluster to start at boot time:" msgstr "Name des Clusters, der beim Systemstart gestartet werden soll:" #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "O2CB heartbeat threshold:" msgstr "Schwellwert des O2BC-Heartbeats:" #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "" "The O2CB heartbeat threshold sets up the maximum time in seconds that a node " "awaits for an I/O operation. After it, the node \"fences\" itself, and you " "will probably see a crash." msgstr "" "Der Schwellwert des O2CB-Heartbeats bestimmt die maximale Zeit in Sekunden, " "die ein Knoten für eine E/A-Operation abwartet. Danach »grenzt« sich der " "Knoten aus, und Sie werden wahrscheinlich einen Absturz beobachten." #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "It is calculated as the result of: (threshold - 1) x 2." msgstr "Er berechnet sich wie folgt: (Schwellwert - 1) x 2." #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "Its default value is 31 (60 seconds)." msgstr "Der voreingestellte Wert ist 31 (60 Sekunden)." #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "" "Raise it if you have slow disks and/or crashes with kernel messages like:" msgstr "" "Erhöhen Sie ihn, falls Sie langsame Festplatten und/oder Abstürze haben mit " "Kernel-Meldungen wie:" #. Type: string #. Description #: ../ocfs2-tools.templates:4001 msgid "O2CB idle timeout:" msgstr "O2CB-Leerlaufzeitlimit:" #. Type: string #. Description #: ../ocfs2-tools.templates:4001 msgid "" "The O2CB idle timeout (expressed in milliseconds) is the time before a " "network connection is considered dead." msgstr "" "Das O2CB-Leerlaufzeitlimit (in Millisekunden) ist die Zeit, nach der eine " "Netzwerkverbindung als tot angesehen wird." #. Type: string #. Description #: ../ocfs2-tools.templates:4001 msgid "" "Its default value is 30000 (30 seconds) and the minimum recommended value is " "5000 (5 seconds)." msgstr "" "Der voreingestellte Wert ist 30000 (30 Sekunden) und der minimale empfohlene " "Wert ist 2000 (2 Sekunden)." #. Type: string #. Description #: ../ocfs2-tools.templates:5001 msgid "O2CB keepalive delay:" msgstr "O2CB-Keepalive-Verzögerung:" #. Type: string #. Description #: ../ocfs2-tools.templates:5001 msgid "" "The O2CB keepalive delay (expressed in milliseconds) is the maximum time " "before a keepalive packet is sent." msgstr "" "Die O2CB-Keepalive-Verzögerung (in Millisekunden) ist die maximale Zeit, " "nach der ein Keepalive-Paket gesendet wird." #. Type: string #. Description #: ../ocfs2-tools.templates:5001 msgid "" "Its default value is 2000 (2 seconds) and the minimum recommended value is " "1000 (1 second)." msgstr "" "Der voreingestellte Wert ist 2000 (2 Sekunden) und der minimale empfohlene " "Wert ist 1000 (1 Sekunde)." #. Type: string #. Description #: ../ocfs2-tools.templates:6001 msgid "O2CB reconnect delay:" msgstr "O2CB-Wiederverbindungsverzögerung:" #. Type: string #. Description #: ../ocfs2-tools.templates:6001 msgid "" "The O2CB reconnect delay (expressed in milliseconds) is the minimum time " "between connection attempts." msgstr "" "Die O2CB-Wiederverbindungsverzögerung (in Millisekunden) ist die minimale " "Zeit zwischen Verbindungsversuchen." #. Type: string #. Description #: ../ocfs2-tools.templates:6001 msgid "Its default and recommended minimum value is 2000 (2 seconds)." msgstr "" "Der voreingestellte und empfohlene minimale Wert ist 2000 (2 Sekunden)." debian/po/cs.po0000644000000000000000000001054311743457067010572 0ustar # Czech translation of ocfs2-tools debconf messages. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the ocfs2-tools package. # Miroslav Kure , 2006, 2007. # msgid "" msgstr "" "Project-Id-Version: ocfs2-tools 1.2.4-1\n" "Report-Msgid-Bugs-To: ocfs2-tools@packages.debian.org\n" "POT-Creation-Date: 2010-03-12 19:27+0100\n" "PO-Revision-Date: 2007-09-17 20:48+0200\n" "Last-Translator: Miroslav Kure \n" "Language-Team: Czech \n" "Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../ocfs2-tools.templates:1001 msgid "Would you like to start an OCFS2 cluster (O2CB) at boot time?" msgstr "Chcete spustit cluster OCFS2 (O2CB) během zavádění systému?" #. Type: string #. Description #: ../ocfs2-tools.templates:2001 msgid "Name of the cluster to start at boot time:" msgstr "Jméno clusteru, který se má spustit při zavádění systému:" #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "O2CB heartbeat threshold:" msgstr "Práh kontroly O2CB:" #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "" "The O2CB heartbeat threshold sets up the maximum time in seconds that a node " "awaits for an I/O operation. After it, the node \"fences\" itself, and you " "will probably see a crash." msgstr "" "Práh kontroly O2CB nastaví maximální čas v sekundách, po který uzel očekává " "V/V operaci. Po této době se uzel sám \"izoluje\" a pravděpodobně se dočkáte " "pádu." #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "It is calculated as the result of: (threshold - 1) x 2." msgstr "Hodnota se počítá jako: (práh - 1) x 2." #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "Its default value is 31 (60 seconds)." msgstr "Výchozí hodnota je 31 (60 sekund)." #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "" "Raise it if you have slow disks and/or crashes with kernel messages like:" msgstr "" "Práh je dobré zvýšit v případě pomalých disků a/nebo pokud v syslogu vídáte " "zprávy jako:" #. Type: string #. Description #: ../ocfs2-tools.templates:4001 msgid "O2CB idle timeout:" msgstr "Časový limit nečinnosti O2CB:" #. Type: string #. Description #: ../ocfs2-tools.templates:4001 msgid "" "The O2CB idle timeout (expressed in milliseconds) is the time before a " "network connection is considered dead." msgstr "" "Časový limit nečinnosti O2CB je čas (vyjádřený v milisekundách), po kterém " "je síťové spojení považováno za mrtvé." #. Type: string #. Description #: ../ocfs2-tools.templates:4001 msgid "" "Its default value is 30000 (30 seconds) and the minimum recommended value is " "5000 (5 seconds)." msgstr "" "Výchozí hodnota je 30000 (30 sekund), minimální doporučená hodnota pak 5000 " "(5 sekund)." #. Type: string #. Description #: ../ocfs2-tools.templates:5001 msgid "O2CB keepalive delay:" msgstr "Interval udržování spojení O2CB:" #. Type: string #. Description #: ../ocfs2-tools.templates:5001 msgid "" "The O2CB keepalive delay (expressed in milliseconds) is the maximum time " "before a keepalive packet is sent." msgstr "" "Interval udržování spojení O2CB je maximální čas (vyjádřený v " "milisekundách), po kterém je odeslán udržovací paket." #. Type: string #. Description #: ../ocfs2-tools.templates:5001 msgid "" "Its default value is 2000 (2 seconds) and the minimum recommended value is " "1000 (1 second)." msgstr "" "Výchozí hodnota je 2000 (2 sekund), minimální doporučená hodnota pak 1000 (1 " "sekunda)." #. Type: string #. Description #: ../ocfs2-tools.templates:6001 msgid "O2CB reconnect delay:" msgstr "Pauza před novým připojením O2CB" #. Type: string #. Description #: ../ocfs2-tools.templates:6001 msgid "" "The O2CB reconnect delay (expressed in milliseconds) is the minimum time " "between connection attempts." msgstr "" "Pauza před novým připojením O2CB je minimální čas (vyjádřený v " "milisekundách) mezi pokusy o nové připojení." #. Type: string #. Description #: ../ocfs2-tools.templates:6001 msgid "Its default and recommended minimum value is 2000 (2 seconds)." msgstr "Výchozí a zároveň doporučená minimální hodnota je 2000 (2 sekundy)." debian/po/fr.po0000644000000000000000000001126411743457067010575 0ustar # translation of fr.po to French # Julien Rosal , 2006. # Jean-Baka Domelevo-Entfellner , 2006. # msgid "" msgstr "" "Project-Id-Version: ocfs2-tools 1.2.1-1\n" "Report-Msgid-Bugs-To: ocfs2-tools@packages.debian.org\n" "POT-Creation-Date: 2010-03-12 19:27+0100\n" "PO-Revision-Date: 2007-08-22 14:54+0100\n" "Last-Translator: Jean-Baka Domelevo-Entfellner \n" "Language-Team: French \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=iso-8859-15\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../ocfs2-tools.templates:1001 msgid "Would you like to start an OCFS2 cluster (O2CB) at boot time?" msgstr "Voulez-vous lancer un cluster OCFS2 (OC2B) au dmarrage?" #. Type: string #. Description #: ../ocfs2-tools.templates:2001 msgid "Name of the cluster to start at boot time:" msgstr "Nom du cluster lancer au dmarrage:" #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "O2CB heartbeat threshold:" msgstr "Seuil de battement O2CB:" #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "" "The O2CB heartbeat threshold sets up the maximum time in seconds that a node " "awaits for an I/O operation. After it, the node \"fences\" itself, and you " "will probably see a crash." msgstr "" "Le seuil de battement O2CB dtermine le temps maximal en secondes qu'un nud " "peut attendre lors d'une opration d'E/S. Pass ce dlai, le nud " "implose et le systme a de fortes chances de planter." #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "It is calculated as the result of: (threshold - 1) x 2." msgstr "" "La valeur relle est le rsultat de l'opration suivante: (seuil-1)x2." #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "Its default value is 31 (60 seconds)." msgstr "" "La valeur par dfaut est de 31, ce qui correspond un seuil de 60 secondes." #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "" "Raise it if you have slow disks and/or crashes with kernel messages like:" msgstr "" "Augmentez cette valeur si vous avez des disques lents et/ou des plantages " "signals par des messages du noyau tels que:" #. Type: string #. Description #: ../ocfs2-tools.templates:4001 msgid "O2CB idle timeout:" msgstr "Dlai d'attente sur inactivit O2CB :" #. Type: string #. Description #: ../ocfs2-tools.templates:4001 msgid "" "The O2CB idle timeout (expressed in milliseconds) is the time before a " "network connection is considered dead." msgstr "" "Le dlai d'attente sur inactivit O2CB (exprim en millisecondes) est le " "dlai l'expiration duquel une connection rseau est considre inactive." #. Type: string #. Description #: ../ocfs2-tools.templates:4001 msgid "" "Its default value is 30000 (30 seconds) and the minimum recommended value is " "5000 (5 seconds)." msgstr "" "Sa valeur par dfaut est de 30000 (soit 30 secondes), le minimum recommand " "tant de 5000 (soit 5 secondes)." #. Type: string #. Description #: ../ocfs2-tools.templates:5001 msgid "O2CB keepalive delay:" msgstr "Intervalle de test de lien O2CB :" #. Type: string #. Description #: ../ocfs2-tools.templates:5001 msgid "" "The O2CB keepalive delay (expressed in milliseconds) is the maximum time " "before a keepalive packet is sent." msgstr "" "L'intervalle de test de lien O2CB (exprim en millisecondes) est la dure " "maximum au bout de laquelle un paquet dit \"keepalive\" est envoy pour " "tester l'activit d'un lien." #. Type: string #. Description #: ../ocfs2-tools.templates:5001 msgid "" "Its default value is 2000 (2 seconds) and the minimum recommended value is " "1000 (1 second)." msgstr "" "Sa valeur par dfaut est de 2000 (soit 2 secondes), le minimum recommand " "tant de 1000 (soit 1 seconde)." #. Type: string #. Description #: ../ocfs2-tools.templates:6001 msgid "O2CB reconnect delay:" msgstr "Dlai de reconnexion O2CB :" #. Type: string #. Description #: ../ocfs2-tools.templates:6001 msgid "" "The O2CB reconnect delay (expressed in milliseconds) is the minimum time " "between connection attempts." msgstr "" "Le dlai de reconnexion O2CB (exprim en millisecondes) est l'intervalle de " "temps minimal entre deux tentatives de connexion." #. Type: string #. Description #: ../ocfs2-tools.templates:6001 msgid "Its default and recommended minimum value is 2000 (2 seconds)." msgstr "La valeur par dfaut, recommande, est de 2000 (2 secondes)." #~ msgid "" #~ "o2hb_write_timeout: 164 ERROR: heartbeat write timeout to device XXXX " #~ "after NNNN miliseconds" #~ msgstr "" #~ "o2hb_write_timeout: 164 ERROR: heartbeat write timeout to device XXXX " #~ "after NNNN miliseconds" debian/po/da.po0000644000000000000000000001053511743457067010552 0ustar # Danish translation ocfs2-tools. # Copyright (C) 2012 ocfs2-tools & nedenstående oversættere. # This file is distributed under the same license as the ocfs2-tools package. # Joe Hansen , 2012. # msgid "" msgstr "" "Project-Id-Version: ocfs2-tools\n" "Report-Msgid-Bugs-To: ocfs2-tools@packages.debian.org\n" "POT-Creation-Date: 2010-03-12 19:27+0100\n" "PO-Revision-Date: 2012-01-20 17:30+01:00\n" "Last-Translator: Joe Hansen \n" "Language-Team: Danish \n" "Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: boolean #. Description #: ../ocfs2-tools.templates:1001 msgid "Would you like to start an OCFS2 cluster (O2CB) at boot time?" msgstr "Ønsker du at starte en OCFS2-klynge (O2CB) på opstartstidspunktet?" #. Type: string #. Description #: ../ocfs2-tools.templates:2001 msgid "Name of the cluster to start at boot time:" msgstr "Navn på klyngen at igangsætte ved opstartstidspunktet:" #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "O2CB heartbeat threshold:" msgstr "Hjerteslagstærskel for O2CB:" #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "" "The O2CB heartbeat threshold sets up the maximum time in seconds that a node " "awaits for an I/O operation. After it, the node \"fences\" itself, and you " "will probably see a crash." msgstr "" "Hjerteslagstærsklen for O2CB angiver den maksimale tid i sekunder som en " "knude venter for en I/O-handling. Derefter »indhegner« knuden sig og du vil " "sikkert se et nedbrud." #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "It is calculated as the result of: (threshold - 1) x 2." msgstr "Det beregnes som resultatet af: (tærskel - 1) x 2." #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "Its default value is 31 (60 seconds)." msgstr "Dets standardværdi er 31 (60 sekunder)." #. Type: string #. Description #: ../ocfs2-tools.templates:3001 msgid "" "Raise it if you have slow disks and/or crashes with kernel messages like:" msgstr "" "Hæv denne hvis du har langsomme diske og/eller nedbrud med kernebeskeder " "såsom:" # måske bedre ikke at oversætte? #. Type: string #. Description #: ../ocfs2-tools.templates:4001 msgid "O2CB idle timeout:" msgstr "O2CB idle timeout (tidsudløb for inaktiv):" #. Type: string #. Description #: ../ocfs2-tools.templates:4001 msgid "" "The O2CB idle timeout (expressed in milliseconds) is the time before a " "network connection is considered dead." msgstr "" "O2CB idle timeout (udtrykt i millisekunder) er tidsforløbet før en " "netværksforbindelse anses for at være død." #. Type: string #. Description #: ../ocfs2-tools.templates:4001 msgid "" "Its default value is 30000 (30 seconds) and the minimum recommended value is " "5000 (5 seconds)." msgstr "" "Dets standardværdi er 30000 (30 sekunder) og den anbefalede minimumsværdi er " "5000 (5 sekunder)." #. Type: string #. Description #: ../ocfs2-tools.templates:5001 msgid "O2CB keepalive delay:" msgstr "O2CB keepalive delay (forsinkelse for hold i live):" #. Type: string #. Description #: ../ocfs2-tools.templates:5001 msgid "" "The O2CB keepalive delay (expressed in milliseconds) is the maximum time " "before a keepalive packet is sent." msgstr "" "O2CB keepalive delay (udtrykt i millisekunder) er det maksimale tidsforløb " "før en keepalive-pakke sendes." #. Type: string #. Description #: ../ocfs2-tools.templates:5001 msgid "" "Its default value is 2000 (2 seconds) and the minimum recommended value is " "1000 (1 second)." msgstr "" "Dets standardværdi er 2000 (2 sekunder) og den anbefalede minimumsværdi er " "1000 (1 sekund)." #. Type: string #. Description #: ../ocfs2-tools.templates:6001 msgid "O2CB reconnect delay:" msgstr "O2CB reconnect delay (forsinkelse for ny forbindelse):" #. Type: string #. Description #: ../ocfs2-tools.templates:6001 msgid "" "The O2CB reconnect delay (expressed in milliseconds) is the minimum time " "between connection attempts." msgstr "" "O2CB reconnect delay (udtrykt i millisekunder) er det minimale tidsforløb " "mellem forbindelsesforsøg." #. Type: string #. Description #: ../ocfs2-tools.templates:6001 msgid "Its default and recommended minimum value is 2000 (2 seconds)." msgstr "Dets standard og anbefalede minimumsværdi er 2000 (2 sekunder)." debian/compat0000644000000000000000000000000211410157612010362 0ustar 7 debian/patches/0000755000000000000000000000000012262527244010623 5ustar debian/patches/ocfs2-controld-headers.patch0000644000000000000000000000105111743463777016125 0ustar diff -urN ocfs2-tools-1.6.4.orig/ocfs2_controld/pacemaker.c ocfs2-tools-1.6.4/ocfs2_controld/pacemaker.c --- ocfs2-tools-1.6.4.orig/ocfs2_controld/pacemaker.c 2009-05-06 03:36:57.000000000 +0200 +++ ocfs2-tools-1.6.4/ocfs2_controld/pacemaker.c 2012-04-18 08:58:28.000000000 +0200 @@ -30,7 +30,7 @@ #include #include #include -#include +#include #include "ocfs2-kernel/kernel-list.h" #include "o2cb/o2cb.h" debian/patches/ubuntu-umode-ftbfs.patch0000644000000000000000000000202312061736721015373 0ustar Description: Fix undefined umode type in 3.3 kernels 3.3 kernel headers define umode_t type within a __KERNEL__ preprocessor ifdef region. Because of this, the type is not usable by non-kernel code. This patch fixes this by not using the type. More info at: http://lists.busybox.net/pipermail/buildroot/2012-March/052192.html http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=commitdiff;h=0583fcc96bb117763c0fa74c123573c0112dec65 Forwarded: no AUthor: Andres Rodriguez Index: ocfs2-tools-1.6.4/include/ocfs2-kernel/ocfs2_fs.h =================================================================== --- ocfs2-tools-1.6.4.orig/include/ocfs2-kernel/ocfs2_fs.h 2012-05-23 13:29:49.000000000 -0400 +++ ocfs2-tools-1.6.4/include/ocfs2-kernel/ocfs2_fs.h 2012-05-23 13:53:46.208530251 -0400 @@ -1638,7 +1638,7 @@ } static inline void ocfs2_set_de_type(struct ocfs2_dir_entry *de, - umode_t mode) + unsigned short mode) { de->file_type = ocfs2_type_by_mode[(mode & S_IFMT)>>S_SHIFT]; } debian/patches/libo2dlm-dlopen-libdlm_lt.patch0000644000000000000000000000070211412051272016553 0ustar diff -urN ocfs2-tools-1.4.4.orig/libo2dlm/o2dlm.c ocfs2-tools-1.4.4/libo2dlm/o2dlm.c --- ocfs2-tools-1.4.4.orig/libo2dlm/o2dlm.c 2009-04-14 00:10:40.000000000 +0200 +++ ocfs2-tools-1.4.4/libo2dlm/o2dlm.c 2010-06-28 09:24:34.000000000 +0200 @@ -713,7 +713,7 @@ goto out; } - ctxt->ct_lib_handle = dlopen("libdlm_lt.so", + ctxt->ct_lib_handle = dlopen("libdlm_lt.so.3", RTLD_NOW | RTLD_LOCAL); if (!ctxt->ct_lib_handle) goto out; debian/patches/ocfs2-controld-includes.patch0000644000000000000000000000123711410156233016277 0ustar diff -urN ocfs2-tools-1.4.4.orig/ocfs2_controld/Makefile ocfs2-tools-1.4.4/ocfs2_controld/Makefile --- ocfs2-tools-1.4.4.orig/ocfs2_controld/Makefile 2009-04-14 00:10:40.000000000 +0200 +++ ocfs2-tools-1.4.4/ocfs2_controld/Makefile 2010-06-22 17:49:42.000000000 +0200 @@ -14,7 +14,7 @@ ifneq ($(BUILD_PCMK_SUPPORT),) SBIN_PROGRAMS += ocfs2_controld.pcmk # Some pacemaker headers which pacemaker.c includes want this. -PCMK_INCLUDES = -I/usr/include/pacemaker -I/usr/include/heartbeat/ $(GLIB_CFLAGS) +PCMK_INCLUDES = -I/usr/include/pacemaker -I/usr/include/heartbeat/ -I/usr/include/libxml2 $(GLIB_CFLAGS) endif INCLUDES = -I$(TOPDIR)/include -I. $(PCMK_INCLUDES) debian/patches/ld-as-needed.diff0000644000000000000000000007134511543135254013706 0ustar Index: ocfs2-tools-1.6.3/configure =================================================================== --- ocfs2-tools-1.6.3.orig/configure 2010-09-16 12:36:13.000000000 -0500 +++ ocfs2-tools-1.6.3/configure 2011-01-13 12:29:56.000000000 -0600 @@ -309,7 +309,7 @@ # include #endif" -ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS PACKAGE MAJOR_VERSION MINOR_VERSION MICRO_VERSION EXTRA_VERSION DIST_VERSION VERSION build build_cpu build_vendor build_os host host_cpu host_vendor host_os OCFS2_DEBUG CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA LN_S RANLIB ac_ct_RANLIB AR EGREP VENDOR root_prefix root_bindir root_sbindir root_sysconfdir PKG_CONFIG COM_ERR_CFLAGS COM_ERR_LIBS UUID_LIBS NCURSES_LIBS READLINE_LIBS OCFS2_DEBUG_EXE GLIB_CFLAGS GLIB_LIBS GLIB_GENMARSHAL GOBJECT_QUERY GLIB_MKENUMS OCFS2_DYNAMIC_FSCK OCFS2_DYNAMIC_CTL BUILD_DEBUGOCFS2 HAVE_COROSYNC CPG_LDFLAGS AIS_LDFLAGS LIBDLM_FOUND BUILD_FSDLM_SUPPORT DL_LIBS BUILD_OCFS2_CONTROLD BUILD_PCMK_SUPPORT BUILD_CMAN_SUPPORT PYTHON PYTHON_VERSION PYTHON_PREFIX PYTHON_EXEC_PREFIX PYTHON_PLATFORM pythondir pkgpythondir pyexecdir pkgpyexecdir PYTHON_INCLUDES BLKID_CFLAGS BLKID_LIBS HAVE_BLKID BUILD_OCFS2CONSOLE LIBOBJS LTLIBOBJS' +ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS PACKAGE MAJOR_VERSION MINOR_VERSION MICRO_VERSION EXTRA_VERSION DIST_VERSION VERSION build build_cpu build_vendor build_os host host_cpu host_vendor host_os OCFS2_DEBUG CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA LN_S RANLIB ac_ct_RANLIB AR EGREP VENDOR root_prefix root_bindir root_sbindir root_sysconfdir PKG_CONFIG PKG_CONFIG_PATH PKG_CONFIG_LIBDIR ac_pt_PKG_CONFIG COM_ERR_CFLAGS COM_ERR_LIBS UUID_LIBS NCURSES_LIBS READLINE_LIBS OCFS2_DEBUG_EXE GLIB_CFLAGS GLIB_LIBS GLIB_GENMARSHAL GOBJECT_QUERY GLIB_MKENUMS OCFS2_DYNAMIC_FSCK OCFS2_DYNAMIC_CTL BUILD_DEBUGOCFS2 HAVE_COROSYNC CPG_LDFLAGS AIS_LDFLAGS LIBDLM_FOUND BUILD_FSDLM_SUPPORT DL_LIBS BUILD_OCFS2_CONTROLD BUILD_PCMK_SUPPORT BUILD_CMAN_SUPPORT PYTHON PYTHON_VERSION PYTHON_PREFIX PYTHON_EXEC_PREFIX PYTHON_PLATFORM pythondir pkgpythondir pyexecdir pkgpyexecdir PYTHON_INCLUDES BLKID_CFLAGS BLKID_LIBS HAVE_BLKID BUILD_OCFS2CONSOLE LIBOBJS LTLIBOBJS' ac_subst_files='' # Initialize some variables set by options. @@ -770,6 +770,34 @@ ac_env_CPP_value=$CPP ac_cv_env_CPP_set=${CPP+set} ac_cv_env_CPP_value=$CPP +ac_env_PKG_CONFIG_set=${PKG_CONFIG+set} +ac_env_PKG_CONFIG_value=$PKG_CONFIG +ac_cv_env_PKG_CONFIG_set=${PKG_CONFIG+set} +ac_cv_env_PKG_CONFIG_value=$PKG_CONFIG +ac_env_PKG_CONFIG_PATH_set=${PKG_CONFIG_PATH+set} +ac_env_PKG_CONFIG_PATH_value=$PKG_CONFIG_PATH +ac_cv_env_PKG_CONFIG_PATH_set=${PKG_CONFIG_PATH+set} +ac_cv_env_PKG_CONFIG_PATH_value=$PKG_CONFIG_PATH +ac_env_PKG_CONFIG_LIBDIR_set=${PKG_CONFIG_LIBDIR+set} +ac_env_PKG_CONFIG_LIBDIR_value=$PKG_CONFIG_LIBDIR +ac_cv_env_PKG_CONFIG_LIBDIR_set=${PKG_CONFIG_LIBDIR+set} +ac_cv_env_PKG_CONFIG_LIBDIR_value=$PKG_CONFIG_LIBDIR +ac_env_COM_ERR_CFLAGS_set=${COM_ERR_CFLAGS+set} +ac_env_COM_ERR_CFLAGS_value=$COM_ERR_CFLAGS +ac_cv_env_COM_ERR_CFLAGS_set=${COM_ERR_CFLAGS+set} +ac_cv_env_COM_ERR_CFLAGS_value=$COM_ERR_CFLAGS +ac_env_COM_ERR_LIBS_set=${COM_ERR_LIBS+set} +ac_env_COM_ERR_LIBS_value=$COM_ERR_LIBS +ac_cv_env_COM_ERR_LIBS_set=${COM_ERR_LIBS+set} +ac_cv_env_COM_ERR_LIBS_value=$COM_ERR_LIBS +ac_env_BLKID_CFLAGS_set=${BLKID_CFLAGS+set} +ac_env_BLKID_CFLAGS_value=$BLKID_CFLAGS +ac_cv_env_BLKID_CFLAGS_set=${BLKID_CFLAGS+set} +ac_cv_env_BLKID_CFLAGS_value=$BLKID_CFLAGS +ac_env_BLKID_LIBS_set=${BLKID_LIBS+set} +ac_env_BLKID_LIBS_value=$BLKID_LIBS +ac_cv_env_BLKID_LIBS_set=${BLKID_LIBS+set} +ac_cv_env_BLKID_LIBS_value=$BLKID_LIBS # # Report the --help message. @@ -865,6 +893,18 @@ CPPFLAGS C/C++ preprocessor flags, e.g. -I if you have headers in a nonstandard directory CPP C preprocessor + PKG_CONFIG path to pkg-config utility + PKG_CONFIG_PATH + directories to add to pkg-config's search path + PKG_CONFIG_LIBDIR + path overriding pkg-config's built-in search path + COM_ERR_CFLAGS + C compiler flags for COM_ERR, overriding pkg-config + COM_ERR_LIBS + linker flags for COM_ERR, overriding pkg-config + BLKID_CFLAGS + C compiler flags for BLKID, overriding pkg-config + BLKID_LIBS linker flags for BLKID, overriding pkg-config Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. @@ -3194,6 +3234,114 @@ COM_ERR_LIBS= + + + + + + +if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. +set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_path_PKG_CONFIG+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + case $PKG_CONFIG in + [\\/]* | ?:[\\/]*) + ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + + ;; +esac +fi +PKG_CONFIG=$ac_cv_path_PKG_CONFIG + +if test -n "$PKG_CONFIG"; then + echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 +echo "${ECHO_T}$PKG_CONFIG" >&6 +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi + +fi +if test -z "$ac_cv_path_PKG_CONFIG"; then + ac_pt_PKG_CONFIG=$PKG_CONFIG + # Extract the first word of "pkg-config", so it can be a program name with args. +set dummy pkg-config; ac_word=$2 +echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 +if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + case $ac_pt_PKG_CONFIG in + [\\/]* | ?:[\\/]*) + ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done + + ;; +esac +fi +ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG + +if test -n "$ac_pt_PKG_CONFIG"; then + echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5 +echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6 +else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 +fi + + PKG_CONFIG=$ac_pt_PKG_CONFIG +else + PKG_CONFIG="$ac_cv_path_PKG_CONFIG" +fi + +fi +if test -n "$PKG_CONFIG"; then + _pkg_min_version=0.9.0 + echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5 +echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6 + if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then + echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6 + else + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 + PKG_CONFIG="" + fi +fi # On IRIX 5.3, sys/types and inttypes.h are conflicting. @@ -3267,98 +3415,287 @@ - succeeded=no - - if test -z "$PKG_CONFIG"; then - # Extract the first word of "pkg-config", so it can be a program name with args. -set dummy pkg-config; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -if test "${ac_cv_path_PKG_CONFIG+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 +pkg_failed=no +echo "$as_me:$LINENO: checking for COM_ERR" >&5 +echo $ECHO_N "checking for COM_ERR... $ECHO_C" >&6 + +if test -n "$COM_ERR_CFLAGS"; then + pkg_cv_COM_ERR_CFLAGS="$COM_ERR_CFLAGS" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ + { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"com_err\"") >&5 + ($PKG_CONFIG --exists --print-errors "com_err") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + pkg_cv_COM_ERR_CFLAGS=`$PKG_CONFIG --cflags "com_err" 2>/dev/null` else - case $PKG_CONFIG in - [\\/]* | ?:[\\/]*) - ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. - ;; - *) - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done -done + pkg_failed=yes +fi + else + pkg_failed=untried +fi +if test -n "$COM_ERR_LIBS"; then + pkg_cv_COM_ERR_LIBS="$COM_ERR_LIBS" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ + { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"com_err\"") >&5 + ($PKG_CONFIG --exists --print-errors "com_err") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + pkg_cv_COM_ERR_LIBS=`$PKG_CONFIG --libs "com_err" 2>/dev/null` +else + pkg_failed=yes +fi + else + pkg_failed=untried +fi - test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no" - ;; -esac + + +if test $pkg_failed = yes; then + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 + +if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then + _pkg_short_errors_supported=yes +else + _pkg_short_errors_supported=no fi -PKG_CONFIG=$ac_cv_path_PKG_CONFIG + if test $_pkg_short_errors_supported = yes; then + COM_ERR_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "com_err" 2>&1` + else + COM_ERR_PKG_ERRORS=`$PKG_CONFIG --print-errors "com_err" 2>&1` + fi + # Put the nasty error message in config.log where it belongs + echo "$COM_ERR_PKG_ERRORS" >&5 -if test -n "$PKG_CONFIG"; then - echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 -echo "${ECHO_T}$PKG_CONFIG" >&6 + + echo "$as_me:$LINENO: checking for com_err in -lcom_err" >&5 +echo $ECHO_N "checking for com_err in -lcom_err... $ECHO_C" >&6 +if test "${ac_cv_lib_com_err_com_err+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 + ac_check_lib_save_LIBS=$LIBS +LIBS="-lcom_err $LIBS" +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ + +/* Override any gcc2 internal prototype to avoid an error. */ +#ifdef __cplusplus +extern "C" +#endif +/* We use char because int might match the return type of a gcc2 + builtin and then its argument prototype would still apply. */ +char com_err (); +int +main () +{ +com_err (); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext conftest$ac_exeext +if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 + (eval $ac_link) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest$ac_exeext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_cv_lib_com_err_com_err=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +ac_cv_lib_com_err_com_err=no +fi +rm -f conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +echo "$as_me:$LINENO: result: $ac_cv_lib_com_err_com_err" >&5 +echo "${ECHO_T}$ac_cv_lib_com_err_com_err" >&6 +if test $ac_cv_lib_com_err_com_err = yes; then + COM_ERR_LIBS=-lcom_err fi + if test "x$COM_ERR_LIBS" = "x"; then + { { echo "$as_me:$LINENO: error: Unable to find com_err library" >&5 +echo "$as_me: error: Unable to find com_err library" >&2;} + { (exit 1); exit 1; }; } fi + if test "${ac_cv_header_et_com_err_h+set}" = set; then + echo "$as_me:$LINENO: checking for et/com_err.h" >&5 +echo $ECHO_N "checking for et/com_err.h... $ECHO_C" >&6 +if test "${ac_cv_header_et_com_err_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +fi +echo "$as_me:$LINENO: result: $ac_cv_header_et_com_err_h" >&5 +echo "${ECHO_T}$ac_cv_header_et_com_err_h" >&6 +else + # Is the header compilable? +echo "$as_me:$LINENO: checking et/com_err.h usability" >&5 +echo $ECHO_N "checking et/com_err.h usability... $ECHO_C" >&6 +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +$ac_includes_default +#include +_ACEOF +rm -f conftest.$ac_objext +if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && + { ac_try='test -z "$ac_c_werror_flag" + || test ! -s conftest.err' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; } && + { ac_try='test -s conftest.$ac_objext' + { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; }; then + ac_header_compiler=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 - if test "$PKG_CONFIG" = "no" ; then - echo "*** The pkg-config script could not be found. Make sure it is" - echo "*** in your path, or set the PKG_CONFIG environment variable" - echo "*** to the full path to pkg-config." - echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config." +ac_header_compiler=no +fi +rm -f conftest.err conftest.$ac_objext conftest.$ac_ext +echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +echo "${ECHO_T}$ac_header_compiler" >&6 + +# Is the header present? +echo "$as_me:$LINENO: checking et/com_err.h presence" >&5 +echo $ECHO_N "checking et/com_err.h presence... $ECHO_C" >&6 +cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include +_ACEOF +if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 + (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null; then + if test -s conftest.err; then + ac_cpp_err=$ac_c_preproc_warn_flag + ac_cpp_err=$ac_cpp_err$ac_c_werror_flag else - PKG_CONFIG_MIN_VERSION=0.9.0 - if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then - echo "$as_me:$LINENO: checking for com_err" >&5 -echo $ECHO_N "checking for com_err... $ECHO_C" >&6 + ac_cpp_err= + fi +else + ac_cpp_err=yes +fi +if test -z "$ac_cpp_err"; then + ac_header_preproc=yes +else + echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 - if $PKG_CONFIG --exists "com_err" ; then - echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6 - succeeded=yes + ac_header_preproc=no +fi +rm -f conftest.err conftest.$ac_ext +echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +echo "${ECHO_T}$ac_header_preproc" >&6 - echo "$as_me:$LINENO: checking COM_ERR_CFLAGS" >&5 -echo $ECHO_N "checking COM_ERR_CFLAGS... $ECHO_C" >&6 - COM_ERR_CFLAGS=`$PKG_CONFIG --cflags "com_err"` - echo "$as_me:$LINENO: result: $COM_ERR_CFLAGS" >&5 -echo "${ECHO_T}$COM_ERR_CFLAGS" >&6 - - echo "$as_me:$LINENO: checking COM_ERR_LIBS" >&5 -echo $ECHO_N "checking COM_ERR_LIBS... $ECHO_C" >&6 - COM_ERR_LIBS=`$PKG_CONFIG --libs "com_err"` - echo "$as_me:$LINENO: result: $COM_ERR_LIBS" >&5 -echo "${ECHO_T}$COM_ERR_LIBS" >&6 - else - COM_ERR_CFLAGS="" - COM_ERR_LIBS="" - ## If we have a custom action on failure, don't print errors, but - ## do set a variable so people can do so. - COM_ERR_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "com_err"` +# So? What about this header? +case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in + yes:no: ) + { echo "$as_me:$LINENO: WARNING: et/com_err.h: accepted by the compiler, rejected by the preprocessor!" >&5 +echo "$as_me: WARNING: et/com_err.h: accepted by the compiler, rejected by the preprocessor!" >&2;} + { echo "$as_me:$LINENO: WARNING: et/com_err.h: proceeding with the compiler's result" >&5 +echo "$as_me: WARNING: et/com_err.h: proceeding with the compiler's result" >&2;} + ac_header_preproc=yes + ;; + no:yes:* ) + { echo "$as_me:$LINENO: WARNING: et/com_err.h: present but cannot be compiled" >&5 +echo "$as_me: WARNING: et/com_err.h: present but cannot be compiled" >&2;} + { echo "$as_me:$LINENO: WARNING: et/com_err.h: check for missing prerequisite headers?" >&5 +echo "$as_me: WARNING: et/com_err.h: check for missing prerequisite headers?" >&2;} + { echo "$as_me:$LINENO: WARNING: et/com_err.h: see the Autoconf documentation" >&5 +echo "$as_me: WARNING: et/com_err.h: see the Autoconf documentation" >&2;} + { echo "$as_me:$LINENO: WARNING: et/com_err.h: section \"Present But Cannot Be Compiled\"" >&5 +echo "$as_me: WARNING: et/com_err.h: section \"Present But Cannot Be Compiled\"" >&2;} + { echo "$as_me:$LINENO: WARNING: et/com_err.h: proceeding with the preprocessor's result" >&5 +echo "$as_me: WARNING: et/com_err.h: proceeding with the preprocessor's result" >&2;} + { echo "$as_me:$LINENO: WARNING: et/com_err.h: in the future, the compiler will take precedence" >&5 +echo "$as_me: WARNING: et/com_err.h: in the future, the compiler will take precedence" >&2;} + ( + cat <<\_ASBOX +## ------------------------------------------ ## +## Report this to the AC_PACKAGE_NAME lists. ## +## ------------------------------------------ ## +_ASBOX + ) | + sed "s/^/$as_me: WARNING: /" >&2 + ;; +esac +echo "$as_me:$LINENO: checking for et/com_err.h" >&5 +echo $ECHO_N "checking for et/com_err.h... $ECHO_C" >&6 +if test "${ac_cv_header_et_com_err_h+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + ac_cv_header_et_com_err_h=$ac_header_preproc +fi +echo "$as_me:$LINENO: result: $ac_cv_header_et_com_err_h" >&5 +echo "${ECHO_T}$ac_cv_header_et_com_err_h" >&6 - fi +fi +if test $ac_cv_header_et_com_err_h = yes; then + : +else + { { echo "$as_me:$LINENO: error: Unable to find com_err headers" >&5 +echo "$as_me: error: Unable to find com_err headers" >&2;} + { (exit 1); exit 1; }; } +fi - else - echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer." - echo "*** See http://www.freedesktop.org/software/pkgconfig" - fi - fi - if test $succeeded = yes; then - : - else +elif test $pkg_failed = untried; then + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 echo "$as_me:$LINENO: checking for com_err in -lcom_err" >&5 echo $ECHO_N "checking for com_err in -lcom_err... $ECHO_C" >&6 @@ -3581,8 +3918,13 @@ - fi +else + COM_ERR_CFLAGS=$pkg_cv_COM_ERR_CFLAGS + COM_ERR_LIBS=$pkg_cv_COM_ERR_LIBS + echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6 +fi UUID_LIBS= echo "$as_me:$LINENO: checking for uuid_unparse in -luuid" >&5 @@ -5569,8 +5911,8 @@ fi # TRY="$TRY" - saved_LDFLAGS="$LDFLAGS" - LDFLAGS="$LDFLAGS $TRY -lcpg" + saved_LIBS="$LIBS" + LIBS="$LIBS $TRY -lcpg" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -5623,7 +5965,7 @@ fi rm -f conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext - LDFLAGS="$saved_LDFLAGS" + LIBS="$saved_LIBS" if test "x$cpg_found" = "xyes"; then CPG_LDFLAGS="$TRY" @@ -5720,8 +6062,8 @@ fi # TRY="$TRY" - saved_LDFLAGS="$LDFLAGS" - LDFLAGS="$LDFLAGS $TRY -lSaCkpt" + saved_LIBS="$LIBS" + LIBS="$LIBS $TRY -lSaCkpt" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -5774,7 +6116,7 @@ fi rm -f conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext - LDFLAGS="$saved_LDFLAGS" + LIBS="$saved_LIBS" if test "x$ckpt_found" = "xyes"; then AIS_LDFLAGS="$TRY" @@ -6435,102 +6777,76 @@ HAVE_BLKID= - succeeded=no - - if test -z "$PKG_CONFIG"; then - # Extract the first word of "pkg-config", so it can be a program name with args. -set dummy pkg-config; ac_word=$2 -echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 -if test "${ac_cv_path_PKG_CONFIG+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 +pkg_failed=no +echo "$as_me:$LINENO: checking for BLKID" >&5 +echo $ECHO_N "checking for BLKID... $ECHO_C" >&6 + +if test -n "$BLKID_CFLAGS"; then + pkg_cv_BLKID_CFLAGS="$BLKID_CFLAGS" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ + { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"blkid >= 1.36\"") >&5 + ($PKG_CONFIG --exists --print-errors "blkid >= 1.36") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + pkg_cv_BLKID_CFLAGS=`$PKG_CONFIG --cflags "blkid >= 1.36" 2>/dev/null` else - case $PKG_CONFIG in - [\\/]* | ?:[\\/]*) - ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. - ;; - *) - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_exec_ext in '' $ac_executable_extensions; do - if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi -done -done - - test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no" - ;; -esac + pkg_failed=yes fi -PKG_CONFIG=$ac_cv_path_PKG_CONFIG - -if test -n "$PKG_CONFIG"; then - echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 -echo "${ECHO_T}$PKG_CONFIG" >&6 + else + pkg_failed=untried +fi +if test -n "$BLKID_LIBS"; then + pkg_cv_BLKID_LIBS="$BLKID_LIBS" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ + { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"blkid >= 1.36\"") >&5 + ($PKG_CONFIG --exists --print-errors "blkid >= 1.36") 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then + pkg_cv_BLKID_LIBS=`$PKG_CONFIG --libs "blkid >= 1.36" 2>/dev/null` else - echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6 + pkg_failed=yes +fi + else + pkg_failed=untried fi - fi - if test "$PKG_CONFIG" = "no" ; then - echo "*** The pkg-config script could not be found. Make sure it is" - echo "*** in your path, or set the PKG_CONFIG environment variable" - echo "*** to the full path to pkg-config." - echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config." - else - PKG_CONFIG_MIN_VERSION=0.9.0 - if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then - echo "$as_me:$LINENO: checking for blkid >= 1.36" >&5 -echo $ECHO_N "checking for blkid >= 1.36... $ECHO_C" >&6 - if $PKG_CONFIG --exists "blkid >= 1.36" ; then - echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6 - succeeded=yes +if test $pkg_failed = yes; then + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 - echo "$as_me:$LINENO: checking BLKID_CFLAGS" >&5 -echo $ECHO_N "checking BLKID_CFLAGS... $ECHO_C" >&6 - BLKID_CFLAGS=`$PKG_CONFIG --cflags "blkid >= 1.36"` - echo "$as_me:$LINENO: result: $BLKID_CFLAGS" >&5 -echo "${ECHO_T}$BLKID_CFLAGS" >&6 - - echo "$as_me:$LINENO: checking BLKID_LIBS" >&5 -echo $ECHO_N "checking BLKID_LIBS... $ECHO_C" >&6 - BLKID_LIBS=`$PKG_CONFIG --libs "blkid >= 1.36"` - echo "$as_me:$LINENO: result: $BLKID_LIBS" >&5 -echo "${ECHO_T}$BLKID_LIBS" >&6 +if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then + _pkg_short_errors_supported=yes +else + _pkg_short_errors_supported=no +fi + if test $_pkg_short_errors_supported = yes; then + BLKID_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "blkid >= 1.36" 2>&1` else - BLKID_CFLAGS="" - BLKID_LIBS="" - ## If we have a custom action on failure, don't print errors, but - ## do set a variable so people can do so. - BLKID_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "blkid >= 1.36"` - + BLKID_PKG_ERRORS=`$PKG_CONFIG --print-errors "blkid >= 1.36" 2>&1` fi + # Put the nasty error message in config.log where it belongs + echo "$BLKID_PKG_ERRORS" >&5 - - - else - echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer." - echo "*** See http://www.freedesktop.org/software/pkgconfig" - fi - fi - - if test $succeeded = yes; then - HAVE_BLKID=yes - else - { echo "$as_me:$LINENO: WARNING: blkid >= 1.36 not found, using internal version" >&5 + { echo "$as_me:$LINENO: WARNING: blkid >= 1.36 not found, using internal version" >&5 echo "$as_me: WARNING: blkid >= 1.36 not found, using internal version" >&2;} - fi - +elif test $pkg_failed = untried; then + echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6 + { echo "$as_me:$LINENO: WARNING: blkid >= 1.36 not found, using internal version" >&5 +echo "$as_me: WARNING: blkid >= 1.36 not found, using internal version" >&2;} +else + BLKID_CFLAGS=$pkg_cv_BLKID_CFLAGS + BLKID_LIBS=$pkg_cv_BLKID_LIBS + echo "$as_me:$LINENO: result: yes" >&5 +echo "${ECHO_T}yes" >&6 + HAVE_BLKID=yes +fi if test "x$HAVE_BLKID" != "xyes"; then @@ -8921,6 +9237,9 @@ s,@root_sbindir@,$root_sbindir,;t t s,@root_sysconfdir@,$root_sysconfdir,;t t s,@PKG_CONFIG@,$PKG_CONFIG,;t t +s,@PKG_CONFIG_PATH@,$PKG_CONFIG_PATH,;t t +s,@PKG_CONFIG_LIBDIR@,$PKG_CONFIG_LIBDIR,;t t +s,@ac_pt_PKG_CONFIG@,$ac_pt_PKG_CONFIG,;t t s,@COM_ERR_CFLAGS@,$COM_ERR_CFLAGS,;t t s,@COM_ERR_LIBS@,$COM_ERR_LIBS,;t t s,@UUID_LIBS@,$UUID_LIBS,;t t Index: ocfs2-tools-1.6.3/configure.in =================================================================== --- ocfs2-tools-1.6.3.orig/configure.in 2010-09-16 11:45:41.000000000 -0500 +++ ocfs2-tools-1.6.3/configure.in 2011-01-13 12:29:56.000000000 -0600 @@ -280,11 +280,11 @@ fi # TRY="$TRY" - saved_LDFLAGS="$LDFLAGS" - LDFLAGS="$LDFLAGS $TRY -lcpg" + saved_LIBS="$LIBS" + LIBS="$LIBS $TRY -lcpg" AC_LINK_IFELSE([AC_LANG_CALL([], [cpg_initialize])], cpg_found=yes) - LDFLAGS="$saved_LDFLAGS" + LIBS="$saved_LIBS" if test "x$cpg_found" = "xyes"; then CPG_LDFLAGS="$TRY" @@ -324,11 +324,11 @@ fi # TRY="$TRY" - saved_LDFLAGS="$LDFLAGS" - LDFLAGS="$LDFLAGS $TRY -lSaCkpt" + saved_LIBS="$LIBS" + LIBS="$LIBS $TRY -lSaCkpt" AC_LINK_IFELSE([AC_LANG_CALL([], [saCkptInitialize])], ckpt_found=yes) - LDFLAGS="$saved_LDFLAGS" + LIBS="$saved_LIBS" if test "x$ckpt_found" = "xyes"; then AIS_LDFLAGS="$TRY" debian/patches/o2cb-init-script.patch0000644000000000000000000000114511636115237014734 0ustar diff -urN ocfs2-tools-1.4.4.orig//vendor/common/o2cb.init.sh ocfs2-tools-1.4.4/vendor/common/o2cb.init.sh --- ocfs2-tools-1.4.4.orig//vendor/common/o2cb.init.sh 2010-02-19 18:19:50.000000000 +0100 +++ ocfs2-tools-1.4.4/vendor/common/o2cb.init.sh 2010-06-24 11:24:38.000000000 +0200 @@ -8,9 +8,9 @@ # Required-Start: $network # Should-Start: -# Required-Stop: -# Default-Start: 2 3 5 -# Default-Stop: +# Required-Stop: $network +# Default-Start: S +# Default-Stop: 0 6 # Short-Description: Load O2CB cluster services at system boot. # Description: Load O2CB cluster services at system boot. ### END INIT INFO debian/patches/shorten-manpage-lines.patch0000644000000000000000000000214111274503540016035 0ustar diff -urN ocfs2-tools-1.4.3.orig/mkfs.ocfs2/mkfs.ocfs2.8.in ocfs2-tools-1.4.3/mkfs.ocfs2/mkfs.ocfs2.8.in --- ocfs2-tools-1.4.3.orig/mkfs.ocfs2/mkfs.ocfs2.8.in 2009-07-24 00:22:28.000000000 +0200 +++ ocfs2-tools-1.4.3/mkfs.ocfs2/mkfs.ocfs2.8.in 2009-11-05 08:53:35.000000000 +0100 @@ -219,7 +219,7 @@ .TS ; L. -[root@node1 ~]# tunefs.ocfs2 -Q "Label: %V\\nFeatures: %H %O\\n" /dev/sdg1 +[root@node ~]# tunefs.ocfs2 -Q "Label: %V\\nFeatures: %H %O\\n" /dev/sdg1 Label: apache_files_10 Features: sparse inline-data unwritten .TE diff -urN ocfs2-tools-1.4.3.orig/o2image/o2image.8.in ocfs2-tools-1.4.3/o2image/o2image.8.in --- ocfs2-tools-1.4.3.orig/o2image/o2image.8.in 2009-05-09 00:13:13.000000000 +0200 +++ ocfs2-tools-1.4.3/o2image/o2image.8.in 2009-11-05 08:29:59.000000000 +0100 @@ -46,7 +46,8 @@ Copies metadata blocks from /dev/sda1 device to sda1.out file [root@node1 ~] o2image -I /dev/sda1 sda1.out -\fBUse with CAUTION\fR. Copies meta-data blocks from sda1.out onto the /dev/sda1 device. +\fBUse with CAUTION\fR. Copies meta-data blocks from sda1.out onto the +/dev/sda1 device. .TE .SH "SEE ALSO" debian/patches/ocfs2-init-script.patch0000644000000000000000000000136611636115237015130 0ustar diff -urN ocfs2-tools-1.4.4.orig//vendor/common/ocfs2.init ocfs2-tools-1.4.4/vendor/common/ocfs2.init --- ocfs2-tools-1.4.4.orig//vendor/common/ocfs2.init 2008-12-03 19:38:23.000000000 +0100 +++ ocfs2-tools-1.4.4/vendor/common/ocfs2.init 2010-06-24 11:26:49.000000000 +0200 @@ -7,12 +7,13 @@ # ### BEGIN INIT INFO # Provides: ocfs2 -# Required-Start: $network o2cb -# Required-Stop: +# Required-Start: $local_fs $network o2cb +# Required-Stop: $local_fs $network o2cb # X-UnitedLinux-Should-Start: # X-UnitedLinux-Should-Stop: -# Default-Start: 2 3 5 -# Default-Stop: +# X-Stop-After: sendsigs +# Default-Start: S +# Default-Stop: 0 6 # Short-Description: Mount OCFS2 volumes at boot. # Description: Mount OCFS2 volumes at boot. ### END INIT INFO debian/patches/format-security.patch0000644000000000000000000001334711646745026015016 0ustar diff -urN ocfs2-tools-1.6.3.orig//debugfs.ocfs2/commands.c ocfs2-tools-1.6.3/debugfs.ocfs2/commands.c --- ocfs2-tools-1.6.3.orig//debugfs.ocfs2/commands.c 2010-08-20 02:05:06.000000000 +0200 +++ ocfs2-tools-1.6.3/debugfs.ocfs2/commands.c 2011-10-08 09:05:17.000000000 +0200 @@ -687,7 +687,7 @@ gbls.cwd = strdup("/"); /* lookup heartbeat file */ - snprintf (sysfile, sizeof(sysfile), + snprintf (sysfile, sizeof(sysfile), "%s", ocfs2_system_inodes[HEARTBEAT_SYSTEM_INODE].si_name); ret = ocfs2_lookup(gbls.fs, gbls.sysdir_blkno, sysfile, strlen(sysfile), NULL, &gbls.hb_blkno); @@ -695,7 +695,7 @@ gbls.hb_blkno = 0; /* lookup slotmap file */ - snprintf (sysfile, sizeof(sysfile), + snprintf (sysfile, sizeof(sysfile), "%s", ocfs2_system_inodes[SLOT_MAP_SYSTEM_INODE].si_name); ret = ocfs2_lookup(gbls.fs, gbls.sysdir_blkno, sysfile, strlen(sysfile), NULL, &gbls.slotmap_blkno); diff -urN ocfs2-tools-1.6.3.orig//debugfs.ocfs2/find_block_inode.c ocfs2-tools-1.6.3/debugfs.ocfs2/find_block_inode.c --- ocfs2-tools-1.6.3.orig//debugfs.ocfs2/find_block_inode.c 2010-09-13 21:07:08.000000000 +0200 +++ ocfs2-tools-1.6.3/debugfs.ocfs2/find_block_inode.c 2011-10-08 09:07:23.000000000 +0200 @@ -203,7 +203,7 @@ char sysfile[50]; errcode_t ret = 0; - snprintf(sysfile, sizeof(sysfile), + snprintf(sysfile, sizeof(sysfile), "%s", ocfs2_system_inodes[GLOBAL_BITMAP_SYSTEM_INODE].si_name); ret = ocfs2_lookup(fs, fs->fs_sysdir_blkno, sysfile, diff -urN ocfs2-tools-1.6.3.orig//extras/check_metaecc.c ocfs2-tools-1.6.3/extras/check_metaecc.c --- ocfs2-tools-1.6.3.orig//extras/check_metaecc.c 2010-07-01 01:30:24.000000000 +0200 +++ ocfs2-tools-1.6.3/extras/check_metaecc.c 2011-10-08 09:11:02.000000000 +0200 @@ -163,7 +163,7 @@ if (crc == new_check.bc_crc32e) { snprintf(outbuf + result_offset, sizeof(outbuf) - result_offset, "PASS\n"); - fprintf(stderr, outbuf); + fprintf(stderr, "%s", outbuf); goto do_check_end; } @@ -176,13 +176,13 @@ if (crc == new_check.bc_crc32e) { snprintf(outbuf + result_offset, sizeof(outbuf) - result_offset, "ECC Fixup\n"); - fprintf(stderr, outbuf); + fprintf(stderr, "%s", outbuf); goto do_check_end; } snprintf(outbuf + result_offset, sizeof(outbuf) - result_offset, "FAIL\n"); - fprintf(stderr, outbuf); + fprintf(stderr, "%s", outbuf); offset = snprintf(outbuf, sizeof(outbuf), "Calculated"); while (offset < crc_offset) @@ -190,7 +190,7 @@ snprintf(outbuf + crc_offset, sizeof(outbuf) - crc_offset, "CRC32: %.8"PRIx32" ECC: %.4"PRIx16"\n", crc, ecc); - fprintf(stderr, outbuf); + fprintf(stderr, "%s", outbuf); err = -1; do_check_end: check.bc_crc32e = cpu_to_le32(new_check.bc_crc32e); diff -urN ocfs2-tools-1.6.3.orig//fsck.ocfs2/problem.c ocfs2-tools-1.6.3/fsck.ocfs2/problem.c --- ocfs2-tools-1.6.3.orig//fsck.ocfs2/problem.c 2008-12-03 19:38:21.000000000 +0100 +++ ocfs2-tools-1.6.3/fsck.ocfs2/problem.c 2011-10-08 08:37:37.000000000 +0200 @@ -112,9 +112,9 @@ ans = ost->ost_answer ? 'y' : 'n'; } else { if (flags & PY) - printf(yes); + printf("%s", yes); else if (flags & PN) - printf(no); + printf("%s", no); } fflush(stdout); diff -urN ocfs2-tools-1.6.3.orig//fswreck/chain.c ocfs2-tools-1.6.3/fswreck/chain.c --- ocfs2-tools-1.6.3.orig//fswreck/chain.c 2010-09-13 21:07:09.000000000 +0200 +++ ocfs2-tools-1.6.3/fswreck/chain.c 2011-10-08 09:13:04.000000000 +0200 @@ -198,7 +198,7 @@ struct ocfs2_super_block *sb = OCFS2_RAW_SB(fs->fs_super); if (slotnum == UINT16_MAX) - snprintf(sysfile, sizeof(sysfile), + snprintf(sysfile, sizeof(sysfile), "%s", ocfs2_system_inodes[GLOBAL_BITMAP_SYSTEM_INODE].si_name); else snprintf(sysfile, sizeof(sysfile), @@ -254,7 +254,7 @@ uint64_t blkno; struct ocfs2_super_block *sb = OCFS2_RAW_SB(fs->fs_super); - snprintf(sysfile, sizeof(sysfile), + snprintf(sysfile, sizeof(sysfile), "%s", ocfs2_system_inodes[GLOBAL_BITMAP_SYSTEM_INODE].si_name); ret = ocfs2_lookup(fs, sb->s_system_dir_blkno, sysfile, diff -urN ocfs2-tools-1.6.3.orig//fswreck/group.c ocfs2-tools-1.6.3/fswreck/group.c --- ocfs2-tools-1.6.3.orig//fswreck/group.c 2010-09-13 21:07:09.000000000 +0200 +++ ocfs2-tools-1.6.3/fswreck/group.c 2011-10-08 09:13:58.000000000 +0200 @@ -214,7 +214,7 @@ struct ocfs2_super_block *sb = OCFS2_RAW_SB(fs->fs_super); if (slotnum == UINT16_MAX) - snprintf(sysfile, sizeof(sysfile), + snprintf(sysfile, sizeof(sysfile), "%s", ocfs2_system_inodes[GLOBAL_BITMAP_SYSTEM_INODE].si_name); else snprintf(sysfile, sizeof(sysfile), diff -urN ocfs2-tools-1.6.3.orig//mount.ocfs2/mount.ocfs2.c ocfs2-tools-1.6.3/mount.ocfs2/mount.ocfs2.c --- ocfs2-tools-1.6.3.orig//mount.ocfs2/mount.ocfs2.c 2010-09-15 01:19:39.000000000 +0200 +++ ocfs2-tools-1.6.3/mount.ocfs2/mount.ocfs2.c 2011-10-08 09:08:53.000000000 +0200 @@ -185,7 +185,7 @@ } if (mo->type && strcmp(mo->type, OCFS2_FS_NAME)) { - com_err(progname, OCFS2_ET_UNKNOWN_FILESYSTEM, mo->type); + com_err(progname, OCFS2_ET_UNKNOWN_FILESYSTEM, "%s", mo->type); return -1; } diff -urN ocfs2-tools-1.6.3.orig//tunefs.ocfs2/op_query.c ocfs2-tools-1.6.3/tunefs.ocfs2/op_query.c --- ocfs2-tools-1.6.3.orig//tunefs.ocfs2/op_query.c 2009-04-14 00:10:40.000000000 +0200 +++ ocfs2-tools-1.6.3/tunefs.ocfs2/op_query.c 2011-10-08 09:02:36.000000000 +0200 @@ -150,7 +150,7 @@ { char label[OCFS2_MAX_VOL_LABEL_LEN + 1]; - snprintf(label, OCFS2_MAX_VOL_LABEL_LEN + 1, + snprintf(label, OCFS2_MAX_VOL_LABEL_LEN + 1, "%s", (char *)OCFS2_RAW_SB(query_fs->fs_super)->s_label); return print_string(stream, info, args, label); @@ -338,7 +338,7 @@ register_printf_function('O', handle_ro_compat, handle_arginfo); query_fs = fs; - fprintf(stdout, fmt); + fprintf(stdout, fmt, 0); query_fs = NULL; ocfs2_free(&fmt); debian/patches/ocfs2-controld-pcmk-id.patch0000644000000000000000000000076411636113616016031 0ustar Index: ocfs2-tools-1.6.3/ocfs2_controld/ocfs2_controld.h =================================================================== --- ocfs2-tools-1.6.3.orig/ocfs2_controld/ocfs2_controld.h 2011-08-19 12:00:15.152454931 -0400 +++ ocfs2-tools-1.6.3/ocfs2_controld/ocfs2_controld.h 2011-08-19 12:00:38.632489358 -0400 @@ -22,6 +22,10 @@ * of the GNU General Public License v.2. */ +#ifndef PCMK_SERVICE_ID +#define PCMK_SERVICE_ID 9 +#endif + #ifndef __OCFS2_CONTROLD_H #define __OCFS2_CONTROLD_H debian/patches/ld-no-add-needed.diff0000644000000000000000000000125111543135254014432 0ustar Index: ocfs2-tools-1.6.3/ocfs2_controld/Makefile =================================================================== --- ocfs2-tools-1.6.3.orig/ocfs2_controld/Makefile 2011-01-13 12:29:31.000000000 -0600 +++ ocfs2-tools-1.6.3/ocfs2_controld/Makefile 2011-01-13 12:29:56.000000000 -0600 @@ -67,7 +67,7 @@ ocfs2_controld.pcmk: $(PCMK_DAEMON_OBJS) $(LIBO2CB_DEPS) $(LINK) $(GLIB_LIBS) $(LIBO2CB_LIBS) $(COM_ERR_LIBS) \ $(OPENAIS_LIBS) $(COROSYNC_LIBS) \ - $(DLMCONTROL_LIBS) -lcrmcluster -lstonithd + $(DLMCONTROL_LIBS) -lcrmcluster -lcrmcommon -lstonithd ocfs2_controld.cman: $(CMAN_DAEMON_OBJS) $(LIBO2CB_DEPS) $(LINK) $(LIBO2CB_LIBS) $(COM_ERR_LIBS) $(OPENAIS_LIBS) \ debian/patches/python-multiarch-includes.patch0000644000000000000000000000334712262527014016761 0ustar --- a/pythondev.m4 +++ b/pythondev.m4 @@ -8,12 +8,8 @@ [AC_REQUIRE([AM_PATH_PYTHON]) AC_MSG_CHECKING(for headers required to compile python extensions) dnl deduce PYTHON_INCLUDES -py_prefix=`$PYTHON -c "import sys; print sys.prefix"` -py_exec_prefix=`$PYTHON -c "import sys; print sys.exec_prefix"` -PYTHON_INCLUDES="-I${py_prefix}/include/python${PYTHON_VERSION}" -if test "$py_prefix" != "$py_exec_prefix"; then - PYTHON_INCLUDES="$PYTHON_INCLUDES -I${py_exec_prefix}/include/python${PYTHON_VERSION}" -fi +py_includes=`$PYTHON-config --includes` +PYTHON_INCLUDES="${py_includes}" AC_SUBST(PYTHON_INCLUDES) dnl check if the headers exist: save_CPPFLAGS="$CPPFLAGS" --- a/python.m4 +++ b/python.m4 @@ -131,7 +131,7 @@ AC_CACHE_CHECK([for $am_display_PYTHON script directory], [am_cv_python_pythondir], [am_cv_python_pythondir=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(0,0,prefix='$PYTHON_PREFIX')" 2>/dev/null || - echo "$PYTHON_PREFIX/lib/python$PYTHON_VERSION/site-packages"`]) + echo "$PYTHON_PREFIX/lib/python$PYTHON_VERSION/dist-packages"`]) AC_SUBST([pythondir], [$am_cv_python_pythondir]) dnl pkgpythondir -- $PACKAGE directory under pythondir. Was @@ -148,7 +148,7 @@ AC_CACHE_CHECK([for $am_display_PYTHON extension module directory], [am_cv_python_pyexecdir], [am_cv_python_pyexecdir=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(1,0,prefix='$PYTHON_EXEC_PREFIX')" 2>/dev/null || - echo "${PYTHON_EXEC_PREFIX}/lib/python${PYTHON_VERSION}/site-packages"`]) + echo "${PYTHON_EXEC_PREFIX}/lib/python${PYTHON_VERSION}/dist-packages"`]) AC_SUBST([pyexecdir], [$am_cv_python_pyexecdir]) dnl pkgpyexecdir -- $(pyexecdir)/$(PACKAGE) debian/patches/series0000644000000000000000000000047212262526765012052 0ustar libo2dlm-dlopen-libdlm_lt.patch ocfs2-controld-includes.patch ocfs2-init-script.patch o2cb-init-script.patch shorten-manpage-lines.patch ld-no-add-needed.diff ld-as-needed.diff ocfs2-controld-pcmk-id.patch format-security.patch ocfs2-controld-headers.patch ubuntu-umode-ftbfs.patch python-multiarch-includes.patch debian/README.Debian0000644000000000000000000000247711111562662011242 0ustar Instructions for OCFS2 filesystems in Debian ============================================ 1. Setup instructions --------------------- You will need to create a configuration file describing your cluster called /etc/ocfs2/cluster.conf. An example is provided in: /usr/share/doc/ocfs2-tools/examples/cluster.conf Next, reconfigure ocfs2-tools to start the cluster at boot time by running: dpkg-reconfigure ocfs2-tools 2. Kernel modules ----------------- The init script for Debian expects to have most of the kernel code it uses available in modular form. In previous releases sctp module was necessary to work around a kernel starvation that led to crashes. With 1.2.1 this seems to be no longer necessary. Here follows the name and location of the modules: Module name Location -------------------------------- configfs File systems -> Pseudo filesystems -> Userspace-driven configuration filesystem ocfs2_nodemanager File systems -> OCFS2 file system support ocfs2_dlm File systems -> OCFS2 file system support ocfs2_dlmfs File systems -> OCFS2 file system support -- Jeremy Lainé Fri, 21 Nov 2008 08:08:08 +0100 debian/ocfs2-tools.postrm0000644000000000000000000000017511111562662012612 0ustar #!/bin/sh set -e if [ "$1" = "purge" ] && [ -e "/etc/default/o2cb" ]; then rm -f /etc/default/o2cb fi #DEBHELPER# debian/ocfs2-tools-dev.install0000644000000000000000000000011711111562662013504 0ustar debian/tmp/usr/include/* debian/tmp/usr/lib/*.a debian/tmp/usr/lib/pkgconfig/* debian/control0000644000000000000000000000534212262526512010600 0ustar Source: ocfs2-tools Section: admin Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Jeremy Lainé Uploaders: Frederik Schüler Standards-Version: 3.9.4 Build-Depends: debhelper (>= 7.0.50~), po-debconf, autotools-dev, comerr-dev, uuid-dev, libncurses5-dev, libreadline-dev, libglib2.0-dev (>= 2.2.3), libblkid-dev (>= 1.36), libbz2-dev, libdevmapper-dev, libdlm-dev, libdlmcontrol-dev, libxml2-dev, python-dev, python-gtk2, dh-autoreconf Homepage: http://oss.oracle.com/projects/ocfs2-tools/ Vcs-Svn: svn://svn.debian.org/collab-maint/deb-maint/ocfs2-tools/trunk/ Vcs-Browser: http://svn.debian.org/viewsvn/collab-maint/deb-maint/ocfs2-tools/trunk/ Package: ocfs2-tools Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, psmisc Section: admin Suggests: ocfs2console Description: tools for managing OCFS2 cluster filesystems OCFS2 is a general purpose cluster filesystem. Unlike the initial release of OCFS, which supported only Oracle database workloads, OCFS2 provides full support as a general purpose filesystem. OCFS2 is a complete rewrite of the previous version, designed to work as a seamless addition to the Linux kernel. . This package installs the tools to manage the OCFS2 filesystem, including mkfs, tunefs, fsck, debugfs, and the utilities to control the O2CB clustering stack. Package: ocfs2-tools-dev Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ocfs2-tools (= ${binary:Version}) Section: devel Description: tools for managing OCFS2 cluster filesystems - development files OCFS2 is a general purpose cluster filesystem. Unlike the initial release of OCFS, which supported only Oracle database workloads, OCFS2 provides full support as a general purpose filesystem. OCFS2 is a complete rewrite of the previous version, designed to work as a seamless addition to the Linux kernel. . This package installs the development headers and static libraries. Package: ocfs2console Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, ocfs2-tools (= ${binary:Version}), python-gtk2 Section: admin Description: tools for managing OCFS2 cluster filesystems - graphical interface OCFS2 is a general purpose cluster filesystem. Unlike the initial release of OCFS, which supported only Oracle database workloads, OCFS2 provides full support as a general purpose filesystem. OCFS2 is a complete rewrite of the previous version, designed to work as a seamless addition to the Linux kernel. . A GUI frontend for managing OCFS2 volumes on the system. One can mount and unmount volumes, format, view overview information and individual files, and view and modify the current cluster configuration. debian/ocfs2-tools.config0000644000000000000000000000265011111562662012533 0ustar #!/bin/sh set -e ## Source debconf library. . /usr/share/debconf/confmodule ## be sure to read the values from the config file. if [ -e /etc/default/o2cb ]; then . /etc/default/o2cb if [ -z "$O2CB_HEARTBEAT_THRESHOLD" ];then O2CB_HEARTBEAT_THRESHOLD=31 fi if [ -z "$O2CB_IDLE_TIMEOUT_MS" ];then O2CB_IDLE_TIMEOUT_MS=30000 fi if [ -z "$O2CB_KEEPALIVE_DELAY_MS" ];then O2CB_KEEPALIVE_DELAY_MS=2000 fi if [ -z "$O2CB_RECONNECT_DELAY_MS" ];then O2CB_RECONNECT_DELAY_MS=2000 fi db_set ocfs2-tools/init "$O2CB_ENABLED" db_set ocfs2-tools/clustername "$O2CB_BOOTCLUSTER" db_set ocfs2-tools/heartbeat_threshold "$O2CB_HEARTBEAT_THRESHOLD" db_set ocfs2-tools/idle_timeout "$O2CB_IDLE_TIMEOUT_MS" db_set ocfs2-tools/keepalive_delay "$O2CB_KEEPALIVE_DELAY_MS" db_set ocfs2-tools/reconnect_delay "$O2CB_RECONNECT_DELAY_MS" fi if [ "$1" = "configure" ] || [ "$1" = "reconfigure" ]; then db_input medium ocfs2-tools/init || true db_go || true db_get ocfs2-tools/init if [ "$RET" = "true" ]; then db_input medium ocfs2-tools/clustername || true db_go || true db_input medium ocfs2-tools/heartbeat_threshold || true db_go || true db_input low ocfs2-tools/idle_timeout || true db_go || true db_input low ocfs2-tools/keepalive_delay || true db_go || true db_input low ocfs2-tools/reconnect_delay || true db_go || true fi fi #DEBHELPER# debian/ocfs2-tools-static-dev.install0000644000000000000000000000005611115551034014766 0ustar usr/include/* usr/lib/*.a usr/lib/pkgconfig/* debian/rules0000755000000000000000000000111012241337205010236 0ustar #!/usr/bin/make -f %: dh $@ --with python2,autoreconf,autotools_dev override_dh_autoreconf: autoreconf -f -i -I/usr/share/aclocal override_dh_auto_configure: dh_auto_configure -- --disable-debug --enable-dynamic-ctl --enable-dynamic-fsck override_dh_installinit: cp -f vendor/common/o2cb.init debian/ocfs2-tools.o2cb.init cp -f vendor/common/ocfs2.init debian/ocfs2-tools.ocfs2.init dh_installinit -pocfs2-tools --name=o2cb --no-restart-on-upgrade -- start 41 S . stop 6 0 6 . dh_installinit -pocfs2-tools --name=ocfs2 --no-restart-on-upgrade -- start 65 S . stop 2 0 6 . debian/source/0000755000000000000000000000000012241342322010461 5ustar debian/source/format0000644000000000000000000000001411410157612011672 0ustar 3.0 (quilt) debian/ocfs2-tools.dirs0000644000000000000000000000001311111562662012216 0ustar /etc/ocfs2 debian/ocfs2-tools.lintian-overrides0000644000000000000000000000027411743464724014737 0ustar # ocfs2 should only be stopped on shutdown or reboot ocfs2-tools: init.d-script-possible-missing-stop etc/init.d/ocfs2 1 ocfs2-tools: init.d-script-possible-missing-stop etc/init.d/o2cb 1